Translation components API.

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

GET /api/translations/fedora-docs-l10n-fedora-coreos/masterpagessysctl/es_419/units/?format=api
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 7,
    "next": null,
    "previous": null,
    "results": [
        {
            "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-coreos/masterpagessysctl/es_419/?format=api",
            "source": [
                "Kernel tunables (sysctl)"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -7671810800133163898,
            "content_hash": -7671810800133163898,
            "location": "pages/sysctl.adoc:1",
            "context": "",
            "note": "type: Title =",
            "flags": "no-wrap",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 1,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 3,
            "source_unit": "https://translate.fedoraproject.org/api/units/802629/?format=api",
            "priority": 100,
            "id": 4849991,
            "web_url": "https://translate.fedoraproject.org/translate/fedora-docs-l10n-fedora-coreos/masterpagessysctl/es_419/?checksum=158840b96a0eb486",
            "url": "https://translate.fedoraproject.org/api/units/4849991/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2020-08-07T14:51:33.769883Z"
        },
        {
            "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-coreos/masterpagessysctl/es_419/?format=api",
            "source": [
                "The Linux kernel offers a plethora of knobs under `/proc/sys` to control the availability of different features and tune performance parameters."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 5946029237532033338,
            "content_hash": 5946029237532033338,
            "location": "pages/sysctl.adoc:4",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 2,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 21,
            "source_unit": "https://translate.fedoraproject.org/api/units/802633/?format=api",
            "priority": 100,
            "id": 4849992,
            "web_url": "https://translate.fedoraproject.org/translate/fedora-docs-l10n-fedora-coreos/masterpagessysctl/es_419/?checksum=d2848a168f2f013a",
            "url": "https://translate.fedoraproject.org/api/units/4849992/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2020-08-07T14:51:33.793025Z"
        },
        {
            "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-coreos/masterpagessysctl/es_419/?format=api",
            "source": [
                "Values under `/proc/sys` can be changed directly at runtime, but such changes will not be persisted across reboots.  Persistent settings should be written under `/etc/sysctl.d/` during provisioning, in order to be applied on each boot."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -5642912938546929333,
            "content_hash": -5642912938546929333,
            "location": "pages/sysctl.adoc:7",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 3,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 35,
            "source_unit": "https://translate.fedoraproject.org/api/units/802637/?format=api",
            "priority": 100,
            "id": 4849993,
            "web_url": "https://translate.fedoraproject.org/translate/fedora-docs-l10n-fedora-coreos/masterpagessysctl/es_419/?checksum=31b058946f74614b",
            "url": "https://translate.fedoraproject.org/api/units/4849993/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2020-08-07T14:51:33.820584Z"
        },
        {
            "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-coreos/masterpagessysctl/es_419/?format=api",
            "source": [
                "Example: configuring kernel tunable to disable SysRq keys"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -80230555935805372,
            "content_hash": -80230555935805372,
            "location": "pages/sysctl.adoc:10",
            "context": "",
            "note": "type: Block title",
            "flags": "no-wrap",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 5,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 8,
            "source_unit": "https://translate.fedoraproject.org/api/units/802645/?format=api",
            "priority": 100,
            "id": 4849995,
            "web_url": "https://translate.fedoraproject.org/translate/fedora-docs-l10n-fedora-coreos/masterpagessysctl/es_419/?checksum=7ee2f6bc05507044",
            "url": "https://translate.fedoraproject.org/api/units/4849995/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2020-08-07T14:51:33.875262Z"
        },
        {
            "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-coreos/masterpagessysctl/es_419/?format=api",
            "source": [
                "Further details can be found in the systemd man pages https://www.freedesktop.org/software/systemd/man/sysctl.d.html[sysctl.d(5)] and https://www.freedesktop.org/software/systemd/man/systemd-sysctl.service.html[systemd-sysctl.service(8)]."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 2111354799177410854,
            "content_hash": 2111354799177410854,
            "location": "pages/sysctl.adoc:23",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 7,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 13,
            "source_unit": "https://translate.fedoraproject.org/api/units/802654/?format=api",
            "priority": 100,
            "id": 4849997,
            "web_url": "https://translate.fedoraproject.org/translate/fedora-docs-l10n-fedora-coreos/masterpagessysctl/es_419/?checksum=9d4d0a00dfc92926",
            "url": "https://translate.fedoraproject.org/api/units/4849997/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2020-08-07T14:51:33.935147Z"
        },
        {
            "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-coreos/masterpagessysctl/es_419/?format=api",
            "source": [
                "As an example, the xref:producing-ign.adoc[Butane] snippet below shows how to disable _SysRq_ keys:"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 1193731873192674695,
            "content_hash": 1193731873192674695,
            "location": "pages/sysctl.adoc:9",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 4,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 13,
            "source_unit": "https://translate.fedoraproject.org/api/units/7757518/?format=api",
            "priority": 100,
            "id": 7757520,
            "web_url": "https://translate.fedoraproject.org/translate/fedora-docs-l10n-fedora-coreos/masterpagessysctl/es_419/?checksum=9090fcd062b60587",
            "url": "https://translate.fedoraproject.org/api/units/7757520/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-04-14T21:57:50.118072Z"
        },
        {
            "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-coreos/masterpagessysctl/es_419/?format=api",
            "source": [
                "variant: fcos\nversion: {butane-latest-stable-spec}\nstorage:\n  files:\n    - path: /etc/sysctl.d/90-sysrq.conf\n      contents:\n        inline: |\n          kernel.sysrq = 0\n"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 1931499759559143182,
            "content_hash": 1931499759559143182,
            "location": "pages/sysctl.adoc:21",
            "context": "",
            "note": "type: delimited block -",
            "flags": "no-wrap",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 6,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 15,
            "source_unit": "https://translate.fedoraproject.org/api/units/16788602/?format=api",
            "priority": 100,
            "id": 16788604,
            "web_url": "https://translate.fedoraproject.org/translate/fedora-docs-l10n-fedora-coreos/masterpagessysctl/es_419/?checksum=9ace10cc3c466f0e",
            "url": "https://translate.fedoraproject.org/api/units/16788604/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2024-02-08T22:18:23.018098Z"
        }
    ]
}