Translation components API.

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

GET /api/translations/documentation/booksarch-handbooklocking_index/el/units/?format=api
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 52,
    "next": "https://translate-dev.freebsd.org/api/translations/documentation/booksarch-handbooklocking_index/el/units/?format=api&page=2",
    "previous": null,
    "results": [
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksarch-handbooklocking_index/el/?format=api",
            "source": [
                "Locking Notes"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -3202476029038334552,
            "content_hash": -3202476029038334552,
            "location": "documentation/content/en/books/arch-handbook/locking/_index.adoc:1, documentation/content/en/books/arch-handbook/locking/_index.adoc:13",
            "context": "",
            "note": "type: Title =",
            "flags": "no-wrap",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 1,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 2,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1126880/?format=api",
            "priority": 100,
            "id": 1621408,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksarch-handbooklocking_index/el/?checksum=538e8504df776da8",
            "url": "https://translate-dev.freebsd.org/api/units/1621408/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2024-02-17T12:28:58.876837Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksarch-handbooklocking_index/el/?format=api",
            "source": [
                "Chapter 2. Locking Notes"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 8343932994841083592,
            "content_hash": 8343932994841083592,
            "location": "documentation/content/en/books/arch-handbook/locking/_index.adoc:1",
            "context": "",
            "note": "type: YAML Front Matter: title",
            "flags": "no-wrap",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 2,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 4,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1126878/?format=api",
            "priority": 100,
            "id": 1621409,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksarch-handbooklocking_index/el/?checksum=f3cb9ad9cb29fec8",
            "url": "https://translate-dev.freebsd.org/api/units/1621409/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2024-02-17T12:28:58.877676Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksarch-handbooklocking_index/el/?format=api",
            "source": [
                "_This chapter is maintained by the FreeBSD SMP Next Generation Project._"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -2847114083614811416,
            "content_hash": -2847114083614811416,
            "location": "documentation/content/en/books/arch-handbook/locking/_index.adoc:51",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 3,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 11,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1126882/?format=api",
            "priority": 100,
            "id": 1621410,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksarch-handbooklocking_index/el/?checksum=587d04d35b209ae8",
            "url": "https://translate-dev.freebsd.org/api/units/1621410/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2024-02-17T12:28:58.878406Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksarch-handbooklocking_index/el/?format=api",
            "source": [
                "This document outlines the locking used in the FreeBSD kernel to permit effective multi-processing within the kernel. Locking can be achieved via several means. Data structures can be protected by mutexes or man:lockmgr[9] locks. A few variables are protected simply by always using atomic operations to access them."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 6223187289896348238,
            "content_hash": 6223187289896348238,
            "location": "documentation/content/en/books/arch-handbook/locking/_index.adoc:53",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 4,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 48,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1126884/?format=api",
            "priority": 100,
            "id": 1621411,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksarch-handbooklocking_index/el/?checksum=d65d33de48ff6a4e",
            "url": "https://translate-dev.freebsd.org/api/units/1621411/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2024-02-17T12:28:58.879100Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksarch-handbooklocking_index/el/?format=api",
            "source": [
                "Mutexes"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -678047064680228839,
            "content_hash": -678047064680228839,
            "location": "documentation/content/en/books/arch-handbook/locking/_index.adoc:55",
            "context": "",
            "note": "type: Title ==",
            "flags": "no-wrap",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 5,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 1,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1126886/?format=api",
            "priority": 100,
            "id": 1621412,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksarch-handbooklocking_index/el/?checksum=769717c980bd1819",
            "url": "https://translate-dev.freebsd.org/api/units/1621412/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2024-02-17T12:28:58.879820Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksarch-handbooklocking_index/el/?format=api",
            "source": [
                "A mutex is simply a lock used to guarantee mutual exclusion. Specifically, a mutex may only be owned by one entity at a time. If another entity wishes to obtain a mutex that is already owned, it must wait until the mutex is released. In the FreeBSD kernel, mutexes are owned by processes."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -8933787611897280946,
            "content_hash": -8933787611897280946,
            "location": "documentation/content/en/books/arch-handbook/locking/_index.adoc:58",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 6,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 53,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1126888/?format=api",
            "priority": 100,
            "id": 1621413,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksarch-handbooklocking_index/el/?checksum=0404cf800e13c64e",
            "url": "https://translate-dev.freebsd.org/api/units/1621413/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2024-02-17T12:28:58.880488Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksarch-handbooklocking_index/el/?format=api",
            "source": [
                "Mutexes may be recursively acquired, but they are intended to be held for a short period of time. Specifically, one may not sleep while holding a mutex. If you need to hold a lock across a sleep, use a man:lockmgr[9] lock."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 4267663246673922249,
            "content_hash": 4267663246673922249,
            "location": "documentation/content/en/books/arch-handbook/locking/_index.adoc:60",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 7,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 41,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1126890/?format=api",
            "priority": 100,
            "id": 1621414,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksarch-handbooklocking_index/el/?checksum=bb39c91c9efd48c9",
            "url": "https://translate-dev.freebsd.org/api/units/1621414/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2024-02-17T12:28:58.881197Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksarch-handbooklocking_index/el/?format=api",
            "source": [
                "Each mutex has several properties of interest:"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 2545352943953724533,
            "content_hash": 2545352943953724533,
            "location": "documentation/content/en/books/arch-handbook/locking/_index.adoc:62",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 8,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 7,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1126892/?format=api",
            "priority": 100,
            "id": 1621415,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksarch-handbooklocking_index/el/?checksum=a352e904445b4475",
            "url": "https://translate-dev.freebsd.org/api/units/1621415/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2024-02-17T12:28:58.881890Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksarch-handbooklocking_index/el/?format=api",
            "source": [
                "Variable Name"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -4378418482216533936,
            "content_hash": -4378418482216533936,
            "location": "documentation/content/en/books/arch-handbook/locking/_index.adoc:63, documentation/content/en/books/arch-handbook/locking/_index.adoc:91, documentation/content/en/books/arch-handbook/locking/_index.adoc:130",
            "context": "",
            "note": "type: Table",
            "flags": "no-wrap",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 9,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 2,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1126894/?format=api",
            "priority": 100,
            "id": 1621416,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksarch-handbooklocking_index/el/?checksum=433cbb96997a8050",
            "url": "https://translate-dev.freebsd.org/api/units/1621416/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2024-02-17T12:28:58.882552Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksarch-handbooklocking_index/el/?format=api",
            "source": [
                "The name of the struct mtx variable in the kernel source."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 8607757273559506658,
            "content_hash": 8607757273559506658,
            "location": "documentation/content/en/books/arch-handbook/locking/_index.adoc:65",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 10,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 11,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1126896/?format=api",
            "priority": 100,
            "id": 1621417,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksarch-handbooklocking_index/el/?checksum=f774e5a26b4c9ee2",
            "url": "https://translate-dev.freebsd.org/api/units/1621417/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2024-02-17T12:28:58.883236Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksarch-handbooklocking_index/el/?format=api",
            "source": [
                "Logical Name"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 1668359309492769997,
            "content_hash": 1668359309492769997,
            "location": "documentation/content/en/books/arch-handbook/locking/_index.adoc:66, documentation/content/en/books/arch-handbook/locking/_index.adoc:92",
            "context": "",
            "note": "type: Table",
            "flags": "no-wrap",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 11,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 2,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1126898/?format=api",
            "priority": 100,
            "id": 1621418,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksarch-handbooklocking_index/el/?checksum=972733f3e00854cd",
            "url": "https://translate-dev.freebsd.org/api/units/1621418/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2024-02-17T12:28:58.883894Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksarch-handbooklocking_index/el/?format=api",
            "source": [
                "The name of the mutex assigned to it by `mtx_init`. This name is displayed in KTR trace messages and witness errors and warnings and is used to distinguish mutexes in the witness code."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -455976141771043215,
            "content_hash": -455976141771043215,
            "location": "documentation/content/en/books/arch-handbook/locking/_index.adoc:68",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 12,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 33,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1126900/?format=api",
            "priority": 100,
            "id": 1621419,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksarch-handbooklocking_index/el/?checksum=79ac0c1d6baf0e71",
            "url": "https://translate-dev.freebsd.org/api/units/1621419/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2024-02-17T12:28:58.884565Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksarch-handbooklocking_index/el/?format=api",
            "source": [
                "Type"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -4440326066695740478,
            "content_hash": -4440326066695740478,
            "location": "documentation/content/en/books/arch-handbook/locking/_index.adoc:69, documentation/content/en/books/arch-handbook/locking/_index.adoc:93",
            "context": "",
            "note": "type: Table",
            "flags": "no-wrap",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 13,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 1,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1126902/?format=api",
            "priority": 100,
            "id": 1621420,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksarch-handbooklocking_index/el/?checksum=4260caf7dbb163c2",
            "url": "https://translate-dev.freebsd.org/api/units/1621420/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2024-02-17T12:28:58.885241Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksarch-handbooklocking_index/el/?format=api",
            "source": [
                "The type of the mutex in terms of the `MTX_*` flags. The meaning for each flag is related to its meaning as documented in man:mutex[9]."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -6043978324395997744,
            "content_hash": -6043978324395997744,
            "location": "documentation/content/en/books/arch-handbook/locking/_index.adoc:71",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 14,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 25,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1126904/?format=api",
            "priority": 100,
            "id": 1621421,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksarch-handbooklocking_index/el/?checksum=2c1f79bc803745d0",
            "url": "https://translate-dev.freebsd.org/api/units/1621421/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2024-02-17T12:28:58.885886Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksarch-handbooklocking_index/el/?format=api",
            "source": [
                "`MTX_DEF`"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 1177771638800888035,
            "content_hash": 1177771638800888035,
            "location": "documentation/content/en/books/arch-handbook/locking/_index.adoc:72, documentation/content/en/books/arch-handbook/locking/_index.adoc:105",
            "context": "",
            "note": "type: Table",
            "flags": "no-wrap",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 15,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 1,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1254458/?format=api",
            "priority": 100,
            "id": 1621422,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksarch-handbooklocking_index/el/?checksum=90584910bd41b0e3",
            "url": "https://translate-dev.freebsd.org/api/units/1621422/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2024-02-17T12:28:58.886555Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksarch-handbooklocking_index/el/?format=api",
            "source": [
                "A sleep mutex"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 7321443059302807194,
            "content_hash": 7321443059302807194,
            "location": "documentation/content/en/books/arch-handbook/locking/_index.adoc:74",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 16,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 3,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1126908/?format=api",
            "priority": 100,
            "id": 1621423,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksarch-handbooklocking_index/el/?checksum=e59afdabf8fe369a",
            "url": "https://translate-dev.freebsd.org/api/units/1621423/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2024-02-17T12:28:58.887208Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksarch-handbooklocking_index/el/?format=api",
            "source": [
                "`MTX_SPIN`"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 1469498418224657569,
            "content_hash": 1469498418224657569,
            "location": "documentation/content/en/books/arch-handbook/locking/_index.adoc:75",
            "context": "",
            "note": "type: Labeled list",
            "flags": "no-wrap",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 17,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 1,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1254460/?format=api",
            "priority": 100,
            "id": 1621424,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksarch-handbooklocking_index/el/?checksum=9464b506904774a1",
            "url": "https://translate-dev.freebsd.org/api/units/1621424/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2024-02-17T12:28:58.887839Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksarch-handbooklocking_index/el/?format=api",
            "source": [
                "A spin mutex"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -4685573712176388048,
            "content_hash": -4685573712176388048,
            "location": "documentation/content/en/books/arch-handbook/locking/_index.adoc:77",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 18,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 3,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1126912/?format=api",
            "priority": 100,
            "id": 1621425,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksarch-handbooklocking_index/el/?checksum=3ef97f88b4d16830",
            "url": "https://translate-dev.freebsd.org/api/units/1621425/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2024-02-17T12:28:58.888479Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksarch-handbooklocking_index/el/?format=api",
            "source": [
                "`MTX_RECURSE`"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -1930823246836893462,
            "content_hash": -1930823246836893462,
            "location": "documentation/content/en/books/arch-handbook/locking/_index.adoc:78, documentation/content/en/books/arch-handbook/locking/_index.adoc:99, documentation/content/en/books/arch-handbook/locking/_index.adoc:111, documentation/content/en/books/arch-handbook/locking/_index.adoc:117",
            "context": "",
            "note": "type: Table",
            "flags": "no-wrap",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 19,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 1,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1254462/?format=api",
            "priority": 100,
            "id": 1621426,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksarch-handbooklocking_index/el/?checksum=6534567ca83878ea",
            "url": "https://translate-dev.freebsd.org/api/units/1621426/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2024-02-17T12:28:58.889164Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksarch-handbooklocking_index/el/?format=api",
            "source": [
                "This mutex is allowed to recurse."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -9163142953829801051,
            "content_hash": -9163142953829801051,
            "location": "documentation/content/en/books/arch-handbook/locking/_index.adoc:80",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 20,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 6,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1126916/?format=api",
            "priority": 100,
            "id": 1621427,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksarch-handbooklocking_index/el/?checksum=00d5fa082ad9e3a5",
            "url": "https://translate-dev.freebsd.org/api/units/1621427/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2024-02-17T12:28:58.889824Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksarch-handbooklocking_index/el/?format=api",
            "source": [
                "Protectees"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 779818057129129108,
            "content_hash": 779818057129129108,
            "location": "documentation/content/en/books/arch-handbook/locking/_index.adoc:81, documentation/content/en/books/arch-handbook/locking/_index.adoc:94, documentation/content/en/books/arch-handbook/locking/_index.adoc:132",
            "context": "",
            "note": "type: Table",
            "flags": "no-wrap",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 21,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 1,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1126918/?format=api",
            "priority": 100,
            "id": 1621428,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksarch-handbooklocking_index/el/?checksum=8ad278642c9df494",
            "url": "https://translate-dev.freebsd.org/api/units/1621428/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2024-02-17T12:28:58.890466Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksarch-handbooklocking_index/el/?format=api",
            "source": [
                "A list of data structures or data structure members that this entry protects. For data structure members, the name will be in the form of `structure name`.`member name`."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -8921769945830043636,
            "content_hash": -8921769945830043636,
            "location": "documentation/content/en/books/arch-handbook/locking/_index.adoc:83",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 22,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 28,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1126920/?format=api",
            "priority": 100,
            "id": 1621429,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksarch-handbooklocking_index/el/?checksum=042f8180fb0b500c",
            "url": "https://translate-dev.freebsd.org/api/units/1621429/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2024-02-17T12:28:58.891128Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksarch-handbooklocking_index/el/?format=api",
            "source": [
                "Dependent Functions"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -6478986939802254154,
            "content_hash": -6478986939802254154,
            "location": "documentation/content/en/books/arch-handbook/locking/_index.adoc:84, documentation/content/en/books/arch-handbook/locking/_index.adoc:96",
            "context": "",
            "note": "type: Table",
            "flags": "no-wrap",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 23,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 2,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1126922/?format=api",
            "priority": 100,
            "id": 1621430,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksarch-handbooklocking_index/el/?checksum=261603b494b104b6",
            "url": "https://translate-dev.freebsd.org/api/units/1621430/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2024-02-17T12:28:58.891770Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksarch-handbooklocking_index/el/?format=api",
            "source": [
                "Functions that can only be called if this mutex is held."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 6400260992536811913,
            "content_hash": 6400260992536811913,
            "location": "documentation/content/en/books/arch-handbook/locking/_index.adoc:86",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 24,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 11,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1126924/?format=api",
            "priority": 100,
            "id": 1621431,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksarch-handbooklocking_index/el/?checksum=d8d24b7671f21989",
            "url": "https://translate-dev.freebsd.org/api/units/1621431/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2024-02-17T12:28:58.892385Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksarch-handbooklocking_index/el/?format=api",
            "source": [
                "Mutex List"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 5976534802679943698,
            "content_hash": 5976534802679943698,
            "location": "documentation/content/en/books/arch-handbook/locking/_index.adoc:87",
            "context": "",
            "note": "type: Block title",
            "flags": "no-wrap",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 25,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 2,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1126926/?format=api",
            "priority": 100,
            "id": 1621432,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksarch-handbooklocking_index/el/?checksum=d2f0eabced7f5212",
            "url": "https://translate-dev.freebsd.org/api/units/1621432/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2024-02-17T12:28:58.893021Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksarch-handbooklocking_index/el/?format=api",
            "source": [
                "sched_lock"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 5261785180216985097,
            "content_hash": 5261785180216985097,
            "location": "documentation/content/en/books/arch-handbook/locking/_index.adoc:97",
            "context": "",
            "note": "type: Table",
            "flags": "no-wrap",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 26,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 1,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1383624/?format=api",
            "priority": 100,
            "id": 1621433,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksarch-handbooklocking_index/el/?checksum=c9059dbe473f8609",
            "url": "https://translate-dev.freebsd.org/api/units/1621433/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2024-02-17T12:28:58.893638Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksarch-handbooklocking_index/el/?format=api",
            "source": [
                "\"sched lock\""
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 4003477196649026233,
            "content_hash": 4003477196649026233,
            "location": "documentation/content/en/books/arch-handbook/locking/_index.adoc:98",
            "context": "",
            "note": "type: Table",
            "flags": "no-wrap",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 27,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 2,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1383626/?format=api",
            "priority": 100,
            "id": 1621434,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksarch-handbooklocking_index/el/?checksum=b78f354c8ca452b9",
            "url": "https://translate-dev.freebsd.org/api/units/1621434/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2024-02-17T12:28:58.894263Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksarch-handbooklocking_index/el/?format=api",
            "source": [
                "`MTX_SPIN` \\"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 1689564401926599307,
            "content_hash": 1689564401926599307,
            "location": "documentation/content/en/books/arch-handbook/locking/_index.adoc:98, documentation/content/en/books/arch-handbook/locking/_index.adoc:116",
            "context": "",
            "note": "type: Table",
            "flags": "no-wrap",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 28,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 2,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1383628/?format=api",
            "priority": 100,
            "id": 1621435,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksarch-handbooklocking_index/el/?checksum=977289df31faf28b",
            "url": "https://translate-dev.freebsd.org/api/units/1621435/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2024-02-17T12:28:58.894877Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksarch-handbooklocking_index/el/?format=api",
            "source": [
                "`_gmonparam`, `cnt.v_swtch`, `cp_time`, `curpriority`, `mtx`.`mtx_blocked`, `mtx`.`mtx_contested`, `proc`.`p_procq`, `proc`.`p_slpq`, `proc`.`p_sflag`, `proc`.`p_stat`, `proc`.`p_estcpu`, `proc`.`p_cpticks` `proc`.`p_pctcpu`, `proc`.`p_wchan`, `proc`.`p_wmesg`, `proc`.`p_swtime`, `proc`.`p_slptime`, `proc`.`p_runtime`, `proc`.`p_uu`, `proc`.`p_su`, `proc`.`p_iu`, `proc`.`p_uticks`, `proc`.`p_sticks`, `proc`.`p_iticks`, `proc`.`p_oncpu`, `proc`.`p_lastcpu`, `proc`.`p_rqindex`, `proc`.`p_heldmtx`, `proc`.`p_blocked`, `proc`.`p_mtxname`, `proc`.`p_contested`, `proc`.`p_priority`, `proc`.`p_usrpri`, `proc`.`p_nativepri`, `proc`.`p_nice`, `proc`.`p_rtprio`, `pscnt`, `slpque`, `itqueuebits`, `itqueues`, `rtqueuebits`, `rtqueues`, `queuebits`, `queues`, `idqueuebits`, `idqueues`, `switchtime`, `switchticks`"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 4113403029064355037,
            "content_hash": 4113403029064355037,
            "location": "documentation/content/en/books/arch-handbook/locking/_index.adoc:100",
            "context": "",
            "note": "type: Table",
            "flags": "no-wrap",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 29,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 48,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1383630/?format=api",
            "priority": 100,
            "id": 1621436,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksarch-handbooklocking_index/el/?checksum=b915be42dd658cdd",
            "url": "https://translate-dev.freebsd.org/api/units/1621436/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2024-02-17T12:28:58.895485Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksarch-handbooklocking_index/el/?format=api",
            "source": [
                "`setrunqueue`, `remrunqueue`, `mi_switch`, `chooseproc`, `schedclock`, `resetpriority`, `updatepri`, `maybe_resched`, `cpu_switch`, `cpu_throw`, `need_resched`, `resched_wanted`, `clear_resched`, `aston`, `astoff`, `astpending`, `calcru`, `proc_compare`"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -4787054397919762654,
            "content_hash": -4787054397919762654,
            "location": "documentation/content/en/books/arch-handbook/locking/_index.adoc:102",
            "context": "",
            "note": "type: Table",
            "flags": "no-wrap",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 30,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 18,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1383632/?format=api",
            "priority": 100,
            "id": 1621437,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksarch-handbooklocking_index/el/?checksum=3d90f76353856722",
            "url": "https://translate-dev.freebsd.org/api/units/1621437/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2024-02-17T12:28:58.896159Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksarch-handbooklocking_index/el/?format=api",
            "source": [
                "vm86pcb_lock"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -8736376840011304583,
            "content_hash": -8736376840011304583,
            "location": "documentation/content/en/books/arch-handbook/locking/_index.adoc:103",
            "context": "",
            "note": "type: Table",
            "flags": "no-wrap",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 31,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 1,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1383634/?format=api",
            "priority": 100,
            "id": 1621438,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksarch-handbooklocking_index/el/?checksum=06c2278d232d3179",
            "url": "https://translate-dev.freebsd.org/api/units/1621438/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2024-02-17T12:28:58.896834Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksarch-handbooklocking_index/el/?format=api",
            "source": [
                "\"vm86pcb lock\""
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -3678634598262471963,
            "content_hash": -3678634598262471963,
            "location": "documentation/content/en/books/arch-handbook/locking/_index.adoc:104",
            "context": "",
            "note": "type: Table",
            "flags": "no-wrap",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 32,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 2,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1383636/?format=api",
            "priority": 100,
            "id": 1621439,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksarch-handbooklocking_index/el/?checksum=4cf2dd52b81a82e5",
            "url": "https://translate-dev.freebsd.org/api/units/1621439/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2024-02-17T12:28:58.897444Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksarch-handbooklocking_index/el/?format=api",
            "source": [
                "`vm86pcb`"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 4884101664585458001,
            "content_hash": 4884101664585458001,
            "location": "documentation/content/en/books/arch-handbook/locking/_index.adoc:106",
            "context": "",
            "note": "type: Table",
            "flags": "no-wrap",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 33,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 1,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1383638/?format=api",
            "priority": 100,
            "id": 1621440,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksarch-handbooklocking_index/el/?checksum=c3c7d0963c82a151",
            "url": "https://translate-dev.freebsd.org/api/units/1621440/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2024-02-17T12:28:58.898057Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksarch-handbooklocking_index/el/?format=api",
            "source": [
                "`vm86_bioscall`"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 3669532652531621251,
            "content_hash": 3669532652531621251,
            "location": "documentation/content/en/books/arch-handbook/locking/_index.adoc:108",
            "context": "",
            "note": "type: Table",
            "flags": "no-wrap",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 34,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 1,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1383640/?format=api",
            "priority": 100,
            "id": 1621441,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksarch-handbooklocking_index/el/?checksum=b2eccc8165d81d83",
            "url": "https://translate-dev.freebsd.org/api/units/1621441/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2024-02-17T12:28:58.898668Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksarch-handbooklocking_index/el/?format=api",
            "source": [
                "Giant"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -2216426809839844083,
            "content_hash": -2216426809839844083,
            "location": "documentation/content/en/books/arch-handbook/locking/_index.adoc:109",
            "context": "",
            "note": "type: Table",
            "flags": "no-wrap",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 35,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 1,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1383642/?format=api",
            "priority": 100,
            "id": 1621442,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksarch-handbooklocking_index/el/?checksum=613dab8f40d8050d",
            "url": "https://translate-dev.freebsd.org/api/units/1621442/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2024-02-17T12:28:58.899260Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksarch-handbooklocking_index/el/?format=api",
            "source": [
                "\"Giant\""
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 7955791296868272728,
            "content_hash": 7955791296868272728,
            "location": "documentation/content/en/books/arch-handbook/locking/_index.adoc:110",
            "context": "",
            "note": "type: Table",
            "flags": "no-wrap",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 36,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 1,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1383644/?format=api",
            "priority": 100,
            "id": 1621443,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksarch-handbooklocking_index/el/?checksum=ee68a6086cfa4a58",
            "url": "https://translate-dev.freebsd.org/api/units/1621443/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2024-02-17T12:28:58.899863Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksarch-handbooklocking_index/el/?format=api",
            "source": [
                "`MTX_DEF` \\"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 1915039660268720709,
            "content_hash": 1915039660268720709,
            "location": "documentation/content/en/books/arch-handbook/locking/_index.adoc:110",
            "context": "",
            "note": "type: Table",
            "flags": "no-wrap",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 37,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 2,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1383646/?format=api",
            "priority": 100,
            "id": 1621444,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksarch-handbooklocking_index/el/?checksum=9a93966cb91a1245",
            "url": "https://translate-dev.freebsd.org/api/units/1621444/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2024-02-17T12:28:58.900526Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksarch-handbooklocking_index/el/?format=api",
            "source": [
                "nearly everything"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -2777634655139999966,
            "content_hash": -2777634655139999966,
            "location": "documentation/content/en/books/arch-handbook/locking/_index.adoc:112",
            "context": "",
            "note": "type: Table",
            "flags": "no-wrap",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 38,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 2,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1383648/?format=api",
            "priority": 100,
            "id": 1621445,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksarch-handbooklocking_index/el/?checksum=5973dbff6890cf22",
            "url": "https://translate-dev.freebsd.org/api/units/1621445/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2024-02-17T12:28:58.901137Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksarch-handbooklocking_index/el/?format=api",
            "source": [
                "lots"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 4358170649357485582,
            "content_hash": 4358170649357485582,
            "location": "documentation/content/en/books/arch-handbook/locking/_index.adoc:114",
            "context": "",
            "note": "type: Table",
            "flags": "no-wrap",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 39,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 1,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1383650/?format=api",
            "priority": 100,
            "id": 1621446,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksarch-handbooklocking_index/el/?checksum=bc7b551d717c860e",
            "url": "https://translate-dev.freebsd.org/api/units/1621446/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2024-02-17T12:28:58.901752Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksarch-handbooklocking_index/el/?format=api",
            "source": [
                "callout_lock"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 3899000422826289159,
            "content_hash": 3899000422826289159,
            "location": "documentation/content/en/books/arch-handbook/locking/_index.adoc:115",
            "context": "",
            "note": "type: Table",
            "flags": "no-wrap",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 40,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 1,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1383652/?format=api",
            "priority": 100,
            "id": 1621447,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksarch-handbooklocking_index/el/?checksum=b61c083a0da8a807",
            "url": "https://translate-dev.freebsd.org/api/units/1621447/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2024-02-17T12:28:58.902377Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksarch-handbooklocking_index/el/?format=api",
            "source": [
                "\"callout lock\""
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 4251499075206422806,
            "content_hash": 4251499075206422806,
            "location": "documentation/content/en/books/arch-handbook/locking/_index.adoc:116",
            "context": "",
            "note": "type: Table",
            "flags": "no-wrap",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 41,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 2,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1383654/?format=api",
            "priority": 100,
            "id": 1621448,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksarch-handbooklocking_index/el/?checksum=bb005be22c94a116",
            "url": "https://translate-dev.freebsd.org/api/units/1621448/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2024-02-17T12:28:58.902992Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksarch-handbooklocking_index/el/?format=api",
            "source": [
                "`callfree`, `callwheel`, `nextsoftcheck`, `proc`.`p_itcallout`, `proc`.`p_slpcallout`, `softticks`, `ticks`"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 4343136833933849,
            "content_hash": 4343136833933849,
            "location": "documentation/content/en/books/arch-handbook/locking/_index.adoc:118",
            "context": "",
            "note": "type: Table",
            "flags": "no-wrap",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 42,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 7,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1383656/?format=api",
            "priority": 100,
            "id": 1621449,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksarch-handbooklocking_index/el/?checksum=800f6e0f58329219",
            "url": "https://translate-dev.freebsd.org/api/units/1621449/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2024-02-17T12:28:58.903587Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksarch-handbooklocking_index/el/?format=api",
            "source": [
                "Shared Exclusive Locks"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -2960010127592402150,
            "content_hash": -2960010127592402150,
            "location": "documentation/content/en/books/arch-handbook/locking/_index.adoc:122",
            "context": "",
            "note": "type: Title ==",
            "flags": "no-wrap",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 43,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 3,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1126930/?format=api",
            "priority": 100,
            "id": 1621450,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksarch-handbooklocking_index/el/?checksum=56ebee78c54bd31a",
            "url": "https://translate-dev.freebsd.org/api/units/1621450/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2024-02-17T12:28:58.904196Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksarch-handbooklocking_index/el/?format=api",
            "source": [
                "These locks provide basic reader-writer type functionality and may be held by a sleeping process. Currently they are backed by man:lockmgr[9]."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -2165233874447815241,
            "content_hash": -2165233874447815241,
            "location": "documentation/content/en/books/arch-handbook/locking/_index.adoc:125",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 44,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 21,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1126932/?format=api",
            "priority": 100,
            "id": 1621451,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksarch-handbooklocking_index/el/?checksum=61f38b4359e52db7",
            "url": "https://translate-dev.freebsd.org/api/units/1621451/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2024-02-17T12:28:58.904816Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksarch-handbooklocking_index/el/?format=api",
            "source": [
                "Shared Exclusive Lock List"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -6707372959064874127,
            "content_hash": -6707372959064874127,
            "location": "documentation/content/en/books/arch-handbook/locking/_index.adoc:126",
            "context": "",
            "note": "type: Block title",
            "flags": "no-wrap",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 45,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 4,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1126934/?format=api",
            "priority": 100,
            "id": 1621452,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksarch-handbooklocking_index/el/?checksum=22ea9fd4b6e0a371",
            "url": "https://translate-dev.freebsd.org/api/units/1621452/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2024-02-17T12:28:58.905448Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksarch-handbooklocking_index/el/?format=api",
            "source": [
                "`allproc_lock`"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -4659814574224331397,
            "content_hash": -4659814574224331397,
            "location": "documentation/content/en/books/arch-handbook/locking/_index.adoc:133",
            "context": "",
            "note": "type: Table",
            "flags": "no-wrap",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 46,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 1,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1383658/?format=api",
            "priority": 100,
            "id": 1621453,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksarch-handbooklocking_index/el/?checksum=3f550355602bad7b",
            "url": "https://translate-dev.freebsd.org/api/units/1621453/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2024-02-17T12:28:58.906036Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksarch-handbooklocking_index/el/?format=api",
            "source": [
                "`allproc` `zombproc` `pidhashtbl` `proc`.`p_list` `proc`.`p_hash` `nextpid`"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -6971634397831045478,
            "content_hash": -6971634397831045478,
            "location": "documentation/content/en/books/arch-handbook/locking/_index.adoc:135",
            "context": "",
            "note": "type: Table",
            "flags": "no-wrap",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 47,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 6,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1383660/?format=api",
            "priority": 100,
            "id": 1621454,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksarch-handbooklocking_index/el/?checksum=1f3fc773d562de9a",
            "url": "https://translate-dev.freebsd.org/api/units/1621454/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2024-02-17T12:28:58.906650Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksarch-handbooklocking_index/el/?format=api",
            "source": [
                "`proctree_lock`"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -5179392039121477326,
            "content_hash": -5179392039121477326,
            "location": "documentation/content/en/books/arch-handbook/locking/_index.adoc:136",
            "context": "",
            "note": "type: Table",
            "flags": "no-wrap",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 48,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 1,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1383662/?format=api",
            "priority": 100,
            "id": 1621455,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksarch-handbooklocking_index/el/?checksum=381f1a61cbada132",
            "url": "https://translate-dev.freebsd.org/api/units/1621455/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2024-02-17T12:28:58.907252Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksarch-handbooklocking_index/el/?format=api",
            "source": [
                "`proc`.`p_children` `proc`.`p_sibling`"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -1732862417082931346,
            "content_hash": -1732862417082931346,
            "location": "documentation/content/en/books/arch-handbook/locking/_index.adoc:137",
            "context": "",
            "note": "type: Table",
            "flags": "no-wrap",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 49,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 2,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1383664/?format=api",
            "priority": 100,
            "id": 1621456,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksarch-handbooklocking_index/el/?checksum=67f3a2d01125a76e",
            "url": "https://translate-dev.freebsd.org/api/units/1621456/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2024-02-17T12:28:58.907846Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksarch-handbooklocking_index/el/?format=api",
            "source": [
                "Atomically Protected Variables"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 709696939165345057,
            "content_hash": 709696939165345057,
            "location": "documentation/content/en/books/arch-handbook/locking/_index.adoc:140",
            "context": "",
            "note": "type: Title ==",
            "flags": "no-wrap",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 50,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 3,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1126938/?format=api",
            "priority": 100,
            "id": 1621457,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksarch-handbooklocking_index/el/?checksum=89d9599b2521e521",
            "url": "https://translate-dev.freebsd.org/api/units/1621457/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2024-02-17T12:28:58.908467Z"
        }
    ]
}