Translation components API.

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

GET /api/translations/documentation/booksdevelopers-handbooktools_index/nb_NO/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/nb_NO/units/?format=api&page=4",
    "previous": "https://translate-dev.freebsd.org/api/translations/documentation/booksdevelopers-handbooktools_index/nb_NO/units/?format=api&page=2",
    "results": [
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksdevelopers-handbooktools_index/nb_NO/?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": 1069062,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksdevelopers-handbooktools_index/nb_NO/?checksum=837ea774058fd5a1",
            "url": "https://translate-dev.freebsd.org/api/units/1069062/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-05-23T12:49:49.733986Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksdevelopers-handbooktools_index/nb_NO/?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": 1069066,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksdevelopers-handbooktools_index/nb_NO/?checksum=7a69e5912846e427",
            "url": "https://translate-dev.freebsd.org/api/units/1069066/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-05-23T12:49:49.787108Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksdevelopers-handbooktools_index/nb_NO/?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": 1069067,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksdevelopers-handbooktools_index/nb_NO/?checksum=79ac84fbf138eb50",
            "url": "https://translate-dev.freebsd.org/api/units/1069067/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-05-23T12:49:49.792812Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksdevelopers-handbooktools_index/nb_NO/?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": 1069068,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksdevelopers-handbooktools_index/nb_NO/?checksum=fb03321079b68d8e",
            "url": "https://translate-dev.freebsd.org/api/units/1069068/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-05-23T12:49:49.798794Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksdevelopers-handbooktools_index/nb_NO/?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": 1069069,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksdevelopers-handbooktools_index/nb_NO/?checksum=0e4c818ae5b0e624",
            "url": "https://translate-dev.freebsd.org/api/units/1069069/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-05-23T12:49:49.804555Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksdevelopers-handbooktools_index/nb_NO/?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": 1069074,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksdevelopers-handbooktools_index/nb_NO/?checksum=285299cd1253f1e7",
            "url": "https://translate-dev.freebsd.org/api/units/1069074/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-05-23T12:49:49.835050Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksdevelopers-handbooktools_index/nb_NO/?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": 1069075,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksdevelopers-handbooktools_index/nb_NO/?checksum=038eb8827b18e951",
            "url": "https://translate-dev.freebsd.org/api/units/1069075/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-05-23T12:49:49.874396Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksdevelopers-handbooktools_index/nb_NO/?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": 1069076,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksdevelopers-handbooktools_index/nb_NO/?checksum=15e4d1fbef6dc5a9",
            "url": "https://translate-dev.freebsd.org/api/units/1069076/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-05-23T12:49:49.880853Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksdevelopers-handbooktools_index/nb_NO/?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": 1069081,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksdevelopers-handbooktools_index/nb_NO/?checksum=842d75e48383b91f",
            "url": "https://translate-dev.freebsd.org/api/units/1069081/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-05-23T12:49:50.117931Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksdevelopers-handbooktools_index/nb_NO/?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": 1069083,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksdevelopers-handbooktools_index/nb_NO/?checksum=e472fce8bbd6a4b0",
            "url": "https://translate-dev.freebsd.org/api/units/1069083/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-05-23T12:49:50.130889Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksdevelopers-handbooktools_index/nb_NO/?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": 1069084,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksdevelopers-handbooktools_index/nb_NO/?checksum=89b4fbe7d5badf89",
            "url": "https://translate-dev.freebsd.org/api/units/1069084/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-05-23T12:49:50.137057Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksdevelopers-handbooktools_index/nb_NO/?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": 1069085,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksdevelopers-handbooktools_index/nb_NO/?checksum=fd6f2b0d7eb28b7e",
            "url": "https://translate-dev.freebsd.org/api/units/1069085/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-05-23T12:49:50.142846Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksdevelopers-handbooktools_index/nb_NO/?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": 1069086,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksdevelopers-handbooktools_index/nb_NO/?checksum=0a7e7906d108878e",
            "url": "https://translate-dev.freebsd.org/api/units/1069086/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-05-23T12:49:50.180815Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksdevelopers-handbooktools_index/nb_NO/?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": 1069088,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksdevelopers-handbooktools_index/nb_NO/?checksum=924368e8f20b45c6",
            "url": "https://translate-dev.freebsd.org/api/units/1069088/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-05-23T12:49:50.196782Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksdevelopers-handbooktools_index/nb_NO/?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": 1069089,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksdevelopers-handbooktools_index/nb_NO/?checksum=10db5311101c1c48",
            "url": "https://translate-dev.freebsd.org/api/units/1069089/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-05-23T12:49:50.206423Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksdevelopers-handbooktools_index/nb_NO/?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": 1069090,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksdevelopers-handbooktools_index/nb_NO/?checksum=2a94e482ee4322de",
            "url": "https://translate-dev.freebsd.org/api/units/1069090/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-05-23T12:49:50.216266Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksdevelopers-handbooktools_index/nb_NO/?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": 1069091,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksdevelopers-handbooktools_index/nb_NO/?checksum=9ddd7c00bca31cfa",
            "url": "https://translate-dev.freebsd.org/api/units/1069091/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-05-23T12:49:50.226355Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksdevelopers-handbooktools_index/nb_NO/?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": 1069092,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksdevelopers-handbooktools_index/nb_NO/?checksum=76542003cfaf059f",
            "url": "https://translate-dev.freebsd.org/api/units/1069092/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-05-23T12:49:50.235169Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksdevelopers-handbooktools_index/nb_NO/?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": 1069093,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksdevelopers-handbooktools_index/nb_NO/?checksum=da67d18c04c6ab95",
            "url": "https://translate-dev.freebsd.org/api/units/1069093/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-05-23T12:49:50.270333Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksdevelopers-handbooktools_index/nb_NO/?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": 1069094,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksdevelopers-handbooktools_index/nb_NO/?checksum=d807f438d1856175",
            "url": "https://translate-dev.freebsd.org/api/units/1069094/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-05-23T12:49:50.280617Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksdevelopers-handbooktools_index/nb_NO/?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": 1069096,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksdevelopers-handbooktools_index/nb_NO/?checksum=0c9134f28c72cb51",
            "url": "https://translate-dev.freebsd.org/api/units/1069096/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-05-23T12:49:50.300103Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksdevelopers-handbooktools_index/nb_NO/?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": 1069097,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksdevelopers-handbooktools_index/nb_NO/?checksum=c56b6abbec6cb964",
            "url": "https://translate-dev.freebsd.org/api/units/1069097/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-05-23T12:49:50.307884Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksdevelopers-handbooktools_index/nb_NO/?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": 1069098,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksdevelopers-handbooktools_index/nb_NO/?checksum=e3b584c74d37046a",
            "url": "https://translate-dev.freebsd.org/api/units/1069098/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-05-23T12:49:50.315910Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksdevelopers-handbooktools_index/nb_NO/?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": 1069099,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksdevelopers-handbooktools_index/nb_NO/?checksum=292c84d8b6026c45",
            "url": "https://translate-dev.freebsd.org/api/units/1069099/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-05-23T12:49:50.321021Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksdevelopers-handbooktools_index/nb_NO/?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": 1069100,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksdevelopers-handbooktools_index/nb_NO/?checksum=f809c40d16b47f29",
            "url": "https://translate-dev.freebsd.org/api/units/1069100/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-05-23T12:49:50.325377Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksdevelopers-handbooktools_index/nb_NO/?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": 1069101,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksdevelopers-handbooktools_index/nb_NO/?checksum=e6567953646b9033",
            "url": "https://translate-dev.freebsd.org/api/units/1069101/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-05-23T12:49:50.329842Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksdevelopers-handbooktools_index/nb_NO/?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": 1069102,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksdevelopers-handbooktools_index/nb_NO/?checksum=189c08addfc43025",
            "url": "https://translate-dev.freebsd.org/api/units/1069102/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-05-23T12:49:50.369857Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksdevelopers-handbooktools_index/nb_NO/?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": 1069103,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksdevelopers-handbooktools_index/nb_NO/?checksum=c67aeac0e10e60c6",
            "url": "https://translate-dev.freebsd.org/api/units/1069103/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-05-23T12:49:50.376685Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksdevelopers-handbooktools_index/nb_NO/?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": 1069104,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksdevelopers-handbooktools_index/nb_NO/?checksum=302ca769d87131d4",
            "url": "https://translate-dev.freebsd.org/api/units/1069104/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-05-23T12:49:50.383502Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksdevelopers-handbooktools_index/nb_NO/?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": 1069105,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksdevelopers-handbooktools_index/nb_NO/?checksum=4dd86457aa847bdc",
            "url": "https://translate-dev.freebsd.org/api/units/1069105/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-05-23T12:49:50.389497Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksdevelopers-handbooktools_index/nb_NO/?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": 1069106,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksdevelopers-handbooktools_index/nb_NO/?checksum=23f8426cf4b95fa9",
            "url": "https://translate-dev.freebsd.org/api/units/1069106/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-05-23T12:49:50.397092Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksdevelopers-handbooktools_index/nb_NO/?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": 1069108,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksdevelopers-handbooktools_index/nb_NO/?checksum=89d0a2c46d5d6775",
            "url": "https://translate-dev.freebsd.org/api/units/1069108/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-05-23T12:49:50.409059Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksdevelopers-handbooktools_index/nb_NO/?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": 1069109,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksdevelopers-handbooktools_index/nb_NO/?checksum=4e432dac4a5196d0",
            "url": "https://translate-dev.freebsd.org/api/units/1069109/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-05-23T12:49:50.414446Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksdevelopers-handbooktools_index/nb_NO/?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": 1069116,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksdevelopers-handbooktools_index/nb_NO/?checksum=83e02f020c031bdf",
            "url": "https://translate-dev.freebsd.org/api/units/1069116/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-05-23T12:49:50.482801Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksdevelopers-handbooktools_index/nb_NO/?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": 1069117,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksdevelopers-handbooktools_index/nb_NO/?checksum=87934f49934e845b",
            "url": "https://translate-dev.freebsd.org/api/units/1069117/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-05-23T12:49:50.488012Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksdevelopers-handbooktools_index/nb_NO/?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": 1069118,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksdevelopers-handbooktools_index/nb_NO/?checksum=1c78a98190d943e2",
            "url": "https://translate-dev.freebsd.org/api/units/1069118/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-05-23T12:49:50.493365Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksdevelopers-handbooktools_index/nb_NO/?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": 1069119,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksdevelopers-handbooktools_index/nb_NO/?checksum=ab0a371cdc1d6a47",
            "url": "https://translate-dev.freebsd.org/api/units/1069119/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-05-23T12:49:50.498785Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksdevelopers-handbooktools_index/nb_NO/?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": 1069126,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksdevelopers-handbooktools_index/nb_NO/?checksum=4d04cb9b44ef2c08",
            "url": "https://translate-dev.freebsd.org/api/units/1069126/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-05-23T12:49:50.538687Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksdevelopers-handbooktools_index/nb_NO/?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": 1069127,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksdevelopers-handbooktools_index/nb_NO/?checksum=b9aa68ee2a37cad2",
            "url": "https://translate-dev.freebsd.org/api/units/1069127/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-05-23T12:49:50.543515Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksdevelopers-handbooktools_index/nb_NO/?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": 1069128,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksdevelopers-handbooktools_index/nb_NO/?checksum=8e187437026c49ec",
            "url": "https://translate-dev.freebsd.org/api/units/1069128/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-05-23T12:49:50.573702Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksdevelopers-handbooktools_index/nb_NO/?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": 1069129,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksdevelopers-handbooktools_index/nb_NO/?checksum=7b607f2be6bb780d",
            "url": "https://translate-dev.freebsd.org/api/units/1069129/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-05-23T12:49:50.579500Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksdevelopers-handbooktools_index/nb_NO/?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": 1069130,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksdevelopers-handbooktools_index/nb_NO/?checksum=f37563a4154725aa",
            "url": "https://translate-dev.freebsd.org/api/units/1069130/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-05-23T12:49:50.585392Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksdevelopers-handbooktools_index/nb_NO/?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": 1069132,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksdevelopers-handbooktools_index/nb_NO/?checksum=84f95df17eac8929",
            "url": "https://translate-dev.freebsd.org/api/units/1069132/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-05-23T12:49:50.597330Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksdevelopers-handbooktools_index/nb_NO/?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": 1069133,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksdevelopers-handbooktools_index/nb_NO/?checksum=e4b5ceb2170e8d8d",
            "url": "https://translate-dev.freebsd.org/api/units/1069133/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-05-23T12:49:50.602436Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksdevelopers-handbooktools_index/nb_NO/?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": 1069138,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksdevelopers-handbooktools_index/nb_NO/?checksum=92db5955f4512fd4",
            "url": "https://translate-dev.freebsd.org/api/units/1069138/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-05-23T12:49:50.627895Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksdevelopers-handbooktools_index/nb_NO/?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": 1069139,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksdevelopers-handbooktools_index/nb_NO/?checksum=2fdf0df28411af64",
            "url": "https://translate-dev.freebsd.org/api/units/1069139/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-05-23T12:49:50.633557Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksdevelopers-handbooktools_index/nb_NO/?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": 1069140,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksdevelopers-handbooktools_index/nb_NO/?checksum=35ec8aaedcb339fb",
            "url": "https://translate-dev.freebsd.org/api/units/1069140/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-05-23T12:49:50.638767Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksdevelopers-handbooktools_index/nb_NO/?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": 1069141,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksdevelopers-handbooktools_index/nb_NO/?checksum=423e3b7fa5dc3177",
            "url": "https://translate-dev.freebsd.org/api/units/1069141/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-05-23T12:49:50.675591Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksdevelopers-handbooktools_index/nb_NO/?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": 1069142,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksdevelopers-handbooktools_index/nb_NO/?checksum=85f4cb21c3d8e626",
            "url": "https://translate-dev.freebsd.org/api/units/1069142/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-05-23T12:49:50.682558Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksdevelopers-handbooktools_index/nb_NO/?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": 1069143,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksdevelopers-handbooktools_index/nb_NO/?checksum=05af06c85eef4a71",
            "url": "https://translate-dev.freebsd.org/api/units/1069143/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-05-23T12:49:50.688512Z"
        }
    ]
}