Translation components API.

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

GET /api/translations/freebsd-doc/boooks_handbook/nb_NO/units/?format=api&page=3
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 12592,
    "next": "https://translate-dev.freebsd.org/api/translations/freebsd-doc/boooks_handbook/nb_NO/units/?format=api&page=4",
    "previous": "https://translate-dev.freebsd.org/api/translations/freebsd-doc/boooks_handbook/nb_NO/units/?format=api&page=2",
    "results": [
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/freebsd-doc/boooks_handbook/nb_NO/?format=api",
            "source": [
                "Examines support of non-native file systems in FreeBSD, like the Z File System from <trademark>Sun</trademark>."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 6426553696494069411,
            "content_hash": 6426553696494069411,
            "location": "book.translate.xml:1360",
            "context": "",
            "note": "(itstool) path: listitem/para",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 104,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 15,
            "source_unit": "https://translate-dev.freebsd.org/api/units/119631/?format=api",
            "priority": 100,
            "id": 175898,
            "web_url": "https://translate-dev.freebsd.org/translate/freebsd-doc/boooks_handbook/nb_NO/?checksum=d92fb489a180a6a3",
            "url": "https://translate-dev.freebsd.org/api/units/175898/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2020-07-04T20:26:29.770024Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/freebsd-doc/boooks_handbook/nb_NO/?format=api",
            "source": [
                "Describes what virtualization systems offer, and how they can be used with FreeBSD."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 8316001456934285314,
            "content_hash": 8316001456934285314,
            "location": "book.translate.xml:1369",
            "context": "",
            "note": "(itstool) path: listitem/para",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 105,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 13,
            "source_unit": "https://translate-dev.freebsd.org/api/units/119632/?format=api",
            "priority": 100,
            "id": 175899,
            "web_url": "https://translate-dev.freebsd.org/translate/freebsd-doc/boooks_handbook/nb_NO/?checksum=f3685f43d832f002",
            "url": "https://translate-dev.freebsd.org/api/units/175899/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2020-07-04T20:26:29.781681Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/freebsd-doc/boooks_handbook/nb_NO/?format=api",
            "source": [
                "Describes how to use FreeBSD in languages other than English. Covers both system and application level localization."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -7010009405347588859,
            "content_hash": -7010009405347588859,
            "location": "book.translate.xml:1378",
            "context": "",
            "note": "(itstool) path: listitem/para",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 106,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 17,
            "source_unit": "https://translate-dev.freebsd.org/api/units/119633/?format=api",
            "priority": 100,
            "id": 175900,
            "web_url": "https://translate-dev.freebsd.org/translate/freebsd-doc/boooks_handbook/nb_NO/?checksum=1eb77196221c1505",
            "url": "https://translate-dev.freebsd.org/api/units/175900/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2020-07-04T20:26:29.792304Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/freebsd-doc/boooks_handbook/nb_NO/?format=api",
            "source": [
                "Explains the differences between FreeBSD-STABLE, FreeBSD-CURRENT, and FreeBSD releases. Describes which users would benefit from tracking a development system and outlines that process. Covers the methods users may take to update their system to the latest security release."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -3910388517511633810,
            "content_hash": -3910388517511633810,
            "location": "book.translate.xml:1388",
            "context": "",
            "note": "(itstool) path: listitem/para",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 107,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 38,
            "source_unit": "https://translate-dev.freebsd.org/api/units/119634/?format=api",
            "priority": 100,
            "id": 175901,
            "web_url": "https://translate-dev.freebsd.org/translate/freebsd-doc/boooks_handbook/nb_NO/?checksum=49bb825c87f3e46e",
            "url": "https://translate-dev.freebsd.org/api/units/175901/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2020-07-04T20:26:29.816673Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/freebsd-doc/boooks_handbook/nb_NO/?format=api",
            "source": [
                "Describes how to configure and use the DTrace tool from <trademark>Sun</trademark> in FreeBSD. Dynamic tracing can help locate performance issues, by performing real time system analysis."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 3814866369780171075,
            "content_hash": 3814866369780171075,
            "location": "book.translate.xml:1401",
            "context": "",
            "note": "(itstool) path: listitem/para",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 108,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 26,
            "source_unit": "https://translate-dev.freebsd.org/api/units/119635/?format=api",
            "priority": 100,
            "id": 175902,
            "web_url": "https://translate-dev.freebsd.org/translate/freebsd-doc/boooks_handbook/nb_NO/?checksum=b4f120c05454c143",
            "url": "https://translate-dev.freebsd.org/api/units/175902/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2020-07-04T20:26:29.825201Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/freebsd-doc/boooks_handbook/nb_NO/?format=api",
            "source": [
                "Explains how to connect terminals and modems to your FreeBSD system for both dial in and dial out connections."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -7163233841246202658,
            "content_hash": -7163233841246202658,
            "location": "book.translate.xml:1414",
            "context": "",
            "note": "(itstool) path: listitem/para",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 109,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 19,
            "source_unit": "https://translate-dev.freebsd.org/api/units/119636/?format=api",
            "priority": 100,
            "id": 175903,
            "web_url": "https://translate-dev.freebsd.org/translate/freebsd-doc/boooks_handbook/nb_NO/?checksum=1c9714c6197694de",
            "url": "https://translate-dev.freebsd.org/api/units/175903/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2020-07-04T20:26:29.836918Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/freebsd-doc/boooks_handbook/nb_NO/?format=api",
            "source": [
                "Describes how to use PPP to connect to remote systems with FreeBSD."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 4354076006065310589,
            "content_hash": 4354076006065310589,
            "location": "book.translate.xml:1424",
            "context": "",
            "note": "(itstool) path: listitem/para",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 110,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 12,
            "source_unit": "https://translate-dev.freebsd.org/api/units/119637/?format=api",
            "priority": 100,
            "id": 175904,
            "web_url": "https://translate-dev.freebsd.org/translate/freebsd-doc/boooks_handbook/nb_NO/?checksum=bc6cc90f02930b7d",
            "url": "https://translate-dev.freebsd.org/api/units/175904/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2020-07-04T20:26:29.845853Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/freebsd-doc/boooks_handbook/nb_NO/?format=api",
            "source": [
                "Explains the different components of an email server and dives into simple configuration topics for the most popular mail server software: <application>sendmail</application>."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 2562899644765156221,
            "content_hash": 2562899644765156221,
            "location": "book.translate.xml:1433",
            "context": "",
            "note": "(itstool) path: listitem/para",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 111,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 22,
            "source_unit": "https://translate-dev.freebsd.org/api/units/119638/?format=api",
            "priority": 100,
            "id": 175905,
            "web_url": "https://translate-dev.freebsd.org/translate/freebsd-doc/boooks_handbook/nb_NO/?checksum=a3913fa5e933b37d",
            "url": "https://translate-dev.freebsd.org/api/units/175905/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2020-07-04T20:26:29.856924Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/freebsd-doc/boooks_handbook/nb_NO/?format=api",
            "source": [
                "Provides detailed instructions and example configuration files to set up your FreeBSD machine as a network filesystem server, domain name server, network information system server, or time synchronization server."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 2046860417174486774,
            "content_hash": 2046860417174486774,
            "location": "book.translate.xml:1444",
            "context": "",
            "note": "(itstool) path: listitem/para",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 112,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 29,
            "source_unit": "https://translate-dev.freebsd.org/api/units/119639/?format=api",
            "priority": 100,
            "id": 175906,
            "web_url": "https://translate-dev.freebsd.org/translate/freebsd-doc/boooks_handbook/nb_NO/?checksum=9c67e8b4667e3ef6",
            "url": "https://translate-dev.freebsd.org/api/units/175906/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2020-07-04T20:26:29.866231Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/freebsd-doc/boooks_handbook/nb_NO/?format=api",
            "source": [
                "Explains the philosophy behind software-based firewalls and provides detailed information about the configuration of the different firewalls available for FreeBSD."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -7869010423545634168,
            "content_hash": -7869010423545634168,
            "location": "book.translate.xml:1455",
            "context": "",
            "note": "(itstool) path: listitem/para",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 113,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 20,
            "source_unit": "https://translate-dev.freebsd.org/api/units/119640/?format=api",
            "priority": 100,
            "id": 175907,
            "web_url": "https://translate-dev.freebsd.org/translate/freebsd-doc/boooks_handbook/nb_NO/?checksum=12cba8b62ab76288",
            "url": "https://translate-dev.freebsd.org/api/units/175907/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2020-07-04T20:26:29.875958Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/freebsd-doc/boooks_handbook/nb_NO/?format=api",
            "source": [
                "Describes many networking topics, including sharing an Internet connection with other computers on your LAN, advanced routing topics, wireless networking, <trademark class=\"registered\">Bluetooth</trademark>, ATM, IPv6, and much more."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -9013066569422870564,
            "content_hash": -9013066569422870564,
            "location": "book.translate.xml:1465",
            "context": "",
            "note": "(itstool) path: listitem/para",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 114,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 27,
            "source_unit": "https://translate-dev.freebsd.org/api/units/119641/?format=api",
            "priority": 100,
            "id": 175908,
            "web_url": "https://translate-dev.freebsd.org/translate/freebsd-doc/boooks_handbook/nb_NO/?checksum=02eb27b55899e7dc",
            "url": "https://translate-dev.freebsd.org/api/units/175908/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2020-07-04T20:26:29.884956Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/freebsd-doc/boooks_handbook/nb_NO/?format=api",
            "source": [
                "Lists different sources for obtaining FreeBSD media on CDROM or DVD as well as different sites on the Internet that allow you to download and install FreeBSD."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -929766034915883948,
            "content_hash": -929766034915883948,
            "location": "book.translate.xml:1478",
            "context": "",
            "note": "(itstool) path: listitem/para",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 115,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 27,
            "source_unit": "https://translate-dev.freebsd.org/api/units/119642/?format=api",
            "priority": 100,
            "id": 175909,
            "web_url": "https://translate-dev.freebsd.org/translate/freebsd-doc/boooks_handbook/nb_NO/?checksum=7318ceb7a49d8454",
            "url": "https://translate-dev.freebsd.org/api/units/175909/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2020-07-04T20:26:29.895849Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/freebsd-doc/boooks_handbook/nb_NO/?format=api",
            "source": [
                "This book touches on many different subjects that may leave you hungry for a more detailed explanation. The bibliography lists many excellent books that are referenced in the text."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -4899785534244159495,
            "content_hash": -4899785534244159495,
            "location": "book.translate.xml:1488",
            "context": "",
            "note": "(itstool) path: listitem/para",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 116,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 29,
            "source_unit": "https://translate-dev.freebsd.org/api/units/119643/?format=api",
            "priority": 100,
            "id": 175910,
            "web_url": "https://translate-dev.freebsd.org/translate/freebsd-doc/boooks_handbook/nb_NO/?checksum=3c0077044bc77ff9",
            "url": "https://translate-dev.freebsd.org/api/units/175910/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2020-07-04T20:26:29.905032Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/freebsd-doc/boooks_handbook/nb_NO/?format=api",
            "source": [
                "Describes the many forums available for FreeBSD users to post questions and engage in technical conversations about FreeBSD."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -2552247519654634791,
            "content_hash": -2552247519654634791,
            "location": "book.translate.xml:1499",
            "context": "",
            "note": "(itstool) path: listitem/para",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 117,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 18,
            "source_unit": "https://translate-dev.freebsd.org/api/units/119644/?format=api",
            "priority": 100,
            "id": 175911,
            "web_url": "https://translate-dev.freebsd.org/translate/freebsd-doc/boooks_handbook/nb_NO/?checksum=5c9498673c1d1ad9",
            "url": "https://translate-dev.freebsd.org/api/units/175911/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2020-07-04T20:26:29.914001Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/freebsd-doc/boooks_handbook/nb_NO/?format=api",
            "source": [
                "Lists the PGP fingerprints of several FreeBSD Developers."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -2927889302866962498,
            "content_hash": -2927889302866962498,
            "location": "book.translate.xml:1509",
            "context": "",
            "note": "(itstool) path: listitem/para",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 118,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 8,
            "source_unit": "https://translate-dev.freebsd.org/api/units/119645/?format=api",
            "priority": 100,
            "id": 175912,
            "web_url": "https://translate-dev.freebsd.org/translate/freebsd-doc/boooks_handbook/nb_NO/?checksum=575e0c3110f2d7be",
            "url": "https://translate-dev.freebsd.org/api/units/175912/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2020-07-04T20:26:29.923845Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/freebsd-doc/boooks_handbook/nb_NO/?format=api",
            "source": [
                "Conventions used in this book"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -5030199473562860607,
            "content_hash": -5030199473562860607,
            "location": "book.translate.xml:1515",
            "context": "",
            "note": "(itstool) path: preface/bridgehead\n(itstool) id: book.translate.xml#preface-conv",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 119,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 5,
            "source_unit": "https://translate-dev.freebsd.org/api/units/119646/?format=api",
            "priority": 100,
            "id": 175913,
            "web_url": "https://translate-dev.freebsd.org/translate/freebsd-doc/boooks_handbook/nb_NO/?checksum=3a31243adcedc3c1",
            "url": "https://translate-dev.freebsd.org/api/units/175913/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2020-07-04T20:26:29.935115Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/freebsd-doc/boooks_handbook/nb_NO/?format=api",
            "source": [
                "To provide a consistent and easy to read text, several conventions are followed throughout the book."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -2451688342676627360,
            "content_hash": -2451688342676627360,
            "location": "book.translate.xml:1518",
            "context": "",
            "note": "(itstool) path: preface/para",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 120,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 16,
            "source_unit": "https://translate-dev.freebsd.org/api/units/119647/?format=api",
            "priority": 100,
            "id": 175914,
            "web_url": "https://translate-dev.freebsd.org/translate/freebsd-doc/boooks_handbook/nb_NO/?checksum=5df9da7122cb2060",
            "url": "https://translate-dev.freebsd.org/api/units/175914/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2020-07-04T20:26:29.944741Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/freebsd-doc/boooks_handbook/nb_NO/?format=api",
            "source": [
                "Typographic Conventions"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 8173536974290531968,
            "content_hash": 8173536974290531968,
            "location": "book.translate.xml:1521",
            "context": "",
            "note": "(itstool) path: preface/bridgehead\n(itstool) id: book.translate.xml#preface-conv-typographic",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 121,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 2,
            "source_unit": "https://translate-dev.freebsd.org/api/units/119648/?format=api",
            "priority": 100,
            "id": 175915,
            "web_url": "https://translate-dev.freebsd.org/translate/freebsd-doc/boooks_handbook/nb_NO/?checksum=f16e3c92a71bb680",
            "url": "https://translate-dev.freebsd.org/api/units/175915/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2020-07-04T20:26:29.954080Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/freebsd-doc/boooks_handbook/nb_NO/?format=api",
            "source": [
                "<emphasis>Italic</emphasis>"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -2106774632824826358,
            "content_hash": -2106774632824826358,
            "location": "book.translate.xml:1525",
            "context": "",
            "note": "(itstool) path: varlistentry/term",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 122,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 1,
            "source_unit": "https://translate-dev.freebsd.org/api/units/119649/?format=api",
            "priority": 100,
            "id": 175916,
            "web_url": "https://translate-dev.freebsd.org/translate/freebsd-doc/boooks_handbook/nb_NO/?checksum=62c33ba234ac160a",
            "url": "https://translate-dev.freebsd.org/api/units/175916/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2020-07-04T20:26:29.962728Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/freebsd-doc/boooks_handbook/nb_NO/?format=api",
            "source": [
                "An <emphasis>italic</emphasis> font is used for filenames, URLs, emphasized text, and the first usage of technical terms."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -8262707945472054138,
            "content_hash": -8262707945472054138,
            "location": "book.translate.xml:1528",
            "context": "",
            "note": "(itstool) path: listitem/para",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 123,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 17,
            "source_unit": "https://translate-dev.freebsd.org/api/units/119650/?format=api",
            "priority": 100,
            "id": 175917,
            "web_url": "https://translate-dev.freebsd.org/translate/freebsd-doc/boooks_handbook/nb_NO/?checksum=0d54f6e6bb572c86",
            "url": "https://translate-dev.freebsd.org/api/units/175917/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2020-07-04T20:26:29.971894Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/freebsd-doc/boooks_handbook/nb_NO/?format=api",
            "source": [
                "<literal>Monospace</literal>"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 5163632587496309769,
            "content_hash": 5163632587496309769,
            "location": "book.translate.xml:1535",
            "context": "",
            "note": "(itstool) path: varlistentry/term",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 124,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 1,
            "source_unit": "https://translate-dev.freebsd.org/api/units/92954/?format=api",
            "priority": 100,
            "id": 175918,
            "web_url": "https://translate-dev.freebsd.org/translate/freebsd-doc/boooks_handbook/nb_NO/?checksum=c7a8e87af0594409",
            "url": "https://translate-dev.freebsd.org/api/units/175918/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2020-07-04T20:26:29.980858Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/freebsd-doc/boooks_handbook/nb_NO/?format=api",
            "source": [
                "A <literal>monospaced</literal> font is used for error messages, commands, environment variables, names of ports, hostnames, user names, group names, device names, variables, and code fragments."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 2475561543375007211,
            "content_hash": 2475561543375007211,
            "location": "book.translate.xml:1538",
            "context": "",
            "note": "(itstool) path: listitem/para",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 125,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 25,
            "source_unit": "https://translate-dev.freebsd.org/api/units/119651/?format=api",
            "priority": 100,
            "id": 175919,
            "web_url": "https://translate-dev.freebsd.org/translate/freebsd-doc/boooks_handbook/nb_NO/?checksum=a25af61b8c7c2deb",
            "url": "https://translate-dev.freebsd.org/api/units/175919/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2020-07-04T20:26:29.991275Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/freebsd-doc/boooks_handbook/nb_NO/?format=api",
            "source": [
                "<application>Bold</application>"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 7376203510925180272,
            "content_hash": 7376203510925180272,
            "location": "book.translate.xml:1546",
            "context": "",
            "note": "(itstool) path: varlistentry/term",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 126,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 1,
            "source_unit": "https://translate-dev.freebsd.org/api/units/119652/?format=api",
            "priority": 100,
            "id": 175920,
            "web_url": "https://translate-dev.freebsd.org/translate/freebsd-doc/boooks_handbook/nb_NO/?checksum=e65d8a032baf3d70",
            "url": "https://translate-dev.freebsd.org/api/units/175920/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2020-07-04T20:26:30.000570Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/freebsd-doc/boooks_handbook/nb_NO/?format=api",
            "source": [
                "A <keycap>bold</keycap> font is used for applications, commands, and keys."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -3911450198810413021,
            "content_hash": -3911450198810413021,
            "location": "book.translate.xml:1549",
            "context": "",
            "note": "(itstool) path: listitem/para",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 127,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 10,
            "source_unit": "https://translate-dev.freebsd.org/api/units/119653/?format=api",
            "priority": 100,
            "id": 175921,
            "web_url": "https://translate-dev.freebsd.org/translate/freebsd-doc/boooks_handbook/nb_NO/?checksum=49b7bcc497463823",
            "url": "https://translate-dev.freebsd.org/api/units/175921/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2020-07-04T20:26:30.011447Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/freebsd-doc/boooks_handbook/nb_NO/?format=api",
            "source": [
                "User Input"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -1787549375203640193,
            "content_hash": -1787549375203640193,
            "location": "book.translate.xml:1556",
            "context": "",
            "note": "(itstool) path: preface/bridgehead\n(itstool) id: book.translate.xml#preface-conv-commands",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 128,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 2,
            "source_unit": "https://translate-dev.freebsd.org/api/units/119654/?format=api",
            "priority": 100,
            "id": 175922,
            "web_url": "https://translate-dev.freebsd.org/translate/freebsd-doc/boooks_handbook/nb_NO/?checksum=673159506883fc7f",
            "url": "https://translate-dev.freebsd.org/api/units/175922/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2020-07-04T20:26:30.021336Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/freebsd-doc/boooks_handbook/nb_NO/?format=api",
            "source": [
                "Keys are shown in <keycap>bold</keycap> to stand out from other text. Key combinations that are meant to be typed simultaneously are shown with `<literal>+</literal>' between the keys, such as:"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -5987186086791528078,
            "content_hash": -5987186086791528078,
            "location": "book.translate.xml:1559",
            "context": "",
            "note": "(itstool) path: preface/para",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 129,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 29,
            "source_unit": "https://translate-dev.freebsd.org/api/units/119655/?format=api",
            "priority": 100,
            "id": 175923,
            "web_url": "https://translate-dev.freebsd.org/translate/freebsd-doc/boooks_handbook/nb_NO/?checksum=2ce93df9bca14172",
            "url": "https://translate-dev.freebsd.org/api/units/175923/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2020-07-04T20:26:30.030014Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/freebsd-doc/boooks_handbook/nb_NO/?format=api",
            "source": [
                "<keycombo action=\"simul\"> <keycap>Ctrl</keycap> <keycap>Alt</keycap> <keycap>Del</keycap></keycombo>"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 2329396576255052879,
            "content_hash": 2329396576255052879,
            "location": "book.translate.xml:1564",
            "context": "",
            "note": "(itstool) path: preface/para",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 130,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 5,
            "source_unit": "https://translate-dev.freebsd.org/api/units/119656/?format=api",
            "priority": 100,
            "id": 175924,
            "web_url": "https://translate-dev.freebsd.org/translate/freebsd-doc/boooks_handbook/nb_NO/?checksum=a053add82cb18c4f",
            "url": "https://translate-dev.freebsd.org/api/units/175924/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2020-07-04T20:26:30.039355Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/freebsd-doc/boooks_handbook/nb_NO/?format=api",
            "source": [
                "Meaning the user should type the <keycap>Ctrl</keycap>, <keycap>Alt</keycap>, and <keycap>Del</keycap> keys at the same time."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 7967997336099227453,
            "content_hash": 7967997336099227453,
            "location": "book.translate.xml:1569",
            "context": "",
            "note": "(itstool) path: preface/para",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 131,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 15,
            "source_unit": "https://translate-dev.freebsd.org/api/units/119657/?format=api",
            "priority": 100,
            "id": 175925,
            "web_url": "https://translate-dev.freebsd.org/translate/freebsd-doc/boooks_handbook/nb_NO/?checksum=ee94035c6574073d",
            "url": "https://translate-dev.freebsd.org/api/units/175925/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2020-07-04T20:26:30.048637Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/freebsd-doc/boooks_handbook/nb_NO/?format=api",
            "source": [
                "Keys that are meant to be typed in sequence will be separated with commas, for example:"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 4087050048759298775,
            "content_hash": 4087050048759298775,
            "location": "book.translate.xml:1573",
            "context": "",
            "note": "(itstool) path: preface/para",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 132,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 16,
            "source_unit": "https://translate-dev.freebsd.org/api/units/119658/?format=api",
            "priority": 100,
            "id": 175926,
            "web_url": "https://translate-dev.freebsd.org/translate/freebsd-doc/boooks_handbook/nb_NO/?checksum=b8b81e5d7f8a7ad7",
            "url": "https://translate-dev.freebsd.org/api/units/175926/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2020-07-04T20:26:30.056823Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/freebsd-doc/boooks_handbook/nb_NO/?format=api",
            "source": [
                "<keycombo action=\"simul\"> <keycap>Ctrl</keycap> <keycap>X</keycap> </keycombo>, <keycombo action=\"simul\"> <keycap>Ctrl</keycap> <keycap>S</keycap></keycombo>"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 2599178112267664857,
            "content_hash": 2599178112267664857,
            "location": "book.translate.xml:1576",
            "context": "",
            "note": "(itstool) path: preface/para",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 133,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 9,
            "source_unit": "https://translate-dev.freebsd.org/api/units/119659/?format=api",
            "priority": 100,
            "id": 175927,
            "web_url": "https://translate-dev.freebsd.org/translate/freebsd-doc/boooks_handbook/nb_NO/?checksum=a41222b8d9af3dd9",
            "url": "https://translate-dev.freebsd.org/api/units/175927/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2020-07-04T20:26:30.071002Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/freebsd-doc/boooks_handbook/nb_NO/?format=api",
            "source": [
                "Would mean that the user is expected to type the <keycap>Ctrl</keycap> and <keycap>X</keycap> keys simultaneously and then to type the <keycap>Ctrl</keycap> and <keycap>S</keycap> keys simultaneously."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 6924957555512762089,
            "content_hash": 6924957555512762089,
            "location": "book.translate.xml:1584",
            "context": "",
            "note": "(itstool) path: preface/para",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 134,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 25,
            "source_unit": "https://translate-dev.freebsd.org/api/units/119660/?format=api",
            "priority": 100,
            "id": 175928,
            "web_url": "https://translate-dev.freebsd.org/translate/freebsd-doc/boooks_handbook/nb_NO/?checksum=e01a6434ecfedee9",
            "url": "https://translate-dev.freebsd.org/api/units/175928/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2020-07-04T20:26:30.080642Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/freebsd-doc/boooks_handbook/nb_NO/?format=api",
            "source": [
                "Examples"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 8988574777396696014,
            "content_hash": 8988574777396696014,
            "location": "book.translate.xml:1590",
            "context": "",
            "note": "(itstool) path: preface/bridgehead\n(itstool) id: book.translate.xml#preface-conv-examples",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 135,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 1,
            "source_unit": "https://translate-dev.freebsd.org/api/units/119661/?format=api",
            "priority": 100,
            "id": 175929,
            "web_url": "https://translate-dev.freebsd.org/translate/freebsd-doc/boooks_handbook/nb_NO/?checksum=fcbdd522f3c413ce",
            "url": "https://translate-dev.freebsd.org/api/units/175929/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2020-07-04T20:26:30.088213Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/freebsd-doc/boooks_handbook/nb_NO/?format=api",
            "source": [
                "Examples starting with <filename>C:\\&gt;</filename> indicate a <trademark class=\"registered\">MS-DOS</trademark> command. Unless otherwise noted, these commands may be executed from a <quote>Command Prompt</quote> window in a modern <trademark class=\"registered\">Microsoft</trademark> <trademark class=\"registered\">Windows</trademark> environment."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 7858565594916313455,
            "content_hash": 7858565594916313455,
            "location": "book.translate.xml:1592",
            "context": "",
            "note": "(itstool) path: preface/para",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 136,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 30,
            "source_unit": "https://translate-dev.freebsd.org/api/units/157577/?format=api",
            "priority": 100,
            "id": 175930,
            "web_url": "https://translate-dev.freebsd.org/translate/freebsd-doc/boooks_handbook/nb_NO/?checksum=ed0f3bc5a917d96f",
            "url": "https://translate-dev.freebsd.org/api/units/175930/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2020-07-04T20:26:30.096677Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/freebsd-doc/boooks_handbook/nb_NO/?format=api",
            "source": [
                "<prompt>E:\\&gt;</prompt> <userinput>tools\\fdimage floppies\\kern.flp A:</userinput>"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 7773707597509263593,
            "content_hash": 7773707597509263593,
            "location": "book.translate.xml:1598",
            "context": "",
            "note": "(itstool) path: preface/screen",
            "flags": "no-wrap",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 137,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 4,
            "source_unit": "https://translate-dev.freebsd.org/api/units/119663/?format=api",
            "priority": 100,
            "id": 175931,
            "web_url": "https://translate-dev.freebsd.org/translate/freebsd-doc/boooks_handbook/nb_NO/?checksum=ebe1c1df814b80e9",
            "url": "https://translate-dev.freebsd.org/api/units/175931/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2020-07-04T20:26:30.104742Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/freebsd-doc/boooks_handbook/nb_NO/?format=api",
            "source": [
                "Examples starting with <prompt>#</prompt> indicate a command that must be invoked as the superuser in FreeBSD. You can login as <systemitem class=\"username\">root</systemitem> to type the command, or login as your normal account and use <citerefentry><refentrytitle>su</refentrytitle><manvolnum>1</manvolnum></citerefentry> to gain superuser privileges."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -4581228306104971400,
            "content_hash": -4581228306104971400,
            "location": "book.translate.xml:1600",
            "context": "",
            "note": "(itstool) path: preface/para",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 138,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 39,
            "source_unit": "https://translate-dev.freebsd.org/api/units/119664/?format=api",
            "priority": 100,
            "id": 175932,
            "web_url": "https://translate-dev.freebsd.org/translate/freebsd-doc/boooks_handbook/nb_NO/?checksum=406c3520c3a60f78",
            "url": "https://translate-dev.freebsd.org/api/units/175932/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2020-07-04T20:26:30.117203Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/freebsd-doc/boooks_handbook/nb_NO/?format=api",
            "source": [
                "<prompt>#</prompt> <userinput>dd if=kern.flp of=/dev/fd0</userinput>"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -983202528790245404,
            "content_hash": -983202528790245404,
            "location": "book.translate.xml:1606",
            "context": "",
            "note": "(itstool) path: preface/screen",
            "flags": "no-wrap",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 139,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 4,
            "source_unit": "https://translate-dev.freebsd.org/api/units/119665/?format=api",
            "priority": 100,
            "id": 175933,
            "web_url": "https://translate-dev.freebsd.org/translate/freebsd-doc/boooks_handbook/nb_NO/?checksum=725af68261310fe4",
            "url": "https://translate-dev.freebsd.org/api/units/175933/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2020-07-04T20:26:30.130638Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/freebsd-doc/boooks_handbook/nb_NO/?format=api",
            "source": [
                "Examples starting with <prompt>%</prompt> indicate a command that should be invoked from a normal user account. Unless otherwise noted, C-shell syntax is used for setting environment variables and other shell commands."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 2363164980531722664,
            "content_hash": 2363164980531722664,
            "location": "book.translate.xml:1608",
            "context": "",
            "note": "(itstool) path: preface/para",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 140,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 31,
            "source_unit": "https://translate-dev.freebsd.org/api/units/119666/?format=api",
            "priority": 100,
            "id": 175934,
            "web_url": "https://translate-dev.freebsd.org/translate/freebsd-doc/boooks_handbook/nb_NO/?checksum=a0cba6077a3c79a8",
            "url": "https://translate-dev.freebsd.org/api/units/175934/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2020-07-04T20:26:30.139652Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/freebsd-doc/boooks_handbook/nb_NO/?format=api",
            "source": [
                "<prompt>%</prompt> <userinput>top</userinput>"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 6096029288136922075,
            "content_hash": 6096029288136922075,
            "location": "book.translate.xml:1613",
            "context": "",
            "note": "(itstool) path: preface/screen",
            "flags": "no-wrap",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 141,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 2,
            "source_unit": "https://translate-dev.freebsd.org/api/units/119667/?format=api",
            "priority": 100,
            "id": 175935,
            "web_url": "https://translate-dev.freebsd.org/translate/freebsd-doc/boooks_handbook/nb_NO/?checksum=d4997256e3c753db",
            "url": "https://translate-dev.freebsd.org/api/units/175935/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2020-07-04T20:26:30.147994Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/freebsd-doc/boooks_handbook/nb_NO/?format=api",
            "source": [
                "Acknowledgments"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -4075108960928515945,
            "content_hash": -4075108960928515945,
            "location": "book.translate.xml:1615",
            "context": "",
            "note": "(itstool) path: preface/bridgehead\n(itstool) id: book.translate.xml#preface-acknowledgements",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 142,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 1,
            "source_unit": "https://translate-dev.freebsd.org/api/units/119668/?format=api",
            "priority": 100,
            "id": 175936,
            "web_url": "https://translate-dev.freebsd.org/translate/freebsd-doc/boooks_handbook/nb_NO/?checksum=47724dfdaad83897",
            "url": "https://translate-dev.freebsd.org/api/units/175936/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2020-07-04T20:26:30.156600Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/freebsd-doc/boooks_handbook/nb_NO/?format=api",
            "source": [
                "The book you are holding represents the efforts of many hundreds of people around the world. Whether they sent in fixes for typos, or submitted complete chapters, all the contributions have been useful."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 8058224204118733138,
            "content_hash": 8058224204118733138,
            "location": "book.translate.xml:1617",
            "context": "",
            "note": "(itstool) path: preface/para",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 143,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 33,
            "source_unit": "https://translate-dev.freebsd.org/api/units/119669/?format=api",
            "priority": 100,
            "id": 175937,
            "web_url": "https://translate-dev.freebsd.org/translate/freebsd-doc/boooks_handbook/nb_NO/?checksum=efd4903826f3b152",
            "url": "https://translate-dev.freebsd.org/api/units/175937/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2020-07-04T20:26:30.165337Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/freebsd-doc/boooks_handbook/nb_NO/?format=api",
            "source": [
                "Several companies have supported the development of this document by paying authors to work on it full-time, paying for publication, etc. In particular, BSDi (subsequently acquired by <link xlink:href=\"http://www.windriver.com\">Wind River Systems</link>) paid members of the FreeBSD Documentation Project to work on improving this book full time leading up to the publication of the first printed edition in March 2000 (ISBN 1-57176-241-8). Wind River Systems then paid several additional authors to make a number of improvements to the print-output infrastructure and to add additional chapters to the text. This work culminated in the publication of the second printed edition in November 2001 (ISBN 1-57176-303-1). In 2003-2004, <link xlink:href=\"http://www.freebsdmall.com\">FreeBSD Mall, Inc</link>, paid several contributors to improve the Handbook in preparation for the third printed edition."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 650740729296621590,
            "content_hash": 650740729296621590,
            "location": "book.translate.xml:1622",
            "context": "",
            "note": "(itstool) path: preface/para",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 144,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 123,
            "source_unit": "https://translate-dev.freebsd.org/api/units/119670/?format=api",
            "priority": 100,
            "id": 175938,
            "web_url": "https://translate-dev.freebsd.org/translate/freebsd-doc/boooks_handbook/nb_NO/?checksum=8907e53eda9a9016",
            "url": "https://translate-dev.freebsd.org/api/units/175938/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2020-07-04T20:26:30.173787Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/freebsd-doc/boooks_handbook/nb_NO/?format=api",
            "source": [
                "Getting Started"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 8434221936824819573,
            "content_hash": 8434221936824819573,
            "location": "book.translate.xml:1641",
            "context": "",
            "note": "(itstool) path: part/title",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 145,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 2,
            "source_unit": "https://translate-dev.freebsd.org/api/units/119671/?format=api",
            "priority": 100,
            "id": 175939,
            "web_url": "https://translate-dev.freebsd.org/translate/freebsd-doc/boooks_handbook/nb_NO/?checksum=f50c602a45401f75",
            "url": "https://translate-dev.freebsd.org/api/units/175939/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2020-07-04T20:26:30.182260Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/freebsd-doc/boooks_handbook/nb_NO/?format=api",
            "source": [
                "This part of the handbook is for users and administrators who are new to FreeBSD. These chapters:"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 5401390318161784605,
            "content_hash": 5401390318161784605,
            "location": "book.translate.xml:1644",
            "context": "",
            "note": "(itstool) path: partintro/para",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 146,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 17,
            "source_unit": "https://translate-dev.freebsd.org/api/units/119672/?format=api",
            "priority": 100,
            "id": 175940,
            "web_url": "https://translate-dev.freebsd.org/translate/freebsd-doc/boooks_handbook/nb_NO/?checksum=caf597e067446f1d",
            "url": "https://translate-dev.freebsd.org/api/units/175940/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2020-07-04T20:26:30.192880Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/freebsd-doc/boooks_handbook/nb_NO/?format=api",
            "source": [
                "Introduce FreeBSD."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 2248166729493895468,
            "content_hash": 2248166729493895468,
            "location": "book.translate.xml:1649",
            "context": "",
            "note": "(itstool) path: listitem/para",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 147,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 2,
            "source_unit": "https://translate-dev.freebsd.org/api/units/119673/?format=api",
            "priority": 100,
            "id": 175941,
            "web_url": "https://translate-dev.freebsd.org/translate/freebsd-doc/boooks_handbook/nb_NO/?checksum=9f3317baab55d92c",
            "url": "https://translate-dev.freebsd.org/api/units/175941/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2020-07-04T20:26:30.201559Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/freebsd-doc/boooks_handbook/nb_NO/?format=api",
            "source": [
                "Guide readers through the installation process."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 8311916552962791938,
            "content_hash": 8311916552962791938,
            "location": "book.translate.xml:1653",
            "context": "",
            "note": "(itstool) path: listitem/para",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 148,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 6,
            "source_unit": "https://translate-dev.freebsd.org/api/units/119674/?format=api",
            "priority": 100,
            "id": 175942,
            "web_url": "https://translate-dev.freebsd.org/translate/freebsd-doc/boooks_handbook/nb_NO/?checksum=f359dc1106095a02",
            "url": "https://translate-dev.freebsd.org/api/units/175942/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2020-07-04T20:26:30.212521Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/freebsd-doc/boooks_handbook/nb_NO/?format=api",
            "source": [
                "Teach <trademark class=\"registered\">UNIX</trademark> basics and fundamentals."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -6644678421622534679,
            "content_hash": -6644678421622534679,
            "location": "book.translate.xml:1657",
            "context": "",
            "note": "(itstool) path: listitem/para",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 149,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 6,
            "source_unit": "https://translate-dev.freebsd.org/api/units/119675/?format=api",
            "priority": 100,
            "id": 175943,
            "web_url": "https://translate-dev.freebsd.org/translate/freebsd-doc/boooks_handbook/nb_NO/?checksum=23c95c2e387c4de9",
            "url": "https://translate-dev.freebsd.org/api/units/175943/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2020-07-04T20:26:30.222348Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/freebsd-doc/boooks_handbook/nb_NO/?format=api",
            "source": [
                "Show how to install the wealth of third party applications available for FreeBSD."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -4447885904711430952,
            "content_hash": -4447885904711430952,
            "location": "book.translate.xml:1661",
            "context": "",
            "note": "(itstool) path: listitem/para",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 150,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 13,
            "source_unit": "https://translate-dev.freebsd.org/api/units/119676/?format=api",
            "priority": 100,
            "id": 175944,
            "web_url": "https://translate-dev.freebsd.org/translate/freebsd-doc/boooks_handbook/nb_NO/?checksum=4245ef55e8354cd8",
            "url": "https://translate-dev.freebsd.org/api/units/175944/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2020-07-04T20:26:30.231450Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/freebsd-doc/boooks_handbook/nb_NO/?format=api",
            "source": [
                "Introduce X, the <trademark class=\"registered\">UNIX</trademark> windowing system, and detail how to configure a desktop environment that makes users more productive."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -7762717040112508752,
            "content_hash": -7762717040112508752,
            "location": "book.translate.xml:1666",
            "context": "",
            "note": "(itstool) path: listitem/para",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 151,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 20,
            "source_unit": "https://translate-dev.freebsd.org/api/units/119677/?format=api",
            "priority": 100,
            "id": 175945,
            "web_url": "https://translate-dev.freebsd.org/translate/freebsd-doc/boooks_handbook/nb_NO/?checksum=144549fb0c38e0b0",
            "url": "https://translate-dev.freebsd.org/api/units/175945/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2020-07-04T20:26:30.240122Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/freebsd-doc/boooks_handbook/nb_NO/?format=api",
            "source": [
                "The number of forward references in the text have been kept to a minimum so that this section can be read from front to back with minimal page flipping."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -1913838663796387790,
            "content_hash": -1913838663796387790,
            "location": "book.translate.xml:1672",
            "context": "",
            "note": "(itstool) path: partintro/para",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 152,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 29,
            "source_unit": "https://translate-dev.freebsd.org/api/units/119678/?format=api",
            "priority": 100,
            "id": 175946,
            "web_url": "https://translate-dev.freebsd.org/translate/freebsd-doc/boooks_handbook/nb_NO/?checksum=6570ade00f021032",
            "url": "https://translate-dev.freebsd.org/api/units/175946/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2020-07-04T20:26:30.249484Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/freebsd-doc/boooks_handbook/nb_NO/?format=api",
            "source": [
                "Introduction"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 5330140601372690748,
            "content_hash": 5330140601372690748,
            "location": "book.translate.xml:1686, book.translate.xml:25810, book.translate.xml:65535",
            "context": "",
            "note": "(itstool) path: info/title\n(itstool) path: sect1/title\n(itstool) path: sect2/title",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 153,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 1,
            "source_unit": "https://translate-dev.freebsd.org/api/units/119679/?format=api",
            "priority": 100,
            "id": 175947,
            "web_url": "https://translate-dev.freebsd.org/translate/freebsd-doc/boooks_handbook/nb_NO/?checksum=c9f876a2fbb4c93c",
            "url": "https://translate-dev.freebsd.org/api/units/175947/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2020-07-04T20:26:30.260056Z"
        }
    ]
}