Translation components API.

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

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

{
    "count": 92,
    "next": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textsbasicpython/translations/?format=api&page=2",
    "previous": null,
    "results": [
        {
            "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": 317592,
            "filename": "templates/helpcontent2/source/text/sbasic/python.pot",
            "revision": "39c5dea251126962d9793ff948eed2bd51de6cf6",
            "web_url": "https://translations.documentfoundation.org/projects/libo_help-24-2/textsbasicpython/en/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_help-24-2/-/en/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_help-24-2/textsbasicpython/en/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicpython/en/?format=api",
            "is_template": false,
            "is_source": true,
            "total": 406,
            "total_words": 4682,
            "translated": 406,
            "translated_words": 4682,
            "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-24-2/textsbasicpython/en/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicpython/en/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicpython/en/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicpython/en/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicpython/en/units/?format=api"
        },
        {
            "language": {
                "id": 9,
                "code": "am",
                "name": "Amharic",
                "plural": {
                    "id": 9,
                    "source": 0,
                    "number": 2,
                    "formula": "n > 1",
                    "type": 1
                },
                "aliases": [
                    "amh"
                ],
                "direction": "ltr",
                "population": 3572847533,
                "web_url": "https://translations.documentfoundation.org/languages/am/",
                "url": "https://translations.documentfoundation.org/api/languages/am/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/languages/am/statistics/?format=api"
            },
            "language_code": "am",
            "id": 321209,
            "filename": "am/helpcontent2/source/text/sbasic/python.po",
            "revision": "39c5dea251126962d9793ff948eed2bd51de6cf6",
            "web_url": "https://translations.documentfoundation.org/projects/libo_help-24-2/textsbasicpython/am/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_help-24-2/-/am/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_help-24-2/textsbasicpython/am/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicpython/am/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 406,
            "total_words": 4682,
            "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-24-2/textsbasicpython/am/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicpython/am/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicpython/am/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicpython/am/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicpython/am/units/?format=api"
        },
        {
            "language": {
                "id": 12,
                "code": "ar",
                "name": "Arabic",
                "plural": {
                    "id": 12,
                    "source": 0,
                    "number": 6,
                    "formula": "n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 ? 4 : 5",
                    "type": 3
                },
                "aliases": [
                    "ar_ar",
                    "ara"
                ],
                "direction": "rtl",
                "population": 35166419568,
                "web_url": "https://translations.documentfoundation.org/languages/ar/",
                "url": "https://translations.documentfoundation.org/api/languages/ar/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/languages/ar/statistics/?format=api"
            },
            "language_code": "ar",
            "id": 321210,
            "filename": "ar/helpcontent2/source/text/sbasic/python.po",
            "revision": "86c0dfe0d422e66427cfa51650a3a11e4407562b",
            "web_url": "https://translations.documentfoundation.org/projects/libo_help-24-2/textsbasicpython/ar/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_help-24-2/-/ar/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_help-24-2/textsbasicpython/ar/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicpython/ar/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 406,
            "total_words": 4682,
            "translated": 4,
            "translated_words": 18,
            "translated_percent": 0.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-24-2/textsbasicpython/ar/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicpython/ar/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicpython/ar/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicpython/ar/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicpython/ar/units/?format=api"
        },
        {
            "language": {
                "id": 24,
                "code": "ast",
                "name": "Asturian",
                "plural": {
                    "id": 24,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [],
                "direction": "ltr",
                "population": 65020540,
                "web_url": "https://translations.documentfoundation.org/languages/ast/",
                "url": "https://translations.documentfoundation.org/api/languages/ast/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/languages/ast/statistics/?format=api"
            },
            "language_code": "ast",
            "id": 321211,
            "filename": "ast/helpcontent2/source/text/sbasic/python.po",
            "revision": "6589cf8470a48da3702b5a117d8fe9281d5ceacf",
            "web_url": "https://translations.documentfoundation.org/projects/libo_help-24-2/textsbasicpython/ast/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_help-24-2/-/ast/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_help-24-2/textsbasicpython/ast/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicpython/ast/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 406,
            "total_words": 4682,
            "translated": 42,
            "translated_words": 368,
            "translated_percent": 10.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-24-2/textsbasicpython/ast/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicpython/ast/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicpython/ast/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicpython/ast/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicpython/ast/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": 321215,
            "filename": "axm/helpcontent2/source/text/sbasic/python.po",
            "revision": "39c5dea251126962d9793ff948eed2bd51de6cf6",
            "web_url": "https://translations.documentfoundation.org/projects/libo_help-24-2/textsbasicpython/axm/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_help-24-2/-/axm/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_help-24-2/textsbasicpython/axm/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicpython/axm/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 406,
            "total_words": 4682,
            "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-24-2/textsbasicpython/axm/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicpython/axm/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicpython/axm/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicpython/axm/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicpython/axm/units/?format=api"
        },
        {
            "language": {
                "id": 35,
                "code": "bg",
                "name": "Bulgarian",
                "plural": {
                    "id": 35,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "bgr",
                    "bul"
                ],
                "direction": "ltr",
                "population": 787831480,
                "web_url": "https://translations.documentfoundation.org/languages/bg/",
                "url": "https://translations.documentfoundation.org/api/languages/bg/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/languages/bg/statistics/?format=api"
            },
            "language_code": "bg",
            "id": 321217,
            "filename": "bg/helpcontent2/source/text/sbasic/python.po",
            "revision": "282a73b74ba2565ac14d68ef68bc8d5ed45370b1",
            "web_url": "https://translations.documentfoundation.org/projects/libo_help-24-2/textsbasicpython/bg/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_help-24-2/-/bg/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_help-24-2/textsbasicpython/bg/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicpython/bg/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 406,
            "total_words": 4682,
            "translated": 406,
            "translated_words": 4682,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 4,
            "failing_checks_words": 19,
            "failing_checks_percent": 0.9,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-02-23T07:04:46.924222Z",
            "last_author": "Mihail Balabanov",
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicpython/bg/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicpython/bg/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicpython/bg/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicpython/bg/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicpython/bg/units/?format=api"
        },
        {
            "language": {
                "id": 41,
                "code": "bn_IN",
                "name": "Bengali (India)",
                "plural": {
                    "id": 41,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [],
                "direction": "ltr",
                "population": 10741329000,
                "web_url": "https://translations.documentfoundation.org/languages/bn_IN/",
                "url": "https://translations.documentfoundation.org/api/languages/bn_IN/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/languages/bn_IN/statistics/?format=api"
            },
            "language_code": "bn-IN",
            "id": 321219,
            "filename": "bn-IN/helpcontent2/source/text/sbasic/python.po",
            "revision": "39c5dea251126962d9793ff948eed2bd51de6cf6",
            "web_url": "https://translations.documentfoundation.org/projects/libo_help-24-2/textsbasicpython/bn_IN/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_help-24-2/-/bn_IN/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_help-24-2/textsbasicpython/bn_IN/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicpython/bn_IN/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 406,
            "total_words": 4682,
            "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-24-2/textsbasicpython/bn_IN/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicpython/bn_IN/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicpython/bn_IN/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicpython/bn_IN/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicpython/bn_IN/units/?format=api"
        },
        {
            "language": {
                "id": 39,
                "code": "bn",
                "name": "Bengali",
                "plural": {
                    "id": 39,
                    "source": 0,
                    "number": 2,
                    "formula": "n > 1",
                    "type": 1
                },
                "aliases": [
                    "bd",
                    "ben"
                ],
                "direction": "ltr",
                "population": 26719328846,
                "web_url": "https://translations.documentfoundation.org/languages/bn/",
                "url": "https://translations.documentfoundation.org/api/languages/bn/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/languages/bn/statistics/?format=api"
            },
            "language_code": "bn",
            "id": 321221,
            "filename": "bn/helpcontent2/source/text/sbasic/python.po",
            "revision": "39c5dea251126962d9793ff948eed2bd51de6cf6",
            "web_url": "https://translations.documentfoundation.org/projects/libo_help-24-2/textsbasicpython/bn/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_help-24-2/-/bn/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_help-24-2/textsbasicpython/bn/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicpython/bn/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 406,
            "total_words": 4682,
            "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-24-2/textsbasicpython/bn/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicpython/bn/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicpython/bn/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicpython/bn/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicpython/bn/units/?format=api"
        },
        {
            "language": {
                "id": 42,
                "code": "bo",
                "name": "Tibetan",
                "plural": {
                    "id": 42,
                    "source": 0,
                    "number": 1,
                    "formula": "0",
                    "type": 0
                },
                "aliases": [
                    "bod",
                    "tib"
                ],
                "direction": "ltr",
                "population": 300669686,
                "web_url": "https://translations.documentfoundation.org/languages/bo/",
                "url": "https://translations.documentfoundation.org/api/languages/bo/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/languages/bo/statistics/?format=api"
            },
            "language_code": "bo",
            "id": 321223,
            "filename": "bo/helpcontent2/source/text/sbasic/python.po",
            "revision": "39c5dea251126962d9793ff948eed2bd51de6cf6",
            "web_url": "https://translations.documentfoundation.org/projects/libo_help-24-2/textsbasicpython/bo/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_help-24-2/-/bo/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_help-24-2/textsbasicpython/bo/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicpython/bo/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 406,
            "total_words": 4682,
            "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-24-2/textsbasicpython/bo/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicpython/bo/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicpython/bo/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicpython/bo/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicpython/bo/units/?format=api"
        },
        {
            "language": {
                "id": 45,
                "code": "bs",
                "name": "Bosnian",
                "plural": {
                    "id": 45,
                    "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": [
                    "bos"
                ],
                "direction": "ltr",
                "population": 379723410,
                "web_url": "https://translations.documentfoundation.org/languages/bs/",
                "url": "https://translations.documentfoundation.org/api/languages/bs/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/languages/bs/statistics/?format=api"
            },
            "language_code": "bs",
            "id": 321227,
            "filename": "bs/helpcontent2/source/text/sbasic/python.po",
            "revision": "39c5dea251126962d9793ff948eed2bd51de6cf6",
            "web_url": "https://translations.documentfoundation.org/projects/libo_help-24-2/textsbasicpython/bs/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_help-24-2/-/bs/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_help-24-2/textsbasicpython/bs/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicpython/bs/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 406,
            "total_words": 4682,
            "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-24-2/textsbasicpython/bs/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicpython/bs/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicpython/bs/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicpython/bs/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicpython/bs/units/?format=api"
        },
        {
            "language": {
                "id": 343,
                "code": "ca_VALENCIA",
                "name": "Catalan",
                "plural": {
                    "id": 363,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [],
                "direction": "ltr",
                "population": 0,
                "web_url": "https://translations.documentfoundation.org/languages/ca_VALENCIA/",
                "url": "https://translations.documentfoundation.org/api/languages/ca_VALENCIA/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/languages/ca_VALENCIA/statistics/?format=api"
            },
            "language_code": "ca-valencia",
            "id": 321229,
            "filename": "ca-valencia/helpcontent2/source/text/sbasic/python.po",
            "revision": "0cf9f0c608cb25aa84d46e36c79c16fac4c0bf79",
            "web_url": "https://translations.documentfoundation.org/projects/libo_help-24-2/textsbasicpython/ca_VALENCIA/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_help-24-2/-/ca_VALENCIA/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_help-24-2/textsbasicpython/ca_VALENCIA/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicpython/ca_VALENCIA/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 406,
            "total_words": 4682,
            "translated": 310,
            "translated_words": 3066,
            "translated_percent": 76.3,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 3,
            "failing_checks_words": 21,
            "failing_checks_percent": 0.7,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicpython/ca_VALENCIA/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicpython/ca_VALENCIA/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicpython/ca_VALENCIA/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicpython/ca_VALENCIA/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicpython/ca_VALENCIA/units/?format=api"
        },
        {
            "language": {
                "id": 49,
                "code": "ca",
                "name": "Catalan",
                "plural": {
                    "id": 49,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "ca_ps",
                    "cat"
                ],
                "direction": "ltr",
                "population": 867913888,
                "web_url": "https://translations.documentfoundation.org/languages/ca/",
                "url": "https://translations.documentfoundation.org/api/languages/ca/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/languages/ca/statistics/?format=api"
            },
            "language_code": "ca",
            "id": 321231,
            "filename": "ca/helpcontent2/source/text/sbasic/python.po",
            "revision": "7613ca3bb504c65552abe0f755651d10fe256ebb",
            "web_url": "https://translations.documentfoundation.org/projects/libo_help-24-2/textsbasicpython/ca/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_help-24-2/-/ca/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_help-24-2/textsbasicpython/ca/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicpython/ca/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 406,
            "total_words": 4682,
            "translated": 405,
            "translated_words": 4672,
            "translated_percent": 99.7,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 2,
            "failing_checks_words": 17,
            "failing_checks_percent": 0.4,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-04-24T13:38:16.659407Z",
            "last_author": "Jaumej",
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicpython/ca/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicpython/ca/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicpython/ca/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicpython/ca/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicpython/ca/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": 321236,
            "filename": "chr/helpcontent2/source/text/sbasic/python.po",
            "revision": "39c5dea251126962d9793ff948eed2bd51de6cf6",
            "web_url": "https://translations.documentfoundation.org/projects/libo_help-24-2/textsbasicpython/chr/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_help-24-2/-/chr/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_help-24-2/textsbasicpython/chr/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicpython/chr/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 406,
            "total_words": 4682,
            "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-24-2/textsbasicpython/chr/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicpython/chr/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicpython/chr/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicpython/chr/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicpython/chr/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": 321238,
            "filename": "ckb/helpcontent2/source/text/sbasic/python.po",
            "revision": "39c5dea251126962d9793ff948eed2bd51de6cf6",
            "web_url": "https://translations.documentfoundation.org/projects/libo_help-24-2/textsbasicpython/ckb/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_help-24-2/-/ckb/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_help-24-2/textsbasicpython/ckb/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicpython/ckb/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 406,
            "total_words": 4682,
            "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-24-2/textsbasicpython/ckb/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicpython/ckb/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicpython/ckb/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicpython/ckb/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicpython/ckb/units/?format=api"
        },
        {
            "language": {
                "id": 61,
                "code": "cs",
                "name": "Czech",
                "plural": {
                    "id": 61,
                    "source": 0,
                    "number": 3,
                    "formula": "(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2",
                    "type": 22
                },
                "aliases": [
                    "cs_cs",
                    "cz",
                    "csy",
                    "ces",
                    "cze"
                ],
                "direction": "ltr",
                "population": 1304553200,
                "web_url": "https://translations.documentfoundation.org/languages/cs/",
                "url": "https://translations.documentfoundation.org/api/languages/cs/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/languages/cs/statistics/?format=api"
            },
            "language_code": "cs",
            "id": 321240,
            "filename": "cs/helpcontent2/source/text/sbasic/python.po",
            "revision": "1df44749b141d32bc730f2bd271b343b374787ba",
            "web_url": "https://translations.documentfoundation.org/projects/libo_help-24-2/textsbasicpython/cs/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_help-24-2/-/cs/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_help-24-2/textsbasicpython/cs/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicpython/cs/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 406,
            "total_words": 4682,
            "translated": 406,
            "translated_words": 4682,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 9,
            "failing_checks_words": 142,
            "failing_checks_percent": 2.2,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicpython/cs/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicpython/cs/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicpython/cs/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicpython/cs/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicpython/cs/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": 321244,
            "filename": "csb/helpcontent2/source/text/sbasic/python.po",
            "revision": "39c5dea251126962d9793ff948eed2bd51de6cf6",
            "web_url": "https://translations.documentfoundation.org/projects/libo_help-24-2/textsbasicpython/csb/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_help-24-2/-/csb/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_help-24-2/textsbasicpython/csb/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicpython/csb/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 406,
            "total_words": 4682,
            "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-24-2/textsbasicpython/csb/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicpython/csb/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicpython/csb/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicpython/csb/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicpython/csb/units/?format=api"
        },
        {
            "language": {
                "id": 66,
                "code": "da",
                "name": "Danish",
                "plural": {
                    "id": 66,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "da_da",
                    "dk",
                    "dan"
                ],
                "direction": "ltr",
                "population": 707205623,
                "web_url": "https://translations.documentfoundation.org/languages/da/",
                "url": "https://translations.documentfoundation.org/api/languages/da/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/languages/da/statistics/?format=api"
            },
            "language_code": "da",
            "id": 321248,
            "filename": "da/helpcontent2/source/text/sbasic/python.po",
            "revision": "8f6c3b2c591b0d2016f040762fac419bf47ac519",
            "web_url": "https://translations.documentfoundation.org/projects/libo_help-24-2/textsbasicpython/da/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_help-24-2/-/da/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_help-24-2/textsbasicpython/da/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicpython/da/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 406,
            "total_words": 4682,
            "translated": 391,
            "translated_words": 4508,
            "translated_percent": 96.3,
            "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": "2024-05-08T10:18:36.762053Z",
            "last_author": "Lars Jødal",
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicpython/da/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicpython/da/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicpython/da/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicpython/da/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicpython/da/units/?format=api"
        },
        {
            "language": {
                "id": 67,
                "code": "de",
                "name": "German",
                "plural": {
                    "id": 67,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "deu",
                    "ger"
                ],
                "direction": "ltr",
                "population": 13635022614,
                "web_url": "https://translations.documentfoundation.org/languages/de/",
                "url": "https://translations.documentfoundation.org/api/languages/de/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/languages/de/statistics/?format=api"
            },
            "language_code": "de",
            "id": 321251,
            "filename": "de/helpcontent2/source/text/sbasic/python.po",
            "revision": "5218f238b8384702db4e697b3f6b9b06a40536a8",
            "web_url": "https://translations.documentfoundation.org/projects/libo_help-24-2/textsbasicpython/de/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_help-24-2/-/de/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_help-24-2/textsbasicpython/de/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicpython/de/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 406,
            "total_words": 4682,
            "translated": 406,
            "translated_words": 4682,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 3,
            "failing_checks_words": 12,
            "failing_checks_percent": 0.7,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicpython/de/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicpython/de/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicpython/de/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicpython/de/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicpython/de/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": 321255,
            "filename": "dsb/helpcontent2/source/text/sbasic/python.po",
            "revision": "d36f54caaef6cea22552b943bf073bc5440d0fe6",
            "web_url": "https://translations.documentfoundation.org/projects/libo_help-24-2/textsbasicpython/dsb/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_help-24-2/-/dsb/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_help-24-2/textsbasicpython/dsb/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicpython/dsb/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 406,
            "total_words": 4682,
            "translated": 406,
            "translated_words": 4682,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 3,
            "failing_checks_words": 12,
            "failing_checks_percent": 0.7,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicpython/dsb/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicpython/dsb/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicpython/dsb/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicpython/dsb/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicpython/dsb/units/?format=api"
        },
        {
            "language": {
                "id": 73,
                "code": "dz",
                "name": "Dzongkha",
                "plural": {
                    "id": 73,
                    "source": 0,
                    "number": 1,
                    "formula": "0",
                    "type": 0
                },
                "aliases": [
                    "dzo"
                ],
                "direction": "ltr",
                "population": 37034164,
                "web_url": "https://translations.documentfoundation.org/languages/dz/",
                "url": "https://translations.documentfoundation.org/api/languages/dz/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/languages/dz/statistics/?format=api"
            },
            "language_code": "dz",
            "id": 321258,
            "filename": "dz/helpcontent2/source/text/sbasic/python.po",
            "revision": "39c5dea251126962d9793ff948eed2bd51de6cf6",
            "web_url": "https://translations.documentfoundation.org/projects/libo_help-24-2/textsbasicpython/dz/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_help-24-2/-/dz/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_help-24-2/textsbasicpython/dz/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicpython/dz/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 406,
            "total_words": 4682,
            "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-24-2/textsbasicpython/dz/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicpython/dz/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicpython/dz/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicpython/dz/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicpython/dz/units/?format=api"
        },
        {
            "language": {
                "id": 75,
                "code": "el",
                "name": "Greek",
                "plural": {
                    "id": 75,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "gr",
                    "ell",
                    "gre"
                ],
                "direction": "ltr",
                "population": 1229224006,
                "web_url": "https://translations.documentfoundation.org/languages/el/",
                "url": "https://translations.documentfoundation.org/api/languages/el/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/languages/el/statistics/?format=api"
            },
            "language_code": "el",
            "id": 321265,
            "filename": "el/helpcontent2/source/text/sbasic/python.po",
            "revision": "46e05d72dc5281631f45f17699ebd6ff3fa8b3fe",
            "web_url": "https://translations.documentfoundation.org/projects/libo_help-24-2/textsbasicpython/el/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_help-24-2/-/el/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_help-24-2/textsbasicpython/el/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicpython/el/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 406,
            "total_words": 4682,
            "translated": 406,
            "translated_words": 4682,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 13,
            "failing_checks_words": 67,
            "failing_checks_percent": 3.2,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-02-02T16:28:58.708813Z",
            "last_author": "serval2412",
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicpython/el/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicpython/el/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicpython/el/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicpython/el/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicpython/el/units/?format=api"
        },
        {
            "language": {
                "id": 77,
                "code": "en_AU",
                "name": "English (Australia)",
                "plural": {
                    "id": 77,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "ena"
                ],
                "direction": "ltr",
                "population": 2444784000,
                "web_url": "https://translations.documentfoundation.org/languages/en_AU/",
                "url": "https://translations.documentfoundation.org/api/languages/en_AU/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/languages/en_AU/statistics/?format=api"
            },
            "language_code": "en-AU",
            "id": 321274,
            "filename": "en-AU/helpcontent2/source/text/sbasic/python.po",
            "revision": "39c5dea251126962d9793ff948eed2bd51de6cf6",
            "web_url": "https://translations.documentfoundation.org/projects/libo_help-24-2/textsbasicpython/en_AU/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_help-24-2/-/en_AU/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_help-24-2/textsbasicpython/en_AU/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicpython/en_AU/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 406,
            "total_words": 4682,
            "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-24-2/textsbasicpython/en_AU/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicpython/en_AU/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicpython/en_AU/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicpython/en_AU/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicpython/en_AU/units/?format=api"
        },
        {
            "language": {
                "id": 79,
                "code": "en_GB",
                "name": "English (United Kingdom)",
                "plural": {
                    "id": 79,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "english_uk"
                ],
                "direction": "ltr",
                "population": 6444587800,
                "web_url": "https://translations.documentfoundation.org/languages/en_GB/",
                "url": "https://translations.documentfoundation.org/api/languages/en_GB/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/languages/en_GB/statistics/?format=api"
            },
            "language_code": "en-GB",
            "id": 321281,
            "filename": "en-GB/helpcontent2/source/text/sbasic/python.po",
            "revision": "8612019ae6e5249f869c4e579400185259cf4416",
            "web_url": "https://translations.documentfoundation.org/projects/libo_help-24-2/textsbasicpython/en_GB/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_help-24-2/-/en_GB/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_help-24-2/textsbasicpython/en_GB/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicpython/en_GB/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 406,
            "total_words": 4682,
            "translated": 364,
            "translated_words": 4225,
            "translated_percent": 89.6,
            "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-24-2/textsbasicpython/en_GB/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicpython/en_GB/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicpython/en_GB/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicpython/en_GB/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicpython/en_GB/units/?format=api"
        },
        {
            "language": {
                "id": 85,
                "code": "en_ZA",
                "name": "English (South Africa)",
                "plural": {
                    "id": 85,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [],
                "direction": "ltr",
                "population": 1750371600,
                "web_url": "https://translations.documentfoundation.org/languages/en_ZA/",
                "url": "https://translations.documentfoundation.org/api/languages/en_ZA/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/languages/en_ZA/statistics/?format=api"
            },
            "language_code": "en-ZA",
            "id": 321289,
            "filename": "en-ZA/helpcontent2/source/text/sbasic/python.po",
            "revision": "39c5dea251126962d9793ff948eed2bd51de6cf6",
            "web_url": "https://translations.documentfoundation.org/projects/libo_help-24-2/textsbasicpython/en_ZA/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_help-24-2/-/en_ZA/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_help-24-2/textsbasicpython/en_ZA/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicpython/en_ZA/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 406,
            "total_words": 4682,
            "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-24-2/textsbasicpython/en_ZA/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicpython/en_ZA/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicpython/en_ZA/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicpython/en_ZA/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicpython/en_ZA/units/?format=api"
        },
        {
            "language": {
                "id": 86,
                "code": "eo",
                "name": "Esperanto",
                "plural": {
                    "id": 86,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "epo"
                ],
                "direction": "ltr",
                "population": 30124,
                "web_url": "https://translations.documentfoundation.org/languages/eo/",
                "url": "https://translations.documentfoundation.org/api/languages/eo/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/languages/eo/statistics/?format=api"
            },
            "language_code": "eo",
            "id": 321311,
            "filename": "eo/helpcontent2/source/text/sbasic/python.po",
            "revision": "f3ea5aa2bc225a3df1e32a28fb34f57d79054fa9",
            "web_url": "https://translations.documentfoundation.org/projects/libo_help-24-2/textsbasicpython/eo/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_help-24-2/-/eo/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_help-24-2/textsbasicpython/eo/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicpython/eo/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 406,
            "total_words": 4682,
            "translated": 2,
            "translated_words": 2,
            "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": null,
            "last_author": null,
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicpython/eo/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicpython/eo/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicpython/eo/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicpython/eo/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicpython/eo/units/?format=api"
        },
        {
            "language": {
                "id": 87,
                "code": "es",
                "name": "Spanish",
                "plural": {
                    "id": 87,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "es_la",
                    "esp",
                    "spa"
                ],
                "direction": "ltr",
                "population": 49352807851,
                "web_url": "https://translations.documentfoundation.org/languages/es/",
                "url": "https://translations.documentfoundation.org/api/languages/es/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/languages/es/statistics/?format=api"
            },
            "language_code": "es",
            "id": 321321,
            "filename": "es/helpcontent2/source/text/sbasic/python.po",
            "revision": "b645739345d8688b69af13eefd7f38e1a9b93c60",
            "web_url": "https://translations.documentfoundation.org/projects/libo_help-24-2/textsbasicpython/es/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_help-24-2/-/es/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_help-24-2/textsbasicpython/es/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicpython/es/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 406,
            "total_words": 4682,
            "translated": 312,
            "translated_words": 3085,
            "translated_percent": 76.8,
            "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-03-12T08:15:12.925687Z",
            "last_author": "Adolfo Jayme Barrientos",
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicpython/es/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicpython/es/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicpython/es/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicpython/es/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicpython/es/units/?format=api"
        },
        {
            "language": {
                "id": 97,
                "code": "et",
                "name": "Estonian",
                "plural": {
                    "id": 97,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "et_et",
                    "est"
                ],
                "direction": "ltr",
                "population": 87844903,
                "web_url": "https://translations.documentfoundation.org/languages/et/",
                "url": "https://translations.documentfoundation.org/api/languages/et/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/languages/et/statistics/?format=api"
            },
            "language_code": "et",
            "id": 321333,
            "filename": "et/helpcontent2/source/text/sbasic/python.po",
            "revision": "b0a1d91ebcb9bd9c117734bfbc97971317eef938",
            "web_url": "https://translations.documentfoundation.org/projects/libo_help-24-2/textsbasicpython/et/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_help-24-2/-/et/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_help-24-2/textsbasicpython/et/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicpython/et/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 406,
            "total_words": 4682,
            "translated": 19,
            "translated_words": 68,
            "translated_percent": 4.6,
            "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-24-2/textsbasicpython/et/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicpython/et/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicpython/et/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicpython/et/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicpython/et/units/?format=api"
        },
        {
            "language": {
                "id": 98,
                "code": "eu",
                "name": "Basque",
                "plural": {
                    "id": 98,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "es_eu",
                    "baq",
                    "eus"
                ],
                "direction": "ltr",
                "population": 108851866,
                "web_url": "https://translations.documentfoundation.org/languages/eu/",
                "url": "https://translations.documentfoundation.org/api/languages/eu/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/languages/eu/statistics/?format=api"
            },
            "language_code": "eu",
            "id": 321358,
            "filename": "eu/helpcontent2/source/text/sbasic/python.po",
            "revision": "d04a34556acf7ad10db0ea68c3f025424bcbe3fa",
            "web_url": "https://translations.documentfoundation.org/projects/libo_help-24-2/textsbasicpython/eu/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_help-24-2/-/eu/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_help-24-2/textsbasicpython/eu/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicpython/eu/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 406,
            "total_words": 4682,
            "translated": 405,
            "translated_words": 4672,
            "translated_percent": 99.7,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 6,
            "failing_checks_words": 101,
            "failing_checks_percent": 1.4,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicpython/eu/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicpython/eu/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicpython/eu/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicpython/eu/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicpython/eu/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": 321375,
            "filename": "fa/helpcontent2/source/text/sbasic/python.po",
            "revision": "12f68bcac3047268178e73bff2ddee7c565e57e2",
            "web_url": "https://translations.documentfoundation.org/projects/libo_help-24-2/textsbasicpython/fa/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_help-24-2/-/fa/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_help-24-2/textsbasicpython/fa/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicpython/fa/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 406,
            "total_words": 4682,
            "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": null,
            "last_author": null,
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicpython/fa/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicpython/fa/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicpython/fa/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicpython/fa/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicpython/fa/units/?format=api"
        },
        {
            "language": {
                "id": 102,
                "code": "fi",
                "name": "Finnish",
                "plural": {
                    "id": 102,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "fin"
                ],
                "direction": "ltr",
                "population": 573684164,
                "web_url": "https://translations.documentfoundation.org/languages/fi/",
                "url": "https://translations.documentfoundation.org/api/languages/fi/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/languages/fi/statistics/?format=api"
            },
            "language_code": "fi",
            "id": 321388,
            "filename": "fi/helpcontent2/source/text/sbasic/python.po",
            "revision": "fb9fdfd25ce891ed235e4d89bd0e79d9acd4fa3d",
            "web_url": "https://translations.documentfoundation.org/projects/libo_help-24-2/textsbasicpython/fi/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_help-24-2/-/fi/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_help-24-2/textsbasicpython/fi/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicpython/fi/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 406,
            "total_words": 4682,
            "translated": 2,
            "translated_words": 11,
            "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": null,
            "last_author": null,
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicpython/fi/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicpython/fi/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicpython/fi/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicpython/fi/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicpython/fi/units/?format=api"
        },
        {
            "language": {
                "id": 106,
                "code": "fr",
                "name": "French",
                "plural": {
                    "id": 106,
                    "source": 0,
                    "number": 2,
                    "formula": "n > 1",
                    "type": 1
                },
                "aliases": [
                    "fra",
                    "fre"
                ],
                "direction": "ltr",
                "population": 27861150681,
                "web_url": "https://translations.documentfoundation.org/languages/fr/",
                "url": "https://translations.documentfoundation.org/api/languages/fr/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/languages/fr/statistics/?format=api"
            },
            "language_code": "fr",
            "id": 321400,
            "filename": "fr/helpcontent2/source/text/sbasic/python.po",
            "revision": "f85c74a0acc47cdc65d8a642631f270799af11cf",
            "web_url": "https://translations.documentfoundation.org/projects/libo_help-24-2/textsbasicpython/fr/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_help-24-2/-/fr/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_help-24-2/textsbasicpython/fr/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicpython/fr/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 406,
            "total_words": 4682,
            "translated": 406,
            "translated_words": 4682,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 9,
            "failing_checks_words": 54,
            "failing_checks_percent": 2.2,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicpython/fr/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicpython/fr/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicpython/fr/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicpython/fr/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicpython/fr/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": 321411,
            "filename": "gcf/helpcontent2/source/text/sbasic/python.po",
            "revision": "39c5dea251126962d9793ff948eed2bd51de6cf6",
            "web_url": "https://translations.documentfoundation.org/projects/libo_help-24-2/textsbasicpython/gcf/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_help-24-2/-/gcf/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_help-24-2/textsbasicpython/gcf/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicpython/gcf/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 406,
            "total_words": 4682,
            "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-24-2/textsbasicpython/gcf/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicpython/gcf/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicpython/gcf/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicpython/gcf/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicpython/gcf/units/?format=api"
        },
        {
            "language": {
                "id": 116,
                "code": "gl",
                "name": "Galician",
                "plural": {
                    "id": 116,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "glg"
                ],
                "direction": "ltr",
                "population": 351552978,
                "web_url": "https://translations.documentfoundation.org/languages/gl/",
                "url": "https://translations.documentfoundation.org/api/languages/gl/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/languages/gl/statistics/?format=api"
            },
            "language_code": "gl",
            "id": 321427,
            "filename": "gl/helpcontent2/source/text/sbasic/python.po",
            "revision": "7924e1022d346adfdc6c4f5557b4307eff30ee6b",
            "web_url": "https://translations.documentfoundation.org/projects/libo_help-24-2/textsbasicpython/gl/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_help-24-2/-/gl/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_help-24-2/textsbasicpython/gl/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicpython/gl/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 406,
            "total_words": 4682,
            "translated": 29,
            "translated_words": 273,
            "translated_percent": 7.1,
            "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-24-2/textsbasicpython/gl/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicpython/gl/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicpython/gl/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicpython/gl/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicpython/gl/units/?format=api"
        },
        {
            "language": {
                "id": 119,
                "code": "gu",
                "name": "Gujarati",
                "plural": {
                    "id": 119,
                    "source": 0,
                    "number": 2,
                    "formula": "n > 1",
                    "type": 1
                },
                "aliases": [
                    "guj"
                ],
                "direction": "ltr",
                "population": 6172179875,
                "web_url": "https://translations.documentfoundation.org/languages/gu/",
                "url": "https://translations.documentfoundation.org/api/languages/gu/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/languages/gu/statistics/?format=api"
            },
            "language_code": "gu",
            "id": 321444,
            "filename": "gu/helpcontent2/source/text/sbasic/python.po",
            "revision": "39c5dea251126962d9793ff948eed2bd51de6cf6",
            "web_url": "https://translations.documentfoundation.org/projects/libo_help-24-2/textsbasicpython/gu/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_help-24-2/-/gu/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_help-24-2/textsbasicpython/gu/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicpython/gu/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 406,
            "total_words": 4682,
            "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-24-2/textsbasicpython/gu/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicpython/gu/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicpython/gu/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicpython/gu/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicpython/gu/units/?format=api"
        },
        {
            "language": {
                "id": 344,
                "code": "gug",
                "name": "Guaraní (Paraguayan)",
                "plural": {
                    "id": 365,
                    "source": 0,
                    "number": 2,
                    "formula": "n > 1",
                    "type": 1
                },
                "aliases": [],
                "direction": "ltr",
                "population": 0,
                "web_url": "https://translations.documentfoundation.org/languages/gug/",
                "url": "https://translations.documentfoundation.org/api/languages/gug/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/languages/gug/statistics/?format=api"
            },
            "language_code": "gug",
            "id": 321455,
            "filename": "gug/helpcontent2/source/text/sbasic/python.po",
            "revision": "39c5dea251126962d9793ff948eed2bd51de6cf6",
            "web_url": "https://translations.documentfoundation.org/projects/libo_help-24-2/textsbasicpython/gug/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_help-24-2/-/gug/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_help-24-2/textsbasicpython/gug/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicpython/gug/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 406,
            "total_words": 4682,
            "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-24-2/textsbasicpython/gug/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicpython/gug/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicpython/gug/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicpython/gug/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicpython/gug/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": 321463,
            "filename": "ha/helpcontent2/source/text/sbasic/python.po",
            "revision": "39c5dea251126962d9793ff948eed2bd51de6cf6",
            "web_url": "https://translations.documentfoundation.org/projects/libo_help-24-2/textsbasicpython/ha/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_help-24-2/-/ha/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_help-24-2/textsbasicpython/ha/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicpython/ha/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 406,
            "total_words": 4682,
            "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-24-2/textsbasicpython/ha/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicpython/ha/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicpython/ha/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicpython/ha/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicpython/ha/units/?format=api"
        },
        {
            "language": {
                "id": 125,
                "code": "he",
                "name": "Hebrew",
                "plural": {
                    "id": 125,
                    "source": 0,
                    "number": 4,
                    "formula": "(n == 1) ? 0 : ((n == 2) ? 1 : ((n > 10 && n % 10 == 0) ? 2 : 3))",
                    "type": 6
                },
                "aliases": [
                    "he_he",
                    "iw",
                    "iw_il",
                    "iw_he",
                    "heb"
                ],
                "direction": "rtl",
                "population": 867548000,
                "web_url": "https://translations.documentfoundation.org/languages/he/",
                "url": "https://translations.documentfoundation.org/api/languages/he/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/languages/he/statistics/?format=api"
            },
            "language_code": "he",
            "id": 321496,
            "filename": "he/helpcontent2/source/text/sbasic/python.po",
            "revision": "39c5dea251126962d9793ff948eed2bd51de6cf6",
            "web_url": "https://translations.documentfoundation.org/projects/libo_help-24-2/textsbasicpython/he/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_help-24-2/-/he/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_help-24-2/textsbasicpython/he/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicpython/he/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 406,
            "total_words": 4682,
            "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-24-2/textsbasicpython/he/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicpython/he/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicpython/he/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicpython/he/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicpython/he/units/?format=api"
        },
        {
            "language": {
                "id": 126,
                "code": "hi",
                "name": "Hindi",
                "plural": {
                    "id": 126,
                    "source": 0,
                    "number": 2,
                    "formula": "n > 1",
                    "type": 1
                },
                "aliases": [
                    "hin"
                ],
                "direction": "ltr",
                "population": 54555605414,
                "web_url": "https://translations.documentfoundation.org/languages/hi/",
                "url": "https://translations.documentfoundation.org/api/languages/hi/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/languages/hi/statistics/?format=api"
            },
            "language_code": "hi",
            "id": 321501,
            "filename": "hi/helpcontent2/source/text/sbasic/python.po",
            "revision": "39c5dea251126962d9793ff948eed2bd51de6cf6",
            "web_url": "https://translations.documentfoundation.org/projects/libo_help-24-2/textsbasicpython/hi/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_help-24-2/-/hi/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_help-24-2/textsbasicpython/hi/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicpython/hi/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 406,
            "total_words": 4682,
            "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-24-2/textsbasicpython/hi/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicpython/hi/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicpython/hi/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicpython/hi/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicpython/hi/units/?format=api"
        },
        {
            "language": {
                "id": 130,
                "code": "hr",
                "name": "Croatian",
                "plural": {
                    "id": 130,
                    "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": [
                    "scr",
                    "hrv"
                ],
                "direction": "ltr",
                "population": 681316363,
                "web_url": "https://translations.documentfoundation.org/languages/hr/",
                "url": "https://translations.documentfoundation.org/api/languages/hr/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/languages/hr/statistics/?format=api"
            },
            "language_code": "hr",
            "id": 321506,
            "filename": "hr/helpcontent2/source/text/sbasic/python.po",
            "revision": "39c5dea251126962d9793ff948eed2bd51de6cf6",
            "web_url": "https://translations.documentfoundation.org/projects/libo_help-24-2/textsbasicpython/hr/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_help-24-2/-/hr/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_help-24-2/textsbasicpython/hr/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicpython/hr/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 406,
            "total_words": 4682,
            "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-24-2/textsbasicpython/hr/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicpython/hr/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicpython/hr/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicpython/hr/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicpython/hr/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": 321510,
            "filename": "hsb/helpcontent2/source/text/sbasic/python.po",
            "revision": "1aad37ff4d0e4fd59aa4604c1f4caba75b5b517a",
            "web_url": "https://translations.documentfoundation.org/projects/libo_help-24-2/textsbasicpython/hsb/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_help-24-2/-/hsb/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_help-24-2/textsbasicpython/hsb/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicpython/hsb/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 406,
            "total_words": 4682,
            "translated": 406,
            "translated_words": 4682,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 3,
            "failing_checks_words": 12,
            "failing_checks_percent": 0.7,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicpython/hsb/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicpython/hsb/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicpython/hsb/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicpython/hsb/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicpython/hsb/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": 321513,
            "filename": "ht/helpcontent2/source/text/sbasic/python.po",
            "revision": "39c5dea251126962d9793ff948eed2bd51de6cf6",
            "web_url": "https://translations.documentfoundation.org/projects/libo_help-24-2/textsbasicpython/ht/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_help-24-2/-/ht/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_help-24-2/textsbasicpython/ht/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicpython/ht/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 406,
            "total_words": 4682,
            "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-24-2/textsbasicpython/ht/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicpython/ht/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicpython/ht/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicpython/ht/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicpython/ht/units/?format=api"
        },
        {
            "language": {
                "id": 134,
                "code": "hu",
                "name": "Hungarian",
                "plural": {
                    "id": 134,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "hun"
                ],
                "direction": "ltr",
                "population": 1244342978,
                "web_url": "https://translations.documentfoundation.org/languages/hu/",
                "url": "https://translations.documentfoundation.org/api/languages/hu/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/languages/hu/statistics/?format=api"
            },
            "language_code": "hu",
            "id": 321515,
            "filename": "hu/helpcontent2/source/text/sbasic/python.po",
            "revision": "89b621f6c43312686254bba9d13df69fbc1f9534",
            "web_url": "https://translations.documentfoundation.org/projects/libo_help-24-2/textsbasicpython/hu/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_help-24-2/-/hu/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_help-24-2/textsbasicpython/hu/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicpython/hu/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 406,
            "total_words": 4682,
            "translated": 90,
            "translated_words": 1164,
            "translated_percent": 22.1,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 2,
            "failing_checks_words": 57,
            "failing_checks_percent": 0.4,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicpython/hu/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicpython/hu/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicpython/hu/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicpython/hu/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicpython/hu/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": 321517,
            "filename": "hye/helpcontent2/source/text/sbasic/python.po",
            "revision": "39c5dea251126962d9793ff948eed2bd51de6cf6",
            "web_url": "https://translations.documentfoundation.org/projects/libo_help-24-2/textsbasicpython/hye/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_help-24-2/-/hye/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_help-24-2/textsbasicpython/hye/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicpython/hye/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 406,
            "total_words": 4682,
            "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-24-2/textsbasicpython/hye/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicpython/hye/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicpython/hye/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicpython/hye/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicpython/hye/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": 321520,
            "filename": "hyw/helpcontent2/source/text/sbasic/python.po",
            "revision": "39c5dea251126962d9793ff948eed2bd51de6cf6",
            "web_url": "https://translations.documentfoundation.org/projects/libo_help-24-2/textsbasicpython/hyw/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_help-24-2/-/hyw/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_help-24-2/textsbasicpython/hyw/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicpython/hyw/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 406,
            "total_words": 4682,
            "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-24-2/textsbasicpython/hyw/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicpython/hyw/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicpython/hyw/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicpython/hyw/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicpython/hyw/units/?format=api"
        },
        {
            "language": {
                "id": 138,
                "code": "id",
                "name": "Indonesian",
                "plural": {
                    "id": 138,
                    "source": 0,
                    "number": 1,
                    "formula": "0",
                    "type": 0
                },
                "aliases": [
                    "in",
                    "in_id",
                    "ind"
                ],
                "direction": "ltr",
                "population": 17120768720,
                "web_url": "https://translations.documentfoundation.org/languages/id/",
                "url": "https://translations.documentfoundation.org/api/languages/id/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/languages/id/statistics/?format=api"
            },
            "language_code": "id",
            "id": 321523,
            "filename": "id/helpcontent2/source/text/sbasic/python.po",
            "revision": "197d67165a4a988dc9512d2ecaaba8fb06a1b8c7",
            "web_url": "https://translations.documentfoundation.org/projects/libo_help-24-2/textsbasicpython/id/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_help-24-2/-/id/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_help-24-2/textsbasicpython/id/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicpython/id/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 406,
            "total_words": 4682,
            "translated": 192,
            "translated_words": 1841,
            "translated_percent": 47.2,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 5,
            "failing_checks_words": 22,
            "failing_checks_percent": 1.2,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicpython/id/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicpython/id/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicpython/id/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicpython/id/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicpython/id/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": 321527,
            "filename": "ig/helpcontent2/source/text/sbasic/python.po",
            "revision": "39c5dea251126962d9793ff948eed2bd51de6cf6",
            "web_url": "https://translations.documentfoundation.org/projects/libo_help-24-2/textsbasicpython/ig/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_help-24-2/-/ig/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_help-24-2/textsbasicpython/ig/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicpython/ig/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 406,
            "total_words": 4682,
            "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-24-2/textsbasicpython/ig/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicpython/ig/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicpython/ig/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicpython/ig/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicpython/ig/units/?format=api"
        },
        {
            "language": {
                "id": 144,
                "code": "is",
                "name": "Icelandic",
                "plural": {
                    "id": 144,
                    "source": 0,
                    "number": 2,
                    "formula": "n % 10 != 1 || n % 100 == 11",
                    "type": 1
                },
                "aliases": [
                    "ice",
                    "isl"
                ],
                "direction": "ltr",
                "population": 35073400,
                "web_url": "https://translations.documentfoundation.org/languages/is/",
                "url": "https://translations.documentfoundation.org/api/languages/is/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/languages/is/statistics/?format=api"
            },
            "language_code": "is",
            "id": 321530,
            "filename": "is/helpcontent2/source/text/sbasic/python.po",
            "revision": "39c5dea251126962d9793ff948eed2bd51de6cf6",
            "web_url": "https://translations.documentfoundation.org/projects/libo_help-24-2/textsbasicpython/is/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_help-24-2/-/is/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_help-24-2/textsbasicpython/is/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicpython/is/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 406,
            "total_words": 4682,
            "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-24-2/textsbasicpython/is/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicpython/is/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicpython/is/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicpython/is/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicpython/is/units/?format=api"
        },
        {
            "language": {
                "id": 145,
                "code": "it",
                "name": "Italian",
                "plural": {
                    "id": 145,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "ita"
                ],
                "direction": "ltr",
                "population": 7024705997,
                "web_url": "https://translations.documentfoundation.org/languages/it/",
                "url": "https://translations.documentfoundation.org/api/languages/it/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/languages/it/statistics/?format=api"
            },
            "language_code": "it",
            "id": 321533,
            "filename": "it/helpcontent2/source/text/sbasic/python.po",
            "revision": "6b16e5723d052e0f00fb95a69e7784a6f19ac846",
            "web_url": "https://translations.documentfoundation.org/projects/libo_help-24-2/textsbasicpython/it/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_help-24-2/-/it/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_help-24-2/textsbasicpython/it/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicpython/it/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 406,
            "total_words": 4682,
            "translated": 406,
            "translated_words": 4682,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 1,
            "failing_checks_words": 5,
            "failing_checks_percent": 0.2,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicpython/it/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicpython/it/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicpython/it/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicpython/it/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicpython/it/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": 321538,
            "filename": "iu/helpcontent2/source/text/sbasic/python.po",
            "revision": "39c5dea251126962d9793ff948eed2bd51de6cf6",
            "web_url": "https://translations.documentfoundation.org/projects/libo_help-24-2/textsbasicpython/iu/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_help-24-2/-/iu/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_help-24-2/textsbasicpython/iu/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicpython/iu/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 406,
            "total_words": 4682,
            "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-24-2/textsbasicpython/iu/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicpython/iu/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicpython/iu/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicpython/iu/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicpython/iu/units/?format=api"
        },
        {
            "language": {
                "id": 147,
                "code": "ja",
                "name": "Japanese",
                "plural": {
                    "id": 147,
                    "source": 0,
                    "number": 1,
                    "formula": "0",
                    "type": 0
                },
                "aliases": [
                    "jp",
                    "ja_ja",
                    "jpn"
                ],
                "direction": "ltr",
                "population": 11972902534,
                "web_url": "https://translations.documentfoundation.org/languages/ja/",
                "url": "https://translations.documentfoundation.org/api/languages/ja/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/languages/ja/statistics/?format=api"
            },
            "language_code": "ja",
            "id": 321541,
            "filename": "ja/helpcontent2/source/text/sbasic/python.po",
            "revision": "ae4da1b0fdb8a0fe36bda279cf660419abee7212",
            "web_url": "https://translations.documentfoundation.org/projects/libo_help-24-2/textsbasicpython/ja/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_help-24-2/-/ja/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_help-24-2/textsbasicpython/ja/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicpython/ja/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 406,
            "total_words": 4682,
            "translated": 88,
            "translated_words": 835,
            "translated_percent": 21.6,
            "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": "2024-05-12T09:32:03.557262Z",
            "last_author": "Taichi Haradaguchi",
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicpython/ja/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicpython/ja/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicpython/ja/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicpython/ja/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicpython/ja/units/?format=api"
        }
    ]
}