Translation components API.

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

GET /api/translations/documentation/booksfdp-primermanual-pages_index/it_IT/units/?format=api&page=2
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 167,
    "next": "https://translate-dev.freebsd.org/api/translations/documentation/booksfdp-primermanual-pages_index/it_IT/units/?format=api&page=3",
    "previous": "https://translate-dev.freebsd.org/api/translations/documentation/booksfdp-primermanual-pages_index/it_IT/units/?format=api",
    "results": [
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksfdp-primermanual-pages_index/it_IT/?format=api",
            "source": [
                "The preferred basic structure for a section 4 device driver:"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 679158875423001186,
            "content_hash": 679158875423001186,
            "location": "documentation/content/en/books/fdp-primer/manual-pages/_index.adoc:401",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 129,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 10,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1092686/?format=api",
            "priority": 100,
            "id": 1092883,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksfdp-primermanual-pages_index/it_IT/?checksum=896cdb661ba44a62",
            "url": "https://translate-dev.freebsd.org/api/units/1092883/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-05-23T12:58:43.307331Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksfdp-primermanual-pages_index/it_IT/?format=api",
            "source": [
                ".Dd August 25, 2017\n.Dt EXAMPLEDRIVER 4\n.Os\n.Sh NAME\n.Nm exampledriver\n.Nd \"driver to demonstrate section 4 man pages\"\n.Sh SYNOPSIS\nTo compile this driver into the kernel, add this line to the\nkernel configuration file:\n.Bd -ragged -offset indent\n.Cd \"device exampledriver\"\n.Ed\n.Pp\nTo load the driver as a module at boot, add this line to\n.Xr loader.conf 5 :\n.Bd -literal -offset indent\nexampledriver_load=\"YES\"\n.Ed\n.Sh DESCRIPTION\nThe\n.Nm\ndriver provides an opportunity to show a skeleton or template\nfile for section 4 manual pages.\n.Sh HARDWARE\nThe\n.Nm\ndriver supports these cards from the aptly-named Nonexistent\nTechnologies:\n.Pp\n.Bl -bullet -compact\n.It\nNT X149.2 (single and dual port)\n.It\nNT X149.8 (single port)\n.El\n.Sh DIAGNOSTICS\n.Bl -diag\n.It \"flashing green light\"\nSomething bad happened.\n.It \"flashing red light\"\nSomething really bad happened.\n.It \"solid black light\"\nPower cord is unplugged.\n.El\n.Sh SEE ALSO\n.Xr example 8\n.Sh HISTORY\nThe\n.Nm\ndevice driver first appeared in\n.Fx 49.2 .\n.Sh AUTHORS\n.An Firstname Lastname Aq Mt flastname@example.com\n"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 3676525859273495201,
            "content_hash": 3676525859273495201,
            "location": "documentation/content/en/books/fdp-primer/manual-pages/_index.adoc:457",
            "context": "",
            "note": "type: delimited block . 4",
            "flags": "no-wrap",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 130,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 173,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1092688/?format=api",
            "priority": 100,
            "id": 1092884,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksfdp-primermanual-pages_index/it_IT/?checksum=b305a4ca3988d2a1",
            "url": "https://translate-dev.freebsd.org/api/units/1092884/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-05-23T12:58:43.313578Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksfdp-primermanual-pages_index/it_IT/?format=api",
            "source": [
                "Section 5 Configuration File"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -122075342865167187,
            "content_hash": -122075342865167187,
            "location": "documentation/content/en/books/fdp-primer/manual-pages/_index.adoc:460",
            "context": "",
            "note": "type: Title ===",
            "flags": "no-wrap",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 131,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 4,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1092690/?format=api",
            "priority": 100,
            "id": 1092885,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksfdp-primermanual-pages_index/it_IT/?checksum=7e4e4d1f58b00cad",
            "url": "https://translate-dev.freebsd.org/api/units/1092885/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-05-23T12:58:43.318728Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksfdp-primermanual-pages_index/it_IT/?format=api",
            "source": [
                "The preferred basic structure for a section 5 configuration file:"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -1352604248868885025,
            "content_hash": -1352604248868885025,
            "location": "documentation/content/en/books/fdp-primer/manual-pages/_index.adoc:463",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 132,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 10,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1092692/?format=api",
            "priority": 100,
            "id": 1092886,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksfdp-primermanual-pages_index/it_IT/?checksum=6d3a959a207c6ddf",
            "url": "https://translate-dev.freebsd.org/api/units/1092886/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-05-23T12:58:43.323058Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksfdp-primermanual-pages_index/it_IT/?format=api",
            "source": [
                ".Dd August 25, 2017\n.Dt EXAMPLECONF 5\n.Os\n.Sh NAME\n.Nm example.conf\n.Nd \"config file to demonstrate section 5 man pages\"\n.Sh DESCRIPTION\n.Nm\nis an example configuration file.\n.Sh SEE ALSO\n.Xr example 8\n.Sh AUTHORS\n.An Firstname Lastname Aq Mt flastname@example.com\n"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -1016954336001356926,
            "content_hash": -1016954336001356926,
            "location": "documentation/content/en/books/fdp-primer/manual-pages/_index.adoc:479",
            "context": "",
            "note": "type: delimited block . 4",
            "flags": "no-wrap",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 133,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 43,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1092694/?format=api",
            "priority": 100,
            "id": 1092887,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksfdp-primermanual-pages_index/it_IT/?checksum=71e30d6b61d88b82",
            "url": "https://translate-dev.freebsd.org/api/units/1092887/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-05-23T12:58:43.329082Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksfdp-primermanual-pages_index/it_IT/?format=api",
            "source": [
                "Testing"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -7283834722215946428,
            "content_hash": -7283834722215946428,
            "location": "documentation/content/en/books/fdp-primer/manual-pages/_index.adoc:482",
            "context": "",
            "note": "type: Title ==",
            "flags": "no-wrap",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 134,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 1,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1092696/?format=api",
            "priority": 100,
            "id": 1092888,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksfdp-primermanual-pages_index/it_IT/?checksum=1aea9ee95ba99744",
            "url": "https://translate-dev.freebsd.org/api/units/1092888/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-05-23T12:58:43.334187Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksfdp-primermanual-pages_index/it_IT/?format=api",
            "source": [
                "Testing a new manual page can be challenging.  Fortunately there are some tools that can assist in the task.  Some of them, like man:man[1], do not look in the current directory.  It is a good idea to prefix the filename with `./` if the new manual page is in the current directory.  An absolute path can also be used."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 4533976721353403784,
            "content_hash": 4533976721353403784,
            "location": "documentation/content/en/books/fdp-primer/manual-pages/_index.adoc:489",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 135,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 59,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1092698/?format=api",
            "priority": 100,
            "id": 1092889,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksfdp-primermanual-pages_index/it_IT/?checksum=beebebce5828ed88",
            "url": "https://translate-dev.freebsd.org/api/units/1092889/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-05-23T12:58:43.372897Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksfdp-primermanual-pages_index/it_IT/?format=api",
            "source": [
                "Use man:mandoc[1]'s linter to check for parsing errors:"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -3644793413381300069,
            "content_hash": -3644793413381300069,
            "location": "documentation/content/en/books/fdp-primer/manual-pages/_index.adoc:491",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 136,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 8,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1092700/?format=api",
            "priority": 100,
            "id": 1092890,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksfdp-primermanual-pages_index/it_IT/?checksum=4d6b17b393b9609b",
            "url": "https://translate-dev.freebsd.org/api/units/1092890/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-05-23T12:58:43.379713Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksfdp-primermanual-pages_index/it_IT/?format=api",
            "source": [
                "% mandoc -T lint ./mynewmanpage.8\n"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -156891181321053910,
            "content_hash": -156891181321053910,
            "location": "documentation/content/en/books/fdp-primer/manual-pages/_index.adoc:495",
            "context": "",
            "note": "type: delimited block . 4",
            "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": 5,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1092702/?format=api",
            "priority": 100,
            "id": 1092891,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksfdp-primermanual-pages_index/it_IT/?checksum=7dd29c4d44f7992a",
            "url": "https://translate-dev.freebsd.org/api/units/1092891/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-05-23T12:58:43.386814Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksfdp-primermanual-pages_index/it_IT/?format=api",
            "source": [
                "Use package:textproc/igor[] to proofread the manual page:"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -2110821290591686075,
            "content_hash": -2110821290591686075,
            "location": "documentation/content/en/books/fdp-primer/manual-pages/_index.adoc:498",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 138,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 7,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1092704/?format=api",
            "priority": 100,
            "id": 1092892,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksfdp-primermanual-pages_index/it_IT/?checksum=62b4db3845f37245",
            "url": "https://translate-dev.freebsd.org/api/units/1092892/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-05-23T12:58:43.394801Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksfdp-primermanual-pages_index/it_IT/?format=api",
            "source": [
                "% igor ./mynewmanpage.8\n"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 316860640459470820,
            "content_hash": 316860640459470820,
            "location": "documentation/content/en/books/fdp-primer/manual-pages/_index.adoc:502",
            "context": "",
            "note": "type: delimited block . 4",
            "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": 3,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1092706/?format=api",
            "priority": 100,
            "id": 1092893,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksfdp-primermanual-pages_index/it_IT/?checksum=8465b712dde3b7e4",
            "url": "https://translate-dev.freebsd.org/api/units/1092893/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-05-23T12:58:43.401434Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksfdp-primermanual-pages_index/it_IT/?format=api",
            "source": [
                "Use man:man[1] to check the final result of your changes:"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 3945646064070571048,
            "content_hash": 3945646064070571048,
            "location": "documentation/content/en/books/fdp-primer/manual-pages/_index.adoc:517",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 143,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 10,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1092708/?format=api",
            "priority": 100,
            "id": 1092894,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksfdp-primermanual-pages_index/it_IT/?checksum=b6c1c030ba583428",
            "url": "https://translate-dev.freebsd.org/api/units/1092894/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-05-23T12:58:43.407710Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksfdp-primermanual-pages_index/it_IT/?format=api",
            "source": [
                "% man ./mynewmanpage.8\n"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -3485624677016933853,
            "content_hash": -3485624677016933853,
            "location": "documentation/content/en/books/fdp-primer/manual-pages/_index.adoc:521",
            "context": "",
            "note": "type: delimited block . 4",
            "flags": "no-wrap",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 144,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 3,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1092710/?format=api",
            "priority": 100,
            "id": 1092895,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksfdp-primermanual-pages_index/it_IT/?checksum=4fa092d2ea11ea23",
            "url": "https://translate-dev.freebsd.org/api/units/1092895/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-05-23T12:58:43.413639Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksfdp-primermanual-pages_index/it_IT/?format=api",
            "source": [
                "You can use man:col[1] to filter the output of man:man[1] and get rid of the backspace characters before loading the result in your favorite editor for spell checking:"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 6184926531332047113,
            "content_hash": 6184926531332047113,
            "location": "documentation/content/en/books/fdp-primer/manual-pages/_index.adoc:524",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 145,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 28,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1092712/?format=api",
            "priority": 100,
            "id": 1092896,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksfdp-primermanual-pages_index/it_IT/?checksum=d5d545e93def8109",
            "url": "https://translate-dev.freebsd.org/api/units/1092896/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-05-23T12:58:43.419384Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksfdp-primermanual-pages_index/it_IT/?format=api",
            "source": [
                "% man ./mynewmanpage.8 | col -b | vim -R -\n"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -3389767271558593580,
            "content_hash": -3389767271558593580,
            "location": "documentation/content/en/books/fdp-primer/manual-pages/_index.adoc:528",
            "context": "",
            "note": "type: delimited block . 4",
            "flags": "no-wrap",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 146,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 10,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1092714/?format=api",
            "priority": 100,
            "id": 1092897,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksfdp-primermanual-pages_index/it_IT/?checksum=50f520a0538143d4",
            "url": "https://translate-dev.freebsd.org/api/units/1092897/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-05-23T12:58:43.426460Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksfdp-primermanual-pages_index/it_IT/?format=api",
            "source": [
                "Spell-checking with fully-featured dictionaries is encouraged, and can be accomplished by using package:textproc/hunspell[] or package:textproc/aspell[] combined with package:textproc/en-hunspell[] or package:textproc/en-aspell[], respectively.  For instance:"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -1586529128878730206,
            "content_hash": -1586529128878730206,
            "location": "documentation/content/en/books/fdp-primer/manual-pages/_index.adoc:533",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 147,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 23,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1092716/?format=api",
            "priority": 100,
            "id": 1092898,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksfdp-primermanual-pages_index/it_IT/?checksum=69fb8429bf5f9422",
            "url": "https://translate-dev.freebsd.org/api/units/1092898/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-05-23T12:58:43.432029Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksfdp-primermanual-pages_index/it_IT/?format=api",
            "source": [
                "% aspell check --lang=en --mode=nroff ./mynewmanpage.8\n"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 5222661209536588428,
            "content_hash": 5222661209536588428,
            "location": "documentation/content/en/books/fdp-primer/manual-pages/_index.adoc:537",
            "context": "",
            "note": "type: delimited block . 4",
            "flags": "no-wrap",
            "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/1092718/?format=api",
            "priority": 100,
            "id": 1092899,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksfdp-primermanual-pages_index/it_IT/?checksum=c87a9eb300a3ea8c",
            "url": "https://translate-dev.freebsd.org/api/units/1092899/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-05-23T12:58:43.438207Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksfdp-primermanual-pages_index/it_IT/?format=api",
            "source": [
                "Example Manual Pages to Use as Templates"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 4659096538265931436,
            "content_hash": 4659096538265931436,
            "location": "documentation/content/en/books/fdp-primer/manual-pages/_index.adoc:540",
            "context": "",
            "note": "type: Title ==",
            "flags": "no-wrap",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 149,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 7,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1092720/?format=api",
            "priority": 100,
            "id": 1092900,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksfdp-primermanual-pages_index/it_IT/?checksum=c0a86f9dd997ceac",
            "url": "https://translate-dev.freebsd.org/api/units/1092900/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-05-23T12:58:43.473895Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksfdp-primermanual-pages_index/it_IT/?format=api",
            "source": [
                "Some manual pages are suitable as in-depth examples."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 205311212374598387,
            "content_hash": 205311212374598387,
            "location": "documentation/content/en/books/fdp-primer/manual-pages/_index.adoc:543",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 150,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 8,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1092722/?format=api",
            "priority": 100,
            "id": 1092901,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksfdp-primermanual-pages_index/it_IT/?checksum=82d96975b9fe22f3",
            "url": "https://translate-dev.freebsd.org/api/units/1092901/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-05-23T12:58:43.480319Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksfdp-primermanual-pages_index/it_IT/?format=api",
            "source": [
                "Resources"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -735257029545068002,
            "content_hash": -735257029545068002,
            "location": "documentation/content/en/books/fdp-primer/manual-pages/_index.adoc:565",
            "context": "",
            "note": "type: Title ==",
            "flags": "no-wrap",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 161,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 1,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1092726/?format=api",
            "priority": 100,
            "id": 1092903,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksfdp-primermanual-pages_index/it_IT/?checksum=75cbd7a08f5b7a1e",
            "url": "https://translate-dev.freebsd.org/api/units/1092903/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-05-23T12:58:43.493931Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksfdp-primermanual-pages_index/it_IT/?format=api",
            "source": [
                "Resources for manual page writers:"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 1714806223538779609,
            "content_hash": 1714806223538779609,
            "location": "documentation/content/en/books/fdp-primer/manual-pages/_index.adoc:568",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 162,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 5,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1092728/?format=api",
            "priority": 100,
            "id": 1092904,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksfdp-primermanual-pages_index/it_IT/?checksum=97cc372cc4a875d9",
            "url": "https://translate-dev.freebsd.org/api/units/1092904/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-05-23T12:58:43.500726Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksfdp-primermanual-pages_index/it_IT/?format=api",
            "source": [
                "man:man[1]"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -51978263491456290,
            "content_hash": -51978263491456290,
            "location": "documentation/content/en/books/fdp-primer/manual-pages/_index.adoc:570",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 163,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 1,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1092730/?format=api",
            "priority": 100,
            "id": 1092905,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksfdp-primermanual-pages_index/it_IT/?checksum=7f47560b748cd2de",
            "url": "https://translate-dev.freebsd.org/api/units/1092905/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-05-23T12:58:43.507650Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksfdp-primermanual-pages_index/it_IT/?format=api",
            "source": [
                "man:mandoc[1]"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -1197986293115335184,
            "content_hash": -1197986293115335184,
            "location": "documentation/content/en/books/fdp-primer/manual-pages/_index.adoc:571",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 164,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 1,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1092732/?format=api",
            "priority": 100,
            "id": 1092906,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksfdp-primermanual-pages_index/it_IT/?checksum=6f5fe5d04912cdf0",
            "url": "https://translate-dev.freebsd.org/api/units/1092906/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-05-23T12:58:43.514449Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksfdp-primermanual-pages_index/it_IT/?format=api",
            "source": [
                "man:groff_mdoc[7]"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 6532559152167517167,
            "content_hash": 6532559152167517167,
            "location": "documentation/content/en/books/fdp-primer/manual-pages/_index.adoc:572",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 165,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 1,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1092734/?format=api",
            "priority": 100,
            "id": 1092907,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksfdp-primermanual-pages_index/it_IT/?checksum=daa84ff01b2bfbef",
            "url": "https://translate-dev.freebsd.org/api/units/1092907/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-05-23T12:58:43.520424Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksfdp-primermanual-pages_index/it_IT/?format=api",
            "source": [
                "http://manpages.bsd.lv/mdoc.html[Practical UNIX Manuals: mdoc]"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 7540351875970743944,
            "content_hash": 7540351875970743944,
            "location": "documentation/content/en/books/fdp-primer/manual-pages/_index.adoc:573",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 166,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 4,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1092736/?format=api",
            "priority": 100,
            "id": 1092908,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksfdp-primermanual-pages_index/it_IT/?checksum=e8a4b614a8afbe88",
            "url": "https://translate-dev.freebsd.org/api/units/1092908/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-05-23T12:58:43.526739Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksfdp-primermanual-pages_index/it_IT/?format=api",
            "source": [
                "http://manpages.bsd.lv/history.html[History of UNIX Manpages]"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -941364412585677047,
            "content_hash": -941364412585677047,
            "location": "documentation/content/en/books/fdp-primer/manual-pages/_index.adoc:573",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 167,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 4,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1092738/?format=api",
            "priority": 100,
            "id": 1092909,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksfdp-primermanual-pages_index/it_IT/?checksum=72ef9a0de7a2ef09",
            "url": "https://translate-dev.freebsd.org/api/units/1092909/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-05-23T12:58:43.533489Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksfdp-primermanual-pages_index/it_IT/?format=api",
            "source": [
                "How to work with the FreeBSD Manual Pages"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 6704468392686977265,
            "content_hash": 6704468392686977265,
            "location": "documentation/content/en/books/fdp-primer/manual-pages/_index.adoc:1",
            "context": "",
            "note": "type: YAML Front Matter: description",
            "flags": "no-wrap",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 1,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 8,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1176456/?format=api",
            "priority": 100,
            "id": 1176461,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksfdp-primermanual-pages_index/it_IT/?checksum=dd0b0e7b39f100f1",
            "url": "https://translate-dev.freebsd.org/api/units/1176461/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-06-03T21:25:57.760259Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksfdp-primermanual-pages_index/it_IT/?format=api",
            "source": [
                ".Dd December 1, 2015  <.>\n.Dt LS 1\n.Sh NAME  <.>\n.Nm ls\n.Nd list directory contents\n.Sh SYNOPSIS  <.>\n.Nm  <.>\n.Op Fl -libxo  <.>\n.Op Fl ABCFGHILPRSTUWZabcdfghiklmnopqrstuwxy1,  <.>\n.Op Fl D Ar format  <.>\n.Op Ar  <.>\n.Sh DESCRIPTION  <.>\nFor each operand that names a\n.Ar file\nof a type other than\ndirectory,\n.Nm\ndisplays its name as well as any requested,\nassociated information.\nFor each operand that names a\n.Ar file\nof type directory,\n.Nm\ndisplays the names of files contained\nwithin that directory, as well as any requested, associated\ninformation.\n"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 1336425336829966379,
            "content_hash": 1336425336829966379,
            "location": "documentation/content/en/books/fdp-primer/manual-pages/_index.adoc:208",
            "context": "",
            "note": "type: delimited block . 4",
            "flags": "no-wrap",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 65,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 95,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1251180/?format=api",
            "priority": 100,
            "id": 1251190,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksfdp-primermanual-pages_index/it_IT/?checksum=928befc35e94f82b",
            "url": "https://translate-dev.freebsd.org/api/units/1251190/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-09-18T19:15:51.547485Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksfdp-primermanual-pages_index/it_IT/?format=api",
            "source": [
                "Include the BSD license on new manual pages.  The preferred license is available from the extref:{committers-guide}[Committer's Guide]."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -3284162219471751809,
            "content_hash": -3284162219471751809,
            "location": "documentation/content/en/books/fdp-primer/manual-pages/_index.adoc:276",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 92,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 17,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1253690/?format=api",
            "priority": 100,
            "id": 1253699,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksfdp-primermanual-pages_index/it_IT/?checksum=526c4fdc93a0b57f",
            "url": "https://translate-dev.freebsd.org/api/units/1253699/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-11-05T01:14:41.172774Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksfdp-primermanual-pages_index/it_IT/?format=api",
            "source": [
                "A _Document date_ and _Document title_ are defined."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -6442291116085449014,
            "content_hash": -6442291116085449014,
            "location": "documentation/content/en/books/fdp-primer/manual-pages/_index.adoc:211",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 66,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 8,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1263384/?format=api",
            "priority": 100,
            "id": 1263429,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksfdp-primermanual-pages_index/it_IT/?checksum=2698625cd6126eca",
            "url": "https://translate-dev.freebsd.org/api/units/1263429/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-02-01T14:03:29.156410Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksfdp-primermanual-pages_index/it_IT/?format=api",
            "source": [
                "A _Section header_ for the NAME section is defined.  Then the _Name_ of the command and a one-line _Name description_ are defined."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 7141439710777582068,
            "content_hash": 7141439710777582068,
            "location": "documentation/content/en/books/fdp-primer/manual-pages/_index.adoc:213",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 67,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 22,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1263386/?format=api",
            "priority": 100,
            "id": 1263430,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksfdp-primermanual-pages_index/it_IT/?checksum=e31b7d9479c421f4",
            "url": "https://translate-dev.freebsd.org/api/units/1263430/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-02-01T14:03:29.161152Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksfdp-primermanual-pages_index/it_IT/?format=api",
            "source": [
                "The SYNOPSIS section begins.  This section describes the command-line options and arguments accepted."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 3576961831172366639,
            "content_hash": 3576961831172366639,
            "location": "documentation/content/en/books/fdp-primer/manual-pages/_index.adoc:215",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 68,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 13,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1263388/?format=api",
            "priority": 100,
            "id": 1263431,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksfdp-primermanual-pages_index/it_IT/?checksum=b1a3ebd57a28e12f",
            "url": "https://translate-dev.freebsd.org/api/units/1263431/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-02-01T14:03:29.166496Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksfdp-primermanual-pages_index/it_IT/?format=api",
            "source": [
                "_Name_ (`.Nm`) has already been defined, and repeating it here just displays the defined value in the text."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 5128593818350113360,
            "content_hash": 5128593818350113360,
            "location": "documentation/content/en/books/fdp-primer/manual-pages/_index.adoc:216",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 69,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 18,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1263390/?format=api",
            "priority": 100,
            "id": 1263432,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksfdp-primermanual-pages_index/it_IT/?checksum=c72c6ce7c405d250",
            "url": "https://translate-dev.freebsd.org/api/units/1263432/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-02-01T14:03:29.172289Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksfdp-primermanual-pages_index/it_IT/?format=api",
            "source": [
                "An _Optional_ _Flag_ called `-libxo` is shown.  The `Fl` macro adds a dash to the beginning of flags, so this appears in the manual page as `--libxo`."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -3565387817101801419,
            "content_hash": -3565387817101801419,
            "location": "documentation/content/en/books/fdp-primer/manual-pages/_index.adoc:218",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 70,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 27,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1263392/?format=api",
            "priority": 100,
            "id": 1263433,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksfdp-primermanual-pages_index/it_IT/?checksum=4e8532abab244835",
            "url": "https://translate-dev.freebsd.org/api/units/1263433/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-02-01T14:03:29.176402Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksfdp-primermanual-pages_index/it_IT/?format=api",
            "source": [
                "A long list of optional single-character flags are shown."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -7068494444187388211,
            "content_hash": -7068494444187388211,
            "location": "documentation/content/en/books/fdp-primer/manual-pages/_index.adoc:219",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 71,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 9,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1263394/?format=api",
            "priority": 100,
            "id": 1263434,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksfdp-primermanual-pages_index/it_IT/?checksum=1de7a9c0e56376cd",
            "url": "https://translate-dev.freebsd.org/api/units/1263434/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-02-01T14:03:29.253515Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksfdp-primermanual-pages_index/it_IT/?format=api",
            "source": [
                "An optional `-D` flag is defined.  If the `-D` flag is given, it must be followed by an _Argument_.  The argument is a _format_, a string that tells man:ls[1] what to display and how to display it.  Details on the format string are given later in the manual page."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -8199576504652296277,
            "content_hash": -8199576504652296277,
            "location": "documentation/content/en/books/fdp-primer/manual-pages/_index.adoc:223",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 72,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 49,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1263396/?format=api",
            "priority": 100,
            "id": 1263435,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksfdp-primermanual-pages_index/it_IT/?checksum=0e35409cbb8f8fab",
            "url": "https://translate-dev.freebsd.org/api/units/1263435/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-02-01T14:03:29.258190Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksfdp-primermanual-pages_index/it_IT/?format=api",
            "source": [
                "A final optional argument is defined.  Since no name is specified for the argument, the default of `file ...` is used."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -4952820387673897234,
            "content_hash": -4952820387673897234,
            "location": "documentation/content/en/books/fdp-primer/manual-pages/_index.adoc:225",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 73,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 21,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1263398/?format=api",
            "priority": 100,
            "id": 1263436,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksfdp-primermanual-pages_index/it_IT/?checksum=3b440c193c6286ee",
            "url": "https://translate-dev.freebsd.org/api/units/1263436/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-02-01T14:03:29.262463Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksfdp-primermanual-pages_index/it_IT/?format=api",
            "source": [
                "The _Section header_ for the DESCRIPTION section is defined."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 5139484275663996611,
            "content_hash": 5139484275663996611,
            "location": "documentation/content/en/books/fdp-primer/manual-pages/_index.adoc:226",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 74,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 9,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1263400/?format=api",
            "priority": 100,
            "id": 1263437,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksfdp-primermanual-pages_index/it_IT/?checksum=c7531db7f3a886c3",
            "url": "https://translate-dev.freebsd.org/api/units/1263437/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-02-01T14:03:29.266211Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksfdp-primermanual-pages_index/it_IT/?format=api",
            "source": [
                "Section Number"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 5660995139860010885,
            "content_hash": 5660995139860010885,
            "location": "documentation/content/en/books/fdp-primer/manual-pages/_index.adoc:72",
            "context": "",
            "note": "type: Table",
            "flags": "no-wrap",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 10,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 2,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1269360/?format=api",
            "priority": 100,
            "id": 1269735,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksfdp-primermanual-pages_index/it_IT/?checksum=ce8fe51622919785",
            "url": "https://translate-dev.freebsd.org/api/units/1269735/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-02-03T07:39:12.560498Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksfdp-primermanual-pages_index/it_IT/?format=api",
            "source": [
                "Category"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -4152690605876920592,
            "content_hash": -4152690605876920592,
            "location": "documentation/content/en/books/fdp-primer/manual-pages/_index.adoc:75",
            "context": "",
            "note": "type: Table",
            "flags": "no-wrap",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 11,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 1,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1269362/?format=api",
            "priority": 100,
            "id": 1269736,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksfdp-primermanual-pages_index/it_IT/?checksum=465eade5569abef0",
            "url": "https://translate-dev.freebsd.org/api/units/1269736/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-02-03T07:39:12.564038Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksfdp-primermanual-pages_index/it_IT/?format=api",
            "source": [
                "1"
            ],
            "previous_source": "",
            "target": [
                "1"
            ],
            "id_hash": 6898753848347611568,
            "content_hash": 6898753848347611568,
            "location": "documentation/content/en/books/fdp-primer/manual-pages/_index.adoc:76",
            "context": "",
            "note": "type: Table",
            "flags": "no-wrap",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 12,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 1,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1269364/?format=api",
            "priority": 100,
            "id": 1269737,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksfdp-primermanual-pages_index/it_IT/?checksum=dfbd4c12eb9e51b0",
            "url": "https://translate-dev.freebsd.org/api/units/1269737/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-02-03T07:39:12.568158Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksfdp-primermanual-pages_index/it_IT/?format=api",
            "source": [
                "General Commands"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 8325333792867493766,
            "content_hash": 8325333792867493766,
            "location": "documentation/content/en/books/fdp-primer/manual-pages/_index.adoc:78",
            "context": "",
            "note": "type: Table",
            "flags": "no-wrap",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 13,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 2,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1269366/?format=api",
            "priority": 100,
            "id": 1269738,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksfdp-primermanual-pages_index/it_IT/?checksum=f38986f9a06c2786",
            "url": "https://translate-dev.freebsd.org/api/units/1269738/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-02-03T07:39:12.571866Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksfdp-primermanual-pages_index/it_IT/?format=api",
            "source": [
                "2"
            ],
            "previous_source": "",
            "target": [
                "2"
            ],
            "id_hash": -9196340096327818644,
            "content_hash": -9196340096327818644,
            "location": "documentation/content/en/books/fdp-primer/manual-pages/_index.adoc:79",
            "context": "",
            "note": "type: Table",
            "flags": "no-wrap",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 14,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": true,
            "num_words": 1,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1269368/?format=api",
            "priority": 100,
            "id": 1269739,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksfdp-primermanual-pages_index/it_IT/?checksum=006009681cb2e26c",
            "url": "https://translate-dev.freebsd.org/api/units/1269739/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-02-03T07:39:12.575278Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksfdp-primermanual-pages_index/it_IT/?format=api",
            "source": [
                "System Calls"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 2585615995203731015,
            "content_hash": 2585615995203731015,
            "location": "documentation/content/en/books/fdp-primer/manual-pages/_index.adoc:81",
            "context": "",
            "note": "type: Table",
            "flags": "no-wrap",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 15,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 2,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1269370/?format=api",
            "priority": 100,
            "id": 1269740,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksfdp-primermanual-pages_index/it_IT/?checksum=a3e1f40c67afbe47",
            "url": "https://translate-dev.freebsd.org/api/units/1269740/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-02-03T07:39:12.578650Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksfdp-primermanual-pages_index/it_IT/?format=api",
            "source": [
                "3"
            ],
            "previous_source": "",
            "target": [
                "3"
            ],
            "id_hash": 3565863126199880623,
            "content_hash": 3565863126199880623,
            "location": "documentation/content/en/books/fdp-primer/manual-pages/_index.adoc:82",
            "context": "",
            "note": "type: Table",
            "flags": "no-wrap",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 16,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 1,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1269372/?format=api",
            "priority": 100,
            "id": 1269741,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksfdp-primermanual-pages_index/it_IT/?checksum=b17c7d9edacecbaf",
            "url": "https://translate-dev.freebsd.org/api/units/1269741/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-02-03T07:39:12.581712Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksfdp-primermanual-pages_index/it_IT/?format=api",
            "source": [
                "Library Functions"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 4369602985404476419,
            "content_hash": 4369602985404476419,
            "location": "documentation/content/en/books/fdp-primer/manual-pages/_index.adoc:84",
            "context": "",
            "note": "type: Table",
            "flags": "no-wrap",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 17,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 2,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1269374/?format=api",
            "priority": 100,
            "id": 1269742,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksfdp-primermanual-pages_index/it_IT/?checksum=bca3f2c39a852c03",
            "url": "https://translate-dev.freebsd.org/api/units/1269742/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-02-03T07:39:12.585394Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksfdp-primermanual-pages_index/it_IT/?format=api",
            "source": [
                "4"
            ],
            "previous_source": "",
            "target": [
                "4"
            ],
            "id_hash": -5659627541179714389,
            "content_hash": -5659627541179714389,
            "location": "documentation/content/en/books/fdp-primer/manual-pages/_index.adoc:85",
            "context": "",
            "note": "type: Table",
            "flags": "no-wrap",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 18,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 1,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1269376/?format=api",
            "priority": 100,
            "id": 1269743,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksfdp-primermanual-pages_index/it_IT/?checksum=3174f6bcbef734ab",
            "url": "https://translate-dev.freebsd.org/api/units/1269743/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-02-03T07:39:12.589037Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksfdp-primermanual-pages_index/it_IT/?format=api",
            "source": [
                "Kernel Interfaces"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 2889435661311448387,
            "content_hash": 2889435661311448387,
            "location": "documentation/content/en/books/fdp-primer/manual-pages/_index.adoc:87",
            "context": "",
            "note": "type: Table",
            "flags": "no-wrap",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 19,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 2,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1269378/?format=api",
            "priority": 100,
            "id": 1269744,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksfdp-primermanual-pages_index/it_IT/?checksum=a819566cd1d09543",
            "url": "https://translate-dev.freebsd.org/api/units/1269744/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-02-03T07:39:12.592358Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksfdp-primermanual-pages_index/it_IT/?format=api",
            "source": [
                "5"
            ],
            "previous_source": "",
            "target": [
                "5"
            ],
            "id_hash": -7920440516592214960,
            "content_hash": -7920440516592214960,
            "location": "documentation/content/en/books/fdp-primer/manual-pages/_index.adoc:88",
            "context": "",
            "note": "type: Table",
            "flags": "no-wrap",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 20,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 1,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1269380/?format=api",
            "priority": 100,
            "id": 1269745,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksfdp-primermanual-pages_index/it_IT/?checksum=1214f1507fe8dc50",
            "url": "https://translate-dev.freebsd.org/api/units/1269745/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-02-03T07:39:12.621368Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksfdp-primermanual-pages_index/it_IT/?format=api",
            "source": [
                "File Formats"
            ],
            "previous_source": "",
            "target": [
                "Formati dei file"
            ],
            "id_hash": 1821521979465882217,
            "content_hash": 1821521979465882217,
            "location": "documentation/content/en/books/fdp-primer/manual-pages/_index.adoc:90",
            "context": "",
            "note": "type: Table",
            "flags": "no-wrap",
            "labels": [],
            "state": 10,
            "fuzzy": true,
            "translated": false,
            "approved": false,
            "position": 21,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": true,
            "num_words": 2,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1269382/?format=api",
            "priority": 100,
            "id": 1269746,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksfdp-primermanual-pages_index/it_IT/?checksum=99475896e8a15a69",
            "url": "https://translate-dev.freebsd.org/api/units/1269746/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-02-03T07:39:12.628097Z"
        }
    ]
}