Translation components API.

See the Weblate's Web API documentation for detailed description of the API.

GET /api/translations/debian-handbook/12_advanced-administration/zh_Hant/changes/?format=api&page=5
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 459,
    "next": "https://hosted.weblate.org/api/translations/debian-handbook/12_advanced-administration/zh_Hant/changes/?format=api&page=6",
    "previous": "https://hosted.weblate.org/api/translations/debian-handbook/12_advanced-administration/zh_Hant/changes/?format=api&page=4",
    "results": [
        {
            "unit": "https://hosted.weblate.org/api/units/82704021/?format=api",
            "component": "https://hosted.weblate.org/api/components/debian-handbook/12_advanced-administration/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/12_advanced-administration/zh_Hant/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-09-07T09:43:26.571149+02:00",
            "action": 30,
            "target": "<computeroutput># </computeroutput><userinput>lxc-create -n testlxc -t debian\n</userinput><computeroutput>debootstrap is /usr/sbin/debootstrap\nChecking cache download in /var/cache/lxc/debian/rootfs-stable-amd64 ... \nDownloading debian minimal ...\nI: Retrieving Release \nI: Retrieving Release.gpg \n[...]\nDownload complete.\nCopying rootfs to /var/lib/lxc/testlxc/rootfs...\n[...]\n# </computeroutput>",
            "old": "<computeroutput>root@mirwiz:~# </computeroutput><userinput>lxc-create -n testlxc -t debian\n</userinput><computeroutput>debootstrap is /usr/sbin/debootstrap\nChecking cache download in /var/cache/lxc/debian/rootfs-jessie-amd64 ... \nDownloading debian minimal ...\nI: Retrieving Release \nI: Retrieving Release.gpg \n[...]\nDownload complete.\nCopying rootfs to /var/lib/lxc/testlxc/rootfs...\n[...]\nRoot password is 'sSiKhMzI', please change !\nroot@mirwiz:~# </computeroutput>\n        ",
            "details": {},
            "id": 34039893,
            "action_name": "Source string changed",
            "url": "https://hosted.weblate.org/api/changes/34039893/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/82704020/?format=api",
            "component": "https://hosted.weblate.org/api/components/debian-handbook/12_advanced-administration/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/12_advanced-administration/zh_Hant/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-09-07T09:43:26.571110+02:00",
            "action": 59,
            "target": "",
            "old": "",
            "details": {
                "state": 0,
                "source": "Let us now set up the filesystem to be used by the container. Since this “virtual machine” will not run directly on the hardware, some tweaks are required when compared to a standard filesystem, especially as far as the kernel, devices and consoles are concerned. Fortunately, the <emphasis role=\"pkg\">lxc</emphasis> package includes scripts that mostly automate this configuration. For instance, the following commands (which require the <emphasis role=\"pkg\">debootstrap</emphasis> and <emphasis role=\"pkg\">rsync</emphasis> packages) will install a Debian container:",
                "old_state": -1
            },
            "id": 34039892,
            "action_name": "String updated in the repository",
            "url": "https://hosted.weblate.org/api/changes/34039892/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/82704019/?format=api",
            "component": "https://hosted.weblate.org/api/components/debian-handbook/12_advanced-administration/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/12_advanced-administration/zh_Hant/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-09-07T09:43:26.571074+02:00",
            "action": 59,
            "target": "# Interface eth0 is unchanged\nauto eth0\niface eth0 inet dhcp\n\n# Virtual interface \nauto tap0\niface tap0 inet manual\n  vde2-switch -t tap0\n\n# Bridge for containers\nauto br0\niface br0 inet static\n  bridge-ports tap0\n  address 10.0.0.1\n  netmask 255.255.255.0",
            "old": "",
            "details": {
                "state": 10,
                "source": "# Interface eth0 is unchanged\nauto eth0\niface eth0 inet dhcp\n\n# Virtual interface \nauto tap0\niface tap0 inet manual\n    vde2-switch -t tap0\n\n# Bridge for containers\nauto br0\niface br0 inet static\n    bridge-ports tap0\n    address 10.0.0.1\n    netmask 255.255.255.0",
                "old_state": -1
            },
            "id": 34039891,
            "action_name": "String updated in the repository",
            "url": "https://hosted.weblate.org/api/changes/34039891/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/82704019/?format=api",
            "component": "https://hosted.weblate.org/api/components/debian-handbook/12_advanced-administration/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/12_advanced-administration/zh_Hant/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-09-07T09:43:26.571041+02:00",
            "action": 30,
            "target": "# Interface eth0 is unchanged\nauto eth0\niface eth0 inet dhcp\n\n# Virtual interface \nauto tap0\niface tap0 inet manual\n    vde2-switch -t tap0\n\n# Bridge for containers\nauto br0\niface br0 inet static\n    bridge-ports tap0\n    address 10.0.0.1\n    netmask 255.255.255.0",
            "old": "# Interface eth0 is unchanged\nauto eth0\niface eth0 inet dhcp\n\n# Virtual interface \nauto tap0\niface tap0 inet manual\n  vde2-switch -t tap0\n\n# Bridge for containers\nauto br0\niface br0 inet static\n  bridge-ports tap0\n  address 10.0.0.1\n  netmask 255.255.255.0",
            "details": {},
            "id": 34039890,
            "action_name": "Source string changed",
            "url": "https://hosted.weblate.org/api/changes/34039890/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/82704018/?format=api",
            "component": "https://hosted.weblate.org/api/components/debian-handbook/12_advanced-administration/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/12_advanced-administration/zh_Hant/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-09-07T09:43:26.571007+02:00",
            "action": 59,
            "target": "<primary><emphasis role=\"pkg\">mdadm</emphasis></primary>",
            "old": "",
            "details": {
                "state": 10,
                "source": "<primary><emphasis role=\"pkg\">vde2</emphasis></primary>",
                "old_state": -1
            },
            "id": 34039889,
            "action_name": "String updated in the repository",
            "url": "https://hosted.weblate.org/api/changes/34039889/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/82704018/?format=api",
            "component": "https://hosted.weblate.org/api/components/debian-handbook/12_advanced-administration/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/12_advanced-administration/zh_Hant/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-09-07T09:43:26.570974+02:00",
            "action": 30,
            "target": "<primary><emphasis role=\"pkg\">vde2</emphasis></primary>",
            "old": "<primary><emphasis role=\"pkg\">mdadm</emphasis></primary>",
            "details": {},
            "id": 34039888,
            "action_name": "Source string changed",
            "url": "https://hosted.weblate.org/api/changes/34039888/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/82704017/?format=api",
            "component": "https://hosted.weblate.org/api/components/debian-handbook/12_advanced-administration/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/12_advanced-administration/zh_Hant/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-09-07T09:43:26.570940+02:00",
            "action": 59,
            "target": "",
            "old": "",
            "details": {
                "state": 0,
                "source": "<primary>network</primary><secondary><literal>tap</literal> interface</secondary>",
                "old_state": -1
            },
            "id": 34039887,
            "action_name": "String updated in the repository",
            "url": "https://hosted.weblate.org/api/changes/34039887/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/82704016/?format=api",
            "component": "https://hosted.weblate.org/api/components/debian-handbook/12_advanced-administration/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/12_advanced-administration/zh_Hant/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-09-07T09:43:26.570906+02:00",
            "action": 59,
            "target": "auto xenbr0\niface xenbr0 inet dhcp\n    bridge_ports eth0\n    bridge_maxwait 0\n    ",
            "old": "",
            "details": {
                "state": 10,
                "source": "auto br0\niface br0 inet dhcp\n    bridge-ports <replaceable>eth0</replaceable>",
                "old_state": -1
            },
            "id": 34039886,
            "action_name": "String updated in the repository",
            "url": "https://hosted.weblate.org/api/changes/34039886/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/82704016/?format=api",
            "component": "https://hosted.weblate.org/api/components/debian-handbook/12_advanced-administration/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/12_advanced-administration/zh_Hant/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-09-07T09:43:26.570873+02:00",
            "action": 30,
            "target": "auto br0\niface br0 inet dhcp\n    bridge-ports <replaceable>eth0</replaceable>",
            "old": "auto xenbr0\niface xenbr0 inet dhcp\n    bridge_ports eth0\n    bridge_maxwait 0\n    ",
            "details": {},
            "id": 34039885,
            "action_name": "Source string changed",
            "url": "https://hosted.weblate.org/api/changes/34039885/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/82704015/?format=api",
            "component": "https://hosted.weblate.org/api/components/debian-handbook/12_advanced-administration/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/12_advanced-administration/zh_Hant/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-09-07T09:43:26.570838+02:00",
            "action": 59,
            "target": "<primary>虛擬化</primary>",
            "old": "",
            "details": {
                "state": 10,
                "source": "<primary><literal>br</literal>, network interface</primary>",
                "old_state": -1
            },
            "id": 34039884,
            "action_name": "String updated in the repository",
            "url": "https://hosted.weblate.org/api/changes/34039884/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/82704015/?format=api",
            "component": "https://hosted.weblate.org/api/components/debian-handbook/12_advanced-administration/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/12_advanced-administration/zh_Hant/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-09-07T09:43:26.570806+02:00",
            "action": 30,
            "target": "<primary><literal>br</literal>, network interface</primary>",
            "old": "<primary>virtualization</primary>",
            "details": {},
            "id": 34039883,
            "action_name": "Source string changed",
            "url": "https://hosted.weblate.org/api/changes/34039883/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/82704014/?format=api",
            "component": "https://hosted.weblate.org/api/components/debian-handbook/12_advanced-administration/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/12_advanced-administration/zh_Hant/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-09-07T09:43:26.570772+02:00",
            "action": 59,
            "target": "",
            "old": "",
            "details": {
                "state": 0,
                "source": "<primary>network</primary><secondary><literal>br</literal> interface</secondary>",
                "old_state": -1
            },
            "id": 34039882,
            "action_name": "String updated in the repository",
            "url": "https://hosted.weblate.org/api/changes/34039882/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/82704013/?format=api",
            "component": "https://hosted.weblate.org/api/components/debian-handbook/12_advanced-administration/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/12_advanced-administration/zh_Hant/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-09-07T09:43:26.570736+02:00",
            "action": 59,
            "target": "",
            "old": "",
            "details": {
                "state": 0,
                "source": "The simple case is just a matter of editing <filename>/etc/network/interfaces</filename>, moving the configuration for the physical interface (for instance, <literal>eth0</literal> or <literal>enp1s0</literal>) to a bridge interface (usually <literal>br0</literal>), and configuring the link between them. For instance, if the network interface configuration file initially contains entries such as the following:",
                "old_state": -1
            },
            "id": 34039881,
            "action_name": "String updated in the repository",
            "url": "https://hosted.weblate.org/api/changes/34039881/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/82704012/?format=api",
            "component": "https://hosted.weblate.org/api/components/debian-handbook/12_advanced-administration/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/12_advanced-administration/zh_Hant/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-09-07T09:43:26.570702+02:00",
            "action": 59,
            "target": "<primary>預配置</primary>",
            "old": "",
            "details": {
                "state": 10,
                "source": "<primary>LXC</primary><secondary>network configuration</secondary>",
                "old_state": -1
            },
            "id": 34039880,
            "action_name": "String updated in the repository",
            "url": "https://hosted.weblate.org/api/changes/34039880/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/82704012/?format=api",
            "component": "https://hosted.weblate.org/api/components/debian-handbook/12_advanced-administration/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/12_advanced-administration/zh_Hant/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-09-07T09:43:26.570669+02:00",
            "action": 30,
            "target": "<primary>LXC</primary><secondary>network configuration</secondary>",
            "old": "<primary>preconfiguration</primary>",
            "details": {},
            "id": 34039879,
            "action_name": "Source string changed",
            "url": "https://hosted.weblate.org/api/changes/34039879/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/82704011/?format=api",
            "component": "https://hosted.weblate.org/api/components/debian-handbook/12_advanced-administration/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/12_advanced-administration/zh_Hant/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-09-07T09:43:26.570635+02:00",
            "action": 59,
            "target": "",
            "old": "",
            "details": {
                "state": 0,
                "source": "<primary><filename>/sys</filename></primary><secondary><filename>/sys/fs/cgroup</filename></secondary>",
                "old_state": -1
            },
            "id": 34039878,
            "action_name": "String updated in the repository",
            "url": "https://hosted.weblate.org/api/changes/34039878/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/82704010/?format=api",
            "component": "https://hosted.weblate.org/api/components/debian-handbook/12_advanced-administration/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/12_advanced-administration/zh_Hant/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-09-07T09:43:26.570600+02:00",
            "action": 59,
            "target": "<primary><emphasis role=\"pkg\">mdadm</emphasis></primary>",
            "old": "",
            "details": {
                "state": 10,
                "source": "<primary><emphasis role=\"pkg\">lxc</emphasis></primary>",
                "old_state": -1
            },
            "id": 34039877,
            "action_name": "String updated in the repository",
            "url": "https://hosted.weblate.org/api/changes/34039877/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/82704010/?format=api",
            "component": "https://hosted.weblate.org/api/components/debian-handbook/12_advanced-administration/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/12_advanced-administration/zh_Hant/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-09-07T09:43:26.570567+02:00",
            "action": 30,
            "target": "<primary><emphasis role=\"pkg\">lxc</emphasis></primary>",
            "old": "<primary><emphasis role=\"pkg\">mdadm</emphasis></primary>",
            "details": {},
            "id": 34039876,
            "action_name": "Source string changed",
            "url": "https://hosted.weblate.org/api/changes/34039876/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/82704009/?format=api",
            "component": "https://hosted.weblate.org/api/components/debian-handbook/12_advanced-administration/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/12_advanced-administration/zh_Hant/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-09-07T09:43:26.570533+02:00",
            "action": 59,
            "target": "<primary>Munin</primary>",
            "old": "",
            "details": {
                "state": 10,
                "source": "<primary>container</primary>",
                "old_state": -1
            },
            "id": 34039875,
            "action_name": "String updated in the repository",
            "url": "https://hosted.weblate.org/api/changes/34039875/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/82704009/?format=api",
            "component": "https://hosted.weblate.org/api/components/debian-handbook/12_advanced-administration/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/12_advanced-administration/zh_Hant/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-09-07T09:43:26.570500+02:00",
            "action": 30,
            "target": "<primary>container</primary>",
            "old": "<primary>Munin</primary>",
            "details": {},
            "id": 34039874,
            "action_name": "Source string changed",
            "url": "https://hosted.weblate.org/api/changes/34039874/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/82704008/?format=api",
            "component": "https://hosted.weblate.org/api/components/debian-handbook/12_advanced-administration/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/12_advanced-administration/zh_Hant/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-09-07T09:43:26.570465+02:00",
            "action": 59,
            "target": "",
            "old": "",
            "details": {
                "state": 0,
                "source": "<primary>kernel</primary><secondary>control groups</secondary>",
                "old_state": -1
            },
            "id": 34039873,
            "action_name": "String updated in the repository",
            "url": "https://hosted.weblate.org/api/changes/34039873/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/82704007/?format=api",
            "component": "https://hosted.weblate.org/api/components/debian-handbook/12_advanced-administration/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/12_advanced-administration/zh_Hant/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-09-07T09:43:26.570431+02:00",
            "action": 59,
            "target": "<primary>Munin</primary>",
            "old": "",
            "details": {
                "state": 10,
                "source": "<primary>Linux Containers</primary><see>LXC</see>",
                "old_state": -1
            },
            "id": 34039872,
            "action_name": "String updated in the repository",
            "url": "https://hosted.weblate.org/api/changes/34039872/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/82704007/?format=api",
            "component": "https://hosted.weblate.org/api/components/debian-handbook/12_advanced-administration/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/12_advanced-administration/zh_Hant/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-09-07T09:43:26.570398+02:00",
            "action": 30,
            "target": "<primary>Linux Containers</primary><see>LXC</see>",
            "old": "<primary>Munin</primary>",
            "details": {},
            "id": 34039871,
            "action_name": "Source string changed",
            "url": "https://hosted.weblate.org/api/changes/34039871/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/82704006/?format=api",
            "component": "https://hosted.weblate.org/api/components/debian-handbook/12_advanced-administration/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/12_advanced-administration/zh_Hant/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-09-07T09:43:26.570363+02:00",
            "action": 59,
            "target": "",
            "old": "",
            "details": {
                "state": 0,
                "source": "<primary>Xen</primary><secondary>documentation</secondary>",
                "old_state": -1
            },
            "id": 34039870,
            "action_name": "String updated in the repository",
            "url": "https://hosted.weblate.org/api/changes/34039870/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/82704005/?format=api",
            "component": "https://hosted.weblate.org/api/components/debian-handbook/12_advanced-administration/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/12_advanced-administration/zh_Hant/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-09-07T09:43:26.570327+02:00",
            "action": 59,
            "target": "<primary>RAID</primary>",
            "old": "",
            "details": {
                "state": 10,
                "source": "<primary>ACPI</primary>",
                "old_state": -1
            },
            "id": 34039869,
            "action_name": "String updated in the repository",
            "url": "https://hosted.weblate.org/api/changes/34039869/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/82704005/?format=api",
            "component": "https://hosted.weblate.org/api/components/debian-handbook/12_advanced-administration/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/12_advanced-administration/zh_Hant/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-09-07T09:43:26.570295+02:00",
            "action": 30,
            "target": "<primary>ACPI</primary>",
            "old": "<primary>RAID</primary>",
            "details": {},
            "id": 34039868,
            "action_name": "Source string changed",
            "url": "https://hosted.weblate.org/api/changes/34039868/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/82704004/?format=api",
            "component": "https://hosted.weblate.org/api/components/debian-handbook/12_advanced-administration/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/12_advanced-administration/zh_Hant/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-09-07T09:43:26.570261+02:00",
            "action": 59,
            "target": "",
            "old": "",
            "details": {
                "state": 0,
                "source": "<primary>Xen</primary><secondary>ACPI</secondary>",
                "old_state": -1
            },
            "id": 34039867,
            "action_name": "String updated in the repository",
            "url": "https://hosted.weblate.org/api/changes/34039867/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/82704003/?format=api",
            "component": "https://hosted.weblate.org/api/components/debian-handbook/12_advanced-administration/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/12_advanced-administration/zh_Hant/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-09-07T09:43:26.570227+02:00",
            "action": 59,
            "target": "<primary><emphasis role=\"pkg\">virt-manager</emphasis></primary>",
            "old": "",
            "details": {
                "state": 10,
                "source": "<primary><emphasis role=\"pkg\">openxenmanager</emphasis></primary>",
                "old_state": -1
            },
            "id": 34039866,
            "action_name": "String updated in the repository",
            "url": "https://hosted.weblate.org/api/changes/34039866/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/82704003/?format=api",
            "component": "https://hosted.weblate.org/api/components/debian-handbook/12_advanced-administration/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/12_advanced-administration/zh_Hant/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-09-07T09:43:26.570194+02:00",
            "action": 30,
            "target": "<primary><emphasis role=\"pkg\">openxenmanager</emphasis></primary>",
            "old": "<primary><emphasis role=\"pkg\">virt-manager</emphasis></primary>",
            "details": {},
            "id": 34039865,
            "action_name": "Source string changed",
            "url": "https://hosted.weblate.org/api/changes/34039865/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/82704002/?format=api",
            "component": "https://hosted.weblate.org/api/components/debian-handbook/12_advanced-administration/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/12_advanced-administration/zh_Hant/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-09-07T09:43:26.570156+02:00",
            "action": 59,
            "target": "",
            "old": "",
            "details": {
                "state": 0,
                "source": "OpenXenManager (in the <emphasis role=\"pkg\">openxenmanager</emphasis> package), a graphical interface allowing remote management of Xen domains via Xen's API, is no longer provided by Debian due to the lack of upstream development. If you are looking for a replacement, <emphasis role=\"pkg\">virt-manager</emphasis> provides support to handle Xen VMs as well.",
                "old_state": -1
            },
            "id": 34039864,
            "action_name": "String updated in the repository",
            "url": "https://hosted.weblate.org/api/changes/34039864/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/82704001/?format=api",
            "component": "https://hosted.weblate.org/api/components/debian-handbook/12_advanced-administration/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/12_advanced-administration/zh_Hant/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-09-07T09:43:26.570122+02:00",
            "action": 59,
            "target": "",
            "old": "",
            "details": {
                "state": 0,
                "source": "<primary>Xen</primary><secondary>manager</secondary>",
                "old_state": -1
            },
            "id": 34039863,
            "action_name": "String updated in the repository",
            "url": "https://hosted.weblate.org/api/changes/34039863/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/82704000/?format=api",
            "component": "https://hosted.weblate.org/api/components/debian-handbook/12_advanced-administration/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/12_advanced-administration/zh_Hant/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-09-07T09:43:26.570088+02:00",
            "action": 59,
            "target": "<emphasis>工具</emphasis> OpenXenManager",
            "old": "",
            "details": {
                "state": 10,
                "source": "<emphasis>TOOL</emphasis> Graphical Xen managers",
                "old_state": -1
            },
            "id": 34039862,
            "action_name": "String updated in the repository",
            "url": "https://hosted.weblate.org/api/changes/34039862/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/82704000/?format=api",
            "component": "https://hosted.weblate.org/api/components/debian-handbook/12_advanced-administration/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/12_advanced-administration/zh_Hant/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-09-07T09:43:26.570054+02:00",
            "action": 30,
            "target": "<emphasis>TOOL</emphasis> Graphical Xen managers",
            "old": "<emphasis>TOOL</emphasis> OpenXenManager",
            "details": {},
            "id": 34039861,
            "action_name": "Source string changed",
            "url": "https://hosted.weblate.org/api/changes/34039861/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/82703999/?format=api",
            "component": "https://hosted.weblate.org/api/components/debian-handbook/12_advanced-administration/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/12_advanced-administration/zh_Hant/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-09-07T09:43:26.570018+02:00",
            "action": 59,
            "target": "",
            "old": "",
            "details": {
                "state": 0,
                "source": "<primary>Xen</primary><secondary>console</secondary>",
                "old_state": -1
            },
            "id": 34039859,
            "action_name": "String updated in the repository",
            "url": "https://hosted.weblate.org/api/changes/34039859/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/82703998/?format=api",
            "component": "https://hosted.weblate.org/api/components/debian-handbook/12_advanced-administration/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/12_advanced-administration/zh_Hant/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-09-07T09:43:26.569981+02:00",
            "action": 59,
            "target": "<computeroutput># </computeroutput><userinput>xl console testxen</userinput>\n<computeroutput>[...]\n\nDebian GNU/Linux 8 testxen hvc0\n\ntestxen login: </computeroutput>",
            "old": "",
            "details": {
                "state": 10,
                "source": "<computeroutput># </computeroutput><userinput>xl console testxen</userinput>\n<computeroutput>[...]\n\nDebian GNU/Linux 11 testxen hvc0\n\ntestxen login: </computeroutput>",
                "old_state": -1
            },
            "id": 34039858,
            "action_name": "String updated in the repository",
            "url": "https://hosted.weblate.org/api/changes/34039858/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/82703998/?format=api",
            "component": "https://hosted.weblate.org/api/components/debian-handbook/12_advanced-administration/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/12_advanced-administration/zh_Hant/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-09-07T09:43:26.569948+02:00",
            "action": 30,
            "target": "<computeroutput># </computeroutput><userinput>xl console testxen</userinput>\n<computeroutput>[...]\n\nDebian GNU/Linux 11 testxen hvc0\n\ntestxen login: </computeroutput>",
            "old": "<computeroutput># </computeroutput><userinput>xl console testxen</userinput>\n<computeroutput>[...]\n\nDebian GNU/Linux 8 testxen hvc0\n\ntestxen login: </computeroutput>",
            "details": {},
            "id": 34039857,
            "action_name": "Source string changed",
            "url": "https://hosted.weblate.org/api/changes/34039857/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/82703997/?format=api",
            "component": "https://hosted.weblate.org/api/components/debian-handbook/12_advanced-administration/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/12_advanced-administration/zh_Hant/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-09-07T09:43:26.569909+02:00",
            "action": 59,
            "target": "",
            "old": "",
            "details": {
                "state": 0,
                "source": "<primary>Xen</primary><secondary><literal>hvc0</literal></secondary>",
                "old_state": -1
            },
            "id": 34039856,
            "action_name": "String updated in the repository",
            "url": "https://hosted.weblate.org/api/changes/34039856/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/82703996/?format=api",
            "component": "https://hosted.weblate.org/api/components/debian-handbook/12_advanced-administration/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/12_advanced-administration/zh_Hant/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-09-07T09:43:26.569850+02:00",
            "action": 59,
            "target": "",
            "old": "",
            "details": {
                "state": 0,
                "source": "In Debian 7 and older releases, <command>xm</command> was the reference command line tool to use to manage Xen virtual machines. It has now been replaced by <command>xl</command> which is mostly backwards compatible. But those are not the only available tools: <command>virsh</command> of <emphasis role=\"pkg\">libvirt</emphasis> and <command>xe</command> of XenServer's XAPI (commercial offering of Xen) are alternative tools.",
                "old_state": -1
            },
            "id": 34039855,
            "action_name": "String updated in the repository",
            "url": "https://hosted.weblate.org/api/changes/34039855/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/82703995/?format=api",
            "component": "https://hosted.weblate.org/api/components/debian-handbook/12_advanced-administration/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/12_advanced-administration/zh_Hant/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-09-07T09:43:26.569814+02:00",
            "action": 59,
            "target": "<primary><emphasis role=\"pkg\">virtinst</emphasis></primary>",
            "old": "",
            "details": {
                "state": 10,
                "source": "<primary><emphasis role=\"pkg\">libvirt</emphasis></primary>",
                "old_state": -1
            },
            "id": 34039854,
            "action_name": "String updated in the repository",
            "url": "https://hosted.weblate.org/api/changes/34039854/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/82703995/?format=api",
            "component": "https://hosted.weblate.org/api/components/debian-handbook/12_advanced-administration/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/12_advanced-administration/zh_Hant/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-09-07T09:43:26.569782+02:00",
            "action": 30,
            "target": "<primary><emphasis role=\"pkg\">libvirt</emphasis></primary>",
            "old": "<primary><emphasis role=\"pkg\">virtinst</emphasis></primary>",
            "details": {},
            "id": 34039853,
            "action_name": "Source string changed",
            "url": "https://hosted.weblate.org/api/changes/34039853/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/82703994/?format=api",
            "component": "https://hosted.weblate.org/api/components/debian-handbook/12_advanced-administration/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/12_advanced-administration/zh_Hant/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-09-07T09:43:26.569745+02:00",
            "action": 59,
            "target": "<computeroutput># </computeroutput><userinput>xl list</userinput>\n<computeroutput>Name                                        ID   Mem VCPUs      State   Time(s)\nDomain-0                                     0   463     1     r-----      9.8\n# </computeroutput><userinput>xl create /etc/xen/testxen.cfg</userinput>\n<computeroutput>Parsing config from /etc/xen/testxen.cfg\n# </computeroutput><userinput>xl list</userinput>\n<computeroutput>Name                                        ID   Mem VCPUs      State   Time(s)\nDomain-0                                     0   366     1     r-----     11.4\ntestxen                                      1   128     1     -b----      1.1</computeroutput>",
            "old": "",
            "details": {
                "state": 10,
                "source": "<computeroutput># </computeroutput><userinput>xl list\n</userinput><computeroutput>Name                                        ID   Mem VCPUs\tState\tTime(s)\nDomain-0                                     0  3918     2     r-----      35.1\n# </computeroutput><userinput>xl create /etc/xen/testxen.cfg\n</userinput><computeroutput>Parsing config from /etc/xen/testxen.cfg\n# </computeroutput><userinput>xl list\n</userinput><computeroutput>Name                                        ID   Mem VCPUs\tState\tTime(s)\nDomain-0                                     0  2757     2     r-----      45.2\ntestxen                                      3  1024     1     r-----       1.3\n</computeroutput>",
                "old_state": -1
            },
            "id": 34039852,
            "action_name": "String updated in the repository",
            "url": "https://hosted.weblate.org/api/changes/34039852/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/82703994/?format=api",
            "component": "https://hosted.weblate.org/api/components/debian-handbook/12_advanced-administration/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/12_advanced-administration/zh_Hant/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-09-07T09:43:26.569713+02:00",
            "action": 30,
            "target": "<computeroutput># </computeroutput><userinput>xl list\n</userinput><computeroutput>Name                                        ID   Mem VCPUs\tState\tTime(s)\nDomain-0                                     0  3918     2     r-----      35.1\n# </computeroutput><userinput>xl create /etc/xen/testxen.cfg\n</userinput><computeroutput>Parsing config from /etc/xen/testxen.cfg\n# </computeroutput><userinput>xl list\n</userinput><computeroutput>Name                                        ID   Mem VCPUs\tState\tTime(s)\nDomain-0                                     0  2757     2     r-----      45.2\ntestxen                                      3  1024     1     r-----       1.3\n</computeroutput>",
            "old": "<computeroutput># </computeroutput><userinput>xl list</userinput>\n<computeroutput>Name                                        ID   Mem VCPUs      State   Time(s)\nDomain-0                                     0   463     1     r-----      9.8\n# </computeroutput><userinput>xl create /etc/xen/testxen.cfg</userinput>\n<computeroutput>Parsing config from /etc/xen/testxen.cfg\n# </computeroutput><userinput>xl list</userinput>\n<computeroutput>Name                                        ID   Mem VCPUs      State   Time(s)\nDomain-0                                     0   366     1     r-----     11.4\ntestxen                                      1   128     1     -b----      1.1</computeroutput>",
            "details": {},
            "id": 34039851,
            "action_name": "Source string changed",
            "url": "https://hosted.weblate.org/api/changes/34039851/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/82703993/?format=api",
            "component": "https://hosted.weblate.org/api/components/debian-handbook/12_advanced-administration/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/12_advanced-administration/zh_Hant/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-09-07T09:43:26.569679+02:00",
            "action": 59,
            "target": "",
            "old": "",
            "details": {
                "state": 0,
                "source": "<primary><filename>/etc</filename></primary><secondary><filename>/etc/xen/testxen.cfg</filename></secondary>",
                "old_state": -1
            },
            "id": 34039850,
            "action_name": "String updated in the repository",
            "url": "https://hosted.weblate.org/api/changes/34039850/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/82703992/?format=api",
            "component": "https://hosted.weblate.org/api/components/debian-handbook/12_advanced-administration/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/12_advanced-administration/zh_Hant/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-09-07T09:43:26.569645+02:00",
            "action": 59,
            "target": "<primary><command>xm</command></primary>",
            "old": "",
            "details": {
                "state": 10,
                "source": "<primary><command>xl</command></primary>",
                "old_state": -1
            },
            "id": 34039849,
            "action_name": "String updated in the repository",
            "url": "https://hosted.weblate.org/api/changes/34039849/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/82703992/?format=api",
            "component": "https://hosted.weblate.org/api/components/debian-handbook/12_advanced-administration/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/12_advanced-administration/zh_Hant/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-09-07T09:43:26.569613+02:00",
            "action": 30,
            "target": "<primary><command>xl</command></primary>",
            "old": "<primary><command>xm</command></primary>",
            "details": {},
            "id": 34039848,
            "action_name": "Source string changed",
            "url": "https://hosted.weblate.org/api/changes/34039848/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/82703991/?format=api",
            "component": "https://hosted.weblate.org/api/components/debian-handbook/12_advanced-administration/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/12_advanced-administration/zh_Hant/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-09-07T09:43:26.569578+02:00",
            "action": 59,
            "target": "auto xenbr0\niface xenbr0 inet dhcp\n    bridge_ports eth0\n    bridge_maxwait 0\n    ",
            "old": "",
            "details": {
                "state": 10,
                "source": "auto xenbr0\niface xenbr0 inet dhcp\n    bridge_ports <replaceable>eth0</replaceable>\n    bridge_maxwait 0",
                "old_state": -1
            },
            "id": 34039847,
            "action_name": "String updated in the repository",
            "url": "https://hosted.weblate.org/api/changes/34039847/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/82703991/?format=api",
            "component": "https://hosted.weblate.org/api/components/debian-handbook/12_advanced-administration/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/12_advanced-administration/zh_Hant/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-09-07T09:43:26.569546+02:00",
            "action": 30,
            "target": "auto xenbr0\niface xenbr0 inet dhcp\n    bridge_ports <replaceable>eth0</replaceable>\n    bridge_maxwait 0",
            "old": "auto xenbr0\niface xenbr0 inet dhcp\n    bridge_ports eth0\n    bridge_maxwait 0\n    ",
            "details": {},
            "id": 34039846,
            "action_name": "Source string changed",
            "url": "https://hosted.weblate.org/api/changes/34039846/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/82703990/?format=api",
            "component": "https://hosted.weblate.org/api/components/debian-handbook/12_advanced-administration/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/12_advanced-administration/zh_Hant/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-09-07T09:43:26.569511+02:00",
            "action": 59,
            "target": "",
            "old": "",
            "details": {
                "state": 0,
                "source": "<primary>Xen</primary><secondary><literal>xenbr0</literal></secondary>",
                "old_state": -1
            },
            "id": 34039845,
            "action_name": "String updated in the repository",
            "url": "https://hosted.weblate.org/api/changes/34039845/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/82703989/?format=api",
            "component": "https://hosted.weblate.org/api/components/debian-handbook/12_advanced-administration/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/12_advanced-administration/zh_Hant/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-09-07T09:43:26.569476+02:00",
            "action": 59,
            "target": "<primary><emphasis role=\"pkg\">virtinst</emphasis></primary>",
            "old": "",
            "details": {
                "state": 10,
                "source": "<primary><emphasis role=\"pkg\">bridge-utils</emphasis></primary>",
                "old_state": -1
            },
            "id": 34039844,
            "action_name": "String updated in the repository",
            "url": "https://hosted.weblate.org/api/changes/34039844/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/82703989/?format=api",
            "component": "https://hosted.weblate.org/api/components/debian-handbook/12_advanced-administration/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/12_advanced-administration/zh_Hant/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-09-07T09:43:26.569444+02:00",
            "action": 30,
            "target": "<primary><emphasis role=\"pkg\">bridge-utils</emphasis></primary>",
            "old": "<primary><emphasis role=\"pkg\">virtinst</emphasis></primary>",
            "details": {},
            "id": 34039843,
            "action_name": "Source string changed",
            "url": "https://hosted.weblate.org/api/changes/34039843/?format=api"
        }
    ]
}