Translation components API.

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

GET /api/translations/freebsd-doc/boooks_handbook/tr_TR/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/tr_TR/units/?format=api&page=4",
    "previous": "https://translate-dev.freebsd.org/api/translations/freebsd-doc/boooks_handbook/tr_TR/units/?format=api&page=2",
    "results": [
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/freebsd-doc/boooks_handbook/tr_TR/?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": 159313,
            "web_url": "https://translate-dev.freebsd.org/translate/freebsd-doc/boooks_handbook/tr_TR/?checksum=d92fb489a180a6a3",
            "url": "https://translate-dev.freebsd.org/api/units/159313/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2020-05-16T21:28:29.528771Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/freebsd-doc/boooks_handbook/tr_TR/?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": 159314,
            "web_url": "https://translate-dev.freebsd.org/translate/freebsd-doc/boooks_handbook/tr_TR/?checksum=f3685f43d832f002",
            "url": "https://translate-dev.freebsd.org/api/units/159314/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2020-05-16T21:28:29.538246Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/freebsd-doc/boooks_handbook/tr_TR/?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": 159315,
            "web_url": "https://translate-dev.freebsd.org/translate/freebsd-doc/boooks_handbook/tr_TR/?checksum=1eb77196221c1505",
            "url": "https://translate-dev.freebsd.org/api/units/159315/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2020-05-16T21:28:29.546768Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/freebsd-doc/boooks_handbook/tr_TR/?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": 159316,
            "web_url": "https://translate-dev.freebsd.org/translate/freebsd-doc/boooks_handbook/tr_TR/?checksum=49bb825c87f3e46e",
            "url": "https://translate-dev.freebsd.org/api/units/159316/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2020-05-16T21:28:29.556079Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/freebsd-doc/boooks_handbook/tr_TR/?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": 159317,
            "web_url": "https://translate-dev.freebsd.org/translate/freebsd-doc/boooks_handbook/tr_TR/?checksum=b4f120c05454c143",
            "url": "https://translate-dev.freebsd.org/api/units/159317/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2020-05-16T21:28:29.565063Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/freebsd-doc/boooks_handbook/tr_TR/?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": 159318,
            "web_url": "https://translate-dev.freebsd.org/translate/freebsd-doc/boooks_handbook/tr_TR/?checksum=1c9714c6197694de",
            "url": "https://translate-dev.freebsd.org/api/units/159318/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2020-05-16T21:28:29.574717Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/freebsd-doc/boooks_handbook/tr_TR/?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": 159319,
            "web_url": "https://translate-dev.freebsd.org/translate/freebsd-doc/boooks_handbook/tr_TR/?checksum=bc6cc90f02930b7d",
            "url": "https://translate-dev.freebsd.org/api/units/159319/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2020-05-16T21:28:29.584888Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/freebsd-doc/boooks_handbook/tr_TR/?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": 159320,
            "web_url": "https://translate-dev.freebsd.org/translate/freebsd-doc/boooks_handbook/tr_TR/?checksum=a3913fa5e933b37d",
            "url": "https://translate-dev.freebsd.org/api/units/159320/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2020-05-16T21:28:29.594665Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/freebsd-doc/boooks_handbook/tr_TR/?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": 159321,
            "web_url": "https://translate-dev.freebsd.org/translate/freebsd-doc/boooks_handbook/tr_TR/?checksum=9c67e8b4667e3ef6",
            "url": "https://translate-dev.freebsd.org/api/units/159321/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2020-05-16T21:28:29.604129Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/freebsd-doc/boooks_handbook/tr_TR/?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": 159322,
            "web_url": "https://translate-dev.freebsd.org/translate/freebsd-doc/boooks_handbook/tr_TR/?checksum=12cba8b62ab76288",
            "url": "https://translate-dev.freebsd.org/api/units/159322/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2020-05-16T21:28:29.612928Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/freebsd-doc/boooks_handbook/tr_TR/?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": 159323,
            "web_url": "https://translate-dev.freebsd.org/translate/freebsd-doc/boooks_handbook/tr_TR/?checksum=02eb27b55899e7dc",
            "url": "https://translate-dev.freebsd.org/api/units/159323/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2020-05-16T21:28:29.621852Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/freebsd-doc/boooks_handbook/tr_TR/?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": 159324,
            "web_url": "https://translate-dev.freebsd.org/translate/freebsd-doc/boooks_handbook/tr_TR/?checksum=7318ceb7a49d8454",
            "url": "https://translate-dev.freebsd.org/api/units/159324/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2020-05-16T21:28:29.631153Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/freebsd-doc/boooks_handbook/tr_TR/?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": 159325,
            "web_url": "https://translate-dev.freebsd.org/translate/freebsd-doc/boooks_handbook/tr_TR/?checksum=3c0077044bc77ff9",
            "url": "https://translate-dev.freebsd.org/api/units/159325/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2020-05-16T21:28:29.640398Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/freebsd-doc/boooks_handbook/tr_TR/?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": 159326,
            "web_url": "https://translate-dev.freebsd.org/translate/freebsd-doc/boooks_handbook/tr_TR/?checksum=5c9498673c1d1ad9",
            "url": "https://translate-dev.freebsd.org/api/units/159326/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2020-05-16T21:28:29.652184Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/freebsd-doc/boooks_handbook/tr_TR/?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": 159327,
            "web_url": "https://translate-dev.freebsd.org/translate/freebsd-doc/boooks_handbook/tr_TR/?checksum=575e0c3110f2d7be",
            "url": "https://translate-dev.freebsd.org/api/units/159327/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2020-05-16T21:28:29.670209Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/freebsd-doc/boooks_handbook/tr_TR/?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": 159328,
            "web_url": "https://translate-dev.freebsd.org/translate/freebsd-doc/boooks_handbook/tr_TR/?checksum=3a31243adcedc3c1",
            "url": "https://translate-dev.freebsd.org/api/units/159328/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2020-05-16T21:28:29.684024Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/freebsd-doc/boooks_handbook/tr_TR/?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": 159329,
            "web_url": "https://translate-dev.freebsd.org/translate/freebsd-doc/boooks_handbook/tr_TR/?checksum=5df9da7122cb2060",
            "url": "https://translate-dev.freebsd.org/api/units/159329/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2020-05-16T21:28:29.693434Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/freebsd-doc/boooks_handbook/tr_TR/?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": 159330,
            "web_url": "https://translate-dev.freebsd.org/translate/freebsd-doc/boooks_handbook/tr_TR/?checksum=f16e3c92a71bb680",
            "url": "https://translate-dev.freebsd.org/api/units/159330/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2020-05-16T21:28:29.704285Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/freebsd-doc/boooks_handbook/tr_TR/?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": 159331,
            "web_url": "https://translate-dev.freebsd.org/translate/freebsd-doc/boooks_handbook/tr_TR/?checksum=62c33ba234ac160a",
            "url": "https://translate-dev.freebsd.org/api/units/159331/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2020-05-16T21:28:29.715221Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/freebsd-doc/boooks_handbook/tr_TR/?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": 159332,
            "web_url": "https://translate-dev.freebsd.org/translate/freebsd-doc/boooks_handbook/tr_TR/?checksum=0d54f6e6bb572c86",
            "url": "https://translate-dev.freebsd.org/api/units/159332/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2020-05-16T21:28:29.724922Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/freebsd-doc/boooks_handbook/tr_TR/?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": 159333,
            "web_url": "https://translate-dev.freebsd.org/translate/freebsd-doc/boooks_handbook/tr_TR/?checksum=c7a8e87af0594409",
            "url": "https://translate-dev.freebsd.org/api/units/159333/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2020-05-16T21:28:29.735176Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/freebsd-doc/boooks_handbook/tr_TR/?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": 159334,
            "web_url": "https://translate-dev.freebsd.org/translate/freebsd-doc/boooks_handbook/tr_TR/?checksum=a25af61b8c7c2deb",
            "url": "https://translate-dev.freebsd.org/api/units/159334/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2020-05-16T21:28:29.745159Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/freebsd-doc/boooks_handbook/tr_TR/?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": 159335,
            "web_url": "https://translate-dev.freebsd.org/translate/freebsd-doc/boooks_handbook/tr_TR/?checksum=e65d8a032baf3d70",
            "url": "https://translate-dev.freebsd.org/api/units/159335/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2020-05-16T21:28:29.755354Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/freebsd-doc/boooks_handbook/tr_TR/?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": 159336,
            "web_url": "https://translate-dev.freebsd.org/translate/freebsd-doc/boooks_handbook/tr_TR/?checksum=49b7bcc497463823",
            "url": "https://translate-dev.freebsd.org/api/units/159336/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2020-05-16T21:28:29.764065Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/freebsd-doc/boooks_handbook/tr_TR/?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": 159337,
            "web_url": "https://translate-dev.freebsd.org/translate/freebsd-doc/boooks_handbook/tr_TR/?checksum=673159506883fc7f",
            "url": "https://translate-dev.freebsd.org/api/units/159337/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2020-05-16T21:28:29.781717Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/freebsd-doc/boooks_handbook/tr_TR/?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": 159338,
            "web_url": "https://translate-dev.freebsd.org/translate/freebsd-doc/boooks_handbook/tr_TR/?checksum=2ce93df9bca14172",
            "url": "https://translate-dev.freebsd.org/api/units/159338/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2020-05-16T21:28:29.792072Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/freebsd-doc/boooks_handbook/tr_TR/?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": 159339,
            "web_url": "https://translate-dev.freebsd.org/translate/freebsd-doc/boooks_handbook/tr_TR/?checksum=a053add82cb18c4f",
            "url": "https://translate-dev.freebsd.org/api/units/159339/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2020-05-16T21:28:29.804745Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/freebsd-doc/boooks_handbook/tr_TR/?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": 159340,
            "web_url": "https://translate-dev.freebsd.org/translate/freebsd-doc/boooks_handbook/tr_TR/?checksum=ee94035c6574073d",
            "url": "https://translate-dev.freebsd.org/api/units/159340/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2020-05-16T21:28:29.816440Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/freebsd-doc/boooks_handbook/tr_TR/?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": 159341,
            "web_url": "https://translate-dev.freebsd.org/translate/freebsd-doc/boooks_handbook/tr_TR/?checksum=b8b81e5d7f8a7ad7",
            "url": "https://translate-dev.freebsd.org/api/units/159341/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2020-05-16T21:28:29.826856Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/freebsd-doc/boooks_handbook/tr_TR/?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": 159342,
            "web_url": "https://translate-dev.freebsd.org/translate/freebsd-doc/boooks_handbook/tr_TR/?checksum=a41222b8d9af3dd9",
            "url": "https://translate-dev.freebsd.org/api/units/159342/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2020-05-16T21:28:29.838652Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/freebsd-doc/boooks_handbook/tr_TR/?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": 159343,
            "web_url": "https://translate-dev.freebsd.org/translate/freebsd-doc/boooks_handbook/tr_TR/?checksum=e01a6434ecfedee9",
            "url": "https://translate-dev.freebsd.org/api/units/159343/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2020-05-16T21:28:29.848147Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/freebsd-doc/boooks_handbook/tr_TR/?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": 159344,
            "web_url": "https://translate-dev.freebsd.org/translate/freebsd-doc/boooks_handbook/tr_TR/?checksum=fcbdd522f3c413ce",
            "url": "https://translate-dev.freebsd.org/api/units/159344/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2020-05-16T21:28:29.857689Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/freebsd-doc/boooks_handbook/tr_TR/?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": 159345,
            "web_url": "https://translate-dev.freebsd.org/translate/freebsd-doc/boooks_handbook/tr_TR/?checksum=ed0f3bc5a917d96f",
            "url": "https://translate-dev.freebsd.org/api/units/159345/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2020-05-16T21:28:29.870683Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/freebsd-doc/boooks_handbook/tr_TR/?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": 159346,
            "web_url": "https://translate-dev.freebsd.org/translate/freebsd-doc/boooks_handbook/tr_TR/?checksum=ebe1c1df814b80e9",
            "url": "https://translate-dev.freebsd.org/api/units/159346/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2020-05-16T21:28:29.882937Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/freebsd-doc/boooks_handbook/tr_TR/?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": 159347,
            "web_url": "https://translate-dev.freebsd.org/translate/freebsd-doc/boooks_handbook/tr_TR/?checksum=406c3520c3a60f78",
            "url": "https://translate-dev.freebsd.org/api/units/159347/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2020-05-16T21:28:29.892241Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/freebsd-doc/boooks_handbook/tr_TR/?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": 159348,
            "web_url": "https://translate-dev.freebsd.org/translate/freebsd-doc/boooks_handbook/tr_TR/?checksum=725af68261310fe4",
            "url": "https://translate-dev.freebsd.org/api/units/159348/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2020-05-16T21:28:29.901995Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/freebsd-doc/boooks_handbook/tr_TR/?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": 159349,
            "web_url": "https://translate-dev.freebsd.org/translate/freebsd-doc/boooks_handbook/tr_TR/?checksum=a0cba6077a3c79a8",
            "url": "https://translate-dev.freebsd.org/api/units/159349/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2020-05-16T21:28:29.911288Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/freebsd-doc/boooks_handbook/tr_TR/?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": 159350,
            "web_url": "https://translate-dev.freebsd.org/translate/freebsd-doc/boooks_handbook/tr_TR/?checksum=d4997256e3c753db",
            "url": "https://translate-dev.freebsd.org/api/units/159350/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2020-05-16T21:28:29.921394Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/freebsd-doc/boooks_handbook/tr_TR/?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": 159351,
            "web_url": "https://translate-dev.freebsd.org/translate/freebsd-doc/boooks_handbook/tr_TR/?checksum=47724dfdaad83897",
            "url": "https://translate-dev.freebsd.org/api/units/159351/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2020-05-16T21:28:29.931449Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/freebsd-doc/boooks_handbook/tr_TR/?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": 159352,
            "web_url": "https://translate-dev.freebsd.org/translate/freebsd-doc/boooks_handbook/tr_TR/?checksum=efd4903826f3b152",
            "url": "https://translate-dev.freebsd.org/api/units/159352/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2020-05-16T21:28:29.942419Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/freebsd-doc/boooks_handbook/tr_TR/?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": 159353,
            "web_url": "https://translate-dev.freebsd.org/translate/freebsd-doc/boooks_handbook/tr_TR/?checksum=8907e53eda9a9016",
            "url": "https://translate-dev.freebsd.org/api/units/159353/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2020-05-16T21:28:29.953626Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/freebsd-doc/boooks_handbook/tr_TR/?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": 159354,
            "web_url": "https://translate-dev.freebsd.org/translate/freebsd-doc/boooks_handbook/tr_TR/?checksum=f50c602a45401f75",
            "url": "https://translate-dev.freebsd.org/api/units/159354/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2020-05-16T21:28:29.963659Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/freebsd-doc/boooks_handbook/tr_TR/?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": 159355,
            "web_url": "https://translate-dev.freebsd.org/translate/freebsd-doc/boooks_handbook/tr_TR/?checksum=caf597e067446f1d",
            "url": "https://translate-dev.freebsd.org/api/units/159355/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2020-05-16T21:28:29.973116Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/freebsd-doc/boooks_handbook/tr_TR/?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": 159356,
            "web_url": "https://translate-dev.freebsd.org/translate/freebsd-doc/boooks_handbook/tr_TR/?checksum=9f3317baab55d92c",
            "url": "https://translate-dev.freebsd.org/api/units/159356/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2020-05-16T21:28:29.984047Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/freebsd-doc/boooks_handbook/tr_TR/?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": 159357,
            "web_url": "https://translate-dev.freebsd.org/translate/freebsd-doc/boooks_handbook/tr_TR/?checksum=f359dc1106095a02",
            "url": "https://translate-dev.freebsd.org/api/units/159357/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2020-05-16T21:28:29.995012Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/freebsd-doc/boooks_handbook/tr_TR/?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": 159358,
            "web_url": "https://translate-dev.freebsd.org/translate/freebsd-doc/boooks_handbook/tr_TR/?checksum=23c95c2e387c4de9",
            "url": "https://translate-dev.freebsd.org/api/units/159358/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2020-05-16T21:28:30.005038Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/freebsd-doc/boooks_handbook/tr_TR/?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": 159359,
            "web_url": "https://translate-dev.freebsd.org/translate/freebsd-doc/boooks_handbook/tr_TR/?checksum=4245ef55e8354cd8",
            "url": "https://translate-dev.freebsd.org/api/units/159359/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2020-05-16T21:28:30.016063Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/freebsd-doc/boooks_handbook/tr_TR/?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": 159360,
            "web_url": "https://translate-dev.freebsd.org/translate/freebsd-doc/boooks_handbook/tr_TR/?checksum=144549fb0c38e0b0",
            "url": "https://translate-dev.freebsd.org/api/units/159360/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2020-05-16T21:28:30.025871Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/freebsd-doc/boooks_handbook/tr_TR/?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": 159361,
            "web_url": "https://translate-dev.freebsd.org/translate/freebsd-doc/boooks_handbook/tr_TR/?checksum=6570ade00f021032",
            "url": "https://translate-dev.freebsd.org/api/units/159361/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2020-05-16T21:28:30.035623Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/freebsd-doc/boooks_handbook/tr_TR/?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": 159362,
            "web_url": "https://translate-dev.freebsd.org/translate/freebsd-doc/boooks_handbook/tr_TR/?checksum=c9f876a2fbb4c93c",
            "url": "https://translate-dev.freebsd.org/api/units/159362/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2020-05-16T21:28:30.044738Z"
        }
    ]
}