Translation components API.

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

GET /api/translations/xwiki-platform/xwiki-xwikisyntaxgeneralremarks/it/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/it/?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": [
                "= General =\n\n== Considerazioni Generali ==\n\n{{comment}}please do not translate the sub headlines{{/comment}}\n=== 2.0 General Remarks ===\nLa sintassi XWiki 2.0 corregge alcuni errori o ambiguità che gli utenti potevano inserire come mostrato negli esempi della tabella seguente.\n\n|=Descrizione|=Esempio di sintassi non valida o ambigua|=Risolto con Sintassi XWiki 2.0\n|Stili di testo non chiusi|{{{**grassetto}}}|{{{**grassetto**}}}\n|Due elementi isolati non separati da 2 nuove righe|{{{| cella tabella}}}\\{{{* voce elenco}}}|{{{| cella tabella}}}\\\\{{{* voce elenco}}}\n|Due elementi isolati non separati da 2 nuove righe|{{{paragrafo}}}\\{{{----}}}\\{{{paragrafo}}}|{{{paragrafo}}}\\\\{{{----}}}\\\\{{{paragrafo}}}\n|Nuova riga ignorata all'inizio del documento|<nuova riga all'inizio del documento>\\paragrafo|paragrafo\n|Sintassi dei titoli non chiusa|{{{=== titolo}}}|{{{=== titolo ===}}}"
            ],
            "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": 465031,
            "web_url": "https://l10n.xwiki.org/translate/xwiki-platform/xwiki-xwikisyntaxgeneralremarks/it/?checksum=bbf8e90a4daa852e",
            "url": "https://l10n.xwiki.org/api/units/465031/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2020-12-02T15:29:49.883834Z"
        },
        {
            "translation": "https://l10n.xwiki.org/api/translations/xwiki-platform/xwiki-xwikisyntaxgeneralremarks/it/?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": true,
            "num_words": 1,
            "source_unit": "https://l10n.xwiki.org/api/units/465017/?format=api",
            "priority": 100,
            "id": 465032,
            "web_url": "https://l10n.xwiki.org/translate/xwiki-platform/xwiki-xwikisyntaxgeneralremarks/it/?checksum=12587a10694b6156",
            "url": "https://l10n.xwiki.org/api/units/465032/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2020-12-02T15:29:49.976653Z"
        }
    ]
}