Translation components API.

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

GET /api/translations/documentation/booksfdp-primereditor-config_index/pl/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/pl/units/?format=api",
    "results": [
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksfdp-primereditor-config_index/pl/?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": 1509090,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksfdp-primereditor-config_index/pl/?checksum=1ce3158433325563",
            "url": "https://translate-dev.freebsd.org/api/units/1509090/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-04-15T03:03:15.685499Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksfdp-primereditor-config_index/pl/?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": 1509091,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksfdp-primereditor-config_index/pl/?checksum=ba79868522a0ec0b",
            "url": "https://translate-dev.freebsd.org/api/units/1509091/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-04-15T03:03:15.688542Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksfdp-primereditor-config_index/pl/?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": 1509092,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksfdp-primereditor-config_index/pl/?checksum=38be2762d3cf507c",
            "url": "https://translate-dev.freebsd.org/api/units/1509092/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-04-15T03:03:15.690761Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksfdp-primereditor-config_index/pl/?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": 1509093,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksfdp-primereditor-config_index/pl/?checksum=c3e82caa7a338b5d",
            "url": "https://translate-dev.freebsd.org/api/units/1509093/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-04-15T03:03:15.693585Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksfdp-primereditor-config_index/pl/?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": 1509094,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksfdp-primereditor-config_index/pl/?checksum=09de3bf5f726c852",
            "url": "https://translate-dev.freebsd.org/api/units/1509094/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-04-15T03:03:15.696170Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksfdp-primereditor-config_index/pl/?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": 1509095,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksfdp-primereditor-config_index/pl/?checksum=fb19d114290f73b7",
            "url": "https://translate-dev.freebsd.org/api/units/1509095/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-04-15T03:03:15.698397Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksfdp-primereditor-config_index/pl/?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": 1509096,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksfdp-primereditor-config_index/pl/?checksum=138510302cf5ce1f",
            "url": "https://translate-dev.freebsd.org/api/units/1509096/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-04-15T03:03:15.700350Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksfdp-primereditor-config_index/pl/?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": 1509097,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksfdp-primereditor-config_index/pl/?checksum=fc54ee01453417b2",
            "url": "https://translate-dev.freebsd.org/api/units/1509097/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-04-15T03:03:15.702407Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksfdp-primereditor-config_index/pl/?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": 1509098,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksfdp-primereditor-config_index/pl/?checksum=c6130b04790a1c21",
            "url": "https://translate-dev.freebsd.org/api/units/1509098/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-04-15T03:03:15.704508Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksfdp-primereditor-config_index/pl/?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": 1509099,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksfdp-primereditor-config_index/pl/?checksum=d421e3b211600a94",
            "url": "https://translate-dev.freebsd.org/api/units/1509099/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-04-15T03:03:15.706608Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksfdp-primereditor-config_index/pl/?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": 1509100,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksfdp-primereditor-config_index/pl/?checksum=aa11d2fc9f98c97d",
            "url": "https://translate-dev.freebsd.org/api/units/1509100/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-04-15T03:03:15.708841Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksfdp-primereditor-config_index/pl/?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": 1509101,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksfdp-primereditor-config_index/pl/?checksum=edae52ca2704fb97",
            "url": "https://translate-dev.freebsd.org/api/units/1509101/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-04-15T03:03:15.711230Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksfdp-primereditor-config_index/pl/?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": 1547724,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksfdp-primereditor-config_index/pl/?checksum=7fd1bbbf046b94a3",
            "url": "https://translate-dev.freebsd.org/api/units/1547724/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-04-21T01:28:51.028886Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksfdp-primereditor-config_index/pl/?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": 1578081,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksfdp-primereditor-config_index/pl/?checksum=abcf0332376c2608",
            "url": "https://translate-dev.freebsd.org/api/units/1578081/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-06-20T00:19:18.240412Z"
        }
    ]
}