Translation components API.

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

GET /api/translations/documentation/booksporters-handbookmakefiles_index/ko/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/ko/units/?format=api&page=2",
    "previous": null,
    "results": [
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksporters-handbookmakefiles_index/ko/?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": 1484364,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksporters-handbookmakefiles_index/ko/?checksum=e05eb0f490e065a1",
            "url": "https://translate-dev.freebsd.org/api/units/1484364/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-03-07T01:54:31.585298Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksporters-handbookmakefiles_index/ko/?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": 1484365,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksporters-handbookmakefiles_index/ko/?checksum=19604069b47b52e0",
            "url": "https://translate-dev.freebsd.org/api/units/1484365/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-03-07T01:54:31.590017Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksporters-handbookmakefiles_index/ko/?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": 1484366,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksporters-handbookmakefiles_index/ko/?checksum=cddf902024a2ac23",
            "url": "https://translate-dev.freebsd.org/api/units/1484366/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-03-07T01:54:31.593401Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksporters-handbookmakefiles_index/ko/?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": 1484367,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksporters-handbookmakefiles_index/ko/?checksum=5e1b5255509104a9",
            "url": "https://translate-dev.freebsd.org/api/units/1484367/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-03-07T01:54:31.596810Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksporters-handbookmakefiles_index/ko/?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": 1484368,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksporters-handbookmakefiles_index/ko/?checksum=ad6f9b59ac74dec5",
            "url": "https://translate-dev.freebsd.org/api/units/1484368/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-03-07T01:54:31.600435Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksporters-handbookmakefiles_index/ko/?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": 1484369,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksporters-handbookmakefiles_index/ko/?checksum=c56d68550f39c0d4",
            "url": "https://translate-dev.freebsd.org/api/units/1484369/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-03-07T01:54:31.603515Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksporters-handbookmakefiles_index/ko/?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": 1484370,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksporters-handbookmakefiles_index/ko/?checksum=c15308fa5fdbdc33",
            "url": "https://translate-dev.freebsd.org/api/units/1484370/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-03-07T01:54:31.606224Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksporters-handbookmakefiles_index/ko/?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": 1484371,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksporters-handbookmakefiles_index/ko/?checksum=23cb3559b2ec7403",
            "url": "https://translate-dev.freebsd.org/api/units/1484371/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-03-07T01:54:31.609675Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksporters-handbookmakefiles_index/ko/?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": 1484372,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksporters-handbookmakefiles_index/ko/?checksum=ca6c4fd174bbbf5d",
            "url": "https://translate-dev.freebsd.org/api/units/1484372/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-03-07T01:54:31.613307Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksporters-handbookmakefiles_index/ko/?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": 1484373,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksporters-handbookmakefiles_index/ko/?checksum=4791c3a9414b349c",
            "url": "https://translate-dev.freebsd.org/api/units/1484373/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-03-07T01:54:31.616240Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksporters-handbookmakefiles_index/ko/?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": 1484374,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksporters-handbookmakefiles_index/ko/?checksum=f91fb721bf79df99",
            "url": "https://translate-dev.freebsd.org/api/units/1484374/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-03-07T01:54:31.619113Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksporters-handbookmakefiles_index/ko/?format=api",
            "source": [
                "Set `PORTNAME` to the base name of the software.  It is used as the base for the FreeBSD package, and for <<makefile-distname,`DISTNAME`>>."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 360251028512696991,
            "content_hash": 360251028512696991,
            "location": "documentation/content/en/books/porters-handbook/makefiles/_index.adoc:76",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 12,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 22,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1240074/?format=api",
            "priority": 100,
            "id": 1484375,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksporters-handbookmakefiles_index/ko/?checksum=84ffde66d877ea9f",
            "url": "https://translate-dev.freebsd.org/api/units/1484375/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-03-07T01:54:31.621936Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksporters-handbookmakefiles_index/ko/?format=api",
            "source": [
                "The package name must be unique across the entire ports tree.  Make sure that the `PORTNAME` is not already in use by an existing port, and that no other port already has the same `PKGBASE`.  If the name has already been used, add either <<porting-pkgnameprefix-suffix,`PKGNAMEPREFIX` or `PKGNAMESUFFIX`>>."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 8187311819516386200,
            "content_hash": 8187311819516386200,
            "location": "documentation/content/en/books/porters-handbook/makefiles/_index.adoc:82",
            "context": "",
            "note": "type: delimited block = 4",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 13,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 47,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1240076/?format=api",
            "priority": 100,
            "id": 1484376,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksporters-handbookmakefiles_index/ko/?checksum=f19f2cb8bba19b98",
            "url": "https://translate-dev.freebsd.org/api/units/1484376/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-03-07T01:54:31.625118Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksporters-handbookmakefiles_index/ko/?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:85",
            "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": 1484377,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksporters-handbookmakefiles_index/ko/?checksum=45b2f3a65305cbdd",
            "url": "https://translate-dev.freebsd.org/api/units/1484377/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-03-07T01:54:31.628038Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksporters-handbookmakefiles_index/ko/?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:88",
            "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": 1484378,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksporters-handbookmakefiles_index/ko/?checksum=f003ab62ee75b851",
            "url": "https://translate-dev.freebsd.org/api/units/1484378/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-03-07T01:54:31.630574Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksporters-handbookmakefiles_index/ko/?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:92",
            "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": 1484379,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksporters-handbookmakefiles_index/ko/?checksum=79fb9650033c57ee",
            "url": "https://translate-dev.freebsd.org/api/units/1484379/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-03-07T01:54:31.633327Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksporters-handbookmakefiles_index/ko/?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:96",
            "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": 1484380,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksporters-handbookmakefiles_index/ko/?checksum=98df780a0a98fc3b",
            "url": "https://translate-dev.freebsd.org/api/units/1484380/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-03-07T01:54:31.635824Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksporters-handbookmakefiles_index/ko/?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:99",
            "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": 1484381,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksporters-handbookmakefiles_index/ko/?checksum=065cdc4d9e06bb5b",
            "url": "https://translate-dev.freebsd.org/api/units/1484381/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-03-07T01:54:31.638016Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksporters-handbookmakefiles_index/ko/?format=api",
            "source": [
                "When updating a port, it is possible to use man:pkg-version[8]'s `-t` argument to check if the new version is greater or lesser than before.  See <<makefile-versions-ex-pkg-version>>."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 4304207462190381676,
            "content_hash": 4304207462190381676,
            "location": "documentation/content/en/books/porters-handbook/makefiles/_index.adoc:104",
            "context": "",
            "note": "type: delimited block = 4",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 19,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 26,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1240080/?format=api",
            "priority": 100,
            "id": 1484382,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksporters-handbookmakefiles_index/ko/?checksum=bbbb9de1d7717a6c",
            "url": "https://translate-dev.freebsd.org/api/units/1484382/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-03-07T01:54:31.640259Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksporters-handbookmakefiles_index/ko/?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:107",
            "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": 1484383,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksporters-handbookmakefiles_index/ko/?checksum=886cfce93b7caebd",
            "url": "https://translate-dev.freebsd.org/api/units/1484383/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-03-07T01:54:31.642683Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksporters-handbookmakefiles_index/ko/?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:111",
            "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": 1484384,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksporters-handbookmakefiles_index/ko/?checksum=67f65a34711f3e94",
            "url": "https://translate-dev.freebsd.org/api/units/1484384/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-03-07T01:54:31.645277Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksporters-handbookmakefiles_index/ko/?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:117",
            "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": 1484385,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksporters-handbookmakefiles_index/ko/?checksum=379abea6c76beaaa",
            "url": "https://translate-dev.freebsd.org/api/units/1484385/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-03-07T01:54:31.648035Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksporters-handbookmakefiles_index/ko/?format=api",
            "source": [
                "<.>"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -928831724474882881,
            "content_hash": -928831724474882881,
            "location": "documentation/content/en/books/porters-handbook/makefiles/_index.adoc:117, documentation/content/en/books/porters-handbook/makefiles/_index.adoc:119",
            "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": 1484386,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksporters-handbookmakefiles_index/ko/?checksum=731c2077be8fa4bf",
            "url": "https://translate-dev.freebsd.org/api/units/1484386/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-03-07T01:54:31.650505Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksporters-handbookmakefiles_index/ko/?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:119",
            "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": 1484387,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksporters-handbookmakefiles_index/ko/?checksum=c4079fbcb70b0da9",
            "url": "https://translate-dev.freebsd.org/api/units/1484387/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-03-07T01:54:31.678895Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksporters-handbookmakefiles_index/ko/?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:126",
            "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": 1484388,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksporters-handbookmakefiles_index/ko/?checksum=44e8a1eaed4717da",
            "url": "https://translate-dev.freebsd.org/api/units/1484388/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-03-07T01:54:31.682756Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksporters-handbookmakefiles_index/ko/?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:129",
            "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": 1484389,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksporters-handbookmakefiles_index/ko/?checksum=4dcfde499f1c5820",
            "url": "https://translate-dev.freebsd.org/api/units/1484389/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-03-07T01:54:31.690250Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksporters-handbookmakefiles_index/ko/?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:130",
            "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": 1484390,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksporters-handbookmakefiles_index/ko/?checksum=a4a4d07d6215c694",
            "url": "https://translate-dev.freebsd.org/api/units/1484390/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-03-07T01:54:31.693734Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksporters-handbookmakefiles_index/ko/?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:131",
            "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": 1484391,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksporters-handbookmakefiles_index/ko/?checksum=503c94555d8be777",
            "url": "https://translate-dev.freebsd.org/api/units/1484391/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-03-07T01:54:31.697326Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksporters-handbookmakefiles_index/ko/?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:132",
            "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": 1484392,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksporters-handbookmakefiles_index/ko/?checksum=d078c354cf9cb7b8",
            "url": "https://translate-dev.freebsd.org/api/units/1484392/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-03-07T01:54:31.700661Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksporters-handbookmakefiles_index/ko/?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:133",
            "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": 1484393,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksporters-handbookmakefiles_index/ko/?checksum=5f660a4d37daf4b0",
            "url": "https://translate-dev.freebsd.org/api/units/1484393/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-03-07T01:54:31.704018Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksporters-handbookmakefiles_index/ko/?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:134",
            "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": 1484394,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksporters-handbookmakefiles_index/ko/?checksum=662834c91b85a0ed",
            "url": "https://translate-dev.freebsd.org/api/units/1484394/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-03-07T01:54:31.707182Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksporters-handbookmakefiles_index/ko/?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:139",
            "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": 1484395,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksporters-handbookmakefiles_index/ko/?checksum=23c74a2606d9447c",
            "url": "https://translate-dev.freebsd.org/api/units/1484395/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-03-07T01:54:31.710351Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksporters-handbookmakefiles_index/ko/?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:143",
            "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": 1484396,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksporters-handbookmakefiles_index/ko/?checksum=0b0cbb4e1299a5c0",
            "url": "https://translate-dev.freebsd.org/api/units/1484396/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-03-07T01:54:31.713480Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksporters-handbookmakefiles_index/ko/?format=api",
            "source": [
                "DISTVERSION"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -8426042813878558858,
            "content_hash": -8426042813878558858,
            "location": "documentation/content/en/books/porters-handbook/makefiles/_index.adoc:147, documentation/content/en/books/porters-handbook/makefiles/_index.adoc:490",
            "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": 1484397,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksporters-handbookmakefiles_index/ko/?checksum=0b10aeb430891f76",
            "url": "https://translate-dev.freebsd.org/api/units/1484397/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-03-07T01:54:31.716265Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksporters-handbookmakefiles_index/ko/?format=api",
            "source": [
                "PORTVERSION"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -3191231502749193166,
            "content_hash": -3191231502749193166,
            "location": "documentation/content/en/books/porters-handbook/makefiles/_index.adoc:149, documentation/content/en/books/porters-handbook/makefiles/_index.adoc:491",
            "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": 1484398,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksporters-handbookmakefiles_index/ko/?checksum=53b677db2a992c32",
            "url": "https://translate-dev.freebsd.org/api/units/1484398/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-03-07T01:54:31.718988Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksporters-handbookmakefiles_index/ko/?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:150",
            "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": 1484399,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksporters-handbookmakefiles_index/ko/?checksum=9589816ce15535cb",
            "url": "https://translate-dev.freebsd.org/api/units/1484399/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-03-07T01:54:31.721706Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksporters-handbookmakefiles_index/ko/?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:152",
            "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": 1484400,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksporters-handbookmakefiles_index/ko/?checksum=bab5bc378681e73b",
            "url": "https://translate-dev.freebsd.org/api/units/1484400/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-03-07T01:54:31.724746Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksporters-handbookmakefiles_index/ko/?format=api",
            "source": [
                "10Alpha3"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 4376177687734009827,
            "content_hash": 4376177687734009827,
            "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": 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": 1484401,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksporters-handbookmakefiles_index/ko/?checksum=bcbb4e6bc7603fe3",
            "url": "https://translate-dev.freebsd.org/api/units/1484401/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-03-07T01:54:31.727477Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksporters-handbookmakefiles_index/ko/?format=api",
            "source": [
                "10.a3"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -3065410221877402318,
            "content_hash": -3065410221877402318,
            "location": "documentation/content/en/books/porters-handbook/makefiles/_index.adoc:155",
            "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": 1484402,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksporters-handbookmakefiles_index/ko/?checksum=557579a4fa256532",
            "url": "https://translate-dev.freebsd.org/api/units/1484402/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-03-07T01:54:31.730601Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksporters-handbookmakefiles_index/ko/?format=api",
            "source": [
                "3Beta7-pre2"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -4373526503116340020,
            "content_hash": -4373526503116340020,
            "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": 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": 1484403,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksporters-handbookmakefiles_index/ko/?checksum=434e1cd13dfe84cc",
            "url": "https://translate-dev.freebsd.org/api/units/1484403/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-03-07T01:54:31.733790Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksporters-handbookmakefiles_index/ko/?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:158",
            "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": 1484404,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksporters-handbookmakefiles_index/ko/?checksum=9fe341c572d04b5c",
            "url": "https://translate-dev.freebsd.org/api/units/1484404/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-03-07T01:54:31.736457Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksporters-handbookmakefiles_index/ko/?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:159",
            "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": 1484405,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksporters-handbookmakefiles_index/ko/?checksum=ecab2718fc0d39cd",
            "url": "https://translate-dev.freebsd.org/api/units/1484405/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-03-07T01:54:31.741285Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksporters-handbookmakefiles_index/ko/?format=api",
            "source": [
                "8f.17"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -4127787176923814293,
            "content_hash": -4127787176923814293,
            "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": 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": 1484406,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksporters-handbookmakefiles_index/ko/?checksum=46b7276ebb0b266b",
            "url": "https://translate-dev.freebsd.org/api/units/1484406/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-03-07T01:54:31.744242Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksporters-handbookmakefiles_index/ko/?format=api",
            "source": [
                "Using `DISTVERSION`"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -2378239143583168617,
            "content_hash": -2378239143583168617,
            "location": "documentation/content/en/books/porters-handbook/makefiles/_index.adoc:163",
            "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": 1484407,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksporters-handbookmakefiles_index/ko/?checksum=5efecc196fcbc797",
            "url": "https://translate-dev.freebsd.org/api/units/1484407/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-03-07T01:54:31.747171Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksporters-handbookmakefiles_index/ko/?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:167",
            "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": 1484408,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksporters-handbookmakefiles_index/ko/?checksum=93ab917500bc027d",
            "url": "https://translate-dev.freebsd.org/api/units/1484408/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-03-07T01:54:31.749929Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksporters-handbookmakefiles_index/ko/?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:172",
            "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": 1484409,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksporters-handbookmakefiles_index/ko/?checksum=7f71404993ec9cdd",
            "url": "https://translate-dev.freebsd.org/api/units/1484409/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-03-07T01:54:31.752727Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksporters-handbookmakefiles_index/ko/?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:175",
            "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": 1484410,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksporters-handbookmakefiles_index/ko/?checksum=dcdf4441a302beb8",
            "url": "https://translate-dev.freebsd.org/api/units/1484410/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-03-07T01:54:31.780155Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksporters-handbookmakefiles_index/ko/?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:178",
            "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": 1484411,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksporters-handbookmakefiles_index/ko/?checksum=2752bc52520f799f",
            "url": "https://translate-dev.freebsd.org/api/units/1484411/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-03-07T01:54:31.784025Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksporters-handbookmakefiles_index/ko/?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:182",
            "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": 1484412,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksporters-handbookmakefiles_index/ko/?checksum=f1be071498a8a2a6",
            "url": "https://translate-dev.freebsd.org/api/units/1484412/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-03-07T01:54:31.787740Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksporters-handbookmakefiles_index/ko/?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:184",
            "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": 1484413,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksporters-handbookmakefiles_index/ko/?checksum=fe2bbf16bd6b1122",
            "url": "https://translate-dev.freebsd.org/api/units/1484413/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-03-07T01:54:31.791658Z"
        }
    ]
}