Units API.

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

GET /api/units/564845/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "translation": "https://l10n.xwiki.org/api/translations/xwiki-platform/xwiki-xwikisyntaxlists/uk/?format=api",
    "source": [
        "= Editing =\n\n== Lists ==\n\n=== 1.0 Lists ===\n\n{{info}}Some of the mentioned styles do not work on all browsers. For a comprehensive list follow [[this link>>http://www.quirksmode.org/css/lists.html]].{{/info}}\n\n|=Feature|=XWiki Syntax 1.0|=Result\n|Bulleted list|((({{{\n* item 1\n** item 2\n*** item 3\n* item 4\n}}})))|(((\n* item 1\n** item 2\n*** item 3\n* item 4\n)))\n|Numbered list|((({{{\n1. item 1\n11. item 2\n111. item 3\n1. item 4\n}}})))|(((\n1. item 1\n11. item 2\n111. item 3\n1. item 4\n)))\n|Mixed list|((({{{\n1. item 1\n1*. item 2\n1*. item 3\n1. item 4\n}}})))|(((\n1. item 1\n1*. item 2\n1*. item 3\n1. item 4\n)))\n|Square list|((({{{\n- item 1\n- item 2\n}}})))|(((\n(% style=\"list-style-type: square\" %)\n* item 1\n* item 2\n)))\n|Disc list|(((\n<ul style=\"list-style-type: disc\">\n  <li>item 1</li>\n  <li>item 2</li>\n</ul>\n)))|(((\n(% style=\"list-style-type: disc\" %)\n* item 1\n* item 2\n)))\n|Lowercase Alphabetical list|((({{{\na. item 1\na. item 2\n}}})))|(((\n(% style=\"list-style-type: lower-alpha\" %)\n* item 1\n* item 2\n)))\n|Uppercase Alphabetical list|((({{{\nA. item 1\nA. item 2\n}}})))|(((\n(% style=\"list-style-type: upper-alpha\" %)\n* item 1\n* item 2\n)))\n|Lowercase Roman list|((({{{\ni. item 1\ni. item 2\n}}})))|(((\n(% style=\"list-style-type: lower-roman\" %)\n* item 1\n* item 2\n)))\n|Uppercase Roman list|((({{{\nI. item 1\nI. item 2\n}}})))|(((\n(% style=\"list-style-type: upper-roman\" %)\n* item 1\n* item 2\n)))\n|Lowercase Greek list|((({{{\ng. item 1\ng. item 2\n}}})))|(((\n(% style=\"list-style-type: lower-greek\" %)\n* item 1\n* item 2\n)))\n|Uppercase Greek list|((({{{\nG. item 1\nG. item 2\n}}})))|(((\n(% style=\"list-style-type: upper-greek\" %)\n* item 1\n* item 2\n)))\n|Hiragana list|((({{{\nh. item 1\nh. item 2\n}}})))|(((\n(% style=\"list-style-type: hiragana\" %)\n* item 1\n* item 2\n)))\n|Hiragana Iroha list|((({{{\nH. item 1\nH. item 2\n}}})))|(((\n(% style=\"list-style-type: hiragana-iroha\" %)\n* item 1\n* item 2\n)))\n|Katakana list|((({{{\nk. item 1\nk. item 2\n}}})))|(((\n(% style=\"list-style-type: katakana\" %)\n* item 1\n* item 2\n)))\n|Katakana Iroha list|((({{{\nK. item 1\nK. item 2\n}}})))|(((\n(% style=\"list-style-type: katakana-iroha\" %)\n* item 1\n* item 2\n)))\n|Armenian list|((({{{\n<ul style=\"list-style-type: armenian\">\n  <li>item 1</li>\n  <li>item 2</li>\n</ul>\n}}})))|(((\n(% style=\"list-style-type: armenian\" %)\n* item 1\n* item 2\n)))\n|Hebrew list|((({{{\nj. item 1\nj. item 2\n}}})))|(((\n(% style=\"list-style-type: hebrew\" %)\n* item 1\n* item 2\n)))\n|Georgian list|((({{{\n<ul style=\"list-style-type: georgian\">\n  <li>item 1</li>\n  <li>item 2</li>\n</ul>\n}}})))|(((\n(% style=\"list-style-type: georgian\" %)\n* item 1\n* item 2\n)))\n|CJK ideographic list|((({{{\n<ul style=\"list-style-type: cjk-ideographic\">\n  <li>item 1</li>\n  <li>item 2</li>\n</ul>\n}}})))|(((\n(% style=\"list-style-type: cjk-ideographic\" %)\n* item 1\n* item 2\n)))\n\n=== 2.0 Lists ===\n\n{{info}}Some of the mentioned styles do not work on all browsers. For a comprehensive list follow [[this link>>http://www.quirksmode.org/css/lists.html]].{{/info}}\n\n|=Feature|=XWiki Syntax {{velocity}}$crtSyntaxVer{{/velocity}}|=Result\n|Bulleted list|((({{{\n* item 1\n** item 2\n*** item 3\n* item 4\n}}})))|(((\n* item 1\n** item 2\n*** item 3\n* item 4\n)))\n|Numbered list|((({{{\n1. item 1\n11. item 2\n111. item 3\n1. item 4\n}}})))|(((\n1. item 1\n11. item 2\n111. item 3\n1. item 4\n)))\n|Mixed list|((({{{\n1. item 1\n1*. item 2\n1*. item 3\n1. item 4\n}}})))|(((\n1. item 1\n1*. item 2\n1*. item 3\n1. item 4\n)))\n|Square list|((({{{\n(% style=\"list-style-type: square\" %)\n* item 1\n* item 2\n}}})))|(((\n(% style=\"list-style-type: square\" %)\n* item 1\n* item 2\n)))\n|Disc list|((({{{\n(% style=\"list-style-type: disc\" %)\n* item 1\n* item 2\n}}})))|(((\n(% style=\"list-style-type: disc\" %)\n* item 1\n* item 2\n)))\n|Lowercase Alphabetical list|((({{{\n(% style=\"list-style-type: lower-alpha\" %)\n* item 1\n* item 2\n}}})))|(((\n(% style=\"list-style-type: lower-alpha\" %)\n* item 1\n* item 2\n)))\n|Uppercase Alphabetical list|((({{{\n(% style=\"list-style-type: upper-alpha\" %)\n* item 1\n* item 2\n}}})))|(((\n(% style=\"list-style-type: upper-alpha\" %)\n* item 1\n* item 2\n)))\n|Lowercase Roman list|((({{{\n(% style=\"list-style-type: lower-roman\" %)\n* item 1\n* item 2\n}}})))|(((\n(% style=\"list-style-type: lower-roman\" %)\n* item 1\n* item 2\n)))\n|Uppercase Roman list|((({{{\n(% style=\"list-style-type: upper-roman\" %)\n* item 1\n* item 2\n}}})))|(((\n(% style=\"list-style-type: upper-roman\" %)\n* item 1\n* item 2\n)))\n|Lowercase Greek list|((({{{\n(% style=\"list-style-type: lower-greek\" %)\n* item 1\n* item 2\n}}})))|(((\n(% style=\"list-style-type: lower-greek\" %)\n* item 1\n* item 2\n)))\n|Uppercase Greek list|((({{{\n(% style=\"list-style-type: upper-greek\" %)\n* item 1\n* item 2\n}}})))|(((\n(% style=\"list-style-type: upper-greek\" %)\n* item 1\n* item 2\n)))\n|Hiragana list|((({{{\n(% style=\"list-style-type: hiragana\" %)\n* item 1\n* item 2\n}}})))|(((\n(% style=\"list-style-type: hiragana\" %)\n* item 1\n* item 2\n)))\n|Hiragana Iroha list|((({{{\n(% style=\"list-style-type: hiragana-iroha\" %)\n* item 1\n* item 2\n}}})))|(((\n(% style=\"list-style-type: hiragana-iroha\" %)\n* item 1\n* item 2\n)))\n|Katakana list|((({{{\n(% style=\"list-style-type: katakana\" %)\n* item 1\n* item 2\n}}})))|(((\n(% style=\"list-style-type: katakana\" %)\n* item 1\n* item 2\n)))\n|Katakana Iroha list|((({{{\n(% style=\"list-style-type: katakana-iroha\" %)\n* item 1\n* item 2\n}}})))|(((\n(% style=\"list-style-type: katakana-iroha\" %)\n* item 1\n* item 2\n)))\n|Armenian list|((({{{\n(% style=\"list-style-type: armenian\" %)\n* item 1\n* item 2\n}}})))|(((\n(% style=\"list-style-type: armenian\" %)\n* item 1\n* item 2\n)))\n|Hebrew list|((({{{\n(% style=\"list-style-type: hebrew\" %)\n* item 1\n* item 2\n}}})))|(((\n(% style=\"list-style-type: hebrew\" %)\n* item 1\n* item 2\n)))\n|Georgian list|((({{{\n(% style=\"list-style-type: georgian\" %)\n* item 1\n* item 2\n}}})))|(((\n(% style=\"list-style-type: georgian\" %)\n* item 1\n* item 2\n)))\n|CJK ideographic list|((({{{\n(% style=\"list-style-type: cjk-ideographic\" %)\n* item 1\n* item 2\n}}})))|(((\n(% style=\"list-style-type: cjk-ideographic\" %)\n* item 1\n* item 2\n)))"
    ],
    "previous_source": "",
    "target": [
        "= Редагування =\n\n== Списки ==\n\n=== 1.0 Lists ===\n\n{{info}}Деякі зі згаданих стилів працюють не в усіх браузерах. Щоб отримати повний список, перейдіть за [[цим посилання>>http://www.quirksmode.org/css/lists.html]].{{/info}}\n\n|=Функція|=Синтаксис XWiki 1.0|=Результат\n|Маркований список|((({{{\n* Пункт 1\n** Пункт 2\n*** Пункт 3\n* Пункт 4\n}}})))|(((\n* Пункт 1\n** Пункт 2\n*** Пункт 3\n* Пункт 4\n)))\n|Нумерований список|((({{{\n1. Пункт 1\n11. Пункт 2\n111. Пункт 3\n1. Пункт 4\n}}})))|(((\n1. Пункт 1\n11. Пункт 2\n111. Пункт 3\n1. Пункт 4\n)))\n|Змішаний список|((({{{\n1. Пункт 1\n1*. Пункт 2\n1*. Пункт 3\n1. Пункт 4\n}}})))|(((\n1. Пункт 1\n1*. Пункт 2\n1*. Пункт 3\n1. Пункт 4\n)))\n|Маркований список у стилі квадратів|((({{{\n(% style=\"list-style-type: square\" %)\n* Пункт 1\n* Пункт 2\n}}})))|(((\n(% style=\"list-style-type: square\" %)\n* Пункт 1\n* Пункт 2\n)))\n|Маркований список у стилі дисків|((({{{\n(% style=\"list-style-type: disc\" %)\n* Пункт 1\n* Пункт 2\n}}})))|(((\n(% style=\"list-style-type: disc\" %)\n* Пункт 1\n* Пункт 2\n)))\n|Алфавітний список у нижньому регістрі|((({{{\n(% style=\"list-style-type: lower-alpha\" %)\n* Пункт 1\n* Пункт 2\n}}})))|(((\n(% style=\"list-style-type: lower-alpha\" %)\n* Пункт 1\n* Пункт 2\n)))\n|Алфавітний список у верхньому регістрі|((({{{\n(% style=\"list-style-type: upper-alpha\" %)\n* Пункт 1\n* Пункт 2\n}}})))|(((\n(% style=\"list-style-type: upper-alpha\" %)\n* Пункт 1\n* Пункт 2\n)))\n|Латинський список у нижньому регістрі|(({{{\n(% style=\"list-style-type: lower-roman\" %)\n* пункт 1\n* пункт 2\n}}})))|(((\n(% style=\"list-style-type: lower-roman\" %)\n* Пункт 1\n* Пункт 2\n)))\n|Латинський список у верхньому регістрі|((({{{\n(% style=\"list-style-type: upper-roman\" %)\n* Пункт 1\n* Пункт 2\n}}})))|(((\n(% style=\"list-style-type: upper-roman\" %)\n* Пункт 1\n* Пункт 2\n)))\n|Грецький список малих літер|((({{{\n(% style=\"list-style-type: lower-greek\" %)\n* Пункт 1\n* Пункт 2\n}}})))|(((\n(% style=\"list-style-type: lower-greek\" %)\n* Пункт 1\n* Пункт 2\n)))\n|Грецький список у верхньому регістрі|((({{{\n(% style=\"list-style-type: upper-greek\" %)\n* Пункт 1\n* Пункт 2\n}}})))|(((\n(% style=\"list-style-type: upper-greek\" %)\n* Пункт 1\n* Пункт 2\n)))\n|Список хіраган|((({{{\n(% style=\"list-style-type: hiragana\" %)\n* Пункт 1\n* Пункт 2\n}}})))|(((\n(% style=\"list-style-type: hiragana\" %)\n* Пункт 1\n* Пункт 2\n)))\n|Список хірагана іроха|((({{{\n(% style=\"list-style-type: hiragana-iroha\" %)\n* Пункт 1\n* Пункт 2\n}}})))|(((\n(% style=\"list-style-type: hiragana-iroha\" %)\n* Пункт 1\n* Пункт 2\n)))\n|Список катакана|((({{{\n(% style=\"list-style-type: katakana\" %)\n* Пункт 1\n* Пункт 2\n}}})))|(((\n(% style=\"list-style-type: katakana\" %)\n* Пункт 1\n* Пункт 2\n)))\n|Список катакана іроха|((({{{\n(% style=\"list-style-type: katakana-iroha\" %)\n* Пункт 1\n* Пункт 2\n}}})))|(((\n(% style=\"list-style-type: katakana-iroha\" %)\n* Пункт 1\n* Пункт 2\n)))\n|Вірменський список|((({{{\n(% style=\"list-style-type: armenian\" %)\n* Пункт 1\n* Пункт 2\n}}})))|(((\n(% style=\"list-style-type: armenian\" %)\n* Пункт 1\n* Пункт 2\n)))\n|Список на івриті|((({{{\n(% style=\"list-style-type: hebrew\" %)\n* Пункт 1\n* Пункт 2\n}}})))|(((\n(% style=\"list-style-type: hebrew\" %)\n* Пункт 1\n* Пункт 2\n)))\n|Грузинський список|((({{{\n(% style=\"list-style-type: georgian\" %)\n* Пункт 1\n* Пункт 2\n}}})))|(((\n(% style=\"list-style-type: georgian\" %)\n* Пункт 1\n* Пункт 2\n)))\n|Ідеографічний список CJK|((({{{\n(% style=\"list-style-type: cjk-ideographic\" %)\n* Пункт 1\n* Пункт 2\n}}})))|(((\n(% style=\"list-style-type: cjk-ideographic\" %)\n* Пункт 1\n* Пункт 2\n)))\n\n=== 2.0 Lists ===\n\n{{info}}Some of the mentioned styles do not work on all browsers. For a comprehensive list follow [[this link>>http://www.quirksmode.org/css/lists.html]].{{/info}}\n\n|=Feature|=XWiki Syntax {{velocity}}$crtSyntaxVer{{/velocity}}|=Result\n|Bulleted list|((({{{\n* item 1\n** item 2\n*** item 3\n* item 4\n}}})))|(((\n* item 1\n** item 2\n*** item 3\n* item 4\n)))\n|Numbered list|((({{{\n1. item 1\n11. item 2\n111. item 3\n1. item 4\n}}})))|(((\n1. item 1\n11. item 2\n111. item 3\n1. item 4\n)))\n|Mixed list|((({{{\n1. item 1\n1*. item 2\n1*. item 3\n1. item 4\n}}})))|(((\n1. item 1\n1*. item 2\n1*. item 3\n1. item 4\n)))\n|Square list|((({{{\n(% style=\"list-style-type: square\" %)\n* item 1\n* item 2\n}}})))|(((\n(% style=\"list-style-type: square\" %)\n* item 1\n* item 2\n)))\n|Disc list|((({{{\n(% style=\"list-style-type: disc\" %)\n* item 1\n* item 2\n}}})))|(((\n(% style=\"list-style-type: disc\" %)\n* item 1\n* item 2\n)))\n|Lowercase Alphabetical list|((({{{\n(% style=\"list-style-type: lower-alpha\" %)\n* item 1\n* item 2\n}}})))|(((\n(% style=\"list-style-type: lower-alpha\" %)\n* item 1\n* item 2\n)))\n|Uppercase Alphabetical list|((({{{\n(% style=\"list-style-type: upper-alpha\" %)\n* item 1\n* item 2\n}}})))|(((\n(% style=\"list-style-type: upper-alpha\" %)\n* item 1\n* item 2\n)))\n|Lowercase Roman list|((({{{\n(% style=\"list-style-type: lower-roman\" %)\n* item 1\n* item 2\n}}})))|(((\n(% style=\"list-style-type: lower-roman\" %)\n* item 1\n* item 2\n)))\n|Uppercase Roman list|((({{{\n(% style=\"list-style-type: upper-roman\" %)\n* item 1\n* item 2\n}}})))|(((\n(% style=\"list-style-type: upper-roman\" %)\n* item 1\n* item 2\n)))\n|Lowercase Greek list|((({{{\n(% style=\"list-style-type: lower-greek\" %)\n* item 1\n* item 2\n}}})))|(((\n(% style=\"list-style-type: lower-greek\" %)\n* item 1\n* item 2\n)))\n|Uppercase Greek list|((({{{\n(% style=\"list-style-type: upper-greek\" %)\n* item 1\n* item 2\n}}})))|(((\n(% style=\"list-style-type: upper-greek\" %)\n* item 1\n* item 2\n)))\n|Hiragana list|((({{{\n(% style=\"list-style-type: hiragana\" %)\n* item 1\n* item 2\n}}})))|(((\n(% style=\"list-style-type: hiragana\" %)\n* item 1\n* item 2\n)))\n|Hiragana Iroha list|((({{{\n(% style=\"list-style-type: hiragana-iroha\" %)\n* item 1\n* item 2\n}}})))|(((\n(% style=\"list-style-type: hiragana-iroha\" %)\n* item 1\n* item 2\n)))\n|Katakana list|((({{{\n(% style=\"list-style-type: katakana\" %)\n* item 1\n* item 2\n}}})))|(((\n(% style=\"list-style-type: katakana\" %)\n* item 1\n* item 2\n)))\n|Katakana Iroha list|((({{{\n(% style=\"list-style-type: katakana-iroha\" %)\n* item 1\n* item 2\n}}})))|(((\n(% style=\"list-style-type: katakana-iroha\" %)\n* item 1\n* item 2\n)))\n|Armenian list|((({{{\n(% style=\"list-style-type: armenian\" %)\n* item 1\n* item 2\n}}})))|(((\n(% style=\"list-style-type: armenian\" %)\n* item 1\n* item 2\n)))\n|Hebrew list|((({{{\n(% style=\"list-style-type: hebrew\" %)\n* item 1\n* item 2\n}}})))|(((\n(% style=\"list-style-type: hebrew\" %)\n* item 1\n* item 2\n)))\n|Georgian list|((({{{\n(% style=\"list-style-type: georgian\" %)\n* item 1\n* item 2\n}}})))|(((\n(% style=\"list-style-type: georgian\" %)\n* item 1\n* item 2\n)))\n|CJK ideographic list|((({{{\n(% style=\"list-style-type: cjk-ideographic\" %)\n* item 1\n* item 2\n}}})))|(((\n(% style=\"list-style-type: cjk-ideographic\" %)\n* item 1\n* item 2\n)))"
    ],
    "id_hash": 4321460072923956526,
    "content_hash": 1488057328887178153,
    "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": 954,
    "source_unit": "https://l10n.xwiki.org/api/units/465836/?format=api",
    "priority": 100,
    "id": 564845,
    "web_url": "https://l10n.xwiki.org/translate/xwiki-platform/xwiki-xwikisyntaxlists/uk/?checksum=bbf8e90a4daa852e",
    "url": "https://l10n.xwiki.org/api/units/564845/?format=api",
    "explanation": "",
    "extra_flags": "",
    "pending": false,
    "timestamp": "2023-05-06T13:12:53.386483Z"
}