Translation components API.

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

GET /api/translations/documentation/articlesproblem-reports_index/en/units/?format=api&page=2
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 114,
    "next": "https://translate-dev.freebsd.org/api/translations/documentation/articlesproblem-reports_index/en/units/?format=api&page=3",
    "previous": "https://translate-dev.freebsd.org/api/translations/documentation/articlesproblem-reports_index/en/units/?format=api",
    "results": [
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlesproblem-reports_index/en/?format=api",
            "source": [
                "_Severity:_ One of `Affects only me`, `Affects some people` or `Affects many people`. Do not overreact; refrain from labeling your problem `Affects many people` unless it really does. FreeBSD developers will not necessarily work on your problem faster if you inflate its importance since there are so many other people who have done exactly that."
            ],
            "previous_source": "",
            "target": [
                "_Severity:_ One of `Affects only me`, `Affects some people` or `Affects many people`. Do not overreact; refrain from labeling your problem `Affects many people` unless it really does. FreeBSD developers will not necessarily work on your problem faster if you inflate its importance since there are so many other people who have done exactly that."
            ],
            "id_hash": -2606701118361860100,
            "content_hash": -2606701118361860100,
            "location": "documentation/content/en/articles/problem-reports/_index.adoc:212",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 100,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 77,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 55,
            "source_unit": "https://translate-dev.freebsd.org/api/units/392545/?format=api",
            "priority": 100,
            "id": 392545,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/articlesproblem-reports_index/en/?checksum=5bd32324cc6d87fc",
            "url": "https://translate-dev.freebsd.org/api/units/392545/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-02-21T23:27:53.981355Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlesproblem-reports_index/en/?format=api",
            "source": [
                "_Category:_ Choose an appropriate category."
            ],
            "previous_source": "",
            "target": [
                "_Category:_ Choose an appropriate category."
            ],
            "id_hash": -4820086976667524402,
            "content_hash": -4820086976667524402,
            "location": "documentation/content/en/articles/problem-reports/_index.adoc:213",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 100,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 78,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 5,
            "source_unit": "https://translate-dev.freebsd.org/api/units/392547/?format=api",
            "priority": 100,
            "id": 392547,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/articlesproblem-reports_index/en/?checksum=3d1b9c6ec13ee2ce",
            "url": "https://translate-dev.freebsd.org/api/units/392547/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-02-21T23:27:54.002360Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlesproblem-reports_index/en/?format=api",
            "source": [
                "If a problem is with the kernel, the libraries (such as standard C library `libc`), or a peripheral driver in the base system, in general you will use the `kern` category. (There are a few exceptions; see below). In general these are things that are described in section 2, 3, or 4 of the manual pages."
            ],
            "previous_source": "",
            "target": [
                "If a problem is with the kernel, the libraries (such as standard C library `libc`), or a peripheral driver in the base system, in general you will use the `kern` category. (There are a few exceptions; see below). In general these are things that are described in section 2, 3, or 4 of the manual pages."
            ],
            "id_hash": -4419694575507433474,
            "content_hash": -4419694575507433474,
            "location": "documentation/content/en/articles/problem-reports/_index.adoc:222",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 100,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 81,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 56,
            "source_unit": "https://translate-dev.freebsd.org/api/units/392553/?format=api",
            "priority": 100,
            "id": 392553,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/articlesproblem-reports_index/en/?checksum=42aa17333b2897fe",
            "url": "https://translate-dev.freebsd.org/api/units/392553/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-02-21T23:27:54.062364Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlesproblem-reports_index/en/?format=api",
            "source": [
                "If a problem is with a binary program such as man:sh[1] or man:mount[8], you will first need to determine whether these programs are in the base system or were added via the Ports Collection. If you are unsure, you can do `whereis _programname_`. FreeBSD's convention for the Ports Collection is to install everything underneath [.filename]#/usr/local#, although this can be overridden by a system administrator. For these, you will use the `ports` category (yes, even if the port's category is `www`; see below). If the location is [.filename]#/bin#, [.filename]#/usr/bin#, [.filename]#/sbin#, or [.filename]#/usr/sbin#, it is part of the base system, and you should use the `bin` category. These are all things that are described in section 1 or 8 of the manual pages."
            ],
            "previous_source": "",
            "target": [
                "If a problem is with a binary program such as man:sh[1] or man:mount[8], you will first need to determine whether these programs are in the base system or were added via the Ports Collection. If you are unsure, you can do `whereis _programname_`. FreeBSD's convention for the Ports Collection is to install everything underneath [.filename]#/usr/local#, although this can be overridden by a system administrator. For these, you will use the `ports` category (yes, even if the port's category is `www`; see below). If the location is [.filename]#/bin#, [.filename]#/usr/bin#, [.filename]#/sbin#, or [.filename]#/usr/sbin#, it is part of the base system, and you should use the `bin` category. These are all things that are described in section 1 or 8 of the manual pages."
            ],
            "id_hash": -5844659610716935189,
            "content_hash": -5844659610716935189,
            "location": "documentation/content/en/articles/problem-reports/_index.adoc:223",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 100,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 82,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 121,
            "source_unit": "https://translate-dev.freebsd.org/api/units/392555/?format=api",
            "priority": 100,
            "id": 392555,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/articlesproblem-reports_index/en/?checksum=2ee3990ce624ebeb",
            "url": "https://translate-dev.freebsd.org/api/units/392555/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-02-21T23:27:54.082166Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlesproblem-reports_index/en/?format=api",
            "source": [
                "If you believe that the error is in the startup `(rc)` scripts, or in some kind of other non-executable configuration file, then the right category is `conf` (configuration). These are things that are described in section 5 of the manual pages."
            ],
            "previous_source": "",
            "target": [
                "If you believe that the error is in the startup `(rc)` scripts, or in some kind of other non-executable configuration file, then the right category is `conf` (configuration). These are things that are described in section 5 of the manual pages."
            ],
            "id_hash": 4633226906666924711,
            "content_hash": 4633226906666924711,
            "location": "documentation/content/en/articles/problem-reports/_index.adoc:224",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 100,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 83,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 41,
            "source_unit": "https://translate-dev.freebsd.org/api/units/392557/?format=api",
            "priority": 100,
            "id": 392557,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/articlesproblem-reports_index/en/?checksum=c04c8752dfa9faa7",
            "url": "https://translate-dev.freebsd.org/api/units/392557/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-02-21T23:27:54.102468Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlesproblem-reports_index/en/?format=api",
            "source": [
                "If you have found a problem in the documentation set (articles, books, man pages) or website the correct choice is `docs`."
            ],
            "previous_source": "",
            "target": [
                "If you have found a problem in the documentation set (articles, books, man pages) or website the correct choice is `docs`."
            ],
            "id_hash": -1839824549195801638,
            "content_hash": -1839824549195801638,
            "location": "documentation/content/en/articles/problem-reports/_index.adoc:225",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 100,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 84,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 21,
            "source_unit": "https://translate-dev.freebsd.org/api/units/392559/?format=api",
            "priority": 100,
            "id": 392559,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/articlesproblem-reports_index/en/?checksum=6677a15200241bda",
            "url": "https://translate-dev.freebsd.org/api/units/392559/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-02-21T23:27:54.121934Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlesproblem-reports_index/en/?format=api",
            "source": [
                "if you are having a problem with something from a port named `www/_someportname_`, this nevertheless goes in the `ports` category."
            ],
            "previous_source": "",
            "target": [
                "if you are having a problem with something from a port named `www/_someportname_`, this nevertheless goes in the `ports` category."
            ],
            "id_hash": 3714053070044202977,
            "content_hash": 3714053070044202977,
            "location": "documentation/content/en/articles/problem-reports/_index.adoc:229",
            "context": "",
            "note": "type: delimited block = 4",
            "flags": "",
            "labels": [],
            "state": 100,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 85,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 20,
            "source_unit": "https://translate-dev.freebsd.org/api/units/392561/?format=api",
            "priority": 100,
            "id": 392561,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/articlesproblem-reports_index/en/?checksum=b38af796dcef07e1",
            "url": "https://translate-dev.freebsd.org/api/units/392561/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-02-21T23:27:54.141050Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlesproblem-reports_index/en/?format=api",
            "source": [
                "If the problem would otherwise be filed in `kern` but has to do with the USB subsystem, the correct choice is `usb`."
            ],
            "previous_source": "",
            "target": [
                "If the problem would otherwise be filed in `kern` but has to do with the USB subsystem, the correct choice is `usb`."
            ],
            "id_hash": 8265212523912168562,
            "content_hash": 8265212523912168562,
            "location": "documentation/content/en/articles/problem-reports/_index.adoc:234",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 100,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 87,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 22,
            "source_unit": "https://translate-dev.freebsd.org/api/units/392565/?format=api",
            "priority": 100,
            "id": 392565,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/articlesproblem-reports_index/en/?checksum=f2b3eeffe0e50472",
            "url": "https://translate-dev.freebsd.org/api/units/392565/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-02-21T23:27:54.182927Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlesproblem-reports_index/en/?format=api",
            "source": [
                "If the problem would otherwise be filed in `kern` but has to do with the threading libraries, the correct choice is `threads`."
            ],
            "previous_source": "",
            "target": [
                "If the problem would otherwise be filed in `kern` but has to do with the threading libraries, the correct choice is `threads`."
            ],
            "id_hash": -3286021000110033817,
            "content_hash": -3286021000110033817,
            "location": "documentation/content/en/articles/problem-reports/_index.adoc:235",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 100,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 88,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 22,
            "source_unit": "https://translate-dev.freebsd.org/api/units/392567/?format=api",
            "priority": 100,
            "id": 392567,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/articlesproblem-reports_index/en/?checksum=5265b54f7bf7b467",
            "url": "https://translate-dev.freebsd.org/api/units/392567/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-02-21T23:27:54.209569Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlesproblem-reports_index/en/?format=api",
            "source": [
                "If the problem would otherwise be in the base system, but has to do with our adherence to standards such as POSIX(R), the correct choice is `standards`."
            ],
            "previous_source": "",
            "target": [
                "If the problem would otherwise be in the base system, but has to do with our adherence to standards such as POSIX(R), the correct choice is `standards`."
            ],
            "id_hash": 8835762418363077100,
            "content_hash": 8835762418363077100,
            "location": "documentation/content/en/articles/problem-reports/_index.adoc:236",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 100,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 89,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 27,
            "source_unit": "https://translate-dev.freebsd.org/api/units/392569/?format=api",
            "priority": 100,
            "id": 392569,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/articlesproblem-reports_index/en/?checksum=fa9eef1b0a4711ec",
            "url": "https://translate-dev.freebsd.org/api/units/392569/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-02-21T23:27:54.243593Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlesproblem-reports_index/en/?format=api",
            "source": [
                "If you are convinced that the problem will only occur under the processor architecture you are using, select one of the architecture-specific categories: commonly `i386` for Intel-compatible machines in 32-bit mode; `amd64` for AMD machines running in 64-bit mode (this also includes Intel-compatible machines running in EMT64 mode); and less commonly `arm` or `powerpc`."
            ],
            "previous_source": "",
            "target": [
                "If you are convinced that the problem will only occur under the processor architecture you are using, select one of the architecture-specific categories: commonly `i386` for Intel-compatible machines in 32-bit mode; `amd64` for AMD machines running in 64-bit mode (this also includes Intel-compatible machines running in EMT64 mode); and less commonly `arm` or `powerpc`."
            ],
            "id_hash": -8538242132908602522,
            "content_hash": -8538242132908602522,
            "location": "documentation/content/en/articles/problem-reports/_index.adoc:237",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 100,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 90,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 54,
            "source_unit": "https://translate-dev.freebsd.org/api/units/392571/?format=api",
            "priority": 100,
            "id": 392571,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/articlesproblem-reports_index/en/?checksum=0982120485b58b66",
            "url": "https://translate-dev.freebsd.org/api/units/392571/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-02-21T23:27:54.289839Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlesproblem-reports_index/en/?format=api",
            "source": [
                "These categories are quite often misused for \"I do not know\" problems. Rather than guessing, please just use `misc`."
            ],
            "previous_source": "",
            "target": [
                "These categories are quite often misused for \"I do not know\" problems. Rather than guessing, please just use `misc`."
            ],
            "id_hash": -6971585792508168599,
            "content_hash": -6971585792508168599,
            "location": "documentation/content/en/articles/problem-reports/_index.adoc:241",
            "context": "",
            "note": "type: delimited block = 4",
            "flags": "",
            "labels": [],
            "state": 100,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 91,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 19,
            "source_unit": "https://translate-dev.freebsd.org/api/units/392573/?format=api",
            "priority": 100,
            "id": 392573,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/articlesproblem-reports_index/en/?checksum=1f3ff3a8a463f669",
            "url": "https://translate-dev.freebsd.org/api/units/392573/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-02-21T23:27:54.337385Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlesproblem-reports_index/en/?format=api",
            "source": [
                "Correct Use of Arch-Specific Category"
            ],
            "previous_source": "",
            "target": [
                "Correct Use of Arch-Specific Category"
            ],
            "id_hash": -3382952292239960604,
            "content_hash": -3382952292239960604,
            "location": "documentation/content/en/articles/problem-reports/_index.adoc:243",
            "context": "",
            "note": "type: Block title",
            "flags": "no-wrap",
            "labels": [],
            "state": 100,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 92,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 5,
            "source_unit": "https://translate-dev.freebsd.org/api/units/392575/?format=api",
            "priority": 100,
            "id": 392575,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/articlesproblem-reports_index/en/?checksum=510d56d058f195e4",
            "url": "https://translate-dev.freebsd.org/api/units/392575/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-02-21T23:27:54.381798Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlesproblem-reports_index/en/?format=api",
            "source": [
                "You have a common PC-based machine, and think you have encountered a problem specific to a particular chipset or a particular motherboard: `i386` is the right category."
            ],
            "previous_source": "",
            "target": [
                "You have a common PC-based machine, and think you have encountered a problem specific to a particular chipset or a particular motherboard: `i386` is the right category."
            ],
            "id_hash": -3360709616386368116,
            "content_hash": -3360709616386368116,
            "location": "documentation/content/en/articles/problem-reports/_index.adoc:247",
            "context": "",
            "note": "type: delimited block = 4",
            "flags": "",
            "labels": [],
            "state": 100,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 93,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 27,
            "source_unit": "https://translate-dev.freebsd.org/api/units/392577/?format=api",
            "priority": 100,
            "id": 392577,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/articlesproblem-reports_index/en/?checksum=515c5c68e20d1d8c",
            "url": "https://translate-dev.freebsd.org/api/units/392577/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-02-21T23:27:54.403341Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlesproblem-reports_index/en/?format=api",
            "source": [
                "Incorrect Use of Arch-Specific Category"
            ],
            "previous_source": "",
            "target": [
                "Incorrect Use of Arch-Specific Category"
            ],
            "id_hash": 6481894609112739591,
            "content_hash": 6481894609112739591,
            "location": "documentation/content/en/articles/problem-reports/_index.adoc:249",
            "context": "",
            "note": "type: Block title",
            "flags": "no-wrap",
            "labels": [],
            "state": 100,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 94,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 5,
            "source_unit": "https://translate-dev.freebsd.org/api/units/392579/?format=api",
            "priority": 100,
            "id": 392579,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/articlesproblem-reports_index/en/?checksum=d9f450cdefaf2f07",
            "url": "https://translate-dev.freebsd.org/api/units/392579/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-02-21T23:27:54.422518Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlesproblem-reports_index/en/?format=api",
            "source": [
                "You are having a problem with an add-in peripheral card on a commonly seen bus, or a problem with a particular type of hard disk drive: in this case, it probably applies to more than one architecture, and `kern` is the right category."
            ],
            "previous_source": "",
            "target": [
                "You are having a problem with an add-in peripheral card on a commonly seen bus, or a problem with a particular type of hard disk drive: in this case, it probably applies to more than one architecture, and `kern` is the right category."
            ],
            "id_hash": 2786762782896658701,
            "content_hash": 2786762782896658701,
            "location": "documentation/content/en/articles/problem-reports/_index.adoc:253",
            "context": "",
            "note": "type: delimited block = 4",
            "flags": "",
            "labels": [],
            "state": 100,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 95,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 43,
            "source_unit": "https://translate-dev.freebsd.org/api/units/392581/?format=api",
            "priority": 100,
            "id": 392581,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/articlesproblem-reports_index/en/?checksum=a6ac91fc73d5990d",
            "url": "https://translate-dev.freebsd.org/api/units/392581/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-02-21T23:27:54.440353Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlesproblem-reports_index/en/?format=api",
            "source": [
                "If you really do not know where the problem lies (or the explanation does not seem to fit into the ones above), use the `misc` category. Before you do so, you may wish to ask for help on the {freebsd-questions} first. You may be advised that one of the existing categories really is a better choice."
            ],
            "previous_source": "",
            "target": [
                "If you really do not know where the problem lies (or the explanation does not seem to fit into the ones above), use the `misc` category. Before you do so, you may wish to ask for help on the {freebsd-questions} first. You may be advised that one of the existing categories really is a better choice."
            ],
            "id_hash": -8619084383839553874,
            "content_hash": -8619084383839553874,
            "location": "documentation/content/en/articles/problem-reports/_index.adoc:255",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 100,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 96,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 56,
            "source_unit": "https://translate-dev.freebsd.org/api/units/392583/?format=api",
            "priority": 100,
            "id": 392583,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/articlesproblem-reports_index/en/?checksum=0862dc6b342076ae",
            "url": "https://translate-dev.freebsd.org/api/units/392583/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-02-21T23:27:54.458108Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlesproblem-reports_index/en/?format=api",
            "source": [
                "Follow-up"
            ],
            "previous_source": "",
            "target": [
                "Follow-up"
            ],
            "id_hash": -1155880652493058958,
            "content_hash": -1155880652493058958,
            "location": "documentation/content/en/articles/problem-reports/_index.adoc:259",
            "context": "",
            "note": "type: Title ==",
            "flags": "no-wrap",
            "labels": [],
            "state": 100,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 99,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 1,
            "source_unit": "https://translate-dev.freebsd.org/api/units/392589/?format=api",
            "priority": 100,
            "id": 392589,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/articlesproblem-reports_index/en/?checksum=6ff57cabb1678c72",
            "url": "https://translate-dev.freebsd.org/api/units/392589/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-02-21T23:27:54.517136Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlesproblem-reports_index/en/?format=api",
            "source": [
                "If the problem report remains open after the problem has gone away, just add a comment saying that the problem report can be closed, and, if possible, explaining how or when the problem was fixed."
            ],
            "previous_source": "",
            "target": [
                "If the problem report remains open after the problem has gone away, just add a comment saying that the problem report can be closed, and, if possible, explaining how or when the problem was fixed."
            ],
            "id_hash": 6573644659613524651,
            "content_hash": 6573644659613524651,
            "location": "documentation/content/en/articles/problem-reports/_index.adoc:270",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 100,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 102,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 35,
            "source_unit": "https://translate-dev.freebsd.org/api/units/392595/?format=api",
            "priority": 100,
            "id": 392595,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/articlesproblem-reports_index/en/?checksum=db3a46fd3fe862ab",
            "url": "https://translate-dev.freebsd.org/api/units/392595/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-02-21T23:27:54.574189Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlesproblem-reports_index/en/?format=api",
            "source": [
                "There are a few ways to do so, ideally in the following order, with a few days between attempting each communication channel:"
            ],
            "previous_source": "",
            "target": [
                "There are a few ways to do so, ideally in the following order, with a few days between attempting each communication channel:"
            ],
            "id_hash": -2101470967050077027,
            "content_hash": -2101470967050077027,
            "location": "documentation/content/en/articles/problem-reports/_index.adoc:276",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 100,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 104,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 22,
            "source_unit": "https://translate-dev.freebsd.org/api/units/392599/?format=api",
            "priority": 100,
            "id": 392599,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/articlesproblem-reports_index/en/?checksum=62d6134a1f2efc9d",
            "url": "https://translate-dev.freebsd.org/api/units/392599/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-02-21T23:27:54.612145Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlesproblem-reports_index/en/?format=api",
            "source": [
                "If There Are Problems"
            ],
            "previous_source": "",
            "target": [
                "If There Are Problems"
            ],
            "id_hash": -7427310499432387450,
            "content_hash": -7427310499432387450,
            "location": "documentation/content/en/articles/problem-reports/_index.adoc:286",
            "context": "",
            "note": "type: Title ==",
            "flags": "no-wrap",
            "labels": [],
            "state": 100,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 109,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 4,
            "source_unit": "https://translate-dev.freebsd.org/api/units/392609/?format=api",
            "priority": 100,
            "id": 392609,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/articlesproblem-reports_index/en/?checksum=18ece473cccdac86",
            "url": "https://translate-dev.freebsd.org/api/units/392609/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-02-21T23:27:54.709600Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlesproblem-reports_index/en/?format=api",
            "source": [
                "Further Reading"
            ],
            "previous_source": "",
            "target": [
                "Further Reading"
            ],
            "id_hash": 8740066373628807658,
            "content_hash": 8740066373628807658,
            "location": "documentation/content/en/articles/problem-reports/_index.adoc:292",
            "context": "",
            "note": "type: Title ==",
            "flags": "no-wrap",
            "labels": [],
            "state": 100,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 111,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 2,
            "source_unit": "https://translate-dev.freebsd.org/api/units/392613/?format=api",
            "priority": 100,
            "id": 392613,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/articlesproblem-reports_index/en/?checksum=f94af40f597b49ea",
            "url": "https://translate-dev.freebsd.org/api/units/392613/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-02-21T23:27:54.747002Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlesproblem-reports_index/en/?format=api",
            "source": [
                "One of the most frustrating experiences one can have as a software user is to submit a problem report only to have it summarily closed with a terse and unhelpful explanation like \"not a bug\" or \"bogus PR\".  Similarly, one of the most frustrating experiences as a software developer is to be flooded with problem reports that are not really problem reports but requests for support, or that contain little or no information about what the problem is and how to reproduce it."
            ],
            "previous_source": "",
            "target": [
                "One of the most frustrating experiences one can have as a software user is to submit a problem report only to have it summarily closed with a terse and unhelpful explanation like \"not a bug\" or \"bogus PR\".  Similarly, one of the most frustrating experiences as a software developer is to be flooded with problem reports that are not really problem reports but requests for support, or that contain little or no information about what the problem is and how to reproduce it."
            ],
            "id_hash": -8230043326517648802,
            "content_hash": -8230043326517648802,
            "location": "documentation/content/en/articles/problem-reports/_index.adoc:56",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 100,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 7,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 83,
            "source_unit": "https://translate-dev.freebsd.org/api/units/610790/?format=api",
            "priority": 100,
            "id": 610790,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/articlesproblem-reports_index/en/?checksum=0dc90332fcd7625e",
            "url": "https://translate-dev.freebsd.org/api/units/610790/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-03-20T20:33:30.165609Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlesproblem-reports_index/en/?format=api",
            "source": [
                "This document attempts to describe how to write good problem reports.  What, one asks, is a good problem report? Well, to go straight to the bottom line, a good problem report is one that can be analyzed and dealt with swiftly, to the mutual satisfaction of both user and developer."
            ],
            "previous_source": "",
            "target": [
                "This document attempts to describe how to write good problem reports.  What, one asks, is a good problem report? Well, to go straight to the bottom line, a good problem report is one that can be analyzed and dealt with swiftly, to the mutual satisfaction of both user and developer."
            ],
            "id_hash": -1495130226301340066,
            "content_hash": -1495130226301340066,
            "location": "documentation/content/en/articles/problem-reports/_index.adoc:59",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 100,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 8,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 50,
            "source_unit": "https://translate-dev.freebsd.org/api/units/610792/?format=api",
            "priority": 100,
            "id": 610792,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/articlesproblem-reports_index/en/?checksum=6b403afb105bf65e",
            "url": "https://translate-dev.freebsd.org/api/units/610792/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-03-20T20:33:30.299535Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlesproblem-reports_index/en/?format=api",
            "source": [
                "Note that this article is organized thematically, not chronologically.  Read the entire document before submitting a problem report, rather than treating it as a step-by-step tutorial."
            ],
            "previous_source": "",
            "target": [
                "Note that this article is organized thematically, not chronologically.  Read the entire document before submitting a problem report, rather than treating it as a step-by-step tutorial."
            ],
            "id_hash": -8705882072307350748,
            "content_hash": -8705882072307350748,
            "location": "documentation/content/en/articles/problem-reports/_index.adoc:64",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 100,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 10,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 26,
            "source_unit": "https://translate-dev.freebsd.org/api/units/610794/?format=api",
            "priority": 100,
            "id": 610794,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/articlesproblem-reports_index/en/?checksum=072e7e6187adc324",
            "url": "https://translate-dev.freebsd.org/api/units/610794/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-03-20T20:33:30.362423Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlesproblem-reports_index/en/?format=api",
            "source": [
                "So how does one determine what is a bug and what is not? As a simple rule of thumb, the problem is _not_ a bug if it can be expressed as a question (usually of the form \"How do I do X?\" or \"Where can I find Y?\").  It is not always quite so black and white, but the question rule covers a large majority of cases.  When looking for an answer, consider posing the question to the {freebsd-questions}."
            ],
            "previous_source": "",
            "target": [
                "So how does one determine what is a bug and what is not? As a simple rule of thumb, the problem is _not_ a bug if it can be expressed as a question (usually of the form \"How do I do X?\" or \"Where can I find Y?\").  It is not always quite so black and white, but the question rule covers a large majority of cases.  When looking for an answer, consider posing the question to the {freebsd-questions}."
            ],
            "id_hash": 5266986328727239229,
            "content_hash": 5266986328727239229,
            "location": "documentation/content/en/articles/problem-reports/_index.adoc:76",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 100,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 13,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 79,
            "source_unit": "https://translate-dev.freebsd.org/api/units/610798/?format=api",
            "priority": 100,
            "id": 610798,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/articlesproblem-reports_index/en/?checksum=c918182908a03a3d",
            "url": "https://translate-dev.freebsd.org/api/units/610798/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-03-20T20:33:30.797091Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlesproblem-reports_index/en/?format=api",
            "source": [
                "Then, ascertain whether the problem is timely.  There are few things that will annoy a developer more than receiving a problem report about a bug she has already fixed."
            ],
            "previous_source": "",
            "target": [
                "Then, ascertain whether the problem is timely.  There are few things that will annoy a developer more than receiving a problem report about a bug she has already fixed."
            ],
            "id_hash": -7402349101260836232,
            "content_hash": -7402349101260836232,
            "location": "documentation/content/en/articles/problem-reports/_index.adoc:96",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 100,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 23,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 29,
            "source_unit": "https://translate-dev.freebsd.org/api/units/610802/?format=api",
            "priority": 100,
            "id": 610802,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/articlesproblem-reports_index/en/?checksum=194592b633ea7278",
            "url": "https://translate-dev.freebsd.org/api/units/610802/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-03-20T20:33:31.413188Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlesproblem-reports_index/en/?format=api",
            "source": [
                "If the problem is in a port, consider filing a bug with the upstream.  The FreeBSD Project can not fix all bugs in all software."
            ],
            "previous_source": "",
            "target": [
                "If the problem is in a port, consider filing a bug with the upstream.  The FreeBSD Project can not fix all bugs in all software."
            ],
            "id_hash": 3411258359679052762,
            "content_hash": 3411258359679052762,
            "location": "documentation/content/en/articles/problem-reports/_index.adoc:103",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 100,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 25,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 25,
            "source_unit": "https://translate-dev.freebsd.org/api/units/610806/?format=api",
            "priority": 100,
            "id": 610806,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/articlesproblem-reports_index/en/?checksum=af5739678dc06bda",
            "url": "https://translate-dev.freebsd.org/api/units/610806/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-03-20T20:33:31.457236Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlesproblem-reports_index/en/?format=api",
            "source": [
                "A good rule to follow is to always do a background search before submitting a problem report.  Maybe the problem has already been reported; maybe it is being discussed on the mailing lists, or recently was; it may even already be fixed in a newer version than what you are running.  You should therefore check all the obvious places before submitting your problem report.  For FreeBSD, this means:"
            ],
            "previous_source": "",
            "target": [
                "A good rule to follow is to always do a background search before submitting a problem report.  Maybe the problem has already been reported; maybe it is being discussed on the mailing lists, or recently was; it may even already be fixed in a newer version than what you are running.  You should therefore check all the obvious places before submitting your problem report.  For FreeBSD, this means:"
            ],
            "id_hash": -7802748440647978570,
            "content_hash": -7802748440647978570,
            "location": "documentation/content/en/articles/problem-reports/_index.adoc:111",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 100,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 27,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 68,
            "source_unit": "https://translate-dev.freebsd.org/api/units/610808/?format=api",
            "priority": 100,
            "id": 610808,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/articlesproblem-reports_index/en/?checksum=13b711a24b71b1b6",
            "url": "https://translate-dev.freebsd.org/api/units/610808/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-03-20T20:33:31.499767Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlesproblem-reports_index/en/?format=api",
            "source": [
                "Now that you have decided that your issue merits a problem report, and that it is a FreeBSD problem, it is time to write the actual problem report.  Before we get into the mechanics of the program used to generate and submit PRs, here are some tips and tricks to help make sure that your PR will be most effective."
            ],
            "previous_source": "",
            "target": [
                "Now that you have decided that your issue merits a problem report, and that it is a FreeBSD problem, it is time to write the actual problem report.  Before we get into the mechanics of the program used to generate and submit PRs, here are some tips and tricks to help make sure that your PR will be most effective."
            ],
            "id_hash": 896106702323623928,
            "content_hash": 896106702323623928,
            "location": "documentation/content/en/articles/problem-reports/_index.adoc:129",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 100,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 36,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 60,
            "source_unit": "https://translate-dev.freebsd.org/api/units/610814/?format=api",
            "priority": 100,
            "id": 610814,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/articlesproblem-reports_index/en/?checksum=8c6f9c4c48d8a7f8",
            "url": "https://translate-dev.freebsd.org/api/units/610814/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-03-20T20:33:32.245889Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlesproblem-reports_index/en/?format=api",
            "source": [
                "Similar considerations apply to use of the https://bugs.freebsd.org/bugzilla/enter_bug.cgi[web-based PR submission form].  Be careful of cut-and-paste operations that might change whitespace or other text formatting."
            ],
            "previous_source": "",
            "target": [
                "Similar considerations apply to use of the https://bugs.freebsd.org/bugzilla/enter_bug.cgi[web-based PR submission form].  Be careful of cut-and-paste operations that might change whitespace or other text formatting."
            ],
            "id_hash": 2207543339206368924,
            "content_hash": 2207543339206368924,
            "location": "documentation/content/en/articles/problem-reports/_index.adoc:170",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 100,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 64,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 24,
            "source_unit": "https://translate-dev.freebsd.org/api/units/610816/?format=api",
            "priority": 100,
            "id": 610816,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/articlesproblem-reports_index/en/?checksum=9ea2c4f88facde9c",
            "url": "https://translate-dev.freebsd.org/api/units/610816/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-03-20T20:33:34.914652Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlesproblem-reports_index/en/?format=api",
            "source": [
                "Do not send patches as attachments using `Content-Transfer-Encoding: quoted-printable`.  These will perform character escaping and the entire patch will be useless."
            ],
            "previous_source": "",
            "target": [
                "Do not send patches as attachments using `Content-Transfer-Encoding: quoted-printable`.  These will perform character escaping and the entire patch will be useless."
            ],
            "id_hash": -7756833352558540820,
            "content_hash": -7756833352558540820,
            "location": "documentation/content/en/articles/problem-reports/_index.adoc:190",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 100,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 70,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 21,
            "source_unit": "https://translate-dev.freebsd.org/api/units/610820/?format=api",
            "priority": 100,
            "id": 610820,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/articlesproblem-reports_index/en/?checksum=145a3129ced887ec",
            "url": "https://translate-dev.freebsd.org/api/units/610820/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-03-20T20:33:35.409287Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlesproblem-reports_index/en/?format=api",
            "source": [
                "The email address you use will become public information and may become available to spammers.  You should either have spam handling procedures in place, or use a temporary email account.  However, please note that if you do not use a valid email account at all, we will not be able to ask you questions about your PR."
            ],
            "previous_source": "",
            "target": [
                "The email address you use will become public information and may become available to spammers.  You should either have spam handling procedures in place, or use a temporary email account.  However, please note that if you do not use a valid email account at all, we will not be able to ask you questions about your PR."
            ],
            "id_hash": -6885826110771270098,
            "content_hash": -6885826110771270098,
            "location": "documentation/content/en/articles/problem-reports/_index.adoc:206",
            "context": "",
            "note": "type: delimited block = 4",
            "flags": "",
            "labels": [],
            "state": 100,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 74,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 57,
            "source_unit": "https://translate-dev.freebsd.org/api/units/610824/?format=api",
            "priority": 100,
            "id": 610824,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/articlesproblem-reports_index/en/?checksum=2070a1a28a5e6e2e",
            "url": "https://translate-dev.freebsd.org/api/units/610824/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-03-20T20:33:36.131374Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlesproblem-reports_index/en/?format=api",
            "source": [
                "Once the problem report has been filed, you will receive a confirmation by email which will include the tracking number that was assigned to your problem report and a URL you can use to check its status.  With a little luck, someone will take an interest in your problem and try to address it, or, as the case may be, explain why it is not a problem.  You will be automatically notified of any change of status, and you will receive copies of any comments or patches someone may attach to your problem report's audit trail."
            ],
            "previous_source": "",
            "target": [
                "Once the problem report has been filed, you will receive a confirmation by email which will include the tracking number that was assigned to your problem report and a URL you can use to check its status.  With a little luck, someone will take an interest in your problem and try to address it, or, as the case may be, explain why it is not a problem.  You will be automatically notified of any change of status, and you will receive copies of any comments or patches someone may attach to your problem report's audit trail."
            ],
            "id_hash": -1988178451022678917,
            "content_hash": -1988178451022678917,
            "location": "documentation/content/en/articles/problem-reports/_index.adoc:264",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 100,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 100,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 96,
            "source_unit": "https://translate-dev.freebsd.org/api/units/610828/?format=api",
            "priority": 100,
            "id": 610828,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/articlesproblem-reports_index/en/?checksum=6468923b8cb4f47b",
            "url": "https://translate-dev.freebsd.org/api/units/610828/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-03-20T20:33:38.965197Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlesproblem-reports_index/en/?format=api",
            "source": [
                "If someone requests additional information from you, or you remember or discover something you did not mention in the initial report, please submit a follow up.  The number one reason for a bug not getting fixed is lack of communication with the originator.  The easiest way is to use the comment option on the individual PR's web page, which you can reach from the https://bugs.freebsd.org/bugzilla/query.cgi[PR search page]."
            ],
            "previous_source": "",
            "target": [
                "If someone requests additional information from you, or you remember or discover something you did not mention in the initial report, please submit a follow up.  The number one reason for a bug not getting fixed is lack of communication with the originator.  The easiest way is to use the comment option on the individual PR's web page, which you can reach from the https://bugs.freebsd.org/bugzilla/query.cgi[PR search page]."
            ],
            "id_hash": -3377741355791518566,
            "content_hash": -3377741355791518566,
            "location": "documentation/content/en/articles/problem-reports/_index.adoc:268",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 100,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 101,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 67,
            "source_unit": "https://translate-dev.freebsd.org/api/units/610830/?format=api",
            "priority": 100,
            "id": 610830,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/articlesproblem-reports_index/en/?checksum=511fda2208e6749a",
            "url": "https://translate-dev.freebsd.org/api/units/610830/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-03-20T20:33:39.140350Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlesproblem-reports_index/en/?format=api",
            "source": [
                "Sometimes there is a delay of a week or two where the problem report remains untouched, not assigned or commented on by anyone.  This can happen when there is an increased problem report backlog or during a holiday season.  When a problem report has not received attention after several weeks, it is worth finding a committer particularly interested in working on it."
            ],
            "previous_source": "",
            "target": [
                "Sometimes there is a delay of a week or two where the problem report remains untouched, not assigned or commented on by anyone.  This can happen when there is an increased problem report backlog or during a holiday season.  When a problem report has not received attention after several weeks, it is worth finding a committer particularly interested in working on it."
            ],
            "id_hash": 2020483295761187557,
            "content_hash": 2020483295761187557,
            "location": "documentation/content/en/articles/problem-reports/_index.adoc:274",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 100,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 103,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 62,
            "source_unit": "https://translate-dev.freebsd.org/api/units/610832/?format=api",
            "priority": 100,
            "id": 610832,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/articlesproblem-reports_index/en/?checksum=9c0a32da3e74c2e5",
            "url": "https://translate-dev.freebsd.org/api/units/610832/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-03-20T20:33:39.537955Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlesproblem-reports_index/en/?format=api",
            "source": [
                "Remember that these people are volunteers, just like maintainers and users, so they might not be immediately available to assist with the problem report.  Patience and consistency in the follow-ups is highly advised and appreciated.  With enough care and effort dedicated to that follow-up process, finding a committer to take care of the problem report is just a matter of time."
            ],
            "previous_source": "",
            "target": [
                "Remember that these people are volunteers, just like maintainers and users, so they might not be immediately available to assist with the problem report.  Patience and consistency in the follow-ups is highly advised and appreciated.  With enough care and effort dedicated to that follow-up process, finding a committer to take care of the problem report is just a matter of time."
            ],
            "id_hash": -8339084308545747152,
            "content_hash": -8339084308545747152,
            "location": "documentation/content/en/articles/problem-reports/_index.adoc:284",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 100,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 108,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 61,
            "source_unit": "https://translate-dev.freebsd.org/api/units/610834/?format=api",
            "priority": 100,
            "id": 610834,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/articlesproblem-reports_index/en/?checksum=0c459f00f518c730",
            "url": "https://translate-dev.freebsd.org/api/units/610834/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-03-20T20:33:40.124624Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlesproblem-reports_index/en/?format=api",
            "source": [
                "If you found an issue with the bug system, file a bug! There is a category for exactly this purpose.  If you are unable to do so, contact the bug wranglers at mailto:bugmeister@FreeBSD.org[bugmeister@FreeBSD.org]."
            ],
            "previous_source": "",
            "target": [
                "If you found an issue with the bug system, file a bug! There is a category for exactly this purpose.  If you are unable to do so, contact the bug wranglers at mailto:bugmeister@FreeBSD.org[bugmeister@FreeBSD.org]."
            ],
            "id_hash": -7350947091401058942,
            "content_hash": -7350947091401058942,
            "location": "documentation/content/en/articles/problem-reports/_index.adoc:290",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 100,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 110,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 33,
            "source_unit": "https://translate-dev.freebsd.org/api/units/610836/?format=api",
            "priority": 100,
            "id": 610836,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/articlesproblem-reports_index/en/?checksum=19fc30913e595582",
            "url": "https://translate-dev.freebsd.org/api/units/610836/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-03-20T20:33:40.306646Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlesproblem-reports_index/en/?format=api",
            "source": [
                "This is a list of resources relevant to the proper writing and processing of problem reports.  It is by no means complete."
            ],
            "previous_source": "",
            "target": [
                "This is a list of resources relevant to the proper writing and processing of problem reports.  It is by no means complete."
            ],
            "id_hash": 2151991948489343192,
            "content_hash": 2151991948489343192,
            "location": "documentation/content/en/articles/problem-reports/_index.adoc:296",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 100,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 112,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 22,
            "source_unit": "https://translate-dev.freebsd.org/api/units/610838/?format=api",
            "priority": 100,
            "id": 610838,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/articlesproblem-reports_index/en/?checksum=9ddd6946813540d8",
            "url": "https://translate-dev.freebsd.org/api/units/610838/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-03-20T20:33:40.381492Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlesproblem-reports_index/en/?format=api",
            "source": [
                "How to best formulate and submit a problem report to the FreeBSD Project"
            ],
            "previous_source": "",
            "target": [
                "How to best formulate and submit a problem report to the FreeBSD Project"
            ],
            "id_hash": -641819862311909704,
            "content_hash": -641819862311909704,
            "location": "documentation/content/en/articles/problem-reports/_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": 13,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1173996/?format=api",
            "priority": 100,
            "id": 1173996,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/articlesproblem-reports_index/en/?checksum=7717cc3c591bc6b8",
            "url": "https://translate-dev.freebsd.org/api/units/1173996/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-06-03T20:39:36.554365Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlesproblem-reports_index/en/?format=api",
            "source": [
                "Include the version of FreeBSD you are running (there is a place to put that, see below) and on which architecture. You should include whether you are running from a release (e.g., from a CD-ROM or download), or from a system maintained by Git (and, if so, what hash and branch you are at). If you are tracking the FreeBSD-CURRENT branch, that is the very first thing someone will ask, because fixes (especially for high-profile problems) tend to get committed very quickly, and FreeBSD-CURRENT users are expected to keep up."
            ],
            "previous_source": "",
            "target": [
                "Include the version of FreeBSD you are running (there is a place to put that, see below) and on which architecture. You should include whether you are running from a release (e.g., from a CD-ROM or download), or from a system maintained by Git (and, if so, what hash and branch you are at). If you are tracking the FreeBSD-CURRENT branch, that is the very first thing someone will ask, because fixes (especially for high-profile problems) tend to get committed very quickly, and FreeBSD-CURRENT users are expected to keep up."
            ],
            "id_hash": 2366011925076276835,
            "content_hash": 2366011925076276835,
            "location": "documentation/content/en/articles/problem-reports/_index.adoc:142",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 100,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 44,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 90,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1174002/?format=api",
            "priority": 100,
            "id": 1174002,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/articlesproblem-reports_index/en/?checksum=a0d5c34f68827663",
            "url": "https://translate-dev.freebsd.org/api/units/1174002/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-06-03T20:39:37.383666Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlesproblem-reports_index/en/?format=api",
            "source": [
                "However, if the problem is in something that was installed as a part of the FreeBSD Ports Collection, you should refer to [.filename]#/usr/ports/UPDATING# (for individual ports) or [.filename]#/usr/ports/CHANGES# (for changes that affect the entire Ports Collection).  https://cgit.freebsd.org/ports/tree/UPDATING[https://cgit.freebsd.org/ports/tree/UPDATING] and https://cgit.freebsd.org/ports/tree/CHANGES[https://cgit.freebsd.org/ports/tree/CHANGES] are also available via cgit."
            ],
            "previous_source": "",
            "target": [
                "However, if the problem is in something that was installed as a part of the FreeBSD Ports Collection, you should refer to [.filename]#/usr/ports/UPDATING# (for individual ports) or [.filename]#/usr/ports/CHANGES# (for changes that affect the entire Ports Collection).  https://cgit.freebsd.org/ports/tree/UPDATING[https://cgit.freebsd.org/ports/tree/UPDATING] and https://cgit.freebsd.org/ports/tree/CHANGES[https://cgit.freebsd.org/ports/tree/CHANGES] are also available via cgit."
            ],
            "id_hash": 5178684525140379837,
            "content_hash": 5178684525140379837,
            "location": "documentation/content/en/articles/problem-reports/_index.adoc:123",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 100,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 34,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 44,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1182722/?format=api",
            "priority": 100,
            "id": 1182722,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/articlesproblem-reports_index/en/?checksum=c7de622344ce08bd",
            "url": "https://translate-dev.freebsd.org/api/units/1182722/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-06-08T10:46:27.521007Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlesproblem-reports_index/en/?format=api",
            "source": [
                "The first thing you need to do is to decide what part of the system your problem lies in.  Remember, FreeBSD is a complete operating system, which installs both a kernel, the standard libraries, many peripheral drivers, and a large number of utilities (the \"base system\").  However, there are thousands of additional applications in the Ports Collection.  You'll first need to decide if the problem is in the base system or something installed via the Ports Collection."
            ],
            "previous_source": "",
            "target": [
                "The first thing you need to do is to decide what part of the system your problem lies in.  Remember, FreeBSD is a complete operating system, which installs both a kernel, the standard libraries, many peripheral drivers, and a large number of utilities (the \"base system\").  However, there are thousands of additional applications in the Ports Collection.  You'll first need to decide if the problem is in the base system or something installed via the Ports Collection."
            ],
            "id_hash": 1741337931211794252,
            "content_hash": 1741337931211794252,
            "location": "documentation/content/en/articles/problem-reports/_index.adoc:218",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 100,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 79,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 77,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1182724/?format=api",
            "priority": 100,
            "id": 1182724,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/articlesproblem-reports_index/en/?checksum=982a799f57cae74c",
            "url": "https://translate-dev.freebsd.org/api/units/1182724/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-06-08T10:46:27.583736Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlesproblem-reports_index/en/?format=api",
            "source": [
                "Here is a description of the major categories:"
            ],
            "previous_source": "",
            "target": [
                "Here is a description of the major categories:"
            ],
            "id_hash": -1215995895122987724,
            "content_hash": -1215995895122987724,
            "location": "documentation/content/en/articles/problem-reports/_index.adoc:220",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 100,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 80,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 8,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1182726/?format=api",
            "priority": 100,
            "id": 1182726,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/articlesproblem-reports_index/en/?checksum=6f1fea2d0edc7534",
            "url": "https://translate-dev.freebsd.org/api/units/1182726/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-06-08T10:46:27.609991Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlesproblem-reports_index/en/?format=api",
            "source": [
                "There are a few more specialized categories."
            ],
            "previous_source": "",
            "target": [
                "There are a few more specialized categories."
            ],
            "id_hash": -7221395748896308287,
            "content_hash": -7221395748896308287,
            "location": "documentation/content/en/articles/problem-reports/_index.adoc:232",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 100,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 86,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 7,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1182728/?format=api",
            "priority": 100,
            "id": 1182728,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/articlesproblem-reports_index/en/?checksum=1bc872d3b48503c1",
            "url": "https://translate-dev.freebsd.org/api/units/1182728/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-06-08T10:46:27.671965Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlesproblem-reports_index/en/?format=api",
            "source": [
                "The FreeBSD extref:{faq}[Frequently Asked Questions] (FAQ) list. The FAQ attempts to provide answers for a wide range of questions, such as those concerning extref:{faq}[hardware compatibility, hardware], extref:{faq}[user applications, applications], and extref:{faq}[kernel configuration, kernelconfig]."
            ],
            "previous_source": "",
            "target": [
                "The FreeBSD extref:{faq}[Frequently Asked Questions] (FAQ) list. The FAQ attempts to provide answers for a wide range of questions, such as those concerning extref:{faq}[hardware compatibility, hardware], extref:{faq}[user applications, applications], and extref:{faq}[kernel configuration, kernelconfig]."
            ],
            "id_hash": 6971616025403927808,
            "content_hash": 6971616025403927808,
            "location": "documentation/content/en/articles/problem-reports/_index.adoc:113",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 100,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 28,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 33,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1251726/?format=api",
            "priority": 100,
            "id": 1251726,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/articlesproblem-reports_index/en/?checksum=e0c027d6809f2d00",
            "url": "https://translate-dev.freebsd.org/api/units/1251726/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-11-04T23:36:54.964997Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlesproblem-reports_index/en/?format=api",
            "source": [
                "Find committers interested in the problem that was reported. If the problem was in a particular tool, binary, port, document, or source file, check the https://cgit.FreeBSD.org[Git Repository]. Locate the last few committers who made substantive changes to the file, and try to reach them via IRC or email. A list of committers and their emails can be found in the extref:{contributors}[Contributors to FreeBSD] article."
            ],
            "previous_source": "",
            "target": [
                "Find committers interested in the problem that was reported. If the problem was in a particular tool, binary, port, document, or source file, check the https://cgit.FreeBSD.org[Git Repository]. Locate the last few committers who made substantive changes to the file, and try to reach them via IRC or email. A list of committers and their emails can be found in the extref:{contributors}[Contributors to FreeBSD] article."
            ],
            "id_hash": 6551475241367346307,
            "content_hash": 6551475241367346307,
            "location": "documentation/content/en/articles/problem-reports/_index.adoc:280",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 100,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 107,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 64,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1251732/?format=api",
            "priority": 100,
            "id": 1251732,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/articlesproblem-reports_index/en/?checksum=daeb840554779c83",
            "url": "https://translate-dev.freebsd.org/api/units/1251732/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-11-04T23:36:58.589361Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlesproblem-reports_index/en/?format=api",
            "source": [
                "In general, we recommend using `git format-patch` to generate one or a series of unified diff against the base branch (e.g. `origin/main`).  Patches generated this way would include the Git hashes and will include your name and email address, making it easier for committers to apply your patch and properly credit you as the author (using `git am`).  For minor changes where you prefer not to use git, please be sure to use man:diff[1] with the `-u` option to create a unified diff, as this would give developers more context and are more readable than other diff formats."
            ],
            "previous_source": "",
            "target": [
                "In general, we recommend using `git format-patch` to generate one or a series of unified diff against the base branch (e.g. `origin/main`).  Patches generated this way would include the Git hashes and will include your name and email address, making it easier for committers to apply your patch and properly credit you as the author (using `git am`).  For minor changes where you prefer not to use git, please be sure to use man:diff[1] with the `-u` option to create a unified diff, as this would give developers more context and are more readable than other diff formats."
            ],
            "id_hash": -1817401769894792621,
            "content_hash": -1817401769894792621,
            "location": "documentation/content/en/articles/problem-reports/_index.adoc:182",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 100,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 67,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 98,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1262076/?format=api",
            "priority": 100,
            "id": 1262076,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/articlesproblem-reports_index/en/?checksum=66c74ab823413253",
            "url": "https://translate-dev.freebsd.org/api/units/1262076/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-01-09T22:15:08.479286Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlesproblem-reports_index/en/?format=api",
            "source": [
                "For problems with the kernel or the base utilities, a patch against FreeBSD-CURRENT (the main Git branch) is preferred since all new code should be applied and tested there first.  After appropriate or substantial testing has been done, the code will be merged/migrated to the FreeBSD-STABLE branch."
            ],
            "previous_source": "",
            "target": [
                "For problems with the kernel or the base utilities, a patch against FreeBSD-CURRENT (the main Git branch) is preferred since all new code should be applied and tested there first.  After appropriate or substantial testing has been done, the code will be merged/migrated to the FreeBSD-STABLE branch."
            ],
            "id_hash": -8047811160072747061,
            "content_hash": -8047811160072747061,
            "location": "documentation/content/en/articles/problem-reports/_index.adoc:185",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 100,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 68,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 47,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1262078/?format=api",
            "priority": 100,
            "id": 1262078,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/articlesproblem-reports_index/en/?checksum=10506e63987087cb",
            "url": "https://translate-dev.freebsd.org/api/units/1262078/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-01-09T22:15:08.537751Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlesproblem-reports_index/en/?format=api",
            "source": [
                "Send an e-mail to extref:{handbook}eresources/[the relevant list, eresources-summary] seeking comments on the report."
            ],
            "previous_source": "",
            "target": [
                "Send an e-mail to extref:{handbook}eresources/[the relevant list, eresources-summary] seeking comments on the report."
            ],
            "id_hash": 1348744030511452185,
            "content_hash": 1348744030511452185,
            "location": "documentation/content/en/articles/problem-reports/_index.adoc:278",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 100,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 105,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 13,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1262080/?format=api",
            "priority": 100,
            "id": 1262080,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/articlesproblem-reports_index/en/?checksum=92b7b38cbf905019",
            "url": "https://translate-dev.freebsd.org/api/units/1262080/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-01-09T22:15:10.105916Z"
        }
    ]
}