Translation components API.

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

GET /api/translations/debian-handbook/09_unix-services/nl/changes/?format=api&page=6
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 475,
    "next": "https://hosted.weblate.org/api/translations/debian-handbook/09_unix-services/nl/changes/?format=api&page=7",
    "previous": "https://hosted.weblate.org/api/translations/debian-handbook/09_unix-services/nl/changes/?format=api&page=5",
    "results": [
        {
            "unit": "https://hosted.weblate.org/api/units/82733206/?format=api",
            "component": "https://hosted.weblate.org/api/components/debian-handbook/09_unix-services/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/09_unix-services/nl/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-09-07T09:55:54.422532+02:00",
            "action": 59,
            "target": "",
            "old": "",
            "details": {
                "state": 0,
                "source": "Frequently you want to change the group of a file at the same time that you change the owner. The <command>chown</command> command has a special syntax for that: <command>chown <replaceable>user</replaceable>:<replaceable>group</replaceable> <replaceable>file</replaceable></command>. This syntax can also be used to recursively (<literal>-R</literal>) change the ownership of a whole directory.",
                "old_state": -1
            },
            "id": 34089225,
            "action_name": "String updated in the repository",
            "url": "https://hosted.weblate.org/api/changes/34089225/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/82733205/?format=api",
            "component": "https://hosted.weblate.org/api/components/debian-handbook/09_unix-services/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/09_unix-services/nl/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-09-07T09:55:54.422490+02:00",
            "action": 59,
            "target": "",
            "old": "",
            "details": {
                "state": 0,
                "source": "<emphasis>TIP</emphasis> Changing the user and group together",
                "old_state": -1
            },
            "id": 34089224,
            "action_name": "String updated in the repository",
            "url": "https://hosted.weblate.org/api/changes/34089224/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/82733204/?format=api",
            "component": "https://hosted.weblate.org/api/components/debian-handbook/09_unix-services/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/09_unix-services/nl/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-09-07T09:55:54.422448+02:00",
            "action": 59,
            "target": "",
            "old": "",
            "details": {
                "state": 0,
                "source": "It is a misconception that this bit will only affect directories. If files and directories have mixed permissions, it is often a good idea to use the <command>find</command> command to locate the targets you want to operate on.",
                "old_state": -1
            },
            "id": 34089223,
            "action_name": "String updated in the repository",
            "url": "https://hosted.weblate.org/api/changes/34089223/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/82733203/?format=api",
            "component": "https://hosted.weblate.org/api/components/debian-handbook/09_unix-services/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/09_unix-services/nl/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-09-07T09:55:54.422403+02:00",
            "action": 59,
            "target": "",
            "old": "",
            "details": {
                "state": 0,
                "source": "The example shows a typical file with its default permissions: its owner can read and write it, the owner's group and all other users can read it. The next operation (<literal>u+X</literal>) won't add executable permissions for the owner of the file, because permissions to execute have not been assigned. The operation has no effect on the file. Next we assign execute rights for \"other\" users and repeat the operation. This time it is successful, because at least one user group already had executable permissions.",
                "old_state": -1
            },
            "id": 34089222,
            "action_name": "String updated in the repository",
            "url": "https://hosted.weblate.org/api/changes/34089222/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/82733202/?format=api",
            "component": "https://hosted.weblate.org/api/components/debian-handbook/09_unix-services/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/09_unix-services/nl/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-09-07T09:55:54.422357+02:00",
            "action": 59,
            "target": "",
            "old": "",
            "details": {
                "state": 0,
                "source": "<computeroutput>$ </computeroutput><userinput>ls test.txt</userinput>\n  <computeroutput>-rw-r--r-- 1 daniel daniel 0 18. Nov 01:07 test.txt</computeroutput>\n  <computeroutput>$ </computeroutput><userinput>chmod u+X test.txt</userinput>\n  <computeroutput>$ </computeroutput><userinput>ls test.txt</userinput>\n  <computeroutput>-rw-r--r-- 1 daniel daniel 0 18. Nov 01:07 test.txt</computeroutput>\n  <computeroutput>$ </computeroutput><userinput>chmod o+x test.txt</userinput>\n  <computeroutput>$ </computeroutput><userinput>ls test.txt</userinput>\n  <computeroutput>-rw-r--r-x 1 daniel daniel 0 18. Nov 01:07 test.txt</computeroutput>\n  <computeroutput>$ </computeroutput><userinput>chmod u+X test.txt</userinput>\n  <computeroutput>$ </computeroutput><userinput>ls test.txt</userinput>\n  <computeroutput>-rwxr--r-x 1 daniel daniel 0 18. Nov 01:07 test.txt</computeroutput>\n  ",
                "old_state": -1
            },
            "id": 34089221,
            "action_name": "String updated in the repository",
            "url": "https://hosted.weblate.org/api/changes/34089221/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/82733201/?format=api",
            "component": "https://hosted.weblate.org/api/components/debian-handbook/09_unix-services/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/09_unix-services/nl/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-09-07T09:55:54.422313+02:00",
            "action": 59,
            "target": "",
            "old": "",
            "details": {
                "state": 0,
                "source": "For directories it adds executable permissions to the chosen user(s). For files, it adds the executable bit <emphasis>only</emphasis> if at least one of the users (owner, group, or others) already has executable permissions. Let's demonstrate it, because this bit can be confusing:",
                "old_state": -1
            },
            "id": 34089220,
            "action_name": "String updated in the repository",
            "url": "https://hosted.weblate.org/api/changes/34089220/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/82733200/?format=api",
            "component": "https://hosted.weblate.org/api/components/debian-handbook/09_unix-services/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/09_unix-services/nl/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-09-07T09:55:54.422269+02:00",
            "action": 59,
            "target": "",
            "old": "",
            "details": {
                "state": 0,
                "source": "The distinction between directories and files sometimes causes problems with recursive operations. That is why the “<literal>X</literal>” letter has been introduced in the symbolic representation of rights. It also represents the right to execute, but it applies differently to directories and files.",
                "old_state": -1
            },
            "id": 34089219,
            "action_name": "String updated in the repository",
            "url": "https://hosted.weblate.org/api/changes/34089219/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/82733199/?format=api",
            "component": "https://hosted.weblate.org/api/components/debian-handbook/09_unix-services/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/09_unix-services/nl/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-09-07T09:55:54.422229+02:00",
            "action": 59,
            "target": "",
            "old": "",
            "details": {
                "state": 0,
                "source": "<primary>permissions</primary><secondary><literal>X</literal></secondary>",
                "old_state": -1
            },
            "id": 34089218,
            "action_name": "String updated in the repository",
            "url": "https://hosted.weblate.org/api/changes/34089218/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/82733198/?format=api",
            "component": "https://hosted.weblate.org/api/components/debian-handbook/09_unix-services/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/09_unix-services/nl/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-09-07T09:55:54.422187+02:00",
            "action": 59,
            "target": "",
            "old": "",
            "details": {
                "state": 0,
                "source": "<primary>permissions</primary><secondary>recursive operation</secondary>",
                "old_state": -1
            },
            "id": 34089217,
            "action_name": "String updated in the repository",
            "url": "https://hosted.weblate.org/api/changes/34089217/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/82733197/?format=api",
            "component": "https://hosted.weblate.org/api/components/debian-handbook/09_unix-services/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/09_unix-services/nl/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-09-07T09:55:54.422145+02:00",
            "action": 59,
            "target": "<primary><command>diff</command></primary>",
            "old": "",
            "details": {
                "state": 10,
                "source": "<primary><literal>setgid</literal></primary>",
                "old_state": -1
            },
            "id": 34089216,
            "action_name": "String updated in the repository",
            "url": "https://hosted.weblate.org/api/changes/34089216/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/82733197/?format=api",
            "component": "https://hosted.weblate.org/api/components/debian-handbook/09_unix-services/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/09_unix-services/nl/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-09-07T09:55:54.422106+02:00",
            "action": 30,
            "target": "<primary><literal>setgid</literal></primary>",
            "old": "<primary><command>diff</command></primary>",
            "details": {},
            "id": 34089215,
            "action_name": "Source string changed",
            "url": "https://hosted.weblate.org/api/changes/34089215/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/82733196/?format=api",
            "component": "https://hosted.weblate.org/api/components/debian-handbook/09_unix-services/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/09_unix-services/nl/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-09-07T09:55:54.422064+02:00",
            "action": 59,
            "target": "<primary><command>diff</command></primary>",
            "old": "",
            "details": {
                "state": 10,
                "source": "<primary><literal>setuid</literal></primary>",
                "old_state": -1
            },
            "id": 34089214,
            "action_name": "String updated in the repository",
            "url": "https://hosted.weblate.org/api/changes/34089214/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/82733196/?format=api",
            "component": "https://hosted.weblate.org/api/components/debian-handbook/09_unix-services/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/09_unix-services/nl/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-09-07T09:55:54.422025+02:00",
            "action": 30,
            "target": "<primary><literal>setuid</literal></primary>",
            "old": "<primary><command>diff</command></primary>",
            "details": {},
            "id": 34089213,
            "action_name": "Source string changed",
            "url": "https://hosted.weblate.org/api/changes/34089213/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/82733195/?format=api",
            "component": "https://hosted.weblate.org/api/components/debian-handbook/09_unix-services/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/09_unix-services/nl/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-09-07T09:55:54.421980+02:00",
            "action": 59,
            "target": "",
            "old": "",
            "details": {
                "state": 0,
                "source": "For instance, the <command>chmod 754 <replaceable>file</replaceable></command> command will set the following rights: read, write and execute for the owner (since 7 = 4 + 2 + 1); read and execute for the group (since 5 = 4 + 1); read-only for others. The <literal>0</literal> (zero) means no rights; thus <command>chmod 600 <replaceable>file</replaceable></command> allows for read/write rights for the owner, and no rights for anyone else. The most frequent right combinations are <literal>755</literal> for executable files and directories, and <literal>644</literal> for data files.",
                "old_state": -1
            },
            "id": 34089212,
            "action_name": "String updated in the repository",
            "url": "https://hosted.weblate.org/api/changes/34089212/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/82733194/?format=api",
            "component": "https://hosted.weblate.org/api/components/debian-handbook/09_unix-services/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/09_unix-services/nl/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-09-07T09:55:54.421926+02:00",
            "action": 59,
            "target": "",
            "old": "",
            "details": {
                "state": 0,
                "source": "<primary>permissions</primary><secondary>octal representation</secondary>",
                "old_state": -1
            },
            "id": 34089211,
            "action_name": "String updated in the repository",
            "url": "https://hosted.weblate.org/api/changes/34089211/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/82733193/?format=api",
            "component": "https://hosted.weblate.org/api/components/debian-handbook/09_unix-services/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/09_unix-services/nl/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-09-07T09:55:54.421884+02:00",
            "action": 59,
            "target": "",
            "old": "",
            "details": {
                "state": 0,
                "source": "<primary>permissions</primary><secondary>symbolic representation</secondary>",
                "old_state": -1
            },
            "id": 34089210,
            "action_name": "String updated in the repository",
            "url": "https://hosted.weblate.org/api/changes/34089210/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/82733192/?format=api",
            "component": "https://hosted.weblate.org/api/components/debian-handbook/09_unix-services/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/09_unix-services/nl/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-09-07T09:55:54.421842+02:00",
            "action": 59,
            "target": "",
            "old": "",
            "details": {
                "state": 0,
                "source": "<primary>rights</primary><secondary>symbolic representation</secondary>",
                "old_state": -1
            },
            "id": 34089209,
            "action_name": "String updated in the repository",
            "url": "https://hosted.weblate.org/api/changes/34089209/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/82733191/?format=api",
            "component": "https://hosted.weblate.org/api/components/debian-handbook/09_unix-services/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/09_unix-services/nl/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-09-07T09:55:54.421800+02:00",
            "action": 59,
            "target": "",
            "old": "",
            "details": {
                "state": 0,
                "source": "<primary>symbolic representation of rights</primary>",
                "old_state": -1
            },
            "id": 34089208,
            "action_name": "String updated in the repository",
            "url": "https://hosted.weblate.org/api/changes/34089208/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/82733190/?format=api",
            "component": "https://hosted.weblate.org/api/components/debian-handbook/09_unix-services/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/09_unix-services/nl/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-09-07T09:55:54.421759+02:00",
            "action": 59,
            "target": "",
            "old": "",
            "details": {
                "state": 0,
                "source": "<primary>permissions</primary><secondary><literal>t</literal></secondary>",
                "old_state": -1
            },
            "id": 34089207,
            "action_name": "String updated in the repository",
            "url": "https://hosted.weblate.org/api/changes/34089207/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/82733189/?format=api",
            "component": "https://hosted.weblate.org/api/components/debian-handbook/09_unix-services/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/09_unix-services/nl/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-09-07T09:55:54.421717+02:00",
            "action": 59,
            "target": "<primary><command>diff</command></primary>",
            "old": "",
            "details": {
                "state": 10,
                "source": "<primary><command>newgrp</command></primary>",
                "old_state": -1
            },
            "id": 34089206,
            "action_name": "String updated in the repository",
            "url": "https://hosted.weblate.org/api/changes/34089206/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/82733189/?format=api",
            "component": "https://hosted.weblate.org/api/components/debian-handbook/09_unix-services/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/09_unix-services/nl/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-09-07T09:55:54.421678+02:00",
            "action": 30,
            "target": "<primary><command>newgrp</command></primary>",
            "old": "<primary><command>diff</command></primary>",
            "details": {},
            "id": 34089205,
            "action_name": "Source string changed",
            "url": "https://hosted.weblate.org/api/changes/34089205/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/82733188/?format=api",
            "component": "https://hosted.weblate.org/api/components/debian-handbook/09_unix-services/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/09_unix-services/nl/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-09-07T09:55:54.421635+02:00",
            "action": 59,
            "target": "",
            "old": "",
            "details": {
                "state": 0,
                "source": "If you require running a program under a different user or if a program requires higher permissions, the <command>sudo</command>, <command>su</command>, or <command>runuser</command> commands are usually better choices than using these bits (see <xref linkend=\"sect.sharing-admin-rights\" />).",
                "old_state": -1
            },
            "id": 34089204,
            "action_name": "String updated in the repository",
            "url": "https://hosted.weblate.org/api/changes/34089204/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/82733187/?format=api",
            "component": "https://hosted.weblate.org/api/components/debian-handbook/09_unix-services/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/09_unix-services/nl/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-09-07T09:55:54.421594+02:00",
            "action": 59,
            "target": "<primary><command>diff</command></primary>",
            "old": "",
            "details": {
                "state": 10,
                "source": "<primary><command>runuser</command></primary>",
                "old_state": -1
            },
            "id": 34089203,
            "action_name": "String updated in the repository",
            "url": "https://hosted.weblate.org/api/changes/34089203/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/82733187/?format=api",
            "component": "https://hosted.weblate.org/api/components/debian-handbook/09_unix-services/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/09_unix-services/nl/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-09-07T09:55:54.421555+02:00",
            "action": 30,
            "target": "<primary><command>runuser</command></primary>",
            "old": "<primary><command>diff</command></primary>",
            "details": {},
            "id": 34089202,
            "action_name": "Source string changed",
            "url": "https://hosted.weblate.org/api/changes/34089202/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/82733186/?format=api",
            "component": "https://hosted.weblate.org/api/components/debian-handbook/09_unix-services/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/09_unix-services/nl/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-09-07T09:55:54.421513+02:00",
            "action": 59,
            "target": "<primary><command>diff</command></primary>",
            "old": "",
            "details": {
                "state": 10,
                "source": "<primary><command>sudo</command></primary>",
                "old_state": -1
            },
            "id": 34089201,
            "action_name": "String updated in the repository",
            "url": "https://hosted.weblate.org/api/changes/34089201/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/82733186/?format=api",
            "component": "https://hosted.weblate.org/api/components/debian-handbook/09_unix-services/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/09_unix-services/nl/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-09-07T09:55:54.421474+02:00",
            "action": 30,
            "target": "<primary><command>sudo</command></primary>",
            "old": "<primary><command>diff</command></primary>",
            "details": {},
            "id": 34089200,
            "action_name": "Source string changed",
            "url": "https://hosted.weblate.org/api/changes/34089200/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/82733185/?format=api",
            "component": "https://hosted.weblate.org/api/components/debian-handbook/09_unix-services/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/09_unix-services/nl/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-09-07T09:55:54.421433+02:00",
            "action": 59,
            "target": "<primary><command>diff</command></primary>",
            "old": "",
            "details": {
                "state": 10,
                "source": "<primary><command>su</command></primary>",
                "old_state": -1
            },
            "id": 34089199,
            "action_name": "String updated in the repository",
            "url": "https://hosted.weblate.org/api/changes/34089199/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/82733185/?format=api",
            "component": "https://hosted.weblate.org/api/components/debian-handbook/09_unix-services/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/09_unix-services/nl/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-09-07T09:55:54.421393+02:00",
            "action": 30,
            "target": "<primary><command>su</command></primary>",
            "old": "<primary><command>diff</command></primary>",
            "details": {},
            "id": 34089198,
            "action_name": "Source string changed",
            "url": "https://hosted.weblate.org/api/changes/34089198/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/82733184/?format=api",
            "component": "https://hosted.weblate.org/api/components/debian-handbook/09_unix-services/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/09_unix-services/nl/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-09-07T09:55:54.421347+02:00",
            "action": 59,
            "target": "",
            "old": "",
            "details": {
                "state": 0,
                "source": "Two particular rights are relevant to executable files: <literal>setuid</literal> and <literal>setgid</literal> (symbolized with the letter “s”). Note that we frequently speak of “bit”, since each of these Boolean values can be represented by a 0 or a 1. These two rights allow any user to execute the program with the rights of its owner or its group, respectively. This mechanism grants access to features requiring higher level permissions than those you would usually have.",
                "old_state": -1
            },
            "id": 34089197,
            "action_name": "String updated in the repository",
            "url": "https://hosted.weblate.org/api/changes/34089197/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/82733183/?format=api",
            "component": "https://hosted.weblate.org/api/components/debian-handbook/09_unix-services/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/09_unix-services/nl/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-09-07T09:55:54.421305+02:00",
            "action": 59,
            "target": "",
            "old": "",
            "details": {
                "state": 0,
                "source": "<primary>permissions</primary><secondary><literal>s</literal></secondary>",
                "old_state": -1
            },
            "id": 34089196,
            "action_name": "String updated in the repository",
            "url": "https://hosted.weblate.org/api/changes/34089196/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/82733182/?format=api",
            "component": "https://hosted.weblate.org/api/components/debian-handbook/09_unix-services/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/09_unix-services/nl/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-09-07T09:55:54.421263+02:00",
            "action": 59,
            "target": "",
            "old": "",
            "details": {
                "state": 0,
                "source": "<primary>permissions</primary><secondary><literal>setgid</literal></secondary><seealso><literal>setgid</literal></seealso>",
                "old_state": -1
            },
            "id": 34089195,
            "action_name": "String updated in the repository",
            "url": "https://hosted.weblate.org/api/changes/34089195/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/82733181/?format=api",
            "component": "https://hosted.weblate.org/api/components/debian-handbook/09_unix-services/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/09_unix-services/nl/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-09-07T09:55:54.421221+02:00",
            "action": 59,
            "target": "",
            "old": "",
            "details": {
                "state": 0,
                "source": "<primary>permissions</primary><secondary><literal>setuid</literal></secondary><seealso><literal>setuid</literal></seealso>",
                "old_state": -1
            },
            "id": 34089194,
            "action_name": "String updated in the repository",
            "url": "https://hosted.weblate.org/api/changes/34089194/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/82733180/?format=api",
            "component": "https://hosted.weblate.org/api/components/debian-handbook/09_unix-services/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/09_unix-services/nl/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-09-07T09:55:54.421179+02:00",
            "action": 59,
            "target": "",
            "old": "",
            "details": {
                "state": 0,
                "source": "<primary>permissions</primary><secondary>execute</secondary>",
                "old_state": -1
            },
            "id": 34089193,
            "action_name": "String updated in the repository",
            "url": "https://hosted.weblate.org/api/changes/34089193/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/82733179/?format=api",
            "component": "https://hosted.weblate.org/api/components/debian-handbook/09_unix-services/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/09_unix-services/nl/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-09-07T09:55:54.421136+02:00",
            "action": 59,
            "target": "",
            "old": "",
            "details": {
                "state": 0,
                "source": "<primary>permissions</primary><secondary>write</secondary>",
                "old_state": -1
            },
            "id": 34089192,
            "action_name": "String updated in the repository",
            "url": "https://hosted.weblate.org/api/changes/34089192/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/82733178/?format=api",
            "component": "https://hosted.weblate.org/api/components/debian-handbook/09_unix-services/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/09_unix-services/nl/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-09-07T09:55:54.421094+02:00",
            "action": 59,
            "target": "",
            "old": "",
            "details": {
                "state": 0,
                "source": "<primary>permissions</primary><secondary>read</secondary>",
                "old_state": -1
            },
            "id": 34089191,
            "action_name": "String updated in the repository",
            "url": "https://hosted.weblate.org/api/changes/34089191/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/82733177/?format=api",
            "component": "https://hosted.weblate.org/api/components/debian-handbook/09_unix-services/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/09_unix-services/nl/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-09-07T09:55:54.421052+02:00",
            "action": 59,
            "target": "",
            "old": "",
            "details": {
                "state": 0,
                "source": "<primary>permissions</primary><secondary><literal>x</literal></secondary>",
                "old_state": -1
            },
            "id": 34089190,
            "action_name": "String updated in the repository",
            "url": "https://hosted.weblate.org/api/changes/34089190/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/82733176/?format=api",
            "component": "https://hosted.weblate.org/api/components/debian-handbook/09_unix-services/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/09_unix-services/nl/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-09-07T09:55:54.421011+02:00",
            "action": 59,
            "target": "",
            "old": "",
            "details": {
                "state": 0,
                "source": "<primary>permissions</primary><secondary><literal>w</literal></secondary>",
                "old_state": -1
            },
            "id": 34089189,
            "action_name": "String updated in the repository",
            "url": "https://hosted.weblate.org/api/changes/34089189/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/82733175/?format=api",
            "component": "https://hosted.weblate.org/api/components/debian-handbook/09_unix-services/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/09_unix-services/nl/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-09-07T09:55:54.420969+02:00",
            "action": 59,
            "target": "",
            "old": "",
            "details": {
                "state": 0,
                "source": "<primary>permissions</primary><secondary><literal>r</literal></secondary>",
                "old_state": -1
            },
            "id": 34089188,
            "action_name": "String updated in the repository",
            "url": "https://hosted.weblate.org/api/changes/34089188/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/82733174/?format=api",
            "component": "https://hosted.weblate.org/api/components/debian-handbook/09_unix-services/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/09_unix-services/nl/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-09-07T09:55:54.420926+02:00",
            "action": 59,
            "target": "",
            "old": "",
            "details": {
                "state": 0,
                "source": "Three basic types of rights can be combined:",
                "old_state": -1
            },
            "id": 34089187,
            "action_name": "String updated in the repository",
            "url": "https://hosted.weblate.org/api/changes/34089187/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/82733173/?format=api",
            "component": "https://hosted.weblate.org/api/components/debian-handbook/09_unix-services/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/09_unix-services/nl/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-09-07T09:55:54.420885+02:00",
            "action": 59,
            "target": "",
            "old": "",
            "details": {
                "state": 0,
                "source": "<primary>permissions</primary><secondary><literal>o</literal></secondary>",
                "old_state": -1
            },
            "id": 34089186,
            "action_name": "String updated in the repository",
            "url": "https://hosted.weblate.org/api/changes/34089186/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/82733172/?format=api",
            "component": "https://hosted.weblate.org/api/components/debian-handbook/09_unix-services/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/09_unix-services/nl/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-09-07T09:55:54.420843+02:00",
            "action": 59,
            "target": "",
            "old": "",
            "details": {
                "state": 0,
                "source": "<primary>permissions</primary><secondary><literal>g</literal></secondary>",
                "old_state": -1
            },
            "id": 34089185,
            "action_name": "String updated in the repository",
            "url": "https://hosted.weblate.org/api/changes/34089185/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/82733171/?format=api",
            "component": "https://hosted.weblate.org/api/components/debian-handbook/09_unix-services/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/09_unix-services/nl/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-09-07T09:55:54.420801+02:00",
            "action": 59,
            "target": "",
            "old": "",
            "details": {
                "state": 0,
                "source": "<primary>permissions</primary><secondary><literal>u</literal></secondary>",
                "old_state": -1
            },
            "id": 34089184,
            "action_name": "String updated in the repository",
            "url": "https://hosted.weblate.org/api/changes/34089184/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/82733170/?format=api",
            "component": "https://hosted.weblate.org/api/components/debian-handbook/09_unix-services/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/09_unix-services/nl/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-09-07T09:55:54.420759+02:00",
            "action": 59,
            "target": "",
            "old": "",
            "details": {
                "state": 0,
                "source": "Owners and Permissions",
                "old_state": -1
            },
            "id": 34089183,
            "action_name": "String updated in the repository",
            "url": "https://hosted.weblate.org/api/changes/34089183/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/82733169/?format=api",
            "component": "https://hosted.weblate.org/api/components/debian-handbook/09_unix-services/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/09_unix-services/nl/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-09-07T09:55:54.420717+02:00",
            "action": 59,
            "target": "",
            "old": "",
            "details": {
                "state": 0,
                "source": "<primary>device</primary><secondary>files</secondary>",
                "old_state": -1
            },
            "id": 34089182,
            "action_name": "String updated in the repository",
            "url": "https://hosted.weblate.org/api/changes/34089182/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/82733168/?format=api",
            "component": "https://hosted.weblate.org/api/components/debian-handbook/09_unix-services/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/09_unix-services/nl/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-09-07T09:55:54.420675+02:00",
            "action": 59,
            "target": "",
            "old": "",
            "details": {
                "state": 0,
                "source": "<primary>rights</primary><seealso>permissions</seealso>",
                "old_state": -1
            },
            "id": 34089181,
            "action_name": "String updated in the repository",
            "url": "https://hosted.weblate.org/api/changes/34089181/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/82733167/?format=api",
            "component": "https://hosted.weblate.org/api/components/debian-handbook/09_unix-services/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/09_unix-services/nl/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-09-07T09:55:54.420634+02:00",
            "action": 59,
            "target": "",
            "old": "",
            "details": {
                "state": 0,
                "source": "<primary><filename>/etc</filename></primary><secondary><filename>/etc/inetd.conf</filename></secondary>",
                "old_state": -1
            },
            "id": 34089180,
            "action_name": "String updated in the repository",
            "url": "https://hosted.weblate.org/api/changes/34089180/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/82733166/?format=api",
            "component": "https://hosted.weblate.org/api/components/debian-handbook/09_unix-services/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/09_unix-services/nl/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-09-07T09:55:54.420591+02:00",
            "action": 59,
            "target": "",
            "old": "",
            "details": {
                "state": 0,
                "source": "<primary><filename>/etc</filename></primary><secondary><filename>/etc/gdm3/daemon.conf</filename></secondary>",
                "old_state": -1
            },
            "id": 34089179,
            "action_name": "String updated in the repository",
            "url": "https://hosted.weblate.org/api/changes/34089179/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/82733165/?format=api",
            "component": "https://hosted.weblate.org/api/components/debian-handbook/09_unix-services/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/09_unix-services/nl/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-09-07T09:55:54.420547+02:00",
            "action": 59,
            "target": "",
            "old": "",
            "details": {
                "state": 0,
                "source": "<command>gdm3</command>, <command>kdm</command>, <command>lightdm</command>, and <command>xdm</command> are Display Managers (they all provide the <emphasis role=\"pkg\">x-display-manager</emphasis> meta package). They take control of the graphical interface shortly after boot in order to provide the user a login screen. Once the user has logged in, they execute the programs needed to start a graphical work session.",
                "old_state": -1
            },
            "id": 34089178,
            "action_name": "String updated in the repository",
            "url": "https://hosted.weblate.org/api/changes/34089178/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/82733164/?format=api",
            "component": "https://hosted.weblate.org/api/components/debian-handbook/09_unix-services/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/09_unix-services/nl/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-09-07T09:55:54.420505+02:00",
            "action": 59,
            "target": "<primary><command>diff</command></primary>",
            "old": "",
            "details": {
                "state": 10,
                "source": "<primary><command>vncviewer</command></primary>",
                "old_state": -1
            },
            "id": 34089177,
            "action_name": "String updated in the repository",
            "url": "https://hosted.weblate.org/api/changes/34089177/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/82733164/?format=api",
            "component": "https://hosted.weblate.org/api/components/debian-handbook/09_unix-services/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/09_unix-services/nl/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-09-07T09:55:54.420465+02:00",
            "action": 30,
            "target": "<primary><command>vncviewer</command></primary>",
            "old": "<primary><command>diff</command></primary>",
            "details": {},
            "id": 34089176,
            "action_name": "Source string changed",
            "url": "https://hosted.weblate.org/api/changes/34089176/?format=api"
        }
    ]
}