Translation components API.

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

GET /api/translations/xwiki-platform/xwiki-xwikisyntaxgroups/ko/units/?format=api
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 2,
    "next": null,
    "previous": null,
    "results": [
        {
            "translation": "https://l10n.xwiki.org/api/translations/xwiki-platform/xwiki-xwikisyntaxgroups/ko/?format=api",
            "source": [
                "= Editing =\n\n== Groups ==\n\n=== 2.0 Groups ===\n\nGroups can be used to insert another document inline directly into the current document. This allows for example to insert complex elements or style inside a list item, inside a table cell or a paragraph. Groups are delimited by the following syntactic elements: ##{{{(((...)))}}}##. One Group can contain another Group and there is no limit of imbrication.\n\n|=XWiki Syntax {{velocity}}$crtSyntaxVer{{/velocity}}|=Result\n|((({{{\n|=Header 1|=Header 2|=Header 3\n|Cell One|(((\n= Embedded document =\n\nSome embedded paragraph.\n\n* list item one\n* list item two\n  ** sub-item 1\n  ** sub-item 2\n))) | Cell Three\n\nNext paragraph in the top-level document\n}}})))|(((\n|=Header 1|=Header 2|=Header 3\n|Cell One|(((\n{{html}}<h1 id=\"HEmbeddeddocument\"><span>Embedded document</span></h1>{{/html}}\n\nSome embedded paragraph.\n\n* list item one\n* list item two\n  ** sub-item 1\n  ** sub-item 2\n))) | Cell Three\n\nNext paragraph in the top-level document\n)))\n|((({{{(% class=\"myClass\" style=\"color:blue\" %)(((blue paragraphs\n\ninside myClass)))}}})))| (% class=\"myClass\" style=\"color:blue\" %)(((blue paragraphs\n\ninside my group)))"
            ],
            "previous_source": "",
            "target": [
                "= Editing =\n\n== Groups ==\n\n=== 2.0 Groups ===\n\n그룹을 사용하여 다른 문서를 현재 문서에 직접 인라인으로 삽입할 수 있습니다. 예를 들어 목록 항목, 표 셀 또는 문단 내부에 복잡한 요소 또는 스타일을 삽입할 수 있습니다. 그룹은 ##{{((...)}}}}## 의 구문 요소로 구분됩니다. 한 그룹은 다른 그룹을 포함할 수 있으며 유입의 제한은 없습니다.\n\n|=XWiki Syntax {{velocity}}$crtSyntaxVer{{/velocity}}|=Result\n|((({{{\n|=Header 1|=Header 2|=Header 3\n|Cell One|(((\n= Embedded document =\n\n삽입된 단락이 있습니다.\n\n* list item one\n* list item two\n  ** sub-item 1\n  ** sub-item 2\n))) | Cell Three\n\n최상위 문서의 다음 단락\n}}})))|(((\n|=Header 1|=Header 2|=Header 3\n|Cell One|(((\n{{html}}<h1 id=\"HEmbeddeddocument\"><span>Embedded document</span></h1>{{/html}}\n\n삽입된 단락이 있습니다.\n\n* list item one\n* list item two\n  ** sub-item 1\n  ** sub-item 2\n))) | Cell Three\n\n최상위 문서의 다음 단락\n)))\n|((({{{(% class=\"myClass\" style=\"color:blue\" %)(((blue paragraphs\n\ninside myClass)))}}})))| (% class=\"myClass\" style=\"color:blue\" %)(((blue paragraphs\n\ninside my group)))"
            ],
            "id_hash": 4321460072923956526,
            "content_hash": -860640721558860829,
            "location": "",
            "context": "content",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 1,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 161,
            "source_unit": "https://l10n.xwiki.org/api/units/465540/?format=api",
            "priority": 100,
            "id": 529948,
            "web_url": "https://l10n.xwiki.org/translate/xwiki-platform/xwiki-xwikisyntaxgroups/ko/?checksum=bbf8e90a4daa852e",
            "url": "https://l10n.xwiki.org/api/units/529948/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-03-21T20:23:29.727471Z"
        },
        {
            "translation": "https://l10n.xwiki.org/api/translations/xwiki-platform/xwiki-xwikisyntaxgroups/ko/?format=api",
            "source": [
                "XWikiSyntaxGroups"
            ],
            "previous_source": "",
            "target": [
                "XWiki구문그룹"
            ],
            "id_hash": -7901431335316922026,
            "content_hash": 5795917573917320078,
            "location": "",
            "context": "title",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 2,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 1,
            "source_unit": "https://l10n.xwiki.org/api/units/465541/?format=api",
            "priority": 100,
            "id": 529949,
            "web_url": "https://l10n.xwiki.org/translate/xwiki-platform/xwiki-xwikisyntaxgroups/ko/?checksum=12587a10694b6156",
            "url": "https://l10n.xwiki.org/api/units/529949/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-03-21T20:23:29.732533Z"
        }
    ]
}