Units API.

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

GET /api/units/208367/?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/freebsd-doc/boooks_arch-handbook/es/?format=api",
    "source": [
        "Next, the destination register <literal>%di</literal> is copied to <literal>%bp</literal>. <literal>%bp</literal> gets the value <literal>0x800</literal>. The value <literal>16</literal> is copied to <literal>%cl</literal> in preparation for a new string operation (like our previous <literal>movsb</literal>). Now, <literal>stosb</literal> is executed 16 times. This instruction copies a <literal>0</literal> value to the address pointed to by the destination register (<literal>%di</literal>, which is <literal>0x800</literal>), and increments it. This is repeated another 15 times, so <literal>%di</literal> ends up with value <literal>0x810</literal>. Effectively, this clears the address range <literal>0x800</literal>-<literal>0x80f</literal>. This range is used as a (fake) partition table for writing the <acronym>MBR</acronym> back to disk. Finally, the sector field for the <acronym>CHS</acronym> addressing of this fake partition is given the value 1 and a jump is made to the main function from the relocated code. Note that until this jump to the relocated code, any reference to an absolute address was avoided."
    ],
    "previous_source": "",
    "target": [
        "A continuación, el registro de destino <literal>%di</literal>se copia a <literal>%bp</literal>. <literal>%bp</literal> obtiene el valor <literal>0x800</literal>. El valor <literal>16</literal> se copia a <literal>%cl</literal> en preparación para una nueva operación de cadena (como nuestra anterior<literal>movsb</literal>). Ahora, <literal>stosb</literal> se ejecuta 16 veces. Esta instrucción copia un<literal>0</literal> valor a la dirección apuntada por el registro de destino (<literal>%di</literal>, cual es <literal>0x800</literal>),y lo incrementa. Esto se repite otras 15 veces, así que <literal>%di</literal> termina con valor <literal>0x810</literal>. Efectivamente, esto borra el rango de direcciones<literal>0x800</literal>-<literal>0x80f</literal>. Este rango se utiliza como una tabla de particiones (falsa) para escribir el <acronym>MBR</acronym> volver al disco. Finalmente, el campo de sector para el <acronym>CHS</acronym> el direccionamiento de esta partición falsa recibe el valor 1 y se realiza un salto a la función principal desde el código reubicado. Tenga en cuenta que hasta este salto al código reubicado, se evitó cualquier referencia a una dirección absoluta."
    ],
    "id_hash": -6405183685629454005,
    "content_hash": -6405183685629454005,
    "location": "book.translate.xml:676",
    "context": "",
    "note": "(itstool) path: sect1/para",
    "flags": "",
    "labels": [],
    "state": 20,
    "fuzzy": false,
    "translated": true,
    "approved": false,
    "position": 78,
    "has_suggestion": false,
    "has_comment": false,
    "has_failing_check": false,
    "num_words": 143,
    "source_unit": "https://translate-dev.freebsd.org/api/units/102224/?format=api",
    "priority": 100,
    "id": 208367,
    "web_url": "https://translate-dev.freebsd.org/translate/freebsd-doc/boooks_arch-handbook/es/?checksum=271c375fc0edd94b",
    "url": "https://translate-dev.freebsd.org/api/units/208367/?format=api",
    "explanation": "",
    "extra_flags": "",
    "pending": false,
    "timestamp": "2020-12-10T23:59:53.541373Z"
}