Translation components API.

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

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

{
    "count": 64,
    "next": null,
    "previous": "https://translate-dev.freebsd.org/api/translations/documentation/booksfdp-primereditor-config_index/ko/units/?format=api",
    "results": [
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksfdp-primereditor-config_index/ko/?format=api",
            "source": [
                "Install from package:editors/nano[] or package:editors/nano-devel[]."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -7141840926540671645,
            "content_hash": -7141840926540671645,
            "location": "documentation/content/en/books/fdp-primer/editor-config/_index.adoc:258",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 53,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 5,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1090994/?format=api",
            "priority": 100,
            "id": 1472687,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksfdp-primereditor-config_index/ko/?checksum=1ce3158433325563",
            "url": "https://translate-dev.freebsd.org/api/units/1472687/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-03-07T00:57:01.385782Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksfdp-primereditor-config_index/ko/?format=api",
            "source": [
                "Currently there is no adoc/asciidoc syntax highlight file with nano distribution.  So let's create one from scratch and use an editor to create new file or add lines in the [.filename]#~/.nanorc# with these contents:"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 4213546832751553547,
            "content_hash": 4213546832751553547,
            "location": "documentation/content/en/books/fdp-primer/editor-config/_index.adoc:264",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 54,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 34,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1456007/?format=api",
            "priority": 100,
            "id": 1472688,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksfdp-primereditor-config_index/ko/?checksum=ba79868522a0ec0b",
            "url": "https://translate-dev.freebsd.org/api/units/1472688/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-03-07T00:57:01.389123Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksfdp-primereditor-config_index/ko/?format=api",
            "source": [
                "`~/.nanorc`"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -5134623219741929348,
            "content_hash": -5134623219741929348,
            "location": "documentation/content/en/books/fdp-primer/editor-config/_index.adoc:266",
            "context": "",
            "note": "type: Block title",
            "flags": "no-wrap",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 55,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 1,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1456009/?format=api",
            "priority": 100,
            "id": 1472689,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksfdp-primereditor-config_index/ko/?checksum=38be2762d3cf507c",
            "url": "https://translate-dev.freebsd.org/api/units/1472689/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-03-07T00:57:01.393337Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksfdp-primereditor-config_index/ko/?format=api",
            "source": [
                "syntax \"asciidoc\" \"\\.(adoc|asc|asciidoc)$\"\n# main header\ncolor red \"^====+$\"\n# h1\ncolor red \"^==[[:space:]].*$\"\ncolor red \"^----+$\"\n# h2\ncolor magenta \"^===[[:space:]].*$\"\ncolor magenta \"^~~~~+$\"\n# h4\ncolor green \"^====[[:space:]].*$\"\ncolor green \"^\\^\\^\\^\\^+$\"\n# h5\ncolor brightblue \"^=====[[:space:]].*$\"\ncolor brightblue \"^\\+\\+\\+\\++$\"\n# attributes\ncolor brightgreen \":.*:\"\ncolor brightred \"\\{[a-z0-9]*\\}\"\ncolor red \"\\\\\\{[a-z0-9]*\\}\"\ncolor red \"\\+\\+\\+\\{[a-z0-9]*\\}\\+\\+\\+\"\n# Paragraph Title\ncolor yellow \"^\\..*$\"\n# source\ncolor magenta \"^\\[(source,.+|NOTE|TIP|IMPORTANT|WARNING|CAUTION)\\]\"\n# Other markup\ncolor yellow \".*[[:space:]]\\+$\"\ncolor yellow \"_[^_]+_\"\ncolor yellow \"\\*[^\\*]+\\*\"\ncolor yellow \"\\+[^\\+]+\\+\"\ncolor yellow \"`[^`]+`\"\ncolor yellow \"\\^[^\\^]+\\^\"\ncolor yellow \"~[^~]+~\"\ncolor yellow \"'[^']+'\"\ncolor cyan \"`{1,2}[^']+'{1,2}\"\n# bullets\ncolor brightmagenta \"^[[:space:]]*[\\*\\.-]{1,5}[[:space:]]\"\n# anchors\ncolor brightwhite \"\\[\\[.*\\]\\]\"\ncolor brightwhite \"<<.*>>\"\n# trailing whitespace\ncolor ,blue \"[[:space:]]+$\"\n# multiples of eight spaces at the start a line\n# (after zero or more tabs) should be a tab\ncolor ,blue \"^([TAB]*[ ]{8})+\"\n# tabs after spaces\ncolor ,yellow \"( )+TAB\"\n# highlight indents that have an odd number of spaces\ncolor ,red \"^(([ ]{2})+|(TAB+))*[ ]{1}[^ ]{1}\"\n"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 4893210105844304733,
            "content_hash": 4893210105844304733,
            "location": "documentation/content/en/books/fdp-primer/editor-config/_index.adoc:316",
            "context": "",
            "note": "type: delimited block . 4",
            "flags": "no-wrap",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 56,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 163,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1436038/?format=api",
            "priority": 100,
            "id": 1472690,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksfdp-primereditor-config_index/ko/?checksum=c3e82caa7a338b5d",
            "url": "https://translate-dev.freebsd.org/api/units/1472690/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-03-07T00:57:01.397883Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksfdp-primereditor-config_index/ko/?format=api",
            "source": [
                "Process the file to create embedded tabs:"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -8512300318084118446,
            "content_hash": -8512300318084118446,
            "location": "documentation/content/en/books/fdp-primer/editor-config/_index.adoc:319",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 57,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 7,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1091004/?format=api",
            "priority": 100,
            "id": 1472691,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksfdp-primereditor-config_index/ko/?checksum=09de3bf5f726c852",
            "url": "https://translate-dev.freebsd.org/api/units/1472691/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-03-07T00:57:01.403626Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksfdp-primereditor-config_index/ko/?format=api",
            "source": [
                "% perl -i'' -pe 's/TAB/\\t/g' ~/.nanorc\n"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 8870350825601332151,
            "content_hash": 8870350825601332151,
            "location": "documentation/content/en/books/fdp-primer/editor-config/_index.adoc:323",
            "context": "",
            "note": "type: delimited block . 4",
            "flags": "no-wrap",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 58,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 6,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1091006/?format=api",
            "priority": 100,
            "id": 1472692,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksfdp-primereditor-config_index/ko/?checksum=fb19d114290f73b7",
            "url": "https://translate-dev.freebsd.org/api/units/1472692/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-03-07T00:57:01.407414Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksfdp-primereditor-config_index/ko/?format=api",
            "source": [
                "Specify additional helpful options when running the editor:"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -7816823779132846561,
            "content_hash": -7816823779132846561,
            "location": "documentation/content/en/books/fdp-primer/editor-config/_index.adoc:329",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 59,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 8,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1091008/?format=api",
            "priority": 100,
            "id": 1472693,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksfdp-primereditor-config_index/ko/?checksum=138510302cf5ce1f",
            "url": "https://translate-dev.freebsd.org/api/units/1472693/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-03-07T00:57:01.410950Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksfdp-primereditor-config_index/ko/?format=api",
            "source": [
                "% nano -AKipwz -T8 _index.adoc\n"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 8959047247970178994,
            "content_hash": 8959047247970178994,
            "location": "documentation/content/en/books/fdp-primer/editor-config/_index.adoc:333",
            "context": "",
            "note": "type: delimited block . 4",
            "flags": "no-wrap",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 60,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 5,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1436040/?format=api",
            "priority": 100,
            "id": 1472694,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksfdp-primereditor-config_index/ko/?checksum=fc54ee01453417b2",
            "url": "https://translate-dev.freebsd.org/api/units/1472694/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-03-07T00:57:01.414364Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksfdp-primereditor-config_index/ko/?format=api",
            "source": [
                "Users of man:csh[1] can define an alias in [.filename]#~/.cshrc# to automate these options:"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 5049391721050938401,
            "content_hash": 5049391721050938401,
            "location": "documentation/content/en/books/fdp-primer/editor-config/_index.adoc:336",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 61,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 13,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1091012/?format=api",
            "priority": 100,
            "id": 1472695,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksfdp-primereditor-config_index/ko/?checksum=c6130b04790a1c21",
            "url": "https://translate-dev.freebsd.org/api/units/1472695/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-03-07T00:57:01.417408Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksfdp-primereditor-config_index/ko/?format=api",
            "source": [
                "alias nano \"nano -AKipwz -r 70 -T8\"\n"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 6062376927352588948,
            "content_hash": 6062376927352588948,
            "location": "documentation/content/en/books/fdp-primer/editor-config/_index.adoc:340",
            "context": "",
            "note": "type: delimited block . 4",
            "flags": "no-wrap",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 62,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 7,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1091014/?format=api",
            "priority": 100,
            "id": 1472696,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksfdp-primereditor-config_index/ko/?checksum=d421e3b211600a94",
            "url": "https://translate-dev.freebsd.org/api/units/1472696/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-03-07T00:57:01.420613Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksfdp-primereditor-config_index/ko/?format=api",
            "source": [
                "After the alias is defined, the options will be added automatically:"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 3031436006648236413,
            "content_hash": 3031436006648236413,
            "location": "documentation/content/en/books/fdp-primer/editor-config/_index.adoc:343",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 63,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 11,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1091016/?format=api",
            "priority": 100,
            "id": 1472697,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksfdp-primereditor-config_index/ko/?checksum=aa11d2fc9f98c97d",
            "url": "https://translate-dev.freebsd.org/api/units/1472697/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-03-07T00:57:01.425706Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksfdp-primereditor-config_index/ko/?format=api",
            "source": [
                "% nano _index.adoc\n"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 7903345424273308567,
            "content_hash": 7903345424273308567,
            "location": "documentation/content/en/books/fdp-primer/editor-config/_index.adoc:347",
            "context": "",
            "note": "type: delimited block . 4",
            "flags": "no-wrap",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 64,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 3,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1091018/?format=api",
            "priority": 100,
            "id": 1472698,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksfdp-primereditor-config_index/ko/?checksum=edae52ca2704fb97",
            "url": "https://translate-dev.freebsd.org/api/units/1472698/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-03-07T00:57:01.428778Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksfdp-primereditor-config_index/ko/?format=api",
            "source": [
                "Install link:https://github.com/dense-analysis/ale[Ale] to integrate into package:editors/vim[], for using package:textproc/vale[]."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -13022894818093917,
            "content_hash": -13022894818093917,
            "location": "documentation/content/en/books/fdp-primer/editor-config/_index.adoc:78",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 14,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 9,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1547714/?format=api",
            "priority": 100,
            "id": 1547721,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksfdp-primereditor-config_index/ko/?checksum=7fd1bbbf046b94a3",
            "url": "https://translate-dev.freebsd.org/api/units/1547721/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-04-21T01:28:49.738440Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksfdp-primereditor-config_index/ko/?format=api",
            "source": [
                "Chapter 13. Editor Configuration"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 3156745378023089672,
            "content_hash": 3156745378023089672,
            "location": "documentation/content/en/books/fdp-primer/editor-config/_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": 4,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1578071/?format=api",
            "priority": 100,
            "id": 1578078,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksfdp-primereditor-config_index/ko/?checksum=abcf0332376c2608",
            "url": "https://translate-dev.freebsd.org/api/units/1578078/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-06-20T00:19:18.068424Z"
        }
    ]
}