Translation components API.

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

GET /api/translations/xwiki-platform/xwiki-xwikisyntaxhtml/es/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-xwikisyntaxhtml/es/?format=api",
            "source": [
                "= Programming =\n\n== HTML ==\n\n{{comment}}please do not translate the sub headlines{{/comment}}\n=== 1.0 HTML ===\n\n{{info}}It is possible to enter HTML markup directly in the text in XWiki Syntax 1.0.{{/info}}\n\n|=XWiki Syntax 1.0|=Result\n|<abbr title=\"HyperText Markup Language\">HTML</abbr>|{{html}}<abbr title=\"HyperText Markup Language\">HTML</abbr>{{/html}}\n\n=== 2.0 HTML ===\n\n{{info}}In XWiki Syntax {{velocity}}$crtSyntaxVer{{/velocity}} HTML or XHTML must be entered by using the [[HTML macro>>https://extensions.xwiki.org/xwiki/bin/view/Extension/HTML%20Macro]].{{/info}}\n\n|=XWiki Syntax {{velocity}}$crtSyntaxVer{{/velocity}}|=Result\n|{{{{{html}}<abbr title=\"HyperText Markup Language\">HTML</abbr>{{/html}} }}}|{{html}}<abbr title=\"HyperText Markup Language\">HTML</abbr>{{/html}}"
            ],
            "previous_source": "= Programming =\n\n== HTML ==\n\n{{comment}}please do not translate the sub headlines{{/comment}}\n=== 1.0 HTML ===\n\n{{info}}It is possible to enter HTML markup directly in the text in XWiki Syntax 1.0.{{/info}}\n\n|=XWiki Syntax 1.0|=Result\n|<b>bold</b>|{{html}}<b>bold</b>{{/html}}\n\n=== 2.0 HTML ===\n\n{{info}}In XWiki Syntax {{velocity}}$crtSyntaxVer{{/velocity}} HTML or XHTML must be entered by using the HTML macro.{{/info}}\n\n|=XWiki Syntax {{velocity}}$crtSyntaxVer{{/velocity}}|=Result\n|{{{{{html}}<b>bold</b>{{/html}} }}}|{{html}}<b>bold</b>{{/html}}\n\n{{info}}In XWiki Syntax {{velocity}}$crtSyntaxVer{{/velocity}}, by default the HTML macro does not understands XWiki Syntax (other macros included since it's XWiki Syntax too). To enable it, use {{{{{html wiki=\"true\"}} }}}.{{/info}}",
            "target": [
                "= Programación =\n\n== HTML ==\n\n{{comment}}please do not translate the sub headlines{{/comment}}\n=== 1.0 HTML ===\n\n{{info}}En la Sintaxis XWiki 1.0, se puede añadir marcado HTML directamente en el texto.{{/info}}\n\n|=Sintaxis XWiki 1.0|=Resultado\n|<b>bold</b>|{{html}}<b>bold</b>{{/html}}\n\n=== 2.0 HTML ===\n\n{{info}}En la Sintaxis XWiki {{velocity}}$crtSyntaxVer{{/velocity}}, se debe utilizar la macro HTML para añadir HTML o XHTML.{{/info}}\n\n|=Sintaxis XWiki {{velocity}}$crtSyntaxVer{{/velocity}}|=Resultado\n|{{{{{html}}<b>bold</b>{{/html}} }}}|{{html}}<b>bold</b>{{/html}}\n\n{{info}}En la Sintaxis XWiki {{velocity}}$crtSyntaxVer{{/velocity}}, por defecto, la macro HTML no interpreta la Sintaxis XWiki (otras macros incluidas puesto que también es Sintaxis XWiki). Para activarla, utiliza {{{{{html wiki=\"true\"}} }}}.{{/info}}"
            ],
            "id_hash": 4321460072923956526,
            "content_hash": 1202412255074209587,
            "location": "",
            "context": "content",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 10,
            "fuzzy": true,
            "translated": false,
            "approved": false,
            "position": 1,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": true,
            "num_words": 72,
            "source_unit": "https://l10n.xwiki.org/api/units/465898/?format=api",
            "priority": 100,
            "id": 465902,
            "web_url": "https://l10n.xwiki.org/translate/xwiki-platform/xwiki-xwikisyntaxhtml/es/?checksum=bbf8e90a4daa852e",
            "url": "https://l10n.xwiki.org/api/units/465902/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2020-12-02T15:34:20.605483Z"
        },
        {
            "translation": "https://l10n.xwiki.org/api/translations/xwiki-platform/xwiki-xwikisyntaxhtml/es/?format=api",
            "source": [
                "XWikiSyntaxHTML"
            ],
            "previous_source": "",
            "target": [
                "XWikiSyntaxHTML"
            ],
            "id_hash": -7901431335316922026,
            "content_hash": -6333276576217080060,
            "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/465899/?format=api",
            "priority": 100,
            "id": 465903,
            "web_url": "https://l10n.xwiki.org/translate/xwiki-platform/xwiki-xwikisyntaxhtml/es/?checksum=12587a10694b6156",
            "url": "https://l10n.xwiki.org/api/units/465903/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2020-12-02T15:34:20.803485Z"
        }
    ]
}