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/fi/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/fi/units/?format=api&page=19",
    "results": [
        {
            "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-install-guide/f26pagesappendixeskickstart_syntax_reference/fi/?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": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 3,
            "source_unit": "https://translate.fedoraproject.org/api/units/14816623/?format=api",
            "priority": 100,
            "id": 15674922,
            "web_url": "https://translate.fedoraproject.org/translate/fedora-docs-l10n-fedora-install-guide/f26pagesappendixeskickstart_syntax_reference/fi/?checksum=b3d5d8f08f7bca5e",
            "url": "https://translate.fedoraproject.org/api/units/15674922/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-11-25T04:20:01.612325Z"
        },
        {
            "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-install-guide/f26pagesappendixeskickstart_syntax_reference/fi/?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": 15674923,
            "web_url": "https://translate.fedoraproject.org/translate/fedora-docs-l10n-fedora-install-guide/f26pagesappendixeskickstart_syntax_reference/fi/?checksum=5ee1b4a3ece30963",
            "url": "https://translate.fedoraproject.org/api/units/15674923/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-11-25T04:20:01.615307Z"
        },
        {
            "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-install-guide/f26pagesappendixeskickstart_syntax_reference/fi/?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": 15674924,
            "web_url": "https://translate.fedoraproject.org/translate/fedora-docs-l10n-fedora-install-guide/f26pagesappendixeskickstart_syntax_reference/fi/?checksum=9205150ed7d6e576",
            "url": "https://translate.fedoraproject.org/api/units/15674924/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-11-25T04:20:01.618456Z"
        },
        {
            "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-install-guide/f26pagesappendixeskickstart_syntax_reference/fi/?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": 15674925,
            "web_url": "https://translate.fedoraproject.org/translate/fedora-docs-l10n-fedora-install-guide/f26pagesappendixeskickstart_syntax_reference/fi/?checksum=c9d05044127620fb",
            "url": "https://translate.fedoraproject.org/api/units/15674925/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-11-25T04:20:01.621650Z"
        },
        {
            "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-install-guide/f26pagesappendixeskickstart_syntax_reference/fi/?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": 15674926,
            "web_url": "https://translate.fedoraproject.org/translate/fedora-docs-l10n-fedora-install-guide/f26pagesappendixeskickstart_syntax_reference/fi/?checksum=33d48d9f62b2f935",
            "url": "https://translate.fedoraproject.org/api/units/15674926/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-11-25T04:20:01.624482Z"
        },
        {
            "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-install-guide/f26pagesappendixeskickstart_syntax_reference/fi/?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": 15674927,
            "web_url": "https://translate.fedoraproject.org/translate/fedora-docs-l10n-fedora-install-guide/f26pagesappendixeskickstart_syntax_reference/fi/?checksum=f9fa60f574e7aac6",
            "url": "https://translate.fedoraproject.org/api/units/15674927/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-11-25T04:20:01.627223Z"
        },
        {
            "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-install-guide/f26pagesappendixeskickstart_syntax_reference/fi/?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": 15674928,
            "web_url": "https://translate.fedoraproject.org/translate/fedora-docs-l10n-fedora-install-guide/f26pagesappendixeskickstart_syntax_reference/fi/?checksum=a66c13b3211d33ce",
            "url": "https://translate.fedoraproject.org/api/units/15674928/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-11-25T04:20:01.630468Z"
        },
        {
            "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-install-guide/f26pagesappendixeskickstart_syntax_reference/fi/?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": 15674929,
            "web_url": "https://translate.fedoraproject.org/translate/fedora-docs-l10n-fedora-install-guide/f26pagesappendixeskickstart_syntax_reference/fi/?checksum=20d21a29d4c2d541",
            "url": "https://translate.fedoraproject.org/api/units/15674929/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-11-25T04:20:01.633384Z"
        },
        {
            "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-install-guide/f26pagesappendixeskickstart_syntax_reference/fi/?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": 15674930,
            "web_url": "https://translate.fedoraproject.org/translate/fedora-docs-l10n-fedora-install-guide/f26pagesappendixeskickstart_syntax_reference/fi/?checksum=e95ea1f5b653fcdb",
            "url": "https://translate.fedoraproject.org/api/units/15674930/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-11-25T04:20:01.636689Z"
        },
        {
            "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-install-guide/f26pagesappendixeskickstart_syntax_reference/fi/?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": 15674931,
            "web_url": "https://translate.fedoraproject.org/translate/fedora-docs-l10n-fedora-install-guide/f26pagesappendixeskickstart_syntax_reference/fi/?checksum=70c2d06fbad4343a",
            "url": "https://translate.fedoraproject.org/api/units/15674931/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-11-25T04:20:01.640154Z"
        },
        {
            "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-install-guide/f26pagesappendixeskickstart_syntax_reference/fi/?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": [
                ""
            ],
            "id_hash": -3774334487067462408,
            "content_hash": -3774334487067462408,
            "location": "./pages/appendixes/Kickstart_Syntax_Reference.adoc:2310",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "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": 15674932,
            "web_url": "https://translate.fedoraproject.org/translate/fedora-docs-l10n-fedora-install-guide/f26pagesappendixeskickstart_syntax_reference/fi/?checksum=4b9edec802d674f8",
            "url": "https://translate.fedoraproject.org/api/units/15674932/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-11-25T04:20:01.643246Z"
        },
        {
            "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-install-guide/f26pagesappendixeskickstart_syntax_reference/fi/?format=api",
            "source": [
                "Example Pre-installation Script"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -2855342401749164707,
            "content_hash": -2855342401749164707,
            "location": "./pages/appendixes/Kickstart_Syntax_Reference.adoc:2314",
            "context": "",
            "note": "type: Title =====",
            "flags": "no-wrap",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "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": 15674933,
            "web_url": "https://translate.fedoraproject.org/translate/fedora-docs-l10n-fedora-install-guide/f26pagesappendixeskickstart_syntax_reference/fi/?checksum=585fc936bfa15d5d",
            "url": "https://translate.fedoraproject.org/api/units/15674933/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-11-25T04:20:01.646660Z"
        },
        {
            "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-install-guide/f26pagesappendixeskickstart_syntax_reference/fi/?format=api",
            "source": [
                "The following is an example [command]#%pre# section:"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 471688129025475526,
            "content_hash": 471688129025475526,
            "location": "./pages/appendixes/Kickstart_Syntax_Reference.adoc:2317",
            "context": "",
            "note": "type: delimited block =",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "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": 15674934,
            "web_url": "https://translate.fedoraproject.org/translate/fedora-docs-l10n-fedora-install-guide/f26pagesappendixeskickstart_syntax_reference/fi/?checksum=868bc5daaf5503c6",
            "url": "https://translate.fedoraproject.org/api/units/15674934/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-11-25T04:20:01.649181Z"
        },
        {
            "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-install-guide/f26pagesappendixeskickstart_syntax_reference/fi/?format=api",
            "source": [
                "Sample %pre Script"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 3496021574083146897,
            "content_hash": 3496021574083146897,
            "location": "./pages/appendixes/Kickstart_Syntax_Reference.adoc:2319",
            "context": "",
            "note": "type: Block title",
            "flags": "no-wrap",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "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": 15674935,
            "web_url": "https://translate.fedoraproject.org/translate/fedora-docs-l10n-fedora-install-guide/f26pagesappendixeskickstart_syntax_reference/fi/?checksum=b0845d195253f491",
            "url": "https://translate.fedoraproject.org/api/units/15674935/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-11-25T04:20:01.651836Z"
        },
        {
            "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-install-guide/f26pagesappendixeskickstart_syntax_reference/fi/?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": [
                ""
            ],
            "id_hash": 446889491756872668,
            "content_hash": 446889491756872668,
            "location": "./pages/appendixes/Kickstart_Syntax_Reference.adoc:2338",
            "context": "",
            "note": "type: delimited block -",
            "flags": "no-wrap",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 965,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 42,
            "source_unit": "https://translate.fedoraproject.org/api/units/14816637/?format=api",
            "priority": 100,
            "id": 15674936,
            "web_url": "https://translate.fedoraproject.org/translate/fedora-docs-l10n-fedora-install-guide/f26pagesappendixeskickstart_syntax_reference/fi/?checksum=8633aba00205f3dc",
            "url": "https://translate.fedoraproject.org/api/units/15674936/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-11-25T04:20:01.654662Z"
        },
        {
            "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-install-guide/f26pagesappendixeskickstart_syntax_reference/fi/?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": [
                ""
            ],
            "id_hash": 6414950677142409229,
            "content_hash": 6414950677142409229,
            "location": "./pages/appendixes/Kickstart_Syntax_Reference.adoc:2358",
            "context": "",
            "note": "type: delimited block -",
            "flags": "no-wrap",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 966,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 138,
            "source_unit": "https://translate.fedoraproject.org/api/units/14816638/?format=api",
            "priority": 100,
            "id": 15674937,
            "web_url": "https://translate.fedoraproject.org/translate/fedora-docs-l10n-fedora-install-guide/f26pagesappendixeskickstart_syntax_reference/fi/?checksum=d9067ba72ab9900d",
            "url": "https://translate.fedoraproject.org/api/units/15674937/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-11-25T04:20:01.657766Z"
        },
        {
            "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-install-guide/f26pagesappendixeskickstart_syntax_reference/fi/?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": [
                ""
            ],
            "id_hash": 6166603092529578584,
            "content_hash": 6166603092529578584,
            "location": "./pages/appendixes/Kickstart_Syntax_Reference.adoc:2362",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "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": 15674938,
            "web_url": "https://translate.fedoraproject.org/translate/fedora-docs-l10n-fedora-install-guide/f26pagesappendixeskickstart_syntax_reference/fi/?checksum=d5942cd7310d0258",
            "url": "https://translate.fedoraproject.org/api/units/15674938/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-11-25T04:20:01.660663Z"
        },
        {
            "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-install-guide/f26pagesappendixeskickstart_syntax_reference/fi/?format=api",
            "source": [
                "[command]#%include /tmp/part-include#\n"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -2497505399303536807,
            "content_hash": -2497505399303536807,
            "location": "./pages/appendixes/Kickstart_Syntax_Reference.adoc:2366",
            "context": "",
            "note": "type: delimited block -",
            "flags": "no-wrap",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "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": 15674939,
            "web_url": "https://translate.fedoraproject.org/translate/fedora-docs-l10n-fedora-install-guide/f26pagesappendixeskickstart_syntax_reference/fi/?checksum=5d57141259e47f59",
            "url": "https://translate.fedoraproject.org/api/units/15674939/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-11-25T04:20:01.663702Z"
        },
        {
            "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-install-guide/f26pagesappendixeskickstart_syntax_reference/fi/?format=api",
            "source": [
                "The partitioning commands selected in the script will be used."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -340033395721189442,
            "content_hash": -340033395721189442,
            "location": "./pages/appendixes/Kickstart_Syntax_Reference.adoc:2369",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "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": 15674940,
            "web_url": "https://translate.fedoraproject.org/translate/fedora-docs-l10n-fedora-install-guide/f26pagesappendixeskickstart_syntax_reference/fi/?checksum=7b47f56d9c44c7be",
            "url": "https://translate.fedoraproject.org/api/units/15674940/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-11-25T04:20:01.666472Z"
        },
        {
            "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-install-guide/f26pagesappendixeskickstart_syntax_reference/fi/?format=api",
            "source": [
                "Example Post-installation Script"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -7133344771559918983,
            "content_hash": -7133344771559918983,
            "location": "./pages/appendixes/Kickstart_Syntax_Reference.adoc:2373",
            "context": "",
            "note": "type: Title =====",
            "flags": "no-wrap",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "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": 15674941,
            "web_url": "https://translate.fedoraproject.org/translate/fedora-docs-l10n-fedora-install-guide/f26pagesappendixeskickstart_syntax_reference/fi/?checksum=1d0144b96ec7f279",
            "url": "https://translate.fedoraproject.org/api/units/15674941/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-11-25T04:20:01.668746Z"
        },
        {
            "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-install-guide/f26pagesappendixeskickstart_syntax_reference/fi/?format=api",
            "source": [
                "The following is an example [command]#%post# section:"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -1805664141914952891,
            "content_hash": -1805664141914952891,
            "location": "./pages/appendixes/Kickstart_Syntax_Reference.adoc:2376",
            "context": "",
            "note": "type: delimited block =",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "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": 15674942,
            "web_url": "https://translate.fedoraproject.org/translate/fedora-docs-l10n-fedora-install-guide/f26pagesappendixeskickstart_syntax_reference/fi/?checksum=66f0fe079d7fab45",
            "url": "https://translate.fedoraproject.org/api/units/15674942/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-11-25T04:20:01.671029Z"
        },
        {
            "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-install-guide/f26pagesappendixeskickstart_syntax_reference/fi/?format=api",
            "source": [
                "Sample %post Script"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 800346856264633600,
            "content_hash": 800346856264633600,
            "location": "./pages/appendixes/Kickstart_Syntax_Reference.adoc:2378",
            "context": "",
            "note": "type: Block title",
            "flags": "no-wrap",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "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": 15674943,
            "web_url": "https://translate.fedoraproject.org/translate/fedora-docs-l10n-fedora-install-guide/f26pagesappendixeskickstart_syntax_reference/fi/?checksum=8b1b6739b0c10d00",
            "url": "https://translate.fedoraproject.org/api/units/15674943/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-11-25T04:20:01.673862Z"
        },
        {
            "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-install-guide/f26pagesappendixeskickstart_syntax_reference/fi/?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": [
                ""
            ],
            "id_hash": -7870242709109127542,
            "content_hash": -7870242709109127542,
            "location": "./pages/appendixes/Kickstart_Syntax_Reference.adoc:2385",
            "context": "",
            "note": "type: delimited block -",
            "flags": "no-wrap",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "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": 15674944,
            "web_url": "https://translate.fedoraproject.org/translate/fedora-docs-l10n-fedora-install-guide/f26pagesappendixeskickstart_syntax_reference/fi/?checksum=12c747f45371468a",
            "url": "https://translate.fedoraproject.org/api/units/15674944/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-11-25T04:20:01.676857Z"
        },
        {
            "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-install-guide/f26pagesappendixeskickstart_syntax_reference/fi/?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": [
                ""
            ],
            "id_hash": -4429347365066720654,
            "content_hash": -4429347365066720654,
            "location": "./pages/appendixes/Kickstart_Syntax_Reference.adoc:2391",
            "context": "",
            "note": "type: delimited block -",
            "flags": "no-wrap",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "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": 15674945,
            "web_url": "https://translate.fedoraproject.org/translate/fedora-docs-l10n-fedora-install-guide/f26pagesappendixeskickstart_syntax_reference/fi/?checksum=4287cc0a0662ba72",
            "url": "https://translate.fedoraproject.org/api/units/15674945/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-11-25T04:20:01.679826Z"
        },
        {
            "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-install-guide/f26pagesappendixeskickstart_syntax_reference/fi/?format=api",
            "source": [
                "# End of the %post section\n%end\n"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -9142199823555239652,
            "content_hash": -9142199823555239652,
            "location": "./pages/appendixes/Kickstart_Syntax_Reference.adoc:2394",
            "context": "",
            "note": "type: delimited block -",
            "flags": "no-wrap",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 975,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 7,
            "source_unit": "https://translate.fedoraproject.org/api/units/14816647/?format=api",
            "priority": 100,
            "id": 15674946,
            "web_url": "https://translate.fedoraproject.org/translate/fedora-docs-l10n-fedora-install-guide/f26pagesappendixeskickstart_syntax_reference/fi/?checksum=012061b2ab59e11c",
            "url": "https://translate.fedoraproject.org/api/units/15674946/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-11-25T04:20:01.682970Z"
        },
        {
            "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-install-guide/f26pagesappendixeskickstart_syntax_reference/fi/?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": [
                ""
            ],
            "id_hash": 8639182301451521323,
            "content_hash": 8639182301451521323,
            "location": "./pages/appendixes/Kickstart_Syntax_Reference.adoc:2398",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "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": 15674947,
            "web_url": "https://translate.fedoraproject.org/translate/fedora-docs-l10n-fedora-install-guide/f26pagesappendixeskickstart_syntax_reference/fi/?checksum=f7e48a87e3dc0d2b",
            "url": "https://translate.fedoraproject.org/api/units/15674947/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-11-25T04:20:01.685784Z"
        }
    ]
}