Translation components API.

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

GET /api/translations/xwiki-platform/xwiki-xwikisyntaxtables/lv/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-xwikisyntaxtables/lv/?format=api",
            "source": [
                "= Editing =\n\n== Tables ==\n\n=== 1.0 Tables ===\n\nAllows to easily create content in table format.\n\n|=Feature|=XWiki Syntax 1.0|=Result\n|Standard table|((({{{\n{table}\nTitle 1 | Title 2\nWord 1 | Word 2\n{table}\n}}})))|(((\n|=Title 1|=Title 2\n|Word 1|Word 2\n)))\n|Parametrized table|(((\n<table style=\"background-color:red;text-align:center\">\n  <tbody>\n    <tr>\n      <td>Title 1</td>\n      <td style=\"background-color:yellow\">Title 2</td>\n    </tr>\n    <tr>\n      <td>Word 1</td>\n      <td>Word 2</td>\n    </tr>\n  </tbody>\n</table>\n)))|(((\n(% style=\"background-color:red;text-align:center\" %)\n|=Title 1|=(% style=\"background-color:yellow\" %)Title 2\n|Word 1|Word 2\n)))\n|Filterable Sortable table|((({{{\n$xwiki.ssfx.use(\"js/xwiki/table/table.css\")\n$xwiki.jsfx.use(\"js/xwiki/table/tablefilterNsort.js\", true)\n<table id=\"table1id\" class=\"grid sortable filterable doOddEven\">\n  <tr class=\"sortHeader\">\n    <th>Title 1</th>\n    <th>Title 2</th>\n  </tr>\n  <tr>\n   <td>Cell 11</td>\n   <td>Cell 12</td>\n  </tr>\n  <tr>\n   <td>Cell 21</td>\n   <td>Cell 22</td>\n  </tr>\n</table>\n}}}\n\n{{info}}For improved features see the [[Livetable Macro>>https://extensions.xwiki.org/xwiki/bin/view/Extension/Livetable+Macro]].{{/info}}\n)))|(((\n{{velocity}}\n$xwiki.ssfx.use(\"js/xwiki/table/table.css\")\n$xwiki.jsfx.use(\"js/xwiki/table/tablefilterNsort.js\", true)\n{{/velocity}}\n\n(% class=\"grid sortable filterable doOddEven\" id=\"table1id\" %)\n(% class=\"sortHeader\" %)|=Title 1|=Title 2\n|Cell 11|Cell 12\n|Cell 21|Cell 22\n)))\n\n=== 2.0 Tables ===\n\nAllows to easily create content in table format. Parameters for table, row or cell are also supported in XWiki Syntax {{velocity}}$crtSyntaxVer{{/velocity}}.\n\n|=Feature|=XWiki Syntax {{velocity}}$crtSyntaxVer{{/velocity}}|=Result\n|Standard table|((({{{\n|=Title 1|=Title 2\n|Word 1|Word 2\n}}}))) or ((({{{\n!=Title 1!=Title 2\n!!Word 1!!Word 2\n}}})))|(((\n|=Title 1|=Title 2\n|Word 1|Word 2\n)))\n|Parametrized table|((({{{\n(% style=\"background-color:red;text-align:center\" %)\n|=Title 1|=(% style=\"background-color:yellow\" %)Title 2\n|Word 1|Word 2\n}}})))|(((\n(% style=\"background-color:red;text-align:center\" %)\n|=Title 1|=(% style=\"background-color:yellow\" %)Title 2\n|Word 1|Word 2\n)))\n|Filterable Sortable table|((({{{\n{{velocity}}\n$xwiki.ssfx.use(\"js/xwiki/table/table.css\")\n$xwiki.jsfx.use(\"js/xwiki/table/tablefilterNsort.js\", true)\n{{/velocity}}\n\n(% class=\"grid sortable filterable doOddEven\" id=\"tableid\" %)\n(% class=\"sortHeader\" %)|=Title 1|=Title 2\n|Cell 11|Cell 12\n|Cell 21|Cell 22\n}}}\n\n{{info}}For improved features see the [[Livetable Macro>>https://extensions.xwiki.org/xwiki/bin/view/Extension/Livetable+Macro]].{{/info}}\n)))|(((\n{{velocity}}\n$xwiki.ssfx.use(\"js/xwiki/table/table.css\")\n$xwiki.jsfx.use(\"js/xwiki/table/tablefilterNsort.js\", true)\n{{/velocity}}\n\n(% class=\"grid sortable filterable doOddEven\" id=\"tableid\" %)\n(% class=\"sortHeader\" %)|=Title 1|=Title 2\n|Cell 11|Cell 12\n|Cell 21|Cell 22\n)))"
            ],
            "previous_source": "= Editing =\n\n== Tables ==\n\n=== 1.0 Tables ===\n\nAllows to easily create content in table format.\n\n|=Feature|=XWiki Syntax 1.0|=Result\n|Standard table|((({{{\n{table}\nTitle 1 | Title 2\nWord 1 | Word 2\n{table}\n}}})))|(((\n|=Title 1|=Title 2\n|Word 1|Word 2\n)))\n|Parametrized table|(((\n<table style=\"background-color:red;text-align:center\">\n  <tbody>\n    <tr>\n      <td>Title 1</td>\n      <td style=\"background-color:yellow\">Title 2</td>\n    </tr>\n    <tr>\n      <td>Word 1</td>\n      <td>Word 2</td>\n    </tr>\n  </tbody>\n</table>\n)))|(((\n(% style=\"background-color:red;text-align:center\" %)\n|=Title 1|=(% style=\"background-color:yellow\" %)Title 2\n|Word 1|Word 2\n)))\n|Filterable Sortable table|((({{{\n$xwiki.ssfx.use(\"js/xwiki/table/table.css\")\n$xwiki.jsfx.use(\"js/xwiki/table/tablefilterNsort.js\", true)\n<table id=\"table1id\" class=\"grid sortable filterable doOddEven\">\n  <tr class=\"sortHeader\">\n    <th>Title 1</th>\n    <th>Title 2</th>\n  </tr>\n  <tr>\n   <td>Cell 11</td>\n   <td>Cell 12</td>\n  </tr>\n  <tr>\n   <td>Cell 21</td>\n   <td>Cell 22</td>\n  </tr>\n</table>\n}}}\n\n{{info}}For improved features see the [[Livetable Macro>>http://extensions.xwiki.org/xwiki/bin/view/Extension/Livetable+Macro]].{{/info}}\n)))|(((\n{{velocity}}\n$xwiki.ssfx.use(\"js/xwiki/table/table.css\")\n$xwiki.jsfx.use(\"js/xwiki/table/tablefilterNsort.js\", true)\n{{/velocity}}\n\n(% class=\"grid sortable filterable doOddEven\" id=\"table1id\" %)\n(% class=\"sortHeader\" %)|=Title 1|=Title 2\n|Cell 11|Cell 12\n|Cell 21|Cell 22\n)))\n\n=== 2.0 Tables ===\n\nAllows to easily create content in table format. Parameters for table, row or cell are also supported in XWiki Syntax {{velocity}}$crtSyntaxVer{{/velocity}}.\n\n|=Feature|=XWiki Syntax {{velocity}}$crtSyntaxVer{{/velocity}}|=Result\n|Standard table|((({{{\n|=Title 1|=Title 2\n|Word 1|Word 2\n}}}))) or ((({{{\n!=Title 1!=Title 2\n!!Word 1!!Word 2\n}}})))|(((\n|=Title 1|=Title 2\n|Word 1|Word 2\n)))\n|Parametrized table|((({{{\n(% style=\"background-color:red;text-align:center\" %)\n|=Title 1|=(% style=\"background-color:yellow\" %)Title 2\n|Word 1|Word 2\n}}})))|(((\n(% style=\"background-color:red;text-align:center\" %)\n|=Title 1|=(% style=\"background-color:yellow\" %)Title 2\n|Word 1|Word 2\n)))\n|Filterable Sortable table|((({{{\n{{velocity}}\n$xwiki.ssfx.use(\"js/xwiki/table/table.css\")\n$xwiki.jsfx.use(\"js/xwiki/table/tablefilterNsort.js\", true)\n{{/velocity}}\n\n(% class=\"grid sortable filterable doOddEven\" id=\"tableid\" %)\n(% class=\"sortHeader\" %)|=Title 1|=Title 2\n|Cell 11|Cell 12\n|Cell 21|Cell 22\n}}}\n\n{{info}}For improved features see the [[Livetable Macro>>http://extensions.xwiki.org/xwiki/bin/view/Extension/Livetable+Macro]].{{/info}}\n)))|(((\n{{velocity}}\n$xwiki.ssfx.use(\"js/xwiki/table/table.css\")\n$xwiki.jsfx.use(\"js/xwiki/table/tablefilterNsort.js\", true)\n{{/velocity}}\n\n(% class=\"grid sortable filterable doOddEven\" id=\"tableid\" %)\n(% class=\"sortHeader\" %)|=Title 1|=Title 2\n|Cell 11|Cell 12\n|Cell 21|Cell 22\n)))",
            "target": [
                "= Editing =\n\n== Tabulas ==\n\n{{comment}}please do not translate the sub headlines{{/comment}}\n=== 1.0 Tables ===\n\nViki tabulas ļauj vienkāršā veidā attēlot saturu tabulas formā.\n\n|=Piemērs|=XWiki 1.0 sintakse|=Rezultāts\n|Parasta tabula|{{{(((\n{table}\n1. Virsraksts | 2. Virsraksts\n1. vārds | 2. vārds\n{table}\n)))}}}|(((\n|=1. Virsraksts|=2. Virsraksts\n|1. vārds|2. vārds\n)))\n|Tabula ar parametriem|(((\n<table style=\"background-color:red;text-align:center\">\n  <tbody>\n    <tr>\n      <td>1. Virsraksts</td>\n      <td style=\"background-color:yellow\">2. Virsraksts</td>\n    </tr>\n    <tr>\n      <td>1. vārds</td>\n      <td>2. vārds</td>\n    </tr>\n  </tbody>\n</table>\n)))|(((\n(% style=\"background-color:red;text-align:center\" %)\n|=1. Virsraksts|=(% style=\"background-color:yellow\" %)2. Virsraksts\n|1. vārds|2. vārds\n)))\n|Filtrējama un kārtojama tabula|(((\n{{{\n$xwiki.ssfx.use(\"js/xwiki/table/table.css\")\n$xwiki.jsfx.use(\"js/xwiki/table/tablefilterNsort.js\", true)\n<table id=\"table1id\" class=\"grid sortable filterable doOddEven\">\n  <tr class=\"sortHeader\">\n    <th>1. virsraksts</th>\n    <th>2. virsraksts</th>\n  </tr>\n  <tr>\n   <td>Šūna 11</td>\n   <td>Šūna 12</td>\n  </tr>\n  <tr>\n   <td>Šūna 21</td>\n   <td>Šūna 22</td>\n  </tr>\n</table>\n}}}\n)))|(((\n{{velocity}}\n$xwiki.ssfx.use(\"js/xwiki/table/table.css\")\n$xwiki.jsfx.use(\"js/xwiki/table/tablefilterNsort.js\", true)\n{{/velocity}}\n\n{{html}}\n<table id=\"table1id\" class=\"grid sortable filterable doOddEven\">\n<tr class=\"sortHeader\">\n<th>1. virsraksts</th>\n<th>2. virsraksts</th>\n</tr>\n<tr>\n<td>Šūna 11</td>\n<td>Šūna 12</td>\n</tr>\n<tr>\n<td>Šūna 21</td>\n<td>Šūna 22</td>\n</tr>\n</table>\n{{/html}}\n)))\n\n=== 2.0 Tables ===\n\nViki tabulas ļauj vienkāršā veidā attēlot saturu tabulas formā. Tiek atbalstīti arī tabulu parametri, row or cell in XWiki {{velocity}}$crtSyntaxVer{{/velocity}} sintakse.\n\n|=Piemērs|=XWiki {{velocity}}$crtSyntaxVer{{/velocity}} sintakse|=Rezultāts\n|Parasta tabula|(((\n{{{\n|=1. Virsraksts|=2. Virsraksts\n|1. vārds|2. vārds\n}}}\n)))|(((\n|=1. Virsraksts|=2. Virsraksts\n|1. vārds|2. vārds\n)))\n|Tabula ar parametriem|(((\n{{{\n(% style=\"background-color:red;text-align:center\" %)\n|=1. Virsraksts|=(% style=\"background-color:yellow\" %)2. Virsraksts\n|1. vārds|2. vārds\n}}}\n)))|(((\n(% style=\"background-color:red;text-align:center\" %)\n|=1. Virsraksts|=(% style=\"background-color:yellow\" %)2. Virsraksts\n|1. vārds|2. vārds\n)))\n|Filtrējama un kārtojama tabula|(((\n{{{\n{{velocity}}\n$xwiki.ssfx.use(\"js/xwiki/table/table.css\")\n$xwiki.jsfx.use(\"js/xwiki/table/tablefilterNsort.js\", true)\n{{/velocity}}\n\n{{html}}\n<table id=\"tableid\" class=\"grid sortable filterable doOddEven\">\n<tr class=\"sortHeader\">\n<th>1. virsraksts</th>\n<th>2. virsraksts</th>\n</tr>\n<tr>\n<td>Šūna 11</td>\n<td>Šūna 12</td>\n</tr>\n<tr>\n<td>Šūna 21</td>\n<td>Šūna 22</td>\n</tr>\n</table>\n{{/html}}\n}}}\n)))|(((\n{{velocity}}\n$xwiki.ssfx.use(\"js/xwiki/table/table.css\")\n$xwiki.jsfx.use(\"js/xwiki/table/tablefilterNsort.js\", true)\n{{/velocity}}\n\n{{html}}\n<table id=\"tableid\" class=\"grid sortable filterable doOddEven\">\n<tr class=\"sortHeader\">\n<th>1. virsraksts</th>\n<th>2. virsraksts</th>\n</tr>\n<tr>\n<td>Šūna 11</td>\n<td>Šūna 12</td>\n</tr>\n<tr>\n<td>Šūna 21</td>\n<td>Šūna 22</td>\n</tr>\n</table>\n{{/html}}\n)))"
            ],
            "id_hash": 4321460072923956526,
            "content_hash": -4825112297574997185,
            "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": 279,
            "source_unit": "https://l10n.xwiki.org/api/units/465576/?format=api",
            "priority": 100,
            "id": 465606,
            "web_url": "https://l10n.xwiki.org/translate/xwiki-platform/xwiki-xwikisyntaxtables/lv/?checksum=bbf8e90a4daa852e",
            "url": "https://l10n.xwiki.org/api/units/465606/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2020-12-02T15:32:44.442427Z"
        },
        {
            "translation": "https://l10n.xwiki.org/api/translations/xwiki-platform/xwiki-xwikisyntaxtables/lv/?format=api",
            "source": [
                "XWikiSyntaxTables"
            ],
            "previous_source": "",
            "target": [
                "XWiki tabulu sintakse"
            ],
            "id_hash": -7901431335316922026,
            "content_hash": -3157676779507581288,
            "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/465578/?format=api",
            "priority": 100,
            "id": 465607,
            "web_url": "https://l10n.xwiki.org/translate/xwiki-platform/xwiki-xwikisyntaxtables/lv/?checksum=12587a10694b6156",
            "url": "https://l10n.xwiki.org/api/units/465607/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2020-12-02T15:32:44.744859Z"
        }
    ]
}