Translation components API.

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

GET /api/translations/documentation/booksporters-handbookmakefiles_index/id/units/?format=api
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 1626,
    "next": "https://translate-dev.freebsd.org/api/translations/documentation/booksporters-handbookmakefiles_index/id/units/?format=api&page=2",
    "previous": null,
    "results": [
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksporters-handbookmakefiles_index/id/?format=api",
            "source": [
                "Configuring the Makefile for FreeBSD Ports"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 6944182239901017505,
            "content_hash": 6944182239901017505,
            "location": "documentation/content/en/books/porters-handbook/makefiles/_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": 6,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1177356/?format=api",
            "priority": 100,
            "id": 1411324,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksporters-handbookmakefiles_index/id/?checksum=e05eb0f490e065a1",
            "url": "https://translate-dev.freebsd.org/api/units/1411324/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-03-09T19:08:29.481265Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksporters-handbookmakefiles_index/id/?format=api",
            "source": [
                "Chapter 5. Configuring the Makefile"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -7394839765398629664,
            "content_hash": -7394839765398629664,
            "location": "documentation/content/en/books/porters-handbook/makefiles/_index.adoc:1",
            "context": "",
            "note": "type: YAML Front Matter: title",
            "flags": "no-wrap",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 2,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 5,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1148436/?format=api",
            "priority": 100,
            "id": 1411325,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksporters-handbookmakefiles_index/id/?checksum=19604069b47b52e0",
            "url": "https://translate-dev.freebsd.org/api/units/1411325/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-03-09T19:08:29.485721Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksporters-handbookmakefiles_index/id/?format=api",
            "source": [
                "Configuring the Makefile"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 5611362128454921251,
            "content_hash": 5611362128454921251,
            "location": "documentation/content/en/books/porters-handbook/makefiles/_index.adoc:13",
            "context": "",
            "note": "type: Title =",
            "flags": "no-wrap",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 3,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 3,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1148438/?format=api",
            "priority": 100,
            "id": 1411326,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksporters-handbookmakefiles_index/id/?checksum=cddf902024a2ac23",
            "url": "https://translate-dev.freebsd.org/api/units/1411326/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-03-09T19:08:29.489598Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksporters-handbookmakefiles_index/id/?format=api",
            "source": [
                "Configuring the [.filename]#Makefile# is pretty simple, and again we suggest looking at existing examples before starting.  Also, there is a crossref:porting-samplem[porting-samplem,sample Makefile] in this handbook, so take a look and please follow the ordering of variables and sections in that template to make the port easier for others to read."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -2442267846540983127,
            "content_hash": -2442267846540983127,
            "location": "documentation/content/en/books/porters-handbook/makefiles/_index.adoc:54",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 4,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 50,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1240068/?format=api",
            "priority": 100,
            "id": 1411327,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksporters-handbookmakefiles_index/id/?checksum=5e1b5255509104a9",
            "url": "https://translate-dev.freebsd.org/api/units/1411327/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-03-09T19:08:29.493824Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksporters-handbookmakefiles_index/id/?format=api",
            "source": [
                "Consider these problems in sequence during the design of the new [.filename]#Makefile#:"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 3274006263569374917,
            "content_hash": 3274006263569374917,
            "location": "documentation/content/en/books/porters-handbook/makefiles/_index.adoc:56",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 5,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 12,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1148442/?format=api",
            "priority": 100,
            "id": 1411328,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksporters-handbookmakefiles_index/id/?checksum=ad6f9b59ac74dec5",
            "url": "https://translate-dev.freebsd.org/api/units/1411328/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-03-09T19:08:29.497672Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksporters-handbookmakefiles_index/id/?format=api",
            "source": [
                "The Original Source"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 5002769475615441108,
            "content_hash": 5002769475615441108,
            "location": "documentation/content/en/books/porters-handbook/makefiles/_index.adoc:58",
            "context": "",
            "note": "type: Title ==",
            "flags": "no-wrap",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 6,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 3,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1148444/?format=api",
            "priority": 100,
            "id": 1411329,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksporters-handbookmakefiles_index/id/?checksum=c56d68550f39c0d4",
            "url": "https://translate-dev.freebsd.org/api/units/1411329/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-03-09T19:08:29.506043Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksporters-handbookmakefiles_index/id/?format=api",
            "source": [
                "Does it live in `DISTDIR` as a standard ``gzip``ped tarball named something like [.filename]#foozolix-1.2.tar.gz#? If so, go on to the next step.  If not, the distribution file format might require overriding one or more of `DISTVERSION`, `DISTNAME`, `EXTRACT_CMD`, `EXTRACT_BEFORE_ARGS`, `EXTRACT_AFTER_ARGS`, `EXTRACT_SUFX`, or `DISTFILES`."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 4707115906975390771,
            "content_hash": 4707115906975390771,
            "location": "documentation/content/en/books/porters-handbook/makefiles/_index.adoc:62",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 7,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 43,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1240070/?format=api",
            "priority": 100,
            "id": 1411330,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksporters-handbookmakefiles_index/id/?checksum=c15308fa5fdbdc33",
            "url": "https://translate-dev.freebsd.org/api/units/1411330/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-03-09T19:08:29.510586Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksporters-handbookmakefiles_index/id/?format=api",
            "source": [
                "In the worst case, create a custom `do-extract` target to override the default.  This is rarely, if ever, necessary."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -6644158165884832765,
            "content_hash": -6644158165884832765,
            "location": "documentation/content/en/books/porters-handbook/makefiles/_index.adoc:65",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 8,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 19,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1240072/?format=api",
            "priority": 100,
            "id": 1411331,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksporters-handbookmakefiles_index/id/?checksum=23cb3559b2ec7403",
            "url": "https://translate-dev.freebsd.org/api/units/1411331/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-03-09T19:08:29.514231Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksporters-handbookmakefiles_index/id/?format=api",
            "source": [
                "Naming"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 5362749017316638557,
            "content_hash": 5362749017316638557,
            "location": "documentation/content/en/books/porters-handbook/makefiles/_index.adoc:67",
            "context": "",
            "note": "type: Title ==",
            "flags": "no-wrap",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 9,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 1,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1148450/?format=api",
            "priority": 100,
            "id": 1411332,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksporters-handbookmakefiles_index/id/?checksum=ca6c4fd174bbbf5d",
            "url": "https://translate-dev.freebsd.org/api/units/1411332/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-03-09T19:08:29.517374Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksporters-handbookmakefiles_index/id/?format=api",
            "source": [
                "The first part of the port's [.filename]#Makefile# names the port, describes its version number, and lists it in the correct category."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -4066253856826510180,
            "content_hash": -4066253856826510180,
            "location": "documentation/content/en/books/porters-handbook/makefiles/_index.adoc:70",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 10,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 21,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1148452/?format=api",
            "priority": 100,
            "id": 1411333,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksporters-handbookmakefiles_index/id/?checksum=4791c3a9414b349c",
            "url": "https://translate-dev.freebsd.org/api/units/1411333/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-03-09T19:08:29.520182Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksporters-handbookmakefiles_index/id/?format=api",
            "source": [
                "`PORTNAME`"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 8727895958441549721,
            "content_hash": 8727895958441549721,
            "location": "documentation/content/en/books/porters-handbook/makefiles/_index.adoc:72",
            "context": "",
            "note": "type: Title ===",
            "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/1148454/?format=api",
            "priority": 100,
            "id": 1411334,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksporters-handbookmakefiles_index/id/?checksum=f91fb721bf79df99",
            "url": "https://translate-dev.freebsd.org/api/units/1411334/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-03-09T19:08:29.522825Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksporters-handbookmakefiles_index/id/?format=api",
            "source": [
                "Versions, `DISTVERSION` _or_ `PORTVERSION`"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -4201027606700241955,
            "content_hash": -4201027606700241955,
            "location": "documentation/content/en/books/porters-handbook/makefiles/_index.adoc:86",
            "context": "",
            "note": "type: Title ===",
            "flags": "no-wrap",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 14,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 4,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1148460/?format=api",
            "priority": 100,
            "id": 1411337,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksporters-handbookmakefiles_index/id/?checksum=45b2f3a65305cbdd",
            "url": "https://translate-dev.freebsd.org/api/units/1411337/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-03-09T19:08:29.531627Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksporters-handbookmakefiles_index/id/?format=api",
            "source": [
                "Set `DISTVERSION` to the version number of the software."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 8071483398573897809,
            "content_hash": 8071483398573897809,
            "location": "documentation/content/en/books/porters-handbook/makefiles/_index.adoc:89",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 15,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 9,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1148462/?format=api",
            "priority": 100,
            "id": 1411338,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksporters-handbookmakefiles_index/id/?checksum=f003ab62ee75b851",
            "url": "https://translate-dev.freebsd.org/api/units/1411338/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-03-09T19:08:29.535212Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksporters-handbookmakefiles_index/id/?format=api",
            "source": [
                "`PORTVERSION` is the version used for the FreeBSD package.  It will be automatically derived from `DISTVERSION` to be compatible with FreeBSD's package versioning scheme.  If the version contains _letters_, it might be needed to set `PORTVERSION` and not `DISTVERSION`."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -433587668715284498,
            "content_hash": -433587668715284498,
            "location": "documentation/content/en/books/porters-handbook/makefiles/_index.adoc:93",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 16,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 39,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1240078/?format=api",
            "priority": 100,
            "id": 1411339,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksporters-handbookmakefiles_index/id/?checksum=79fb9650033c57ee",
            "url": "https://translate-dev.freebsd.org/api/units/1411339/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-03-09T19:08:29.566113Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksporters-handbookmakefiles_index/id/?format=api",
            "source": [
                "Only one of `PORTVERSION` and `DISTVERSION` can be set at a time."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 1792283161239551035,
            "content_hash": 1792283161239551035,
            "location": "documentation/content/en/books/porters-handbook/makefiles/_index.adoc:97",
            "context": "",
            "note": "type: delimited block = 4",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 17,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 12,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1148466/?format=api",
            "priority": 100,
            "id": 1411340,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksporters-handbookmakefiles_index/id/?checksum=98df780a0a98fc3b",
            "url": "https://translate-dev.freebsd.org/api/units/1411340/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-03-09T19:08:29.570923Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksporters-handbookmakefiles_index/id/?format=api",
            "source": [
                "From time to time, some software will use a version scheme that is not compatible with how `DISTVERSION` translates in `PORTVERSION`."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -8764888548847994021,
            "content_hash": -8764888548847994021,
            "location": "documentation/content/en/books/porters-handbook/makefiles/_index.adoc:100",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 18,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 21,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1148468/?format=api",
            "priority": 100,
            "id": 1411341,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksporters-handbookmakefiles_index/id/?checksum=065cdc4d9e06bb5b",
            "url": "https://translate-dev.freebsd.org/api/units/1411341/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-03-09T19:08:29.574437Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksporters-handbookmakefiles_index/id/?format=api",
            "source": [
                "Using man:pkg-version[8] to Compare Versions"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 607138128443780797,
            "content_hash": 607138128443780797,
            "location": "documentation/content/en/books/porters-handbook/makefiles/_index.adoc:108",
            "context": "",
            "note": "type: Block title",
            "flags": "no-wrap",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 20,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 5,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1148472/?format=api",
            "priority": 100,
            "id": 1411343,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksporters-handbookmakefiles_index/id/?checksum=886cfce93b7caebd",
            "url": "https://translate-dev.freebsd.org/api/units/1411343/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-03-09T19:08:29.581737Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksporters-handbookmakefiles_index/id/?format=api",
            "source": [
                "`pkg version -t` takes two versions as arguments, it will respond with `<`, `=` or `>` if the first version is less, equal, or more than the second version, respectively."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -1732097825394704748,
            "content_hash": -1732097825394704748,
            "location": "documentation/content/en/books/porters-handbook/makefiles/_index.adoc:112",
            "context": "",
            "note": "type: delimited block = 4",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 21,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 30,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1148474/?format=api",
            "priority": 100,
            "id": 1411344,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksporters-handbookmakefiles_index/id/?checksum=67f65a34711f3e94",
            "url": "https://translate-dev.freebsd.org/api/units/1411344/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-03-09T19:08:29.586557Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksporters-handbookmakefiles_index/id/?format=api",
            "source": [
                "% pkg version -t 1.2 1.3\n< <.>\n% pkg version -t 1.2 1.2\n"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -5216647594835711318,
            "content_hash": -5216647594835711318,
            "location": "documentation/content/en/books/porters-handbook/makefiles/_index.adoc:118",
            "context": "",
            "note": "type: delimited block . 4",
            "flags": "no-wrap",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 22,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 14,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1148476/?format=api",
            "priority": 100,
            "id": 1411345,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksporters-handbookmakefiles_index/id/?checksum=379abea6c76beaaa",
            "url": "https://translate-dev.freebsd.org/api/units/1411345/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-03-09T19:08:29.590202Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksporters-handbookmakefiles_index/id/?format=api",
            "source": [
                "<.>"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -928831724474882881,
            "content_hash": -928831724474882881,
            "location": "documentation/content/en/books/porters-handbook/makefiles/_index.adoc:118, documentation/content/en/books/porters-handbook/makefiles/_index.adoc:120",
            "context": "",
            "note": "type: Title =",
            "flags": "no-wrap",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 23,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 1,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1148478/?format=api",
            "priority": 100,
            "id": 1411346,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksporters-handbookmakefiles_index/id/?checksum=731c2077be8fa4bf",
            "url": "https://translate-dev.freebsd.org/api/units/1411346/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-03-09T19:08:29.594115Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksporters-handbookmakefiles_index/id/?format=api",
            "source": [
                "% pkg version -t 1.2 1.2.0"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 4902062352289697193,
            "content_hash": 4902062352289697193,
            "location": "documentation/content/en/books/porters-handbook/makefiles/_index.adoc:120",
            "context": "",
            "note": "type: delimited block . 4",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 24,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 6,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1148480/?format=api",
            "priority": 100,
            "id": 1411347,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksporters-handbookmakefiles_index/id/?checksum=c4079fbcb70b0da9",
            "url": "https://translate-dev.freebsd.org/api/units/1411347/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-03-09T19:08:29.597742Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksporters-handbookmakefiles_index/id/?format=api",
            "source": [
                "% pkg version -t 1.2 1.2.p1 > <.> % pkg version -t 1.2.a1 1.2.b1 < <.> % pkg version -t 1.2 1.2p1 < <.>"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -4257975417303525414,
            "content_hash": -4257975417303525414,
            "location": "documentation/content/en/books/porters-handbook/makefiles/_index.adoc:127",
            "context": "",
            "note": "type: delimited block . 4",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 25,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 24,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1148482/?format=api",
            "priority": 100,
            "id": 1411348,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksporters-handbookmakefiles_index/id/?checksum=44e8a1eaed4717da",
            "url": "https://translate-dev.freebsd.org/api/units/1411348/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-03-09T19:08:29.601531Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksporters-handbookmakefiles_index/id/?format=api",
            "source": [
                "`1.2` is before `1.3`."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -3616427567971805152,
            "content_hash": -3616427567971805152,
            "location": "documentation/content/en/books/porters-handbook/makefiles/_index.adoc:130",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 26,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 4,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1363548/?format=api",
            "priority": 100,
            "id": 1411349,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksporters-handbookmakefiles_index/id/?checksum=4dcfde499f1c5820",
            "url": "https://translate-dev.freebsd.org/api/units/1411349/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-03-09T19:08:29.605049Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksporters-handbookmakefiles_index/id/?format=api",
            "source": [
                "`1.2` and `1.2` are equal as they have the same version."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 2640464518481036948,
            "content_hash": 2640464518481036948,
            "location": "documentation/content/en/books/porters-handbook/makefiles/_index.adoc:131",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 27,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 11,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1363550/?format=api",
            "priority": 100,
            "id": 1411350,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksporters-handbookmakefiles_index/id/?checksum=a4a4d07d6215c694",
            "url": "https://translate-dev.freebsd.org/api/units/1411350/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-03-09T19:08:29.608655Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksporters-handbookmakefiles_index/id/?format=api",
            "source": [
                "`1.2` and `1.2.0` are equal as nothing equals zero."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -3441712920855320713,
            "content_hash": -3441712920855320713,
            "location": "documentation/content/en/books/porters-handbook/makefiles/_index.adoc:132",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 28,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 9,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1363552/?format=api",
            "priority": 100,
            "id": 1411351,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksporters-handbookmakefiles_index/id/?checksum=503c94555d8be777",
            "url": "https://translate-dev.freebsd.org/api/units/1411351/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-03-09T19:08:29.611727Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksporters-handbookmakefiles_index/id/?format=api",
            "source": [
                "`1.2` is after `1.2.p1` as `.p1`, think \"pre-release 1\"."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 5798599289267337144,
            "content_hash": 5798599289267337144,
            "location": "documentation/content/en/books/porters-handbook/makefiles/_index.adoc:133",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 29,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 9,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1363554/?format=api",
            "priority": 100,
            "id": 1411352,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksporters-handbookmakefiles_index/id/?checksum=d078c354cf9cb7b8",
            "url": "https://translate-dev.freebsd.org/api/units/1411352/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-03-09T19:08:29.614884Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksporters-handbookmakefiles_index/id/?format=api",
            "source": [
                "`1.2.a1` is before `1.2.b1`, think \"alpha\" and \"beta\", and `a` is before `b`."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -2349178828861279056,
            "content_hash": -2349178828861279056,
            "location": "documentation/content/en/books/porters-handbook/makefiles/_index.adoc:134",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 30,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 13,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1363556/?format=api",
            "priority": 100,
            "id": 1411353,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksporters-handbookmakefiles_index/id/?checksum=5f660a4d37daf4b0",
            "url": "https://translate-dev.freebsd.org/api/units/1411353/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-03-09T19:08:29.618359Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksporters-handbookmakefiles_index/id/?format=api",
            "source": [
                "`1.2` is before `1.2p1` as `2p1`, think \"2, patch level 1\" which is a version after any `2.X` but before `3`."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -1862180407562886931,
            "content_hash": -1862180407562886931,
            "location": "documentation/content/en/books/porters-handbook/makefiles/_index.adoc:135",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 31,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 21,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1363558/?format=api",
            "priority": 100,
            "id": 1411354,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksporters-handbookmakefiles_index/id/?checksum=662834c91b85a0ed",
            "url": "https://translate-dev.freebsd.org/api/units/1411354/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-03-09T19:08:29.622061Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksporters-handbookmakefiles_index/id/?format=api",
            "source": [
                "In here, the `a`, `b`, and `p` are used as if meaning \"alpha\", \"beta\" or \"pre-release\" and \"patch level\", but they are only letters and are sorted alphabetically, so any letter can be used, and they will be sorted appropriately."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -6645261197977762692,
            "content_hash": -6645261197977762692,
            "location": "documentation/content/en/books/porters-handbook/makefiles/_index.adoc:140",
            "context": "",
            "note": "type: delimited block * 4",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 32,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 40,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1148486/?format=api",
            "priority": 100,
            "id": 1411355,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksporters-handbookmakefiles_index/id/?checksum=23c74a2606d9447c",
            "url": "https://translate-dev.freebsd.org/api/units/1411355/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-03-09T19:08:29.625140Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksporters-handbookmakefiles_index/id/?format=api",
            "source": [
                "Examples of `DISTVERSION` and the Derived `PORTVERSION`"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -8427154858723138112,
            "content_hash": -8427154858723138112,
            "location": "documentation/content/en/books/porters-handbook/makefiles/_index.adoc:144",
            "context": "",
            "note": "type: Block title",
            "flags": "no-wrap",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 33,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 7,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1148488/?format=api",
            "priority": 100,
            "id": 1411356,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksporters-handbookmakefiles_index/id/?checksum=0b0cbb4e1299a5c0",
            "url": "https://translate-dev.freebsd.org/api/units/1411356/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-03-09T19:08:29.627916Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksporters-handbookmakefiles_index/id/?format=api",
            "source": [
                "DISTVERSION"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -8426042813878558858,
            "content_hash": -8426042813878558858,
            "location": "documentation/content/en/books/porters-handbook/makefiles/_index.adoc:148, documentation/content/en/books/porters-handbook/makefiles/_index.adoc:498",
            "context": "",
            "note": "type: Table",
            "flags": "no-wrap",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 34,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 1,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1363560/?format=api",
            "priority": 100,
            "id": 1411357,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksporters-handbookmakefiles_index/id/?checksum=0b10aeb430891f76",
            "url": "https://translate-dev.freebsd.org/api/units/1411357/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-03-09T19:08:29.630797Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksporters-handbookmakefiles_index/id/?format=api",
            "source": [
                "PORTVERSION"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -3191231502749193166,
            "content_hash": -3191231502749193166,
            "location": "documentation/content/en/books/porters-handbook/makefiles/_index.adoc:150, documentation/content/en/books/porters-handbook/makefiles/_index.adoc:499",
            "context": "",
            "note": "type: Table",
            "flags": "no-wrap",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 35,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 1,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1363562/?format=api",
            "priority": 100,
            "id": 1411358,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksporters-handbookmakefiles_index/id/?checksum=53b677db2a992c32",
            "url": "https://translate-dev.freebsd.org/api/units/1411358/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-03-09T19:08:29.634163Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksporters-handbookmakefiles_index/id/?format=api",
            "source": [
                "0.7.1d"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 1551913851242755531,
            "content_hash": 1551913851242755531,
            "location": "documentation/content/en/books/porters-handbook/makefiles/_index.adoc:151",
            "context": "",
            "note": "type: Table",
            "flags": "no-wrap",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 36,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 1,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1363564/?format=api",
            "priority": 100,
            "id": 1411359,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksporters-handbookmakefiles_index/id/?checksum=9589816ce15535cb",
            "url": "https://translate-dev.freebsd.org/api/units/1411359/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-03-09T19:08:29.666333Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksporters-handbookmakefiles_index/id/?format=api",
            "source": [
                "0.7.1.d"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 4230494371650332475,
            "content_hash": 4230494371650332475,
            "location": "documentation/content/en/books/porters-handbook/makefiles/_index.adoc:153",
            "context": "",
            "note": "type: Table",
            "flags": "no-wrap",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 37,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 1,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1363566/?format=api",
            "priority": 100,
            "id": 1411360,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksporters-handbookmakefiles_index/id/?checksum=bab5bc378681e73b",
            "url": "https://translate-dev.freebsd.org/api/units/1411360/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-03-09T19:08:29.669700Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksporters-handbookmakefiles_index/id/?format=api",
            "source": [
                "10Alpha3"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 4376177687734009827,
            "content_hash": 4376177687734009827,
            "location": "documentation/content/en/books/porters-handbook/makefiles/_index.adoc:154",
            "context": "",
            "note": "type: Table",
            "flags": "no-wrap",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 38,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 1,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1363568/?format=api",
            "priority": 100,
            "id": 1411361,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksporters-handbookmakefiles_index/id/?checksum=bcbb4e6bc7603fe3",
            "url": "https://translate-dev.freebsd.org/api/units/1411361/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-03-09T19:08:29.673235Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksporters-handbookmakefiles_index/id/?format=api",
            "source": [
                "10.a3"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -3065410221877402318,
            "content_hash": -3065410221877402318,
            "location": "documentation/content/en/books/porters-handbook/makefiles/_index.adoc:156",
            "context": "",
            "note": "type: Table",
            "flags": "no-wrap",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 39,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 1,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1363570/?format=api",
            "priority": 100,
            "id": 1411362,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksporters-handbookmakefiles_index/id/?checksum=557579a4fa256532",
            "url": "https://translate-dev.freebsd.org/api/units/1411362/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-03-09T19:08:29.676374Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksporters-handbookmakefiles_index/id/?format=api",
            "source": [
                "3Beta7-pre2"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -4373526503116340020,
            "content_hash": -4373526503116340020,
            "location": "documentation/content/en/books/porters-handbook/makefiles/_index.adoc:157",
            "context": "",
            "note": "type: Table",
            "flags": "no-wrap",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 40,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 1,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1363572/?format=api",
            "priority": 100,
            "id": 1411363,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksporters-handbookmakefiles_index/id/?checksum=434e1cd13dfe84cc",
            "url": "https://translate-dev.freebsd.org/api/units/1411363/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-03-09T19:08:29.680089Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksporters-handbookmakefiles_index/id/?format=api",
            "source": [
                "3.b7.p2"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 2297752551179701084,
            "content_hash": 2297752551179701084,
            "location": "documentation/content/en/books/porters-handbook/makefiles/_index.adoc:159",
            "context": "",
            "note": "type: Table",
            "flags": "no-wrap",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 41,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 1,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1363574/?format=api",
            "priority": 100,
            "id": 1411364,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksporters-handbookmakefiles_index/id/?checksum=9fe341c572d04b5c",
            "url": "https://translate-dev.freebsd.org/api/units/1411364/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-03-09T19:08:29.683382Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksporters-handbookmakefiles_index/id/?format=api",
            "source": [
                "8:f_17"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 7830395365375162829,
            "content_hash": 7830395365375162829,
            "location": "documentation/content/en/books/porters-handbook/makefiles/_index.adoc:160",
            "context": "",
            "note": "type: Table",
            "flags": "no-wrap",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 42,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 1,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1363576/?format=api",
            "priority": 100,
            "id": 1411365,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksporters-handbookmakefiles_index/id/?checksum=ecab2718fc0d39cd",
            "url": "https://translate-dev.freebsd.org/api/units/1411365/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-03-09T19:08:29.686451Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksporters-handbookmakefiles_index/id/?format=api",
            "source": [
                "8f.17"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -4127787176923814293,
            "content_hash": -4127787176923814293,
            "location": "documentation/content/en/books/porters-handbook/makefiles/_index.adoc:161",
            "context": "",
            "note": "type: Table",
            "flags": "no-wrap",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 43,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 1,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1363578/?format=api",
            "priority": 100,
            "id": 1411366,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksporters-handbookmakefiles_index/id/?checksum=46b7276ebb0b266b",
            "url": "https://translate-dev.freebsd.org/api/units/1411366/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-03-09T19:08:29.689442Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksporters-handbookmakefiles_index/id/?format=api",
            "source": [
                "Using `DISTVERSION`"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -2378239143583168617,
            "content_hash": -2378239143583168617,
            "location": "documentation/content/en/books/porters-handbook/makefiles/_index.adoc:164",
            "context": "",
            "note": "type: Block title",
            "flags": "no-wrap",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 44,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 2,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1148492/?format=api",
            "priority": 100,
            "id": 1411367,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksporters-handbookmakefiles_index/id/?checksum=5efecc196fcbc797",
            "url": "https://translate-dev.freebsd.org/api/units/1411367/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-03-09T19:08:29.692203Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksporters-handbookmakefiles_index/id/?format=api",
            "source": [
                "When the version only contains numbers separated by dots, dashes or underscores, use `DISTVERSION`."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 1417386439447675517,
            "content_hash": 1417386439447675517,
            "location": "documentation/content/en/books/porters-handbook/makefiles/_index.adoc:168",
            "context": "",
            "note": "type: delimited block = 4",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 45,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 14,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1148494/?format=api",
            "priority": 100,
            "id": 1411368,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksporters-handbookmakefiles_index/id/?checksum=93ab917500bc027d",
            "url": "https://translate-dev.freebsd.org/api/units/1411368/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-03-09T19:08:29.695836Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksporters-handbookmakefiles_index/id/?format=api",
            "source": [
                "PORTNAME=   nekoto\nDISTVERSION=\t1.2-4\n"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -40180236911076131,
            "content_hash": -40180236911076131,
            "location": "documentation/content/en/books/porters-handbook/makefiles/_index.adoc:173",
            "context": "",
            "note": "type: delimited block . 4",
            "flags": "no-wrap",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 46,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 4,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1148496/?format=api",
            "priority": 100,
            "id": 1411369,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksporters-handbookmakefiles_index/id/?checksum=7f71404993ec9cdd",
            "url": "https://translate-dev.freebsd.org/api/units/1411369/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-03-09T19:08:29.699262Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksporters-handbookmakefiles_index/id/?format=api",
            "source": [
                "It will generate a `PORTVERSION` of `1.2.4`."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 6692142619994275512,
            "content_hash": 6692142619994275512,
            "location": "documentation/content/en/books/porters-handbook/makefiles/_index.adoc:176",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 47,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 7,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1148498/?format=api",
            "priority": 100,
            "id": 1411370,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksporters-handbookmakefiles_index/id/?checksum=dcdf4441a302beb8",
            "url": "https://translate-dev.freebsd.org/api/units/1411370/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-03-09T19:08:29.703315Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksporters-handbookmakefiles_index/id/?format=api",
            "source": [
                "Using `DISTVERSION` When the Version Starts with a Letter or a Prefix"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -6389837859535226465,
            "content_hash": -6389837859535226465,
            "location": "documentation/content/en/books/porters-handbook/makefiles/_index.adoc:179",
            "context": "",
            "note": "type: Block title",
            "flags": "no-wrap",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 48,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 12,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1148500/?format=api",
            "priority": 100,
            "id": 1411371,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksporters-handbookmakefiles_index/id/?checksum=2752bc52520f799f",
            "url": "https://translate-dev.freebsd.org/api/units/1411371/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-03-09T19:08:29.706861Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksporters-handbookmakefiles_index/id/?format=api",
            "source": [
                "When the version starts or ends with a letter, or a prefix or a suffix that is not part of the version, use `DISTVERSIONPREFIX`, `DISTVERSION`, and `DISTVERSIONSUFFIX`."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 8195996156902810278,
            "content_hash": 8195996156902810278,
            "location": "documentation/content/en/books/porters-handbook/makefiles/_index.adoc:183",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 49,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 27,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1148502/?format=api",
            "priority": 100,
            "id": 1411372,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksporters-handbookmakefiles_index/id/?checksum=f1be071498a8a2a6",
            "url": "https://translate-dev.freebsd.org/api/units/1411372/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-03-09T19:08:29.710486Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksporters-handbookmakefiles_index/id/?format=api",
            "source": [
                "If the version is `v1.2-4`:"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 9091570377165574434,
            "content_hash": 9091570377165574434,
            "location": "documentation/content/en/books/porters-handbook/makefiles/_index.adoc:185",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 50,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 5,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1148504/?format=api",
            "priority": 100,
            "id": 1411373,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksporters-handbookmakefiles_index/id/?checksum=fe2bbf16bd6b1122",
            "url": "https://translate-dev.freebsd.org/api/units/1411373/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-03-09T19:08:29.714785Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksporters-handbookmakefiles_index/id/?format=api",
            "source": [
                "PORTNAME=   nekoto\nDISTVERSIONPREFIX=  v\nDISTVERSION=\t1_2_4\n"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -8539925945350776042,
            "content_hash": -8539925945350776042,
            "location": "documentation/content/en/books/porters-handbook/makefiles/_index.adoc:191",
            "context": "",
            "note": "type: delimited block . 4",
            "flags": "no-wrap",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 51,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 6,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1148506/?format=api",
            "priority": 100,
            "id": 1411374,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksporters-handbookmakefiles_index/id/?checksum=097c169963399b16",
            "url": "https://translate-dev.freebsd.org/api/units/1411374/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-03-09T19:08:29.718190Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksporters-handbookmakefiles_index/id/?format=api",
            "source": [
                "Some of the time, projects using GitHub will use their name in their versions.  For example, the version could be `nekoto-1.2-4`:"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -611222159912975970,
            "content_hash": -611222159912975970,
            "location": "documentation/content/en/books/porters-handbook/makefiles/_index.adoc:195",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 52,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 21,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1240082/?format=api",
            "priority": 100,
            "id": 1411375,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksporters-handbookmakefiles_index/id/?checksum=778480af178a419e",
            "url": "https://translate-dev.freebsd.org/api/units/1411375/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-03-09T19:08:29.721943Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksporters-handbookmakefiles_index/id/?format=api",
            "source": [
                "PORTNAME=   nekoto\nDISTVERSIONPREFIX=  nekoto-\nDISTVERSION=\t1.2_4\n"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -8571289091996907377,
            "content_hash": -8571289091996907377,
            "location": "documentation/content/en/books/porters-handbook/makefiles/_index.adoc:201",
            "context": "",
            "note": "type: delimited block . 4",
            "flags": "no-wrap",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 53,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 6,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1148510/?format=api",
            "priority": 100,
            "id": 1411376,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksporters-handbookmakefiles_index/id/?checksum=090ca9fbc458088f",
            "url": "https://translate-dev.freebsd.org/api/units/1411376/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-03-09T19:08:29.725432Z"
        }
    ]
}