Translation components API.

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

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

{
    "count": 772,
    "next": "https://hosted.weblate.org/api/translations/debian-handbook/12_advanced-administration/de/changes/?format=api&page=11",
    "previous": "https://hosted.weblate.org/api/translations/debian-handbook/12_advanced-administration/de/changes/?format=api&page=9",
    "results": [
        {
            "unit": "https://hosted.weblate.org/api/units/82698142/?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/de/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-09-07T09:41:35.355344+02:00",
            "action": 30,
            "target": "<primary>LVM</primary><secondary>create VG</secondary>",
            "old": "<primary>installation</primary><secondary>automated installation</secondary>",
            "details": {},
            "id": 34030430,
            "action_name": "Source string changed",
            "url": "https://hosted.weblate.org/api/changes/34030430/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/82698141/?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/de/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-09-07T09:41:35.355284+02:00",
            "action": 59,
            "target": "<primary><command>virsh</command></primary>",
            "old": "",
            "details": {
                "state": 10,
                "source": "<primary><command>vgdisplay</command></primary>",
                "old_state": -1
            },
            "id": 34030429,
            "action_name": "String updated in the repository",
            "url": "https://hosted.weblate.org/api/changes/34030429/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/82698141/?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/de/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-09-07T09:41:35.355242+02:00",
            "action": 30,
            "target": "<primary><command>vgdisplay</command></primary>",
            "old": "<primary><command>virsh</command></primary>",
            "details": {},
            "id": 34030428,
            "action_name": "Source string changed",
            "url": "https://hosted.weblate.org/api/changes/34030428/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/82698140/?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/de/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-09-07T09:41:35.355199+02:00",
            "action": 59,
            "target": "<primary><command>xe</command></primary>",
            "old": "",
            "details": {
                "state": 10,
                "source": "<primary><command>vgcreate</command></primary>",
                "old_state": -1
            },
            "id": 34030427,
            "action_name": "String updated in the repository",
            "url": "https://hosted.weblate.org/api/changes/34030427/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/82698140/?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/de/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-09-07T09:41:35.355156+02:00",
            "action": 30,
            "target": "<primary><command>vgcreate</command></primary>",
            "old": "<primary><command>xe</command></primary>",
            "details": {},
            "id": 34030426,
            "action_name": "Source string changed",
            "url": "https://hosted.weblate.org/api/changes/34030426/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/82698139/?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/de/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-09-07T09:41:35.355104+02:00",
            "action": 59,
            "target": "<computeroutput># </computeroutput><userinput>pvcreate /dev/sdb2</userinput>\n<computeroutput>  Physical volume \"/dev/sdb2\" successfully created.\n# </computeroutput><userinput>pvdisplay</userinput>\n<computeroutput>  \"/dev/sdb2\" is a new physical volume of \"4.00 GiB\"\n  --- NEW Physical volume ---\n  PV Name               /dev/sdb2\n  VG Name               \n  PV Size               4.00 GiB\n  Allocatable           NO\n  PE Size               0   \n  Total PE              0\n  Free PE               0\n  Allocated PE          0\n  PV UUID               z4Clgk-T5a4-C27o-1P0E-lIAF-OeUM-e7EMwq\n\n# </computeroutput><userinput>for i in sdc3 sdd sdf1 sdf2 ; do pvcreate /dev/$i ; done</userinput>\n<computeroutput>  Physical volume \"/dev/sdc3\" successfully created.\n  Physical volume \"/dev/sdd\" successfully created.\n  Physical volume \"/dev/sdf1\" successfully created.\n  Physical volume \"/dev/sdf2\" successfully created.\n# </computeroutput><userinput>pvdisplay -C</userinput><computeroutput>\n  PV         VG Fmt  Attr PSize  PFree \n  /dev/sdb2     lvm2 ---   4.00g  4.00g\n  /dev/sdc3     lvm2 ---   3.00g  3.00g\n  /dev/sdd      lvm2 ---   4.00g  4.00g\n  /dev/sdf1     lvm2 ---   4.00g  4.00g\n  /dev/sdf2     lvm2 ---  &lt;5.00g &lt;5.00g\n</computeroutput>",
            "old": "",
            "details": {
                "state": 10,
                "source": "<computeroutput># </computeroutput><userinput>pvcreate /dev/sdb2\n</userinput><computeroutput>  Physical volume \"/dev/sdb2\" successfully created.\n# </computeroutput><userinput>pvdisplay\n</userinput><computeroutput>  \"/dev/sdb2\" is a new physical volume of \"4.00 GiB\"\n  --- NEW Physical volume ---\n  PV Name               /dev/sdb2\n  VG Name               \n  PV Size               4.00 GiB\n  Allocatable           NO\n  PE Size               0   \n  Total PE              0\n  Free PE               0\n  Allocated PE          0\n  PV UUID               yK0K6K-clbc-wt6e-qk9o-aUh9-oQqC-k1T71B\n\n# </computeroutput><userinput>for i in sdc3 sdd sdf1 sdf2 ; do pvcreate /dev/$i ; done\n</userinput><computeroutput>  Physical volume \"/dev/sdc3\" successfully created.\n  Physical volume \"/dev/sdd\" successfully created.\n  Physical volume \"/dev/sdf1\" successfully created.\n  Physical volume \"/dev/sdf2\" successfully created.\n# </computeroutput><userinput>pvdisplay -C\n</userinput><computeroutput>  PV         VG Fmt  Attr PSize PFree\n  /dev/sdb2     lvm2 ---  4.00g 4.00g\n  /dev/sdc3     lvm2 ---  3.00g 3.00g\n  /dev/sdd      lvm2 ---  4.00g 4.00g\n  /dev/sdf1     lvm2 ---  4.00g 4.00g\n  /dev/sdf2     lvm2 ---  5.00g 5.00g\n</computeroutput>",
                "old_state": -1
            },
            "id": 34030425,
            "action_name": "String updated in the repository",
            "url": "https://hosted.weblate.org/api/changes/34030425/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/82698139/?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/de/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-09-07T09:41:35.355062+02:00",
            "action": 30,
            "target": "<computeroutput># </computeroutput><userinput>pvcreate /dev/sdb2\n</userinput><computeroutput>  Physical volume \"/dev/sdb2\" successfully created.\n# </computeroutput><userinput>pvdisplay\n</userinput><computeroutput>  \"/dev/sdb2\" is a new physical volume of \"4.00 GiB\"\n  --- NEW Physical volume ---\n  PV Name               /dev/sdb2\n  VG Name               \n  PV Size               4.00 GiB\n  Allocatable           NO\n  PE Size               0   \n  Total PE              0\n  Free PE               0\n  Allocated PE          0\n  PV UUID               yK0K6K-clbc-wt6e-qk9o-aUh9-oQqC-k1T71B\n\n# </computeroutput><userinput>for i in sdc3 sdd sdf1 sdf2 ; do pvcreate /dev/$i ; done\n</userinput><computeroutput>  Physical volume \"/dev/sdc3\" successfully created.\n  Physical volume \"/dev/sdd\" successfully created.\n  Physical volume \"/dev/sdf1\" successfully created.\n  Physical volume \"/dev/sdf2\" successfully created.\n# </computeroutput><userinput>pvdisplay -C\n</userinput><computeroutput>  PV         VG Fmt  Attr PSize PFree\n  /dev/sdb2     lvm2 ---  4.00g 4.00g\n  /dev/sdc3     lvm2 ---  3.00g 3.00g\n  /dev/sdd      lvm2 ---  4.00g 4.00g\n  /dev/sdf1     lvm2 ---  4.00g 4.00g\n  /dev/sdf2     lvm2 ---  5.00g 5.00g\n</computeroutput>",
            "old": "<computeroutput># </computeroutput><userinput>pvcreate /dev/sdb2</userinput>\n<computeroutput>  Physical volume \"/dev/sdb2\" successfully created.\n# </computeroutput><userinput>pvdisplay</userinput>\n<computeroutput>  \"/dev/sdb2\" is a new physical volume of \"4.00 GiB\"\n  --- NEW Physical volume ---\n  PV Name               /dev/sdb2\n  VG Name               \n  PV Size               4.00 GiB\n  Allocatable           NO\n  PE Size               0   \n  Total PE              0\n  Free PE               0\n  Allocated PE          0\n  PV UUID               z4Clgk-T5a4-C27o-1P0E-lIAF-OeUM-e7EMwq\n\n# </computeroutput><userinput>for i in sdc3 sdd sdf1 sdf2 ; do pvcreate /dev/$i ; done</userinput>\n<computeroutput>  Physical volume \"/dev/sdc3\" successfully created.\n  Physical volume \"/dev/sdd\" successfully created.\n  Physical volume \"/dev/sdf1\" successfully created.\n  Physical volume \"/dev/sdf2\" successfully created.\n# </computeroutput><userinput>pvdisplay -C</userinput><computeroutput>\n  PV         VG Fmt  Attr PSize  PFree \n  /dev/sdb2     lvm2 ---   4.00g  4.00g\n  /dev/sdc3     lvm2 ---   3.00g  3.00g\n  /dev/sdd      lvm2 ---   4.00g  4.00g\n  /dev/sdf1     lvm2 ---   4.00g  4.00g\n  /dev/sdf2     lvm2 ---  &lt;5.00g &lt;5.00g\n</computeroutput>",
            "details": {},
            "id": 34030424,
            "action_name": "Source string changed",
            "url": "https://hosted.weblate.org/api/changes/34030424/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/82698138/?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/de/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-09-07T09:41:35.355019+02:00",
            "action": 59,
            "target": "<primary><command>virsh</command></primary>",
            "old": "",
            "details": {
                "state": 10,
                "source": "<primary><command>pvdisplay</command></primary>",
                "old_state": -1
            },
            "id": 34030423,
            "action_name": "String updated in the repository",
            "url": "https://hosted.weblate.org/api/changes/34030423/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/82698138/?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/de/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-09-07T09:41:35.354976+02:00",
            "action": 30,
            "target": "<primary><command>pvdisplay</command></primary>",
            "old": "<primary><command>virsh</command></primary>",
            "details": {},
            "id": 34030422,
            "action_name": "Source string changed",
            "url": "https://hosted.weblate.org/api/changes/34030422/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/82698137/?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/de/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-09-07T09:41:35.354931+02:00",
            "action": 59,
            "target": "<primary><command>xe</command></primary>",
            "old": "",
            "details": {
                "state": 10,
                "source": "<primary><command>pvcreate</command></primary>",
                "old_state": -1
            },
            "id": 34030421,
            "action_name": "String updated in the repository",
            "url": "https://hosted.weblate.org/api/changes/34030421/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/82698137/?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/de/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-09-07T09:41:35.354889+02:00",
            "action": 30,
            "target": "<primary><command>pvcreate</command></primary>",
            "old": "<primary><command>xe</command></primary>",
            "details": {},
            "id": 34030420,
            "action_name": "Source string changed",
            "url": "https://hosted.weblate.org/api/changes/34030420/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/82698136/?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/de/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-09-07T09:41:35.354844+02:00",
            "action": 59,
            "target": "<primary>Installation</primary><secondary>Automatische Installation</secondary>",
            "old": "",
            "details": {
                "state": 10,
                "source": "<primary>LVM</primary><secondary>create PV</secondary>",
                "old_state": -1
            },
            "id": 34030419,
            "action_name": "String updated in the repository",
            "url": "https://hosted.weblate.org/api/changes/34030419/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/82698136/?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/de/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-09-07T09:41:35.354802+02:00",
            "action": 30,
            "target": "<primary>LVM</primary><secondary>create PV</secondary>",
            "old": "<primary>installation</primary><secondary>automated installation</secondary>",
            "details": {},
            "id": 34030418,
            "action_name": "Source string changed",
            "url": "https://hosted.weblate.org/api/changes/34030418/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/82698135/?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/de/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-09-07T09:41:35.354757+02:00",
            "action": 59,
            "target": "<primary><emphasis role=\"pkg\">mdadm</emphasis></primary>",
            "old": "",
            "details": {
                "state": 10,
                "source": "<primary><emphasis role=\"pkg\">lvm2</emphasis></primary>",
                "old_state": -1
            },
            "id": 34030417,
            "action_name": "String updated in the repository",
            "url": "https://hosted.weblate.org/api/changes/34030417/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/82698135/?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/de/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-09-07T09:41:35.354715+02:00",
            "action": 30,
            "target": "<primary><emphasis role=\"pkg\">lvm2</emphasis></primary>",
            "old": "<primary><emphasis role=\"pkg\">mdadm</emphasis></primary>",
            "details": {},
            "id": 34030416,
            "action_name": "Source string changed",
            "url": "https://hosted.weblate.org/api/changes/34030416/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/82698134/?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/de/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-09-07T09:41:35.354670+02:00",
            "action": 59,
            "target": "<primary>Installation</primary><secondary>Automatische Installation</secondary>",
            "old": "",
            "details": {
                "state": 10,
                "source": "<primary>LVM</primary><secondary>setup</secondary>",
                "old_state": -1
            },
            "id": 34030415,
            "action_name": "String updated in the repository",
            "url": "https://hosted.weblate.org/api/changes/34030415/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/82698134/?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/de/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-09-07T09:41:35.354628+02:00",
            "action": 30,
            "target": "<primary>LVM</primary><secondary>setup</secondary>",
            "old": "<primary>installation</primary><secondary>automated installation</secondary>",
            "details": {},
            "id": 34030414,
            "action_name": "Source string changed",
            "url": "https://hosted.weblate.org/api/changes/34030414/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/82698133/?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/de/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-09-07T09:41:35.354585+02:00",
            "action": 59,
            "target": "<primary>Logical Volume Manager</primary>",
            "old": "",
            "details": {
                "state": 10,
                "source": "<primary>Logical Volume</primary><see>LV</see>",
                "old_state": -1
            },
            "id": 34030413,
            "action_name": "String updated in the repository",
            "url": "https://hosted.weblate.org/api/changes/34030413/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/82698133/?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/de/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-09-07T09:41:35.354543+02:00",
            "action": 30,
            "target": "<primary>Logical Volume</primary><see>LV</see>",
            "old": "<primary>Logical Volume Manager</primary>",
            "details": {},
            "id": 34030412,
            "action_name": "Source string changed",
            "url": "https://hosted.weblate.org/api/changes/34030412/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/82698132/?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/de/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-09-07T09:41:35.354499+02:00",
            "action": 59,
            "target": "<primary>LVM</primary>",
            "old": "",
            "details": {
                "state": 10,
                "source": "<primary>LV</primary>",
                "old_state": -1
            },
            "id": 34030411,
            "action_name": "String updated in the repository",
            "url": "https://hosted.weblate.org/api/changes/34030411/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/82698132/?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/de/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-09-07T09:41:35.354457+02:00",
            "action": 30,
            "target": "<primary>LV</primary>",
            "old": "<primary>LVM</primary>",
            "details": {},
            "id": 34030410,
            "action_name": "Source string changed",
            "url": "https://hosted.weblate.org/api/changes/34030410/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/82698131/?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/de/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-09-07T09:41:35.354413+02:00",
            "action": 59,
            "target": "<primary>Logical Volume Manager</primary>",
            "old": "",
            "details": {
                "state": 10,
                "source": "<primary>Volume Group</primary><see>VG</see>",
                "old_state": -1
            },
            "id": 34030409,
            "action_name": "String updated in the repository",
            "url": "https://hosted.weblate.org/api/changes/34030409/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/82698131/?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/de/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-09-07T09:41:35.354370+02:00",
            "action": 30,
            "target": "<primary>Volume Group</primary><see>VG</see>",
            "old": "<primary>Logical Volume Manager</primary>",
            "details": {},
            "id": 34030408,
            "action_name": "Source string changed",
            "url": "https://hosted.weblate.org/api/changes/34030408/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/82698130/?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/de/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-09-07T09:41:35.354327+02:00",
            "action": 59,
            "target": "<primary>LVM</primary>",
            "old": "",
            "details": {
                "state": 10,
                "source": "<primary>VG</primary>",
                "old_state": -1
            },
            "id": 34030407,
            "action_name": "String updated in the repository",
            "url": "https://hosted.weblate.org/api/changes/34030407/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/82698130/?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/de/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-09-07T09:41:35.354284+02:00",
            "action": 30,
            "target": "<primary>VG</primary>",
            "old": "<primary>LVM</primary>",
            "details": {},
            "id": 34030406,
            "action_name": "Source string changed",
            "url": "https://hosted.weblate.org/api/changes/34030406/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/82698129/?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/de/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-09-07T09:41:35.354240+02:00",
            "action": 59,
            "target": "<primary>Logical Volume Manager</primary>",
            "old": "",
            "details": {
                "state": 10,
                "source": "<primary>Physical Volume</primary><see>PV</see>",
                "old_state": -1
            },
            "id": 34030405,
            "action_name": "String updated in the repository",
            "url": "https://hosted.weblate.org/api/changes/34030405/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/82698129/?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/de/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-09-07T09:41:35.354198+02:00",
            "action": 30,
            "target": "<primary>Physical Volume</primary><see>PV</see>",
            "old": "<primary>Logical Volume Manager</primary>",
            "details": {},
            "id": 34030404,
            "action_name": "Source string changed",
            "url": "https://hosted.weblate.org/api/changes/34030404/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/82698128/?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/de/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-09-07T09:41:35.354154+02:00",
            "action": 59,
            "target": "<primary>LVM</primary>",
            "old": "",
            "details": {
                "state": 10,
                "source": "<primary>PV</primary>",
                "old_state": -1
            },
            "id": 34030403,
            "action_name": "String updated in the repository",
            "url": "https://hosted.weblate.org/api/changes/34030403/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/82698128/?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/de/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-09-07T09:41:35.354112+02:00",
            "action": 30,
            "target": "<primary>PV</primary>",
            "old": "<primary>LVM</primary>",
            "details": {},
            "id": 34030402,
            "action_name": "Source string changed",
            "url": "https://hosted.weblate.org/api/changes/34030402/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/82698127/?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/de/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-09-07T09:41:35.354069+02:00",
            "action": 59,
            "target": "<primary>Installation</primary><secondary>Automatische Installation</secondary>",
            "old": "",
            "details": {
                "state": 10,
                "source": "<primary>LVM</primary><secondary>concept</secondary>",
                "old_state": -1
            },
            "id": 34030401,
            "action_name": "String updated in the repository",
            "url": "https://hosted.weblate.org/api/changes/34030401/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/82698127/?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/de/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-09-07T09:41:35.354027+02:00",
            "action": 30,
            "target": "<primary>LVM</primary><secondary>concept</secondary>",
            "old": "<primary>installation</primary><secondary>automated installation</secondary>",
            "details": {},
            "id": 34030400,
            "action_name": "Source string changed",
            "url": "https://hosted.weblate.org/api/changes/34030400/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/82698126/?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/de/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-09-07T09:41:35.353980+02:00",
            "action": 59,
            "target": "<computeroutput># </computeroutput><userinput>mdadm --misc --detail --brief /dev/md?</userinput>\n<computeroutput>ARRAY /dev/md0 metadata=1.2 name=mirwiz:0 UUID=146e104f:66ccc06d:71c262d7:9af1fbc7\nARRAY /dev/md1 metadata=1.2 name=mirwiz:1 UUID=7d123734:9677b7d6:72194f7d:9050771c</computeroutput>",
            "old": "",
            "details": {
                "state": 10,
                "source": "<computeroutput># </computeroutput><userinput>mdadm --misc --detail --brief /dev/md?\n</userinput><computeroutput>ARRAY /dev/md/0  metadata=1.2 UUID=a75ac628:b384c441:157137ac:c04cd98c name=debian:0\nARRAY /dev/md/1  metadata=1.2 UUID=2dfb7fd5:e09e0527:0b5a905a:8334adb8 name=debian:1\n</computeroutput>",
                "old_state": -1
            },
            "id": 34030399,
            "action_name": "String updated in the repository",
            "url": "https://hosted.weblate.org/api/changes/34030399/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/82698126/?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/de/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-09-07T09:41:35.353937+02:00",
            "action": 30,
            "target": "<computeroutput># </computeroutput><userinput>mdadm --misc --detail --brief /dev/md?\n</userinput><computeroutput>ARRAY /dev/md/0  metadata=1.2 UUID=a75ac628:b384c441:157137ac:c04cd98c name=debian:0\nARRAY /dev/md/1  metadata=1.2 UUID=2dfb7fd5:e09e0527:0b5a905a:8334adb8 name=debian:1\n</computeroutput>",
            "old": "<computeroutput># </computeroutput><userinput>mdadm --misc --detail --brief /dev/md?</userinput>\n<computeroutput>ARRAY /dev/md0 metadata=1.2 name=mirwiz:0 UUID=146e104f:66ccc06d:71c262d7:9af1fbc7\nARRAY /dev/md1 metadata=1.2 name=mirwiz:1 UUID=7d123734:9677b7d6:72194f7d:9050771c</computeroutput>",
            "details": {},
            "id": 34030398,
            "action_name": "Source string changed",
            "url": "https://hosted.weblate.org/api/changes/34030398/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/82698125/?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/de/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-09-07T09:41:35.353887+02:00",
            "action": 59,
            "target": "# mdadm.conf\n#\n# !NB! Run update-initramfs -u after updating this file.\n# !NB! This will ensure that initramfs has an uptodate copy.\n#\n# Please refer to mdadm.conf(5) for information about this file.\n#\n\n# by default (built-in), scan all partitions (/proc/partitions) and all\n# containers for MD superblocks. alternatively, specify devices to scan, using\n# wildcards if desired.\nDEVICE /dev/sd*\n\n# auto-create devices with Debian standard permissions\nCREATE owner=root group=disk mode=0660 auto=yes\n\n# automatically tag new arrays as belonging to the local system\nHOMEHOST &lt;system&gt;\n\n# instruct the monitoring daemon where to send mail alerts\nMAILADDR root\n\n# definitions of existing MD arrays\nARRAY /dev/md0 metadata=1.2 name=mirwiz:0 UUID=146e104f:66ccc06d:71c262d7:9af1fbc7\nARRAY /dev/md1 metadata=1.2 name=mirwiz:1 UUID=7d123734:9677b7d6:72194f7d:9050771c\n\n# This configuration was auto-generated on Tue, 25 Jun 2019 07:54:35 -0400 by mkconf",
            "old": "",
            "details": {
                "state": 10,
                "source": "<![CDATA[# mdadm.conf\n#\n# !NB! Run update-initramfs -u after updating this file.\n# !NB! This will ensure that initramfs has an uptodate copy.\n#\n# Please refer to mdadm.conf(5) for information about this file.\n#\n\n# by default (built-in), scan all partitions (/proc/partitions) and all\n# containers for MD superblocks. alternatively, specify devices to scan, using\n# wildcards if desired.\nDEVICE /dev/sd*\n\n# automatically tag new arrays as belonging to the local system\nHOMEHOST <system>\n\n# instruct the monitoring daemon where to send mail alerts\nMAILADDR root\n\n# definitions of existing MD arrays\nARRAY /dev/md/0  metadata=1.2 UUID=a75ac628:b384c441:157137ac:c04cd98c name=debian:0\nARRAY /dev/md/1  metadata=1.2 UUID=2dfb7fd5:e09e0527:0b5a905a:8334adb8 name=debian:1\n# This configuration was auto-generated on Mon, 28 Feb 2022 01:53:48 +0100 by mkconf\n]]>",
                "old_state": -1
            },
            "id": 34030397,
            "action_name": "String updated in the repository",
            "url": "https://hosted.weblate.org/api/changes/34030397/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/82698125/?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/de/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-09-07T09:41:35.353829+02:00",
            "action": 30,
            "target": "<![CDATA[# mdadm.conf\n#\n# !NB! Run update-initramfs -u after updating this file.\n# !NB! This will ensure that initramfs has an uptodate copy.\n#\n# Please refer to mdadm.conf(5) for information about this file.\n#\n\n# by default (built-in), scan all partitions (/proc/partitions) and all\n# containers for MD superblocks. alternatively, specify devices to scan, using\n# wildcards if desired.\nDEVICE /dev/sd*\n\n# automatically tag new arrays as belonging to the local system\nHOMEHOST <system>\n\n# instruct the monitoring daemon where to send mail alerts\nMAILADDR root\n\n# definitions of existing MD arrays\nARRAY /dev/md/0  metadata=1.2 UUID=a75ac628:b384c441:157137ac:c04cd98c name=debian:0\nARRAY /dev/md/1  metadata=1.2 UUID=2dfb7fd5:e09e0527:0b5a905a:8334adb8 name=debian:1\n# This configuration was auto-generated on Mon, 28 Feb 2022 01:53:48 +0100 by mkconf\n]]>",
            "old": "# mdadm.conf\n#\n# !NB! Run update-initramfs -u after updating this file.\n# !NB! This will ensure that initramfs has an uptodate copy.\n#\n# Please refer to mdadm.conf(5) for information about this file.\n#\n\n# by default (built-in), scan all partitions (/proc/partitions) and all\n# containers for MD superblocks. alternatively, specify devices to scan, using\n# wildcards if desired.\nDEVICE /dev/sd*\n\n# auto-create devices with Debian standard permissions\nCREATE owner=root group=disk mode=0660 auto=yes\n\n# automatically tag new arrays as belonging to the local system\nHOMEHOST &lt;system&gt;\n\n# instruct the monitoring daemon where to send mail alerts\nMAILADDR root\n\n# definitions of existing MD arrays\nARRAY /dev/md0 metadata=1.2 name=mirwiz:0 UUID=146e104f:66ccc06d:71c262d7:9af1fbc7\nARRAY /dev/md1 metadata=1.2 name=mirwiz:1 UUID=7d123734:9677b7d6:72194f7d:9050771c\n\n# This configuration was auto-generated on Tue, 25 Jun 2019 07:54:35 -0400 by mkconf",
            "details": {},
            "id": 34030396,
            "action_name": "Source string changed",
            "url": "https://hosted.weblate.org/api/changes/34030396/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/82698124/?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/de/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-09-07T09:41:35.353779+02:00",
            "action": 59,
            "target": "<primary>Installation</primary><secondary>Automatische Installation</secondary>",
            "old": "",
            "details": {
                "state": 10,
                "source": "<primary><filename>/etc</filename></primary><secondary><filename>/etc/mdadm/mdadm.conf</filename></secondary>",
                "old_state": -1
            },
            "id": 34030395,
            "action_name": "String updated in the repository",
            "url": "https://hosted.weblate.org/api/changes/34030395/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/82698124/?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/de/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-09-07T09:41:35.353707+02:00",
            "action": 30,
            "target": "<primary><filename>/etc</filename></primary><secondary><filename>/etc/mdadm/mdadm.conf</filename></secondary>",
            "old": "<primary>installation</primary><secondary>automated installation</secondary>",
            "details": {},
            "id": 34030394,
            "action_name": "Source string changed",
            "url": "https://hosted.weblate.org/api/changes/34030394/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/82698123/?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/de/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-09-07T09:41:35.353649+02:00",
            "action": 59,
            "target": "Die meisten Meta-Daten, die RAID-Datenträger betreffen, werden direkt auf den Platten gespeichert, aus denen diese Anordnungen bestehen, so dass der Kernel diese Anordnungen und ihre Komponenten erkennen und sie selbsttätig zusammenstellen kann, wenn das System hochfährt. Es wird jedoch empfohlen, eine Sicherungskopie dieser Konfiguration zu erstellen, da diese Erkennung nicht ausfallsicher ist, und da sie voraussichtlich gerade in einer prekären Situation ausfallen wird. Wenn in unserem Beispiel der Ausfall der Platte <filename>sde</filename> tatsächlich stattgefunden hätte (statt ihn nur zu simulieren) und das System neu gestartet worden wäre, ohne die Platte <filename>sde</filename> zu entfernen, würde diese Platte möglicherweise wieder funktionieren, da sie während des Neustarts überprüft worden wäre. Der Kernel hätte dann drei physische Komponenten, von denen jede angeblich eine Hälfte desselben RAID-Volumes enthält. Weitere Verwirrung könnte entstehen, wenn RAID-Datenträger von zwei Servern auf einem zusammengefasst werden. Falls diese Anordnungen vor ihrem Umzug normal funktionierten, wäre der Kernel in der Lage, die Paare korrekt zu erkennen und neu zusammenzustellen. Falls die verlegten Platten jedoch auf dem vorherigen Server zu einem <filename>md1</filename> zusammengefasst waren, und der jetzige Server bereits ein <filename>md1</filename> hat, würde einer der Spiegel umbenannt werden.",
            "old": "",
            "details": {
                "state": 10,
                "source": "Most of the meta-data concerning RAID volumes are saved directly on the disks that make up these arrays, so that the kernel can detect the arrays and their components and assemble them automatically when the system starts up. However, backing up this configuration is encouraged, because this detection isn't fail-proof, and it is only expected that it will fail precisely in sensitive circumstances. In our example, if the <filename>sde</filename> disk failure had been real (instead of simulated) and the system had been restarted without removing this <filename>sde</filename> disk, this disk could start working again due to having been probed during the reboot. The kernel would then have three physical elements, each claiming to contain half of the same RAID volume. In reality this leads to the RAID starting from the individual disks alternately - distributing the data also alternately, depending on which disk started the RAID in degraded mode Another source of confusion can come when RAID volumes from two servers are consolidated onto one server only. If these arrays were running normally before the disks were moved, the kernel would be able to detect and reassemble the pairs properly; but if the moved disks had been aggregated into an <filename>md1</filename> on the old server, and the new server already has an <filename>md1</filename>, one of the mirrors would be renamed.",
                "old_state": -1
            },
            "id": 34030393,
            "action_name": "String updated in the repository",
            "url": "https://hosted.weblate.org/api/changes/34030393/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/82698123/?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/de/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-09-07T09:41:35.353608+02:00",
            "action": 30,
            "target": "Most of the meta-data concerning RAID volumes are saved directly on the disks that make up these arrays, so that the kernel can detect the arrays and their components and assemble them automatically when the system starts up. However, backing up this configuration is encouraged, because this detection isn't fail-proof, and it is only expected that it will fail precisely in sensitive circumstances. In our example, if the <filename>sde</filename> disk failure had been real (instead of simulated) and the system had been restarted without removing this <filename>sde</filename> disk, this disk could start working again due to having been probed during the reboot. The kernel would then have three physical elements, each claiming to contain half of the same RAID volume. In reality this leads to the RAID starting from the individual disks alternately - distributing the data also alternately, depending on which disk started the RAID in degraded mode Another source of confusion can come when RAID volumes from two servers are consolidated onto one server only. If these arrays were running normally before the disks were moved, the kernel would be able to detect and reassemble the pairs properly; but if the moved disks had been aggregated into an <filename>md1</filename> on the old server, and the new server already has an <filename>md1</filename>, one of the mirrors would be renamed.",
            "old": "Most of the meta-data concerning RAID volumes are saved directly on the disks that make up these arrays, so that the kernel can detect the arrays and their components and assemble them automatically when the system starts up. However, backing up this configuration is encouraged, because this detection isn't fail-proof, and it is only expected that it will fail precisely in sensitive circumstances. In our example, if the <filename>sde</filename> disk failure had been real (instead of simulated) and the system had been restarted without removing this <filename>sde</filename> disk, this disk could start working again due to having been probed during the reboot. The kernel would then have three physical elements, each claiming to contain half of the same RAID volume. Another source of confusion can come when RAID volumes from two servers are consolidated onto one server only. If these arrays were running normally before the disks were moved, the kernel would be able to detect and reassemble the pairs properly; but if the moved disks had been aggregated into an <filename>md1</filename> on the old server, and the new server already has an <filename>md1</filename>, one of the mirrors would be renamed.",
            "details": {},
            "id": 34030392,
            "action_name": "Source string changed",
            "url": "https://hosted.weblate.org/api/changes/34030392/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/82698122/?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/de/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-09-07T09:41:35.353561+02:00",
            "action": 59,
            "target": "<computeroutput># </computeroutput><userinput>mdadm /dev/md1 --remove /dev/sde</userinput>\n<computeroutput>mdadm: hot removed /dev/sde from /dev/md1\n# </computeroutput><userinput>mdadm --detail /dev/md1</userinput>\n<computeroutput>/dev/md1:\n[...]\n    Number   Major   Minor   RaidDevice State\n       2       8       96        0      active sync   /dev/sdd2\n       1       8       80        1      active sync   /dev/sdf</computeroutput>",
            "old": "",
            "details": {
                "state": 10,
                "source": "<computeroutput># </computeroutput><userinput>mdadm /dev/md1 --remove /dev/sde\n</userinput><computeroutput>mdadm: hot removed /dev/sde from /dev/md1\n# </computeroutput><userinput>mdadm --detail /dev/md1\n</userinput><computeroutput>/dev/md1:\n[...]\n    Number   Major   Minor   RaidDevice State\n       0       8       34        0      active sync   /dev/sdd2\n       2       8       64        1      active sync   /dev/sdf\n</computeroutput>",
                "old_state": -1
            },
            "id": 34030391,
            "action_name": "String updated in the repository",
            "url": "https://hosted.weblate.org/api/changes/34030391/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/82698122/?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/de/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-09-07T09:41:35.353519+02:00",
            "action": 30,
            "target": "<computeroutput># </computeroutput><userinput>mdadm /dev/md1 --remove /dev/sde\n</userinput><computeroutput>mdadm: hot removed /dev/sde from /dev/md1\n# </computeroutput><userinput>mdadm --detail /dev/md1\n</userinput><computeroutput>/dev/md1:\n[...]\n    Number   Major   Minor   RaidDevice State\n       0       8       34        0      active sync   /dev/sdd2\n       2       8       64        1      active sync   /dev/sdf\n</computeroutput>",
            "old": "<computeroutput># </computeroutput><userinput>mdadm /dev/md1 --remove /dev/sde</userinput>\n<computeroutput>mdadm: hot removed /dev/sde from /dev/md1\n# </computeroutput><userinput>mdadm --detail /dev/md1</userinput>\n<computeroutput>/dev/md1:\n[...]\n    Number   Major   Minor   RaidDevice State\n       2       8       96        0      active sync   /dev/sdd2\n       1       8       80        1      active sync   /dev/sdf</computeroutput>",
            "details": {},
            "id": 34030390,
            "action_name": "Source string changed",
            "url": "https://hosted.weblate.org/api/changes/34030390/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/82698121/?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/de/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-09-07T09:41:35.353463+02:00",
            "action": 59,
            "target": "<computeroutput># </computeroutput><userinput>mdadm /dev/md1 --add /dev/sdf</userinput>\n<computeroutput>mdadm: added /dev/sdf\n# </computeroutput><userinput>mdadm --detail /dev/md1</userinput>\n<computeroutput>/dev/md1:\n[...]\n      Raid Devices : 2\n     Total Devices : 3\n       Persistence : Superblock is persistent\n\n       Update Time : Tue Jun 25 11:09:42 2019\n             State : clean, degraded, recovering \n    Active Devices : 1\n   Working Devices : 2\n    Failed Devices : 1\n     Spare Devices : 1\n\nConsistency Policy : resync\n\n    Rebuild Status : 27% complete\n\n              Name : mirwiz:1  (local to host debian)\n              UUID : 7d123734:9677b7d6:72194f7d:9050771c\n            Events : 26\n\n    Number   Major   Minor   RaidDevice State\n       2       8       96        0      spare rebuilding   /dev/sdf\n       1       8       80        1      active sync   /dev/sdd2\n\n       0       8       64        -      faulty   /dev/sde\n# </computeroutput><userinput>[...]</userinput>\n<computeroutput>[...]\n# </computeroutput><userinput>mdadm --detail /dev/md1</userinput>\n<computeroutput>/dev/md1:\n[...]\n       Update Time : Tue Jun 25 11:10:47 2019\n             State : clean \n    Active Devices : 2\n   Working Devices : 2\n    Failed Devices : 1\n     Spare Devices : 0\n\nConsistency Policy : resync\n\n              Name : mirwiz:1  (local to host debian)\n              UUID : 7d123734:9677b7d6:72194f7d:9050771c\n            Events : 39\n\n    Number   Major   Minor   RaidDevice State\n       2       8       96        0      active sync   /dev/sdd2\n       1       8       80        1      active sync   /dev/sdf\n\n       0       8       64        -      faulty   /dev/sde</computeroutput>",
            "old": "",
            "details": {
                "state": 10,
                "source": "<computeroutput># </computeroutput><userinput>mdadm /dev/md1 --add /dev/sdf</userinput>\n<computeroutput>mdadm: added /dev/sdf\n# </computeroutput><userinput>mdadm --detail /dev/md1\n</userinput><computeroutput>/dev/md1:\n           Version : 1.2\n     Creation Time : Mon Feb 28 02:07:48 2022\n        Raid Level : raid1\n        Array Size : 4189184 (4.00 GiB 4.29 GB)\n     Used Dev Size : 4189184 (4.00 GiB 4.29 GB)\n      Raid Devices : 2\n     Total Devices : 3\n       Persistence : Superblock is persistent\n\n       Update Time : Mon Feb 28 02:25:34 2022\n             State : clean, degraded, recovering \n    Active Devices : 1\n   Working Devices : 2\n    Failed Devices : 1\n     Spare Devices : 1\n\nConsistency Policy : resync\n\n    Rebuild Status : 47% complete\n\n              Name : debian:1  (local to host debian)\n              UUID : 2dfb7fd5:e09e0527:0b5a905a:8334adb8\n            Events : 39\n\n    Number   Major   Minor   RaidDevice State\n       0       8       34        0      active sync   /dev/sdd2\n       2       8       64        1      spare rebuilding   /dev/sdf\n\n       1       8       48        -      faulty   /dev/sde\n# </computeroutput><userinput>[...]</userinput>\n<computeroutput>[...]\n# </computeroutput><userinput>mdadm --detail /dev/md1</userinput>\n<computeroutput>/dev/md1:\n           Version : 1.2\n     Creation Time : Mon Feb 28 02:07:48 2022\n        Raid Level : raid1\n        Array Size : 4189184 (4.00 GiB 4.29 GB)\n     Used Dev Size : 4189184 (4.00 GiB 4.29 GB)\n      Raid Devices : 2\n     Total Devices : 3\n       Persistence : Superblock is persistent\n\n       Update Time : Mon Feb 28 02:25:34 2022\n             State : clean\n    Active Devices : 2\n   Working Devices : 2\n    Failed Devices : 1\n     Spare Devices : 0\n\nConsistency Policy : resync\n\n              Name : debian:1  (local to host debian)\n              UUID : 2dfb7fd5:e09e0527:0b5a905a:8334adb8\n            Events : 41\n\n    Number   Major   Minor   RaidDevice State\n       0       8       34        0      active sync   /dev/sdd2\n       2       8       64        1      active sync   /dev/sdf\n\n       1       8       48        -      faulty   /dev/sde\n</computeroutput>",
                "old_state": -1
            },
            "id": 34030389,
            "action_name": "String updated in the repository",
            "url": "https://hosted.weblate.org/api/changes/34030389/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/82698121/?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/de/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-09-07T09:41:35.353420+02:00",
            "action": 30,
            "target": "<computeroutput># </computeroutput><userinput>mdadm /dev/md1 --add /dev/sdf</userinput>\n<computeroutput>mdadm: added /dev/sdf\n# </computeroutput><userinput>mdadm --detail /dev/md1\n</userinput><computeroutput>/dev/md1:\n           Version : 1.2\n     Creation Time : Mon Feb 28 02:07:48 2022\n        Raid Level : raid1\n        Array Size : 4189184 (4.00 GiB 4.29 GB)\n     Used Dev Size : 4189184 (4.00 GiB 4.29 GB)\n      Raid Devices : 2\n     Total Devices : 3\n       Persistence : Superblock is persistent\n\n       Update Time : Mon Feb 28 02:25:34 2022\n             State : clean, degraded, recovering \n    Active Devices : 1\n   Working Devices : 2\n    Failed Devices : 1\n     Spare Devices : 1\n\nConsistency Policy : resync\n\n    Rebuild Status : 47% complete\n\n              Name : debian:1  (local to host debian)\n              UUID : 2dfb7fd5:e09e0527:0b5a905a:8334adb8\n            Events : 39\n\n    Number   Major   Minor   RaidDevice State\n       0       8       34        0      active sync   /dev/sdd2\n       2       8       64        1      spare rebuilding   /dev/sdf\n\n       1       8       48        -      faulty   /dev/sde\n# </computeroutput><userinput>[...]</userinput>\n<computeroutput>[...]\n# </computeroutput><userinput>mdadm --detail /dev/md1</userinput>\n<computeroutput>/dev/md1:\n           Version : 1.2\n     Creation Time : Mon Feb 28 02:07:48 2022\n        Raid Level : raid1\n        Array Size : 4189184 (4.00 GiB 4.29 GB)\n     Used Dev Size : 4189184 (4.00 GiB 4.29 GB)\n      Raid Devices : 2\n     Total Devices : 3\n       Persistence : Superblock is persistent\n\n       Update Time : Mon Feb 28 02:25:34 2022\n             State : clean\n    Active Devices : 2\n   Working Devices : 2\n    Failed Devices : 1\n     Spare Devices : 0\n\nConsistency Policy : resync\n\n              Name : debian:1  (local to host debian)\n              UUID : 2dfb7fd5:e09e0527:0b5a905a:8334adb8\n            Events : 41\n\n    Number   Major   Minor   RaidDevice State\n       0       8       34        0      active sync   /dev/sdd2\n       2       8       64        1      active sync   /dev/sdf\n\n       1       8       48        -      faulty   /dev/sde\n</computeroutput>",
            "old": "<computeroutput># </computeroutput><userinput>mdadm /dev/md1 --add /dev/sdf</userinput>\n<computeroutput>mdadm: added /dev/sdf\n# </computeroutput><userinput>mdadm --detail /dev/md1</userinput>\n<computeroutput>/dev/md1:\n[...]\n      Raid Devices : 2\n     Total Devices : 3\n       Persistence : Superblock is persistent\n\n       Update Time : Tue Jun 25 11:09:42 2019\n             State : clean, degraded, recovering \n    Active Devices : 1\n   Working Devices : 2\n    Failed Devices : 1\n     Spare Devices : 1\n\nConsistency Policy : resync\n\n    Rebuild Status : 27% complete\n\n              Name : mirwiz:1  (local to host debian)\n              UUID : 7d123734:9677b7d6:72194f7d:9050771c\n            Events : 26\n\n    Number   Major   Minor   RaidDevice State\n       2       8       96        0      spare rebuilding   /dev/sdf\n       1       8       80        1      active sync   /dev/sdd2\n\n       0       8       64        -      faulty   /dev/sde\n# </computeroutput><userinput>[...]</userinput>\n<computeroutput>[...]\n# </computeroutput><userinput>mdadm --detail /dev/md1</userinput>\n<computeroutput>/dev/md1:\n[...]\n       Update Time : Tue Jun 25 11:10:47 2019\n             State : clean \n    Active Devices : 2\n   Working Devices : 2\n    Failed Devices : 1\n     Spare Devices : 0\n\nConsistency Policy : resync\n\n              Name : mirwiz:1  (local to host debian)\n              UUID : 7d123734:9677b7d6:72194f7d:9050771c\n            Events : 39\n\n    Number   Major   Minor   RaidDevice State\n       2       8       96        0      active sync   /dev/sdd2\n       1       8       80        1      active sync   /dev/sdf\n\n       0       8       64        -      faulty   /dev/sde</computeroutput>",
            "details": {},
            "id": 34030388,
            "action_name": "Source string changed",
            "url": "https://hosted.weblate.org/api/changes/34030388/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/82698120/?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/de/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-09-07T09:41:35.353370+02:00",
            "action": 59,
            "target": "<computeroutput># </computeroutput><userinput>mdadm /dev/md1 --fail /dev/sde</userinput>\n<computeroutput>mdadm: set /dev/sde faulty in /dev/md1\n# </computeroutput><userinput>mdadm --detail /dev/md1</userinput>\n<computeroutput>/dev/md1:\n[...]\n       Update Time : Tue Jun 25 11:03:44 2019\n             State : clean, degraded \n    Active Devices : 1\n   Working Devices : 1\n    Failed Devices : 1\n     Spare Devices : 0\n\nConsistency Policy : resync\n\n              Name : mirwiz:1  (local to host debian)\n              UUID : 7d123734:9677b7d6:72194f7d:9050771c\n            Events : 20\n\n    Number   Major   Minor   RaidDevice State\n       -       0        0        0      removed\n       1       8       80        1      active sync   /dev/sdd2\n\n       0       8       64        -      faulty   /dev/sde</computeroutput>",
            "old": "",
            "details": {
                "state": 10,
                "source": "<computeroutput># </computeroutput><userinput>mdadm /dev/md1 --fail /dev/sde\n</userinput><computeroutput>mdadm: set /dev/sde faulty in /dev/md1\n# </computeroutput><userinput>mdadm --detail /dev/md1\n</userinput><computeroutput>/dev/md1:\n           Version : 1.2\n     Creation Time : Mon Feb 28 02:07:48 2022\n        Raid Level : raid1\n        Array Size : 4189184 (4.00 GiB 4.29 GB)\n     Used Dev Size : 4189184 (4.00 GiB 4.29 GB)\n      Raid Devices : 2\n     Total Devices : 2\n       Persistence : Superblock is persistent\n\n       Update Time : Mon Feb 28 02:15:34 2022\n             State : clean, degraded \n    Active Devices : 1\n   Working Devices : 1\n    Failed Devices : 1\n     Spare Devices : 0\n\nConsistency Policy : resync\n\n              Name : debian:1  (local to host debian)\n              UUID : 2dfb7fd5:e09e0527:0b5a905a:8334adb8\n            Events : 19\n\n    Number   Major   Minor   RaidDevice State\n       0       8       34        0      active sync   /dev/sdd2\n       -       0        0        1      removed\n\n       1       8       48        -      faulty   /dev/sde\n</computeroutput>",
                "old_state": -1
            },
            "id": 34030387,
            "action_name": "String updated in the repository",
            "url": "https://hosted.weblate.org/api/changes/34030387/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/82698120/?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/de/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-09-07T09:41:35.353328+02:00",
            "action": 30,
            "target": "<computeroutput># </computeroutput><userinput>mdadm /dev/md1 --fail /dev/sde\n</userinput><computeroutput>mdadm: set /dev/sde faulty in /dev/md1\n# </computeroutput><userinput>mdadm --detail /dev/md1\n</userinput><computeroutput>/dev/md1:\n           Version : 1.2\n     Creation Time : Mon Feb 28 02:07:48 2022\n        Raid Level : raid1\n        Array Size : 4189184 (4.00 GiB 4.29 GB)\n     Used Dev Size : 4189184 (4.00 GiB 4.29 GB)\n      Raid Devices : 2\n     Total Devices : 2\n       Persistence : Superblock is persistent\n\n       Update Time : Mon Feb 28 02:15:34 2022\n             State : clean, degraded \n    Active Devices : 1\n   Working Devices : 1\n    Failed Devices : 1\n     Spare Devices : 0\n\nConsistency Policy : resync\n\n              Name : debian:1  (local to host debian)\n              UUID : 2dfb7fd5:e09e0527:0b5a905a:8334adb8\n            Events : 19\n\n    Number   Major   Minor   RaidDevice State\n       0       8       34        0      active sync   /dev/sdd2\n       -       0        0        1      removed\n\n       1       8       48        -      faulty   /dev/sde\n</computeroutput>",
            "old": "<computeroutput># </computeroutput><userinput>mdadm /dev/md1 --fail /dev/sde</userinput>\n<computeroutput>mdadm: set /dev/sde faulty in /dev/md1\n# </computeroutput><userinput>mdadm --detail /dev/md1</userinput>\n<computeroutput>/dev/md1:\n[...]\n       Update Time : Tue Jun 25 11:03:44 2019\n             State : clean, degraded \n    Active Devices : 1\n   Working Devices : 1\n    Failed Devices : 1\n     Spare Devices : 0\n\nConsistency Policy : resync\n\n              Name : mirwiz:1  (local to host debian)\n              UUID : 7d123734:9677b7d6:72194f7d:9050771c\n            Events : 20\n\n    Number   Major   Minor   RaidDevice State\n       -       0        0        0      removed\n       1       8       80        1      active sync   /dev/sdd2\n\n       0       8       64        -      faulty   /dev/sde</computeroutput>",
            "details": {},
            "id": 34030386,
            "action_name": "Source string changed",
            "url": "https://hosted.weblate.org/api/changes/34030386/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/82698119/?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/de/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-09-07T09:41:35.353284+02:00",
            "action": 59,
            "target": "<primary>Installation</primary><secondary>Automatische Installation</secondary>",
            "old": "",
            "details": {
                "state": 10,
                "source": "<primary>RAID</primary><secondary>failing</secondary>",
                "old_state": -1
            },
            "id": 34030385,
            "action_name": "String updated in the repository",
            "url": "https://hosted.weblate.org/api/changes/34030385/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/82698119/?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/de/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-09-07T09:41:35.353243+02:00",
            "action": 30,
            "target": "<primary>RAID</primary><secondary>failing</secondary>",
            "old": "<primary>installation</primary><secondary>automated installation</secondary>",
            "details": {},
            "id": 34030384,
            "action_name": "Source string changed",
            "url": "https://hosted.weblate.org/api/changes/34030384/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/82698118/?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/de/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-09-07T09:41:35.353199+02:00",
            "action": 59,
            "target": "Wie in unserem Beispiel gezeigt, können RAID-Geräte aus Plattenpartitionen erstellt werden und erfordern keine vollständigen Platten.",
            "old": "",
            "details": {
                "state": 10,
                "source": "As illustrated by our example, RAID devices can be constructed out of disk partitions as well, and do not require full disks.",
                "old_state": -1
            },
            "id": 34030383,
            "action_name": "String updated in the repository",
            "url": "https://hosted.weblate.org/api/changes/34030383/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/82698118/?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/de/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-09-07T09:41:35.353157+02:00",
            "action": 30,
            "target": "As illustrated by our example, RAID devices can be constructed out of disk partitions as well, and do not require full disks.",
            "old": "As illustrated by our example, RAID devices can be constructed out of disk partitions, and do not require full disks.",
            "details": {},
            "id": 34030382,
            "action_name": "Source string changed",
            "url": "https://hosted.weblate.org/api/changes/34030382/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/82698117/?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/de/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-09-07T09:41:35.353103+02:00",
            "action": 59,
            "target": "<computeroutput># </computeroutput><userinput>mdadm --create /dev/md1 --level=1 --raid-devices=2 /dev/sdd2 /dev/sde</userinput>\n<computeroutput>mdadm: Note: this array has metadata at the start and\n    may not be suitable as a boot device.  If you plan to\n    store '/boot' on this device please ensure that\n    your boot-loader understands md/v1.x metadata, or use\n    --metadata=0.90\nmdadm: largest drive (/dev/sdd2) exceeds size (4192192K) by more than 1%\nContinue creating array? </computeroutput><userinput>y</userinput>\n<computeroutput>mdadm: Defaulting to version 1.2 metadata\nmdadm: array /dev/md1 started.\n# </computeroutput><userinput>mdadm --query /dev/md1</userinput>\n<computeroutput>/dev/md1: 4.00GiB raid1 2 devices, 0 spares. Use mdadm --detail for more detail.\n# </computeroutput><userinput>mdadm --detail /dev/md1</userinput>\n<computeroutput>/dev/md1:\n           Version : 1.2\n     Creation Time : Tue Jun 25 10:21:22 2019\n        Raid Level : raid1\n        Array Size : 4189184 (4.00 GiB 4.29 GB)\n     Used Dev Size : 4189184 (4.00 GiB 4.29 GB)\n      Raid Devices : 2\n     Total Devices : 2\n       Persistence : Superblock is persistent\n\n       Update Time : Tue Jun 25 10:22:03 2019\n             State : clean, resyncing \n    Active Devices : 2\n   Working Devices : 2\n    Failed Devices : 0\n     Spare Devices : 0\n\nConsistency Policy : resync\n\n     Resync Status : 93% complete\n\n              Name : mirwiz:1  (local to host debian)\n              UUID : 7d123734:9677b7d6:72194f7d:9050771c\n            Events : 16\n\n    Number   Major   Minor   RaidDevice State\n       0       8       64        0      active sync   /dev/sdd2\n       1       8       80        1      active sync   /dev/sde\n# </computeroutput><userinput>mdadm --detail /dev/md1</userinput>\n<computeroutput>/dev/md1:\n[...]\n          State : clean\n[...]\n</computeroutput>",
            "old": "",
            "details": {
                "state": 10,
                "source": "<computeroutput># </computeroutput><userinput>mdadm --create /dev/md1 --level=1 --raid-devices=2 /dev/sdd2 /dev/sde\n</userinput><computeroutput>mdadm: Note: this array has metadata at the start and\n    may not be suitable as a boot device.  If you plan to\n    store '/boot' on this device please ensure that\n    your boot-loader understands md/v1.x metadata, or use\n    --metadata=0.90\nmdadm: largest drive (/dev/sdc2) exceeds size (4189184K) by more than 1%\nContinue creating array? </computeroutput><userinput>y\n</userinput><computeroutput>mdadm: Defaulting to version 1.2 metadata\nmdadm: array /dev/md1 started.\n# </computeroutput><userinput>mdadm --query /dev/md1\n</userinput><computeroutput>/dev/md1: 4.00GiB raid1 2 devices, 0 spares. Use mdadm --detail for more detail.\n# </computeroutput><userinput>mdadm --detail /dev/md1\n</userinput><computeroutput>/dev/md1:\n           Version : 1.2\n     Creation Time : Mon Feb 28 02:07:48 2022\n        Raid Level : raid1\n        Array Size : 4189184 (4.00 GiB 4.29 GB)\n     Used Dev Size : 4189184 (4.00 GiB 4.29 GB)\n      Raid Devices : 2\n     Total Devices : 2\n       Persistence : Superblock is persistent\n\n       Update Time : Mon Feb 28 02:08:09 2022\n             State : clean, resync\n    Active Devices : 2\n   Working Devices : 2\n    Failed Devices : 0\n     Spare Devices : 0\n\nConsistency Policy : resync\n\n    Rebuild Status : 13% complete\n\n              Name : debian:1  (local to host debian)\n              UUID : 2dfb7fd5:e09e0527:0b5a905a:8334adb8\n            Events : 17\n\n    Number   Major   Minor   RaidDevice State\n       0       8       34        0      active sync   /dev/sdd2\n       1       8       48        1      active sync   /dev/sde\n# </computeroutput><userinput>mdadm --detail /dev/md1\n</userinput><computeroutput>/dev/md1:\n[...]\n          State : clean\n[...]\n</computeroutput>",
                "old_state": -1
            },
            "id": 34030381,
            "action_name": "String updated in the repository",
            "url": "https://hosted.weblate.org/api/changes/34030381/?format=api"
        }
    ]
}