Translation components API.

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

GET /api/translations/fedora-docs-l10n-fedora-install-guide/f26pagesappendixeskickstart_syntax_reference/pt_BR/units/?format=api&page=20
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 976,
    "next": null,
    "previous": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-install-guide/f26pagesappendixeskickstart_syntax_reference/pt_BR/units/?format=api&page=19",
    "results": [
        {
            "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-install-guide/f26pagesappendixeskickstart_syntax_reference/pt_BR/?format=api",
            "source": [
                "Advanced Partitioning Example"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 3735129993684699742,
            "content_hash": 3735129993684699742,
            "location": "./pages/appendixes/Kickstart_Syntax_Reference.adoc:2256, ./pages/appendixes/Kickstart_Syntax_Reference.adoc:2260",
            "context": "",
            "note": "type: Block title",
            "flags": "no-wrap",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 951,
            "has_suggestion": true,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 3,
            "source_unit": "https://translate.fedoraproject.org/api/units/14816623/?format=api",
            "priority": 100,
            "id": 15680778,
            "web_url": "https://translate.fedoraproject.org/translate/fedora-docs-l10n-fedora-install-guide/f26pagesappendixeskickstart_syntax_reference/pt_BR/?checksum=b3d5d8f08f7bca5e",
            "url": "https://translate.fedoraproject.org/api/units/15680778/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-11-25T04:20:26.942018Z"
        },
        {
            "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-install-guide/f26pagesappendixeskickstart_syntax_reference/pt_BR/?format=api",
            "source": [
                "The following is an integrated example showing the [command]#clearpart#, [command]#zerombr#, [command]#part#, [command]#raid#, [command]#volgroup#, and [command]#logvol# Kickstart options in action:"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -2386427711382681245,
            "content_hash": -2386427711382681245,
            "location": "./pages/appendixes/Kickstart_Syntax_Reference.adoc:2259",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 952,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 19,
            "source_unit": "https://translate.fedoraproject.org/api/units/14816624/?format=api",
            "priority": 100,
            "id": 15680779,
            "web_url": "https://translate.fedoraproject.org/translate/fedora-docs-l10n-fedora-install-guide/f26pagesappendixeskickstart_syntax_reference/pt_BR/?checksum=5ee1b4a3ece30963",
            "url": "https://translate.fedoraproject.org/api/units/15680779/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-11-25T04:20:26.944940Z"
        },
        {
            "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-install-guide/f26pagesappendixeskickstart_syntax_reference/pt_BR/?format=api",
            "source": [
                "clearpart  --drives=hda,hdc\nzerombr\n# Raid 1 IDE config\npart raid.11 --size 1000  --asprimary --ondrive=hda\npart raid.12 --size 1000  --asprimary --ondrive=hda\npart raid.13 --size 2000  --asprimary --ondrive=hda\npart raid.14 --size 8000              --ondrive=hda\npart raid.15 --size 16384 --grow      --ondrive=hda\npart raid.21 --size 1000  --asprimary --ondrive=hdc\npart raid.22 --size 1000  --asprimary --ondrive=hdc\npart raid.23 --size 2000  --asprimary --ondrive=hdc\npart raid.24 --size 8000              --ondrive=hdc\npart raid.25 --size 16384 --grow      --ondrive=hdc\n"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 1298467221061166454,
            "content_hash": 1298467221061166454,
            "location": "./pages/appendixes/Kickstart_Syntax_Reference.adoc:2278",
            "context": "",
            "note": "type: delimited block -",
            "flags": "no-wrap",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 953,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 66,
            "source_unit": "https://translate.fedoraproject.org/api/units/14816625/?format=api",
            "priority": 100,
            "id": 15680780,
            "web_url": "https://translate.fedoraproject.org/translate/fedora-docs-l10n-fedora-install-guide/f26pagesappendixeskickstart_syntax_reference/pt_BR/?checksum=9205150ed7d6e576",
            "url": "https://translate.fedoraproject.org/api/units/15680780/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-11-25T04:20:26.948146Z"
        },
        {
            "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-install-guide/f26pagesappendixeskickstart_syntax_reference/pt_BR/?format=api",
            "source": [
                "# You can add --spares=x\nraid /     --fstype xfs  --device root  --level=RAID1 raid.11 raid.21\nraid /safe --fstype xfs  --device safe  --level=RAID1 raid.12 raid.22\nraid swap  --fstype swap --device swap  --level=RAID1 raid.13 raid.23\nraid /usr  --fstype xfs  --device usr   --level=RAID1 raid.14 raid.24\nraid pv.01 --fstype xfs  --device pv.01 --level=RAID1 raid.15 raid.25\n"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 5318839413222285563,
            "content_hash": 5318839413222285563,
            "location": "./pages/appendixes/Kickstart_Syntax_Reference.adoc:2285",
            "context": "",
            "note": "type: delimited block -",
            "flags": "no-wrap",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 954,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 50,
            "source_unit": "https://translate.fedoraproject.org/api/units/14816626/?format=api",
            "priority": 100,
            "id": 15680781,
            "web_url": "https://translate.fedoraproject.org/translate/fedora-docs-l10n-fedora-install-guide/f26pagesappendixeskickstart_syntax_reference/pt_BR/?checksum=c9d05044127620fb",
            "url": "https://translate.fedoraproject.org/api/units/15680781/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-11-25T04:20:26.951237Z"
        },
        {
            "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-install-guide/f26pagesappendixeskickstart_syntax_reference/pt_BR/?format=api",
            "source": [
                "# LVM configuration so that we can resize /var and /usr/local later\nvolgroup sysvg pv.01\nlogvol /var           --vgname=sysvg --size=8000     --name=var\nlogvol /var/freespace --vgname=sysvg --size=8000     --name=freespacetouse\nlogvol /usr/local     --vgname=sysvg --size=1 --grow --name=usrlocal\n"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -5488606330162579147,
            "content_hash": -5488606330162579147,
            "location": "./pages/appendixes/Kickstart_Syntax_Reference.adoc:2291",
            "context": "",
            "note": "type: delimited block -",
            "flags": "no-wrap",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 955,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 31,
            "source_unit": "https://translate.fedoraproject.org/api/units/14816627/?format=api",
            "priority": 100,
            "id": 15680782,
            "web_url": "https://translate.fedoraproject.org/translate/fedora-docs-l10n-fedora-install-guide/f26pagesappendixeskickstart_syntax_reference/pt_BR/?checksum=33d48d9f62b2f935",
            "url": "https://translate.fedoraproject.org/api/units/15680782/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-11-25T04:20:26.954049Z"
        },
        {
            "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-install-guide/f26pagesappendixeskickstart_syntax_reference/pt_BR/?format=api",
            "source": [
                "This advanced example implements LVM over RAID, as well as the ability to resize various directories for future growth."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 8789444230111537862,
            "content_hash": 8789444230111537862,
            "location": "./pages/appendixes/Kickstart_Syntax_Reference.adoc:2297",
            "context": "",
            "note": "type: delimited block =",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 956,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 19,
            "source_unit": "https://translate.fedoraproject.org/api/units/14816628/?format=api",
            "priority": 100,
            "id": 15680783,
            "web_url": "https://translate.fedoraproject.org/translate/fedora-docs-l10n-fedora-install-guide/f26pagesappendixeskickstart_syntax_reference/pt_BR/?checksum=f9fa60f574e7aac6",
            "url": "https://translate.fedoraproject.org/api/units/15680783/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-11-25T04:20:26.957085Z"
        },
        {
            "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-install-guide/f26pagesappendixeskickstart_syntax_reference/pt_BR/?format=api",
            "source": [
                "First, the [command]#clearpart# command is used on drives `hda` and `hdc` to wipe them. The [command]#zerombr# command initializes unused partition tables."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 2768609531001648078,
            "content_hash": 2768609531001648078,
            "location": "./pages/appendixes/Kickstart_Syntax_Reference.adoc:2299",
            "context": "",
            "note": "type: delimited block =",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 957,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 21,
            "source_unit": "https://translate.fedoraproject.org/api/units/14816629/?format=api",
            "priority": 100,
            "id": 15680784,
            "web_url": "https://translate.fedoraproject.org/translate/fedora-docs-l10n-fedora-install-guide/f26pagesappendixeskickstart_syntax_reference/pt_BR/?checksum=a66c13b3211d33ce",
            "url": "https://translate.fedoraproject.org/api/units/15680784/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-11-25T04:20:26.959704Z"
        },
        {
            "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-install-guide/f26pagesappendixeskickstart_syntax_reference/pt_BR/?format=api",
            "source": [
                "Then, the two drives are partitioned to prepare them for RAID configuration. Each drive is divided into five partitions, and each drive is partitioned into an identical layout."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -6858390515566324415,
            "content_hash": -6858390515566324415,
            "location": "./pages/appendixes/Kickstart_Syntax_Reference.adoc:2301",
            "context": "",
            "note": "type: delimited block =",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 958,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 28,
            "source_unit": "https://translate.fedoraproject.org/api/units/14816630/?format=api",
            "priority": 100,
            "id": 15680785,
            "web_url": "https://translate.fedoraproject.org/translate/fedora-docs-l10n-fedora-install-guide/f26pagesappendixeskickstart_syntax_reference/pt_BR/?checksum=20d21a29d4c2d541",
            "url": "https://translate.fedoraproject.org/api/units/15680785/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-11-25T04:20:26.962757Z"
        },
        {
            "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-install-guide/f26pagesappendixeskickstart_syntax_reference/pt_BR/?format=api",
            "source": [
                "The next part uses these pairs of physical partitions to create a software RAID device with RAID1 level (mirroring). The first four RAID devices are used for `/` (root), `/safe`, `swap` and `/usr`. The fifth, largest pair of partitions is named `pv.01` and will be used in the following part as a physical volume for LVM."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 7592684098491251931,
            "content_hash": 7592684098491251931,
            "location": "./pages/appendixes/Kickstart_Syntax_Reference.adoc:2303",
            "context": "",
            "note": "type: delimited block =",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 959,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 56,
            "source_unit": "https://translate.fedoraproject.org/api/units/14816631/?format=api",
            "priority": 100,
            "id": 15680786,
            "web_url": "https://translate.fedoraproject.org/translate/fedora-docs-l10n-fedora-install-guide/f26pagesappendixeskickstart_syntax_reference/pt_BR/?checksum=e95ea1f5b653fcdb",
            "url": "https://translate.fedoraproject.org/api/units/15680786/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-11-25T04:20:26.965808Z"
        },
        {
            "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-install-guide/f26pagesappendixeskickstart_syntax_reference/pt_BR/?format=api",
            "source": [
                "Finally, the last set of commands first creates a volume group named `sysvg` on the `pv.01` physical volume. Then, three logical volumes (`/var`, `/var/freespace` and `/usr/local`) are created and added to the `sysvg` volume group. The `/var` and `/var/freespace` volumes have a set size of 8 GB, and the `/usr/local` volume uses the [option]#--grow# option to fill all remaining available space."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -1098086180830563270,
            "content_hash": -1098086180830563270,
            "location": "./pages/appendixes/Kickstart_Syntax_Reference.adoc:2305",
            "context": "",
            "note": "type: delimited block =",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 960,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 61,
            "source_unit": "https://translate.fedoraproject.org/api/units/14816632/?format=api",
            "priority": 100,
            "id": 15680787,
            "web_url": "https://translate.fedoraproject.org/translate/fedora-docs-l10n-fedora-install-guide/f26pagesappendixeskickstart_syntax_reference/pt_BR/?checksum=70c2d06fbad4343a",
            "url": "https://translate.fedoraproject.org/api/units/15680787/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-11-25T04:20:26.968662Z"
        },
        {
            "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-install-guide/f26pagesappendixeskickstart_syntax_reference/pt_BR/?format=api",
            "source": [
                "The above example uses identifiers `hda` and `hdc` to identify disk drives. You should use unique identifiers, such as a disk labels or an UUIDs, to identify disk drives. See the note in introduction to this appendix."
            ],
            "previous_source": "",
            "target": [
                "O exemplo acima usa identificadores `hda` e `hdc` para identificar unidades de disco. Você deve usar identificadores únicos, como rótulos de disco ou UUIDs, para identificar unidades de disco. Consulte a observação na introdução deste apêndice."
            ],
            "id_hash": -3774334487067462408,
            "content_hash": -3774334487067462408,
            "location": "./pages/appendixes/Kickstart_Syntax_Reference.adoc:2310",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 961,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 37,
            "source_unit": "https://translate.fedoraproject.org/api/units/14816633/?format=api",
            "priority": 100,
            "id": 15680788,
            "web_url": "https://translate.fedoraproject.org/translate/fedora-docs-l10n-fedora-install-guide/f26pagesappendixeskickstart_syntax_reference/pt_BR/?checksum=4b9edec802d674f8",
            "url": "https://translate.fedoraproject.org/api/units/15680788/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-11-25T04:20:26.971044Z"
        },
        {
            "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-install-guide/f26pagesappendixeskickstart_syntax_reference/pt_BR/?format=api",
            "source": [
                "Example Pre-installation Script"
            ],
            "previous_source": "",
            "target": [
                "Exemplo de Script de Pre-instalação"
            ],
            "id_hash": -2855342401749164707,
            "content_hash": -2855342401749164707,
            "location": "./pages/appendixes/Kickstart_Syntax_Reference.adoc:2314",
            "context": "",
            "note": "type: Title =====",
            "flags": "no-wrap",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 962,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 3,
            "source_unit": "https://translate.fedoraproject.org/api/units/14816634/?format=api",
            "priority": 100,
            "id": 15680789,
            "web_url": "https://translate.fedoraproject.org/translate/fedora-docs-l10n-fedora-install-guide/f26pagesappendixeskickstart_syntax_reference/pt_BR/?checksum=585fc936bfa15d5d",
            "url": "https://translate.fedoraproject.org/api/units/15680789/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-11-25T04:20:26.973576Z"
        },
        {
            "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-install-guide/f26pagesappendixeskickstart_syntax_reference/pt_BR/?format=api",
            "source": [
                "The following is an example [command]#%pre# section:"
            ],
            "previous_source": "",
            "target": [
                "O seguinte é um exemplo de seção [command]#%pre#:"
            ],
            "id_hash": 471688129025475526,
            "content_hash": 471688129025475526,
            "location": "./pages/appendixes/Kickstart_Syntax_Reference.adoc:2317",
            "context": "",
            "note": "type: delimited block =",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 963,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 7,
            "source_unit": "https://translate.fedoraproject.org/api/units/14816635/?format=api",
            "priority": 100,
            "id": 15680790,
            "web_url": "https://translate.fedoraproject.org/translate/fedora-docs-l10n-fedora-install-guide/f26pagesappendixeskickstart_syntax_reference/pt_BR/?checksum=868bc5daaf5503c6",
            "url": "https://translate.fedoraproject.org/api/units/15680790/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-11-25T04:20:26.976626Z"
        },
        {
            "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-install-guide/f26pagesappendixeskickstart_syntax_reference/pt_BR/?format=api",
            "source": [
                "Sample %pre Script"
            ],
            "previous_source": "",
            "target": [
                "Script %pre de exemplo"
            ],
            "id_hash": 3496021574083146897,
            "content_hash": 3496021574083146897,
            "location": "./pages/appendixes/Kickstart_Syntax_Reference.adoc:2319",
            "context": "",
            "note": "type: Block title",
            "flags": "no-wrap",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 964,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 3,
            "source_unit": "https://translate.fedoraproject.org/api/units/14816636/?format=api",
            "priority": 100,
            "id": 15680791,
            "web_url": "https://translate.fedoraproject.org/translate/fedora-docs-l10n-fedora-install-guide/f26pagesappendixeskickstart_syntax_reference/pt_BR/?checksum=b0845d195253f491",
            "url": "https://translate.fedoraproject.org/api/units/15680791/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-11-25T04:20:26.979652Z"
        },
        {
            "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-install-guide/f26pagesappendixeskickstart_syntax_reference/pt_BR/?format=api",
            "source": [
                "%pre\n#!/bin/sh\nhds=\"\"\nmymedia=\"\"\nfor file in /proc/ide/h* do\nmymedia=`cat $file/media`\nif [ $mymedia == \"disk\" ] ; then\nhds=\"$hds `basename $file`\"\nfi\ndone\nset $hds\nnumhd=`echo $#`\ndrive1=`echo $hds | cut -d' ' -f1`\ndrive2=`echo $hds | cut -d' ' -f2`\n"
            ],
            "previous_source": "",
            "target": [
                "%pre\n#!/bin/sh\nhds=\"\"\nmymedia=\"\"\nfor file in /proc/ide/h* do\nmymedia=`cat $file/media`\nif [ $mymedia == \"disk\" ] ; then\nhds=\"$hds `basename $file`\"\nfi\ndone\nset $hds\nnumhd=`echo $#`\ndrive1=`echo $hds | cut -d' ' -f1`\ndrive2=`echo $hds | cut -d' ' -f2`\n"
            ],
            "id_hash": 446889491756872668,
            "content_hash": 446889491756872668,
            "location": "./pages/appendixes/Kickstart_Syntax_Reference.adoc:2338",
            "context": "",
            "note": "type: delimited block -",
            "flags": "no-wrap",
            "labels": [],
            "state": 10,
            "fuzzy": true,
            "translated": false,
            "approved": false,
            "position": 965,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": true,
            "num_words": 42,
            "source_unit": "https://translate.fedoraproject.org/api/units/14816637/?format=api",
            "priority": 100,
            "id": 15680792,
            "web_url": "https://translate.fedoraproject.org/translate/fedora-docs-l10n-fedora-install-guide/f26pagesappendixeskickstart_syntax_reference/pt_BR/?checksum=8633aba00205f3dc",
            "url": "https://translate.fedoraproject.org/api/units/15680792/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-11-25T04:20:26.982739Z"
        },
        {
            "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-install-guide/f26pagesappendixeskickstart_syntax_reference/pt_BR/?format=api",
            "source": [
                "#Write out partition scheme based on whether there are 1 or 2 hard drives\nif [ $numhd == \"2\" ] ; then\n#2 drives\necho \"#partitioning scheme generated in %pre for 2 drives\" > /tmp/part-include\necho \"clearpart --all\" >> /tmp/part-include\necho \"part /boot --fstype xfs --size 75 --ondisk hda\" >> /tmp/part-include\necho \"part / --fstype xfs --size 1 --grow --ondisk hda\" >> /tmp/part-include\necho \"part swap --recommended --ondisk $drive1\" >> /tmp/part-include\necho \"part /home --fstype xfs --size 1 --grow --ondisk hdb\" >> /tmp/part-include\nelse\n#1 drive\necho \"#partitioning scheme generated in %pre for 1 drive\" > /tmp/part-include\necho \"clearpart --all\" >> /tmp/part-include\necho \"part /boot --fstype xfs --size 75\" >> /tmp/part-include\necho \"part swap --recommended\" >> /tmp/part-include\necho \"part / --fstype xfs --size 2048\" >> /tmp/part-include\necho \"part /home --fstype xfs --size 2048 --grow\" >> /tmp/part-include\nfi\n%end\n"
            ],
            "previous_source": "",
            "target": [
                "#Write out partition scheme based on whether there are 1 or 2 hard drives\nif [ $numhd == \"2\" ] ; then\n#2 drives\necho \"#partitioning scheme generated in %pre for 2 drives\" > /tmp/part-include\necho \"clearpart --all\" >> /tmp/part-include\necho \"part /boot --fstype xfs --size 75 --ondisk hda\" >> /tmp/part-include\necho \"part / --fstype xfs --size 1 --grow --ondisk hda\" >> /tmp/part-include\necho \"part swap --recommended --ondisk $drive1\" >> /tmp/part-include\necho \"part /home --fstype xfs --size 1 --grow --ondisk hdb\" >> /tmp/part-include\nelse\n#1 drive\necho \"#partitioning scheme generated in %pre for 1 drive\" > /tmp/part-include\necho \"clearpart --all\" >> /tmp/part-include\necho \"part /boot --fstype xfs --size 75\" >> /tmp/part-include\necho \"part swap --recommended\" >> /tmp/part-include\necho \"part / --fstype xfs --size 2048\" >> /tmp/part-include\necho \"part /home --fstype xfs --size 2048 --grow\" >> /tmp/part-include\nfi\n%end\n"
            ],
            "id_hash": 6414950677142409229,
            "content_hash": 6414950677142409229,
            "location": "./pages/appendixes/Kickstart_Syntax_Reference.adoc:2358",
            "context": "",
            "note": "type: delimited block -",
            "flags": "no-wrap",
            "labels": [],
            "state": 10,
            "fuzzy": true,
            "translated": false,
            "approved": false,
            "position": 966,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": true,
            "num_words": 138,
            "source_unit": "https://translate.fedoraproject.org/api/units/14816638/?format=api",
            "priority": 100,
            "id": 15680793,
            "web_url": "https://translate.fedoraproject.org/translate/fedora-docs-l10n-fedora-install-guide/f26pagesappendixeskickstart_syntax_reference/pt_BR/?checksum=d9067ba72ab9900d",
            "url": "https://translate.fedoraproject.org/api/units/15680793/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-11-25T04:20:26.985569Z"
        },
        {
            "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-install-guide/f26pagesappendixeskickstart_syntax_reference/pt_BR/?format=api",
            "source": [
                "This script determines the number of hard drives in the system and writes a text file with a different partitioning scheme depending on whether it has one or two drives. Instead of having a set of partitioning commands in the Kickstart file, include the following line:"
            ],
            "previous_source": "",
            "target": [
                "Este script determina o número de discos rígidos no sistema e escreve um arquivo de texto com um esquema de particionamento diferente, dependendo se possui um ou dois discos. Em vez de ter um conjunto de comandos de particionamento no arquivo Kickstart, inclua a seguinte linha:"
            ],
            "id_hash": 6166603092529578584,
            "content_hash": 6166603092529578584,
            "location": "./pages/appendixes/Kickstart_Syntax_Reference.adoc:2362",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 967,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 46,
            "source_unit": "https://translate.fedoraproject.org/api/units/14816639/?format=api",
            "priority": 100,
            "id": 15680794,
            "web_url": "https://translate.fedoraproject.org/translate/fedora-docs-l10n-fedora-install-guide/f26pagesappendixeskickstart_syntax_reference/pt_BR/?checksum=d5942cd7310d0258",
            "url": "https://translate.fedoraproject.org/api/units/15680794/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-11-25T04:20:26.988805Z"
        },
        {
            "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-install-guide/f26pagesappendixeskickstart_syntax_reference/pt_BR/?format=api",
            "source": [
                "[command]#%include /tmp/part-include#\n"
            ],
            "previous_source": "",
            "target": [
                "[command]#%include /tmp/part-include#\n"
            ],
            "id_hash": -2497505399303536807,
            "content_hash": -2497505399303536807,
            "location": "./pages/appendixes/Kickstart_Syntax_Reference.adoc:2366",
            "context": "",
            "note": "type: delimited block -",
            "flags": "no-wrap",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 968,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 2,
            "source_unit": "https://translate.fedoraproject.org/api/units/14816640/?format=api",
            "priority": 100,
            "id": 15680795,
            "web_url": "https://translate.fedoraproject.org/translate/fedora-docs-l10n-fedora-install-guide/f26pagesappendixeskickstart_syntax_reference/pt_BR/?checksum=5d57141259e47f59",
            "url": "https://translate.fedoraproject.org/api/units/15680795/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-11-25T04:20:26.991662Z"
        },
        {
            "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-install-guide/f26pagesappendixeskickstart_syntax_reference/pt_BR/?format=api",
            "source": [
                "The partitioning commands selected in the script will be used."
            ],
            "previous_source": "",
            "target": [
                "Os comandos de particionamento selecionados no script serão utilizados."
            ],
            "id_hash": -340033395721189442,
            "content_hash": -340033395721189442,
            "location": "./pages/appendixes/Kickstart_Syntax_Reference.adoc:2369",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 969,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 10,
            "source_unit": "https://translate.fedoraproject.org/api/units/14816641/?format=api",
            "priority": 100,
            "id": 15680796,
            "web_url": "https://translate.fedoraproject.org/translate/fedora-docs-l10n-fedora-install-guide/f26pagesappendixeskickstart_syntax_reference/pt_BR/?checksum=7b47f56d9c44c7be",
            "url": "https://translate.fedoraproject.org/api/units/15680796/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-11-25T04:20:26.993737Z"
        },
        {
            "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-install-guide/f26pagesappendixeskickstart_syntax_reference/pt_BR/?format=api",
            "source": [
                "Example Post-installation Script"
            ],
            "previous_source": "",
            "target": [
                "Exemplo de script pós-instalação"
            ],
            "id_hash": -7133344771559918983,
            "content_hash": -7133344771559918983,
            "location": "./pages/appendixes/Kickstart_Syntax_Reference.adoc:2373",
            "context": "",
            "note": "type: Title =====",
            "flags": "no-wrap",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 970,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 3,
            "source_unit": "https://translate.fedoraproject.org/api/units/14816642/?format=api",
            "priority": 100,
            "id": 15680797,
            "web_url": "https://translate.fedoraproject.org/translate/fedora-docs-l10n-fedora-install-guide/f26pagesappendixeskickstart_syntax_reference/pt_BR/?checksum=1d0144b96ec7f279",
            "url": "https://translate.fedoraproject.org/api/units/15680797/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-11-25T04:20:26.996102Z"
        },
        {
            "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-install-guide/f26pagesappendixeskickstart_syntax_reference/pt_BR/?format=api",
            "source": [
                "The following is an example [command]#%post# section:"
            ],
            "previous_source": "",
            "target": [
                "O seguinte é um exemplo de seção [command]#%post#:"
            ],
            "id_hash": -1805664141914952891,
            "content_hash": -1805664141914952891,
            "location": "./pages/appendixes/Kickstart_Syntax_Reference.adoc:2376",
            "context": "",
            "note": "type: delimited block =",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 971,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 7,
            "source_unit": "https://translate.fedoraproject.org/api/units/14816643/?format=api",
            "priority": 100,
            "id": 15680798,
            "web_url": "https://translate.fedoraproject.org/translate/fedora-docs-l10n-fedora-install-guide/f26pagesappendixeskickstart_syntax_reference/pt_BR/?checksum=66f0fe079d7fab45",
            "url": "https://translate.fedoraproject.org/api/units/15680798/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-11-25T04:20:26.998453Z"
        },
        {
            "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-install-guide/f26pagesappendixeskickstart_syntax_reference/pt_BR/?format=api",
            "source": [
                "Sample %post Script"
            ],
            "previous_source": "",
            "target": [
                "Script %post de exemplo"
            ],
            "id_hash": 800346856264633600,
            "content_hash": 800346856264633600,
            "location": "./pages/appendixes/Kickstart_Syntax_Reference.adoc:2378",
            "context": "",
            "note": "type: Block title",
            "flags": "no-wrap",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 972,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 3,
            "source_unit": "https://translate.fedoraproject.org/api/units/14816644/?format=api",
            "priority": 100,
            "id": 15680799,
            "web_url": "https://translate.fedoraproject.org/translate/fedora-docs-l10n-fedora-install-guide/f26pagesappendixeskickstart_syntax_reference/pt_BR/?checksum=8b1b6739b0c10d00",
            "url": "https://translate.fedoraproject.org/api/units/15680799/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-11-25T04:20:27.000568Z"
        },
        {
            "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-install-guide/f26pagesappendixeskickstart_syntax_reference/pt_BR/?format=api",
            "source": [
                "# Start of the %post section with logging into /root/ks-post.log\n%post --log=/root/ks-post.log\n"
            ],
            "previous_source": "",
            "target": [
                "# Start of the %post section with logging into /root/ks-post.log\n%post --log=/root/ks-post.log\n"
            ],
            "id_hash": -7870242709109127542,
            "content_hash": -7870242709109127542,
            "location": "./pages/appendixes/Kickstart_Syntax_Reference.adoc:2385",
            "context": "",
            "note": "type: delimited block -",
            "flags": "no-wrap",
            "labels": [],
            "state": 10,
            "fuzzy": true,
            "translated": false,
            "approved": false,
            "position": 973,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 12,
            "source_unit": "https://translate.fedoraproject.org/api/units/14816645/?format=api",
            "priority": 100,
            "id": 15680800,
            "web_url": "https://translate.fedoraproject.org/translate/fedora-docs-l10n-fedora-install-guide/f26pagesappendixeskickstart_syntax_reference/pt_BR/?checksum=12c747f45371468a",
            "url": "https://translate.fedoraproject.org/api/units/15680800/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-11-25T04:20:27.002722Z"
        },
        {
            "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-install-guide/f26pagesappendixeskickstart_syntax_reference/pt_BR/?format=api",
            "source": [
                "# Mount an NFS share\nmkdir /mnt/temp\nmount -o nolock 10.10.0.2:/usr/new-machines /mnt/temp\nopenvt -s -w -- /mnt/temp/runme\numount /mnt/temp\n"
            ],
            "previous_source": "",
            "target": [
                "# Monta um compartilhamento NFS\nmkdir /mnt/temp\nmount -o nolock 10.10.0.2:/usr/new-machines /mnt/temp\nopenvt -s -w -- /mnt/temp/runme\numount /mnt/temp\n"
            ],
            "id_hash": -4429347365066720654,
            "content_hash": -4429347365066720654,
            "location": "./pages/appendixes/Kickstart_Syntax_Reference.adoc:2391",
            "context": "",
            "note": "type: delimited block -",
            "flags": "no-wrap",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 974,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 19,
            "source_unit": "https://translate.fedoraproject.org/api/units/14816646/?format=api",
            "priority": 100,
            "id": 15680801,
            "web_url": "https://translate.fedoraproject.org/translate/fedora-docs-l10n-fedora-install-guide/f26pagesappendixeskickstart_syntax_reference/pt_BR/?checksum=4287cc0a0662ba72",
            "url": "https://translate.fedoraproject.org/api/units/15680801/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-11-25T04:20:27.005019Z"
        },
        {
            "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-install-guide/f26pagesappendixeskickstart_syntax_reference/pt_BR/?format=api",
            "source": [
                "# End of the %post section\n%end\n"
            ],
            "previous_source": "",
            "target": [
                "# Fim da seção %post\n%end\n"
            ],
            "id_hash": -9142199823555239652,
            "content_hash": -9142199823555239652,
            "location": "./pages/appendixes/Kickstart_Syntax_Reference.adoc:2394",
            "context": "",
            "note": "type: delimited block -",
            "flags": "no-wrap",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 975,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": true,
            "num_words": 7,
            "source_unit": "https://translate.fedoraproject.org/api/units/14816647/?format=api",
            "priority": 100,
            "id": 15680802,
            "web_url": "https://translate.fedoraproject.org/translate/fedora-docs-l10n-fedora-install-guide/f26pagesappendixeskickstart_syntax_reference/pt_BR/?checksum=012061b2ab59e11c",
            "url": "https://translate.fedoraproject.org/api/units/15680802/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-11-25T04:20:27.007944Z"
        },
        {
            "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-install-guide/f26pagesappendixeskickstart_syntax_reference/pt_BR/?format=api",
            "source": [
                "The above example mounts an NFS share and executes a script named `runme` located at `/usr/new-machines/` on the share. Note that NFS file locking is *not* supported while in Kickstart mode, therefore the [option]#-o nolock# option is required."
            ],
            "previous_source": "",
            "target": [
                "O exemplo acima monta um compartilhamento NFS e executa um script chamado `runme` localizado em `/usr/new-machines/` no compartilhamento. Observe que o bloqueio de arquivos NFS *não* é *suportado* no modo Kickstart; portanto, a opção [option]#-o nolock# é necessária."
            ],
            "id_hash": 8639182301451521323,
            "content_hash": 8639182301451521323,
            "location": "./pages/appendixes/Kickstart_Syntax_Reference.adoc:2398",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 976,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 38,
            "source_unit": "https://translate.fedoraproject.org/api/units/14816648/?format=api",
            "priority": 100,
            "id": 15680803,
            "web_url": "https://translate.fedoraproject.org/translate/fedora-docs-l10n-fedora-install-guide/f26pagesappendixeskickstart_syntax_reference/pt_BR/?checksum=f7e48a87e3dc0d2b",
            "url": "https://translate.fedoraproject.org/api/units/15680803/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-11-25T04:20:27.010547Z"
        }
    ]
}