Translation components API.

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

GET /api/translations/xwiki-platform/xwiki-xwikisyntaxgeneralremarks/fr/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/fr/?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== Remarques générales ==\n\n{{comment}}please do not translate the sub headlines{{/comment}}\n=== 2.0 General Remarks ===\n\nLa syntaxe XWiki v{{velocity}}$crtSyntaxVer{{/velocity}} corrige quelques erreurs et le problème de la syntaxe ambiguë comme indiqué dans les exemples du tableau ci-dessous:\n\n|=Description|=Exemple de syntaxe invalide ou ambiguë|=Corrigé dans la syntaxe XWiki {{velocity}}$crtSyntaxVer{{/velocity}}\n|Des styles de texte non fermés|{{{**gras}}}|{{{**gras**}}}\n|Deux éléments autonomes non séparés par 2 nouvelles lignes|{{{| cellule de tableau}}}\n{{{* élément de liste}}}|{{{| cellule de tableau}}}\n\\{{{* élément de liste}}}\n|Deux éléments autonomes non séparés par 2 nouvelles lignes|{{{paragraphe}}}\n{{{----}}}\n{{{paragraphe}}}|{{{paragraphe}}}\n\\{{{----}}}\n\\{{{paragraphe}}}\n|Nouvelle ligne ignorée au début du document|<nouvelle ligne au début du document>\nparagraphe|paragraphe\n|La syntaxe avec des titres non fermés|{{{=== titre}}}|{{{=== titre ===}}}"
            ],
            "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": true,
            "num_words": 91,
            "source_unit": "https://l10n.xwiki.org/api/units/465015/?format=api",
            "priority": 100,
            "id": 465027,
            "web_url": "https://l10n.xwiki.org/translate/xwiki-platform/xwiki-xwikisyntaxgeneralremarks/fr/?checksum=bbf8e90a4daa852e",
            "url": "https://l10n.xwiki.org/api/units/465027/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2020-12-02T15:29:49.188945Z"
        },
        {
            "translation": "https://l10n.xwiki.org/api/translations/xwiki-platform/xwiki-xwikisyntaxgeneralremarks/fr/?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": 465028,
            "web_url": "https://l10n.xwiki.org/translate/xwiki-platform/xwiki-xwikisyntaxgeneralremarks/fr/?checksum=12587a10694b6156",
            "url": "https://l10n.xwiki.org/api/units/465028/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2020-12-02T15:29:49.414967Z"
        }
    ]
}