Translation components API.

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

GET /api/components/libo_help-master/textsbasicpython/translations/?format=api&page=2
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 94,
    "next": null,
    "previous": "https://translations.documentfoundation.org/api/components/libo_help-master/textsbasicpython/translations/?format=api",
    "results": [
        {
            "language": {
                "id": 242,
                "code": "pt",
                "name": "Portuguese",
                "plural": {
                    "id": 242,
                    "source": 0,
                    "number": 2,
                    "formula": "n > 1",
                    "type": 1
                },
                "aliases": [
                    "ptg",
                    "por"
                ],
                "direction": "ltr",
                "population": 23749688333,
                "web_url": "https://translations.documentfoundation.org/languages/pt/",
                "url": "https://translations.documentfoundation.org/api/languages/pt/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/languages/pt/statistics/?format=api"
            },
            "language_code": "pt",
            "id": 9876,
            "filename": "pt/helpcontent2/source/text/sbasic/python.po",
            "revision": "bff627ca016e603514189eab766995c933f64866",
            "web_url": "https://translations.documentfoundation.org/projects/libo_help-master/textsbasicpython/pt/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_help-master/-/pt/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_help-master/textsbasicpython/pt/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_help-master/textsbasicpython/pt/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 407,
            "total_words": 4705,
            "translated": 268,
            "translated_words": 2486,
            "translated_percent": 65.8,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 5,
            "failing_checks_words": 24,
            "failing_checks_percent": 1.2,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2022-01-28T16:57:41.748163Z",
            "last_author": "Sérgio Marques",
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_help-master/textsbasicpython/pt/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_help-master/textsbasicpython/pt/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_help-master/textsbasicpython/pt/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-master/textsbasicpython/pt/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-master/textsbasicpython/pt/units/?format=api"
        },
        {
            "language": {
                "id": 249,
                "code": "ro",
                "name": "Romanian",
                "plural": {
                    "id": 249,
                    "source": 0,
                    "number": 3,
                    "formula": "n==1 ? 0 : (n==0 || (n%100 > 0 && n%100 < 20)) ? 1 : 2",
                    "type": 2
                },
                "aliases": [
                    "ron",
                    "rum"
                ],
                "direction": "ltr",
                "population": 2218740759,
                "web_url": "https://translations.documentfoundation.org/languages/ro/",
                "url": "https://translations.documentfoundation.org/api/languages/ro/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/languages/ro/statistics/?format=api"
            },
            "language_code": "ro",
            "id": 9877,
            "filename": "ro/helpcontent2/source/text/sbasic/python.po",
            "revision": "a0392202ce2fd97f24a188c1a8eff92245de48a7",
            "web_url": "https://translations.documentfoundation.org/projects/libo_help-master/textsbasicpython/ro/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_help-master/-/ro/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_help-master/textsbasicpython/ro/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_help-master/textsbasicpython/ro/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 407,
            "total_words": 4705,
            "translated": 0,
            "translated_words": 0,
            "translated_percent": 0.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_help-master/textsbasicpython/ro/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_help-master/textsbasicpython/ro/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_help-master/textsbasicpython/ro/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-master/textsbasicpython/ro/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-master/textsbasicpython/ro/units/?format=api"
        },
        {
            "language": {
                "id": 252,
                "code": "ru",
                "name": "Russian",
                "plural": {
                    "id": 252,
                    "source": 0,
                    "number": 3,
                    "formula": "n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2",
                    "type": 22
                },
                "aliases": [
                    "ru_r",
                    "ru_rr",
                    "rus"
                ],
                "direction": "ltr",
                "population": 19584115118,
                "web_url": "https://translations.documentfoundation.org/languages/ru/",
                "url": "https://translations.documentfoundation.org/api/languages/ru/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/languages/ru/statistics/?format=api"
            },
            "language_code": "ru",
            "id": 9878,
            "filename": "ru/helpcontent2/source/text/sbasic/python.po",
            "revision": "0eec55809d3bf0e8b72a484d3da629a9e6562da6",
            "web_url": "https://translations.documentfoundation.org/projects/libo_help-master/textsbasicpython/ru/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_help-master/-/ru/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_help-master/textsbasicpython/ru/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_help-master/textsbasicpython/ru/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 407,
            "total_words": 4705,
            "translated": 44,
            "translated_words": 183,
            "translated_percent": 10.8,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 4,
            "have_comment": 0,
            "last_change": "2023-01-28T09:59:33.157945Z",
            "last_author": "Timon",
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_help-master/textsbasicpython/ru/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_help-master/textsbasicpython/ru/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_help-master/textsbasicpython/ru/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-master/textsbasicpython/ru/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-master/textsbasicpython/ru/units/?format=api"
        },
        {
            "language": {
                "id": 270,
                "code": "si",
                "name": "Sinhala",
                "plural": {
                    "id": 270,
                    "source": 0,
                    "number": 2,
                    "formula": "n > 1",
                    "type": 1
                },
                "aliases": [
                    "lk",
                    "sin"
                ],
                "direction": "ltr",
                "population": 1556465600,
                "web_url": "https://translations.documentfoundation.org/languages/si/",
                "url": "https://translations.documentfoundation.org/api/languages/si/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/languages/si/statistics/?format=api"
            },
            "language_code": "si",
            "id": 9879,
            "filename": "si/helpcontent2/source/text/sbasic/python.po",
            "revision": "a0392202ce2fd97f24a188c1a8eff92245de48a7",
            "web_url": "https://translations.documentfoundation.org/projects/libo_help-master/textsbasicpython/si/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_help-master/-/si/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_help-master/textsbasicpython/si/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_help-master/textsbasicpython/si/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 407,
            "total_words": 4705,
            "translated": 0,
            "translated_words": 0,
            "translated_percent": 0.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_help-master/textsbasicpython/si/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_help-master/textsbasicpython/si/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_help-master/textsbasicpython/si/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-master/textsbasicpython/si/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-master/textsbasicpython/si/units/?format=api"
        },
        {
            "language": {
                "id": 345,
                "code": "sid",
                "name": "Sidamo",
                "plural": {
                    "id": 371,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [],
                "direction": "ltr",
                "population": 378395500,
                "web_url": "https://translations.documentfoundation.org/languages/sid/",
                "url": "https://translations.documentfoundation.org/api/languages/sid/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/languages/sid/statistics/?format=api"
            },
            "language_code": "sid",
            "id": 9880,
            "filename": "sid/helpcontent2/source/text/sbasic/python.po",
            "revision": "a0392202ce2fd97f24a188c1a8eff92245de48a7",
            "web_url": "https://translations.documentfoundation.org/projects/libo_help-master/textsbasicpython/sid/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_help-master/-/sid/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_help-master/textsbasicpython/sid/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_help-master/textsbasicpython/sid/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 407,
            "total_words": 4705,
            "translated": 0,
            "translated_words": 0,
            "translated_percent": 0.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_help-master/textsbasicpython/sid/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_help-master/textsbasicpython/sid/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_help-master/textsbasicpython/sid/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-master/textsbasicpython/sid/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-master/textsbasicpython/sid/units/?format=api"
        },
        {
            "language": {
                "id": 271,
                "code": "sk",
                "name": "Slovak",
                "plural": {
                    "id": 271,
                    "source": 0,
                    "number": 3,
                    "formula": "(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2",
                    "type": 22
                },
                "aliases": [
                    "svk",
                    "sky",
                    "slk",
                    "slo"
                ],
                "direction": "ltr",
                "population": 668026964,
                "web_url": "https://translations.documentfoundation.org/languages/sk/",
                "url": "https://translations.documentfoundation.org/api/languages/sk/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/languages/sk/statistics/?format=api"
            },
            "language_code": "sk",
            "id": 9881,
            "filename": "sk/helpcontent2/source/text/sbasic/python.po",
            "revision": "a0392202ce2fd97f24a188c1a8eff92245de48a7",
            "web_url": "https://translations.documentfoundation.org/projects/libo_help-master/textsbasicpython/sk/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_help-master/-/sk/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_help-master/textsbasicpython/sk/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_help-master/textsbasicpython/sk/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 407,
            "total_words": 4705,
            "translated": 0,
            "translated_words": 0,
            "translated_percent": 0.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_help-master/textsbasicpython/sk/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_help-master/textsbasicpython/sk/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_help-master/textsbasicpython/sk/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-master/textsbasicpython/sk/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-master/textsbasicpython/sk/units/?format=api"
        },
        {
            "language": {
                "id": 272,
                "code": "sl",
                "name": "Slovenian",
                "plural": {
                    "id": 272,
                    "source": 0,
                    "number": 4,
                    "formula": "n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3",
                    "type": 6
                },
                "aliases": [
                    "sl_sl",
                    "slv"
                ],
                "direction": "ltr",
                "population": 197317978,
                "web_url": "https://translations.documentfoundation.org/languages/sl/",
                "url": "https://translations.documentfoundation.org/api/languages/sl/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/languages/sl/statistics/?format=api"
            },
            "language_code": "sl",
            "id": 9882,
            "filename": "sl/helpcontent2/source/text/sbasic/python.po",
            "revision": "69ceb9d1cb948034f4983361ecc4ff8f4580e308",
            "web_url": "https://translations.documentfoundation.org/projects/libo_help-master/textsbasicpython/sl/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_help-master/-/sl/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_help-master/textsbasicpython/sl/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_help-master/textsbasicpython/sl/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 407,
            "total_words": 4705,
            "translated": 261,
            "translated_words": 2640,
            "translated_percent": 64.1,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 4,
            "failing_checks_words": 21,
            "failing_checks_percent": 0.9,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_help-master/textsbasicpython/sl/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_help-master/textsbasicpython/sl/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_help-master/textsbasicpython/sl/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-master/textsbasicpython/sl/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-master/textsbasicpython/sl/units/?format=api"
        },
        {
            "language": {
                "id": 282,
                "code": "sq",
                "name": "Albanian",
                "plural": {
                    "id": 282,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "alb",
                    "sqi"
                ],
                "direction": "ltr",
                "population": 679190641,
                "web_url": "https://translations.documentfoundation.org/languages/sq/",
                "url": "https://translations.documentfoundation.org/api/languages/sq/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/languages/sq/statistics/?format=api"
            },
            "language_code": "sq",
            "id": 9883,
            "filename": "sq/helpcontent2/source/text/sbasic/python.po",
            "revision": "1b2269415ddfd97e0c55af8be1364e4f07c9bbac",
            "web_url": "https://translations.documentfoundation.org/projects/libo_help-master/textsbasicpython/sq/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_help-master/-/sq/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_help-master/textsbasicpython/sq/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_help-master/textsbasicpython/sq/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 407,
            "total_words": 4705,
            "translated": 14,
            "translated_words": 200,
            "translated_percent": 3.4,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 21,
            "have_comment": 0,
            "last_change": "2019-12-22T22:04:25.864528Z",
            "last_author": "Bela Toci",
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_help-master/textsbasicpython/sq/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_help-master/textsbasicpython/sq/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_help-master/textsbasicpython/sq/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-master/textsbasicpython/sq/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-master/textsbasicpython/sq/units/?format=api"
        },
        {
            "language": {
                "id": 290,
                "code": "sv",
                "name": "Swedish",
                "plural": {
                    "id": 290,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "sve",
                    "swe"
                ],
                "direction": "ltr",
                "population": 1293287110,
                "web_url": "https://translations.documentfoundation.org/languages/sv/",
                "url": "https://translations.documentfoundation.org/api/languages/sv/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/languages/sv/statistics/?format=api"
            },
            "language_code": "sv",
            "id": 9884,
            "filename": "sv/helpcontent2/source/text/sbasic/python.po",
            "revision": "b70e66779f4e80816c07a856ddd500e3a179c6ba",
            "web_url": "https://translations.documentfoundation.org/projects/libo_help-master/textsbasicpython/sv/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_help-master/-/sv/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_help-master/textsbasicpython/sv/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_help-master/textsbasicpython/sv/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 407,
            "total_words": 4705,
            "translated": 8,
            "translated_words": 18,
            "translated_percent": 1.9,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_help-master/textsbasicpython/sv/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_help-master/textsbasicpython/sv/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_help-master/textsbasicpython/sv/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-master/textsbasicpython/sv/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-master/textsbasicpython/sv/units/?format=api"
        },
        {
            "language": {
                "id": 295,
                "code": "ta",
                "name": "Tamil",
                "plural": {
                    "id": 295,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "tam"
                ],
                "direction": "ltr",
                "population": 8561615920,
                "web_url": "https://translations.documentfoundation.org/languages/ta/",
                "url": "https://translations.documentfoundation.org/api/languages/ta/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/languages/ta/statistics/?format=api"
            },
            "language_code": "ta",
            "id": 9885,
            "filename": "ta/helpcontent2/source/text/sbasic/python.po",
            "revision": "a0392202ce2fd97f24a188c1a8eff92245de48a7",
            "web_url": "https://translations.documentfoundation.org/projects/libo_help-master/textsbasicpython/ta/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_help-master/-/ta/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_help-master/textsbasicpython/ta/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_help-master/textsbasicpython/ta/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 407,
            "total_words": 4705,
            "translated": 0,
            "translated_words": 0,
            "translated_percent": 0.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_help-master/textsbasicpython/ta/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_help-master/textsbasicpython/ta/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_help-master/textsbasicpython/ta/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-master/textsbasicpython/ta/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-master/textsbasicpython/ta/units/?format=api"
        },
        {
            "language": {
                "id": 299,
                "code": "tg",
                "name": "Tajik",
                "plural": {
                    "id": 299,
                    "source": 0,
                    "number": 1,
                    "formula": "0",
                    "type": 0
                },
                "aliases": [
                    "tgk"
                ],
                "direction": "ltr",
                "population": 887367000,
                "web_url": "https://translations.documentfoundation.org/languages/tg/",
                "url": "https://translations.documentfoundation.org/api/languages/tg/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/languages/tg/statistics/?format=api"
            },
            "language_code": "tg",
            "id": 9887,
            "filename": "tg/helpcontent2/source/text/sbasic/python.po",
            "revision": "a0392202ce2fd97f24a188c1a8eff92245de48a7",
            "web_url": "https://translations.documentfoundation.org/projects/libo_help-master/textsbasicpython/tg/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_help-master/-/tg/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_help-master/textsbasicpython/tg/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_help-master/textsbasicpython/tg/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 407,
            "total_words": 4705,
            "translated": 0,
            "translated_words": 0,
            "translated_percent": 0.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_help-master/textsbasicpython/tg/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_help-master/textsbasicpython/tg/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_help-master/textsbasicpython/tg/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-master/textsbasicpython/tg/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-master/textsbasicpython/tg/units/?format=api"
        },
        {
            "language": {
                "id": 309,
                "code": "tr",
                "name": "Turkish",
                "plural": {
                    "id": 309,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "trk",
                    "tur"
                ],
                "direction": "ltr",
                "population": 8036070514,
                "web_url": "https://translations.documentfoundation.org/languages/tr/",
                "url": "https://translations.documentfoundation.org/api/languages/tr/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/languages/tr/statistics/?format=api"
            },
            "language_code": "tr",
            "id": 9888,
            "filename": "tr/helpcontent2/source/text/sbasic/python.po",
            "revision": "3a567d354fd035dba38d465637b745a34b93b9ae",
            "web_url": "https://translations.documentfoundation.org/projects/libo_help-master/textsbasicpython/tr/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_help-master/-/tr/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_help-master/textsbasicpython/tr/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_help-master/textsbasicpython/tr/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 407,
            "total_words": 4705,
            "translated": 34,
            "translated_words": 404,
            "translated_percent": 8.3,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2021-11-14T15:34:32.657065Z",
            "last_author": "Deleted User",
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_help-master/textsbasicpython/tr/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_help-master/textsbasicpython/tr/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_help-master/textsbasicpython/tr/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-master/textsbasicpython/tr/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-master/textsbasicpython/tr/units/?format=api"
        },
        {
            "language": {
                "id": 316,
                "code": "ug",
                "name": "Uyghur",
                "plural": {
                    "id": 316,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "uig"
                ],
                "direction": "rtl",
                "population": 767011479,
                "web_url": "https://translations.documentfoundation.org/languages/ug/",
                "url": "https://translations.documentfoundation.org/api/languages/ug/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/languages/ug/statistics/?format=api"
            },
            "language_code": "ug",
            "id": 9889,
            "filename": "ug/helpcontent2/source/text/sbasic/python.po",
            "revision": "a0392202ce2fd97f24a188c1a8eff92245de48a7",
            "web_url": "https://translations.documentfoundation.org/projects/libo_help-master/textsbasicpython/ug/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_help-master/-/ug/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_help-master/textsbasicpython/ug/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_help-master/textsbasicpython/ug/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 407,
            "total_words": 4705,
            "translated": 0,
            "translated_words": 0,
            "translated_percent": 0.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_help-master/textsbasicpython/ug/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_help-master/textsbasicpython/ug/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_help-master/textsbasicpython/ug/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-master/textsbasicpython/ug/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-master/textsbasicpython/ug/units/?format=api"
        },
        {
            "language": {
                "id": 317,
                "code": "uk",
                "name": "Ukrainian",
                "plural": {
                    "id": 317,
                    "source": 0,
                    "number": 3,
                    "formula": "n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2",
                    "type": 22
                },
                "aliases": [
                    "ua",
                    "ua_ua",
                    "uk_uk",
                    "ukr"
                ],
                "direction": "ltr",
                "population": 2934897557,
                "web_url": "https://translations.documentfoundation.org/languages/uk/",
                "url": "https://translations.documentfoundation.org/api/languages/uk/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/languages/uk/statistics/?format=api"
            },
            "language_code": "uk",
            "id": 9890,
            "filename": "uk/helpcontent2/source/text/sbasic/python.po",
            "revision": "9a5b8cada094604e2a2a29a9247e32403ddd98f4",
            "web_url": "https://translations.documentfoundation.org/projects/libo_help-master/textsbasicpython/uk/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_help-master/-/uk/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_help-master/textsbasicpython/uk/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_help-master/textsbasicpython/uk/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 407,
            "total_words": 4705,
            "translated": 103,
            "translated_words": 818,
            "translated_percent": 25.3,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_help-master/textsbasicpython/uk/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_help-master/textsbasicpython/uk/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_help-master/textsbasicpython/uk/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-master/textsbasicpython/uk/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-master/textsbasicpython/uk/units/?format=api"
        },
        {
            "language": {
                "id": 318,
                "code": "ur",
                "name": "Urdu",
                "plural": {
                    "id": 318,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "urd"
                ],
                "direction": "rtl",
                "population": 29079029090,
                "web_url": "https://translations.documentfoundation.org/languages/ur/",
                "url": "https://translations.documentfoundation.org/api/languages/ur/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/languages/ur/statistics/?format=api"
            },
            "language_code": "ur",
            "id": 9891,
            "filename": "ur/helpcontent2/source/text/sbasic/python.po",
            "revision": "a0392202ce2fd97f24a188c1a8eff92245de48a7",
            "web_url": "https://translations.documentfoundation.org/projects/libo_help-master/textsbasicpython/ur/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_help-master/-/ur/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_help-master/textsbasicpython/ur/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_help-master/textsbasicpython/ur/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 407,
            "total_words": 4705,
            "translated": 0,
            "translated_words": 0,
            "translated_percent": 0.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_help-master/textsbasicpython/ur/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_help-master/textsbasicpython/ur/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_help-master/textsbasicpython/ur/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-master/textsbasicpython/ur/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-master/textsbasicpython/ur/units/?format=api"
        },
        {
            "language": {
                "id": 324,
                "code": "vi",
                "name": "Vietnamese",
                "plural": {
                    "id": 324,
                    "source": 0,
                    "number": 1,
                    "formula": "0",
                    "type": 0
                },
                "aliases": [
                    "vn",
                    "vie"
                ],
                "direction": "ltr",
                "population": 8622296179,
                "web_url": "https://translations.documentfoundation.org/languages/vi/",
                "url": "https://translations.documentfoundation.org/api/languages/vi/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/languages/vi/statistics/?format=api"
            },
            "language_code": "vi",
            "id": 9892,
            "filename": "vi/helpcontent2/source/text/sbasic/python.po",
            "revision": "a0392202ce2fd97f24a188c1a8eff92245de48a7",
            "web_url": "https://translations.documentfoundation.org/projects/libo_help-master/textsbasicpython/vi/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_help-master/-/vi/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_help-master/textsbasicpython/vi/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_help-master/textsbasicpython/vi/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 407,
            "total_words": 4705,
            "translated": 0,
            "translated_words": 0,
            "translated_percent": 0.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_help-master/textsbasicpython/vi/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_help-master/textsbasicpython/vi/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_help-master/textsbasicpython/vi/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-master/textsbasicpython/vi/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-master/textsbasicpython/vi/units/?format=api"
        },
        {
            "language": {
                "id": 339,
                "code": "zh_Hans",
                "name": "Chinese (Simplified)",
                "plural": {
                    "id": 339,
                    "source": 0,
                    "number": 1,
                    "formula": "0",
                    "type": 0
                },
                "aliases": [
                    "chinese",
                    "chinese_chs",
                    "schinese",
                    "chinese_zh",
                    "cn",
                    "zh",
                    "zhcn",
                    "zh_cn",
                    "zh_chs",
                    "cmn",
                    "zh_hans_cn",
                    "zh_cmn_hans",
                    "chs",
                    "chi"
                ],
                "direction": "ltr",
                "population": 126606635982,
                "web_url": "https://translations.documentfoundation.org/languages/zh_Hans/",
                "url": "https://translations.documentfoundation.org/api/languages/zh_Hans/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/languages/zh_Hans/statistics/?format=api"
            },
            "language_code": "zh-CN",
            "id": 9893,
            "filename": "zh-CN/helpcontent2/source/text/sbasic/python.po",
            "revision": "8e2a57bf84d1d66b25cefd59499ed43518bf6232",
            "web_url": "https://translations.documentfoundation.org/projects/libo_help-master/textsbasicpython/zh_Hans/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_help-master/-/zh_Hans/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_help-master/textsbasicpython/zh_Hans/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_help-master/textsbasicpython/zh_Hans/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 407,
            "total_words": 4705,
            "translated": 281,
            "translated_words": 2955,
            "translated_percent": 69.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 1,
            "failing_checks_words": 2,
            "failing_checks_percent": 0.2,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2022-09-23T13:12:42.546459Z",
            "last_author": "锁琨珑",
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_help-master/textsbasicpython/zh_Hans/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_help-master/textsbasicpython/zh_Hans/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_help-master/textsbasicpython/zh_Hans/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-master/textsbasicpython/zh_Hans/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-master/textsbasicpython/zh_Hans/units/?format=api"
        },
        {
            "language": {
                "id": 340,
                "code": "zh_Hant",
                "name": "Chinese (Traditional)",
                "plural": {
                    "id": 340,
                    "source": 0,
                    "number": 1,
                    "formula": "0",
                    "type": 0
                },
                "aliases": [
                    "tchinese",
                    "zhtw",
                    "zh_tw",
                    "zh_hant_tw",
                    "zh_hant@zh",
                    "zh_cmn_hant",
                    "cht",
                    "zho"
                ],
                "direction": "ltr",
                "population": 3861255636,
                "web_url": "https://translations.documentfoundation.org/languages/zh_Hant/",
                "url": "https://translations.documentfoundation.org/api/languages/zh_Hant/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/languages/zh_Hant/statistics/?format=api"
            },
            "language_code": "zh-TW",
            "id": 9894,
            "filename": "zh-TW/helpcontent2/source/text/sbasic/python.po",
            "revision": "a0392202ce2fd97f24a188c1a8eff92245de48a7",
            "web_url": "https://translations.documentfoundation.org/projects/libo_help-master/textsbasicpython/zh_Hant/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_help-master/-/zh_Hant/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_help-master/textsbasicpython/zh_Hant/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_help-master/textsbasicpython/zh_Hant/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 407,
            "total_words": 4705,
            "translated": 0,
            "translated_words": 0,
            "translated_percent": 0.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_help-master/textsbasicpython/zh_Hant/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_help-master/textsbasicpython/zh_Hant/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_help-master/textsbasicpython/zh_Hant/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-master/textsbasicpython/zh_Hant/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-master/textsbasicpython/zh_Hant/units/?format=api"
        },
        {
            "language": {
                "id": 206,
                "code": "ms",
                "name": "Malay",
                "plural": {
                    "id": 206,
                    "source": 0,
                    "number": 1,
                    "formula": "0",
                    "type": 0
                },
                "aliases": [
                    "may",
                    "msa"
                ],
                "direction": "ltr",
                "population": 3486927594,
                "web_url": "https://translations.documentfoundation.org/languages/ms/",
                "url": "https://translations.documentfoundation.org/api/languages/ms/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/languages/ms/statistics/?format=api"
            },
            "language_code": "ms",
            "id": 26041,
            "filename": "ms/helpcontent2/source/text/sbasic/python.po",
            "revision": "a0392202ce2fd97f24a188c1a8eff92245de48a7",
            "web_url": "https://translations.documentfoundation.org/projects/libo_help-master/textsbasicpython/ms/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_help-master/-/ms/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_help-master/textsbasicpython/ms/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_help-master/textsbasicpython/ms/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 407,
            "total_words": 4705,
            "translated": 0,
            "translated_words": 0,
            "translated_percent": 0.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_help-master/textsbasicpython/ms/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_help-master/textsbasicpython/ms/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_help-master/textsbasicpython/ms/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-master/textsbasicpython/ms/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-master/textsbasicpython/ms/units/?format=api"
        },
        {
            "language": {
                "id": 354,
                "code": "axm",
                "name": "axm (generated)",
                "plural": {
                    "id": 395,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [],
                "direction": "ltr",
                "population": 0,
                "web_url": "https://translations.documentfoundation.org/languages/axm/",
                "url": "https://translations.documentfoundation.org/api/languages/axm/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/languages/axm/statistics/?format=api"
            },
            "language_code": "axm",
            "id": 26106,
            "filename": "axm/helpcontent2/source/text/sbasic/python.po",
            "revision": "a0392202ce2fd97f24a188c1a8eff92245de48a7",
            "web_url": "https://translations.documentfoundation.org/projects/libo_help-master/textsbasicpython/axm/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_help-master/-/axm/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_help-master/textsbasicpython/axm/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_help-master/textsbasicpython/axm/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 407,
            "total_words": 4705,
            "translated": 0,
            "translated_words": 0,
            "translated_percent": 0.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_help-master/textsbasicpython/axm/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_help-master/textsbasicpython/axm/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_help-master/textsbasicpython/axm/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-master/textsbasicpython/axm/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-master/textsbasicpython/axm/units/?format=api"
        },
        {
            "language": {
                "id": 355,
                "code": "gcf",
                "name": "Guadeloupean Creole, French",
                "plural": {
                    "id": 396,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [],
                "direction": "ltr",
                "population": 0,
                "web_url": "https://translations.documentfoundation.org/languages/gcf/",
                "url": "https://translations.documentfoundation.org/api/languages/gcf/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/languages/gcf/statistics/?format=api"
            },
            "language_code": "gcf",
            "id": 26107,
            "filename": "gcf/helpcontent2/source/text/sbasic/python.po",
            "revision": "a0392202ce2fd97f24a188c1a8eff92245de48a7",
            "web_url": "https://translations.documentfoundation.org/projects/libo_help-master/textsbasicpython/gcf/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_help-master/-/gcf/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_help-master/textsbasicpython/gcf/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_help-master/textsbasicpython/gcf/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 407,
            "total_words": 4705,
            "translated": 0,
            "translated_words": 0,
            "translated_percent": 0.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_help-master/textsbasicpython/gcf/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_help-master/textsbasicpython/gcf/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_help-master/textsbasicpython/gcf/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-master/textsbasicpython/gcf/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-master/textsbasicpython/gcf/units/?format=api"
        },
        {
            "language": {
                "id": 356,
                "code": "hyw",
                "name": "hyw (generated)",
                "plural": {
                    "id": 397,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [],
                "direction": "ltr",
                "population": 0,
                "web_url": "https://translations.documentfoundation.org/languages/hyw/",
                "url": "https://translations.documentfoundation.org/api/languages/hyw/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/languages/hyw/statistics/?format=api"
            },
            "language_code": "hyw",
            "id": 26109,
            "filename": "hyw/helpcontent2/source/text/sbasic/python.po",
            "revision": "a0392202ce2fd97f24a188c1a8eff92245de48a7",
            "web_url": "https://translations.documentfoundation.org/projects/libo_help-master/textsbasicpython/hyw/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_help-master/-/hyw/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_help-master/textsbasicpython/hyw/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_help-master/textsbasicpython/hyw/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 407,
            "total_words": 4705,
            "translated": 0,
            "translated_words": 0,
            "translated_percent": 0.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_help-master/textsbasicpython/hyw/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_help-master/textsbasicpython/hyw/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_help-master/textsbasicpython/hyw/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-master/textsbasicpython/hyw/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-master/textsbasicpython/hyw/units/?format=api"
        },
        {
            "language": {
                "id": 357,
                "code": "xcl",
                "name": "Armenian, Classical (Armenia)",
                "plural": {
                    "id": 398,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [],
                "direction": "ltr",
                "population": 0,
                "web_url": "https://translations.documentfoundation.org/languages/xcl/",
                "url": "https://translations.documentfoundation.org/api/languages/xcl/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/languages/xcl/statistics/?format=api"
            },
            "language_code": "xcl",
            "id": 26110,
            "filename": "xcl/helpcontent2/source/text/sbasic/python.po",
            "revision": "a0392202ce2fd97f24a188c1a8eff92245de48a7",
            "web_url": "https://translations.documentfoundation.org/projects/libo_help-master/textsbasicpython/xcl/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_help-master/-/xcl/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_help-master/textsbasicpython/xcl/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_help-master/textsbasicpython/xcl/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 407,
            "total_words": 4705,
            "translated": 0,
            "translated_words": 0,
            "translated_percent": 0.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_help-master/textsbasicpython/xcl/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_help-master/textsbasicpython/xcl/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_help-master/textsbasicpython/xcl/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-master/textsbasicpython/xcl/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-master/textsbasicpython/xcl/units/?format=api"
        },
        {
            "language": {
                "id": 364,
                "code": "hye",
                "name": "hye (generated)",
                "plural": {
                    "id": 405,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [],
                "direction": "ltr",
                "population": 0,
                "web_url": "https://translations.documentfoundation.org/languages/hye/",
                "url": "https://translations.documentfoundation.org/api/languages/hye/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/languages/hye/statistics/?format=api"
            },
            "language_code": "hye",
            "id": 27238,
            "filename": "hye/helpcontent2/source/text/sbasic/python.po",
            "revision": "a0392202ce2fd97f24a188c1a8eff92245de48a7",
            "web_url": "https://translations.documentfoundation.org/projects/libo_help-master/textsbasicpython/hye/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_help-master/-/hye/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_help-master/textsbasicpython/hye/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_help-master/textsbasicpython/hye/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 407,
            "total_words": 4705,
            "translated": 0,
            "translated_words": 0,
            "translated_percent": 0.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_help-master/textsbasicpython/hye/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_help-master/textsbasicpython/hye/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_help-master/textsbasicpython/hye/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-master/textsbasicpython/hye/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-master/textsbasicpython/hye/units/?format=api"
        },
        {
            "language": {
                "id": 76,
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 76,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 163648503560,
                "web_url": "https://translations.documentfoundation.org/languages/en/",
                "url": "https://translations.documentfoundation.org/api/languages/en/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/languages/en/statistics/?format=api"
            },
            "language_code": "en",
            "id": 79386,
            "filename": "templates/helpcontent2/source/text/sbasic/python.pot",
            "revision": "a0392202ce2fd97f24a188c1a8eff92245de48a7",
            "web_url": "https://translations.documentfoundation.org/projects/libo_help-master/textsbasicpython/en/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_help-master/-/en/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_help-master/textsbasicpython/en/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_help-master/textsbasicpython/en/?format=api",
            "is_template": false,
            "is_source": true,
            "total": 407,
            "total_words": 4705,
            "translated": 407,
            "translated_words": 4705,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_help-master/textsbasicpython/en/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_help-master/textsbasicpython/en/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_help-master/textsbasicpython/en/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-master/textsbasicpython/en/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-master/textsbasicpython/en/units/?format=api"
        },
        {
            "language": {
                "id": 57,
                "code": "ckb",
                "name": "Kurdish (Central)",
                "plural": {
                    "id": 57,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [],
                "direction": "rtl",
                "population": 1108654870,
                "web_url": "https://translations.documentfoundation.org/languages/ckb/",
                "url": "https://translations.documentfoundation.org/api/languages/ckb/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/languages/ckb/statistics/?format=api"
            },
            "language_code": "ckb",
            "id": 79957,
            "filename": "ckb/helpcontent2/source/text/sbasic/python.po",
            "revision": "a0392202ce2fd97f24a188c1a8eff92245de48a7",
            "web_url": "https://translations.documentfoundation.org/projects/libo_help-master/textsbasicpython/ckb/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_help-master/-/ckb/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_help-master/textsbasicpython/ckb/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_help-master/textsbasicpython/ckb/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 407,
            "total_words": 4705,
            "translated": 0,
            "translated_words": 0,
            "translated_percent": 0.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_help-master/textsbasicpython/ckb/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_help-master/textsbasicpython/ckb/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_help-master/textsbasicpython/ckb/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-master/textsbasicpython/ckb/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-master/textsbasicpython/ckb/units/?format=api"
        },
        {
            "language": {
                "id": 123,
                "code": "ha",
                "name": "Hausa",
                "plural": {
                    "id": 123,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "hau"
                ],
                "direction": "rtl",
                "population": 3741264972,
                "web_url": "https://translations.documentfoundation.org/languages/ha/",
                "url": "https://translations.documentfoundation.org/api/languages/ha/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/languages/ha/statistics/?format=api"
            },
            "language_code": "ha",
            "id": 80371,
            "filename": "ha/helpcontent2/source/text/sbasic/python.po",
            "revision": "a0392202ce2fd97f24a188c1a8eff92245de48a7",
            "web_url": "https://translations.documentfoundation.org/projects/libo_help-master/textsbasicpython/ha/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_help-master/-/ha/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_help-master/textsbasicpython/ha/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_help-master/textsbasicpython/ha/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 407,
            "total_words": 4705,
            "translated": 0,
            "translated_words": 0,
            "translated_percent": 0.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_help-master/textsbasicpython/ha/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_help-master/textsbasicpython/ha/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_help-master/textsbasicpython/ha/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-master/textsbasicpython/ha/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-master/textsbasicpython/ha/units/?format=api"
        },
        {
            "language": {
                "id": 146,
                "code": "iu",
                "name": "Inuktitut",
                "plural": {
                    "id": 146,
                    "source": 0,
                    "number": 3,
                    "formula": "(n == 1) ? 0 : ((n == 2) ? 1 : 2)",
                    "type": 4
                },
                "aliases": [
                    "iku"
                ],
                "direction": "ltr",
                "population": 4523292,
                "web_url": "https://translations.documentfoundation.org/languages/iu/",
                "url": "https://translations.documentfoundation.org/api/languages/iu/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/languages/iu/statistics/?format=api"
            },
            "language_code": "iu",
            "id": 107816,
            "filename": "iu/helpcontent2/source/text/sbasic/python.po",
            "revision": "a0392202ce2fd97f24a188c1a8eff92245de48a7",
            "web_url": "https://translations.documentfoundation.org/projects/libo_help-master/textsbasicpython/iu/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_help-master/-/iu/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_help-master/textsbasicpython/iu/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_help-master/textsbasicpython/iu/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 407,
            "total_words": 4705,
            "translated": 0,
            "translated_words": 0,
            "translated_percent": 0.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_help-master/textsbasicpython/iu/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_help-master/textsbasicpython/iu/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_help-master/textsbasicpython/iu/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-master/textsbasicpython/iu/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-master/textsbasicpython/iu/units/?format=api"
        },
        {
            "language": {
                "id": 182,
                "code": "lg",
                "name": "Luganda",
                "plural": {
                    "id": 182,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "lug"
                ],
                "direction": "ltr",
                "population": 562289000,
                "web_url": "https://translations.documentfoundation.org/languages/lg/",
                "url": "https://translations.documentfoundation.org/api/languages/lg/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/languages/lg/statistics/?format=api"
            },
            "language_code": "lg",
            "id": 135792,
            "filename": "lg/helpcontent2/source/text/sbasic/python.po",
            "revision": "a0392202ce2fd97f24a188c1a8eff92245de48a7",
            "web_url": "https://translations.documentfoundation.org/projects/libo_help-master/textsbasicpython/lg/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_help-master/-/lg/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_help-master/textsbasicpython/lg/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_help-master/textsbasicpython/lg/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 407,
            "total_words": 4705,
            "translated": 0,
            "translated_words": 0,
            "translated_percent": 0.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_help-master/textsbasicpython/lg/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_help-master/textsbasicpython/lg/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_help-master/textsbasicpython/lg/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-master/textsbasicpython/lg/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-master/textsbasicpython/lg/units/?format=api"
        },
        {
            "language": {
                "id": 599,
                "code": "csb",
                "name": "Kashubian",
                "plural": {
                    "id": 190240,
                    "source": 0,
                    "number": 3,
                    "formula": "n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2",
                    "type": 22
                },
                "aliases": [],
                "direction": "ltr",
                "population": 4976699,
                "web_url": "https://translations.documentfoundation.org/languages/csb/",
                "url": "https://translations.documentfoundation.org/api/languages/csb/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/languages/csb/statistics/?format=api"
            },
            "language_code": "csb",
            "id": 136309,
            "filename": "csb/helpcontent2/source/text/sbasic/python.po",
            "revision": "a0392202ce2fd97f24a188c1a8eff92245de48a7",
            "web_url": "https://translations.documentfoundation.org/projects/libo_help-master/textsbasicpython/csb/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_help-master/-/csb/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_help-master/textsbasicpython/csb/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_help-master/textsbasicpython/csb/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 407,
            "total_words": 4705,
            "translated": 0,
            "translated_words": 0,
            "translated_percent": 0.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_help-master/textsbasicpython/csb/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_help-master/textsbasicpython/csb/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_help-master/textsbasicpython/csb/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-master/textsbasicpython/csb/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-master/textsbasicpython/csb/units/?format=api"
        },
        {
            "language": {
                "id": 1052,
                "code": "st-LS",
                "name": "Sesotho (Lesotho)",
                "plural": {
                    "id": 196412,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [],
                "direction": "ltr",
                "population": 0,
                "web_url": "https://translations.documentfoundation.org/languages/st-LS/",
                "url": "https://translations.documentfoundation.org/api/languages/st-LS/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/languages/st-LS/statistics/?format=api"
            },
            "language_code": "st-LS",
            "id": 137252,
            "filename": "st-LS/helpcontent2/source/text/sbasic/python.po",
            "revision": "a0392202ce2fd97f24a188c1a8eff92245de48a7",
            "web_url": "https://translations.documentfoundation.org/projects/libo_help-master/textsbasicpython/st-LS/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_help-master/-/st-LS/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_help-master/textsbasicpython/st-LS/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_help-master/textsbasicpython/st-LS/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 407,
            "total_words": 4705,
            "translated": 0,
            "translated_words": 0,
            "translated_percent": 0.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_help-master/textsbasicpython/st-LS/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_help-master/textsbasicpython/st-LS/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_help-master/textsbasicpython/st-LS/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-master/textsbasicpython/st-LS/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-master/textsbasicpython/st-LS/units/?format=api"
        },
        {
            "language": {
                "id": 793,
                "code": "ig",
                "name": "Igbo",
                "plural": {
                    "id": 190434,
                    "source": 0,
                    "number": 1,
                    "formula": "0",
                    "type": 0
                },
                "aliases": [
                    "ibo"
                ],
                "direction": "ltr",
                "population": 2782364000,
                "web_url": "https://translations.documentfoundation.org/languages/ig/",
                "url": "https://translations.documentfoundation.org/api/languages/ig/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/languages/ig/statistics/?format=api"
            },
            "language_code": "ig",
            "id": 168189,
            "filename": "ig/helpcontent2/source/text/sbasic/python.po",
            "revision": "a0392202ce2fd97f24a188c1a8eff92245de48a7",
            "web_url": "https://translations.documentfoundation.org/projects/libo_help-master/textsbasicpython/ig/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_help-master/-/ig/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_help-master/textsbasicpython/ig/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_help-master/textsbasicpython/ig/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 407,
            "total_words": 4705,
            "translated": 0,
            "translated_words": 0,
            "translated_percent": 0.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_help-master/textsbasicpython/ig/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_help-master/textsbasicpython/ig/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_help-master/textsbasicpython/ig/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-master/textsbasicpython/ig/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-master/textsbasicpython/ig/units/?format=api"
        },
        {
            "language": {
                "id": 838,
                "code": "kw",
                "name": "Cornish",
                "plural": {
                    "id": 190479,
                    "source": 0,
                    "number": 6,
                    "formula": "(n == 0) ? 0 : ((n == 1) ? 1 : (((n % 100 == 2 || n % 100 == 22 || n % 100 == 42 || n % 100 == 62 || n % 100 == 82) || n % 1000 == 0 && (n % 100000 >= 1000 && n % 100000 <= 20000 || n % 100000 == 40000 || n % 100000 == 60000 || n % 100000 == 80000) || n != 0 && n % 1000000 == 100000) ? 2 : ((n % 100 == 3 || n % 100 == 23 || n % 100 == 43 || n % 100 == 63 || n % 100 == 83) ? 3 : ((n != 1 && (n % 100 == 1 || n % 100 == 21 || n % 100 == 41 || n % 100 == 61 || n % 100 == 81)) ? 4 : 5))))",
                    "type": 12
                },
                "aliases": [
                    "cor"
                ],
                "direction": "ltr",
                "population": 197283,
                "web_url": "https://translations.documentfoundation.org/languages/kw/",
                "url": "https://translations.documentfoundation.org/api/languages/kw/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/languages/kw/statistics/?format=api"
            },
            "language_code": "kw",
            "id": 168190,
            "filename": "kw/helpcontent2/source/text/sbasic/python.po",
            "revision": "a0392202ce2fd97f24a188c1a8eff92245de48a7",
            "web_url": "https://translations.documentfoundation.org/projects/libo_help-master/textsbasicpython/kw/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_help-master/-/kw/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_help-master/textsbasicpython/kw/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_help-master/textsbasicpython/kw/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 407,
            "total_words": 4705,
            "translated": 0,
            "translated_words": 0,
            "translated_percent": 0.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_help-master/textsbasicpython/kw/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_help-master/textsbasicpython/kw/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_help-master/textsbasicpython/kw/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-master/textsbasicpython/kw/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-master/textsbasicpython/kw/units/?format=api"
        },
        {
            "language": {
                "id": 1057,
                "code": "sat-Olck",
                "name": "Santali (Ol Chiki)",
                "plural": {
                    "id": 805891,
                    "source": 0,
                    "number": 3,
                    "formula": "n==1 ? 0 : n==2 ? 1 : 2",
                    "type": 4
                },
                "aliases": [],
                "direction": "ltr",
                "population": 0,
                "web_url": "https://translations.documentfoundation.org/languages/sat-Olck/",
                "url": "https://translations.documentfoundation.org/api/languages/sat-Olck/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/languages/sat-Olck/statistics/?format=api"
            },
            "language_code": "sat-Olck",
            "id": 198389,
            "filename": "sat-Olck/helpcontent2/source/text/sbasic/python.po",
            "revision": "a0392202ce2fd97f24a188c1a8eff92245de48a7",
            "web_url": "https://translations.documentfoundation.org/projects/libo_help-master/textsbasicpython/sat-Olck/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_help-master/-/sat-Olck/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_help-master/textsbasicpython/sat-Olck/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_help-master/textsbasicpython/sat-Olck/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 407,
            "total_words": 4705,
            "translated": 0,
            "translated_words": 0,
            "translated_percent": 0.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_help-master/textsbasicpython/sat-Olck/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_help-master/textsbasicpython/sat-Olck/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_help-master/textsbasicpython/sat-Olck/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-master/textsbasicpython/sat-Olck/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-master/textsbasicpython/sat-Olck/units/?format=api"
        },
        {
            "language": {
                "id": 786,
                "code": "ht",
                "name": "Haitian",
                "plural": {
                    "id": 190427,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "hat"
                ],
                "direction": "ltr",
                "population": 896491800,
                "web_url": "https://translations.documentfoundation.org/languages/ht/",
                "url": "https://translations.documentfoundation.org/api/languages/ht/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/languages/ht/statistics/?format=api"
            },
            "language_code": "ht",
            "id": 198751,
            "filename": "ht/helpcontent2/source/text/sbasic/python.po",
            "revision": "a0392202ce2fd97f24a188c1a8eff92245de48a7",
            "web_url": "https://translations.documentfoundation.org/projects/libo_help-master/textsbasicpython/ht/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_help-master/-/ht/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_help-master/textsbasicpython/ht/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_help-master/textsbasicpython/ht/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 407,
            "total_words": 4705,
            "translated": 0,
            "translated_words": 0,
            "translated_percent": 0.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_help-master/textsbasicpython/ht/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_help-master/textsbasicpython/ht/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_help-master/textsbasicpython/ht/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-master/textsbasicpython/ht/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-master/textsbasicpython/ht/units/?format=api"
        },
        {
            "language": {
                "id": 71,
                "code": "dsb",
                "name": "Lower Sorbian",
                "plural": {
                    "id": 71,
                    "source": 0,
                    "number": 4,
                    "formula": "(n % 100 == 1) ? 0 : ((n % 100 == 2) ? 1 : ((n % 100 == 3 || n % 100 == 4) ? 2 : 3))",
                    "type": 6
                },
                "aliases": [],
                "direction": "ltr",
                "population": 697389,
                "web_url": "https://translations.documentfoundation.org/languages/dsb/",
                "url": "https://translations.documentfoundation.org/api/languages/dsb/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/languages/dsb/statistics/?format=api"
            },
            "language_code": "dsb",
            "id": 198988,
            "filename": "dsb/helpcontent2/source/text/sbasic/python.po",
            "revision": "845501f50179da9205a9fcfc408752122c78f3b9",
            "web_url": "https://translations.documentfoundation.org/projects/libo_help-master/textsbasicpython/dsb/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_help-master/-/dsb/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_help-master/textsbasicpython/dsb/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_help-master/textsbasicpython/dsb/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 407,
            "total_words": 4705,
            "translated": 407,
            "translated_words": 4705,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-02-29T13:37:00.168888Z",
            "last_author": "Michael Wolf",
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_help-master/textsbasicpython/dsb/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_help-master/textsbasicpython/dsb/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_help-master/textsbasicpython/dsb/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-master/textsbasicpython/dsb/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-master/textsbasicpython/dsb/units/?format=api"
        },
        {
            "language": {
                "id": 132,
                "code": "hsb",
                "name": "Upper Sorbian",
                "plural": {
                    "id": 132,
                    "source": 0,
                    "number": 4,
                    "formula": "(n % 100 == 1) ? 0 : ((n % 100 == 2) ? 1 : ((n % 100 == 3 || n % 100 == 4) ? 2 : 3))",
                    "type": 6
                },
                "aliases": [],
                "direction": "ltr",
                "population": 1282555,
                "web_url": "https://translations.documentfoundation.org/languages/hsb/",
                "url": "https://translations.documentfoundation.org/api/languages/hsb/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/languages/hsb/statistics/?format=api"
            },
            "language_code": "hsb",
            "id": 198989,
            "filename": "hsb/helpcontent2/source/text/sbasic/python.po",
            "revision": "d2c8f13c7c652f81417a6bae6f9f989fe6cc33fb",
            "web_url": "https://translations.documentfoundation.org/projects/libo_help-master/textsbasicpython/hsb/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_help-master/-/hsb/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_help-master/textsbasicpython/hsb/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_help-master/textsbasicpython/hsb/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 407,
            "total_words": 4705,
            "translated": 407,
            "translated_words": 4705,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-02-29T13:34:24.170134Z",
            "last_author": "Michael Wolf",
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_help-master/textsbasicpython/hsb/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_help-master/textsbasicpython/hsb/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_help-master/textsbasicpython/hsb/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-master/textsbasicpython/hsb/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-master/textsbasicpython/hsb/units/?format=api"
        },
        {
            "language": {
                "id": 671,
                "code": "chr",
                "name": "Cherokee",
                "plural": {
                    "id": 190312,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [],
                "direction": "ltr",
                "population": 2561320,
                "web_url": "https://translations.documentfoundation.org/languages/chr/",
                "url": "https://translations.documentfoundation.org/api/languages/chr/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/languages/chr/statistics/?format=api"
            },
            "language_code": "chr",
            "id": 229366,
            "filename": "chr/helpcontent2/source/text/sbasic/python.po",
            "revision": "a0392202ce2fd97f24a188c1a8eff92245de48a7",
            "web_url": "https://translations.documentfoundation.org/projects/libo_help-master/textsbasicpython/chr/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_help-master/-/chr/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_help-master/textsbasicpython/chr/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_help-master/textsbasicpython/chr/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 407,
            "total_words": 4705,
            "translated": 0,
            "translated_words": 0,
            "translated_percent": 0.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_help-master/textsbasicpython/chr/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_help-master/textsbasicpython/chr/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_help-master/textsbasicpython/chr/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-master/textsbasicpython/chr/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-master/textsbasicpython/chr/units/?format=api"
        },
        {
            "language": {
                "id": 1059,
                "code": "skr",
                "name": "Saraiki",
                "plural": {
                    "id": 1488999,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [],
                "direction": "rtl",
                "population": 0,
                "web_url": "https://translations.documentfoundation.org/languages/skr/",
                "url": "https://translations.documentfoundation.org/api/languages/skr/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/languages/skr/statistics/?format=api"
            },
            "language_code": "skr",
            "id": 229582,
            "filename": "skr/helpcontent2/source/text/sbasic/python.po",
            "revision": "0958ddc594d66d84519bbe68aa501cb4211a7ace",
            "web_url": "https://translations.documentfoundation.org/projects/libo_help-master/textsbasicpython/skr/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_help-master/-/skr/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_help-master/textsbasicpython/skr/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_help-master/textsbasicpython/skr/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 407,
            "total_words": 4705,
            "translated": 1,
            "translated_words": 2,
            "translated_percent": 0.2,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2023-02-10T10:53:26.535317Z",
            "last_author": "Parvez Qadir",
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_help-master/textsbasicpython/skr/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_help-master/textsbasicpython/skr/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_help-master/textsbasicpython/skr/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-master/textsbasicpython/skr/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-master/textsbasicpython/skr/units/?format=api"
        },
        {
            "language": {
                "id": 99,
                "code": "fa",
                "name": "Persian",
                "plural": {
                    "id": 99,
                    "source": 0,
                    "number": 2,
                    "formula": "n > 1",
                    "type": 1
                },
                "aliases": [
                    "fas",
                    "per"
                ],
                "direction": "rtl",
                "population": 8471045808,
                "web_url": "https://translations.documentfoundation.org/languages/fa/",
                "url": "https://translations.documentfoundation.org/api/languages/fa/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/languages/fa/statistics/?format=api"
            },
            "language_code": "fa",
            "id": 260499,
            "filename": "fa/helpcontent2/source/text/sbasic/python.po",
            "revision": "0ba1cea4bb8593f694eb2ad16c5312cb14fdb2f5",
            "web_url": "https://translations.documentfoundation.org/projects/libo_help-master/textsbasicpython/fa/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_help-master/-/fa/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_help-master/textsbasicpython/fa/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_help-master/textsbasicpython/fa/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 407,
            "total_words": 4705,
            "translated": 2,
            "translated_words": 6,
            "translated_percent": 0.4,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2023-09-28T22:47:55.886776Z",
            "last_author": "goodosuser",
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_help-master/textsbasicpython/fa/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_help-master/textsbasicpython/fa/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_help-master/textsbasicpython/fa/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-master/textsbasicpython/fa/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-master/textsbasicpython/fa/units/?format=api"
        },
        {
            "language": {
                "id": 981,
                "code": "su",
                "name": "Sundanese",
                "plural": {
                    "id": 190622,
                    "source": 0,
                    "number": 1,
                    "formula": "0",
                    "type": 0
                },
                "aliases": [
                    "sun"
                ],
                "direction": "ltr",
                "population": 3204312000,
                "web_url": "https://translations.documentfoundation.org/languages/su/",
                "url": "https://translations.documentfoundation.org/api/languages/su/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/languages/su/statistics/?format=api"
            },
            "language_code": "su",
            "id": 260706,
            "filename": "su/helpcontent2/source/text/sbasic/python.po",
            "revision": "a0392202ce2fd97f24a188c1a8eff92245de48a7",
            "web_url": "https://translations.documentfoundation.org/projects/libo_help-master/textsbasicpython/su/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_help-master/-/su/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_help-master/textsbasicpython/su/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_help-master/textsbasicpython/su/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 407,
            "total_words": 4705,
            "translated": 0,
            "translated_words": 0,
            "translated_percent": 0.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_help-master/textsbasicpython/su/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_help-master/textsbasicpython/su/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_help-master/textsbasicpython/su/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-master/textsbasicpython/su/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-master/textsbasicpython/su/units/?format=api"
        },
        {
            "language": {
                "id": 300,
                "code": "th",
                "name": "Thai",
                "plural": {
                    "id": 300,
                    "source": 0,
                    "number": 1,
                    "formula": "0",
                    "type": 0
                },
                "aliases": [
                    "tha"
                ],
                "direction": "ltr",
                "population": 5518192000,
                "web_url": "https://translations.documentfoundation.org/languages/th/",
                "url": "https://translations.documentfoundation.org/api/languages/th/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/languages/th/statistics/?format=api"
            },
            "language_code": "th",
            "id": 292181,
            "filename": "th/helpcontent2/source/text/sbasic/python.po",
            "revision": "a0392202ce2fd97f24a188c1a8eff92245de48a7",
            "web_url": "https://translations.documentfoundation.org/projects/libo_help-master/textsbasicpython/th/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_help-master/-/th/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_help-master/textsbasicpython/th/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_help-master/textsbasicpython/th/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 407,
            "total_words": 4705,
            "translated": 0,
            "translated_words": 0,
            "translated_percent": 0.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_help-master/textsbasicpython/th/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_help-master/textsbasicpython/th/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_help-master/textsbasicpython/th/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-master/textsbasicpython/th/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-master/textsbasicpython/th/units/?format=api"
        },
        {
            "language": {
                "id": 998,
                "code": "tl",
                "name": "Tagalog",
                "plural": {
                    "id": 190639,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1 && n != 2 && n != 3 && (n % 10 == 4 || n % 10 == 6 || n % 10 == 9)",
                    "type": 1
                },
                "aliases": [
                    "tgl"
                ],
                "direction": "ltr",
                "population": 0,
                "web_url": "https://translations.documentfoundation.org/languages/tl/",
                "url": "https://translations.documentfoundation.org/api/languages/tl/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/languages/tl/statistics/?format=api"
            },
            "language_code": "tl",
            "id": 323532,
            "filename": "tl/helpcontent2/source/text/sbasic/python.po",
            "revision": "a0392202ce2fd97f24a188c1a8eff92245de48a7",
            "web_url": "https://translations.documentfoundation.org/projects/libo_help-master/textsbasicpython/tl/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_help-master/-/tl/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_help-master/textsbasicpython/tl/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_help-master/textsbasicpython/tl/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 407,
            "total_words": 4705,
            "translated": 0,
            "translated_words": 0,
            "translated_percent": 0.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_help-master/textsbasicpython/tl/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_help-master/textsbasicpython/tl/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_help-master/textsbasicpython/tl/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-master/textsbasicpython/tl/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-master/textsbasicpython/tl/units/?format=api"
        },
        {
            "language": {
                "id": 790,
                "code": "ia",
                "name": "Interlingua",
                "plural": {
                    "id": 190431,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "ina"
                ],
                "direction": "ltr",
                "population": 13569,
                "web_url": "https://translations.documentfoundation.org/languages/ia/",
                "url": "https://translations.documentfoundation.org/api/languages/ia/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/languages/ia/statistics/?format=api"
            },
            "language_code": "ia",
            "id": 323798,
            "filename": "ia/helpcontent2/source/text/sbasic/python.po",
            "revision": "a0392202ce2fd97f24a188c1a8eff92245de48a7",
            "web_url": "https://translations.documentfoundation.org/projects/libo_help-master/textsbasicpython/ia/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_help-master/-/ia/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_help-master/textsbasicpython/ia/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_help-master/textsbasicpython/ia/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 407,
            "total_words": 4705,
            "translated": 0,
            "translated_words": 0,
            "translated_percent": 0.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_help-master/textsbasicpython/ia/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_help-master/textsbasicpython/ia/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_help-master/textsbasicpython/ia/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-master/textsbasicpython/ia/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-master/textsbasicpython/ia/units/?format=api"
        }
    ]
}