Translation components API.

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

GET /api/translations/doc-sle-translations/adm_shell-master/zh_TW/units/?format=api&page=4
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 179,
    "next": null,
    "previous": "https://l10n.opensuse.org/api/translations/doc-sle-translations/adm_shell-master/zh_TW/units/?format=api&page=3",
    "results": [
        {
            "translation": "https://l10n.opensuse.org/api/translations/doc-sle-translations/adm_shell-master/zh_TW/?format=api",
            "source": [
                "<literal>Command1 || Command2</literal>"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -5893671105504750891,
            "content_hash": -5893671105504750891,
            "location": "xml/adm_shell.xml:883",
            "context": "",
            "note": "(itstool) path: varlistentry/term",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 151,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 3,
            "source_unit": "https://l10n.opensuse.org/api/units/12692196/?format=api",
            "priority": 100,
            "id": 11610980,
            "web_url": "https://l10n.opensuse.org/translate/doc-sle-translations/adm_shell-master/zh_TW/?checksum=2e35795b0567d2d5",
            "url": "https://l10n.opensuse.org/api/units/11610980/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2020-07-02T07:56:51.783985Z"
        },
        {
            "translation": "https://l10n.opensuse.org/api/translations/doc-sle-translations/adm_shell-master/zh_TW/?format=api",
            "source": [
                "runs the right command, when the left command has failed (logical OR). The following line creates only a directory in <filename>/home/wilber/bar</filename> when the creation of the directory in <filename>/home/tux/foo</filename> has failed:"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -4036167172066754683,
            "content_hash": -4036167172066754683,
            "location": "xml/adm_shell.xml:886",
            "context": "",
            "note": "(itstool) path: listitem/para",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 152,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 31,
            "source_unit": "https://l10n.opensuse.org/api/units/12692197/?format=api",
            "priority": 100,
            "id": 11610981,
            "web_url": "https://l10n.opensuse.org/translate/doc-sle-translations/adm_shell-master/zh_TW/?checksum=47fca7576ede3f85",
            "url": "https://l10n.opensuse.org/api/units/11610981/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2020-07-02T07:56:51.792628Z"
        },
        {
            "translation": "https://l10n.opensuse.org/api/translations/doc-sle-translations/adm_shell-master/zh_TW/?format=api",
            "source": [
                "<prompt>tux &gt; </prompt>mkdir /home/tux/foo || mkdir /home/wilber/bar"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -7557716220829703648,
            "content_hash": -7557716220829703648,
            "location": "xml/adm_shell.xml:892",
            "context": "",
            "note": "(itstool) path: listitem/screen",
            "flags": "no-wrap",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 153,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 7,
            "source_unit": "https://l10n.opensuse.org/api/units/12726693/?format=api",
            "priority": 100,
            "id": 12553640,
            "web_url": "https://l10n.opensuse.org/translate/doc-sle-translations/adm_shell-master/zh_TW/?checksum=171d9923c03ce220",
            "url": "https://l10n.opensuse.org/api/units/12553640/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-04-12T11:41:27.500450Z"
        },
        {
            "translation": "https://l10n.opensuse.org/api/translations/doc-sle-translations/adm_shell-master/zh_TW/?format=api",
            "source": [
                "<literal>funcname(){ ... }</literal>"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 5010077462737612191,
            "content_hash": 5010077462737612191,
            "location": "xml/adm_shell.xml:903",
            "context": "",
            "note": "(itstool) path: varlistentry/term",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 154,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 3,
            "source_unit": "https://l10n.opensuse.org/api/units/12726694/?format=api",
            "priority": 100,
            "id": 12553641,
            "web_url": "https://l10n.opensuse.org/translate/doc-sle-translations/adm_shell-master/zh_TW/?checksum=c5875ee867aa6d9f",
            "url": "https://l10n.opensuse.org/api/units/12553641/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-04-12T11:41:27.528098Z"
        },
        {
            "translation": "https://l10n.opensuse.org/api/translations/doc-sle-translations/adm_shell-master/zh_TW/?format=api",
            "source": [
                "creates a shell function. You can use the positional parameters to access its arguments. The following line defines the function <literal>hello</literal> to print a short message:"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -8350908189509618082,
            "content_hash": -8350908189509618082,
            "location": "xml/adm_shell.xml:906",
            "context": "",
            "note": "(itstool) path: listitem/para",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 155,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 26,
            "source_unit": "https://l10n.opensuse.org/api/units/12726695/?format=api",
            "priority": 100,
            "id": 12553642,
            "web_url": "https://l10n.opensuse.org/translate/doc-sle-translations/adm_shell-master/zh_TW/?checksum=0c1b9d3f2460f65e",
            "url": "https://l10n.opensuse.org/api/units/12553642/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-04-12T11:41:27.576584Z"
        },
        {
            "translation": "https://l10n.opensuse.org/api/translations/doc-sle-translations/adm_shell-master/zh_TW/?format=api",
            "source": [
                "<prompt>tux &gt; </prompt>hello() { echo \"Hello $1\"; }"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -3789347904145240045,
            "content_hash": -3789347904145240045,
            "location": "xml/adm_shell.xml:911",
            "context": "",
            "note": "(itstool) path: listitem/screen",
            "flags": "no-wrap",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 156,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 8,
            "source_unit": "https://l10n.opensuse.org/api/units/12726696/?format=api",
            "priority": 100,
            "id": 12553643,
            "web_url": "https://l10n.opensuse.org/translate/doc-sle-translations/adm_shell-master/zh_TW/?checksum=4b698828730d5013",
            "url": "https://l10n.opensuse.org/api/units/12553643/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-04-12T11:41:27.621076Z"
        },
        {
            "translation": "https://l10n.opensuse.org/api/translations/doc-sle-translations/adm_shell-master/zh_TW/?format=api",
            "source": [
                "You can call this function like this:"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -5234188325107633415,
            "content_hash": -5234188325107633415,
            "location": "xml/adm_shell.xml:912",
            "context": "",
            "note": "(itstool) path: listitem/para",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 157,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 7,
            "source_unit": "https://l10n.opensuse.org/api/units/12726697/?format=api",
            "priority": 100,
            "id": 12553644,
            "web_url": "https://l10n.opensuse.org/translate/doc-sle-translations/adm_shell-master/zh_TW/?checksum=375c6d73427672f9",
            "url": "https://l10n.opensuse.org/api/units/12553644/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-04-12T11:41:27.666563Z"
        },
        {
            "translation": "https://l10n.opensuse.org/api/translations/doc-sle-translations/adm_shell-master/zh_TW/?format=api",
            "source": [
                "<prompt>tux &gt; </prompt>hello Tux"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 711205372376093192,
            "content_hash": 711205372376093192,
            "location": "xml/adm_shell.xml:915",
            "context": "",
            "note": "(itstool) path: listitem/screen",
            "flags": "no-wrap",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 158,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 4,
            "source_unit": "https://l10n.opensuse.org/api/units/12726698/?format=api",
            "priority": 100,
            "id": 12553645,
            "web_url": "https://l10n.opensuse.org/translate/doc-sle-translations/adm_shell-master/zh_TW/?checksum=89deb5849ed39208",
            "url": "https://l10n.opensuse.org/api/units/12553645/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-04-12T11:41:27.730663Z"
        },
        {
            "translation": "https://l10n.opensuse.org/api/translations/doc-sle-translations/adm_shell-master/zh_TW/?format=api",
            "source": [
                "which prints:"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -6223825044987517199,
            "content_hash": -6223825044987517199,
            "location": "xml/adm_shell.xml:916",
            "context": "",
            "note": "(itstool) path: listitem/para",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 159,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 2,
            "source_unit": "https://l10n.opensuse.org/api/units/12726699/?format=api",
            "priority": 100,
            "id": 12553646,
            "web_url": "https://l10n.opensuse.org/translate/doc-sle-translations/adm_shell-master/zh_TW/?checksum=29a08818c956e6f1",
            "url": "https://l10n.opensuse.org/api/units/12553646/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-04-12T11:41:27.788415Z"
        },
        {
            "translation": "https://l10n.opensuse.org/api/translations/doc-sle-translations/adm_shell-master/zh_TW/?format=api",
            "source": [
                "Hello Tux"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -4324998942898545551,
            "content_hash": -4324998942898545551,
            "location": "xml/adm_shell.xml:919",
            "context": "",
            "note": "(itstool) path: listitem/screen",
            "flags": "no-wrap",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 160,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 2,
            "source_unit": "https://l10n.opensuse.org/api/units/12726700/?format=api",
            "priority": 100,
            "id": 12553647,
            "web_url": "https://l10n.opensuse.org/translate/doc-sle-translations/adm_shell-master/zh_TW/?checksum=43fa846052979c71",
            "url": "https://l10n.opensuse.org/api/units/12553647/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-04-12T11:41:27.837234Z"
        },
        {
            "translation": "https://l10n.opensuse.org/api/translations/doc-sle-translations/adm_shell-master/zh_TW/?format=api",
            "source": [
                "Working with Common Flow Constructs"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 3111006396873320942,
            "content_hash": 3111006396873320942,
            "location": "xml/adm_shell.xml:925",
            "context": "",
            "note": "(itstool) path: sect1/title",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 161,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 5,
            "source_unit": "https://l10n.opensuse.org/api/units/12726701/?format=api",
            "priority": 100,
            "id": 12553648,
            "web_url": "https://l10n.opensuse.org/translate/doc-sle-translations/adm_shell-master/zh_TW/?checksum=ab2c83d5cb9a29ee",
            "url": "https://l10n.opensuse.org/api/units/12553648/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-04-12T11:41:27.872071Z"
        },
        {
            "translation": "https://l10n.opensuse.org/api/translations/doc-sle-translations/adm_shell-master/zh_TW/?format=api",
            "source": [
                "To control the flow of your script, a shell has <command>while</command>, <command>if</command>, <command>for</command> and <command>case</command> constructs."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -8219664840185432889,
            "content_hash": -8219664840185432889,
            "location": "xml/adm_shell.xml:927",
            "context": "",
            "note": "(itstool) path: sect1/para",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 162,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 16,
            "source_unit": "https://l10n.opensuse.org/api/units/12726721/?format=api",
            "priority": 100,
            "id": 12553649,
            "web_url": "https://l10n.opensuse.org/translate/doc-sle-translations/adm_shell-master/zh_TW/?checksum=0dede260a3fab4c7",
            "url": "https://l10n.opensuse.org/api/units/12553649/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-04-12T11:41:27.921011Z"
        },
        {
            "translation": "https://l10n.opensuse.org/api/translations/doc-sle-translations/adm_shell-master/zh_TW/?format=api",
            "source": [
                "The if Control Command"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -8055832434371655696,
            "content_hash": -8055832434371655696,
            "location": "xml/adm_shell.xml:936",
            "context": "",
            "note": "(itstool) path: sect2/title",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 163,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 4,
            "source_unit": "https://l10n.opensuse.org/api/units/12726722/?format=api",
            "priority": 100,
            "id": 12553650,
            "web_url": "https://l10n.opensuse.org/translate/doc-sle-translations/adm_shell-master/zh_TW/?checksum=1033ef15233507f0",
            "url": "https://l10n.opensuse.org/api/units/12553650/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-04-12T11:41:27.978678Z"
        },
        {
            "translation": "https://l10n.opensuse.org/api/translations/doc-sle-translations/adm_shell-master/zh_TW/?format=api",
            "source": [
                "The <command>if</command> command is used to check expressions. For example, the following code tests whether the current user is Tux:"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 3073260936253392441,
            "content_hash": 3073260936253392441,
            "location": "xml/adm_shell.xml:937",
            "context": "",
            "note": "(itstool) path: sect2/para",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 164,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 20,
            "source_unit": "https://l10n.opensuse.org/api/units/12726723/?format=api",
            "priority": 100,
            "id": 12553651,
            "web_url": "https://l10n.opensuse.org/translate/doc-sle-translations/adm_shell-master/zh_TW/?checksum=aaa66a89e777c639",
            "url": "https://l10n.opensuse.org/api/units/12553651/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-04-12T11:41:28.038671Z"
        },
        {
            "translation": "https://l10n.opensuse.org/api/translations/doc-sle-translations/adm_shell-master/zh_TW/?format=api",
            "source": [
                "if test $USER = \"tux\"; then\n  echo \"Hello Tux.\"\nelse\n  echo \"You are not Tux.\"\nfi"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -8276790980624948590,
            "content_hash": -8276790980624948590,
            "location": "xml/adm_shell.xml:941",
            "context": "",
            "note": "(itstool) path: sect2/screen",
            "flags": "no-wrap",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 165,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 16,
            "source_unit": "https://l10n.opensuse.org/api/units/12726724/?format=api",
            "priority": 100,
            "id": 12553652,
            "web_url": "https://l10n.opensuse.org/translate/doc-sle-translations/adm_shell-master/zh_TW/?checksum=0d22ee7497b16292",
            "url": "https://l10n.opensuse.org/api/units/12553652/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-04-12T11:41:28.081463Z"
        },
        {
            "translation": "https://l10n.opensuse.org/api/translations/doc-sle-translations/adm_shell-master/zh_TW/?format=api",
            "source": [
                "The test expression can be as complex or simple as possible. The following expression checks if the file <filename>foo.txt</filename> exists:"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -1288602095389413751,
            "content_hash": -1288602095389413751,
            "location": "xml/adm_shell.xml:946",
            "context": "",
            "note": "(itstool) path: sect2/para",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 166,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 20,
            "source_unit": "https://l10n.opensuse.org/api/units/12726725/?format=api",
            "priority": 100,
            "id": 12553653,
            "web_url": "https://l10n.opensuse.org/translate/doc-sle-translations/adm_shell-master/zh_TW/?checksum=6e1df738b77d6e89",
            "url": "https://l10n.opensuse.org/api/units/12553653/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-04-12T11:41:28.118072Z"
        },
        {
            "translation": "https://l10n.opensuse.org/api/translations/doc-sle-translations/adm_shell-master/zh_TW/?format=api",
            "source": [
                "if test -e /tmp/foo.txt ; then\n  echo \"Found foo.txt\"\nfi"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -3345421423156845673,
            "content_hash": -3345421423156845673,
            "location": "xml/adm_shell.xml:950",
            "context": "",
            "note": "(itstool) path: sect2/screen",
            "flags": "no-wrap",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 167,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 10,
            "source_unit": "https://l10n.opensuse.org/api/units/12726726/?format=api",
            "priority": 100,
            "id": 12553654,
            "web_url": "https://l10n.opensuse.org/translate/doc-sle-translations/adm_shell-master/zh_TW/?checksum=5192acf0c0c12397",
            "url": "https://l10n.opensuse.org/api/units/12553654/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-04-12T11:41:28.150529Z"
        },
        {
            "translation": "https://l10n.opensuse.org/api/translations/doc-sle-translations/adm_shell-master/zh_TW/?format=api",
            "source": [
                "The test expression can also be abbreviated in square brackets:"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 5026943539462602761,
            "content_hash": 5026943539462602761,
            "location": "xml/adm_shell.xml:953",
            "context": "",
            "note": "(itstool) path: sect2/para",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 168,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 10,
            "source_unit": "https://l10n.opensuse.org/api/units/12726727/?format=api",
            "priority": 100,
            "id": 12553655,
            "web_url": "https://l10n.opensuse.org/translate/doc-sle-translations/adm_shell-master/zh_TW/?checksum=c5c34a83e79d0009",
            "url": "https://l10n.opensuse.org/api/units/12553655/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-04-12T11:41:28.210858Z"
        },
        {
            "translation": "https://l10n.opensuse.org/api/translations/doc-sle-translations/adm_shell-master/zh_TW/?format=api",
            "source": [
                "if [ -e /tmp/foo.txt ] ; then\n  echo \"Found foo.txt\"\nfi"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -2940499659280945048,
            "content_hash": -2940499659280945048,
            "location": "xml/adm_shell.xml:956",
            "context": "",
            "note": "(itstool) path: sect2/screen",
            "flags": "no-wrap",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 169,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 11,
            "source_unit": "https://l10n.opensuse.org/api/units/12726728/?format=api",
            "priority": 100,
            "id": 12553656,
            "web_url": "https://l10n.opensuse.org/translate/doc-sle-translations/adm_shell-master/zh_TW/?checksum=57313f23aa66f068",
            "url": "https://l10n.opensuse.org/api/units/12553656/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-04-12T11:41:28.253834Z"
        },
        {
            "translation": "https://l10n.opensuse.org/api/translations/doc-sle-translations/adm_shell-master/zh_TW/?format=api",
            "source": [
                "Find more useful expressions at <link xlink:href=\"https://bash.cyberciti.biz/guide/If..else..fi\"/>."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -4753712286312557123,
            "content_hash": -4753712286312557123,
            "location": "xml/adm_shell.xml:959",
            "context": "",
            "note": "(itstool) path: sect2/para",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 170,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 7,
            "source_unit": "https://l10n.opensuse.org/api/units/12726729/?format=api",
            "priority": 100,
            "id": 12553657,
            "web_url": "https://l10n.opensuse.org/translate/doc-sle-translations/adm_shell-master/zh_TW/?checksum=3e076bdca1ee15bd",
            "url": "https://l10n.opensuse.org/api/units/12553657/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-04-12T11:41:28.300684Z"
        },
        {
            "translation": "https://l10n.opensuse.org/api/translations/doc-sle-translations/adm_shell-master/zh_TW/?format=api",
            "source": [
                "Creating Loops with the <command>for</command> Command"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -8224121632679731363,
            "content_hash": -8224121632679731363,
            "location": "xml/adm_shell.xml:966",
            "context": "",
            "note": "(itstool) path: sect2/title",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 171,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 6,
            "source_unit": "https://l10n.opensuse.org/api/units/12726730/?format=api",
            "priority": 100,
            "id": 12553658,
            "web_url": "https://l10n.opensuse.org/translate/doc-sle-translations/adm_shell-master/zh_TW/?checksum=0dde0cf2c684df5d",
            "url": "https://l10n.opensuse.org/api/units/12553658/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-04-12T11:41:28.330819Z"
        },
        {
            "translation": "https://l10n.opensuse.org/api/translations/doc-sle-translations/adm_shell-master/zh_TW/?format=api",
            "source": [
                "The <command>for</command> loop allows you to execute commands to a list of entries. For example, the following code prints some information about PNG files in the current directory:"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 8028227297820931764,
            "content_hash": 8028227297820931764,
            "location": "xml/adm_shell.xml:967",
            "context": "",
            "note": "(itstool) path: sect2/para",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 172,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 28,
            "source_unit": "https://l10n.opensuse.org/api/units/12726731/?format=api",
            "priority": 100,
            "id": 12553659,
            "web_url": "https://l10n.opensuse.org/translate/doc-sle-translations/adm_shell-master/zh_TW/?checksum=ef69fe3126b5f6b4",
            "url": "https://l10n.opensuse.org/api/units/12553659/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-04-12T11:41:28.361269Z"
        },
        {
            "translation": "https://l10n.opensuse.org/api/translations/doc-sle-translations/adm_shell-master/zh_TW/?format=api",
            "source": [
                "for i in *.png; do\n ls -l $i\ndone"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 3346040809314302285,
            "content_hash": 3346040809314302285,
            "location": "xml/adm_shell.xml:972",
            "context": "",
            "note": "(itstool) path: sect2/screen",
            "flags": "no-wrap",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 173,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 9,
            "source_unit": "https://l10n.opensuse.org/api/units/12726732/?format=api",
            "priority": 100,
            "id": 12553660,
            "web_url": "https://l10n.opensuse.org/translate/doc-sle-translations/adm_shell-master/zh_TW/?checksum=ae6f86635323b94d",
            "url": "https://l10n.opensuse.org/api/units/12553660/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-04-12T11:41:28.411684Z"
        },
        {
            "translation": "https://l10n.opensuse.org/api/translations/doc-sle-translations/adm_shell-master/zh_TW/?format=api",
            "source": [
                "For More Information"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -2089888412524024280,
            "content_hash": -2089888412524024280,
            "location": "xml/adm_shell.xml:978",
            "context": "",
            "note": "(itstool) path: sect1/title",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 174,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 3,
            "source_unit": "https://l10n.opensuse.org/api/units/12726733/?format=api",
            "priority": 100,
            "id": 12553661,
            "web_url": "https://l10n.opensuse.org/translate/doc-sle-translations/adm_shell-master/zh_TW/?checksum=62ff398fbf4cee28",
            "url": "https://l10n.opensuse.org/api/units/12553661/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-04-12T11:41:28.459251Z"
        },
        {
            "translation": "https://l10n.opensuse.org/api/translations/doc-sle-translations/adm_shell-master/zh_TW/?format=api",
            "source": [
                "Important information about Bash is provided in the man pages <command>man bash</command>. More about this topic can be found in the following list:"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 3911270488933677285,
            "content_hash": 3911270488933677285,
            "location": "xml/adm_shell.xml:980",
            "context": "",
            "note": "(itstool) path: sect1/para",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 175,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 23,
            "source_unit": "https://l10n.opensuse.org/api/units/12726734/?format=api",
            "priority": 100,
            "id": 12553662,
            "web_url": "https://l10n.opensuse.org/translate/doc-sle-translations/adm_shell-master/zh_TW/?checksum=b6479fc9715c38e5",
            "url": "https://l10n.opensuse.org/api/units/12553662/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-04-12T11:41:28.517916Z"
        },
        {
            "translation": "https://l10n.opensuse.org/api/translations/doc-sle-translations/adm_shell-master/zh_TW/?format=api",
            "source": [
                "<link xlink:href=\"http://tldp.org/LDP/Bash-Beginners-Guide/html/index.html\"/>—Bash Guide for Beginners"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 7762677056132691093,
            "content_hash": 7762677056132691093,
            "location": "xml/adm_shell.xml:987",
            "context": "",
            "note": "(itstool) path: listitem/para",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 176,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 5,
            "source_unit": "https://l10n.opensuse.org/api/units/12726735/?format=api",
            "priority": 100,
            "id": 12553663,
            "web_url": "https://l10n.opensuse.org/translate/doc-sle-translations/adm_shell-master/zh_TW/?checksum=ebba91a774dd3495",
            "url": "https://l10n.opensuse.org/api/units/12553663/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-04-12T11:41:28.549545Z"
        },
        {
            "translation": "https://l10n.opensuse.org/api/translations/doc-sle-translations/adm_shell-master/zh_TW/?format=api",
            "source": [
                "<link xlink:href=\"http://tldp.org/HOWTO/Bash-Prog-Intro-HOWTO.html\"/>—BASH Programming - Introduction HOW-TO"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -738841037803611359,
            "content_hash": -738841037803611359,
            "location": "xml/adm_shell.xml:993",
            "context": "",
            "note": "(itstool) path: listitem/para",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 177,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 6,
            "source_unit": "https://l10n.opensuse.org/api/units/12726736/?format=api",
            "priority": 100,
            "id": 12553664,
            "web_url": "https://l10n.opensuse.org/translate/doc-sle-translations/adm_shell-master/zh_TW/?checksum=75bf1bfd9c3c1b21",
            "url": "https://l10n.opensuse.org/api/units/12553664/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-04-12T11:41:28.589392Z"
        },
        {
            "translation": "https://l10n.opensuse.org/api/translations/doc-sle-translations/adm_shell-master/zh_TW/?format=api",
            "source": [
                "<link xlink:href=\"http://tldp.org/LDP/abs/html/index.html\"/>—Advanced Bash-Scripting Guide"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 4753310418259780806,
            "content_hash": 4753310418259780806,
            "location": "xml/adm_shell.xml:999",
            "context": "",
            "note": "(itstool) path: listitem/para",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 178,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 4,
            "source_unit": "https://l10n.opensuse.org/api/units/12726737/?format=api",
            "priority": 100,
            "id": 12553665,
            "web_url": "https://l10n.opensuse.org/translate/doc-sle-translations/adm_shell-master/zh_TW/?checksum=c1f726a42b89a4c6",
            "url": "https://l10n.opensuse.org/api/units/12553665/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-04-12T11:41:28.644622Z"
        },
        {
            "translation": "https://l10n.opensuse.org/api/translations/doc-sle-translations/adm_shell-master/zh_TW/?format=api",
            "source": [
                "<link xlink:href=\"http://www.grymoire.com/Unix/Sh.html\"/>—Sh - the Bourne Shell"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -4015470223964813643,
            "content_hash": -4015470223964813643,
            "location": "xml/adm_shell.xml:1005",
            "context": "",
            "note": "(itstool) path: listitem/para",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 179,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 6,
            "source_unit": "https://l10n.opensuse.org/api/units/12726738/?format=api",
            "priority": 100,
            "id": 12553666,
            "web_url": "https://l10n.opensuse.org/translate/doc-sle-translations/adm_shell-master/zh_TW/?checksum=48462f1b2e6b46b5",
            "url": "https://l10n.opensuse.org/api/units/12553666/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-04-12T11:41:28.704838Z"
        }
    ]
}