Translation components API.

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

GET /api/translations/xwiki-platform/xwiki-xwikisyntaxgroups/sv/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/sv/?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== Gruppering ==\n\n{{comment}}please do not translate the sub headlines{{/comment}}\n=== 2.0 Groups ===\n\nGruppering kan användas för att infoga kompexa element i löpande text. Exempelvis för att infoga ett dokument i löpande text, eller komplexa element inuti listor eller tabellceller.  Gruppering markeras med följande syntaktiska symboler: ##{{{(((...)))}}}##.  En gruppering kan innehålla en annan gruppering.\n\n|=XWiki syntax {{velocity}}$crtSyntaxVer{{/velocity}}|=Resultat\n|((({{{\n|=Titel 1|=Titel 2|=Titel 3\n|Cell ett|(((\n= Inbäddat dokument\n\nEtt inbäddat stycke\n\n* listelement ett\n* listelement två\n  ** underelement 1\n  ** underelement 2\n))) | Cell tre\n\nFortsättningen på toppnivådokumentet\n}}})))|(((\n|=Titel 1|=Titel 2|=Titel 3\n|Cell ett|(((\n{{html}}<h1 id=\"HEmbeddeddocument\"><span>Inbäddat dokument</span></h1>{{/html}}\n\nEtt inbäddat stycke\n\n* listelement ett\n* listelement två\n  ** underelement 1\n  ** underelement 2\n))) | Cell tre\n\nFortsättningen på toppnivådokumentet\n)))"
            ],
            "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": true,
            "num_words": 161,
            "source_unit": "https://l10n.xwiki.org/api/units/465540/?format=api",
            "priority": 100,
            "id": 465570,
            "web_url": "https://l10n.xwiki.org/translate/xwiki-platform/xwiki-xwikisyntaxgroups/sv/?checksum=bbf8e90a4daa852e",
            "url": "https://l10n.xwiki.org/api/units/465570/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2020-12-02T15:32:37.479738Z"
        },
        {
            "translation": "https://l10n.xwiki.org/api/translations/xwiki-platform/xwiki-xwikisyntaxgroups/sv/?format=api",
            "source": [
                "XWikiSyntaxGroups"
            ],
            "previous_source": "",
            "target": [
                "XWikiSyntaxGroups"
            ],
            "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": true,
            "num_words": 1,
            "source_unit": "https://l10n.xwiki.org/api/units/465541/?format=api",
            "priority": 100,
            "id": 465571,
            "web_url": "https://l10n.xwiki.org/translate/xwiki-platform/xwiki-xwikisyntaxgroups/sv/?checksum=12587a10694b6156",
            "url": "https://l10n.xwiki.org/api/units/465571/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2020-12-02T15:32:37.552830Z"
        }
    ]
}