Units API.

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

GET /api/units/1619640/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksarch-handbookboot_index/el/?format=api",
    "source": [
        "When the computer powers on, the processor's registers are set to some predefined values.  One of the registers is the _instruction pointer_ register, and its value after a power on is well defined: it is a 32-bit value of `0xfffffff0`.  The instruction pointer register (also known as the Program Counter) points to code to be executed by the processor.  Another important register is the `cr0` 32-bit control register, and its value just after a reboot is `0`.  One of ``cr0``'s bits, the PE (Protection Enabled) bit, indicates whether the processor is running in 32-bit protected mode or 16-bit real mode.  Since this bit is cleared at boot time, the processor boots in 16-bit real mode.  Real mode means, among other things, that linear and physical addresses are identical.  The reason for the processor not to start immediately in 32-bit protected mode is backwards compatibility.  In particular, the boot process relies on the services provided by the BIOS, and the BIOS itself works in legacy, 16-bit code."
    ],
    "previous_source": "",
    "target": [
        ""
    ],
    "id_hash": -3762705319396400403,
    "content_hash": -3762705319396400403,
    "location": "documentation/content/en/books/arch-handbook/boot/_index.adoc:157",
    "context": "",
    "note": "type: Plain text",
    "flags": "",
    "labels": [],
    "state": 0,
    "fuzzy": false,
    "translated": false,
    "approved": false,
    "position": 21,
    "has_suggestion": false,
    "has_comment": false,
    "has_failing_check": false,
    "num_words": 166,
    "source_unit": "https://translate-dev.freebsd.org/api/units/1436381/?format=api",
    "priority": 100,
    "id": 1619640,
    "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksarch-handbookboot_index/el/?checksum=4bc82f729ae7a2ed",
    "url": "https://translate-dev.freebsd.org/api/units/1619640/?format=api",
    "explanation": "",
    "extra_flags": "",
    "pending": false,
    "timestamp": "2024-02-17T12:25:46.020133Z"
}