Translation components API.

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

GET /api/translations/documentation/booksdesign-44bsd_index/pt_BR/units/?format=api
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 291,
    "next": "https://translate-dev.freebsd.org/api/translations/documentation/booksdesign-44bsd_index/pt_BR/units/?format=api&page=2",
    "previous": null,
    "results": [
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksdesign-44bsd_index/pt_BR/?format=api",
            "source": [
                "The Design and Implementation of the 4.4BSD Operating System"
            ],
            "previous_source": "",
            "target": [
                "O Design e a Implementação do Sistema Operacional 4.4BSD"
            ],
            "id_hash": -1829961191889299478,
            "content_hash": -1829961191889299478,
            "location": "documentation/content/en/books/design-44bsd/_index.adoc:1, documentation/content/en/books/design-44bsd/_index.adoc:16",
            "context": "",
            "note": "type: Title =",
            "flags": "no-wrap",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 2,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 9,
            "source_unit": "https://translate-dev.freebsd.org/api/units/385621/?format=api",
            "priority": 100,
            "id": 385622,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksdesign-44bsd_index/pt_BR/?checksum=669aabfdd4b017ea",
            "url": "https://translate-dev.freebsd.org/api/units/385622/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-02-21T23:25:12.848629Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksdesign-44bsd_index/pt_BR/?format=api",
            "source": [
                "'''"
            ],
            "previous_source": "",
            "target": [
                "'''"
            ],
            "id_hash": -2596281593872070506,
            "content_hash": -2596281593872070506,
            "location": "documentation/content/en/books/design-44bsd/_index.adoc:50",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 3,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 1,
            "source_unit": "https://translate-dev.freebsd.org/api/units/385623/?format=api",
            "priority": 100,
            "id": 385624,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksdesign-44bsd_index/pt_BR/?checksum=5bf827a5645ec896",
            "url": "https://translate-dev.freebsd.org/api/units/385624/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-02-21T23:25:12.883827Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksdesign-44bsd_index/pt_BR/?format=api",
            "source": [
                "Design Overview of 4.4BSD"
            ],
            "previous_source": "",
            "target": [
                "Visão geral do Design do 4.4BSD"
            ],
            "id_hash": -5200805800821604192,
            "content_hash": -5200805800821604192,
            "location": "documentation/content/en/books/design-44bsd/_index.adoc:54",
            "context": "",
            "note": "type: Title ==",
            "flags": "no-wrap",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 4,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 4,
            "source_unit": "https://translate-dev.freebsd.org/api/units/385625/?format=api",
            "priority": 100,
            "id": 385626,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksdesign-44bsd_index/pt_BR/?checksum=37d306ade03cc0a0",
            "url": "https://translate-dev.freebsd.org/api/units/385626/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-02-21T23:25:12.907117Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksdesign-44bsd_index/pt_BR/?format=api",
            "source": [
                "4.4BSD Facilities and the Kernel"
            ],
            "previous_source": "",
            "target": [
                "O kernel e as facilidades do 4.4BSD"
            ],
            "id_hash": -6268437430259575778,
            "content_hash": -6268437430259575778,
            "location": "documentation/content/en/books/design-44bsd/_index.adoc:57",
            "context": "",
            "note": "type: Title ===",
            "flags": "no-wrap",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 5,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 5,
            "source_unit": "https://translate-dev.freebsd.org/api/units/385627/?format=api",
            "priority": 100,
            "id": 385628,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksdesign-44bsd_index/pt_BR/?checksum=2902095e689d941e",
            "url": "https://translate-dev.freebsd.org/api/units/385628/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-02-21T23:25:12.926660Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksdesign-44bsd_index/pt_BR/?format=api",
            "source": [
                "Processes constitute a thread of control in an address space. Mechanisms for creating, terminating, and otherwise controlling processes are described in Chapter 4. The system multiplexes separate virtual-address spaces for each process; this memory management is discussed in Chapter 5."
            ],
            "previous_source": "",
            "target": [
                "Processos constituem uma thread de controle em um endereço de memória. Mecanismos para criação, finalização, e outras formas de controle de processos são descritos no Capítulo 4. O sistema multiplexa separados espaços de endereços virtuais para cada processo; esse gerenciamento de memória é discutido no Capítulo 5."
            ],
            "id_hash": -6495955904952775455,
            "content_hash": -6495955904952775455,
            "location": "documentation/content/en/books/design-44bsd/_index.adoc:63",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 7,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 40,
            "source_unit": "https://translate-dev.freebsd.org/api/units/385631/?format=api",
            "priority": 100,
            "id": 385632,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksdesign-44bsd_index/pt_BR/?checksum=25d9ba8580b04ce1",
            "url": "https://translate-dev.freebsd.org/api/units/385632/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-02-21T23:25:12.967779Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksdesign-44bsd_index/pt_BR/?format=api",
            "source": [
                "The user interface to the filesystem and devices is similar; common aspects are discussed in Chapter 6. The filesystem is a set of named files, organized in a tree-structured hierarchy of directories, and of operations to manipulate them, as presented in Chapter 7. Files reside on physical media such as disks. 4.4BSD supports several organizations of data on the disk, as set forth in Chapter 8. Access to files on remote machines is the subject of Chapter 9. Terminals are used to access the system; their operation is the subject of Chapter 10."
            ],
            "previous_source": "",
            "target": [
                "A interface do usuário para o sistema de arquivos e dispositivos é similar; aspectos comuns são discutidos no Capítulo 6. O sistema de arquivos é um conjunto de arquivos nomeados, organizados em uma hierarquia de árvore-estruturada de diretórios, e de operações para manipulá-los, como apresentado no Capítulo 7. Arquivos residem em uma mídia física como discos. 4.4BSD suporta diversas organizações de dados no disco, como mostrado em frente no Capítulo 8. Acesso a arquivos em máquinas remotas é o assunto do capítulo 9. Terminais são usados para acessar o sistema; a operação deles é o assunto do Capítulo 10."
            ],
            "id_hash": -5402500572771756274,
            "content_hash": -5402500572771756274,
            "location": "documentation/content/en/books/design-44bsd/_index.adoc:64",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 8,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 93,
            "source_unit": "https://translate-dev.freebsd.org/api/units/385633/?format=api",
            "priority": 100,
            "id": 385634,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksdesign-44bsd_index/pt_BR/?checksum=3506765a4d18570e",
            "url": "https://translate-dev.freebsd.org/api/units/385634/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-02-21T23:25:12.989002Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksdesign-44bsd_index/pt_BR/?format=api",
            "source": [
                "Communication mechanisms provided by traditional UNIX systems include simplex reliable byte streams between related processes (see pipes, Section 11.1), and notification of exceptional events (see signals, Section 4.7). 4.4BSD also has a general interprocess-communication facility. This facility, described in Chapter 11, uses access mechanisms distinct from those of the filesystem, but, once a connection is set up, a process can access it as though it were a pipe. There is a general networking framework, discussed in Chapter 12, that is normally used as a layer underlying the IPC facility. Chapter 13 describes a particular networking implementation in detail."
            ],
            "previous_source": "",
            "target": [
                "Mecanismos de comunicação providos por sistemas tradicionais UNIX incluem confiáveis bytes streams simplex entre processos relacionados (veja pipes, Seção 11.1), e notificação de eventos excepcionais (veja signals, Seção 4.7). 4.4BSD também possui um mecanismo geral de comunicação interprocessual. Esse mecanismo, descrito no Capítulo 11, usa mecanismos de acessos distintos daqueles do sistema de arquivos, mas, uma  vez que uma conexão é realizada, um processo pode acessá-la como se fosse um pipe. Existe um framework geral de rede, discutido no capítulo 12, que é normalmente usado como uma camada de base para o mecanismo IPC. O Capítulo 13 descreve uma implementação de rede particular em detalhe."
            ],
            "id_hash": -5528279431853908789,
            "content_hash": -5528279431853908789,
            "location": "documentation/content/en/books/design-44bsd/_index.adoc:65",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 9,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": true,
            "num_words": 98,
            "source_unit": "https://translate-dev.freebsd.org/api/units/385635/?format=api",
            "priority": 100,
            "id": 385636,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksdesign-44bsd_index/pt_BR/?checksum=33479b25953fdccb",
            "url": "https://translate-dev.freebsd.org/api/units/385636/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-02-21T23:25:13.011447Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksdesign-44bsd_index/pt_BR/?format=api",
            "source": [
                "Any real operating system has operational issues, such as how to start it running. Startup and operational issues are described in Chapter 14."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 5402240381877584380,
            "content_hash": 5402240381877584380,
            "location": "documentation/content/en/books/design-44bsd/_index.adoc:66",
            "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": 23,
            "source_unit": "https://translate-dev.freebsd.org/api/units/385637/?format=api",
            "priority": 100,
            "id": 385638,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksdesign-44bsd_index/pt_BR/?checksum=caf89d01491581fc",
            "url": "https://translate-dev.freebsd.org/api/units/385638/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-02-21T23:25:13.048993Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksdesign-44bsd_index/pt_BR/?format=api",
            "source": [
                "The Kernel"
            ],
            "previous_source": "",
            "target": [
                "O Kernel"
            ],
            "id_hash": 1661295362874921235,
            "content_hash": 1661295362874921235,
            "location": "documentation/content/en/books/design-44bsd/_index.adoc:71",
            "context": "",
            "note": "type: Title ====",
            "flags": "no-wrap",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 12,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 2,
            "source_unit": "https://translate-dev.freebsd.org/api/units/385641/?format=api",
            "priority": 100,
            "id": 385642,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksdesign-44bsd_index/pt_BR/?checksum=970e1b54a329d113",
            "url": "https://translate-dev.freebsd.org/api/units/385642/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-02-21T23:25:13.160357Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksdesign-44bsd_index/pt_BR/?format=api",
            "source": [
                "Kernel Organization"
            ],
            "previous_source": "",
            "target": [
                "Organização do Kernel"
            ],
            "id_hash": 5833847985289748759,
            "content_hash": 5833847985289748759,
            "location": "documentation/content/en/books/design-44bsd/_index.adoc:99",
            "context": "",
            "note": "type: Title ===",
            "flags": "no-wrap",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 18,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 2,
            "source_unit": "https://translate-dev.freebsd.org/api/units/385653/?format=api",
            "priority": 100,
            "id": 385654,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksdesign-44bsd_index/pt_BR/?checksum=d0f5fdd564d2e117",
            "url": "https://translate-dev.freebsd.org/api/units/385654/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-02-21T23:25:13.290479Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksdesign-44bsd_index/pt_BR/?format=api",
            "source": [
                "In this section, we view the organization of the 4.4BSD kernel in two ways:"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -7412688540971344318,
            "content_hash": -7412688540971344318,
            "location": "documentation/content/en/books/design-44bsd/_index.adoc:102",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 19,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 14,
            "source_unit": "https://translate-dev.freebsd.org/api/units/385655/?format=api",
            "priority": 100,
            "id": 385656,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksdesign-44bsd_index/pt_BR/?checksum=1920d70bcccb5e42",
            "url": "https://translate-dev.freebsd.org/api/units/385656/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-02-21T23:25:13.308801Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksdesign-44bsd_index/pt_BR/?format=api",
            "source": [
                "As a static body of software, categorized by the functionality offered by the modules that make up the kernel"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 5233255531754019755,
            "content_hash": 5233255531754019755,
            "location": "documentation/content/en/books/design-44bsd/_index.adoc:105",
            "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": 19,
            "source_unit": "https://translate-dev.freebsd.org/api/units/385657/?format=api",
            "priority": 100,
            "id": 385658,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksdesign-44bsd_index/pt_BR/?checksum=c8a0422ddd0bdbab",
            "url": "https://translate-dev.freebsd.org/api/units/385658/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-02-21T23:25:13.328995Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksdesign-44bsd_index/pt_BR/?format=api",
            "source": [
                "By its dynamic operation, categorized according to the services provided to users"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -329507444841864423,
            "content_hash": -329507444841864423,
            "location": "documentation/content/en/books/design-44bsd/_index.adoc:106",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 21,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 12,
            "source_unit": "https://translate-dev.freebsd.org/api/units/385659/?format=api",
            "priority": 100,
            "id": 385660,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksdesign-44bsd_index/pt_BR/?checksum=7b6d5ab9875aa319",
            "url": "https://translate-dev.freebsd.org/api/units/385660/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-02-21T23:25:13.348070Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksdesign-44bsd_index/pt_BR/?format=api",
            "source": [
                "Basic kernel facilities: timer and system-clock handling, descriptor management, and process management"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -4472203103501746926,
            "content_hash": -4472203103501746926,
            "location": "documentation/content/en/books/design-44bsd/_index.adoc:111",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 23,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 12,
            "source_unit": "https://translate-dev.freebsd.org/api/units/385663/?format=api",
            "priority": 100,
            "id": 385664,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksdesign-44bsd_index/pt_BR/?checksum=41ef8af8dc60fd12",
            "url": "https://translate-dev.freebsd.org/api/units/385664/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-02-21T23:25:13.389677Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksdesign-44bsd_index/pt_BR/?format=api",
            "source": [
                "Memory-management support: paging and swapping"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -2609797362850855473,
            "content_hash": -2609797362850855473,
            "location": "documentation/content/en/books/design-44bsd/_index.adoc:112",
            "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": 5,
            "source_unit": "https://translate-dev.freebsd.org/api/units/385665/?format=api",
            "priority": 100,
            "id": 385666,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksdesign-44bsd_index/pt_BR/?checksum=5bc82320338605cf",
            "url": "https://translate-dev.freebsd.org/api/units/385666/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-02-21T23:25:13.409625Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksdesign-44bsd_index/pt_BR/?format=api",
            "source": [
                "Generic system interfaces: the I/O, control, and multiplexing operations performed on descriptors"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -8493325821314059481,
            "content_hash": -8493325821314059481,
            "location": "documentation/content/en/books/design-44bsd/_index.adoc:113",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 25,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 12,
            "source_unit": "https://translate-dev.freebsd.org/api/units/385667/?format=api",
            "priority": 100,
            "id": 385668,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksdesign-44bsd_index/pt_BR/?checksum=0a21a52a42ec3327",
            "url": "https://translate-dev.freebsd.org/api/units/385668/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-02-21T23:25:13.428623Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksdesign-44bsd_index/pt_BR/?format=api",
            "source": [
                "The filesystem: files, directories, pathname translation, file locking, and I/O buffer management"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 5586427121012596322,
            "content_hash": 5586427121012596322,
            "location": "documentation/content/en/books/design-44bsd/_index.adoc:114",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 26,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 12,
            "source_unit": "https://translate-dev.freebsd.org/api/units/385669/?format=api",
            "priority": 100,
            "id": 385670,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksdesign-44bsd_index/pt_BR/?checksum=cd86f9de4f905e62",
            "url": "https://translate-dev.freebsd.org/api/units/385670/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-02-21T23:25:13.447844Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksdesign-44bsd_index/pt_BR/?format=api",
            "source": [
                "Terminal-handling support: the terminal-interface driver and terminal line disciplines"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 2130461658342528322,
            "content_hash": 2130461658342528322,
            "location": "documentation/content/en/books/design-44bsd/_index.adoc:115",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 27,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 9,
            "source_unit": "https://translate-dev.freebsd.org/api/units/385671/?format=api",
            "priority": 100,
            "id": 385672,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksdesign-44bsd_index/pt_BR/?checksum=9d90eb9731189542",
            "url": "https://translate-dev.freebsd.org/api/units/385672/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-02-21T23:25:13.874070Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksdesign-44bsd_index/pt_BR/?format=api",
            "source": [
                "Interprocess-communication facilities: sockets"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -601502117727577151,
            "content_hash": -601502117727577151,
            "location": "documentation/content/en/books/design-44bsd/_index.adoc:116",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 28,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 3,
            "source_unit": "https://translate-dev.freebsd.org/api/units/385673/?format=api",
            "priority": 100,
            "id": 385674,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksdesign-44bsd_index/pt_BR/?checksum=77a70902c533dbc1",
            "url": "https://translate-dev.freebsd.org/api/units/385674/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-02-21T23:25:13.891563Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksdesign-44bsd_index/pt_BR/?format=api",
            "source": [
                "Support for network communication: communication protocols and generic network facilities, such as routing"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -5678755790962918359,
            "content_hash": -5678755790962918359,
            "location": "documentation/content/en/books/design-44bsd/_index.adoc:117",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 29,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 13,
            "source_unit": "https://translate-dev.freebsd.org/api/units/385675/?format=api",
            "priority": 100,
            "id": 385676,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksdesign-44bsd_index/pt_BR/?checksum=313101b209767c29",
            "url": "https://translate-dev.freebsd.org/api/units/385676/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-02-21T23:25:13.911280Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksdesign-44bsd_index/pt_BR/?format=api",
            "source": [
                "Machine-independent software in the 4.4BSD kernel"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -9070922138914996851,
            "content_hash": -9070922138914996851,
            "location": "documentation/content/en/books/design-44bsd/_index.adoc:118",
            "context": "",
            "note": "type: Block title",
            "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": 6,
            "source_unit": "https://translate-dev.freebsd.org/api/units/385677/?format=api",
            "priority": 100,
            "id": 385678,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksdesign-44bsd_index/pt_BR/?checksum=021d9c5fdcbebd8d",
            "url": "https://translate-dev.freebsd.org/api/units/385678/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-02-21T23:25:13.933784Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksdesign-44bsd_index/pt_BR/?format=api",
            "source": [
                "Most of the software in these categories is machine independent and is portable across different hardware architectures."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -1633629682571695949,
            "content_hash": -1633629682571695949,
            "location": "documentation/content/en/books/design-44bsd/_index.adoc:146",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 92,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 17,
            "source_unit": "https://translate-dev.freebsd.org/api/units/385681/?format=api",
            "priority": 100,
            "id": 385682,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksdesign-44bsd_index/pt_BR/?checksum=69542e7583c7a8b3",
            "url": "https://translate-dev.freebsd.org/api/units/385682/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-02-21T23:25:13.982303Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksdesign-44bsd_index/pt_BR/?format=api",
            "source": [
                "Low-level system-startup actions"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -865491195844803096,
            "content_hash": -865491195844803096,
            "location": "documentation/content/en/books/design-44bsd/_index.adoc:153",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 94,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 3,
            "source_unit": "https://translate-dev.freebsd.org/api/units/385685/?format=api",
            "priority": 100,
            "id": 385686,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksdesign-44bsd_index/pt_BR/?checksum=73fd2857cb7145e8",
            "url": "https://translate-dev.freebsd.org/api/units/385686/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-02-21T23:25:14.063722Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksdesign-44bsd_index/pt_BR/?format=api",
            "source": [
                "Trap and fault handling"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 6454642754463369112,
            "content_hash": 6454642754463369112,
            "location": "documentation/content/en/books/design-44bsd/_index.adoc:154",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 95,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 4,
            "source_unit": "https://translate-dev.freebsd.org/api/units/385687/?format=api",
            "priority": 100,
            "id": 385688,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksdesign-44bsd_index/pt_BR/?checksum=d9937f6313d68798",
            "url": "https://translate-dev.freebsd.org/api/units/385688/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-02-21T23:25:14.081514Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksdesign-44bsd_index/pt_BR/?format=api",
            "source": [
                "Low-level manipulation of the run-time context of a process"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 1079528066062493253,
            "content_hash": 1079528066062493253,
            "location": "documentation/content/en/books/design-44bsd/_index.adoc:155",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 96,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 9,
            "source_unit": "https://translate-dev.freebsd.org/api/units/385689/?format=api",
            "priority": 100,
            "id": 385690,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksdesign-44bsd_index/pt_BR/?checksum=8efb410e76b82645",
            "url": "https://translate-dev.freebsd.org/api/units/385690/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-02-21T23:25:14.101440Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksdesign-44bsd_index/pt_BR/?format=api",
            "source": [
                "Configuration and initialization of hardware devices"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 8018527120932151203,
            "content_hash": 8018527120932151203,
            "location": "documentation/content/en/books/design-44bsd/_index.adoc:156",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 97,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 6,
            "source_unit": "https://translate-dev.freebsd.org/api/units/385691/?format=api",
            "priority": 100,
            "id": 385692,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksdesign-44bsd_index/pt_BR/?checksum=ef4787eeb8ff1fa3",
            "url": "https://translate-dev.freebsd.org/api/units/385692/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-02-21T23:25:14.120131Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksdesign-44bsd_index/pt_BR/?format=api",
            "source": [
                "Run-time support for I/O devices"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 6079560595309091056,
            "content_hash": 6079560595309091056,
            "location": "documentation/content/en/books/design-44bsd/_index.adoc:157",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 98,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 5,
            "source_unit": "https://translate-dev.freebsd.org/api/units/385693/?format=api",
            "priority": 100,
            "id": 385694,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksdesign-44bsd_index/pt_BR/?checksum=d45ef02689dc58f0",
            "url": "https://translate-dev.freebsd.org/api/units/385694/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-02-21T23:25:14.137138Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksdesign-44bsd_index/pt_BR/?format=api",
            "source": [
                "Machine-dependent software for the HP300 in the 4.4BSD kernel"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -473629976617125986,
            "content_hash": -473629976617125986,
            "location": "documentation/content/en/books/design-44bsd/_index.adoc:158",
            "context": "",
            "note": "type: Block title",
            "flags": "no-wrap",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 99,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 9,
            "source_unit": "https://translate-dev.freebsd.org/api/units/385695/?format=api",
            "priority": 100,
            "id": 385696,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksdesign-44bsd_index/pt_BR/?checksum=796d540bb0c2779e",
            "url": "https://translate-dev.freebsd.org/api/units/385696/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-02-21T23:25:14.158756Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksdesign-44bsd_index/pt_BR/?format=api",
            "source": [
                "Kernel Services"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 4764923629020516280,
            "content_hash": 4764923629020516280,
            "location": "documentation/content/en/books/design-44bsd/_index.adoc:184",
            "context": "",
            "note": "type: Title ===",
            "flags": "no-wrap",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 121,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 2,
            "source_unit": "https://translate-dev.freebsd.org/api/units/385703/?format=api",
            "priority": 100,
            "id": 385704,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksdesign-44bsd_index/pt_BR/?checksum=c22068cb81a20fb8",
            "url": "https://translate-dev.freebsd.org/api/units/385704/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-02-21T23:25:14.238362Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksdesign-44bsd_index/pt_BR/?format=api",
            "source": [
                "Process Management"
            ],
            "previous_source": "",
            "target": [
                "Gerenciamento de processos"
            ],
            "id_hash": -2322106472663569535,
            "content_hash": -2322106472663569535,
            "location": "documentation/content/en/books/design-44bsd/_index.adoc:210",
            "context": "",
            "note": "type: Title ===",
            "flags": "no-wrap",
            "labels": [],
            "state": 10,
            "fuzzy": true,
            "translated": false,
            "approved": false,
            "position": 125,
            "has_suggestion": true,
            "has_comment": false,
            "has_failing_check": true,
            "num_words": 2,
            "source_unit": "https://translate-dev.freebsd.org/api/units/385711/?format=api",
            "priority": 100,
            "id": 385712,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksdesign-44bsd_index/pt_BR/?checksum=5fc638775640ab81",
            "url": "https://translate-dev.freebsd.org/api/units/385712/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-02-21T23:25:14.317983Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksdesign-44bsd_index/pt_BR/?format=api",
            "source": [
                "Process lifecycle"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 6221690195775809244,
            "content_hash": 6221690195775809244,
            "location": "documentation/content/en/books/design-44bsd/_index.adoc:226",
            "context": "",
            "note": "type: Block title",
            "flags": "no-wrap",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 128,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 2,
            "source_unit": "https://translate-dev.freebsd.org/api/units/385717/?format=api",
            "priority": 100,
            "id": 385718,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksdesign-44bsd_index/pt_BR/?checksum=d657e244e5bf66dc",
            "url": "https://translate-dev.freebsd.org/api/units/385718/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-02-21T23:25:14.381379Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksdesign-44bsd_index/pt_BR/?format=api",
            "source": [
                "image:fig1.png[Process lifecycle]"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 4654026267458950739,
            "content_hash": 4654026267458950739,
            "location": "documentation/content/en/books/design-44bsd/_index.adoc:228",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 129,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 2,
            "source_unit": "https://translate-dev.freebsd.org/api/units/385719/?format=api",
            "priority": 100,
            "id": 385720,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksdesign-44bsd_index/pt_BR/?checksum=c0966c3b6f3a5653",
            "url": "https://translate-dev.freebsd.org/api/units/385720/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-02-21T23:25:14.399760Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksdesign-44bsd_index/pt_BR/?format=api",
            "source": [
                "The details of how the kernel creates and destroys processes are given in Chapter 5."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -8302403135023991859,
            "content_hash": -8302403135023991859,
            "location": "documentation/content/en/books/design-44bsd/_index.adoc:249",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 134,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 15,
            "source_unit": "https://translate-dev.freebsd.org/api/units/385729/?format=api",
            "priority": 100,
            "id": 385730,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksdesign-44bsd_index/pt_BR/?checksum=0cc7f05632ce33cd",
            "url": "https://translate-dev.freebsd.org/api/units/385730/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-02-21T23:25:14.505123Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksdesign-44bsd_index/pt_BR/?format=api",
            "source": [
                "Signals"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 7861220228036127469,
            "content_hash": 7861220228036127469,
            "location": "documentation/content/en/books/design-44bsd/_index.adoc:254",
            "context": "",
            "note": "type: Title ====",
            "flags": "no-wrap",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 136,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 1,
            "source_unit": "https://translate-dev.freebsd.org/api/units/385733/?format=api",
            "priority": 100,
            "id": 385734,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksdesign-44bsd_index/pt_BR/?checksum=ed18aa2599356aed",
            "url": "https://translate-dev.freebsd.org/api/units/385734/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-02-21T23:25:14.541441Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksdesign-44bsd_index/pt_BR/?format=api",
            "source": [
                "The detailed design and implementation of signals is described in Section 4.7."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 7711061836758774770,
            "content_hash": 7711061836758774770,
            "location": "documentation/content/en/books/design-44bsd/_index.adoc:282",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 142,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 12,
            "source_unit": "https://translate-dev.freebsd.org/api/units/385745/?format=api",
            "priority": 100,
            "id": 385746,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksdesign-44bsd_index/pt_BR/?checksum=eb0331e2b513f3f2",
            "url": "https://translate-dev.freebsd.org/api/units/385746/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-02-21T23:25:14.659293Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksdesign-44bsd_index/pt_BR/?format=api",
            "source": [
                "Process Groups and Sessions"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 2308526301125704726,
            "content_hash": 2308526301125704726,
            "location": "documentation/content/en/books/design-44bsd/_index.adoc:283",
            "context": "",
            "note": "type: Title ====",
            "flags": "no-wrap",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 143,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 4,
            "source_unit": "https://translate-dev.freebsd.org/api/units/385747/?format=api",
            "priority": 100,
            "id": 385748,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksdesign-44bsd_index/pt_BR/?checksum=a0098870953e7c16",
            "url": "https://translate-dev.freebsd.org/api/units/385748/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-02-21T23:25:14.677441Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksdesign-44bsd_index/pt_BR/?format=api",
            "source": [
                "Memory Management"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 2099002242228381739,
            "content_hash": 2099002242228381739,
            "location": "documentation/content/en/books/design-44bsd/_index.adoc:310",
            "context": "",
            "note": "type: Title ===",
            "flags": "no-wrap",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 149,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 2,
            "source_unit": "https://translate-dev.freebsd.org/api/units/385759/?format=api",
            "priority": 100,
            "id": 385760,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksdesign-44bsd_index/pt_BR/?checksum=9d21276b16c5682b",
            "url": "https://translate-dev.freebsd.org/api/units/385760/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-02-21T23:25:14.802619Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksdesign-44bsd_index/pt_BR/?format=api",
            "source": [
                "BSD Memory-Management Design Decisions"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 4126043840189051448,
            "content_hash": 4126043840189051448,
            "location": "documentation/content/en/books/design-44bsd/_index.adoc:329",
            "context": "",
            "note": "type: Title ====",
            "flags": "no-wrap",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 152,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 4,
            "source_unit": "https://translate-dev.freebsd.org/api/units/385765/?format=api",
            "priority": 100,
            "id": 385766,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksdesign-44bsd_index/pt_BR/?checksum=b942a7030e283238",
            "url": "https://translate-dev.freebsd.org/api/units/385766/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-02-21T23:25:14.865402Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksdesign-44bsd_index/pt_BR/?format=api",
            "source": [
                "Often, the user data are not page aligned and are not a multiple of the hardware page length."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -215577539149090868,
            "content_hash": -215577539149090868,
            "location": "documentation/content/en/books/design-44bsd/_index.adoc:364",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 158,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 18,
            "source_unit": "https://translate-dev.freebsd.org/api/units/385777/?format=api",
            "priority": 100,
            "id": 385778,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksdesign-44bsd_index/pt_BR/?checksum=7d021d5ecd772fcc",
            "url": "https://translate-dev.freebsd.org/api/units/385778/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-02-21T23:25:14.988633Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksdesign-44bsd_index/pt_BR/?format=api",
            "source": [
                "If the page is taken away from the process, it will no longer be able to reference that page. Some programs depend on the data remaining in the buffer even after those data have been written."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -5118490590502434074,
            "content_hash": -5118490590502434074,
            "location": "documentation/content/en/books/design-44bsd/_index.adoc:365",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 159,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 36,
            "source_unit": "https://translate-dev.freebsd.org/api/units/385779/?format=api",
            "priority": 100,
            "id": 385780,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksdesign-44bsd_index/pt_BR/?checksum=38f777ed46ec4ae6",
            "url": "https://translate-dev.freebsd.org/api/units/385780/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-02-21T23:25:15.008170Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksdesign-44bsd_index/pt_BR/?format=api",
            "source": [
                "If the process is allowed to keep a copy of the page (as it is in current 4.4BSD semantics), the page must be made _copy-on-write_. A copy-on-write page is one that is protected against being written by being made read-only. If the process attempts to modify the page, the kernel gets a write fault. The kernel then makes a copy of the page that the process can modify. Unfortunately, the typical process will immediately try to write new data to its output buffer, forcing the data to be copied anyway."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -3279490491398768268,
            "content_hash": -3279490491398768268,
            "location": "documentation/content/en/books/design-44bsd/_index.adoc:366",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 160,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 90,
            "source_unit": "https://translate-dev.freebsd.org/api/units/385781/?format=api",
            "priority": 100,
            "id": 385782,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksdesign-44bsd_index/pt_BR/?checksum=527ce8c607e7b974",
            "url": "https://translate-dev.freebsd.org/api/units/385782/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-02-21T23:25:15.029798Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksdesign-44bsd_index/pt_BR/?format=api",
            "source": [
                "When pages are remapped to new virtual-memory addresses, most memory-management hardware requires that the hardware address-translation cache be purged selectively. The cache purges are often slow. The net effect is that remapping is slower than copying for blocks of data less than 4 to 8 Kbyte."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 2447156447171678116,
            "content_hash": 2447156447171678116,
            "location": "documentation/content/en/books/design-44bsd/_index.adoc:367",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 161,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 46,
            "source_unit": "https://translate-dev.freebsd.org/api/units/385783/?format=api",
            "priority": 100,
            "id": 385784,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksdesign-44bsd_index/pt_BR/?checksum=a1f60bd2b7798fa4",
            "url": "https://translate-dev.freebsd.org/api/units/385784/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-02-21T23:25:15.050585Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksdesign-44bsd_index/pt_BR/?format=api",
            "source": [
                "Memory Management Inside the Kernel"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 746676589466998513,
            "content_hash": 746676589466998513,
            "location": "documentation/content/en/books/design-44bsd/_index.adoc:371",
            "context": "",
            "note": "type: Title ====",
            "flags": "no-wrap",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 163,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 5,
            "source_unit": "https://translate-dev.freebsd.org/api/units/385787/?format=api",
            "priority": 100,
            "id": 385788,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksdesign-44bsd_index/pt_BR/?checksum=8a5cba66ed47d6f1",
            "url": "https://translate-dev.freebsd.org/api/units/385788/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-02-21T23:25:15.089047Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksdesign-44bsd_index/pt_BR/?format=api",
            "source": [
                "I/O System"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -2445547610031488352,
            "content_hash": -2445547610031488352,
            "location": "documentation/content/en/books/design-44bsd/_index.adoc:390",
            "context": "",
            "note": "type: Title ===",
            "flags": "no-wrap",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 166,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 2,
            "source_unit": "https://translate-dev.freebsd.org/api/units/385793/?format=api",
            "priority": 100,
            "id": 385794,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksdesign-44bsd_index/pt_BR/?checksum=5e0fab67dec482a0",
            "url": "https://translate-dev.freebsd.org/api/units/385794/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-02-21T23:25:15.152846Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksdesign-44bsd_index/pt_BR/?format=api",
            "source": [
                "Descriptors and I/O"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 4647983525829485304,
            "content_hash": 4647983525829485304,
            "location": "documentation/content/en/books/design-44bsd/_index.adoc:402",
            "context": "",
            "note": "type: Title ====",
            "flags": "no-wrap",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 169,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 3,
            "source_unit": "https://translate-dev.freebsd.org/api/units/385799/?format=api",
            "priority": 100,
            "id": 385800,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksdesign-44bsd_index/pt_BR/?checksum=c080f46402ef22f8",
            "url": "https://translate-dev.freebsd.org/api/units/385800/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-02-21T23:25:15.235084Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksdesign-44bsd_index/pt_BR/?format=api",
            "source": [
                "A _file_ is a linear array of bytes with at least one name. A file exists until all its names are deleted explicitly and no process holds a descriptor for it. A process acquires a descriptor for a file by opening that file's name with the _open_ system call. I/O devices are accessed as files."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 4210645915440060235,
            "content_hash": 4210645915440060235,
            "location": "documentation/content/en/books/design-44bsd/_index.adoc:415",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 172,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 55,
            "source_unit": "https://translate-dev.freebsd.org/api/units/385805/?format=api",
            "priority": 100,
            "id": 385806,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksdesign-44bsd_index/pt_BR/?checksum=ba6f3826b0c1174b",
            "url": "https://translate-dev.freebsd.org/api/units/385806/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-02-21T23:25:15.326681Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksdesign-44bsd_index/pt_BR/?format=api",
            "source": [
                "A _pipe_ is a linear array of bytes, as is a file, but it is used solely as an I/O stream, and it is unidirectional. It also has no name, and thus cannot be opened with _open_. Instead, it is created by the _pipe_ system call, which returns two descriptors, one of which accepts input that is sent to the other descriptor reliably, without duplication, and in order. The system also supports a named pipe or FIFO. A FIFO has properties identical to a pipe, except that it appears in the filesystem; thus, it can be opened using the _open_ system call. Two processes that wish to communicate each open the FIFO: One opens it for reading, the other for writing."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 347697845245242033,
            "content_hash": 347697845245242033,
            "location": "documentation/content/en/books/design-44bsd/_index.adoc:416",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 173,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 121,
            "source_unit": "https://translate-dev.freebsd.org/api/units/385807/?format=api",
            "priority": 100,
            "id": 385808,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksdesign-44bsd_index/pt_BR/?checksum=84d345591b02eab1",
            "url": "https://translate-dev.freebsd.org/api/units/385808/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-02-21T23:25:15.382779Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksdesign-44bsd_index/pt_BR/?format=api",
            "source": [
                "A _socket_ is a transient object that is used for interprocess communication; it exists only as long as some process holds a descriptor referring to it. A socket is created by the _socket_ system call, which returns a descriptor for it. There are different kinds of sockets that support various communication semantics, such as reliable delivery of data, preservation of message ordering, and preservation of message boundaries."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 7349247905106112594,
            "content_hash": 7349247905106112594,
            "location": "documentation/content/en/books/design-44bsd/_index.adoc:417",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 174,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 67,
            "source_unit": "https://translate-dev.freebsd.org/api/units/385809/?format=api",
            "priority": 100,
            "id": 385810,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksdesign-44bsd_index/pt_BR/?checksum=e5fdc6081e223052",
            "url": "https://translate-dev.freebsd.org/api/units/385810/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-02-21T23:25:15.435990Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksdesign-44bsd_index/pt_BR/?format=api",
            "source": [
                "In systems before 4.2BSD, pipes were implemented using the filesystem; when sockets were introduced in 4.2BSD, pipes were reimplemented as sockets."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 4428544576870493657,
            "content_hash": 4428544576870493657,
            "location": "documentation/content/en/books/design-44bsd/_index.adoc:419",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 175,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 21,
            "source_unit": "https://translate-dev.freebsd.org/api/units/385811/?format=api",
            "priority": 100,
            "id": 385812,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksdesign-44bsd_index/pt_BR/?checksum=bd7559d448592dd9",
            "url": "https://translate-dev.freebsd.org/api/units/385812/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-02-21T23:25:15.479628Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksdesign-44bsd_index/pt_BR/?format=api",
            "source": [
                "Descriptor Management"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -327692760473909406,
            "content_hash": -327692760473909406,
            "location": "documentation/content/en/books/design-44bsd/_index.adoc:435",
            "context": "",
            "note": "type: Title ====",
            "flags": "no-wrap",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 179,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 2,
            "source_unit": "https://translate-dev.freebsd.org/api/units/385819/?format=api",
            "priority": 100,
            "id": 385820,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksdesign-44bsd_index/pt_BR/?checksum=7b73cd2ba87c4762",
            "url": "https://translate-dev.freebsd.org/api/units/385820/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-02-21T23:25:15.589197Z"
        }
    ]
}