Translation components API.

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

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

{
    "count": 161,
    "next": "https://translations.documentfoundation.org/api/components/libo_ui-master/scp2sourcepython/translations/?format=api&page=4",
    "previous": "https://translations.documentfoundation.org/api/components/libo_ui-master/scp2sourcepython/translations/?format=api&page=2",
    "results": [
        {
            "language": {
                "id": 272,
                "code": "sl",
                "name": "Slovenian",
                "plural": {
                    "id": 272,
                    "source": 0,
                    "number": 4,
                    "formula": "n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3",
                    "type": 6
                },
                "aliases": [
                    "sl_sl",
                    "slv"
                ],
                "direction": "ltr",
                "population": 197317978,
                "web_url": "https://translations.documentfoundation.org/languages/sl/",
                "url": "https://translations.documentfoundation.org/api/languages/sl/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/languages/sl/statistics/?format=api"
            },
            "language_code": "sl",
            "id": 23592,
            "filename": "sl/scp2/source/python.po",
            "revision": "f7de280faaa80e7ad358238666e9014a6fc98d2f",
            "web_url": "https://translations.documentfoundation.org/projects/libo_ui-master/scp2sourcepython/sl/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_ui-master/-/sl/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_ui-master/scp2sourcepython/sl/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcepython/sl/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 2,
            "total_words": 7,
            "translated": 2,
            "translated_words": 7,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 1,
            "failing_checks_words": 1,
            "failing_checks_percent": 50.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcepython/sl/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcepython/sl/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcepython/sl/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcepython/sl/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcepython/sl/units/?format=api"
        },
        {
            "language": {
                "id": 282,
                "code": "sq",
                "name": "Albanian",
                "plural": {
                    "id": 282,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "alb",
                    "sqi"
                ],
                "direction": "ltr",
                "population": 679190641,
                "web_url": "https://translations.documentfoundation.org/languages/sq/",
                "url": "https://translations.documentfoundation.org/api/languages/sq/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/languages/sq/statistics/?format=api"
            },
            "language_code": "sq",
            "id": 23593,
            "filename": "sq/scp2/source/python.po",
            "revision": "de752546379d6f0aee38434851d3824fba47be00",
            "web_url": "https://translations.documentfoundation.org/projects/libo_ui-master/scp2sourcepython/sq/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_ui-master/-/sq/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_ui-master/scp2sourcepython/sq/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcepython/sq/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 2,
            "total_words": 7,
            "translated": 1,
            "translated_words": 1,
            "translated_percent": 50.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_ui-master/scp2sourcepython/sq/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcepython/sq/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcepython/sq/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcepython/sq/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcepython/sq/units/?format=api"
        },
        {
            "language": {
                "id": 283,
                "code": "sr",
                "name": "Serbian",
                "plural": {
                    "id": 283,
                    "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": [
                    "scc",
                    "sr_cs",
                    "rs",
                    "srp"
                ],
                "direction": "ltr",
                "population": 751681872,
                "web_url": "https://translations.documentfoundation.org/languages/sr/",
                "url": "https://translations.documentfoundation.org/api/languages/sr/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/languages/sr/statistics/?format=api"
            },
            "language_code": "sr",
            "id": 23594,
            "filename": "sr/scp2/source/python.po",
            "revision": "afb2f877026c5e839afce8d734b3380d0570d86e",
            "web_url": "https://translations.documentfoundation.org/projects/libo_ui-master/scp2sourcepython/sr/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_ui-master/-/sr/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_ui-master/scp2sourcepython/sr/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcepython/sr/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 2,
            "total_words": 7,
            "translated": 2,
            "translated_words": 7,
            "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_ui-master/scp2sourcepython/sr/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcepython/sr/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcepython/sr/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcepython/sr/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcepython/sr/units/?format=api"
        },
        {
            "language": {
                "id": 285,
                "code": "sr_Latn",
                "name": "Serbian (latin)",
                "plural": {
                    "id": 285,
                    "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": [
                    "serbo_croatian",
                    "sh",
                    "sr_latn_rs",
                    "sr@latin",
                    "sr_rs@latin",
                    "srl",
                    "hbs"
                ],
                "direction": "ltr",
                "population": 808559345,
                "web_url": "https://translations.documentfoundation.org/languages/sr_Latn/",
                "url": "https://translations.documentfoundation.org/api/languages/sr_Latn/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/languages/sr_Latn/statistics/?format=api"
            },
            "language_code": "sr-Latn",
            "id": 23595,
            "filename": "sr-Latn/scp2/source/python.po",
            "revision": "af8542c148f7b7fb817ef4eb80849593de648e53",
            "web_url": "https://translations.documentfoundation.org/projects/libo_ui-master/scp2sourcepython/sr_Latn/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_ui-master/-/sr_Latn/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_ui-master/scp2sourcepython/sr_Latn/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcepython/sr_Latn/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 2,
            "total_words": 7,
            "translated": 2,
            "translated_words": 7,
            "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_ui-master/scp2sourcepython/sr_Latn/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcepython/sr_Latn/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcepython/sr_Latn/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcepython/sr_Latn/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcepython/sr_Latn/units/?format=api"
        },
        {
            "language": {
                "id": 286,
                "code": "ss",
                "name": "Swati",
                "plural": {
                    "id": 286,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "ssw"
                ],
                "direction": "ltr",
                "population": 221237952,
                "web_url": "https://translations.documentfoundation.org/languages/ss/",
                "url": "https://translations.documentfoundation.org/api/languages/ss/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/languages/ss/statistics/?format=api"
            },
            "language_code": "ss",
            "id": 23596,
            "filename": "ss/scp2/source/python.po",
            "revision": "08460a62da519042f856ad7ed817dbe5f5ba5b57",
            "web_url": "https://translations.documentfoundation.org/projects/libo_ui-master/scp2sourcepython/ss/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_ui-master/-/ss/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_ui-master/scp2sourcepython/ss/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcepython/ss/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 2,
            "total_words": 7,
            "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_ui-master/scp2sourcepython/ss/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcepython/ss/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcepython/ss/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcepython/ss/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcepython/ss/units/?format=api"
        },
        {
            "language": {
                "id": 288,
                "code": "st",
                "name": "Sotho (Southern)",
                "plural": {
                    "id": 288,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "sot"
                ],
                "direction": "ltr",
                "population": 639056780,
                "web_url": "https://translations.documentfoundation.org/languages/st/",
                "url": "https://translations.documentfoundation.org/api/languages/st/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/languages/st/statistics/?format=api"
            },
            "language_code": "st",
            "id": 23597,
            "filename": "st/scp2/source/python.po",
            "revision": "828ccd12c21e7b3b88f5727c5cbb6b048a7fd3c8",
            "web_url": "https://translations.documentfoundation.org/projects/libo_ui-master/scp2sourcepython/st/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_ui-master/-/st/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_ui-master/scp2sourcepython/st/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcepython/st/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 2,
            "total_words": 7,
            "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_ui-master/scp2sourcepython/st/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcepython/st/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcepython/st/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcepython/st/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcepython/st/units/?format=api"
        },
        {
            "language": {
                "id": 290,
                "code": "sv",
                "name": "Swedish",
                "plural": {
                    "id": 290,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "sve",
                    "swe"
                ],
                "direction": "ltr",
                "population": 1293287110,
                "web_url": "https://translations.documentfoundation.org/languages/sv/",
                "url": "https://translations.documentfoundation.org/api/languages/sv/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/languages/sv/statistics/?format=api"
            },
            "language_code": "sv",
            "id": 23598,
            "filename": "sv/scp2/source/python.po",
            "revision": "a52e7682f7611193fbb319bef662d9b03b32a3d9",
            "web_url": "https://translations.documentfoundation.org/projects/libo_ui-master/scp2sourcepython/sv/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_ui-master/-/sv/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_ui-master/scp2sourcepython/sv/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcepython/sv/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 2,
            "total_words": 7,
            "translated": 2,
            "translated_words": 7,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 1,
            "failing_checks_words": 1,
            "failing_checks_percent": 50.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcepython/sv/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcepython/sv/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcepython/sv/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcepython/sv/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcepython/sv/units/?format=api"
        },
        {
            "language": {
                "id": 294,
                "code": "szl",
                "name": "Silesian",
                "plural": {
                    "id": 294,
                    "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": 49766990,
                "web_url": "https://translations.documentfoundation.org/languages/szl/",
                "url": "https://translations.documentfoundation.org/api/languages/szl/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/languages/szl/statistics/?format=api"
            },
            "language_code": "szl",
            "id": 23599,
            "filename": "szl/scp2/source/python.po",
            "revision": "13ef0c6e4a2b4504a056ea8a4f6e2cd5eef44f91",
            "web_url": "https://translations.documentfoundation.org/projects/libo_ui-master/scp2sourcepython/szl/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_ui-master/-/szl/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_ui-master/scp2sourcepython/szl/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcepython/szl/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 2,
            "total_words": 7,
            "translated": 2,
            "translated_words": 7,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 1,
            "failing_checks_words": 1,
            "failing_checks_percent": 50.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcepython/szl/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcepython/szl/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcepython/szl/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcepython/szl/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcepython/szl/units/?format=api"
        },
        {
            "language": {
                "id": 295,
                "code": "ta",
                "name": "Tamil",
                "plural": {
                    "id": 295,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "tam"
                ],
                "direction": "ltr",
                "population": 8561615920,
                "web_url": "https://translations.documentfoundation.org/languages/ta/",
                "url": "https://translations.documentfoundation.org/api/languages/ta/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/languages/ta/statistics/?format=api"
            },
            "language_code": "ta",
            "id": 23600,
            "filename": "ta/scp2/source/python.po",
            "revision": "1e1b529b0627732f07afa0cde33952f142c1d329",
            "web_url": "https://translations.documentfoundation.org/projects/libo_ui-master/scp2sourcepython/ta/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_ui-master/-/ta/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_ui-master/scp2sourcepython/ta/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcepython/ta/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 2,
            "total_words": 7,
            "translated": 2,
            "translated_words": 7,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 1,
            "failing_checks_words": 1,
            "failing_checks_percent": 50.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcepython/ta/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcepython/ta/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcepython/ta/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcepython/ta/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcepython/ta/units/?format=api"
        },
        {
            "language": {
                "id": 297,
                "code": "te",
                "name": "Telugu",
                "plural": {
                    "id": 297,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "tel"
                ],
                "direction": "ltr",
                "population": 9547848000,
                "web_url": "https://translations.documentfoundation.org/languages/te/",
                "url": "https://translations.documentfoundation.org/api/languages/te/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/languages/te/statistics/?format=api"
            },
            "language_code": "te",
            "id": 23601,
            "filename": "te/scp2/source/python.po",
            "revision": "c4b8f08004872dcfa838fa6bcdebfe7df97dc326",
            "web_url": "https://translations.documentfoundation.org/projects/libo_ui-master/scp2sourcepython/te/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_ui-master/-/te/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_ui-master/scp2sourcepython/te/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcepython/te/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 2,
            "total_words": 7,
            "translated": 2,
            "translated_words": 7,
            "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_ui-master/scp2sourcepython/te/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcepython/te/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcepython/te/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcepython/te/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcepython/te/units/?format=api"
        },
        {
            "language": {
                "id": 299,
                "code": "tg",
                "name": "Tajik",
                "plural": {
                    "id": 299,
                    "source": 0,
                    "number": 1,
                    "formula": "0",
                    "type": 0
                },
                "aliases": [
                    "tgk"
                ],
                "direction": "ltr",
                "population": 887367000,
                "web_url": "https://translations.documentfoundation.org/languages/tg/",
                "url": "https://translations.documentfoundation.org/api/languages/tg/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/languages/tg/statistics/?format=api"
            },
            "language_code": "tg",
            "id": 23602,
            "filename": "tg/scp2/source/python.po",
            "revision": "959f4e5846d28f6bc7987142253838044fe446ce",
            "web_url": "https://translations.documentfoundation.org/projects/libo_ui-master/scp2sourcepython/tg/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_ui-master/-/tg/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_ui-master/scp2sourcepython/tg/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcepython/tg/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 2,
            "total_words": 7,
            "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_ui-master/scp2sourcepython/tg/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcepython/tg/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcepython/tg/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcepython/tg/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcepython/tg/units/?format=api"
        },
        {
            "language": {
                "id": 300,
                "code": "th",
                "name": "Thai",
                "plural": {
                    "id": 300,
                    "source": 0,
                    "number": 1,
                    "formula": "0",
                    "type": 0
                },
                "aliases": [
                    "tha"
                ],
                "direction": "ltr",
                "population": 5518192000,
                "web_url": "https://translations.documentfoundation.org/languages/th/",
                "url": "https://translations.documentfoundation.org/api/languages/th/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/languages/th/statistics/?format=api"
            },
            "language_code": "th",
            "id": 23603,
            "filename": "th/scp2/source/python.po",
            "revision": "b32d413c2240ec4b012c8a3e161b334eb5d845e6",
            "web_url": "https://translations.documentfoundation.org/projects/libo_ui-master/scp2sourcepython/th/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_ui-master/-/th/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_ui-master/scp2sourcepython/th/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcepython/th/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 2,
            "total_words": 7,
            "translated": 2,
            "translated_words": 7,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 1,
            "failing_checks_words": 1,
            "failing_checks_percent": 50.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-03-27T09:04:33.002873Z",
            "last_author": "Theppitak Karoonboonyanan",
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcepython/th/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcepython/th/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcepython/th/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcepython/th/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcepython/th/units/?format=api"
        },
        {
            "language": {
                "id": 301,
                "code": "ti",
                "name": "Tigrinya",
                "plural": {
                    "id": 301,
                    "source": 0,
                    "number": 2,
                    "formula": "n > 1",
                    "type": 1
                },
                "aliases": [
                    "tir"
                ],
                "direction": "ltr",
                "population": 1014591057,
                "web_url": "https://translations.documentfoundation.org/languages/ti/",
                "url": "https://translations.documentfoundation.org/api/languages/ti/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/languages/ti/statistics/?format=api"
            },
            "language_code": "ti",
            "id": 23604,
            "filename": "ti/scp2/source/python.po",
            "revision": "10d76a232f49d905a1c4eb2121c13a909e49f4db",
            "web_url": "https://translations.documentfoundation.org/projects/libo_ui-master/scp2sourcepython/ti/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_ui-master/-/ti/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_ui-master/scp2sourcepython/ti/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcepython/ti/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 2,
            "total_words": 7,
            "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_ui-master/scp2sourcepython/ti/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcepython/ti/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcepython/ti/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcepython/ti/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcepython/ti/units/?format=api"
        },
        {
            "language": {
                "id": 307,
                "code": "tn",
                "name": "Tswana",
                "plural": {
                    "id": 307,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "tsn"
                ],
                "direction": "ltr",
                "population": 611342805,
                "web_url": "https://translations.documentfoundation.org/languages/tn/",
                "url": "https://translations.documentfoundation.org/api/languages/tn/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/languages/tn/statistics/?format=api"
            },
            "language_code": "tn",
            "id": 23605,
            "filename": "tn/scp2/source/python.po",
            "revision": "1260df85ee8b42a8bdc71a589e781ec0a81efe51",
            "web_url": "https://translations.documentfoundation.org/projects/libo_ui-master/scp2sourcepython/tn/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_ui-master/-/tn/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_ui-master/scp2sourcepython/tn/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcepython/tn/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 2,
            "total_words": 7,
            "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_ui-master/scp2sourcepython/tn/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcepython/tn/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcepython/tn/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcepython/tn/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcepython/tn/units/?format=api"
        },
        {
            "language": {
                "id": 309,
                "code": "tr",
                "name": "Turkish",
                "plural": {
                    "id": 309,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "trk",
                    "tur"
                ],
                "direction": "ltr",
                "population": 8036070514,
                "web_url": "https://translations.documentfoundation.org/languages/tr/",
                "url": "https://translations.documentfoundation.org/api/languages/tr/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/languages/tr/statistics/?format=api"
            },
            "language_code": "tr",
            "id": 23606,
            "filename": "tr/scp2/source/python.po",
            "revision": "2e02d3b9fddab351609c26e32b4ef395e71cdbd1",
            "web_url": "https://translations.documentfoundation.org/projects/libo_ui-master/scp2sourcepython/tr/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_ui-master/-/tr/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_ui-master/scp2sourcepython/tr/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcepython/tr/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 2,
            "total_words": 7,
            "translated": 2,
            "translated_words": 7,
            "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_ui-master/scp2sourcepython/tr/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcepython/tr/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcepython/tr/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcepython/tr/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcepython/tr/units/?format=api"
        },
        {
            "language": {
                "id": 310,
                "code": "ts",
                "name": "Tsonga",
                "plural": {
                    "id": 310,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "tso"
                ],
                "direction": "ltr",
                "population": 488093236,
                "web_url": "https://translations.documentfoundation.org/languages/ts/",
                "url": "https://translations.documentfoundation.org/api/languages/ts/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/languages/ts/statistics/?format=api"
            },
            "language_code": "ts",
            "id": 23607,
            "filename": "ts/scp2/source/python.po",
            "revision": "38773bc7d42b7fad108c4c6df6811262c6cb31d6",
            "web_url": "https://translations.documentfoundation.org/projects/libo_ui-master/scp2sourcepython/ts/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_ui-master/-/ts/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_ui-master/scp2sourcepython/ts/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcepython/ts/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 2,
            "total_words": 7,
            "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_ui-master/scp2sourcepython/ts/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcepython/ts/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcepython/ts/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcepython/ts/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcepython/ts/units/?format=api"
        },
        {
            "language": {
                "id": 311,
                "code": "tt",
                "name": "Tatar",
                "plural": {
                    "id": 311,
                    "source": 0,
                    "number": 1,
                    "formula": "0",
                    "type": 0
                },
                "aliases": [
                    "tat"
                ],
                "direction": "ltr",
                "population": 198410800,
                "web_url": "https://translations.documentfoundation.org/languages/tt/",
                "url": "https://translations.documentfoundation.org/api/languages/tt/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/languages/tt/statistics/?format=api"
            },
            "language_code": "tt",
            "id": 23608,
            "filename": "tt/scp2/source/python.po",
            "revision": "79132e24c63741453f78fb6789e141b33a0abdd5",
            "web_url": "https://translations.documentfoundation.org/projects/libo_ui-master/scp2sourcepython/tt/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_ui-master/-/tt/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_ui-master/scp2sourcepython/tt/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcepython/tt/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 2,
            "total_words": 7,
            "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_ui-master/scp2sourcepython/tt/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcepython/tt/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcepython/tt/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcepython/tt/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcepython/tt/units/?format=api"
        },
        {
            "language": {
                "id": 316,
                "code": "ug",
                "name": "Uyghur",
                "plural": {
                    "id": 316,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "uig"
                ],
                "direction": "rtl",
                "population": 767011479,
                "web_url": "https://translations.documentfoundation.org/languages/ug/",
                "url": "https://translations.documentfoundation.org/api/languages/ug/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/languages/ug/statistics/?format=api"
            },
            "language_code": "ug",
            "id": 23609,
            "filename": "ug/scp2/source/python.po",
            "revision": "b1976dfa0ead63b490b604730dde1aa743c52f57",
            "web_url": "https://translations.documentfoundation.org/projects/libo_ui-master/scp2sourcepython/ug/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_ui-master/-/ug/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_ui-master/scp2sourcepython/ug/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcepython/ug/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 2,
            "total_words": 7,
            "translated": 2,
            "translated_words": 7,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 1,
            "failing_checks_words": 1,
            "failing_checks_percent": 50.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcepython/ug/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcepython/ug/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcepython/ug/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcepython/ug/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcepython/ug/units/?format=api"
        },
        {
            "language": {
                "id": 317,
                "code": "uk",
                "name": "Ukrainian",
                "plural": {
                    "id": 317,
                    "source": 0,
                    "number": 3,
                    "formula": "n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2",
                    "type": 22
                },
                "aliases": [
                    "ua",
                    "ua_ua",
                    "uk_uk",
                    "ukr"
                ],
                "direction": "ltr",
                "population": 2934897557,
                "web_url": "https://translations.documentfoundation.org/languages/uk/",
                "url": "https://translations.documentfoundation.org/api/languages/uk/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/languages/uk/statistics/?format=api"
            },
            "language_code": "uk",
            "id": 23610,
            "filename": "uk/scp2/source/python.po",
            "revision": "4d4df99ae93d51c6cb63bc7992bd414a86b46af1",
            "web_url": "https://translations.documentfoundation.org/projects/libo_ui-master/scp2sourcepython/uk/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_ui-master/-/uk/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_ui-master/scp2sourcepython/uk/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcepython/uk/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 2,
            "total_words": 7,
            "translated": 2,
            "translated_words": 7,
            "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_ui-master/scp2sourcepython/uk/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcepython/uk/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcepython/uk/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcepython/uk/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcepython/uk/units/?format=api"
        },
        {
            "language": {
                "id": 318,
                "code": "ur",
                "name": "Urdu",
                "plural": {
                    "id": 318,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "urd"
                ],
                "direction": "rtl",
                "population": 29079029090,
                "web_url": "https://translations.documentfoundation.org/languages/ur/",
                "url": "https://translations.documentfoundation.org/api/languages/ur/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/languages/ur/statistics/?format=api"
            },
            "language_code": "ur",
            "id": 23611,
            "filename": "ur/scp2/source/python.po",
            "revision": "234aa4cb22c7389dd73a6afcd96dbdb28f5f1097",
            "web_url": "https://translations.documentfoundation.org/projects/libo_ui-master/scp2sourcepython/ur/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_ui-master/-/ur/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_ui-master/scp2sourcepython/ur/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcepython/ur/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 2,
            "total_words": 7,
            "translated": 2,
            "translated_words": 7,
            "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": "2021-08-26T22:02:40.091544Z",
            "last_author": "imran",
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcepython/ur/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcepython/ur/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcepython/ur/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcepython/ur/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcepython/ur/units/?format=api"
        },
        {
            "language": {
                "id": 320,
                "code": "uz",
                "name": "Uzbek",
                "plural": {
                    "id": 320,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "uz@cyrillic",
                    "uzb"
                ],
                "direction": "ltr",
                "population": 2648013512,
                "web_url": "https://translations.documentfoundation.org/languages/uz/",
                "url": "https://translations.documentfoundation.org/api/languages/uz/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/languages/uz/statistics/?format=api"
            },
            "language_code": "uz",
            "id": 23612,
            "filename": "uz/scp2/source/python.po",
            "revision": "8b64d52630cfa5ee80d15ea1a45769d66f487ddf",
            "web_url": "https://translations.documentfoundation.org/projects/libo_ui-master/scp2sourcepython/uz/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_ui-master/-/uz/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_ui-master/scp2sourcepython/uz/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcepython/uz/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 2,
            "total_words": 7,
            "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_ui-master/scp2sourcepython/uz/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcepython/uz/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcepython/uz/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcepython/uz/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcepython/uz/units/?format=api"
        },
        {
            "language": {
                "id": 322,
                "code": "ve",
                "name": "Venda",
                "plural": {
                    "id": 322,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "ven"
                ],
                "direction": "ltr",
                "population": 139175912,
                "web_url": "https://translations.documentfoundation.org/languages/ve/",
                "url": "https://translations.documentfoundation.org/api/languages/ve/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/languages/ve/statistics/?format=api"
            },
            "language_code": "ve",
            "id": 23613,
            "filename": "ve/scp2/source/python.po",
            "revision": "27a4cf45d36678b71b6e166d7c323621d944f7f5",
            "web_url": "https://translations.documentfoundation.org/projects/libo_ui-master/scp2sourcepython/ve/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_ui-master/-/ve/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_ui-master/scp2sourcepython/ve/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcepython/ve/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 2,
            "total_words": 7,
            "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_ui-master/scp2sourcepython/ve/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcepython/ve/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcepython/ve/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcepython/ve/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcepython/ve/units/?format=api"
        },
        {
            "language": {
                "id": 323,
                "code": "vec",
                "name": "Venetian",
                "plural": {
                    "id": 323,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [],
                "direction": "ltr",
                "population": 138082962,
                "web_url": "https://translations.documentfoundation.org/languages/vec/",
                "url": "https://translations.documentfoundation.org/api/languages/vec/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/languages/vec/statistics/?format=api"
            },
            "language_code": "vec",
            "id": 23614,
            "filename": "vec/scp2/source/python.po",
            "revision": "5c84f42a36ab96ce7f49eafa9407f2da0d8cda7c",
            "web_url": "https://translations.documentfoundation.org/projects/libo_ui-master/scp2sourcepython/vec/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_ui-master/-/vec/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_ui-master/scp2sourcepython/vec/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcepython/vec/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 2,
            "total_words": 7,
            "translated": 2,
            "translated_words": 7,
            "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_ui-master/scp2sourcepython/vec/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcepython/vec/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcepython/vec/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcepython/vec/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcepython/vec/units/?format=api"
        },
        {
            "language": {
                "id": 324,
                "code": "vi",
                "name": "Vietnamese",
                "plural": {
                    "id": 324,
                    "source": 0,
                    "number": 1,
                    "formula": "0",
                    "type": 0
                },
                "aliases": [
                    "vn",
                    "vie"
                ],
                "direction": "ltr",
                "population": 8622296179,
                "web_url": "https://translations.documentfoundation.org/languages/vi/",
                "url": "https://translations.documentfoundation.org/api/languages/vi/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/languages/vi/statistics/?format=api"
            },
            "language_code": "vi",
            "id": 23615,
            "filename": "vi/scp2/source/python.po",
            "revision": "cac5ccdcd5d952ca768d05049a7c8792d9d97283",
            "web_url": "https://translations.documentfoundation.org/projects/libo_ui-master/scp2sourcepython/vi/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_ui-master/-/vi/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_ui-master/scp2sourcepython/vi/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcepython/vi/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 2,
            "total_words": 7,
            "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_ui-master/scp2sourcepython/vi/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcepython/vi/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcepython/vi/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcepython/vi/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcepython/vi/units/?format=api"
        },
        {
            "language": {
                "id": 332,
                "code": "wo",
                "name": "Wolof",
                "plural": {
                    "id": 332,
                    "source": 0,
                    "number": 1,
                    "formula": "0",
                    "type": 0
                },
                "aliases": [
                    "wol"
                ],
                "direction": "ltr",
                "population": 1102549370,
                "web_url": "https://translations.documentfoundation.org/languages/wo/",
                "url": "https://translations.documentfoundation.org/api/languages/wo/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/languages/wo/statistics/?format=api"
            },
            "language_code": "wo",
            "id": 23616,
            "filename": "wo/scp2/source/python.po",
            "revision": "2908b4dee83e770645ed1488dce394eb8282a3ed",
            "web_url": "https://translations.documentfoundation.org/projects/libo_ui-master/scp2sourcepython/wo/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_ui-master/-/wo/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_ui-master/scp2sourcepython/wo/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcepython/wo/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 2,
            "total_words": 7,
            "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_ui-master/scp2sourcepython/wo/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcepython/wo/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcepython/wo/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcepython/wo/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcepython/wo/units/?format=api"
        },
        {
            "language": {
                "id": 333,
                "code": "xh",
                "name": "Xhosa",
                "plural": {
                    "id": 333,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "xho"
                ],
                "direction": "ltr",
                "population": 1018294436,
                "web_url": "https://translations.documentfoundation.org/languages/xh/",
                "url": "https://translations.documentfoundation.org/api/languages/xh/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/languages/xh/statistics/?format=api"
            },
            "language_code": "xh",
            "id": 23617,
            "filename": "xh/scp2/source/python.po",
            "revision": "f083fc5b314eaf360edf27bf105f9b3bd39e60bc",
            "web_url": "https://translations.documentfoundation.org/projects/libo_ui-master/scp2sourcepython/xh/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_ui-master/-/xh/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_ui-master/scp2sourcepython/xh/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcepython/xh/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 2,
            "total_words": 7,
            "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_ui-master/scp2sourcepython/xh/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcepython/xh/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcepython/xh/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcepython/xh/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcepython/xh/units/?format=api"
        },
        {
            "language": {
                "id": 339,
                "code": "zh_Hans",
                "name": "Chinese (Simplified)",
                "plural": {
                    "id": 339,
                    "source": 0,
                    "number": 1,
                    "formula": "0",
                    "type": 0
                },
                "aliases": [
                    "chinese",
                    "chinese_chs",
                    "schinese",
                    "chinese_zh",
                    "cn",
                    "zh",
                    "zhcn",
                    "zh_cn",
                    "zh_chs",
                    "cmn",
                    "zh_hans_cn",
                    "zh_cmn_hans",
                    "chs",
                    "chi"
                ],
                "direction": "ltr",
                "population": 126606635982,
                "web_url": "https://translations.documentfoundation.org/languages/zh_Hans/",
                "url": "https://translations.documentfoundation.org/api/languages/zh_Hans/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/languages/zh_Hans/statistics/?format=api"
            },
            "language_code": "zh-CN",
            "id": 23618,
            "filename": "zh-CN/scp2/source/python.po",
            "revision": "1be592a38a0adaa65397e413432b4990ca6c2016",
            "web_url": "https://translations.documentfoundation.org/projects/libo_ui-master/scp2sourcepython/zh_Hans/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_ui-master/-/zh_Hans/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_ui-master/scp2sourcepython/zh_Hans/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcepython/zh_Hans/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 2,
            "total_words": 7,
            "translated": 2,
            "translated_words": 7,
            "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_ui-master/scp2sourcepython/zh_Hans/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcepython/zh_Hans/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcepython/zh_Hans/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcepython/zh_Hans/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcepython/zh_Hans/units/?format=api"
        },
        {
            "language": {
                "id": 340,
                "code": "zh_Hant",
                "name": "Chinese (Traditional)",
                "plural": {
                    "id": 340,
                    "source": 0,
                    "number": 1,
                    "formula": "0",
                    "type": 0
                },
                "aliases": [
                    "tchinese",
                    "zhtw",
                    "zh_tw",
                    "zh_hant_tw",
                    "zh_hant@zh",
                    "zh_cmn_hant",
                    "cht",
                    "zho"
                ],
                "direction": "ltr",
                "population": 3861255636,
                "web_url": "https://translations.documentfoundation.org/languages/zh_Hant/",
                "url": "https://translations.documentfoundation.org/api/languages/zh_Hant/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/languages/zh_Hant/statistics/?format=api"
            },
            "language_code": "zh-TW",
            "id": 23619,
            "filename": "zh-TW/scp2/source/python.po",
            "revision": "3d1a83aa2c491a2f28465d62558e1ebafa9fa0e6",
            "web_url": "https://translations.documentfoundation.org/projects/libo_ui-master/scp2sourcepython/zh_Hant/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_ui-master/-/zh_Hant/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_ui-master/scp2sourcepython/zh_Hant/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcepython/zh_Hant/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 2,
            "total_words": 7,
            "translated": 2,
            "translated_words": 7,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 1,
            "failing_checks_words": 1,
            "failing_checks_percent": 50.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcepython/zh_Hant/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcepython/zh_Hant/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcepython/zh_Hant/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcepython/zh_Hant/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcepython/zh_Hant/units/?format=api"
        },
        {
            "language": {
                "id": 342,
                "code": "zu",
                "name": "Zulu",
                "plural": {
                    "id": 342,
                    "source": 0,
                    "number": 2,
                    "formula": "n > 1",
                    "type": 1
                },
                "aliases": [
                    "zul"
                ],
                "direction": "ltr",
                "population": 1397382951,
                "web_url": "https://translations.documentfoundation.org/languages/zu/",
                "url": "https://translations.documentfoundation.org/api/languages/zu/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/languages/zu/statistics/?format=api"
            },
            "language_code": "zu",
            "id": 23620,
            "filename": "zu/scp2/source/python.po",
            "revision": "83164590a37c071d0dcb43b5162578dfffa7f44b",
            "web_url": "https://translations.documentfoundation.org/projects/libo_ui-master/scp2sourcepython/zu/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_ui-master/-/zu/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_ui-master/scp2sourcepython/zu/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcepython/zu/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 2,
            "total_words": 7,
            "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_ui-master/scp2sourcepython/zu/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcepython/zu/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcepython/zu/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcepython/zu/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcepython/zu/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": 23621,
            "filename": "ca-valencia/scp2/source/python.po",
            "revision": "463f245ac77d0c47113fe7b574032182a48347d6",
            "web_url": "https://translations.documentfoundation.org/projects/libo_ui-master/scp2sourcepython/ca_VALENCIA/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_ui-master/-/ca_VALENCIA/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_ui-master/scp2sourcepython/ca_VALENCIA/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcepython/ca_VALENCIA/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 2,
            "total_words": 7,
            "translated": 2,
            "translated_words": 7,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 1,
            "failing_checks_words": 1,
            "failing_checks_percent": 50.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcepython/ca_VALENCIA/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcepython/ca_VALENCIA/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcepython/ca_VALENCIA/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcepython/ca_VALENCIA/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcepython/ca_VALENCIA/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": 23622,
            "filename": "gug/scp2/source/python.po",
            "revision": "f5c57ef71d33e55746050747d8fb18d0ca104110",
            "web_url": "https://translations.documentfoundation.org/projects/libo_ui-master/scp2sourcepython/gug/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_ui-master/-/gug/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_ui-master/scp2sourcepython/gug/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcepython/gug/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 2,
            "total_words": 7,
            "translated": 1,
            "translated_words": 1,
            "translated_percent": 50.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 1,
            "failing_checks_words": 1,
            "failing_checks_percent": 50.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcepython/gug/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcepython/gug/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcepython/gug/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcepython/gug/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcepython/gug/units/?format=api"
        },
        {
            "language": {
                "id": 345,
                "code": "sid",
                "name": "Sidamo",
                "plural": {
                    "id": 371,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [],
                "direction": "ltr",
                "population": 378395500,
                "web_url": "https://translations.documentfoundation.org/languages/sid/",
                "url": "https://translations.documentfoundation.org/api/languages/sid/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/languages/sid/statistics/?format=api"
            },
            "language_code": "sid",
            "id": 23623,
            "filename": "sid/scp2/source/python.po",
            "revision": "a1a342675641651b2e30f6c658c1a85cd7f53648",
            "web_url": "https://translations.documentfoundation.org/projects/libo_ui-master/scp2sourcepython/sid/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_ui-master/-/sid/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_ui-master/scp2sourcepython/sid/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcepython/sid/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 2,
            "total_words": 7,
            "translated": 2,
            "translated_words": 7,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 2,
            "failing_checks_words": 7,
            "failing_checks_percent": 100.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcepython/sid/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcepython/sid/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcepython/sid/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcepython/sid/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcepython/sid/units/?format=api"
        },
        {
            "language": {
                "id": 346,
                "code": "dgo",
                "name": "Dogri",
                "plural": {
                    "id": 378,
                    "source": 0,
                    "number": 2,
                    "formula": "n > 1",
                    "type": 1
                },
                "aliases": [],
                "direction": "ltr",
                "population": 0,
                "web_url": "https://translations.documentfoundation.org/languages/dgo/",
                "url": "https://translations.documentfoundation.org/api/languages/dgo/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/languages/dgo/statistics/?format=api"
            },
            "language_code": "dgo",
            "id": 23624,
            "filename": "dgo/scp2/source/python.po",
            "revision": "d222e052f3449d39cece7d9a017c63cb1e5a1bee",
            "web_url": "https://translations.documentfoundation.org/projects/libo_ui-master/scp2sourcepython/dgo/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_ui-master/-/dgo/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_ui-master/scp2sourcepython/dgo/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcepython/dgo/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 2,
            "total_words": 7,
            "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_ui-master/scp2sourcepython/dgo/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcepython/dgo/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcepython/dgo/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcepython/dgo/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcepython/dgo/units/?format=api"
        },
        {
            "language": {
                "id": 347,
                "code": "gbm",
                "name": "Garhwali",
                "plural": {
                    "id": 380,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [],
                "direction": "ltr",
                "population": 358044300,
                "web_url": "https://translations.documentfoundation.org/languages/gbm/",
                "url": "https://translations.documentfoundation.org/api/languages/gbm/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/languages/gbm/statistics/?format=api"
            },
            "language_code": "gbm",
            "id": 23625,
            "filename": "gbm/scp2/source/python.po",
            "revision": "611b6dc64a5ed30f271ab4ad6b6262829a733cf2",
            "web_url": "https://translations.documentfoundation.org/projects/libo_ui-master/scp2sourcepython/gbm/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_ui-master/-/gbm/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_ui-master/scp2sourcepython/gbm/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcepython/gbm/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 2,
            "total_words": 7,
            "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_ui-master/scp2sourcepython/gbm/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcepython/gbm/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcepython/gbm/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcepython/gbm/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcepython/gbm/units/?format=api"
        },
        {
            "language": {
                "id": 348,
                "code": "kmr_LATN",
                "name": "Kurdish (Northern)",
                "plural": {
                    "id": 1700511,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [],
                "direction": "ltr",
                "population": 0,
                "web_url": "https://translations.documentfoundation.org/languages/kmr_LATN/",
                "url": "https://translations.documentfoundation.org/api/languages/kmr_LATN/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/languages/kmr_LATN/statistics/?format=api"
            },
            "language_code": "kmr-Latn",
            "id": 23626,
            "filename": "kmr-Latn/scp2/source/python.po",
            "revision": "f8a97d43dc0b70451e7dd771c2b4e0a72de0a958",
            "web_url": "https://translations.documentfoundation.org/projects/libo_ui-master/scp2sourcepython/kmr_LATN/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_ui-master/-/kmr_LATN/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_ui-master/scp2sourcepython/kmr_LATN/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcepython/kmr_LATN/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 2,
            "total_words": 7,
            "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_ui-master/scp2sourcepython/kmr_LATN/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcepython/kmr_LATN/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcepython/kmr_LATN/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcepython/kmr_LATN/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcepython/kmr_LATN/units/?format=api"
        },
        {
            "language": {
                "id": 349,
                "code": "pap_CW",
                "name": "Papiamento",
                "plural": {
                    "id": 386,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [],
                "direction": "ltr",
                "population": 0,
                "web_url": "https://translations.documentfoundation.org/languages/pap_CW/",
                "url": "https://translations.documentfoundation.org/api/languages/pap_CW/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/languages/pap_CW/statistics/?format=api"
            },
            "language_code": "pap-CW",
            "id": 23627,
            "filename": "pap-CW/scp2/source/python.po",
            "revision": "5edb308d92baad4fa47bd22ea7f1e2822a855da3",
            "web_url": "https://translations.documentfoundation.org/projects/libo_ui-master/scp2sourcepython/pap_CW/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_ui-master/-/pap_CW/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_ui-master/scp2sourcepython/pap_CW/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcepython/pap_CW/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 2,
            "total_words": 7,
            "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_ui-master/scp2sourcepython/pap_CW/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcepython/pap_CW/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcepython/pap_CW/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcepython/pap_CW/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcepython/pap_CW/units/?format=api"
        },
        {
            "language": {
                "id": 350,
                "code": "sa_IN",
                "name": "Sanskrit",
                "plural": {
                    "id": 387,
                    "source": 0,
                    "number": 3,
                    "formula": "n==1 ? 0 : n==2 ? 1 : 2",
                    "type": 4
                },
                "aliases": [],
                "direction": "ltr",
                "population": 0,
                "web_url": "https://translations.documentfoundation.org/languages/sa_IN/",
                "url": "https://translations.documentfoundation.org/api/languages/sa_IN/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/languages/sa_IN/statistics/?format=api"
            },
            "language_code": "sa-IN",
            "id": 23628,
            "filename": "sa-IN/scp2/source/python.po",
            "revision": "0df8c8e7988a6b44d58069cca730faaa2a37bf4c",
            "web_url": "https://translations.documentfoundation.org/projects/libo_ui-master/scp2sourcepython/sa_IN/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_ui-master/-/sa_IN/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_ui-master/scp2sourcepython/sa_IN/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcepython/sa_IN/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 2,
            "total_words": 7,
            "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_ui-master/scp2sourcepython/sa_IN/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcepython/sa_IN/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcepython/sa_IN/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcepython/sa_IN/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcepython/sa_IN/units/?format=api"
        },
        {
            "language": {
                "id": 351,
                "code": "sw_TZ",
                "name": "Swahili (Tanzania)",
                "plural": {
                    "id": 388,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [],
                "direction": "ltr",
                "population": 5269752000,
                "web_url": "https://translations.documentfoundation.org/languages/sw_TZ/",
                "url": "https://translations.documentfoundation.org/api/languages/sw_TZ/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/languages/sw_TZ/statistics/?format=api"
            },
            "language_code": "sw-TZ",
            "id": 23629,
            "filename": "sw-TZ/scp2/source/python.po",
            "revision": "267aec00370983416866b923af961a6ee1a385fc",
            "web_url": "https://translations.documentfoundation.org/projects/libo_ui-master/scp2sourcepython/sw_TZ/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_ui-master/-/sw_TZ/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_ui-master/scp2sourcepython/sw_TZ/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcepython/sw_TZ/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 2,
            "total_words": 7,
            "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_ui-master/scp2sourcepython/sw_TZ/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcepython/sw_TZ/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcepython/sw_TZ/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcepython/sw_TZ/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcepython/sw_TZ/units/?format=api"
        },
        {
            "language": {
                "id": 206,
                "code": "ms",
                "name": "Malay",
                "plural": {
                    "id": 206,
                    "source": 0,
                    "number": 1,
                    "formula": "0",
                    "type": 0
                },
                "aliases": [
                    "may",
                    "msa"
                ],
                "direction": "ltr",
                "population": 3486927594,
                "web_url": "https://translations.documentfoundation.org/languages/ms/",
                "url": "https://translations.documentfoundation.org/api/languages/ms/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/languages/ms/statistics/?format=api"
            },
            "language_code": "ms",
            "id": 26026,
            "filename": "ms/scp2/source/python.po",
            "revision": "2674a02bc17c92413c7d4d48cd5ebdcf8fd8067c",
            "web_url": "https://translations.documentfoundation.org/projects/libo_ui-master/scp2sourcepython/ms/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_ui-master/-/ms/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_ui-master/scp2sourcepython/ms/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcepython/ms/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 2,
            "total_words": 7,
            "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_ui-master/scp2sourcepython/ms/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcepython/ms/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcepython/ms/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcepython/ms/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcepython/ms/units/?format=api"
        },
        {
            "language": {
                "id": 354,
                "code": "axm",
                "name": "axm (generated)",
                "plural": {
                    "id": 395,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [],
                "direction": "ltr",
                "population": 0,
                "web_url": "https://translations.documentfoundation.org/languages/axm/",
                "url": "https://translations.documentfoundation.org/api/languages/axm/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/languages/axm/statistics/?format=api"
            },
            "language_code": "axm",
            "id": 26963,
            "filename": "axm/scp2/source/python.po",
            "revision": "017576b247ad141ad6801ac1bc94491d1939694f",
            "web_url": "https://translations.documentfoundation.org/projects/libo_ui-master/scp2sourcepython/axm/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_ui-master/-/axm/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_ui-master/scp2sourcepython/axm/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcepython/axm/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 2,
            "total_words": 7,
            "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_ui-master/scp2sourcepython/axm/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcepython/axm/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcepython/axm/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcepython/axm/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcepython/axm/units/?format=api"
        },
        {
            "language": {
                "id": 355,
                "code": "gcf",
                "name": "Guadeloupean Creole, French",
                "plural": {
                    "id": 396,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [],
                "direction": "ltr",
                "population": 0,
                "web_url": "https://translations.documentfoundation.org/languages/gcf/",
                "url": "https://translations.documentfoundation.org/api/languages/gcf/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/languages/gcf/statistics/?format=api"
            },
            "language_code": "gcf",
            "id": 26964,
            "filename": "gcf/scp2/source/python.po",
            "revision": "017576b247ad141ad6801ac1bc94491d1939694f",
            "web_url": "https://translations.documentfoundation.org/projects/libo_ui-master/scp2sourcepython/gcf/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_ui-master/-/gcf/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_ui-master/scp2sourcepython/gcf/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcepython/gcf/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 2,
            "total_words": 7,
            "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_ui-master/scp2sourcepython/gcf/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcepython/gcf/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcepython/gcf/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcepython/gcf/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcepython/gcf/units/?format=api"
        },
        {
            "language": {
                "id": 356,
                "code": "hyw",
                "name": "hyw (generated)",
                "plural": {
                    "id": 397,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [],
                "direction": "ltr",
                "population": 0,
                "web_url": "https://translations.documentfoundation.org/languages/hyw/",
                "url": "https://translations.documentfoundation.org/api/languages/hyw/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/languages/hyw/statistics/?format=api"
            },
            "language_code": "hyw",
            "id": 26965,
            "filename": "hyw/scp2/source/python.po",
            "revision": "017576b247ad141ad6801ac1bc94491d1939694f",
            "web_url": "https://translations.documentfoundation.org/projects/libo_ui-master/scp2sourcepython/hyw/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_ui-master/-/hyw/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_ui-master/scp2sourcepython/hyw/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcepython/hyw/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 2,
            "total_words": 7,
            "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_ui-master/scp2sourcepython/hyw/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcepython/hyw/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcepython/hyw/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcepython/hyw/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcepython/hyw/units/?format=api"
        },
        {
            "language": {
                "id": 357,
                "code": "xcl",
                "name": "Armenian, Classical (Armenia)",
                "plural": {
                    "id": 398,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [],
                "direction": "ltr",
                "population": 0,
                "web_url": "https://translations.documentfoundation.org/languages/xcl/",
                "url": "https://translations.documentfoundation.org/api/languages/xcl/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/languages/xcl/statistics/?format=api"
            },
            "language_code": "xcl",
            "id": 26966,
            "filename": "xcl/scp2/source/python.po",
            "revision": "017576b247ad141ad6801ac1bc94491d1939694f",
            "web_url": "https://translations.documentfoundation.org/projects/libo_ui-master/scp2sourcepython/xcl/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_ui-master/-/xcl/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_ui-master/scp2sourcepython/xcl/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcepython/xcl/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 2,
            "total_words": 7,
            "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_ui-master/scp2sourcepython/xcl/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcepython/xcl/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcepython/xcl/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcepython/xcl/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcepython/xcl/units/?format=api"
        },
        {
            "language": {
                "id": 364,
                "code": "hye",
                "name": "hye (generated)",
                "plural": {
                    "id": 405,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [],
                "direction": "ltr",
                "population": 0,
                "web_url": "https://translations.documentfoundation.org/languages/hye/",
                "url": "https://translations.documentfoundation.org/api/languages/hye/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/languages/hye/statistics/?format=api"
            },
            "language_code": "hye",
            "id": 27175,
            "filename": "hye/scp2/source/python.po",
            "revision": "017576b247ad141ad6801ac1bc94491d1939694f",
            "web_url": "https://translations.documentfoundation.org/projects/libo_ui-master/scp2sourcepython/hye/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_ui-master/-/hye/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_ui-master/scp2sourcepython/hye/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcepython/hye/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 2,
            "total_words": 7,
            "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_ui-master/scp2sourcepython/hye/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcepython/hye/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcepython/hye/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcepython/hye/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcepython/hye/units/?format=api"
        },
        {
            "language": {
                "id": 76,
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 76,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 163648503560,
                "web_url": "https://translations.documentfoundation.org/languages/en/",
                "url": "https://translations.documentfoundation.org/api/languages/en/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/languages/en/statistics/?format=api"
            },
            "language_code": "en",
            "id": 79364,
            "filename": "templates/scp2/source/python.pot",
            "revision": "017576b247ad141ad6801ac1bc94491d1939694f",
            "web_url": "https://translations.documentfoundation.org/projects/libo_ui-master/scp2sourcepython/en/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_ui-master/-/en/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_ui-master/scp2sourcepython/en/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcepython/en/?format=api",
            "is_template": false,
            "is_source": true,
            "total": 2,
            "total_words": 7,
            "translated": 2,
            "translated_words": 7,
            "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_ui-master/scp2sourcepython/en/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcepython/en/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcepython/en/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcepython/en/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcepython/en/units/?format=api"
        },
        {
            "language": {
                "id": 57,
                "code": "ckb",
                "name": "Kurdish (Central)",
                "plural": {
                    "id": 57,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [],
                "direction": "rtl",
                "population": 1108654870,
                "web_url": "https://translations.documentfoundation.org/languages/ckb/",
                "url": "https://translations.documentfoundation.org/api/languages/ckb/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/languages/ckb/statistics/?format=api"
            },
            "language_code": "ckb",
            "id": 80014,
            "filename": "ckb/scp2/source/python.po",
            "revision": "3e2d621d69d11ae9964a67da0a49f457a62ef4c0",
            "web_url": "https://translations.documentfoundation.org/projects/libo_ui-master/scp2sourcepython/ckb/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_ui-master/-/ckb/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_ui-master/scp2sourcepython/ckb/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcepython/ckb/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 2,
            "total_words": 7,
            "translated": 2,
            "translated_words": 7,
            "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": "2020-06-20T07:25:49.705095Z",
            "last_author": "jwtiyar ali nariman",
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcepython/ckb/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcepython/ckb/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcepython/ckb/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcepython/ckb/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcepython/ckb/units/?format=api"
        },
        {
            "language": {
                "id": 123,
                "code": "ha",
                "name": "Hausa",
                "plural": {
                    "id": 123,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "hau"
                ],
                "direction": "rtl",
                "population": 3741264972,
                "web_url": "https://translations.documentfoundation.org/languages/ha/",
                "url": "https://translations.documentfoundation.org/api/languages/ha/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/languages/ha/statistics/?format=api"
            },
            "language_code": "ha",
            "id": 80286,
            "filename": "ha/scp2/source/python.po",
            "revision": "ab518e7bfe22331118331e76c0f613a1df5b3f44",
            "web_url": "https://translations.documentfoundation.org/projects/libo_ui-master/scp2sourcepython/ha/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_ui-master/-/ha/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_ui-master/scp2sourcepython/ha/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcepython/ha/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 2,
            "total_words": 7,
            "translated": 2,
            "translated_words": 7,
            "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": "2020-07-20T02:23:02.335260Z",
            "last_author": "Assao Neino Alu",
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcepython/ha/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcepython/ha/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcepython/ha/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcepython/ha/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcepython/ha/units/?format=api"
        },
        {
            "language": {
                "id": 146,
                "code": "iu",
                "name": "Inuktitut",
                "plural": {
                    "id": 146,
                    "source": 0,
                    "number": 3,
                    "formula": "(n == 1) ? 0 : ((n == 2) ? 1 : 2)",
                    "type": 4
                },
                "aliases": [
                    "iku"
                ],
                "direction": "ltr",
                "population": 4523292,
                "web_url": "https://translations.documentfoundation.org/languages/iu/",
                "url": "https://translations.documentfoundation.org/api/languages/iu/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/languages/iu/statistics/?format=api"
            },
            "language_code": "iu",
            "id": 107842,
            "filename": "iu/scp2/source/python.po",
            "revision": "017576b247ad141ad6801ac1bc94491d1939694f",
            "web_url": "https://translations.documentfoundation.org/projects/libo_ui-master/scp2sourcepython/iu/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_ui-master/-/iu/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_ui-master/scp2sourcepython/iu/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcepython/iu/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 2,
            "total_words": 7,
            "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_ui-master/scp2sourcepython/iu/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcepython/iu/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcepython/iu/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcepython/iu/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcepython/iu/units/?format=api"
        },
        {
            "language": {
                "id": 182,
                "code": "lg",
                "name": "Luganda",
                "plural": {
                    "id": 182,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "lug"
                ],
                "direction": "ltr",
                "population": 562289000,
                "web_url": "https://translations.documentfoundation.org/languages/lg/",
                "url": "https://translations.documentfoundation.org/api/languages/lg/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/languages/lg/statistics/?format=api"
            },
            "language_code": "lg",
            "id": 135844,
            "filename": "lg/scp2/source/python.po",
            "revision": "017576b247ad141ad6801ac1bc94491d1939694f",
            "web_url": "https://translations.documentfoundation.org/projects/libo_ui-master/scp2sourcepython/lg/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_ui-master/-/lg/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_ui-master/scp2sourcepython/lg/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcepython/lg/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 2,
            "total_words": 7,
            "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_ui-master/scp2sourcepython/lg/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcepython/lg/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcepython/lg/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcepython/lg/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcepython/lg/units/?format=api"
        },
        {
            "language": {
                "id": 599,
                "code": "csb",
                "name": "Kashubian",
                "plural": {
                    "id": 190240,
                    "source": 0,
                    "number": 3,
                    "formula": "n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2",
                    "type": 22
                },
                "aliases": [],
                "direction": "ltr",
                "population": 4976699,
                "web_url": "https://translations.documentfoundation.org/languages/csb/",
                "url": "https://translations.documentfoundation.org/api/languages/csb/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/languages/csb/statistics/?format=api"
            },
            "language_code": "csb",
            "id": 136327,
            "filename": "csb/scp2/source/python.po",
            "revision": "017576b247ad141ad6801ac1bc94491d1939694f",
            "web_url": "https://translations.documentfoundation.org/projects/libo_ui-master/scp2sourcepython/csb/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_ui-master/-/csb/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_ui-master/scp2sourcepython/csb/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcepython/csb/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 2,
            "total_words": 7,
            "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_ui-master/scp2sourcepython/csb/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcepython/csb/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcepython/csb/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcepython/csb/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcepython/csb/units/?format=api"
        }
    ]
}