Translation components API.

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

GET /api/components/libo_ui-master/starmathmessages/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/starmathmessages/translations/?format=api&page=4",
    "previous": "https://translations.documentfoundation.org/api/components/libo_ui-master/starmathmessages/translations/?format=api&page=2",
    "results": [
        {
            "language": {
                "id": 270,
                "code": "si",
                "name": "Sinhala",
                "plural": {
                    "id": 270,
                    "source": 0,
                    "number": 2,
                    "formula": "n > 1",
                    "type": 1
                },
                "aliases": [
                    "lk",
                    "sin"
                ],
                "direction": "ltr",
                "population": 15564656,
                "web_url": "https://translations.documentfoundation.org/languages/si/",
                "url": "https://translations.documentfoundation.org/api/languages/si/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/languages/si/statistics/?format=api"
            },
            "language_code": "si",
            "id": 10626,
            "filename": "si/starmath/messages.po",
            "revision": "23b5fdfc4422de2c76d584c99b3596ec486110aa",
            "web_url": "https://translations.documentfoundation.org/projects/libo_ui-master/starmathmessages/si/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_ui-master/-/si/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_ui-master/starmathmessages/si/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/starmathmessages/si/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 647,
            "total_words": 2081,
            "translated": 307,
            "translated_words": 564,
            "translated_percent": 47.4,
            "fuzzy": 86,
            "fuzzy_words": 126,
            "fuzzy_percent": 13.2,
            "failing_checks": 1,
            "failing_checks_words": 1,
            "failing_checks_percent": 0.1,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2021-04-01T13:14:56.050091Z",
            "last_author": "helabasa",
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/starmathmessages/si/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/starmathmessages/si/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/starmathmessages/si/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/starmathmessages/si/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/starmathmessages/si/units/?format=api"
        },
        {
            "language": {
                "id": 271,
                "code": "sk",
                "name": "Slovak",
                "plural": {
                    "id": 271,
                    "source": 0,
                    "number": 3,
                    "formula": "(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2",
                    "type": 22
                },
                "aliases": [
                    "svk",
                    "sky",
                    "slk",
                    "slo"
                ],
                "direction": "ltr",
                "population": 6680269,
                "web_url": "https://translations.documentfoundation.org/languages/sk/",
                "url": "https://translations.documentfoundation.org/api/languages/sk/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/languages/sk/statistics/?format=api"
            },
            "language_code": "sk",
            "id": 10627,
            "filename": "sk/starmath/messages.po",
            "revision": "ae8d19056bc8d2000568a5e34e1b1e406d7c78e0",
            "web_url": "https://translations.documentfoundation.org/projects/libo_ui-master/starmathmessages/sk/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_ui-master/-/sk/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_ui-master/starmathmessages/sk/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/starmathmessages/sk/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 647,
            "total_words": 2081,
            "translated": 647,
            "translated_words": 2081,
            "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": 27,
            "have_comment": 0,
            "last_change": "2023-12-04T15:06:05.980571Z",
            "last_author": null,
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/starmathmessages/sk/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/starmathmessages/sk/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/starmathmessages/sk/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/starmathmessages/sk/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/starmathmessages/sk/units/?format=api"
        },
        {
            "language": {
                "id": 272,
                "code": "sl",
                "name": "Slovenian",
                "plural": {
                    "id": 272,
                    "source": 0,
                    "number": 4,
                    "formula": "n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3",
                    "type": 6
                },
                "aliases": [
                    "sl_sl",
                    "slv"
                ],
                "direction": "ltr",
                "population": 1973179,
                "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": 10628,
            "filename": "sl/starmath/messages.po",
            "revision": "49dd5e3254745599bfafd2722ff2b9605b2a683a",
            "web_url": "https://translations.documentfoundation.org/projects/libo_ui-master/starmathmessages/sl/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_ui-master/-/sl/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_ui-master/starmathmessages/sl/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/starmathmessages/sl/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 647,
            "total_words": 2081,
            "translated": 544,
            "translated_words": 1704,
            "translated_percent": 84.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 15,
            "failing_checks_words": 16,
            "failing_checks_percent": 2.3,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/starmathmessages/sl/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/starmathmessages/sl/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/starmathmessages/sl/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/starmathmessages/sl/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/starmathmessages/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",
                    "als"
                ],
                "direction": "ltr",
                "population": 6791906,
                "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": 10629,
            "filename": "sq/starmath/messages.po",
            "revision": "8137f9662cd09fa2062e24628db97f50ce431d04",
            "web_url": "https://translations.documentfoundation.org/projects/libo_ui-master/starmathmessages/sq/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_ui-master/-/sq/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_ui-master/starmathmessages/sq/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/starmathmessages/sq/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 647,
            "total_words": 2081,
            "translated": 379,
            "translated_words": 640,
            "translated_percent": 58.5,
            "fuzzy": 31,
            "fuzzy_words": 57,
            "fuzzy_percent": 4.7,
            "failing_checks": 37,
            "failing_checks_words": 45,
            "failing_checks_percent": 5.7,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2023-04-13T02:01:27.531031Z",
            "last_author": "Agroni",
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/starmathmessages/sq/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/starmathmessages/sq/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/starmathmessages/sq/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/starmathmessages/sq/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/starmathmessages/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": 7516818,
                "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": 10630,
            "filename": "sr/starmath/messages.po",
            "revision": "4d381b98369d377528a6d52569a6e95bba50f7e6",
            "web_url": "https://translations.documentfoundation.org/projects/libo_ui-master/starmathmessages/sr/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_ui-master/-/sr/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_ui-master/starmathmessages/sr/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/starmathmessages/sr/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 647,
            "total_words": 2081,
            "translated": 35,
            "translated_words": 51,
            "translated_percent": 5.4,
            "fuzzy": 373,
            "fuzzy_words": 624,
            "fuzzy_percent": 57.6,
            "failing_checks": 1,
            "failing_checks_words": 2,
            "failing_checks_percent": 0.1,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2021-01-29T13:25:39.702236Z",
            "last_author": "Милош Поповић",
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/starmathmessages/sr/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/starmathmessages/sr/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/starmathmessages/sr/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/starmathmessages/sr/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/starmathmessages/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": 8085593,
                "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": 10631,
            "filename": "sr-Latn/starmath/messages.po",
            "revision": "0dd282d7814497cd305b59c7ba4c5e80e26ab52e",
            "web_url": "https://translations.documentfoundation.org/projects/libo_ui-master/starmathmessages/sr_Latn/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_ui-master/-/sr_Latn/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_ui-master/starmathmessages/sr_Latn/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/starmathmessages/sr_Latn/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 647,
            "total_words": 2081,
            "translated": 22,
            "translated_words": 38,
            "translated_percent": 3.4,
            "fuzzy": 367,
            "fuzzy_words": 616,
            "fuzzy_percent": 56.7,
            "failing_checks": 13,
            "failing_checks_words": 16,
            "failing_checks_percent": 2.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/starmathmessages/sr_Latn/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/starmathmessages/sr_Latn/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/starmathmessages/sr_Latn/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/starmathmessages/sr_Latn/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/starmathmessages/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": 2212379,
                "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": 10632,
            "filename": "ss/starmath/messages.po",
            "revision": "b3c891bfcb3a281de431975013697e19e925023b",
            "web_url": "https://translations.documentfoundation.org/projects/libo_ui-master/starmathmessages/ss/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_ui-master/-/ss/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_ui-master/starmathmessages/ss/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/starmathmessages/ss/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 647,
            "total_words": 2081,
            "translated": 259,
            "translated_words": 466,
            "translated_percent": 40.0,
            "fuzzy": 109,
            "fuzzy_words": 155,
            "fuzzy_percent": 16.8,
            "failing_checks": 20,
            "failing_checks_words": 20,
            "failing_checks_percent": 3.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/starmathmessages/ss/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/starmathmessages/ss/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/starmathmessages/ss/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/starmathmessages/ss/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/starmathmessages/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": 6390567,
                "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": 10633,
            "filename": "st/starmath/messages.po",
            "revision": "2ab019a7cf79b36b76dd0af9eee2659a1f576dcf",
            "web_url": "https://translations.documentfoundation.org/projects/libo_ui-master/starmathmessages/st/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_ui-master/-/st/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_ui-master/starmathmessages/st/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/starmathmessages/st/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 647,
            "total_words": 2081,
            "translated": 261,
            "translated_words": 468,
            "translated_percent": 40.3,
            "fuzzy": 107,
            "fuzzy_words": 153,
            "fuzzy_percent": 16.5,
            "failing_checks": 19,
            "failing_checks_words": 19,
            "failing_checks_percent": 2.9,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/starmathmessages/st/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/starmathmessages/st/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/starmathmessages/st/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/starmathmessages/st/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/starmathmessages/st/units/?format=api"
        },
        {
            "language": {
                "id": 290,
                "code": "sv",
                "name": "Swedish",
                "plural": {
                    "id": 290,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "swe_se",
                    "sve",
                    "swe"
                ],
                "direction": "ltr",
                "population": 12932871,
                "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": 10634,
            "filename": "sv/starmath/messages.po",
            "revision": "829b54ddce702a0ef7aa118e6ea3f595ca28a15f",
            "web_url": "https://translations.documentfoundation.org/projects/libo_ui-master/starmathmessages/sv/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_ui-master/-/sv/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_ui-master/starmathmessages/sv/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/starmathmessages/sv/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 647,
            "total_words": 2081,
            "translated": 647,
            "translated_words": 2081,
            "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": "2023-09-23T01:54:22.869429Z",
            "last_author": "Andreas Pettersson",
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/starmathmessages/sv/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/starmathmessages/sv/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/starmathmessages/sv/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/starmathmessages/sv/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/starmathmessages/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": 497669,
                "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": 10635,
            "filename": "szl/starmath/messages.po",
            "revision": "278f2957d825e72b2ad6e1672a0884cffa120be3",
            "web_url": "https://translations.documentfoundation.org/projects/libo_ui-master/starmathmessages/szl/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_ui-master/-/szl/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_ui-master/starmathmessages/szl/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/starmathmessages/szl/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 647,
            "total_words": 2081,
            "translated": 514,
            "translated_words": 984,
            "translated_percent": 79.4,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 37,
            "failing_checks_words": 38,
            "failing_checks_percent": 5.7,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2023-12-04T15:06:10.844864Z",
            "last_author": null,
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/starmathmessages/szl/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/starmathmessages/szl/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/starmathmessages/szl/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/starmathmessages/szl/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/starmathmessages/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": 85616159,
                "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": 10636,
            "filename": "ta/starmath/messages.po",
            "revision": "b572920d64320331d7e8224a25d2c4dfa0f5e954",
            "web_url": "https://translations.documentfoundation.org/projects/libo_ui-master/starmathmessages/ta/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_ui-master/-/ta/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_ui-master/starmathmessages/ta/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/starmathmessages/ta/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 647,
            "total_words": 2081,
            "translated": 501,
            "translated_words": 1468,
            "translated_percent": 77.4,
            "fuzzy": 6,
            "fuzzy_words": 10,
            "fuzzy_percent": 0.9,
            "failing_checks": 2,
            "failing_checks_words": 41,
            "failing_checks_percent": 0.3,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/starmathmessages/ta/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/starmathmessages/ta/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/starmathmessages/ta/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/starmathmessages/ta/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/starmathmessages/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": 95478480,
                "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": 10637,
            "filename": "te/starmath/messages.po",
            "revision": "d7de982eb656069fdde8323d71521cd947210691",
            "web_url": "https://translations.documentfoundation.org/projects/libo_ui-master/starmathmessages/te/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_ui-master/-/te/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_ui-master/starmathmessages/te/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/starmathmessages/te/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 647,
            "total_words": 2081,
            "translated": 295,
            "translated_words": 522,
            "translated_percent": 45.5,
            "fuzzy": 95,
            "fuzzy_words": 137,
            "fuzzy_percent": 14.6,
            "failing_checks": 4,
            "failing_checks_words": 8,
            "failing_checks_percent": 0.6,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/starmathmessages/te/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/starmathmessages/te/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/starmathmessages/te/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/starmathmessages/te/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/starmathmessages/te/units/?format=api"
        },
        {
            "language": {
                "id": 299,
                "code": "tg",
                "name": "Tajik",
                "plural": {
                    "id": 299,
                    "source": 0,
                    "number": 2,
                    "formula": "n > 1",
                    "type": 1
                },
                "aliases": [
                    "tgk"
                ],
                "direction": "ltr",
                "population": 8873670,
                "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": 10638,
            "filename": "tg/starmath/messages.po",
            "revision": "5cb24912925a91b041b59290760a0d480d945de4",
            "web_url": "https://translations.documentfoundation.org/projects/libo_ui-master/starmathmessages/tg/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_ui-master/-/tg/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_ui-master/starmathmessages/tg/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/starmathmessages/tg/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 647,
            "total_words": 2081,
            "translated": 272,
            "translated_words": 505,
            "translated_percent": 42.0,
            "fuzzy": 103,
            "fuzzy_words": 146,
            "fuzzy_percent": 15.9,
            "failing_checks": 3,
            "failing_checks_words": 6,
            "failing_checks_percent": 0.4,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/starmathmessages/tg/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/starmathmessages/tg/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/starmathmessages/tg/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/starmathmessages/tg/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/starmathmessages/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": 55181920,
                "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": 10639,
            "filename": "th/starmath/messages.po",
            "revision": "2bb036e84a9a3a795b274fb9c7b7ab573d75c26f",
            "web_url": "https://translations.documentfoundation.org/projects/libo_ui-master/starmathmessages/th/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_ui-master/-/th/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_ui-master/starmathmessages/th/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/starmathmessages/th/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 647,
            "total_words": 2081,
            "translated": 635,
            "translated_words": 2036,
            "translated_percent": 98.1,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 41,
            "failing_checks_words": 44,
            "failing_checks_percent": 6.3,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2023-08-23T04:27:58.814896Z",
            "last_author": "Theppitak Karoonboonyanan",
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/starmathmessages/th/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/starmathmessages/th/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/starmathmessages/th/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/starmathmessages/th/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/starmathmessages/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": 10145910,
                "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": 10640,
            "filename": "ti/starmath/messages.po",
            "revision": "f07ff3e11663347546b0b4efea3344dba574fdb6",
            "web_url": "https://translations.documentfoundation.org/projects/libo_ui-master/starmathmessages/ti/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_ui-master/-/ti/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_ui-master/starmathmessages/ti/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/starmathmessages/ti/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 647,
            "total_words": 2081,
            "translated": 5,
            "translated_words": 5,
            "translated_percent": 0.7,
            "fuzzy": 11,
            "fuzzy_words": 11,
            "fuzzy_percent": 1.7,
            "failing_checks": 1,
            "failing_checks_words": 1,
            "failing_checks_percent": 0.1,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/starmathmessages/ti/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/starmathmessages/ti/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/starmathmessages/ti/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/starmathmessages/ti/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/starmathmessages/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": 6113428,
                "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": 10641,
            "filename": "tn/starmath/messages.po",
            "revision": "ae3e21de521159d887e16d55547467424d6d7b3c",
            "web_url": "https://translations.documentfoundation.org/projects/libo_ui-master/starmathmessages/tn/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_ui-master/-/tn/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_ui-master/starmathmessages/tn/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/starmathmessages/tn/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 647,
            "total_words": 2081,
            "translated": 259,
            "translated_words": 466,
            "translated_percent": 40.0,
            "fuzzy": 106,
            "fuzzy_words": 152,
            "fuzzy_percent": 16.3,
            "failing_checks": 41,
            "failing_checks_words": 45,
            "failing_checks_percent": 6.3,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/starmathmessages/tn/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/starmathmessages/tn/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/starmathmessages/tn/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/starmathmessages/tn/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/starmathmessages/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": 80360705,
                "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": 10642,
            "filename": "tr/starmath/messages.po",
            "revision": "aba752076ded071683febd88dd257876e126c0c5",
            "web_url": "https://translations.documentfoundation.org/projects/libo_ui-master/starmathmessages/tr/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_ui-master/-/tr/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_ui-master/starmathmessages/tr/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/starmathmessages/tr/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 647,
            "total_words": 2081,
            "translated": 647,
            "translated_words": 2081,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 18,
            "failing_checks_words": 20,
            "failing_checks_percent": 2.7,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-06-13T01:45:03.110899Z",
            "last_author": null,
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/starmathmessages/tr/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/starmathmessages/tr/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/starmathmessages/tr/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/starmathmessages/tr/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/starmathmessages/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": 4880932,
                "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": 10643,
            "filename": "ts/starmath/messages.po",
            "revision": "94b5e0eff8f8dd3a3120e8c3aa2ff84fef88dd3f",
            "web_url": "https://translations.documentfoundation.org/projects/libo_ui-master/starmathmessages/ts/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_ui-master/-/ts/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_ui-master/starmathmessages/ts/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/starmathmessages/ts/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 647,
            "total_words": 2081,
            "translated": 200,
            "translated_words": 407,
            "translated_percent": 30.9,
            "fuzzy": 116,
            "fuzzy_words": 162,
            "fuzzy_percent": 17.9,
            "failing_checks": 6,
            "failing_checks_words": 6,
            "failing_checks_percent": 0.9,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/starmathmessages/ts/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/starmathmessages/ts/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/starmathmessages/ts/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/starmathmessages/ts/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/starmathmessages/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": 1984107,
                "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": 10644,
            "filename": "tt/starmath/messages.po",
            "revision": "ceafd39e3f9782ffb8019cb7928b017479d62eb4",
            "web_url": "https://translations.documentfoundation.org/projects/libo_ui-master/starmathmessages/tt/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_ui-master/-/tt/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_ui-master/starmathmessages/tt/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/starmathmessages/tt/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 647,
            "total_words": 2081,
            "translated": 49,
            "translated_words": 56,
            "translated_percent": 7.5,
            "fuzzy": 85,
            "fuzzy_words": 107,
            "fuzzy_percent": 13.1,
            "failing_checks": 2,
            "failing_checks_words": 4,
            "failing_checks_percent": 0.3,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/starmathmessages/tt/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/starmathmessages/tt/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/starmathmessages/tt/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/starmathmessages/tt/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/starmathmessages/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": 7670114,
                "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": 10645,
            "filename": "ug/starmath/messages.po",
            "revision": "297283642edbde358e6481c695040d34bc8d6c08",
            "web_url": "https://translations.documentfoundation.org/projects/libo_ui-master/starmathmessages/ug/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_ui-master/-/ug/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_ui-master/starmathmessages/ug/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/starmathmessages/ug/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 647,
            "total_words": 2081,
            "translated": 355,
            "translated_words": 671,
            "translated_percent": 54.8,
            "fuzzy": 83,
            "fuzzy_words": 151,
            "fuzzy_percent": 12.8,
            "failing_checks": 25,
            "failing_checks_words": 27,
            "failing_checks_percent": 3.8,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2023-01-26T04:11:09.263557Z",
            "last_author": "Abduqadir Abliz",
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/starmathmessages/ug/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/starmathmessages/ug/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/starmathmessages/ug/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/starmathmessages/ug/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/starmathmessages/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": 29348975,
                "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": 10646,
            "filename": "uk/starmath/messages.po",
            "revision": "73c486c3bba7422f727b159e2835e538c772bdc6",
            "web_url": "https://translations.documentfoundation.org/projects/libo_ui-master/starmathmessages/uk/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_ui-master/-/uk/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_ui-master/starmathmessages/uk/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/starmathmessages/uk/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 647,
            "total_words": 2081,
            "translated": 647,
            "translated_words": 2081,
            "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": "2023-11-12T17:13:42.315522Z",
            "last_author": "Olexandr Pylypchuk",
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/starmathmessages/uk/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/starmathmessages/uk/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/starmathmessages/uk/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/starmathmessages/uk/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/starmathmessages/uk/units/?format=api"
        },
        {
            "language": {
                "id": 318,
                "code": "ur",
                "name": "Urdu",
                "plural": {
                    "id": 318,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "ur_ur",
                    "urd"
                ],
                "direction": "rtl",
                "population": 290790290,
                "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": 10647,
            "filename": "ur/starmath/messages.po",
            "revision": "8971780661f968aafb86ff68fab0754fff2176b7",
            "web_url": "https://translations.documentfoundation.org/projects/libo_ui-master/starmathmessages/ur/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_ui-master/-/ur/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_ui-master/starmathmessages/ur/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/starmathmessages/ur/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 647,
            "total_words": 2081,
            "translated": 24,
            "translated_words": 26,
            "translated_percent": 3.7,
            "fuzzy": 3,
            "fuzzy_words": 4,
            "fuzzy_percent": 0.4,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2021-08-26T07:30:08.741349Z",
            "last_author": "imran",
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/starmathmessages/ur/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/starmathmessages/ur/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/starmathmessages/ur/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/starmathmessages/ur/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/starmathmessages/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",
                    "uzn"
                ],
                "direction": "ltr",
                "population": 26480135,
                "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": 10648,
            "filename": "uz/starmath/messages.po",
            "revision": "3ee70ba23f7bf1322ccf898b98216b670815f989",
            "web_url": "https://translations.documentfoundation.org/projects/libo_ui-master/starmathmessages/uz/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_ui-master/-/uz/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_ui-master/starmathmessages/uz/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/starmathmessages/uz/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 647,
            "total_words": 2081,
            "translated": 216,
            "translated_words": 356,
            "translated_percent": 33.3,
            "fuzzy": 97,
            "fuzzy_words": 129,
            "fuzzy_percent": 14.9,
            "failing_checks": 29,
            "failing_checks_words": 31,
            "failing_checks_percent": 4.4,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/starmathmessages/uz/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/starmathmessages/uz/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/starmathmessages/uz/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/starmathmessages/uz/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/starmathmessages/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": 1391759,
                "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": 10649,
            "filename": "ve/starmath/messages.po",
            "revision": "5ca59405366372f063ea34988980866c7f2c3f1d",
            "web_url": "https://translations.documentfoundation.org/projects/libo_ui-master/starmathmessages/ve/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_ui-master/-/ve/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_ui-master/starmathmessages/ve/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/starmathmessages/ve/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 647,
            "total_words": 2081,
            "translated": 257,
            "translated_words": 464,
            "translated_percent": 39.7,
            "fuzzy": 112,
            "fuzzy_words": 158,
            "fuzzy_percent": 17.3,
            "failing_checks": 40,
            "failing_checks_words": 45,
            "failing_checks_percent": 6.1,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/starmathmessages/ve/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/starmathmessages/ve/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/starmathmessages/ve/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/starmathmessages/ve/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/starmathmessages/ve/units/?format=api"
        },
        {
            "language": {
                "id": 323,
                "code": "vec",
                "name": "Venetian",
                "plural": {
                    "id": 323,
                    "source": 0,
                    "number": 3,
                    "formula": "(n == 1) ? 0 : ((n != 0 && n % 1000000 == 0) ? 1 : 2)",
                    "type": 20
                },
                "aliases": [],
                "direction": "ltr",
                "population": 1380829,
                "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": 10650,
            "filename": "vec/starmath/messages.po",
            "revision": "ed61b63253cea5ee551a89b145e9028a6044f091",
            "web_url": "https://translations.documentfoundation.org/projects/libo_ui-master/starmathmessages/vec/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_ui-master/-/vec/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_ui-master/starmathmessages/vec/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/starmathmessages/vec/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 647,
            "total_words": 2081,
            "translated": 523,
            "translated_words": 1007,
            "translated_percent": 80.8,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2021-03-07T22:05:18.556594Z",
            "last_author": "VeC",
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/starmathmessages/vec/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/starmathmessages/vec/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/starmathmessages/vec/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/starmathmessages/vec/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/starmathmessages/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": 86222961,
                "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": 10651,
            "filename": "vi/starmath/messages.po",
            "revision": "cb3fa5de534e2d7c7b9750e710ebfd3a1668dedd",
            "web_url": "https://translations.documentfoundation.org/projects/libo_ui-master/starmathmessages/vi/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_ui-master/-/vi/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_ui-master/starmathmessages/vi/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/starmathmessages/vi/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 647,
            "total_words": 2081,
            "translated": 376,
            "translated_words": 1208,
            "translated_percent": 58.1,
            "fuzzy": 77,
            "fuzzy_words": 105,
            "fuzzy_percent": 11.9,
            "failing_checks": 28,
            "failing_checks_words": 29,
            "failing_checks_percent": 4.3,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2023-09-25T13:29:19.380093Z",
            "last_author": "Nguyễn Hoàng Minh",
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/starmathmessages/vi/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/starmathmessages/vi/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/starmathmessages/vi/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/starmathmessages/vi/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/starmathmessages/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": 11025493,
                "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": 10652,
            "filename": "wo/starmath/messages.po",
            "revision": "bcf269898810fba67e771d5d52e505977b193686",
            "web_url": "https://translations.documentfoundation.org/projects/libo_ui-master/starmathmessages/wo/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_ui-master/-/wo/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_ui-master/starmathmessages/wo/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/starmathmessages/wo/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 647,
            "total_words": 2081,
            "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/starmathmessages/wo/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/starmathmessages/wo/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/starmathmessages/wo/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/starmathmessages/wo/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/starmathmessages/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": 10182944,
                "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": 10653,
            "filename": "xh/starmath/messages.po",
            "revision": "29632d5497765f8ef182cd85b876a247d8196d85",
            "web_url": "https://translations.documentfoundation.org/projects/libo_ui-master/starmathmessages/xh/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_ui-master/-/xh/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_ui-master/starmathmessages/xh/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/starmathmessages/xh/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 647,
            "total_words": 2081,
            "translated": 258,
            "translated_words": 465,
            "translated_percent": 39.8,
            "fuzzy": 106,
            "fuzzy_words": 152,
            "fuzzy_percent": 16.3,
            "failing_checks": 18,
            "failing_checks_words": 18,
            "failing_checks_percent": 2.7,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/starmathmessages/xh/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/starmathmessages/xh/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/starmathmessages/xh/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/starmathmessages/xh/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/starmathmessages/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": 1266066359,
                "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": 10654,
            "filename": "zh-CN/starmath/messages.po",
            "revision": "00290b9e1fb0821bcac071c812ce43ea9a55c311",
            "web_url": "https://translations.documentfoundation.org/projects/libo_ui-master/starmathmessages/zh_Hans/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_ui-master/-/zh_Hans/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_ui-master/starmathmessages/zh_Hans/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/starmathmessages/zh_Hans/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 647,
            "total_words": 2081,
            "translated": 647,
            "translated_words": 2081,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 30,
            "failing_checks_words": 31,
            "failing_checks_percent": 4.6,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-04-26T09:34:40.819411Z",
            "last_author": "Ming Hua",
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/starmathmessages/zh_Hans/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/starmathmessages/zh_Hans/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/starmathmessages/zh_Hans/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/starmathmessages/zh_Hans/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/starmathmessages/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",
                    "zh_cht",
                    "zhtw",
                    "zh_tw",
                    "zh_hant_tw",
                    "zh_hant@zh",
                    "zh_cmn_hant",
                    "cht",
                    "zho"
                ],
                "direction": "ltr",
                "population": 38612556,
                "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": 10655,
            "filename": "zh-TW/starmath/messages.po",
            "revision": "9ab756b673ea64fbaceb20ed6bb898db78bb28d0",
            "web_url": "https://translations.documentfoundation.org/projects/libo_ui-master/starmathmessages/zh_Hant/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_ui-master/-/zh_Hant/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_ui-master/starmathmessages/zh_Hant/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/starmathmessages/zh_Hant/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 647,
            "total_words": 2081,
            "translated": 647,
            "translated_words": 2081,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 24,
            "failing_checks_words": 25,
            "failing_checks_percent": 3.7,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2023-11-04T11:46:25.479031Z",
            "last_author": "Cheng-Chia Tseng",
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/starmathmessages/zh_Hant/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/starmathmessages/zh_Hant/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/starmathmessages/zh_Hant/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/starmathmessages/zh_Hant/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/starmathmessages/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": 13973829,
                "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": 10656,
            "filename": "zu/starmath/messages.po",
            "revision": "d17f5c00eed7c3837836f2d6f4ae8ebbf2b53e63",
            "web_url": "https://translations.documentfoundation.org/projects/libo_ui-master/starmathmessages/zu/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_ui-master/-/zu/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_ui-master/starmathmessages/zu/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/starmathmessages/zu/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 647,
            "total_words": 2081,
            "translated": 260,
            "translated_words": 468,
            "translated_percent": 40.1,
            "fuzzy": 107,
            "fuzzy_words": 153,
            "fuzzy_percent": 16.5,
            "failing_checks": 34,
            "failing_checks_words": 39,
            "failing_checks_percent": 5.2,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/starmathmessages/zu/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/starmathmessages/zu/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/starmathmessages/zu/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/starmathmessages/zu/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/starmathmessages/zu/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": 10657,
            "filename": "gug/starmath/messages.po",
            "revision": "8d04ba02cb424995b143ea04997d787b414d08da",
            "web_url": "https://translations.documentfoundation.org/projects/libo_ui-master/starmathmessages/gug/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_ui-master/-/gug/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_ui-master/starmathmessages/gug/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/starmathmessages/gug/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 647,
            "total_words": 2081,
            "translated": 447,
            "translated_words": 813,
            "translated_percent": 69.0,
            "fuzzy": 16,
            "fuzzy_words": 34,
            "fuzzy_percent": 2.4,
            "failing_checks": 20,
            "failing_checks_words": 21,
            "failing_checks_percent": 3.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/starmathmessages/gug/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/starmathmessages/gug/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/starmathmessages/gug/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/starmathmessages/gug/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/starmathmessages/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": 3783955,
                "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": 10658,
            "filename": "sid/starmath/messages.po",
            "revision": "c4a60696e9830be8acd711b3b09781a98d54a725",
            "web_url": "https://translations.documentfoundation.org/projects/libo_ui-master/starmathmessages/sid/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_ui-master/-/sid/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_ui-master/starmathmessages/sid/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/starmathmessages/sid/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 647,
            "total_words": 2081,
            "translated": 346,
            "translated_words": 1148,
            "translated_percent": 53.4,
            "fuzzy": 88,
            "fuzzy_words": 130,
            "fuzzy_percent": 13.6,
            "failing_checks": 9,
            "failing_checks_words": 19,
            "failing_checks_percent": 1.3,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/starmathmessages/sid/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/starmathmessages/sid/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/starmathmessages/sid/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/starmathmessages/sid/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/starmathmessages/sid/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": 3580443,
                "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": 10659,
            "filename": "gbm/starmath/messages.po",
            "revision": "612e6d927740943e29f5e76124b55830766ed448",
            "web_url": "https://translations.documentfoundation.org/projects/libo_ui-master/starmathmessages/gbm/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_ui-master/-/gbm/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_ui-master/starmathmessages/gbm/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/starmathmessages/gbm/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 647,
            "total_words": 2081,
            "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/starmathmessages/gbm/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/starmathmessages/gbm/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/starmathmessages/gbm/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/starmathmessages/gbm/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/starmathmessages/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": 10660,
            "filename": "kmr-Latn/starmath/messages.po",
            "revision": "89c01b6f3a866677104ae4c4e99e0e148cb0c7d4",
            "web_url": "https://translations.documentfoundation.org/projects/libo_ui-master/starmathmessages/kmr_LATN/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_ui-master/-/kmr_LATN/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_ui-master/starmathmessages/kmr_LATN/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/starmathmessages/kmr_LATN/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 647,
            "total_words": 2081,
            "translated": 268,
            "translated_words": 477,
            "translated_percent": 41.4,
            "fuzzy": 102,
            "fuzzy_words": 147,
            "fuzzy_percent": 15.7,
            "failing_checks": 10,
            "failing_checks_words": 12,
            "failing_checks_percent": 1.5,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/starmathmessages/kmr_LATN/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/starmathmessages/kmr_LATN/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/starmathmessages/kmr_LATN/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/starmathmessages/kmr_LATN/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/starmathmessages/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": 10661,
            "filename": "pap-CW/starmath/messages.po",
            "revision": "d4855e532c787103ebc05f2da32a9b1e98c0181e",
            "web_url": "https://translations.documentfoundation.org/projects/libo_ui-master/starmathmessages/pap_CW/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_ui-master/-/pap_CW/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_ui-master/starmathmessages/pap_CW/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/starmathmessages/pap_CW/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 647,
            "total_words": 2081,
            "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/starmathmessages/pap_CW/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/starmathmessages/pap_CW/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/starmathmessages/pap_CW/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/starmathmessages/pap_CW/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/starmathmessages/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": 10662,
            "filename": "sa-IN/starmath/messages.po",
            "revision": "7d37b117f09f9f28592a80ca80c05f9475365c4e",
            "web_url": "https://translations.documentfoundation.org/projects/libo_ui-master/starmathmessages/sa_IN/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_ui-master/-/sa_IN/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_ui-master/starmathmessages/sa_IN/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/starmathmessages/sa_IN/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 647,
            "total_words": 2081,
            "translated": 268,
            "translated_words": 477,
            "translated_percent": 41.4,
            "fuzzy": 110,
            "fuzzy_words": 156,
            "fuzzy_percent": 17.0,
            "failing_checks": 22,
            "failing_checks_words": 32,
            "failing_checks_percent": 3.4,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/starmathmessages/sa_IN/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/starmathmessages/sa_IN/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/starmathmessages/sa_IN/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/starmathmessages/sa_IN/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/starmathmessages/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": 52697520,
                "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": 10663,
            "filename": "sw-TZ/starmath/messages.po",
            "revision": "6ba467faa808ea5ab3c0d9dcb01423de46f1885d",
            "web_url": "https://translations.documentfoundation.org/projects/libo_ui-master/starmathmessages/sw_TZ/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_ui-master/-/sw_TZ/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_ui-master/starmathmessages/sw_TZ/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/starmathmessages/sw_TZ/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 647,
            "total_words": 2081,
            "translated": 271,
            "translated_words": 480,
            "translated_percent": 41.8,
            "fuzzy": 101,
            "fuzzy_words": 144,
            "fuzzy_percent": 15.6,
            "failing_checks": 37,
            "failing_checks_words": 44,
            "failing_checks_percent": 5.7,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/starmathmessages/sw_TZ/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/starmathmessages/sw_TZ/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/starmathmessages/sw_TZ/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/starmathmessages/sw_TZ/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/starmathmessages/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",
                    "zsm"
                ],
                "direction": "ltr",
                "population": 34869275,
                "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": 25931,
            "filename": "ms/starmath/messages.po",
            "revision": "2e61efba3a38a43dca5f8fac1aeda70d943f8099",
            "web_url": "https://translations.documentfoundation.org/projects/libo_ui-master/starmathmessages/ms/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_ui-master/-/ms/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_ui-master/starmathmessages/ms/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/starmathmessages/ms/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 647,
            "total_words": 2081,
            "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/starmathmessages/ms/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/starmathmessages/ms/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/starmathmessages/ms/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/starmathmessages/ms/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/starmathmessages/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": 26583,
            "filename": "axm/starmath/messages.po",
            "revision": "2e61efba3a38a43dca5f8fac1aeda70d943f8099",
            "web_url": "https://translations.documentfoundation.org/projects/libo_ui-master/starmathmessages/axm/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_ui-master/-/axm/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_ui-master/starmathmessages/axm/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/starmathmessages/axm/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 647,
            "total_words": 2081,
            "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/starmathmessages/axm/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/starmathmessages/axm/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/starmathmessages/axm/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/starmathmessages/axm/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/starmathmessages/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": 26584,
            "filename": "gcf/starmath/messages.po",
            "revision": "2e61efba3a38a43dca5f8fac1aeda70d943f8099",
            "web_url": "https://translations.documentfoundation.org/projects/libo_ui-master/starmathmessages/gcf/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_ui-master/-/gcf/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_ui-master/starmathmessages/gcf/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/starmathmessages/gcf/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 647,
            "total_words": 2081,
            "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/starmathmessages/gcf/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/starmathmessages/gcf/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/starmathmessages/gcf/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/starmathmessages/gcf/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/starmathmessages/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": 26585,
            "filename": "hyw/starmath/messages.po",
            "revision": "2e61efba3a38a43dca5f8fac1aeda70d943f8099",
            "web_url": "https://translations.documentfoundation.org/projects/libo_ui-master/starmathmessages/hyw/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_ui-master/-/hyw/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_ui-master/starmathmessages/hyw/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/starmathmessages/hyw/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 647,
            "total_words": 2081,
            "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/starmathmessages/hyw/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/starmathmessages/hyw/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/starmathmessages/hyw/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/starmathmessages/hyw/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/starmathmessages/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": 26586,
            "filename": "xcl/starmath/messages.po",
            "revision": "2e61efba3a38a43dca5f8fac1aeda70d943f8099",
            "web_url": "https://translations.documentfoundation.org/projects/libo_ui-master/starmathmessages/xcl/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_ui-master/-/xcl/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_ui-master/starmathmessages/xcl/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/starmathmessages/xcl/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 647,
            "total_words": 2081,
            "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/starmathmessages/xcl/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/starmathmessages/xcl/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/starmathmessages/xcl/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/starmathmessages/xcl/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/starmathmessages/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": 27125,
            "filename": "hye/starmath/messages.po",
            "revision": "2e61efba3a38a43dca5f8fac1aeda70d943f8099",
            "web_url": "https://translations.documentfoundation.org/projects/libo_ui-master/starmathmessages/hye/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_ui-master/-/hye/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_ui-master/starmathmessages/hye/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/starmathmessages/hye/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 647,
            "total_words": 2081,
            "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/starmathmessages/hye/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/starmathmessages/hye/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/starmathmessages/hye/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/starmathmessages/hye/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/starmathmessages/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": 1636485517,
                "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": 79269,
            "filename": "templates/starmath/messages.pot",
            "revision": "33685478b6cd2e3620cc95e5b40613764aa9376b",
            "web_url": "https://translations.documentfoundation.org/projects/libo_ui-master/starmathmessages/en/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_ui-master/-/en/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_ui-master/starmathmessages/en/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/starmathmessages/en/?format=api",
            "is_template": false,
            "is_source": true,
            "total": 647,
            "total_words": 2081,
            "translated": 647,
            "translated_words": 2081,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-06-18T07:49:10.184623Z",
            "last_author": "Lars Jødal",
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/starmathmessages/en/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/starmathmessages/en/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/starmathmessages/en/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/starmathmessages/en/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/starmathmessages/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": 11086548,
                "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": 79980,
            "filename": "ckb/starmath/messages.po",
            "revision": "03ced01d133bcf0dad686bb9ba3d76b33e99f62d",
            "web_url": "https://translations.documentfoundation.org/projects/libo_ui-master/starmathmessages/ckb/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_ui-master/-/ckb/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_ui-master/starmathmessages/ckb/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/starmathmessages/ckb/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 647,
            "total_words": 2081,
            "translated": 43,
            "translated_words": 55,
            "translated_percent": 6.6,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2021-02-05T07:55:58.436383Z",
            "last_author": "jwtiyar ali nariman",
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/starmathmessages/ckb/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/starmathmessages/ckb/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/starmathmessages/ckb/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/starmathmessages/ckb/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/starmathmessages/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": 37412649,
                "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": 80248,
            "filename": "ha/starmath/messages.po",
            "revision": "2e61efba3a38a43dca5f8fac1aeda70d943f8099",
            "web_url": "https://translations.documentfoundation.org/projects/libo_ui-master/starmathmessages/ha/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_ui-master/-/ha/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_ui-master/starmathmessages/ha/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/starmathmessages/ha/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 647,
            "total_words": 2081,
            "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/starmathmessages/ha/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/starmathmessages/ha/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/starmathmessages/ha/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/starmathmessages/ha/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/starmathmessages/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",
                    "ike"
                ],
                "direction": "ltr",
                "population": 45232,
                "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": 107788,
            "filename": "iu/starmath/messages.po",
            "revision": "2e61efba3a38a43dca5f8fac1aeda70d943f8099",
            "web_url": "https://translations.documentfoundation.org/projects/libo_ui-master/starmathmessages/iu/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_ui-master/-/iu/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_ui-master/starmathmessages/iu/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/starmathmessages/iu/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 647,
            "total_words": 2081,
            "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/starmathmessages/iu/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/starmathmessages/iu/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/starmathmessages/iu/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/starmathmessages/iu/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/starmathmessages/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": 5622890,
                "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": 135887,
            "filename": "lg/starmath/messages.po",
            "revision": "2e61efba3a38a43dca5f8fac1aeda70d943f8099",
            "web_url": "https://translations.documentfoundation.org/projects/libo_ui-master/starmathmessages/lg/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_ui-master/-/lg/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_ui-master/starmathmessages/lg/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/starmathmessages/lg/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 647,
            "total_words": 2081,
            "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/starmathmessages/lg/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/starmathmessages/lg/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/starmathmessages/lg/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/starmathmessages/lg/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/starmathmessages/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": 49766,
                "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": 136373,
            "filename": "csb/starmath/messages.po",
            "revision": "0a50c9a7a8f15ea6ac38b22d5315ebf77908fd9f",
            "web_url": "https://translations.documentfoundation.org/projects/libo_ui-master/starmathmessages/csb/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_ui-master/-/csb/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_ui-master/starmathmessages/csb/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/starmathmessages/csb/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 647,
            "total_words": 2081,
            "translated": 13,
            "translated_words": 13,
            "translated_percent": 2.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-04-29T22:23:59.679689Z",
            "last_author": "Mateùsz Titës Meyer",
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/starmathmessages/csb/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/starmathmessages/csb/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/starmathmessages/csb/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/starmathmessages/csb/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/starmathmessages/csb/units/?format=api"
        }
    ]
}