Translation components API.

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

GET /api/translations/documentation/booksdevelopers-handbooktools_index/de_DE/units/?format=api&page=3
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 409,
    "next": "https://translate-dev.freebsd.org/api/translations/documentation/booksdevelopers-handbooktools_index/de_DE/units/?format=api&page=4",
    "previous": "https://translate-dev.freebsd.org/api/translations/documentation/booksdevelopers-handbooktools_index/de_DE/units/?format=api&page=2",
    "results": [
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksdevelopers-handbooktools_index/de_DE/?format=api",
            "source": [
                "What happens if we have hundreds of source files lying about? What if we are working in a team with other people who forget to tell us when they have changed one of their source files that we use?"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 251822745930683809,
            "content_hash": 251822745930683809,
            "location": "documentation/content/en/books/developers-handbook/tools/_index.adoc:499",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 154,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 39,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1067080/?format=api",
            "priority": 100,
            "id": 1069924,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksdevelopers-handbooktools_index/de_DE/?checksum=837ea774058fd5a1",
            "url": "https://translate-dev.freebsd.org/api/units/1069924/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-05-23T12:50:05.672018Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksdevelopers-handbooktools_index/de_DE/?format=api",
            "source": [
                "Example of Using `make`"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -402538280064195545,
            "content_hash": -402538280064195545,
            "location": "documentation/content/en/books/developers-handbook/tools/_index.adoc:511",
            "context": "",
            "note": "type: Title ===",
            "flags": "no-wrap",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 158,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 4,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1067088/?format=api",
            "priority": 100,
            "id": 1069928,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksdevelopers-handbooktools_index/de_DE/?checksum=7a69e5912846e427",
            "url": "https://translate-dev.freebsd.org/api/units/1069928/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-05-23T12:50:05.702944Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksdevelopers-handbooktools_index/de_DE/?format=api",
            "source": [
                "Here is a very simple make file:"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -455843244652565680,
            "content_hash": -455843244652565680,
            "location": "documentation/content/en/books/developers-handbook/tools/_index.adoc:514",
            "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": 7,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1067090/?format=api",
            "priority": 100,
            "id": 1069929,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksdevelopers-handbooktools_index/de_DE/?checksum=79ac84fbf138eb50",
            "url": "https://translate-dev.freebsd.org/api/units/1069929/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-05-23T12:50:05.770700Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksdevelopers-handbooktools_index/de_DE/?format=api",
            "source": [
                "foo: foo.c\n\tcc -o foo foo.c\n"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 8863983537938140558,
            "content_hash": 8863983537938140558,
            "location": "documentation/content/en/books/developers-handbook/tools/_index.adoc:519, documentation/content/en/books/developers-handbook/tools/_index.adoc:545",
            "context": "",
            "note": "type: delimited block . 4",
            "flags": "no-wrap",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 160,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 6,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1067092/?format=api",
            "priority": 100,
            "id": 1069930,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksdevelopers-handbooktools_index/de_DE/?checksum=fb03321079b68d8e",
            "url": "https://translate-dev.freebsd.org/api/units/1069930/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-05-23T12:50:05.779809Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksdevelopers-handbooktools_index/de_DE/?format=api",
            "source": [
                "It consists of two lines, a dependency line and a creation line."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -8193031188534729180,
            "content_hash": -8193031188534729180,
            "location": "documentation/content/en/books/developers-handbook/tools/_index.adoc:522",
            "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": 12,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1067094/?format=api",
            "priority": 100,
            "id": 1069931,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksdevelopers-handbooktools_index/de_DE/?checksum=0e4c818ae5b0e624",
            "url": "https://translate-dev.freebsd.org/api/units/1069931/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-05-23T12:50:05.787220Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksdevelopers-handbooktools_index/de_DE/?format=api",
            "source": [
                "install:\n\tcp foo /home/me\n"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -6317818221192547865,
            "content_hash": -6317818221192547865,
            "location": "documentation/content/en/books/developers-handbook/tools/_index.adoc:548",
            "context": "",
            "note": "type: delimited block . 4",
            "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": 4,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1067104/?format=api",
            "priority": 100,
            "id": 1069936,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksdevelopers-handbooktools_index/de_DE/?checksum=285299cd1253f1e7",
            "url": "https://translate-dev.freebsd.org/api/units/1069936/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-05-23T12:50:05.897991Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksdevelopers-handbooktools_index/de_DE/?format=api",
            "source": [
                "We can tell make which target we want to make by typing:"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -8967026937497589423,
            "content_hash": -8967026937497589423,
            "location": "documentation/content/en/books/developers-handbook/tools/_index.adoc:551",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 167,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 12,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1067106/?format=api",
            "priority": 100,
            "id": 1069937,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksdevelopers-handbooktools_index/de_DE/?checksum=038eb8827b18e951",
            "url": "https://translate-dev.freebsd.org/api/units/1069937/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-05-23T12:50:05.904179Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksdevelopers-handbooktools_index/de_DE/?format=api",
            "source": [
                "% make target\n"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -7645755387384314455,
            "content_hash": -7645755387384314455,
            "location": "documentation/content/en/books/developers-handbook/tools/_index.adoc:555",
            "context": "",
            "note": "type: delimited block . 4",
            "flags": "no-wrap",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 168,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 3,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1067108/?format=api",
            "priority": 100,
            "id": 1069938,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksdevelopers-handbooktools_index/de_DE/?checksum=15e4d1fbef6dc5a9",
            "url": "https://translate-dev.freebsd.org/api/units/1069938/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-05-23T12:50:05.911043Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksdevelopers-handbooktools_index/de_DE/?format=api",
            "source": [
                "Make and include-files"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 301026374423132447,
            "content_hash": 301026374423132447,
            "location": "documentation/content/en/books/developers-handbook/tools/_index.adoc:572",
            "context": "",
            "note": "type: Title ===",
            "flags": "no-wrap",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 173,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 3,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1067118/?format=api",
            "priority": 100,
            "id": 1069943,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksdevelopers-handbooktools_index/de_DE/?checksum=842d75e48383b91f",
            "url": "https://translate-dev.freebsd.org/api/units/1069943/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-05-23T12:50:06.071456Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksdevelopers-handbooktools_index/de_DE/?format=api",
            "source": [
                "#include <stdio.h>\n#include \"foo.h\"\n"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 7238125627651826864,
            "content_hash": 7238125627651826864,
            "location": "documentation/content/en/books/developers-handbook/tools/_index.adoc:581",
            "context": "",
            "note": "type: delimited block . 4",
            "flags": "no-wrap",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 175,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 4,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1067122/?format=api",
            "priority": 100,
            "id": 1069945,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksdevelopers-handbooktools_index/de_DE/?checksum=e472fce8bbd6a4b0",
            "url": "https://translate-dev.freebsd.org/api/units/1069945/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-05-23T12:50:06.092783Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksdevelopers-handbooktools_index/de_DE/?format=api",
            "source": [
                "int main(....\n"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 699460815291080585,
            "content_hash": 699460815291080585,
            "location": "documentation/content/en/books/developers-handbook/tools/_index.adoc:583",
            "context": "",
            "note": "type: delimited block . 4",
            "flags": "no-wrap",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 176,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 2,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1067124/?format=api",
            "priority": 100,
            "id": 1069946,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksdevelopers-handbooktools_index/de_DE/?checksum=89b4fbe7d5badf89",
            "url": "https://translate-dev.freebsd.org/api/units/1069946/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-05-23T12:50:06.101935Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksdevelopers-handbooktools_index/de_DE/?format=api",
            "source": [
                "To make sure that this file is recompiled the moment [.filename]#foo.h# is changed, you have to add it in your [.filename]#Makefile#:"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 9038490314116074366,
            "content_hash": 9038490314116074366,
            "location": "documentation/content/en/books/developers-handbook/tools/_index.adoc:586",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 177,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 21,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1067126/?format=api",
            "priority": 100,
            "id": 1069947,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksdevelopers-handbooktools_index/de_DE/?checksum=fd6f2b0d7eb28b7e",
            "url": "https://translate-dev.freebsd.org/api/units/1069947/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-05-23T12:50:06.172458Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksdevelopers-handbooktools_index/de_DE/?format=api",
            "source": [
                "foo: foo.c foo.h\n"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -8467197179226191986,
            "content_hash": -8467197179226191986,
            "location": "documentation/content/en/books/developers-handbook/tools/_index.adoc:590",
            "context": "",
            "note": "type: delimited block . 4",
            "flags": "no-wrap",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 178,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 3,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1067128/?format=api",
            "priority": 100,
            "id": 1069948,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksdevelopers-handbooktools_index/de_DE/?checksum=0a7e7906d108878e",
            "url": "https://translate-dev.freebsd.org/api/units/1069948/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-05-23T12:50:06.181170Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksdevelopers-handbooktools_index/de_DE/?format=api",
            "source": [
                "If you add this to your Makefile:"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 1316010865824843206,
            "content_hash": 1316010865824843206,
            "location": "documentation/content/en/books/developers-handbook/tools/_index.adoc:599",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 180,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 7,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1067132/?format=api",
            "priority": 100,
            "id": 1069950,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksdevelopers-handbooktools_index/de_DE/?checksum=924368e8f20b45c6",
            "url": "https://translate-dev.freebsd.org/api/units/1069950/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-05-23T12:50:06.209178Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksdevelopers-handbooktools_index/de_DE/?format=api",
            "source": [
                "depend:\n\tcc -E -MM *.c > .depend\n"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -8008716179598468024,
            "content_hash": -8008716179598468024,
            "location": "documentation/content/en/books/developers-handbook/tools/_index.adoc:604",
            "context": "",
            "note": "type: delimited block . 4",
            "flags": "no-wrap",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 181,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 7,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1067134/?format=api",
            "priority": 100,
            "id": 1069951,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksdevelopers-handbooktools_index/de_DE/?checksum=10db5311101c1c48",
            "url": "https://translate-dev.freebsd.org/api/units/1069951/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-05-23T12:50:06.271271Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksdevelopers-handbooktools_index/de_DE/?format=api",
            "source": [
                "and run `make depend`, the file [.filename]#.depend# will appear with a list of object-files, C-files and the include-files:"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -6155043539714366754,
            "content_hash": -6155043539714366754,
            "location": "documentation/content/en/books/developers-handbook/tools/_index.adoc:607",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 182,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 18,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1067136/?format=api",
            "priority": 100,
            "id": 1069952,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksdevelopers-handbooktools_index/de_DE/?checksum=2a94e482ee4322de",
            "url": "https://translate-dev.freebsd.org/api/units/1069952/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-05-23T12:50:06.278121Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksdevelopers-handbooktools_index/de_DE/?format=api",
            "source": [
                "foo.o: foo.c foo.h\n"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 2152012539559615738,
            "content_hash": 2152012539559615738,
            "location": "documentation/content/en/books/developers-handbook/tools/_index.adoc:611",
            "context": "",
            "note": "type: delimited block . 4",
            "flags": "no-wrap",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 183,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 3,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1067138/?format=api",
            "priority": 100,
            "id": 1069953,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksdevelopers-handbooktools_index/de_DE/?checksum=9ddd7c00bca31cfa",
            "url": "https://translate-dev.freebsd.org/api/units/1069953/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-05-23T12:50:06.284984Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksdevelopers-handbooktools_index/de_DE/?format=api",
            "source": [
                "If you change [.filename]#foo.h#, next time you run `make` all files depending on [.filename]#foo.h# will be recompiled."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -696896841594239585,
            "content_hash": -696896841594239585,
            "location": "documentation/content/en/books/developers-handbook/tools/_index.adoc:614",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 184,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 17,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1067140/?format=api",
            "priority": 100,
            "id": 1069954,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksdevelopers-handbooktools_index/de_DE/?checksum=76542003cfaf059f",
            "url": "https://translate-dev.freebsd.org/api/units/1069954/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-05-23T12:50:06.295235Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksdevelopers-handbooktools_index/de_DE/?format=api",
            "source": [
                "Do not forget to run `make depend` each time you add an include-file to one of your files."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 6514405785320467349,
            "content_hash": 6514405785320467349,
            "location": "documentation/content/en/books/developers-handbook/tools/_index.adoc:616",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 185,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 18,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1067142/?format=api",
            "priority": 100,
            "id": 1069955,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksdevelopers-handbooktools_index/de_DE/?checksum=da67d18c04c6ab95",
            "url": "https://translate-dev.freebsd.org/api/units/1069955/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-05-23T12:50:06.302926Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksdevelopers-handbooktools_index/de_DE/?format=api",
            "source": [
                "FreeBSD Makefiles"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 6343307125045158261,
            "content_hash": 6343307125045158261,
            "location": "documentation/content/en/books/developers-handbook/tools/_index.adoc:617",
            "context": "",
            "note": "type: Title ===",
            "flags": "no-wrap",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 186,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 2,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1067144/?format=api",
            "priority": 100,
            "id": 1069956,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksdevelopers-handbooktools_index/de_DE/?checksum=d807f438d1856175",
            "url": "https://translate-dev.freebsd.org/api/units/1069956/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-05-23T12:50:06.310663Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksdevelopers-handbooktools_index/de_DE/?format=api",
            "source": [
                "MASTER_SITES=   ftp://freefall.cdrom.com/pub/FreeBSD/LOCAL_PORTS/\nDISTFILES=      scheme-microcode+dist-7.3-freebsd.tgz\n"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -8317808820433532079,
            "content_hash": -8317808820433532079,
            "location": "documentation/content/en/books/developers-handbook/tools/_index.adoc:628",
            "context": "",
            "note": "type: delimited block . 4",
            "flags": "no-wrap",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 188,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 4,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1067148/?format=api",
            "priority": 100,
            "id": 1069958,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksdevelopers-handbooktools_index/de_DE/?checksum=0c9134f28c72cb51",
            "url": "https://translate-dev.freebsd.org/api/units/1069958/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-05-23T12:50:06.386153Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksdevelopers-handbooktools_index/de_DE/?format=api",
            "source": [
                ".include <bsd.port.mk>\n"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 5002209166483044708,
            "content_hash": 5002209166483044708,
            "location": "documentation/content/en/books/developers-handbook/tools/_index.adoc:630",
            "context": "",
            "note": "type: delimited block . 4",
            "flags": "no-wrap",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 189,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 2,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1067150/?format=api",
            "priority": 100,
            "id": 1069959,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksdevelopers-handbooktools_index/de_DE/?checksum=c56b6abbec6cb964",
            "url": "https://translate-dev.freebsd.org/api/units/1069959/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-05-23T12:50:06.394223Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksdevelopers-handbooktools_index/de_DE/?format=api",
            "source": [
                "Now, if we go to the directory for this port and type `make`, the following happens:"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 7184794772068303978,
            "content_hash": 7184794772068303978,
            "location": "documentation/content/en/books/developers-handbook/tools/_index.adoc:633",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 190,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 16,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1067152/?format=api",
            "priority": 100,
            "id": 1069960,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksdevelopers-handbooktools_index/de_DE/?checksum=e3b584c74d37046a",
            "url": "https://translate-dev.freebsd.org/api/units/1069960/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-05-23T12:50:06.403558Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksdevelopers-handbooktools_index/de_DE/?format=api",
            "source": [
                "A check is made to see if the source code for this port is already on the system."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -6256479716023047099,
            "content_hash": -6256479716023047099,
            "location": "documentation/content/en/books/developers-handbook/tools/_index.adoc:636",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 191,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 18,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1067154/?format=api",
            "priority": 100,
            "id": 1069961,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksdevelopers-handbooktools_index/de_DE/?checksum=292c84d8b6026c45",
            "url": "https://translate-dev.freebsd.org/api/units/1069961/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-05-23T12:50:06.479051Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksdevelopers-handbooktools_index/de_DE/?format=api",
            "source": [
                "If it is not, an FTP connection to the URL in MASTER_SITES is set up to download the source."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 8649660119836294953,
            "content_hash": 8649660119836294953,
            "location": "documentation/content/en/books/developers-handbook/tools/_index.adoc:637",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 192,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 19,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1067156/?format=api",
            "priority": 100,
            "id": 1069962,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksdevelopers-handbooktools_index/de_DE/?checksum=f809c40d16b47f29",
            "url": "https://translate-dev.freebsd.org/api/units/1069962/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-05-23T12:50:06.486368Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksdevelopers-handbooktools_index/de_DE/?format=api",
            "source": [
                "The checksum for the source is calculated and compared it with one for a known, good, copy of the source. This is to make sure that the source was not corrupted while in transit."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 7374214838939783219,
            "content_hash": 7374214838939783219,
            "location": "documentation/content/en/books/developers-handbook/tools/_index.adoc:638",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 193,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 34,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1067158/?format=api",
            "priority": 100,
            "id": 1069963,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksdevelopers-handbooktools_index/de_DE/?checksum=e6567953646b9033",
            "url": "https://translate-dev.freebsd.org/api/units/1069963/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-05-23T12:50:06.492817Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksdevelopers-handbooktools_index/de_DE/?format=api",
            "source": [
                "Any changes required to make the source work on FreeBSD are applied-this is known as _patching_."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -7450070140701102043,
            "content_hash": -7450070140701102043,
            "location": "documentation/content/en/books/developers-handbook/tools/_index.adoc:639",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 194,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 16,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1067160/?format=api",
            "priority": 100,
            "id": 1069964,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksdevelopers-handbooktools_index/de_DE/?checksum=189c08addfc43025",
            "url": "https://translate-dev.freebsd.org/api/units/1069964/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-05-23T12:50:06.499587Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksdevelopers-handbooktools_index/de_DE/?format=api",
            "source": [
                "Any special configuration needed for the source is done. (Many UNIX(R) program distributions try to work out which version of UNIX(R) they are being compiled on and which optional UNIX(R) features are present-this is where they are given the information in the FreeBSD ports scenario)."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 5078629643944091846,
            "content_hash": 5078629643944091846,
            "location": "documentation/content/en/books/developers-handbook/tools/_index.adoc:640",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 195,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 45,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1067162/?format=api",
            "priority": 100,
            "id": 1069965,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksdevelopers-handbooktools_index/de_DE/?checksum=c67aeac0e10e60c6",
            "url": "https://translate-dev.freebsd.org/api/units/1069965/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-05-23T12:50:06.572244Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksdevelopers-handbooktools_index/de_DE/?format=api",
            "source": [
                "The source code for the program is compiled. In effect, we change to the directory where the source was unpacked and do `make`-the program's own make file has the necessary information to build the program."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -5752038551014264364,
            "content_hash": -5752038551014264364,
            "location": "documentation/content/en/books/developers-handbook/tools/_index.adoc:641",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 196,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 35,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1067164/?format=api",
            "priority": 100,
            "id": 1069966,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksdevelopers-handbooktools_index/de_DE/?checksum=302ca769d87131d4",
            "url": "https://translate-dev.freebsd.org/api/units/1069966/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-05-23T12:50:06.582204Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksdevelopers-handbooktools_index/de_DE/?format=api",
            "source": [
                "We now have a compiled version of the program. If we wish, we can test it now; when we feel confident about the program, we can type `make install`. This will cause the program and any supporting files it needs to be copied into the correct location; an entry is also made into a `package database`, so that the port can easily be uninstalled later if we change our mind about it."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -3614028373279081508,
            "content_hash": -3614028373279081508,
            "location": "documentation/content/en/books/developers-handbook/tools/_index.adoc:642",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 197,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 72,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1067166/?format=api",
            "priority": 100,
            "id": 1069967,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksdevelopers-handbooktools_index/de_DE/?checksum=4dd86457aa847bdc",
            "url": "https://translate-dev.freebsd.org/api/units/1069967/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-05-23T12:50:06.589775Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksdevelopers-handbooktools_index/de_DE/?format=api",
            "source": [
                "Now I think you will agree that is rather impressive for a four line script!"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -6631477415573364823,
            "content_hash": -6631477415573364823,
            "location": "documentation/content/en/books/developers-handbook/tools/_index.adoc:644",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 198,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 15,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1067168/?format=api",
            "priority": 100,
            "id": 1069968,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksdevelopers-handbooktools_index/de_DE/?checksum=23f8426cf4b95fa9",
            "url": "https://translate-dev.freebsd.org/api/units/1069968/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-05-23T12:50:06.596276Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksdevelopers-handbooktools_index/de_DE/?format=api",
            "source": [
                "If you want to have a look at these system makefiles, they are in [.filename]#/usr/share/mk#, but it is probably best to wait until you have had a bit of practice with makefiles, as they are very complicated (and if you do look at them, make sure you have a flask of strong coffee handy!)"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 707244106029295477,
            "content_hash": 707244106029295477,
            "location": "documentation/content/en/books/developers-handbook/tools/_index.adoc:652",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 200,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 54,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1067172/?format=api",
            "priority": 100,
            "id": 1069970,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksdevelopers-handbooktools_index/de_DE/?checksum=89d0a2c46d5d6775",
            "url": "https://translate-dev.freebsd.org/api/units/1069970/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-05-23T12:50:06.684001Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksdevelopers-handbooktools_index/de_DE/?format=api",
            "source": [
                "More Advanced Uses of `make`"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -3583970660452297008,
            "content_hash": -3583970660452297008,
            "location": "documentation/content/en/books/developers-handbook/tools/_index.adoc:653",
            "context": "",
            "note": "type: Title ===",
            "flags": "no-wrap",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 201,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 5,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1067174/?format=api",
            "priority": 100,
            "id": 1069971,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksdevelopers-handbooktools_index/de_DE/?checksum=4e432dac4a5196d0",
            "url": "https://translate-dev.freebsd.org/api/units/1069971/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-05-23T12:50:06.691233Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksdevelopers-handbooktools_index/de_DE/?format=api",
            "source": [
                " * Make: (make).                 The GNU Make utility.\n"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 279274862734941151,
            "content_hash": 279274862734941151,
            "location": "documentation/content/en/books/developers-handbook/tools/_index.adoc:670",
            "context": "",
            "note": "type: delimited block . 4",
            "flags": "no-wrap",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 205,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 7,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1067188/?format=api",
            "priority": 100,
            "id": 1069978,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksdevelopers-handbooktools_index/de_DE/?checksum=83e02f020c031bdf",
            "url": "https://translate-dev.freebsd.org/api/units/1069978/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-05-23T12:50:06.882455Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksdevelopers-handbooktools_index/de_DE/?format=api",
            "source": [
                "to the file. Once you have done this, you can type `info` and then select [.guimenuitem]#make# from the menu (or in Emacs, do `C-h i`)."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 545867157264565339,
            "content_hash": 545867157264565339,
            "location": "documentation/content/en/books/developers-handbook/tools/_index.adoc:673",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 206,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 25,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1067190/?format=api",
            "priority": 100,
            "id": 1069979,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksdevelopers-handbooktools_index/de_DE/?checksum=87934f49934e845b",
            "url": "https://translate-dev.freebsd.org/api/units/1069979/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-05-23T12:50:06.890128Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksdevelopers-handbooktools_index/de_DE/?format=api",
            "source": [
                "Debugging"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -7171796032641481758,
            "content_hash": -7171796032641481758,
            "location": "documentation/content/en/books/developers-handbook/tools/_index.adoc:675",
            "context": "",
            "note": "type: Title ==",
            "flags": "no-wrap",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 207,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 1,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1067192/?format=api",
            "priority": 100,
            "id": 1069980,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksdevelopers-handbooktools_index/de_DE/?checksum=1c78a98190d943e2",
            "url": "https://translate-dev.freebsd.org/api/units/1069980/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-05-23T12:50:06.899369Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksdevelopers-handbooktools_index/de_DE/?format=api",
            "source": [
                "Introduction to Available Debuggers"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 3101351890489535047,
            "content_hash": 3101351890489535047,
            "location": "documentation/content/en/books/developers-handbook/tools/_index.adoc:677",
            "context": "",
            "note": "type: Title ===",
            "flags": "no-wrap",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 208,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 4,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1067194/?format=api",
            "priority": 100,
            "id": 1069981,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksdevelopers-handbooktools_index/de_DE/?checksum=ab0a371cdc1d6a47",
            "url": "https://translate-dev.freebsd.org/api/units/1069981/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-05-23T12:50:06.906965Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksdevelopers-handbooktools_index/de_DE/?format=api",
            "source": [
                "Using lldb"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -3673587528290587640,
            "content_hash": -3673587528290587640,
            "location": "documentation/content/en/books/developers-handbook/tools/_index.adoc:705",
            "context": "",
            "note": "type: Title ===",
            "flags": "no-wrap",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 215,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 2,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1067208/?format=api",
            "priority": 100,
            "id": 1069988,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksdevelopers-handbooktools_index/de_DE/?checksum=4d04cb9b44ef2c08",
            "url": "https://translate-dev.freebsd.org/api/units/1069988/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-05-23T12:50:07.085721Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksdevelopers-handbooktools_index/de_DE/?format=api",
            "source": [
                "Starting lldb"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 4155248978322508498,
            "content_hash": 4155248978322508498,
            "location": "documentation/content/en/books/developers-handbook/tools/_index.adoc:707",
            "context": "",
            "note": "type: Title ====",
            "flags": "no-wrap",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 216,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 2,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1067210/?format=api",
            "priority": 100,
            "id": 1069989,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksdevelopers-handbooktools_index/de_DE/?checksum=b9aa68ee2a37cad2",
            "url": "https://translate-dev.freebsd.org/api/units/1069989/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-05-23T12:50:07.094182Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksdevelopers-handbooktools_index/de_DE/?format=api",
            "source": [
                "Start up lldb by typing"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 1015689495584721388,
            "content_hash": 1015689495584721388,
            "location": "documentation/content/en/books/developers-handbook/tools/_index.adoc:710",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 217,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 5,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1067212/?format=api",
            "priority": 100,
            "id": 1069990,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksdevelopers-handbooktools_index/de_DE/?checksum=8e187437026c49ec",
            "url": "https://translate-dev.freebsd.org/api/units/1069990/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-05-23T12:50:07.173837Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksdevelopers-handbooktools_index/de_DE/?format=api",
            "source": [
                "% lldb -- progname\n"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -333126545894049779,
            "content_hash": -333126545894049779,
            "location": "documentation/content/en/books/developers-handbook/tools/_index.adoc:714",
            "context": "",
            "note": "type: delimited block . 4",
            "flags": "no-wrap",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 218,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 4,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1067214/?format=api",
            "priority": 100,
            "id": 1069991,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksdevelopers-handbooktools_index/de_DE/?checksum=7b607f2be6bb780d",
            "url": "https://translate-dev.freebsd.org/api/units/1069991/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-05-23T12:50:07.189826Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksdevelopers-handbooktools_index/de_DE/?format=api",
            "source": [
                "Running a Program with lldb"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 8319665443019629994,
            "content_hash": 8319665443019629994,
            "location": "documentation/content/en/books/developers-handbook/tools/_index.adoc:716",
            "context": "",
            "note": "type: Title ====",
            "flags": "no-wrap",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 219,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 5,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1067216/?format=api",
            "priority": 100,
            "id": 1069992,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksdevelopers-handbooktools_index/de_DE/?checksum=f37563a4154725aa",
            "url": "https://translate-dev.freebsd.org/api/units/1069992/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-05-23T12:50:07.196718Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksdevelopers-handbooktools_index/de_DE/?format=api",
            "source": [
                "Breakpoint 1: where = temp`main, address = …\n"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 358420937146403113,
            "content_hash": 358420937146403113,
            "location": "documentation/content/en/books/developers-handbook/tools/_index.adoc:725",
            "context": "",
            "note": "type: delimited block . 4",
            "flags": "no-wrap",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 221,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 8,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1067220/?format=api",
            "priority": 100,
            "id": 1069994,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksdevelopers-handbooktools_index/de_DE/?checksum=84f95df17eac8929",
            "url": "https://translate-dev.freebsd.org/api/units/1069994/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-05-23T12:50:07.210402Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksdevelopers-handbooktools_index/de_DE/?format=api",
            "source": [
                "(without an indication of source code filename and line number) when setting a breakpoint, this means that the program was not compiled with `-g`."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 7256933638863752589,
            "content_hash": 7256933638863752589,
            "location": "documentation/content/en/books/developers-handbook/tools/_index.adoc:728",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 222,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 24,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1067222/?format=api",
            "priority": 100,
            "id": 1069995,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksdevelopers-handbooktools_index/de_DE/?checksum=e4b5ceb2170e8d8d",
            "url": "https://translate-dev.freebsd.org/api/units/1069995/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-05-23T12:50:07.216238Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksdevelopers-handbooktools_index/de_DE/?format=api",
            "source": [
                "int bazz(int anint);\n"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 1358777938288390100,
            "content_hash": 1358777938288390100,
            "location": "documentation/content/en/books/developers-handbook/tools/_index.adoc:751, documentation/content/en/books/developers-handbook/tools/_index.adoc:1025",
            "context": "",
            "note": "type: delimited block . 4",
            "flags": "no-wrap",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 228,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 3,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1067232/?format=api",
            "priority": 100,
            "id": 1070000,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksdevelopers-handbooktools_index/de_DE/?checksum=92db5955f4512fd4",
            "url": "https://translate-dev.freebsd.org/api/units/1070000/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-05-23T12:50:07.244532Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksdevelopers-handbooktools_index/de_DE/?format=api",
            "source": [
                "main() {\n\tint i;\n"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -5773880862016688284,
            "content_hash": -5773880862016688284,
            "location": "documentation/content/en/books/developers-handbook/tools/_index.adoc:754, documentation/content/en/books/developers-handbook/tools/_index.adoc:1028",
            "context": "",
            "note": "type: delimited block . 4",
            "flags": "no-wrap",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 229,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 4,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1067234/?format=api",
            "priority": 100,
            "id": 1070001,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksdevelopers-handbooktools_index/de_DE/?checksum=2fdf0df28411af64",
            "url": "https://translate-dev.freebsd.org/api/units/1070001/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-05-23T12:50:07.276383Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksdevelopers-handbooktools_index/de_DE/?format=api",
            "source": [
                "\tprintf(\"This is my program\\n\");\n\tbazz(i);\n\treturn 0;\n}\n"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -5337738974709204485,
            "content_hash": -5337738974709204485,
            "location": "documentation/content/en/books/developers-handbook/tools/_index.adoc:759, documentation/content/en/books/developers-handbook/tools/_index.adoc:1033",
            "context": "",
            "note": "type: delimited block . 4",
            "flags": "no-wrap",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 230,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 8,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1067236/?format=api",
            "priority": 100,
            "id": 1070002,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksdevelopers-handbooktools_index/de_DE/?checksum=35ec8aaedcb339fb",
            "url": "https://translate-dev.freebsd.org/api/units/1070002/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-05-23T12:50:07.284086Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksdevelopers-handbooktools_index/de_DE/?format=api",
            "source": [
                "int bazz(int anint) {\n\tprintf(\"You gave me %d\\n\", anint);\n\treturn anint;\n}\n"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -4450053962365914761,
            "content_hash": -4450053962365914761,
            "location": "documentation/content/en/books/developers-handbook/tools/_index.adoc:764, documentation/content/en/books/developers-handbook/tools/_index.adoc:1038",
            "context": "",
            "note": "type: delimited block . 4",
            "flags": "no-wrap",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 231,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 12,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1067238/?format=api",
            "priority": 100,
            "id": 1070003,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksdevelopers-handbooktools_index/de_DE/?checksum=423e3b7fa5dc3177",
            "url": "https://translate-dev.freebsd.org/api/units/1070003/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-05-23T12:50:07.291349Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksdevelopers-handbooktools_index/de_DE/?format=api",
            "source": [
                "This program sets i to be `5` and passes it to a function `bazz()` which prints out the number we gave it."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 429191210387170854,
            "content_hash": 429191210387170854,
            "location": "documentation/content/en/books/developers-handbook/tools/_index.adoc:767, documentation/content/en/books/developers-handbook/tools/_index.adoc:1041",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 232,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 22,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1067240/?format=api",
            "priority": 100,
            "id": 1070004,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksdevelopers-handbooktools_index/de_DE/?checksum=85f4cb21c3d8e626",
            "url": "https://translate-dev.freebsd.org/api/units/1070004/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-05-23T12:50:07.298241Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksdevelopers-handbooktools_index/de_DE/?format=api",
            "source": [
                "Compiling and running the program displays"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -8813818488084805007,
            "content_hash": -8813818488084805007,
            "location": "documentation/content/en/books/developers-handbook/tools/_index.adoc:769, documentation/content/en/books/developers-handbook/tools/_index.adoc:1043",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 233,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 6,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1067242/?format=api",
            "priority": 100,
            "id": 1070005,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksdevelopers-handbooktools_index/de_DE/?checksum=05af06c85eef4a71",
            "url": "https://translate-dev.freebsd.org/api/units/1070005/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-05-23T12:50:07.304519Z"
        }
    ]
}