Translation components API.

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

GET /api/translations/xwiki-platform/xwiki-xwikisyntaxgeneralremarks/de/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-xwikisyntaxgeneralremarks/de/?format=api",
            "source": [
                "= General =\n\n== General Remarks ==\n\n=== 2.0 General Remarks ===\n\nXWiki Syntax {{velocity}}$crtSyntaxVer{{/velocity}} corrects some errors or ambiguous syntax entered by the user as shown in the examples in the table below.\n\n|=Description|=Example of invalid or ambiguous syntax|=Fixed XWiki Syntax {{velocity}}$crtSyntaxVer{{/velocity}}\n|Unclosed text styles|{{{**bold}}}|{{{**bold**}}}\n|Two standalone elements not separated by 2 new lines|{{{| table cell}}}{{{* list item}}}|{{{| table cell}}}\\{{{* list item}}}\n|Two standalone elements not separated by 2 new lines|{{{paragraph}}}{{{----}}}{{{paragraph}}}|{{{paragraph}}}\\{{{----}}}\\{{{paragraph}}}\n|Ignored new line at beginning of document|<new line at beginning of document>paragraph|paragraph\n|Not closed heading syntax|{{{=== heading}}}|{{{=== heading ===}}}"
            ],
            "previous_source": "",
            "target": [
                "= Allgemeines =\n\n== Bemerkungen ==\n\n{{comment}}please do not translate the sub headlines{{/comment}}\n=== 2.0 General Remarks ===\n\nXWiki Syntax {{velocity}}$crtSyntaxVer{{/velocity}} korrigiert einige Fehler oder mehrdeutige Syntax, die vom Nutzer eingegeben wird, wie in den Beispielen in der Tabelle unterhalb gezeigt.\n\n|=Beschreibung|=Beispiel für ungültige oder mehrdeutige Syntax|=Korrigierte Syntax 2.0\n|Nicht geschlossener Textstil|{{{**fett}}}|{{{**fett**}}}\n|Zwei unabhängige Elemente sind nicht durch 2 neue Zeilen getrennt|{{{| Tabellenzelle}}}\\{{{* Listenelement}}}|{{{| Tabellenzelle}}}\\\\{{{* Listenelement}}}\n|Zwei unabhängige Elemente sind nicht durch 2 neue Zeilen getrennt|{{{Absatz}}}\\{{{----}}}\\{{{Absatz}}}|{{{Absatz}}}\\\\{{{----}}}\\\\{{{Absatz}}}\n|Ignorierte neue Zeilen am Anfang von Dokument|<neue Zeile am Anfang des Dokuments>\\Absatz|Absatz\n|Nicht geschlossene Überschriftensyntax|{{{=== Überschrift}}}|{{{=== Überschrift ===}}}"
            ],
            "id_hash": 4321460072923956526,
            "content_hash": 8660101537856344340,
            "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": 91,
            "source_unit": "https://l10n.xwiki.org/api/units/465015/?format=api",
            "priority": 100,
            "id": 465018,
            "web_url": "https://l10n.xwiki.org/translate/xwiki-platform/xwiki-xwikisyntaxgeneralremarks/de/?checksum=bbf8e90a4daa852e",
            "url": "https://l10n.xwiki.org/api/units/465018/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2020-12-02T15:29:47.004616Z"
        },
        {
            "translation": "https://l10n.xwiki.org/api/translations/xwiki-platform/xwiki-xwikisyntaxgeneralremarks/de/?format=api",
            "source": [
                "XWikiSyntaxGeneralRemarks"
            ],
            "previous_source": "",
            "target": [
                "XWikiSyntaxGeneralRemarks"
            ],
            "id_hash": -7901431335316922026,
            "content_hash": 8466000111007787458,
            "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/465017/?format=api",
            "priority": 100,
            "id": 465020,
            "web_url": "https://l10n.xwiki.org/translate/xwiki-platform/xwiki-xwikisyntaxgeneralremarks/de/?checksum=12587a10694b6156",
            "url": "https://l10n.xwiki.org/api/units/465020/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2020-12-02T15:29:48.295327Z"
        }
    ]
}