Translation components API.

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

GET /api/translations/documentation/articlesserial-uart_index/pt_BR/units/?format=api&page=5
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 392,
    "next": "https://translate-dev.freebsd.org/api/translations/documentation/articlesserial-uart_index/pt_BR/units/?format=api&page=6",
    "previous": "https://translate-dev.freebsd.org/api/translations/documentation/articlesserial-uart_index/pt_BR/units/?format=api&page=4",
    "results": [
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlesserial-uart_index/pt_BR/?format=api",
            "source": [
                "You need to decouple the IRQ drivers for the two UARTs, so that the IRQ line of the board only goes up if (and only if) one of the UARTs asserts a IRQ, and stays low otherwise.  The solution was proposed by Joerg Wunsch mailto:j@ida.interface-business.de[j@ida.interface-business.de]: To solder up a wired-or consisting of two diodes (Germanium or Schottky-types strongly preferred) and a 1 kOhm resistor.  Here is the schematic, starting from the 4 by 3 jumper field above:"
            ],
            "previous_source": "",
            "target": [
                "Você precisa separar os drivers de IRQ para as duas UARTs, de modo que a linha IRQ da placa só suba se (e somente se) uma das UARTs ativar uma IRQ e permanecendo abaixo de outra forma. A solução foi proposta por Joerg Wunsch <email>j@ida.interface-business.de</email>: Soldar um cabo - ou consistindo de dois diodos (de Germânio ou do tipo-Schottky são fortemente preferidos) e um resistor de 1 kOhm. Aqui está o esquema, a partir do campo de jumper 4 por 3 acima:"
            ],
            "id_hash": 5334610765060584328,
            "content_hash": 5334610765060584328,
            "location": "documentation/content/en/articles/serial-uart/_index.adoc:1020",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 10,
            "fuzzy": true,
            "translated": false,
            "approved": false,
            "position": 348,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": true,
            "num_words": 77,
            "source_unit": "https://translate-dev.freebsd.org/api/units/612149/?format=api",
            "priority": 100,
            "id": 612246,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/articlesserial-uart_index/pt_BR/?checksum=ca08583a12693388",
            "url": "https://translate-dev.freebsd.org/api/units/612246/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-03-20T20:37:33.181637Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlesserial-uart_index/pt_BR/?format=api",
            "source": [
                "The cathodes of the diodes are connected to a common point, together with a 1 kOhm pull-down resistor.  It is essential to connect the resistor to ground to avoid floating of the IRQ line on the bus."
            ],
            "previous_source": "",
            "target": [
                "Os cátodos dos diodos estão conectados a um ponto comum, junto com um resistor de 1 kOhm. É essencial conectar o resistor ao terra para evitar a flutuação da linha IRQ no barramento."
            ],
            "id_hash": 6374436780948148173,
            "content_hash": 6374436780948148173,
            "location": "documentation/content/en/articles/serial-uart/_index.adoc:1038",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 10,
            "fuzzy": true,
            "translated": false,
            "approved": false,
            "position": 350,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": true,
            "num_words": 37,
            "source_unit": "https://translate-dev.freebsd.org/api/units/612151/?format=api",
            "priority": 100,
            "id": 612247,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/articlesserial-uart_index/pt_BR/?checksum=d8768c7aa3994fcd",
            "url": "https://translate-dev.freebsd.org/api/units/612247/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-03-20T20:37:33.212494Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlesserial-uart_index/pt_BR/?format=api",
            "source": [
                "Now we are ready to configure a kernel.  Staying with this example, we would configure:"
            ],
            "previous_source": "",
            "target": [
                "Agora estamos prontos para configurar um kernel. Ficando com este exemplo, nós configuraríamos:"
            ],
            "id_hash": 5226260503647871936,
            "content_hash": 5226260503647871936,
            "location": "documentation/content/en/articles/serial-uart/_index.adoc:1041",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 10,
            "fuzzy": true,
            "translated": false,
            "approved": false,
            "position": 351,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": true,
            "num_words": 15,
            "source_unit": "https://translate-dev.freebsd.org/api/units/612153/?format=api",
            "priority": 100,
            "id": 612248,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/articlesserial-uart_index/pt_BR/?checksum=c887683cf795e3c0",
            "url": "https://translate-dev.freebsd.org/api/units/612248/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-03-20T20:37:33.221216Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlesserial-uart_index/pt_BR/?format=api",
            "source": [
                "Note that the `flags` setting for [.filename]#sio1# and [.filename]#sio2# is truly essential; refer to man:sio[4] for details.  (Generally, the `2` in the \"flags\" attribute refers to [.filename]#sio#`2` which holds the IRQ, and you surely want a `5` low nibble.)  With kernel verbose mode turned on this should yield something similar to this:"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 1193763507254366157,
            "content_hash": 1193763507254366157,
            "location": "documentation/content/en/articles/serial-uart/_index.adoc:1055",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 353,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 52,
            "source_unit": "https://translate-dev.freebsd.org/api/units/612155/?format=api",
            "priority": 100,
            "id": 612249,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/articlesserial-uart_index/pt_BR/?checksum=90911995c3b88fcd",
            "url": "https://translate-dev.freebsd.org/api/units/612249/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-03-20T20:37:33.236926Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlesserial-uart_index/pt_BR/?format=api",
            "source": [
                "Though [.filename]#/sys/i386/isa/sio.c# is somewhat cryptic with its use of the \"irq maps\" array above, the basic idea is that you observe `0x1` in the first, third, and fourth place.  This means that the corresponding IRQ was set upon output and cleared after, which is just what we would expect.  If your kernel does not display this behavior, most likely there is something wrong with your wiring."
            ],
            "previous_source": "",
            "target": [
                "Embora o <filename>/sys/i386/isa/sio.c</filename> seja um pouco enigmático com o uso do array <quote>irq maps</quote> acima, a ideia básica é que você observe <literal>0x1</literal> no primeiro, terceiro e quarto lugar. Isso significa que o IRQ correspondente foi definido na saída e limpo depois, o que é exatamente o que esperaríamos. Se o seu kernel não exibir esse comportamento, provavelmente há algo errado com a sua fiação."
            ],
            "id_hash": -4985925169156084692,
            "content_hash": -4985925169156084692,
            "location": "documentation/content/en/articles/serial-uart/_index.adoc:1072",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 10,
            "fuzzy": true,
            "translated": false,
            "approved": false,
            "position": 355,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": true,
            "num_words": 66,
            "source_unit": "https://translate-dev.freebsd.org/api/units/612157/?format=api",
            "priority": 100,
            "id": 612250,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/articlesserial-uart_index/pt_BR/?checksum=3ace6f79a7c5ac2c",
            "url": "https://translate-dev.freebsd.org/api/units/612250/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-03-20T20:37:33.252728Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlesserial-uart_index/pt_BR/?format=api",
            "source": [
                "The Cyclades multiport cards are based on the [.filename]#cy# driver instead of the usual [.filename]#sio# driver used by other multiport cards.  Configuration is a simple matter of:"
            ],
            "previous_source": "",
            "target": [
                "As placas multiseriais da Cyclades são baseadas no driver <filename>cy</filename> em vez do driver usual <filename>sio</filename> usado por outras placas multiseriais. Configuração é uma simples questão de:"
            ],
            "id_hash": 1858949510762780179,
            "content_hash": 1858949510762780179,
            "location": "documentation/content/en/articles/serial-uart/_index.adoc:1080",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 10,
            "fuzzy": true,
            "translated": false,
            "approved": false,
            "position": 358,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": true,
            "num_words": 27,
            "source_unit": "https://translate-dev.freebsd.org/api/units/612159/?format=api",
            "priority": 100,
            "id": 612251,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/articlesserial-uart_index/pt_BR/?checksum=99cc50bb1c66d613",
            "url": "https://translate-dev.freebsd.org/api/units/612251/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-03-20T20:37:33.292519Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlesserial-uart_index/pt_BR/?format=api",
            "source": [
                "The Specialix SI/XIO and SX multiport cards use the [.filename]#si# driver.  A single machine can have up to 4 host cards.  The following host cards are supported:"
            ],
            "previous_source": "",
            "target": [
                "As placas multiportas Specialix SI/XIO e SX usam o driver <filename>si</filename>. Uma única máquina pode ter até 4 placas host. As seguintes placas host são suportadas:"
            ],
            "id_hash": -3595191689740079807,
            "content_hash": -3595191689740079807,
            "location": "documentation/content/en/articles/serial-uart/_index.adoc:1118",
            "context": "",
            "note": "type: delimited block = 4",
            "flags": "",
            "labels": [],
            "state": 10,
            "fuzzy": true,
            "translated": false,
            "approved": false,
            "position": 369,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": true,
            "num_words": 27,
            "source_unit": "https://translate-dev.freebsd.org/api/units/612161/?format=api",
            "priority": 100,
            "id": 612252,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/articlesserial-uart_index/pt_BR/?checksum=4e1b5034d19b2d41",
            "url": "https://translate-dev.freebsd.org/api/units/612252/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-03-20T20:37:33.832079Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlesserial-uart_index/pt_BR/?format=api",
            "source": [
                "Although the SX and SI/XIO host cards look markedly different, their functionality are basically the same.  The host cards do not use I/O locations, but instead require a 32K chunk of memory.  The factory configuration for ISA cards places this at `0xd0000-0xd7fff`.  They also require an IRQ.  PCI cards will, of course, auto-configure themselves."
            ],
            "previous_source": "",
            "target": [
                "Embora as placas host SX e SI/XIO pareçam marcadamente diferentes, sua funcionalidade é basicamente a mesma. Os cartões de host não usam locais de I/O, mas exigem um bloco de memória de 32K. A configuração de fábrica para cartões ISA coloca isso em <literal>0xd0000-0xd7fff</literal>. Elas também exigem um IRQ. As placas PCI, é claro, se configuram automaticamente."
            ],
            "id_hash": 5680585220164559845,
            "content_hash": 5680585220164559845,
            "location": "documentation/content/en/articles/serial-uart/_index.adoc:1130",
            "context": "",
            "note": "type: delimited block = 4",
            "flags": "",
            "labels": [],
            "state": 10,
            "fuzzy": true,
            "translated": false,
            "approved": false,
            "position": 375,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": true,
            "num_words": 54,
            "source_unit": "https://translate-dev.freebsd.org/api/units/612163/?format=api",
            "priority": 100,
            "id": 612253,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/articlesserial-uart_index/pt_BR/?checksum=ced57e29243e23e5",
            "url": "https://translate-dev.freebsd.org/api/units/612253/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-03-20T20:37:34.066189Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlesserial-uart_index/pt_BR/?format=api",
            "source": [
                "You can attach up to 4 external modules to each host card.  The external modules contain either 4 or 8 serial ports.  They come in the following varieties:"
            ],
            "previous_source": "",
            "target": [
                "Você pode anexar até 4 módulos externos a cada placa de host. Os módulos externos contêm 4 ou 8 portas seriais. Eles vêm nas seguintes variedades:"
            ],
            "id_hash": -151118528920043060,
            "content_hash": -151118528920043060,
            "location": "documentation/content/en/articles/serial-uart/_index.adoc:1134",
            "context": "",
            "note": "type: delimited block = 4",
            "flags": "",
            "labels": [],
            "state": 10,
            "fuzzy": true,
            "translated": false,
            "approved": false,
            "position": 376,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": true,
            "num_words": 28,
            "source_unit": "https://translate-dev.freebsd.org/api/units/612165/?format=api",
            "priority": 100,
            "id": 612254,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/articlesserial-uart_index/pt_BR/?checksum=7de71e7fa4bdc1cc",
            "url": "https://translate-dev.freebsd.org/api/units/612254/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-03-20T20:37:34.090845Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlesserial-uart_index/pt_BR/?format=api",
            "source": [
                "After rebooting with the new kernel, you need to make the device nodes in [.filename]#/dev#.  The [.filename]#MAKEDEV# script will take care of this for you.  Count how many total ports you have and type:"
            ],
            "previous_source": "",
            "target": [
                "Após a reinicialização com o novo kernel, você precisa criar os device nodes no <filename>/dev</filename>. O script <filename>MAKEDEV</filename> cuidará disso para você. Conte quantas portas totais você tem e digite:"
            ],
            "id_hash": 787969863584232277,
            "content_hash": 787969863584232277,
            "location": "documentation/content/en/articles/serial-uart/_index.adoc:1165",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 10,
            "fuzzy": true,
            "translated": false,
            "approved": false,
            "position": 387,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": true,
            "num_words": 34,
            "source_unit": "https://translate-dev.freebsd.org/api/units/612167/?format=api",
            "priority": 100,
            "id": 612255,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/articlesserial-uart_index/pt_BR/?checksum=8aef6e6a84a6b355",
            "url": "https://translate-dev.freebsd.org/api/units/612255/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-03-20T20:37:34.355945Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlesserial-uart_index/pt_BR/?format=api",
            "source": [
                "Change the terminal type as appropriate.  For modems, `dialup` or `unknown` is fine."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 6694486356382017437,
            "content_hash": 6694486356382017437,
            "location": "documentation/content/en/articles/serial-uart/_index.adoc:1182",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 392,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 13,
            "source_unit": "https://translate-dev.freebsd.org/api/units/612169/?format=api",
            "priority": 100,
            "id": 612256,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/articlesserial-uart_index/pt_BR/?checksum=dce797df49d9679d",
            "url": "https://translate-dev.freebsd.org/api/units/612256/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-03-20T20:37:34.512533Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlesserial-uart_index/pt_BR/?format=api",
            "source": [
                "Detailed information about the use of serial ports and UART with FreeBSD"
            ],
            "previous_source": "",
            "target": [
                "Informações detalhadas sobre o uso de portas seriais e UART com FreeBSD"
            ],
            "id_hash": 7152088319754241465,
            "content_hash": 7152088319754241465,
            "location": "documentation/content/en/articles/serial-uart/_index.adoc:1",
            "context": "",
            "note": "type: YAML Front Matter: description",
            "flags": "no-wrap",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 1,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 12,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1176924/?format=api",
            "priority": 100,
            "id": 1176932,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/articlesserial-uart_index/pt_BR/?checksum=e341526ef52c05b9",
            "url": "https://translate-dev.freebsd.org/api/units/1176932/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-06-03T21:55:40.997526Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlesserial-uart_index/pt_BR/?format=api",
            "source": [
                "The flags entry _must_ be changed from this example unless you are using the exact same sio assignments.  Flags are set according to 0x``__MYY__`` where _M_ indicates the minor number of the master port (the last port on a Boca 16) and _YY_ indicates if FIFO is enabled or disabled(enabled), IRQ sharing is used(yes) and if there is an AST/4 compatible IRQ control register(no).  In this example,"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -4337565930762205018,
            "content_hash": -4337565930762205018,
            "location": "documentation/content/en/articles/serial-uart/_index.adoc:909",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 324,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 67,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1203036/?format=api",
            "priority": 100,
            "id": 1203068,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/articlesserial-uart_index/pt_BR/?checksum=43cddec4731508a6",
            "url": "https://translate-dev.freebsd.org/api/units/1203068/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-06-08T12:03:30.952982Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlesserial-uart_index/pt_BR/?format=api",
            "source": [
                "If the messages go by too fast to see,"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 1771424722904575792,
            "content_hash": 1771424722904575792,
            "location": "documentation/content/en/articles/serial-uart/_index.adoc:957",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 329,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 9,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1203038/?format=api",
            "priority": 100,
            "id": 1203069,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/articlesserial-uart_index/pt_BR/?checksum=98955d666b126f30",
            "url": "https://translate-dev.freebsd.org/api/units/1203069/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-06-08T12:03:30.968905Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlesserial-uart_index/pt_BR/?format=api",
            "source": [
                "If you do need to create the [.filename]#/dev# entries, run the following as `root`:"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -4144778806767414865,
            "content_hash": -4144778806767414865,
            "location": "documentation/content/en/articles/serial-uart/_index.adoc:966",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 333,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 14,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1203040/?format=api",
            "priority": 100,
            "id": 1203070,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/articlesserial-uart_index/pt_BR/?checksum=467ac9a29e0f91af",
            "url": "https://translate-dev.freebsd.org/api/units/1203070/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-06-08T12:03:31.057922Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlesserial-uart_index/pt_BR/?format=api",
            "source": [
                "If you do not want or need call-out devices for some reason, you can dispense with making the [.filename]#cua*# devices."
            ],
            "previous_source": "",
            "target": [
                "Se você não quiser ou precisar de dispositivos de chamada por algum motivo, você pode dispensar o uso dos dispositivos <filename>cua*</filename>."
            ],
            "id_hash": -6551215377149889505,
            "content_hash": -6551215377149889505,
            "location": "documentation/content/en/articles/serial-uart/_index.adoc:979",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 10,
            "fuzzy": true,
            "translated": false,
            "approved": false,
            "position": 336,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": true,
            "num_words": 20,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1203042/?format=api",
            "priority": 100,
            "id": 1203071,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/articlesserial-uart_index/pt_BR/?checksum=2515685305e7741f",
            "url": "https://translate-dev.freebsd.org/api/units/1203071/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-06-08T12:03:31.151021Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlesserial-uart_index/pt_BR/?format=api",
            "source": [
                "If you do not already have a custom kernel configuration file set up, refer to extref:{handbook}[Kernel Configuration, kernelconfig] chapter of the FreeBSD Handbook for general procedures.  The following are the specifics for the Boca 16 board and assume you are using the kernel name MYKERNEL and editing with vi."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -5500273536189368668,
            "content_hash": -5500273536189368668,
            "location": "documentation/content/en/articles/serial-uart/_index.adoc:883",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 318,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 49,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1254422/?format=api",
            "priority": 100,
            "id": 1254437,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/articlesserial-uart_index/pt_BR/?checksum=33ab1a5c4bf376a4",
            "url": "https://translate-dev.freebsd.org/api/units/1254437/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-11-05T02:09:05.290238Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlesserial-uart_index/pt_BR/?format=api",
            "source": [
                "DB25 RS232-C Pin"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -5973709483008039642,
            "content_hash": -5973709483008039642,
            "location": "documentation/content/en/articles/serial-uart/_index.adoc:200",
            "context": "",
            "note": "type: Table",
            "flags": "no-wrap",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 53,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 3,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1272684/?format=api",
            "priority": 100,
            "id": 1274084,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/articlesserial-uart_index/pt_BR/?checksum=2d191ee011ec6526",
            "url": "https://translate-dev.freebsd.org/api/units/1274084/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-02-03T10:29:55.167388Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlesserial-uart_index/pt_BR/?format=api",
            "source": [
                "DB9 IBM PC Pin"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 1633880575625749944,
            "content_hash": 1633880575625749944,
            "location": "documentation/content/en/articles/serial-uart/_index.adoc:201",
            "context": "",
            "note": "type: Table",
            "flags": "no-wrap",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 54,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 4,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1272686/?format=api",
            "priority": 100,
            "id": 1274085,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/articlesserial-uart_index/pt_BR/?checksum=96acb5ba139565b8",
            "url": "https://translate-dev.freebsd.org/api/units/1274085/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-02-03T10:29:55.238389Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlesserial-uart_index/pt_BR/?format=api",
            "source": [
                "EIA Circuit Symbol"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -1822575091928901249,
            "content_hash": -1822575091928901249,
            "location": "documentation/content/en/articles/serial-uart/_index.adoc:202",
            "context": "",
            "note": "type: Table",
            "flags": "no-wrap",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 55,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 3,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1272688/?format=api",
            "priority": 100,
            "id": 1274086,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/articlesserial-uart_index/pt_BR/?checksum=66b4e99c3d1a597f",
            "url": "https://translate-dev.freebsd.org/api/units/1274086/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-02-03T10:29:55.241996Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlesserial-uart_index/pt_BR/?format=api",
            "source": [
                "CCITT Circuit Symbol"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 7880191595095266498,
            "content_hash": 7880191595095266498,
            "location": "documentation/content/en/articles/serial-uart/_index.adoc:203",
            "context": "",
            "note": "type: Table",
            "flags": "no-wrap",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 56,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 3,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1272690/?format=api",
            "priority": 100,
            "id": 1274087,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/articlesserial-uart_index/pt_BR/?checksum=ed5c108133ac14c2",
            "url": "https://translate-dev.freebsd.org/api/units/1274087/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-02-03T10:29:55.245987Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlesserial-uart_index/pt_BR/?format=api",
            "source": [
                "Common Name"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 5124262147957612672,
            "content_hash": 5124262147957612672,
            "location": "documentation/content/en/articles/serial-uart/_index.adoc:204",
            "context": "",
            "note": "type: Table",
            "flags": "no-wrap",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 57,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 2,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1272692/?format=api",
            "priority": 100,
            "id": 1274088,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/articlesserial-uart_index/pt_BR/?checksum=c71d094628fe6080",
            "url": "https://translate-dev.freebsd.org/api/units/1274088/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-02-03T10:29:55.249623Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlesserial-uart_index/pt_BR/?format=api",
            "source": [
                "Signal Source"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -5077001172299920754,
            "content_hash": -5077001172299920754,
            "location": "documentation/content/en/articles/serial-uart/_index.adoc:205",
            "context": "",
            "note": "type: Table",
            "flags": "no-wrap",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 58,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 2,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1272694/?format=api",
            "priority": 100,
            "id": 1274089,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/articlesserial-uart_index/pt_BR/?checksum=398ade5538d24a8e",
            "url": "https://translate-dev.freebsd.org/api/units/1274089/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-02-03T10:29:55.253201Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlesserial-uart_index/pt_BR/?format=api",
            "source": [
                "Description"
            ],
            "previous_source": "",
            "target": [
                "Descrição"
            ],
            "id_hash": 8644027359224476804,
            "content_hash": 8644027359224476804,
            "location": "documentation/content/en/articles/serial-uart/_index.adoc:207, documentation/content/en/articles/serial-uart/_index.adoc:675",
            "context": "",
            "note": "type: Table",
            "flags": "no-wrap",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 59,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 1,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1272696/?format=api",
            "priority": 100,
            "id": 1274090,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/articlesserial-uart_index/pt_BR/?checksum=f7f5c115cf553484",
            "url": "https://translate-dev.freebsd.org/api/units/1274090/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-02-03T10:29:55.256572Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlesserial-uart_index/pt_BR/?format=api",
            "source": [
                "1"
            ],
            "previous_source": "",
            "target": [
                "1"
            ],
            "id_hash": 6898753848347611568,
            "content_hash": 6898753848347611568,
            "location": "documentation/content/en/articles/serial-uart/_index.adoc:208, documentation/content/en/articles/serial-uart/_index.adoc:265",
            "context": "",
            "note": "type: Table",
            "flags": "no-wrap",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 60,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 1,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1272698/?format=api",
            "priority": 100,
            "id": 1274091,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/articlesserial-uart_index/pt_BR/?checksum=dfbd4c12eb9e51b0",
            "url": "https://translate-dev.freebsd.org/api/units/1274091/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-02-03T10:29:55.259699Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlesserial-uart_index/pt_BR/?format=api",
            "source": [
                "-"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -6185383532737396167,
            "content_hash": -6185383532737396167,
            "location": "documentation/content/en/articles/serial-uart/_index.adoc:209, documentation/content/en/articles/serial-uart/_index.adoc:213, documentation/content/en/articles/serial-uart/_index.adoc:261, documentation/content/en/articles/serial-uart/_index.adoc:273, documentation/content/en/articles/serial-uart/_index.adoc:274, documentation/content/en/articles/serial-uart/_index.adoc:275, documentation/content/en/articles/serial-uart/_index.adoc:276, documentation/content/en/articles/serial-uart/_index.adoc:277, documentation/content/en/articles/serial-uart/_index.adoc:281, documentation/content/en/articles/serial-uart/_index.adoc:282, documentation/content/en/articles/serial-uart/_index.adoc:283, documentation/content/en/articles/serial-uart/_index.adoc:284, documentation/content/en/articles/serial-uart/_index.adoc:285, documentation/content/en/articles/serial-uart/_index.adoc:289, documentation/content/en/articles/serial-uart/_index.adoc:290, documentation/content/en/articles/serial-uart/_index.adoc:291, documentation/content/en/articles/serial-uart/_index.adoc:292, documentation/content/en/articles/serial-uart/_index.adoc:293, documentation/content/en/articles/serial-uart/_index.adoc:297, documentation/content/en/articles/serial-uart/_index.adoc:305, documentation/content/en/articles/serial-uart/_index.adoc:313, documentation/content/en/articles/serial-uart/_index.adoc:321, documentation/content/en/articles/serial-uart/_index.adoc:329, documentation/content/en/articles/serial-uart/_index.adoc:337, documentation/content/en/articles/serial-uart/_index.adoc:345, documentation/content/en/articles/serial-uart/_index.adoc:346, documentation/content/en/articles/serial-uart/_index.adoc:353, documentation/content/en/articles/serial-uart/_index.adoc:369, documentation/content/en/articles/serial-uart/_index.adoc:370, documentation/content/en/articles/serial-uart/_index.adoc:371, documentation/content/en/articles/serial-uart/_index.adoc:385, documentation/content/en/articles/serial-uart/_index.adoc:393, documentation/content/en/articles/serial-uart/_index.adoc:401, documentation/content/en/articles/serial-uart/_index.adoc:402, documentation/content/en/articles/serial-uart/_index.adoc:404",
            "context": "",
            "note": "type: Table",
            "flags": "no-wrap",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 61,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 1,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1272700/?format=api",
            "priority": 100,
            "id": 1274092,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/articlesserial-uart_index/pt_BR/?checksum=2a291a72d3a30239",
            "url": "https://translate-dev.freebsd.org/api/units/1274092/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-02-03T10:29:55.263318Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlesserial-uart_index/pt_BR/?format=api",
            "source": [
                "AA"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -2689782029458266896,
            "content_hash": -2689782029458266896,
            "location": "documentation/content/en/articles/serial-uart/_index.adoc:210",
            "context": "",
            "note": "type: Table",
            "flags": "no-wrap",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 62,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 1,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1272702/?format=api",
            "priority": 100,
            "id": 1274093,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/articlesserial-uart_index/pt_BR/?checksum=5aabf97ecae924f0",
            "url": "https://translate-dev.freebsd.org/api/units/1274093/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-02-03T10:29:55.267514Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlesserial-uart_index/pt_BR/?format=api",
            "source": [
                "101"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -7779377374165477036,
            "content_hash": -7779377374165477036,
            "location": "documentation/content/en/articles/serial-uart/_index.adoc:211",
            "context": "",
            "note": "type: Table",
            "flags": "no-wrap",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 63,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 1,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1272704/?format=api",
            "priority": 100,
            "id": 1274094,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/articlesserial-uart_index/pt_BR/?checksum=140a197ebf27d954",
            "url": "https://translate-dev.freebsd.org/api/units/1274094/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-02-03T10:29:55.271289Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlesserial-uart_index/pt_BR/?format=api",
            "source": [
                "PG/FG"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -2181771007098706020,
            "content_hash": -2181771007098706020,
            "location": "documentation/content/en/articles/serial-uart/_index.adoc:212",
            "context": "",
            "note": "type: Table",
            "flags": "no-wrap",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 64,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 1,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1272706/?format=api",
            "priority": 100,
            "id": 1274095,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/articlesserial-uart_index/pt_BR/?checksum=61b8cad41ca2a79c",
            "url": "https://translate-dev.freebsd.org/api/units/1274095/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-02-03T10:29:55.275103Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlesserial-uart_index/pt_BR/?format=api",
            "source": [
                "Frame/Protective Ground"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 4469119288367874546,
            "content_hash": 4469119288367874546,
            "location": "documentation/content/en/articles/serial-uart/_index.adoc:215",
            "context": "",
            "note": "type: Table",
            "flags": "no-wrap",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 65,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 2,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1272708/?format=api",
            "priority": 100,
            "id": 1274096,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/articlesserial-uart_index/pt_BR/?checksum=be0580507a0381f2",
            "url": "https://translate-dev.freebsd.org/api/units/1274096/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-02-03T10:29:55.278387Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlesserial-uart_index/pt_BR/?format=api",
            "source": [
                "2"
            ],
            "previous_source": "",
            "target": [
                "2"
            ],
            "id_hash": -9196340096327818644,
            "content_hash": -9196340096327818644,
            "location": "documentation/content/en/articles/serial-uart/_index.adoc:216, documentation/content/en/articles/serial-uart/_index.adoc:225",
            "context": "",
            "note": "type: Table",
            "flags": "no-wrap",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 66,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": true,
            "num_words": 1,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1272710/?format=api",
            "priority": 100,
            "id": 1274097,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/articlesserial-uart_index/pt_BR/?checksum=006009681cb2e26c",
            "url": "https://translate-dev.freebsd.org/api/units/1274097/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-02-03T10:29:55.281223Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlesserial-uart_index/pt_BR/?format=api",
            "source": [
                "3"
            ],
            "previous_source": "",
            "target": [
                "3"
            ],
            "id_hash": 3565863126199880623,
            "content_hash": 3565863126199880623,
            "location": "documentation/content/en/articles/serial-uart/_index.adoc:217, documentation/content/en/articles/serial-uart/_index.adoc:224, documentation/content/en/articles/serial-uart/_index.adoc:610",
            "context": "",
            "note": "type: Table",
            "flags": "no-wrap",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 67,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 1,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1272712/?format=api",
            "priority": 100,
            "id": 1274098,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/articlesserial-uart_index/pt_BR/?checksum=b17c7d9edacecbaf",
            "url": "https://translate-dev.freebsd.org/api/units/1274098/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-02-03T10:29:55.283813Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlesserial-uart_index/pt_BR/?format=api",
            "source": [
                "BA"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 1226023759742412874,
            "content_hash": 1226023759742412874,
            "location": "documentation/content/en/articles/serial-uart/_index.adoc:218",
            "context": "",
            "note": "type: Table",
            "flags": "no-wrap",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 68,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 1,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1272714/?format=api",
            "priority": 100,
            "id": 1274099,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/articlesserial-uart_index/pt_BR/?checksum=9103b61d1da2a84a",
            "url": "https://translate-dev.freebsd.org/api/units/1274099/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-02-03T10:29:55.286204Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlesserial-uart_index/pt_BR/?format=api",
            "source": [
                "103"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -2641216749449109534,
            "content_hash": -2641216749449109534,
            "location": "documentation/content/en/articles/serial-uart/_index.adoc:219",
            "context": "",
            "note": "type: Table",
            "flags": "no-wrap",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 69,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 1,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1272716/?format=api",
            "priority": 100,
            "id": 1274100,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/articlesserial-uart_index/pt_BR/?checksum=5b58835c32461fe2",
            "url": "https://translate-dev.freebsd.org/api/units/1274100/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-02-03T10:29:55.288914Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlesserial-uart_index/pt_BR/?format=api",
            "source": [
                "TD"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -4605023759650210090,
            "content_hash": -4605023759650210090,
            "location": "documentation/content/en/articles/serial-uart/_index.adoc:220",
            "context": "",
            "note": "type: Table",
            "flags": "no-wrap",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 70,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 1,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1272718/?format=api",
            "priority": 100,
            "id": 1274101,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/articlesserial-uart_index/pt_BR/?checksum=4017ab49ffd0bed6",
            "url": "https://translate-dev.freebsd.org/api/units/1274101/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-02-03T10:29:55.336145Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlesserial-uart_index/pt_BR/?format=api",
            "source": [
                "DTE"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 698090950959275430,
            "content_hash": 698090950959275430,
            "location": "documentation/content/en/articles/serial-uart/_index.adoc:221, documentation/content/en/articles/serial-uart/_index.adoc:237, documentation/content/en/articles/serial-uart/_index.adoc:317, documentation/content/en/articles/serial-uart/_index.adoc:349, documentation/content/en/articles/serial-uart/_index.adoc:357, documentation/content/en/articles/serial-uart/_index.adoc:365, documentation/content/en/articles/serial-uart/_index.adoc:373, documentation/content/en/articles/serial-uart/_index.adoc:389, documentation/content/en/articles/serial-uart/_index.adoc:397",
            "context": "",
            "note": "type: Table",
            "flags": "no-wrap",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 71,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 1,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1272720/?format=api",
            "priority": 100,
            "id": 1274102,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/articlesserial-uart_index/pt_BR/?checksum=89b01e0570d79da6",
            "url": "https://translate-dev.freebsd.org/api/units/1274102/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-02-03T10:29:55.339895Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlesserial-uart_index/pt_BR/?format=api",
            "source": [
                "Transmit Data"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 1485353635787578041,
            "content_hash": 1485353635787578041,
            "location": "documentation/content/en/articles/serial-uart/_index.adoc:223",
            "context": "",
            "note": "type: Table",
            "flags": "no-wrap",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 72,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 2,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1272722/?format=api",
            "priority": 100,
            "id": 1274103,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/articlesserial-uart_index/pt_BR/?checksum=949d094312f41ab9",
            "url": "https://translate-dev.freebsd.org/api/units/1274103/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-02-03T10:29:55.343573Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlesserial-uart_index/pt_BR/?format=api",
            "source": [
                "BB"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -1405868217578669843,
            "content_hash": -1405868217578669843,
            "location": "documentation/content/en/articles/serial-uart/_index.adoc:226",
            "context": "",
            "note": "type: Table",
            "flags": "no-wrap",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 73,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 1,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1272724/?format=api",
            "priority": 100,
            "id": 1274104,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/articlesserial-uart_index/pt_BR/?checksum=6c7d5a4e023638ed",
            "url": "https://translate-dev.freebsd.org/api/units/1274104/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-02-03T10:29:55.346930Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlesserial-uart_index/pt_BR/?format=api",
            "source": [
                "104"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 8526392010766349722,
            "content_hash": 8526392010766349722,
            "location": "documentation/content/en/articles/serial-uart/_index.adoc:227",
            "context": "",
            "note": "type: Table",
            "flags": "no-wrap",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 74,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 1,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1272726/?format=api",
            "priority": 100,
            "id": 1274105,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/articlesserial-uart_index/pt_BR/?checksum=f653d45be974f59a",
            "url": "https://translate-dev.freebsd.org/api/units/1274105/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-02-03T10:29:55.350341Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlesserial-uart_index/pt_BR/?format=api",
            "source": [
                "RD"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -4789170707913545175,
            "content_hash": -4789170707913545175,
            "location": "documentation/content/en/articles/serial-uart/_index.adoc:228",
            "context": "",
            "note": "type: Table",
            "flags": "no-wrap",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 75,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 1,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1272728/?format=api",
            "priority": 100,
            "id": 1274106,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/articlesserial-uart_index/pt_BR/?checksum=3d89729d821b6a29",
            "url": "https://translate-dev.freebsd.org/api/units/1274106/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-02-03T10:29:55.353911Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlesserial-uart_index/pt_BR/?format=api",
            "source": [
                "DCE"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -1994247101420021658,
            "content_hash": -1994247101420021658,
            "location": "documentation/content/en/articles/serial-uart/_index.adoc:229, documentation/content/en/articles/serial-uart/_index.adoc:245, documentation/content/en/articles/serial-uart/_index.adoc:253, documentation/content/en/articles/serial-uart/_index.adoc:269, documentation/content/en/articles/serial-uart/_index.adoc:301, documentation/content/en/articles/serial-uart/_index.adoc:309, documentation/content/en/articles/serial-uart/_index.adoc:325, documentation/content/en/articles/serial-uart/_index.adoc:333, documentation/content/en/articles/serial-uart/_index.adoc:341, documentation/content/en/articles/serial-uart/_index.adoc:381, documentation/content/en/articles/serial-uart/_index.adoc:405",
            "context": "",
            "note": "type: Table",
            "flags": "no-wrap",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 76,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 1,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1272730/?format=api",
            "priority": 100,
            "id": 1274107,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/articlesserial-uart_index/pt_BR/?checksum=645302d3c581d866",
            "url": "https://translate-dev.freebsd.org/api/units/1274107/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-02-03T10:29:55.357633Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlesserial-uart_index/pt_BR/?format=api",
            "source": [
                "Receive Data"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 6055913687929713809,
            "content_hash": 6055913687929713809,
            "location": "documentation/content/en/articles/serial-uart/_index.adoc:231",
            "context": "",
            "note": "type: Table",
            "flags": "no-wrap",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 77,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 2,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1272732/?format=api",
            "priority": 100,
            "id": 1274108,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/articlesserial-uart_index/pt_BR/?checksum=d40aed69df79f491",
            "url": "https://translate-dev.freebsd.org/api/units/1274108/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-02-03T10:29:55.361591Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlesserial-uart_index/pt_BR/?format=api",
            "source": [
                "4"
            ],
            "previous_source": "",
            "target": [
                "4"
            ],
            "id_hash": -5659627541179714389,
            "content_hash": -5659627541179714389,
            "location": "documentation/content/en/articles/serial-uart/_index.adoc:232, documentation/content/en/articles/serial-uart/_index.adoc:361",
            "context": "",
            "note": "type: Table",
            "flags": "no-wrap",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 78,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": true,
            "num_words": 1,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1272734/?format=api",
            "priority": 100,
            "id": 1274109,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/articlesserial-uart_index/pt_BR/?checksum=3174f6bcbef734ab",
            "url": "https://translate-dev.freebsd.org/api/units/1274109/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-02-03T10:29:55.365472Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlesserial-uart_index/pt_BR/?format=api",
            "source": [
                "7"
            ],
            "previous_source": "",
            "target": [
                "7"
            ],
            "id_hash": -690722125610594030,
            "content_hash": -690722125610594030,
            "location": "documentation/content/en/articles/serial-uart/_index.adoc:233, documentation/content/en/articles/serial-uart/_index.adoc:256",
            "context": "",
            "note": "type: Table",
            "flags": "no-wrap",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 79,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 1,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1272736/?format=api",
            "priority": 100,
            "id": 1274110,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/articlesserial-uart_index/pt_BR/?checksum=766a0fe2e87a5112",
            "url": "https://translate-dev.freebsd.org/api/units/1274110/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-02-03T10:29:55.369222Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlesserial-uart_index/pt_BR/?format=api",
            "source": [
                "CA"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 107693730763869021,
            "content_hash": 107693730763869021,
            "location": "documentation/content/en/articles/serial-uart/_index.adoc:234",
            "context": "",
            "note": "type: Table",
            "flags": "no-wrap",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 80,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 1,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1272738/?format=api",
            "priority": 100,
            "id": 1274111,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/articlesserial-uart_index/pt_BR/?checksum=817e9ae0a6b78b5d",
            "url": "https://translate-dev.freebsd.org/api/units/1274111/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-02-03T10:29:55.372749Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlesserial-uart_index/pt_BR/?format=api",
            "source": [
                "105"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 3896032470378348980,
            "content_hash": 3896032470378348980,
            "location": "documentation/content/en/articles/serial-uart/_index.adoc:235",
            "context": "",
            "note": "type: Table",
            "flags": "no-wrap",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 81,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 1,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1272740/?format=api",
            "priority": 100,
            "id": 1274112,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/articlesserial-uart_index/pt_BR/?checksum=b6117ce3c64a01b4",
            "url": "https://translate-dev.freebsd.org/api/units/1274112/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-02-03T10:29:55.376134Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlesserial-uart_index/pt_BR/?format=api",
            "source": [
                "RTS"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -6289685637427577997,
            "content_hash": -6289685637427577997,
            "location": "documentation/content/en/articles/serial-uart/_index.adoc:236",
            "context": "",
            "note": "type: Table",
            "flags": "no-wrap",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 82,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": true,
            "num_words": 1,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1272742/?format=api",
            "priority": 100,
            "id": 1274113,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/articlesserial-uart_index/pt_BR/?checksum=28b68c3ca840bb73",
            "url": "https://translate-dev.freebsd.org/api/units/1274113/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-02-03T10:29:55.379756Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlesserial-uart_index/pt_BR/?format=api",
            "source": [
                "Request to Send"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 5647055862543049656,
            "content_hash": 5647055862543049656,
            "location": "documentation/content/en/articles/serial-uart/_index.adoc:239",
            "context": "",
            "note": "type: Table",
            "flags": "no-wrap",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 83,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 3,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1272744/?format=api",
            "priority": 100,
            "id": 1274114,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/articlesserial-uart_index/pt_BR/?checksum=ce5e5f6339aa63b8",
            "url": "https://translate-dev.freebsd.org/api/units/1274114/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-02-03T10:29:55.383032Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlesserial-uart_index/pt_BR/?format=api",
            "source": [
                "5"
            ],
            "previous_source": "",
            "target": [
                "5"
            ],
            "id_hash": -7920440516592214960,
            "content_hash": -7920440516592214960,
            "location": "documentation/content/en/articles/serial-uart/_index.adoc:240, documentation/content/en/articles/serial-uart/_index.adoc:257",
            "context": "",
            "note": "type: Table",
            "flags": "no-wrap",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 84,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": true,
            "num_words": 1,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1272746/?format=api",
            "priority": 100,
            "id": 1274115,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/articlesserial-uart_index/pt_BR/?checksum=1214f1507fe8dc50",
            "url": "https://translate-dev.freebsd.org/api/units/1274115/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-02-03T10:29:55.386241Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlesserial-uart_index/pt_BR/?format=api",
            "source": [
                "8"
            ],
            "previous_source": "",
            "target": [
                "8"
            ],
            "id_hash": -2113238534372873259,
            "content_hash": -2113238534372873259,
            "location": "documentation/content/en/articles/serial-uart/_index.adoc:241, documentation/content/en/articles/serial-uart/_index.adoc:264",
            "context": "",
            "note": "type: Table",
            "flags": "no-wrap",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 85,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 1,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1272748/?format=api",
            "priority": 100,
            "id": 1274116,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/articlesserial-uart_index/pt_BR/?checksum=62ac44bfd909abd5",
            "url": "https://translate-dev.freebsd.org/api/units/1274116/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-02-03T10:29:55.389379Z"
        }
    ]
}