Translation components API.

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

GET /api/translations/documentation/articlesserial-uart_index/en/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/en/units/?format=api&page=6",
    "previous": "https://translate-dev.freebsd.org/api/translations/documentation/articlesserial-uart_index/en/units/?format=api&page=4",
    "results": [
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlesserial-uart_index/en/?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": [
                "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:"
            ],
            "id_hash": 5334610765060584328,
            "content_hash": 5334610765060584328,
            "location": "documentation/content/en/articles/serial-uart/_index.adoc:1020",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 100,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 348,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 77,
            "source_unit": "https://translate-dev.freebsd.org/api/units/612149/?format=api",
            "priority": 100,
            "id": 612149,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/articlesserial-uart_index/en/?checksum=ca08583a12693388",
            "url": "https://translate-dev.freebsd.org/api/units/612149/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-03-20T20:37:24.177516Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlesserial-uart_index/en/?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": [
                "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."
            ],
            "id_hash": 6374436780948148173,
            "content_hash": 6374436780948148173,
            "location": "documentation/content/en/articles/serial-uart/_index.adoc:1038",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 100,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 350,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 37,
            "source_unit": "https://translate-dev.freebsd.org/api/units/612151/?format=api",
            "priority": 100,
            "id": 612151,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/articlesserial-uart_index/en/?checksum=d8768c7aa3994fcd",
            "url": "https://translate-dev.freebsd.org/api/units/612151/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-03-20T20:37:24.229238Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlesserial-uart_index/en/?format=api",
            "source": [
                "Now we are ready to configure a kernel.  Staying with this example, we would configure:"
            ],
            "previous_source": "",
            "target": [
                "Now we are ready to configure a kernel.  Staying with this example, we would configure:"
            ],
            "id_hash": 5226260503647871936,
            "content_hash": 5226260503647871936,
            "location": "documentation/content/en/articles/serial-uart/_index.adoc:1041",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 100,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 351,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 15,
            "source_unit": "https://translate-dev.freebsd.org/api/units/612153/?format=api",
            "priority": 100,
            "id": 612153,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/articlesserial-uart_index/en/?checksum=c887683cf795e3c0",
            "url": "https://translate-dev.freebsd.org/api/units/612153/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-03-20T20:37:24.307884Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlesserial-uart_index/en/?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": [
                "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:"
            ],
            "id_hash": 1193763507254366157,
            "content_hash": 1193763507254366157,
            "location": "documentation/content/en/articles/serial-uart/_index.adoc:1055",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 100,
            "fuzzy": false,
            "translated": true,
            "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": 612155,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/articlesserial-uart_index/en/?checksum=90911995c3b88fcd",
            "url": "https://translate-dev.freebsd.org/api/units/612155/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-03-20T20:37:24.431553Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlesserial-uart_index/en/?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": [
                "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."
            ],
            "id_hash": -4985925169156084692,
            "content_hash": -4985925169156084692,
            "location": "documentation/content/en/articles/serial-uart/_index.adoc:1072",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 100,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 355,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 66,
            "source_unit": "https://translate-dev.freebsd.org/api/units/612157/?format=api",
            "priority": 100,
            "id": 612157,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/articlesserial-uart_index/en/?checksum=3ace6f79a7c5ac2c",
            "url": "https://translate-dev.freebsd.org/api/units/612157/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-03-20T20:37:24.532620Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlesserial-uart_index/en/?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": [
                "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:"
            ],
            "id_hash": 1858949510762780179,
            "content_hash": 1858949510762780179,
            "location": "documentation/content/en/articles/serial-uart/_index.adoc:1080",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 100,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 358,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 27,
            "source_unit": "https://translate-dev.freebsd.org/api/units/612159/?format=api",
            "priority": 100,
            "id": 612159,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/articlesserial-uart_index/en/?checksum=99cc50bb1c66d613",
            "url": "https://translate-dev.freebsd.org/api/units/612159/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-03-20T20:37:24.739868Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlesserial-uart_index/en/?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": [
                "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:"
            ],
            "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": 100,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 369,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 27,
            "source_unit": "https://translate-dev.freebsd.org/api/units/612161/?format=api",
            "priority": 100,
            "id": 612161,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/articlesserial-uart_index/en/?checksum=4e1b5034d19b2d41",
            "url": "https://translate-dev.freebsd.org/api/units/612161/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-03-20T20:37:25.201504Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlesserial-uart_index/en/?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": [
                "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."
            ],
            "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": 100,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 375,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 54,
            "source_unit": "https://translate-dev.freebsd.org/api/units/612163/?format=api",
            "priority": 100,
            "id": 612163,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/articlesserial-uart_index/en/?checksum=ced57e29243e23e5",
            "url": "https://translate-dev.freebsd.org/api/units/612163/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-03-20T20:37:25.364125Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlesserial-uart_index/en/?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": [
                "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:"
            ],
            "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": 100,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 376,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 28,
            "source_unit": "https://translate-dev.freebsd.org/api/units/612165/?format=api",
            "priority": 100,
            "id": 612165,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/articlesserial-uart_index/en/?checksum=7de71e7fa4bdc1cc",
            "url": "https://translate-dev.freebsd.org/api/units/612165/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-03-20T20:37:25.404371Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlesserial-uart_index/en/?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": [
                "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:"
            ],
            "id_hash": 787969863584232277,
            "content_hash": 787969863584232277,
            "location": "documentation/content/en/articles/serial-uart/_index.adoc:1165",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 100,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 387,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 34,
            "source_unit": "https://translate-dev.freebsd.org/api/units/612167/?format=api",
            "priority": 100,
            "id": 612167,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/articlesserial-uart_index/en/?checksum=8aef6e6a84a6b355",
            "url": "https://translate-dev.freebsd.org/api/units/612167/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-03-20T20:37:25.730683Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlesserial-uart_index/en/?format=api",
            "source": [
                "Change the terminal type as appropriate.  For modems, `dialup` or `unknown` is fine."
            ],
            "previous_source": "",
            "target": [
                "Change the terminal type as appropriate.  For modems, `dialup` or `unknown` is fine."
            ],
            "id_hash": 6694486356382017437,
            "content_hash": 6694486356382017437,
            "location": "documentation/content/en/articles/serial-uart/_index.adoc:1182",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 100,
            "fuzzy": false,
            "translated": true,
            "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": 612169,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/articlesserial-uart_index/en/?checksum=dce797df49d9679d",
            "url": "https://translate-dev.freebsd.org/api/units/612169/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-03-20T20:37:26.018595Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlesserial-uart_index/en/?format=api",
            "source": [
                "Detailed information about the use of serial ports and UART with FreeBSD"
            ],
            "previous_source": "",
            "target": [
                "Detailed information about the use of serial ports and UART with 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": 100,
            "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": 1176924,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/articlesserial-uart_index/en/?checksum=e341526ef52c05b9",
            "url": "https://translate-dev.freebsd.org/api/units/1176924/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-06-03T21:54:48.049555Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlesserial-uart_index/en/?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": [
                "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,"
            ],
            "id_hash": -4337565930762205018,
            "content_hash": -4337565930762205018,
            "location": "documentation/content/en/articles/serial-uart/_index.adoc:909",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 100,
            "fuzzy": false,
            "translated": true,
            "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": 1203036,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/articlesserial-uart_index/en/?checksum=43cddec4731508a6",
            "url": "https://translate-dev.freebsd.org/api/units/1203036/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-06-08T12:02:53.152142Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlesserial-uart_index/en/?format=api",
            "source": [
                "If the messages go by too fast to see,"
            ],
            "previous_source": "",
            "target": [
                "If the messages go by too fast to see,"
            ],
            "id_hash": 1771424722904575792,
            "content_hash": 1771424722904575792,
            "location": "documentation/content/en/articles/serial-uart/_index.adoc:957",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 100,
            "fuzzy": false,
            "translated": true,
            "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": 1203038,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/articlesserial-uart_index/en/?checksum=98955d666b126f30",
            "url": "https://translate-dev.freebsd.org/api/units/1203038/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-06-08T12:02:53.546773Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlesserial-uart_index/en/?format=api",
            "source": [
                "If you do need to create the [.filename]#/dev# entries, run the following as `root`:"
            ],
            "previous_source": "",
            "target": [
                "If you do need to create the [.filename]#/dev# entries, run the following as `root`:"
            ],
            "id_hash": -4144778806767414865,
            "content_hash": -4144778806767414865,
            "location": "documentation/content/en/articles/serial-uart/_index.adoc:966",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 100,
            "fuzzy": false,
            "translated": true,
            "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": 1203040,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/articlesserial-uart_index/en/?checksum=467ac9a29e0f91af",
            "url": "https://translate-dev.freebsd.org/api/units/1203040/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-06-08T12:02:54.147051Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlesserial-uart_index/en/?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": [
                "If you do not want or need call-out devices for some reason, you can dispense with making the [.filename]#cua*# devices."
            ],
            "id_hash": -6551215377149889505,
            "content_hash": -6551215377149889505,
            "location": "documentation/content/en/articles/serial-uart/_index.adoc:979",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 100,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 336,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 20,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1203042/?format=api",
            "priority": 100,
            "id": 1203042,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/articlesserial-uart_index/en/?checksum=2515685305e7741f",
            "url": "https://translate-dev.freebsd.org/api/units/1203042/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-06-08T12:02:54.349473Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlesserial-uart_index/en/?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": [
                "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."
            ],
            "id_hash": -5500273536189368668,
            "content_hash": -5500273536189368668,
            "location": "documentation/content/en/articles/serial-uart/_index.adoc:883",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 100,
            "fuzzy": false,
            "translated": true,
            "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": 1254422,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/articlesserial-uart_index/en/?checksum=33ab1a5c4bf376a4",
            "url": "https://translate-dev.freebsd.org/api/units/1254422/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-11-05T02:08:39.372586Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlesserial-uart_index/en/?format=api",
            "source": [
                "DB25 RS232-C Pin"
            ],
            "previous_source": "",
            "target": [
                "DB25 RS232-C Pin"
            ],
            "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": 100,
            "fuzzy": false,
            "translated": true,
            "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": 1272684,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/articlesserial-uart_index/en/?checksum=2d191ee011ec6526",
            "url": "https://translate-dev.freebsd.org/api/units/1272684/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-02-03T10:29:05.786776Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlesserial-uart_index/en/?format=api",
            "source": [
                "DB9 IBM PC Pin"
            ],
            "previous_source": "",
            "target": [
                "DB9 IBM PC Pin"
            ],
            "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": 100,
            "fuzzy": false,
            "translated": true,
            "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": 1272686,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/articlesserial-uart_index/en/?checksum=96acb5ba139565b8",
            "url": "https://translate-dev.freebsd.org/api/units/1272686/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-02-03T10:29:05.858379Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlesserial-uart_index/en/?format=api",
            "source": [
                "EIA Circuit Symbol"
            ],
            "previous_source": "",
            "target": [
                "EIA Circuit Symbol"
            ],
            "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": 100,
            "fuzzy": false,
            "translated": true,
            "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": 1272688,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/articlesserial-uart_index/en/?checksum=66b4e99c3d1a597f",
            "url": "https://translate-dev.freebsd.org/api/units/1272688/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-02-03T10:29:05.888219Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlesserial-uart_index/en/?format=api",
            "source": [
                "CCITT Circuit Symbol"
            ],
            "previous_source": "",
            "target": [
                "CCITT Circuit Symbol"
            ],
            "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": 100,
            "fuzzy": false,
            "translated": true,
            "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": 1272690,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/articlesserial-uart_index/en/?checksum=ed5c108133ac14c2",
            "url": "https://translate-dev.freebsd.org/api/units/1272690/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-02-03T10:29:05.955675Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlesserial-uart_index/en/?format=api",
            "source": [
                "Common Name"
            ],
            "previous_source": "",
            "target": [
                "Common Name"
            ],
            "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": 100,
            "fuzzy": false,
            "translated": true,
            "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": 1272692,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/articlesserial-uart_index/en/?checksum=c71d094628fe6080",
            "url": "https://translate-dev.freebsd.org/api/units/1272692/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-02-03T10:29:05.986286Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlesserial-uart_index/en/?format=api",
            "source": [
                "Signal Source"
            ],
            "previous_source": "",
            "target": [
                "Signal Source"
            ],
            "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": 100,
            "fuzzy": false,
            "translated": true,
            "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": 1272694,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/articlesserial-uart_index/en/?checksum=398ade5538d24a8e",
            "url": "https://translate-dev.freebsd.org/api/units/1272694/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-02-03T10:29:06.006959Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlesserial-uart_index/en/?format=api",
            "source": [
                "Description"
            ],
            "previous_source": "",
            "target": [
                "Description"
            ],
            "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": 100,
            "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": 1272696,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/articlesserial-uart_index/en/?checksum=f7f5c115cf553484",
            "url": "https://translate-dev.freebsd.org/api/units/1272696/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-02-03T10:29:06.054023Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlesserial-uart_index/en/?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": 100,
            "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": 1272698,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/articlesserial-uart_index/en/?checksum=dfbd4c12eb9e51b0",
            "url": "https://translate-dev.freebsd.org/api/units/1272698/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-02-03T10:29:06.078020Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlesserial-uart_index/en/?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": 100,
            "fuzzy": false,
            "translated": true,
            "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": 1272700,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/articlesserial-uart_index/en/?checksum=2a291a72d3a30239",
            "url": "https://translate-dev.freebsd.org/api/units/1272700/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-02-03T10:29:06.096130Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlesserial-uart_index/en/?format=api",
            "source": [
                "AA"
            ],
            "previous_source": "",
            "target": [
                "AA"
            ],
            "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": 100,
            "fuzzy": false,
            "translated": true,
            "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": 1272702,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/articlesserial-uart_index/en/?checksum=5aabf97ecae924f0",
            "url": "https://translate-dev.freebsd.org/api/units/1272702/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-02-03T10:29:06.141194Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlesserial-uart_index/en/?format=api",
            "source": [
                "101"
            ],
            "previous_source": "",
            "target": [
                "101"
            ],
            "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": 100,
            "fuzzy": false,
            "translated": true,
            "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": 1272704,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/articlesserial-uart_index/en/?checksum=140a197ebf27d954",
            "url": "https://translate-dev.freebsd.org/api/units/1272704/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-02-03T10:29:06.162587Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlesserial-uart_index/en/?format=api",
            "source": [
                "PG/FG"
            ],
            "previous_source": "",
            "target": [
                "PG/FG"
            ],
            "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": 100,
            "fuzzy": false,
            "translated": true,
            "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": 1272706,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/articlesserial-uart_index/en/?checksum=61b8cad41ca2a79c",
            "url": "https://translate-dev.freebsd.org/api/units/1272706/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-02-03T10:29:06.181642Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlesserial-uart_index/en/?format=api",
            "source": [
                "Frame/Protective Ground"
            ],
            "previous_source": "",
            "target": [
                "Frame/Protective Ground"
            ],
            "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": 100,
            "fuzzy": false,
            "translated": true,
            "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": 1272708,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/articlesserial-uart_index/en/?checksum=be0580507a0381f2",
            "url": "https://translate-dev.freebsd.org/api/units/1272708/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-02-03T10:29:06.206672Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlesserial-uart_index/en/?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": 100,
            "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": 1272710,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/articlesserial-uart_index/en/?checksum=006009681cb2e26c",
            "url": "https://translate-dev.freebsd.org/api/units/1272710/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-02-03T10:29:06.252222Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlesserial-uart_index/en/?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": 100,
            "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": 1272712,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/articlesserial-uart_index/en/?checksum=b17c7d9edacecbaf",
            "url": "https://translate-dev.freebsd.org/api/units/1272712/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-02-03T10:29:06.277601Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlesserial-uart_index/en/?format=api",
            "source": [
                "BA"
            ],
            "previous_source": "",
            "target": [
                "BA"
            ],
            "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": 100,
            "fuzzy": false,
            "translated": true,
            "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": 1272714,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/articlesserial-uart_index/en/?checksum=9103b61d1da2a84a",
            "url": "https://translate-dev.freebsd.org/api/units/1272714/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-02-03T10:29:06.295868Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlesserial-uart_index/en/?format=api",
            "source": [
                "103"
            ],
            "previous_source": "",
            "target": [
                "103"
            ],
            "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": 100,
            "fuzzy": false,
            "translated": true,
            "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": 1272716,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/articlesserial-uart_index/en/?checksum=5b58835c32461fe2",
            "url": "https://translate-dev.freebsd.org/api/units/1272716/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-02-03T10:29:06.339610Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlesserial-uart_index/en/?format=api",
            "source": [
                "TD"
            ],
            "previous_source": "",
            "target": [
                "TD"
            ],
            "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": 100,
            "fuzzy": false,
            "translated": true,
            "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": 1272718,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/articlesserial-uart_index/en/?checksum=4017ab49ffd0bed6",
            "url": "https://translate-dev.freebsd.org/api/units/1272718/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-02-03T10:29:06.358931Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlesserial-uart_index/en/?format=api",
            "source": [
                "DTE"
            ],
            "previous_source": "",
            "target": [
                "DTE"
            ],
            "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": 100,
            "fuzzy": false,
            "translated": true,
            "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": 1272720,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/articlesserial-uart_index/en/?checksum=89b01e0570d79da6",
            "url": "https://translate-dev.freebsd.org/api/units/1272720/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-02-03T10:29:06.376049Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlesserial-uart_index/en/?format=api",
            "source": [
                "Transmit Data"
            ],
            "previous_source": "",
            "target": [
                "Transmit Data"
            ],
            "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": 100,
            "fuzzy": false,
            "translated": true,
            "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": 1272722,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/articlesserial-uart_index/en/?checksum=949d094312f41ab9",
            "url": "https://translate-dev.freebsd.org/api/units/1272722/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-02-03T10:29:06.393159Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlesserial-uart_index/en/?format=api",
            "source": [
                "BB"
            ],
            "previous_source": "",
            "target": [
                "BB"
            ],
            "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": 100,
            "fuzzy": false,
            "translated": true,
            "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": 1272724,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/articlesserial-uart_index/en/?checksum=6c7d5a4e023638ed",
            "url": "https://translate-dev.freebsd.org/api/units/1272724/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-02-03T10:29:06.412897Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlesserial-uart_index/en/?format=api",
            "source": [
                "104"
            ],
            "previous_source": "",
            "target": [
                "104"
            ],
            "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": 100,
            "fuzzy": false,
            "translated": true,
            "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": 1272726,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/articlesserial-uart_index/en/?checksum=f653d45be974f59a",
            "url": "https://translate-dev.freebsd.org/api/units/1272726/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-02-03T10:29:07.039006Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlesserial-uart_index/en/?format=api",
            "source": [
                "RD"
            ],
            "previous_source": "",
            "target": [
                "RD"
            ],
            "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": 100,
            "fuzzy": false,
            "translated": true,
            "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": 1272728,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/articlesserial-uart_index/en/?checksum=3d89729d821b6a29",
            "url": "https://translate-dev.freebsd.org/api/units/1272728/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-02-03T10:29:07.059604Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlesserial-uart_index/en/?format=api",
            "source": [
                "DCE"
            ],
            "previous_source": "",
            "target": [
                "DCE"
            ],
            "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": 100,
            "fuzzy": false,
            "translated": true,
            "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": 1272730,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/articlesserial-uart_index/en/?checksum=645302d3c581d866",
            "url": "https://translate-dev.freebsd.org/api/units/1272730/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-02-03T10:29:07.082649Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlesserial-uart_index/en/?format=api",
            "source": [
                "Receive Data"
            ],
            "previous_source": "",
            "target": [
                "Receive Data"
            ],
            "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": 100,
            "fuzzy": false,
            "translated": true,
            "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": 1272732,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/articlesserial-uart_index/en/?checksum=d40aed69df79f491",
            "url": "https://translate-dev.freebsd.org/api/units/1272732/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-02-03T10:29:07.103927Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlesserial-uart_index/en/?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": 100,
            "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": 1272734,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/articlesserial-uart_index/en/?checksum=3174f6bcbef734ab",
            "url": "https://translate-dev.freebsd.org/api/units/1272734/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-02-03T10:29:07.152169Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlesserial-uart_index/en/?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": 100,
            "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": 1272736,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/articlesserial-uart_index/en/?checksum=766a0fe2e87a5112",
            "url": "https://translate-dev.freebsd.org/api/units/1272736/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-02-03T10:29:07.176095Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlesserial-uart_index/en/?format=api",
            "source": [
                "CA"
            ],
            "previous_source": "",
            "target": [
                "CA"
            ],
            "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": 100,
            "fuzzy": false,
            "translated": true,
            "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": 1272738,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/articlesserial-uart_index/en/?checksum=817e9ae0a6b78b5d",
            "url": "https://translate-dev.freebsd.org/api/units/1272738/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-02-03T10:29:07.194974Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlesserial-uart_index/en/?format=api",
            "source": [
                "105"
            ],
            "previous_source": "",
            "target": [
                "105"
            ],
            "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": 100,
            "fuzzy": false,
            "translated": true,
            "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": 1272740,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/articlesserial-uart_index/en/?checksum=b6117ce3c64a01b4",
            "url": "https://translate-dev.freebsd.org/api/units/1272740/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-02-03T10:29:07.240338Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlesserial-uart_index/en/?format=api",
            "source": [
                "RTS"
            ],
            "previous_source": "",
            "target": [
                "RTS"
            ],
            "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": 100,
            "fuzzy": false,
            "translated": true,
            "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": 1272742,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/articlesserial-uart_index/en/?checksum=28b68c3ca840bb73",
            "url": "https://translate-dev.freebsd.org/api/units/1272742/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-02-03T10:29:07.259027Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlesserial-uart_index/en/?format=api",
            "source": [
                "Request to Send"
            ],
            "previous_source": "",
            "target": [
                "Request to Send"
            ],
            "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": 100,
            "fuzzy": false,
            "translated": true,
            "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": 1272744,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/articlesserial-uart_index/en/?checksum=ce5e5f6339aa63b8",
            "url": "https://translate-dev.freebsd.org/api/units/1272744/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-02-03T10:29:07.284333Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlesserial-uart_index/en/?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": 100,
            "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": 1272746,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/articlesserial-uart_index/en/?checksum=1214f1507fe8dc50",
            "url": "https://translate-dev.freebsd.org/api/units/1272746/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-02-03T10:29:07.302872Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlesserial-uart_index/en/?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": 100,
            "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": 1272748,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/articlesserial-uart_index/en/?checksum=62ac44bfd909abd5",
            "url": "https://translate-dev.freebsd.org/api/units/1272748/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-02-03T10:29:07.348305Z"
        }
    ]
}