Translation components API.

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

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

{
    "count": 44,
    "next": null,
    "previous": null,
    "results": [
        {
            "language": {
                "id": 135,
                "code": "en_US",
                "name": "English (United States)",
                "plural": {
                    "id": 82,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "us",
                    "enu"
                ],
                "direction": "ltr",
                "population": 319333440,
                "web_url": "https://hosted.weblate.org/languages/en_US/",
                "url": "https://hosted.weblate.org/api/languages/en_US/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/en_US/statistics/?format=api"
            },
            "language_code": "en_US",
            "id": 82716,
            "filename": "translations/en_US.ts",
            "revision": "b1969b5428746d1ef3196e2d53a6044e134b0f7d,b1969b5428746d1ef3196e2d53a6044e134b0f7d",
            "web_url": "https://hosted.weblate.org/projects/cyberos/terminal/en_US/",
            "share_url": "https://hosted.weblate.org/engage/cyberos/-/en_US/",
            "translate_url": "https://hosted.weblate.org/translate/cyberos/terminal/en_US/",
            "url": "https://hosted.weblate.org/api/translations/cyberos/terminal/en_US/?format=api",
            "is_template": true,
            "is_source": true,
            "total": 3,
            "total_words": 12,
            "translated": 3,
            "translated_words": 12,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 3,
            "failing_checks_words": 12,
            "failing_checks_percent": 100.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/cyberos/terminal/en_US/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/cyberos/terminal/en_US/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/cyberos/terminal/en_US/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/cyberos/terminal/en_US/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/cyberos/terminal/en_US/units/?format=api"
        },
        {
            "language": {
                "id": 78,
                "code": "pl",
                "name": "Polish",
                "plural": {
                    "id": 244,
                    "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": [
                    "plk",
                    "pol"
                ],
                "direction": "ltr",
                "population": 41077398,
                "web_url": "https://hosted.weblate.org/languages/pl/",
                "url": "https://hosted.weblate.org/api/languages/pl/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/pl/statistics/?format=api"
            },
            "language_code": "pl_PL",
            "id": 82717,
            "filename": "translations/pl_PL.ts",
            "revision": "25c98a2ead46baedfb1e968593e45446f3d57fca,b1969b5428746d1ef3196e2d53a6044e134b0f7d",
            "web_url": "https://hosted.weblate.org/projects/cyberos/terminal/pl/",
            "share_url": "https://hosted.weblate.org/engage/cyberos/-/pl/",
            "translate_url": "https://hosted.weblate.org/translate/cyberos/terminal/pl/",
            "url": "https://hosted.weblate.org/api/translations/cyberos/terminal/pl/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 3,
            "total_words": 12,
            "translated": 3,
            "translated_words": 12,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/cyberos/terminal/pl/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/cyberos/terminal/pl/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/cyberos/terminal/pl/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/cyberos/terminal/pl/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/cyberos/terminal/pl/units/?format=api"
        },
        {
            "language": {
                "id": 36,
                "code": "ru",
                "name": "Russian",
                "plural": {
                    "id": 255,
                    "source": 0,
                    "number": 3,
                    "formula": "n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2",
                    "type": 22
                },
                "aliases": [
                    "ru_r",
                    "ru_rr",
                    "rus"
                ],
                "direction": "ltr",
                "population": 195841151,
                "web_url": "https://hosted.weblate.org/languages/ru/",
                "url": "https://hosted.weblate.org/api/languages/ru/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/ru/statistics/?format=api"
            },
            "language_code": "ru_RU",
            "id": 82718,
            "filename": "translations/ru_RU.ts",
            "revision": "516586ec1ac921a5eea302e822c184240f438f08,b1969b5428746d1ef3196e2d53a6044e134b0f7d",
            "web_url": "https://hosted.weblate.org/projects/cyberos/terminal/ru/",
            "share_url": "https://hosted.weblate.org/engage/cyberos/-/ru/",
            "translate_url": "https://hosted.weblate.org/translate/cyberos/terminal/ru/",
            "url": "https://hosted.weblate.org/api/translations/cyberos/terminal/ru/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 3,
            "total_words": 12,
            "translated": 3,
            "translated_words": 12,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2021-06-11T23:20:47.271902+02:00",
            "last_author": "omame",
            "repository_url": "https://hosted.weblate.org/api/translations/cyberos/terminal/ru/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/cyberos/terminal/ru/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/cyberos/terminal/ru/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/cyberos/terminal/ru/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/cyberos/terminal/ru/units/?format=api"
        },
        {
            "language": {
                "id": 449,
                "code": "nb_NO",
                "name": "Norwegian Bokmål",
                "plural": {
                    "id": 447,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "norwegian",
                    "no_nb",
                    "nb_nb",
                    "no_no",
                    "no",
                    "nb",
                    "nob",
                    "nor"
                ],
                "direction": "ltr",
                "population": 5467440,
                "web_url": "https://hosted.weblate.org/languages/nb_NO/",
                "url": "https://hosted.weblate.org/api/languages/nb_NO/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/nb_NO/statistics/?format=api"
            },
            "language_code": "nb_NO",
            "id": 82721,
            "filename": "translations/nb_NO.ts",
            "revision": "98abfd1121019c9f8e3a67e5c33221ce341ed12b,b1969b5428746d1ef3196e2d53a6044e134b0f7d",
            "web_url": "https://hosted.weblate.org/projects/cyberos/terminal/nb_NO/",
            "share_url": "https://hosted.weblate.org/engage/cyberos/-/nb_NO/",
            "translate_url": "https://hosted.weblate.org/translate/cyberos/terminal/nb_NO/",
            "url": "https://hosted.weblate.org/api/translations/cyberos/terminal/nb_NO/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 3,
            "total_words": 12,
            "translated": 3,
            "translated_words": 12,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2021-06-11T23:20:46.611002+02:00",
            "last_author": "omame",
            "repository_url": "https://hosted.weblate.org/api/translations/cyberos/terminal/nb_NO/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/cyberos/terminal/nb_NO/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/cyberos/terminal/nb_NO/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/cyberos/terminal/nb_NO/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/cyberos/terminal/nb_NO/units/?format=api"
        },
        {
            "language": {
                "id": 186,
                "code": "zh_Hans",
                "name": "Chinese (Simplified)",
                "plural": {
                    "id": 57,
                    "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://hosted.weblate.org/languages/zh_Hans/",
                "url": "https://hosted.weblate.org/api/languages/zh_Hans/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/zh_Hans/statistics/?format=api"
            },
            "language_code": "zh_CN",
            "id": 82736,
            "filename": "translations/zh_CN.ts",
            "revision": "c2e57219fab2642d3388a5e4dc21a27dcd51798b,b1969b5428746d1ef3196e2d53a6044e134b0f7d",
            "web_url": "https://hosted.weblate.org/projects/cyberos/terminal/zh_Hans/",
            "share_url": "https://hosted.weblate.org/engage/cyberos/-/zh_Hans/",
            "translate_url": "https://hosted.weblate.org/translate/cyberos/terminal/zh_Hans/",
            "url": "https://hosted.weblate.org/api/translations/cyberos/terminal/zh_Hans/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 3,
            "total_words": 12,
            "translated": 3,
            "translated_words": 12,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2021-04-30T04:57:02.116315+02:00",
            "last_author": "WhiredPlanck",
            "repository_url": "https://hosted.weblate.org/api/translations/cyberos/terminal/zh_Hans/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/cyberos/terminal/zh_Hans/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/cyberos/terminal/zh_Hans/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/cyberos/terminal/zh_Hans/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/cyberos/terminal/zh_Hans/units/?format=api"
        },
        {
            "language": {
                "id": 103,
                "code": "es",
                "name": "Spanish",
                "plural": {
                    "id": 291,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "es_la",
                    "esp",
                    "spa"
                ],
                "direction": "ltr",
                "population": 493528078,
                "web_url": "https://hosted.weblate.org/languages/es/",
                "url": "https://hosted.weblate.org/api/languages/es/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/es/statistics/?format=api"
            },
            "language_code": "es_ES",
            "id": 82741,
            "filename": "translations/es_ES.ts",
            "revision": "aaee7cf33b62d8c45f092fbd4945bb698e5760b6,b1969b5428746d1ef3196e2d53a6044e134b0f7d",
            "web_url": "https://hosted.weblate.org/projects/cyberos/terminal/es/",
            "share_url": "https://hosted.weblate.org/engage/cyberos/-/es/",
            "translate_url": "https://hosted.weblate.org/translate/cyberos/terminal/es/",
            "url": "https://hosted.weblate.org/api/translations/cyberos/terminal/es/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 3,
            "total_words": 12,
            "translated": 3,
            "translated_words": 12,
            "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": 1,
            "have_comment": 0,
            "last_change": "2021-06-17T02:51:22.771236+02:00",
            "last_author": "Manuel Zárate",
            "repository_url": "https://hosted.weblate.org/api/translations/cyberos/terminal/es/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/cyberos/terminal/es/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/cyberos/terminal/es/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/cyberos/terminal/es/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/cyberos/terminal/es/units/?format=api"
        },
        {
            "language": {
                "id": 23,
                "code": "pt_BR",
                "name": "Portuguese (Brazil)",
                "plural": {
                    "id": 246,
                    "source": 0,
                    "number": 2,
                    "formula": "n > 1",
                    "type": 1
                },
                "aliases": [
                    "braz_por",
                    "portuguese_br",
                    "bp",
                    "por_br",
                    "ptb"
                ],
                "direction": "ltr",
                "population": 192661560,
                "web_url": "https://hosted.weblate.org/languages/pt_BR/",
                "url": "https://hosted.weblate.org/api/languages/pt_BR/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/pt_BR/statistics/?format=api"
            },
            "language_code": "pt_BR",
            "id": 82997,
            "filename": "translations/pt_BR.ts",
            "revision": "b6a7b64098db593c8ccae82396b4d187f4e2affe,b1969b5428746d1ef3196e2d53a6044e134b0f7d",
            "web_url": "https://hosted.weblate.org/projects/cyberos/terminal/pt_BR/",
            "share_url": "https://hosted.weblate.org/engage/cyberos/-/pt_BR/",
            "translate_url": "https://hosted.weblate.org/translate/cyberos/terminal/pt_BR/",
            "url": "https://hosted.weblate.org/api/translations/cyberos/terminal/pt_BR/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 3,
            "total_words": 12,
            "translated": 3,
            "translated_words": 12,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2021-06-11T23:20:47.032984+02:00",
            "last_author": "omame",
            "repository_url": "https://hosted.weblate.org/api/translations/cyberos/terminal/pt_BR/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/cyberos/terminal/pt_BR/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/cyberos/terminal/pt_BR/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/cyberos/terminal/pt_BR/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/cyberos/terminal/pt_BR/units/?format=api"
        },
        {
            "language": {
                "id": 24,
                "code": "de",
                "name": "German",
                "plural": {
                    "id": 104,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "deu_de",
                    "deu",
                    "ger"
                ],
                "direction": "ltr",
                "population": 136350226,
                "web_url": "https://hosted.weblate.org/languages/de/",
                "url": "https://hosted.weblate.org/api/languages/de/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/de/statistics/?format=api"
            },
            "language_code": "de_DE",
            "id": 82998,
            "filename": "translations/de_DE.ts",
            "revision": "953eb8425e73074091fafdb8d56565d4c9dedc74,b1969b5428746d1ef3196e2d53a6044e134b0f7d",
            "web_url": "https://hosted.weblate.org/projects/cyberos/terminal/de/",
            "share_url": "https://hosted.weblate.org/engage/cyberos/-/de/",
            "translate_url": "https://hosted.weblate.org/translate/cyberos/terminal/de/",
            "url": "https://hosted.weblate.org/api/translations/cyberos/terminal/de/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 3,
            "total_words": 12,
            "translated": 3,
            "translated_words": 12,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2021-05-06T16:10:51.782165+02:00",
            "last_author": "McModknower",
            "repository_url": "https://hosted.weblate.org/api/translations/cyberos/terminal/de/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/cyberos/terminal/de/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/cyberos/terminal/de/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/cyberos/terminal/de/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/cyberos/terminal/de/units/?format=api"
        },
        {
            "language": {
                "id": 86,
                "code": "it",
                "name": "Italian",
                "plural": {
                    "id": 146,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "ita_it",
                    "ita"
                ],
                "direction": "ltr",
                "population": 70247059,
                "web_url": "https://hosted.weblate.org/languages/it/",
                "url": "https://hosted.weblate.org/api/languages/it/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/it/statistics/?format=api"
            },
            "language_code": "it_IT",
            "id": 82999,
            "filename": "translations/it_IT.ts",
            "revision": "a7207881a9a3b8086a5ee79e4609895333d63825,b1969b5428746d1ef3196e2d53a6044e134b0f7d",
            "web_url": "https://hosted.weblate.org/projects/cyberos/terminal/it/",
            "share_url": "https://hosted.weblate.org/engage/cyberos/-/it/",
            "translate_url": "https://hosted.weblate.org/translate/cyberos/terminal/it/",
            "url": "https://hosted.weblate.org/api/translations/cyberos/terminal/it/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 3,
            "total_words": 12,
            "translated": 3,
            "translated_words": 12,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2021-06-17T06:27:31.085258+02:00",
            "last_author": "J. Lavoie",
            "repository_url": "https://hosted.weblate.org/api/translations/cyberos/terminal/it/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/cyberos/terminal/it/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/cyberos/terminal/it/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/cyberos/terminal/it/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/cyberos/terminal/it/units/?format=api"
        },
        {
            "language": {
                "id": 185,
                "code": "zh_Hant",
                "name": "Chinese (Traditional)",
                "plural": {
                    "id": 734,
                    "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://hosted.weblate.org/languages/zh_Hant/",
                "url": "https://hosted.weblate.org/api/languages/zh_Hant/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/zh_Hant/statistics/?format=api"
            },
            "language_code": "zh_TW",
            "id": 83000,
            "filename": "translations/zh_TW.ts",
            "revision": "e27df826825054c200a2f2ed91b0cfd9666533c2,b1969b5428746d1ef3196e2d53a6044e134b0f7d",
            "web_url": "https://hosted.weblate.org/projects/cyberos/terminal/zh_Hant/",
            "share_url": "https://hosted.weblate.org/engage/cyberos/-/zh_Hant/",
            "translate_url": "https://hosted.weblate.org/translate/cyberos/terminal/zh_Hant/",
            "url": "https://hosted.weblate.org/api/translations/cyberos/terminal/zh_Hant/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 3,
            "total_words": 12,
            "translated": 3,
            "translated_words": 12,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2021-06-11T23:20:48.160683+02:00",
            "last_author": "omame",
            "repository_url": "https://hosted.weblate.org/api/translations/cyberos/terminal/zh_Hant/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/cyberos/terminal/zh_Hant/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/cyberos/terminal/zh_Hant/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/cyberos/terminal/zh_Hant/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/cyberos/terminal/zh_Hant/units/?format=api"
        },
        {
            "language": {
                "id": 192,
                "code": "es_MX",
                "name": "Spanish (Mexico)",
                "plural": {
                    "id": 296,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "mspanish"
                ],
                "direction": "ltr",
                "population": 106779500,
                "web_url": "https://hosted.weblate.org/languages/es_MX/",
                "url": "https://hosted.weblate.org/api/languages/es_MX/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/es_MX/statistics/?format=api"
            },
            "language_code": "es_MX",
            "id": 83001,
            "filename": "translations/es_MX.ts",
            "revision": "f5ed4c95554792c6e5bbb43d272c3e767dac6974,b1969b5428746d1ef3196e2d53a6044e134b0f7d",
            "web_url": "https://hosted.weblate.org/projects/cyberos/terminal/es_MX/",
            "share_url": "https://hosted.weblate.org/engage/cyberos/-/es_MX/",
            "translate_url": "https://hosted.weblate.org/translate/cyberos/terminal/es_MX/",
            "url": "https://hosted.weblate.org/api/translations/cyberos/terminal/es_MX/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 3,
            "total_words": 12,
            "translated": 3,
            "translated_words": 12,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2021-06-17T02:52:21.886454+02:00",
            "last_author": "Sebastián",
            "repository_url": "https://hosted.weblate.org/api/translations/cyberos/terminal/es_MX/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/cyberos/terminal/es_MX/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/cyberos/terminal/es_MX/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/cyberos/terminal/es_MX/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/cyberos/terminal/es_MX/units/?format=api"
        },
        {
            "language": {
                "id": 56,
                "code": "cs",
                "name": "Czech",
                "plural": {
                    "id": 68,
                    "source": 0,
                    "number": 3,
                    "formula": "(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2",
                    "type": 22
                },
                "aliases": [
                    "cs_cs",
                    "cz",
                    "csy",
                    "ces",
                    "cze"
                ],
                "direction": "ltr",
                "population": 13045532,
                "web_url": "https://hosted.weblate.org/languages/cs/",
                "url": "https://hosted.weblate.org/api/languages/cs/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/cs/statistics/?format=api"
            },
            "language_code": "cs_CZ",
            "id": 83387,
            "filename": "translations/cs_CZ.ts",
            "revision": "6fe2aae71be05a6d1c921ad187e5058630d47845,b1969b5428746d1ef3196e2d53a6044e134b0f7d",
            "web_url": "https://hosted.weblate.org/projects/cyberos/terminal/cs/",
            "share_url": "https://hosted.weblate.org/engage/cyberos/-/cs/",
            "translate_url": "https://hosted.weblate.org/translate/cyberos/terminal/cs/",
            "url": "https://hosted.weblate.org/api/translations/cyberos/terminal/cs/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 3,
            "total_words": 12,
            "translated": 3,
            "translated_words": 12,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2021-09-20T16:24:15.532242+02:00",
            "last_author": "Pavel Borecki",
            "repository_url": "https://hosted.weblate.org/api/translations/cyberos/terminal/cs/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/cyberos/terminal/cs/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/cyberos/terminal/cs/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/cyberos/terminal/cs/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/cyberos/terminal/cs/units/?format=api"
        },
        {
            "language": {
                "id": 121,
                "code": "si",
                "name": "Sinhala",
                "plural": {
                    "id": 277,
                    "source": 0,
                    "number": 2,
                    "formula": "n > 1",
                    "type": 1
                },
                "aliases": [
                    "lk",
                    "sin"
                ],
                "direction": "ltr",
                "population": 15564656,
                "web_url": "https://hosted.weblate.org/languages/si/",
                "url": "https://hosted.weblate.org/api/languages/si/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/si/statistics/?format=api"
            },
            "language_code": "si_LK",
            "id": 83726,
            "filename": "translations/si_LK.ts",
            "revision": "1978c766c384651c9ac9562550b6addce0fd9d65,b1969b5428746d1ef3196e2d53a6044e134b0f7d",
            "web_url": "https://hosted.weblate.org/projects/cyberos/terminal/si/",
            "share_url": "https://hosted.weblate.org/engage/cyberos/-/si/",
            "translate_url": "https://hosted.weblate.org/translate/cyberos/terminal/si/",
            "url": "https://hosted.weblate.org/api/translations/cyberos/terminal/si/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 3,
            "total_words": 12,
            "translated": 0,
            "translated_words": 0,
            "translated_percent": 0.0,
            "fuzzy": 3,
            "fuzzy_words": 12,
            "fuzzy_percent": 100.0,
            "failing_checks": 3,
            "failing_checks_words": 12,
            "failing_checks_percent": 100.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2021-06-11T23:20:47.375071+02:00",
            "last_author": "omame",
            "repository_url": "https://hosted.weblate.org/api/translations/cyberos/terminal/si/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/cyberos/terminal/si/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/cyberos/terminal/si/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/cyberos/terminal/si/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/cyberos/terminal/si/units/?format=api"
        },
        {
            "language": {
                "id": 12,
                "code": "tr",
                "name": "Turkish",
                "plural": {
                    "id": 323,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "trk",
                    "tur"
                ],
                "direction": "ltr",
                "population": 80360705,
                "web_url": "https://hosted.weblate.org/languages/tr/",
                "url": "https://hosted.weblate.org/api/languages/tr/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/tr/statistics/?format=api"
            },
            "language_code": "tr_TR",
            "id": 90044,
            "filename": "translations/tr_TR.ts",
            "revision": "f240d0661ca3aa9bbdc18605235185134922b877,b1969b5428746d1ef3196e2d53a6044e134b0f7d",
            "web_url": "https://hosted.weblate.org/projects/cyberos/terminal/tr/",
            "share_url": "https://hosted.weblate.org/engage/cyberos/-/tr/",
            "translate_url": "https://hosted.weblate.org/translate/cyberos/terminal/tr/",
            "url": "https://hosted.weblate.org/api/translations/cyberos/terminal/tr/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 3,
            "total_words": 12,
            "translated": 3,
            "translated_words": 12,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2021-06-11T23:20:47.729755+02:00",
            "last_author": "omame",
            "repository_url": "https://hosted.weblate.org/api/translations/cyberos/terminal/tr/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/cyberos/terminal/tr/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/cyberos/terminal/tr/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/cyberos/terminal/tr/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/cyberos/terminal/tr/units/?format=api"
        },
        {
            "language": {
                "id": 705,
                "code": "he_IL",
                "name": "Hebrew (Israel)",
                "plural": {
                    "id": 708,
                    "source": 0,
                    "number": 4,
                    "formula": "(n == 1) ? 0 : ((n == 2) ? 1 : ((n > 10 && n % 10 == 0) ? 2 : 3))",
                    "type": 6
                },
                "aliases": [],
                "direction": "rtl",
                "population": 8675480,
                "web_url": "https://hosted.weblate.org/languages/he_IL/",
                "url": "https://hosted.weblate.org/api/languages/he_IL/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/he_IL/statistics/?format=api"
            },
            "language_code": "he_IL",
            "id": 101188,
            "filename": "translations/he_IL.ts",
            "revision": "10ac1981e5d0d1cf16528a84e08f5ccaec946ead,b1969b5428746d1ef3196e2d53a6044e134b0f7d",
            "web_url": "https://hosted.weblate.org/projects/cyberos/terminal/he_IL/",
            "share_url": "https://hosted.weblate.org/engage/cyberos/-/he_IL/",
            "translate_url": "https://hosted.weblate.org/translate/cyberos/terminal/he_IL/",
            "url": "https://hosted.weblate.org/api/translations/cyberos/terminal/he_IL/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 3,
            "total_words": 12,
            "translated": 2,
            "translated_words": 2,
            "translated_percent": 66.6,
            "fuzzy": 1,
            "fuzzy_words": 10,
            "fuzzy_percent": 33.3,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2021-04-15T13:14:02.096494+02:00",
            "last_author": "TheShwarma",
            "repository_url": "https://hosted.weblate.org/api/translations/cyberos/terminal/he_IL/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/cyberos/terminal/he_IL/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/cyberos/terminal/he_IL/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/cyberos/terminal/he_IL/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/cyberos/terminal/he_IL/units/?format=api"
        },
        {
            "language": {
                "id": 16,
                "code": "th",
                "name": "Thai",
                "plural": {
                    "id": 315,
                    "source": 0,
                    "number": 1,
                    "formula": "0",
                    "type": 0
                },
                "aliases": [
                    "tha"
                ],
                "direction": "ltr",
                "population": 55181920,
                "web_url": "https://hosted.weblate.org/languages/th/",
                "url": "https://hosted.weblate.org/api/languages/th/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/th/statistics/?format=api"
            },
            "language_code": "th_TH",
            "id": 101476,
            "filename": "translations/th_TH.ts",
            "revision": "1a2c303e22a7ca6adde00eab2275b1db8c6d080e,b1969b5428746d1ef3196e2d53a6044e134b0f7d",
            "web_url": "https://hosted.weblate.org/projects/cyberos/terminal/th/",
            "share_url": "https://hosted.weblate.org/engage/cyberos/-/th/",
            "translate_url": "https://hosted.weblate.org/translate/cyberos/terminal/th/",
            "url": "https://hosted.weblate.org/api/translations/cyberos/terminal/th/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 3,
            "total_words": 12,
            "translated": 1,
            "translated_words": 10,
            "translated_percent": 33.3,
            "fuzzy": 2,
            "fuzzy_words": 2,
            "fuzzy_percent": 66.6,
            "failing_checks": 2,
            "failing_checks_words": 2,
            "failing_checks_percent": 66.6,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2021-06-15T01:29:52.027513+02:00",
            "last_author": "Sebastián",
            "repository_url": "https://hosted.weblate.org/api/translations/cyberos/terminal/th/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/cyberos/terminal/th/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/cyberos/terminal/th/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/cyberos/terminal/th/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/cyberos/terminal/th/units/?format=api"
        },
        {
            "language": {
                "id": 42,
                "code": "uk",
                "name": "Ukrainian",
                "plural": {
                    "id": 327,
                    "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://hosted.weblate.org/languages/uk/",
                "url": "https://hosted.weblate.org/api/languages/uk/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/uk/statistics/?format=api"
            },
            "language_code": "uk_UA",
            "id": 102079,
            "filename": "translations/uk_UA.ts",
            "revision": "a236682328ca91bdc219a4219a7549541a759859,b1969b5428746d1ef3196e2d53a6044e134b0f7d",
            "web_url": "https://hosted.weblate.org/projects/cyberos/terminal/uk/",
            "share_url": "https://hosted.weblate.org/engage/cyberos/-/uk/",
            "translate_url": "https://hosted.weblate.org/translate/cyberos/terminal/uk/",
            "url": "https://hosted.weblate.org/api/translations/cyberos/terminal/uk/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 3,
            "total_words": 12,
            "translated": 3,
            "translated_words": 12,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2021-08-14T13:58:38.016005+02:00",
            "last_author": "Tymofii Lytvynenko",
            "repository_url": "https://hosted.weblate.org/api/translations/cyberos/terminal/uk/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/cyberos/terminal/uk/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/cyberos/terminal/uk/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/cyberos/terminal/uk/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/cyberos/terminal/uk/units/?format=api"
        },
        {
            "language": {
                "id": 108,
                "code": "fa",
                "name": "Persian",
                "plural": {
                    "id": 241,
                    "source": 0,
                    "number": 2,
                    "formula": "n > 1",
                    "type": 1
                },
                "aliases": [
                    "fas_ir",
                    "fas",
                    "per",
                    "pes"
                ],
                "direction": "rtl",
                "population": 84710458,
                "web_url": "https://hosted.weblate.org/languages/fa/",
                "url": "https://hosted.weblate.org/api/languages/fa/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/fa/statistics/?format=api"
            },
            "language_code": "fa_IR",
            "id": 103082,
            "filename": "translations/fa_IR.ts",
            "revision": "19fe554c5d5b77067b4b66875d7a89136ac9068b,b1969b5428746d1ef3196e2d53a6044e134b0f7d",
            "web_url": "https://hosted.weblate.org/projects/cyberos/terminal/fa/",
            "share_url": "https://hosted.weblate.org/engage/cyberos/-/fa/",
            "translate_url": "https://hosted.weblate.org/translate/cyberos/terminal/fa/",
            "url": "https://hosted.weblate.org/api/translations/cyberos/terminal/fa/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 3,
            "total_words": 12,
            "translated": 2,
            "translated_words": 11,
            "translated_percent": 66.6,
            "fuzzy": 1,
            "fuzzy_words": 1,
            "fuzzy_percent": 33.3,
            "failing_checks": 1,
            "failing_checks_words": 1,
            "failing_checks_percent": 33.3,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2021-09-18T22:12:18.908426+02:00",
            "last_author": "mohammad karimi",
            "repository_url": "https://hosted.weblate.org/api/translations/cyberos/terminal/fa/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/cyberos/terminal/fa/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/cyberos/terminal/fa/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/cyberos/terminal/fa/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/cyberos/terminal/fa/units/?format=api"
        },
        {
            "language": {
                "id": 29,
                "code": "el",
                "name": "Greek",
                "plural": {
                    "id": 108,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "gr",
                    "ell",
                    "gre"
                ],
                "direction": "ltr",
                "population": 12292240,
                "web_url": "https://hosted.weblate.org/languages/el/",
                "url": "https://hosted.weblate.org/api/languages/el/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/el/statistics/?format=api"
            },
            "language_code": "el_GR",
            "id": 104094,
            "filename": "translations/el_GR.ts",
            "revision": "d920b96805c1ccd3aed9c0d30e93b166e04c1c46,b1969b5428746d1ef3196e2d53a6044e134b0f7d",
            "web_url": "https://hosted.weblate.org/projects/cyberos/terminal/el/",
            "share_url": "https://hosted.weblate.org/engage/cyberos/-/el/",
            "translate_url": "https://hosted.weblate.org/translate/cyberos/terminal/el/",
            "url": "https://hosted.weblate.org/api/translations/cyberos/terminal/el/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 3,
            "total_words": 12,
            "translated": 0,
            "translated_words": 0,
            "translated_percent": 0.0,
            "fuzzy": 3,
            "fuzzy_words": 12,
            "fuzzy_percent": 100.0,
            "failing_checks": 3,
            "failing_checks_words": 12,
            "failing_checks_percent": 100.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2021-04-28T17:50:57.592215+02:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/cyberos/terminal/el/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/cyberos/terminal/el/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/cyberos/terminal/el/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/cyberos/terminal/el/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/cyberos/terminal/el/units/?format=api"
        },
        {
            "language": {
                "id": 88,
                "code": "ar",
                "name": "Arabic",
                "plural": {
                    "id": 10,
                    "source": 0,
                    "number": 6,
                    "formula": "n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 ? 4 : 5",
                    "type": 3
                },
                "aliases": [
                    "ar_ar",
                    "ara",
                    "arb"
                ],
                "direction": "rtl",
                "population": 351664195,
                "web_url": "https://hosted.weblate.org/languages/ar/",
                "url": "https://hosted.weblate.org/api/languages/ar/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/ar/statistics/?format=api"
            },
            "language_code": "ar_AA",
            "id": 104592,
            "filename": "translations/ar_AA.ts",
            "revision": "2c0bebb61d93be2ee1837341d6cb9ce0cdd6c533,b1969b5428746d1ef3196e2d53a6044e134b0f7d",
            "web_url": "https://hosted.weblate.org/projects/cyberos/terminal/ar/",
            "share_url": "https://hosted.weblate.org/engage/cyberos/-/ar/",
            "translate_url": "https://hosted.weblate.org/translate/cyberos/terminal/ar/",
            "url": "https://hosted.weblate.org/api/translations/cyberos/terminal/ar/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 3,
            "total_words": 12,
            "translated": 3,
            "translated_words": 12,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2021-05-05T14:59:02.641739+02:00",
            "last_author": "Tameem Alshebel",
            "repository_url": "https://hosted.weblate.org/api/translations/cyberos/terminal/ar/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/cyberos/terminal/ar/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/cyberos/terminal/ar/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/cyberos/terminal/ar/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/cyberos/terminal/ar/units/?format=api"
        },
        {
            "language": {
                "id": 73,
                "code": "ml",
                "name": "Malayalam",
                "plural": {
                    "id": 191,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "mal"
                ],
                "direction": "ltr",
                "population": 43257484,
                "web_url": "https://hosted.weblate.org/languages/ml/",
                "url": "https://hosted.weblate.org/api/languages/ml/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/ml/statistics/?format=api"
            },
            "language_code": "ml_IN",
            "id": 105111,
            "filename": "translations/ml_IN.ts",
            "revision": "ac87cc0c4ad7f9ede2d74c3c290c27799cbd4077,b1969b5428746d1ef3196e2d53a6044e134b0f7d",
            "web_url": "https://hosted.weblate.org/projects/cyberos/terminal/ml/",
            "share_url": "https://hosted.weblate.org/engage/cyberos/-/ml/",
            "translate_url": "https://hosted.weblate.org/translate/cyberos/terminal/ml/",
            "url": "https://hosted.weblate.org/api/translations/cyberos/terminal/ml/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 3,
            "total_words": 12,
            "translated": 3,
            "translated_words": 12,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2021-05-05T14:13:27.690544+02:00",
            "last_author": "SilvinSooraj",
            "repository_url": "https://hosted.weblate.org/api/translations/cyberos/terminal/ml/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/cyberos/terminal/ml/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/cyberos/terminal/ml/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/cyberos/terminal/ml/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/cyberos/terminal/ml/units/?format=api"
        },
        {
            "language": {
                "id": 14,
                "code": "lt",
                "name": "Lithuanian",
                "plural": {
                    "id": 178,
                    "source": 0,
                    "number": 3,
                    "formula": "(n % 10 == 1 && (n % 100 < 11 || n % 100 > 19)) ? 0 : ((n % 10 >= 2 && n % 10 <= 9 && (n % 100 < 11 || n % 100 > 19)) ? 1 : 2)",
                    "type": 22
                },
                "aliases": [
                    "lit"
                ],
                "direction": "ltr",
                "population": 2488617,
                "web_url": "https://hosted.weblate.org/languages/lt/",
                "url": "https://hosted.weblate.org/api/languages/lt/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/lt/statistics/?format=api"
            },
            "language_code": "lt_LT",
            "id": 105125,
            "filename": "translations/lt_LT.ts",
            "revision": "eaa2aea748d7c263982c6db93985215108bdf870,b1969b5428746d1ef3196e2d53a6044e134b0f7d",
            "web_url": "https://hosted.weblate.org/projects/cyberos/terminal/lt/",
            "share_url": "https://hosted.weblate.org/engage/cyberos/-/lt/",
            "translate_url": "https://hosted.weblate.org/translate/cyberos/terminal/lt/",
            "url": "https://hosted.weblate.org/api/translations/cyberos/terminal/lt/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 3,
            "total_words": 12,
            "translated": 0,
            "translated_words": 0,
            "translated_percent": 0.0,
            "fuzzy": 3,
            "fuzzy_words": 12,
            "fuzzy_percent": 100.0,
            "failing_checks": 3,
            "failing_checks_words": 12,
            "failing_checks_percent": 100.0,
            "have_suggestion": 2,
            "have_comment": 0,
            "last_change": "2021-05-05T10:32:19.774907+02:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/cyberos/terminal/lt/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/cyberos/terminal/lt/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/cyberos/terminal/lt/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/cyberos/terminal/lt/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/cyberos/terminal/lt/units/?format=api"
        },
        {
            "language": {
                "id": 67,
                "code": "hi",
                "name": "Hindi",
                "plural": {
                    "id": 134,
                    "source": 0,
                    "number": 2,
                    "formula": "n > 1",
                    "type": 1
                },
                "aliases": [
                    "hin"
                ],
                "direction": "ltr",
                "population": 545556054,
                "web_url": "https://hosted.weblate.org/languages/hi/",
                "url": "https://hosted.weblate.org/api/languages/hi/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/hi/statistics/?format=api"
            },
            "language_code": "hi_IN",
            "id": 105189,
            "filename": "translations/hi_IN.ts",
            "revision": "19f9721814e9e80a277a6365781495e48818a16e,b1969b5428746d1ef3196e2d53a6044e134b0f7d",
            "web_url": "https://hosted.weblate.org/projects/cyberos/terminal/hi/",
            "share_url": "https://hosted.weblate.org/engage/cyberos/-/hi/",
            "translate_url": "https://hosted.weblate.org/translate/cyberos/terminal/hi/",
            "url": "https://hosted.weblate.org/api/translations/cyberos/terminal/hi/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 3,
            "total_words": 12,
            "translated": 3,
            "translated_words": 12,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2021-05-19T22:31:15.184601+02:00",
            "last_author": "SilvinSooraj",
            "repository_url": "https://hosted.weblate.org/api/translations/cyberos/terminal/hi/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/cyberos/terminal/hi/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/cyberos/terminal/hi/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/cyberos/terminal/hi/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/cyberos/terminal/hi/units/?format=api"
        },
        {
            "language": {
                "id": 93,
                "code": "id",
                "name": "Indonesian",
                "plural": {
                    "id": 141,
                    "source": 0,
                    "number": 1,
                    "formula": "0",
                    "type": 0
                },
                "aliases": [
                    "in",
                    "in_id",
                    "ind"
                ],
                "direction": "ltr",
                "population": 171207687,
                "web_url": "https://hosted.weblate.org/languages/id/",
                "url": "https://hosted.weblate.org/api/languages/id/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/id/statistics/?format=api"
            },
            "language_code": "id_ID",
            "id": 105299,
            "filename": "translations/id_ID.ts",
            "revision": "30e2de071ecc1a20025f4d03e743c6afa3ed110b,b1969b5428746d1ef3196e2d53a6044e134b0f7d",
            "web_url": "https://hosted.weblate.org/projects/cyberos/terminal/id/",
            "share_url": "https://hosted.weblate.org/engage/cyberos/-/id/",
            "translate_url": "https://hosted.weblate.org/translate/cyberos/terminal/id/",
            "url": "https://hosted.weblate.org/api/translations/cyberos/terminal/id/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 3,
            "total_words": 12,
            "translated": 3,
            "translated_words": 12,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2021-05-06T05:15:47.995549+02:00",
            "last_author": "leap123",
            "repository_url": "https://hosted.weblate.org/api/translations/cyberos/terminal/id/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/cyberos/terminal/id/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/cyberos/terminal/id/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/cyberos/terminal/id/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/cyberos/terminal/id/units/?format=api"
        },
        {
            "language": {
                "id": 38,
                "code": "ro",
                "name": "Romanian",
                "plural": {
                    "id": 251,
                    "source": 0,
                    "number": 3,
                    "formula": "n==1 ? 0 : (n==0 || (n%100 > 0 && n%100 < 20)) ? 1 : 2",
                    "type": 2
                },
                "aliases": [
                    "ron",
                    "rum",
                    "mol"
                ],
                "direction": "ltr",
                "population": 22187407,
                "web_url": "https://hosted.weblate.org/languages/ro/",
                "url": "https://hosted.weblate.org/api/languages/ro/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/ro/statistics/?format=api"
            },
            "language_code": "ro_RO",
            "id": 105469,
            "filename": "translations/ro_RO.ts",
            "revision": "4b2b13d69841b239443b8501821417da1d4ecf1c,b1969b5428746d1ef3196e2d53a6044e134b0f7d",
            "web_url": "https://hosted.weblate.org/projects/cyberos/terminal/ro/",
            "share_url": "https://hosted.weblate.org/engage/cyberos/-/ro/",
            "translate_url": "https://hosted.weblate.org/translate/cyberos/terminal/ro/",
            "url": "https://hosted.weblate.org/api/translations/cyberos/terminal/ro/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 3,
            "total_words": 12,
            "translated": 3,
            "translated_words": 12,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2021-05-06T18:19:02.492209+02:00",
            "last_author": "wolfemium",
            "repository_url": "https://hosted.weblate.org/api/translations/cyberos/terminal/ro/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/cyberos/terminal/ro/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/cyberos/terminal/ro/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/cyberos/terminal/ro/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/cyberos/terminal/ro/units/?format=api"
        },
        {
            "language": {
                "id": 66,
                "code": "hu",
                "name": "Hungarian",
                "plural": {
                    "id": 136,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "hun"
                ],
                "direction": "ltr",
                "population": 12443429,
                "web_url": "https://hosted.weblate.org/languages/hu/",
                "url": "https://hosted.weblate.org/api/languages/hu/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/hu/statistics/?format=api"
            },
            "language_code": "hu_HU",
            "id": 107280,
            "filename": "translations/hu_HU.ts",
            "revision": "4b86f94f79f2861facf3c25c6a4322937ddbb068,b1969b5428746d1ef3196e2d53a6044e134b0f7d",
            "web_url": "https://hosted.weblate.org/projects/cyberos/terminal/hu/",
            "share_url": "https://hosted.weblate.org/engage/cyberos/-/hu/",
            "translate_url": "https://hosted.weblate.org/translate/cyberos/terminal/hu/",
            "url": "https://hosted.weblate.org/api/translations/cyberos/terminal/hu/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 3,
            "total_words": 12,
            "translated": 0,
            "translated_words": 0,
            "translated_percent": 0.0,
            "fuzzy": 3,
            "fuzzy_words": 12,
            "fuzzy_percent": 100.0,
            "failing_checks": 3,
            "failing_checks_words": 12,
            "failing_checks_percent": 100.0,
            "have_suggestion": 1,
            "have_comment": 0,
            "last_change": "2021-05-11T16:51:18.219630+02:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/cyberos/terminal/hu/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/cyberos/terminal/hu/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/cyberos/terminal/hu/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/cyberos/terminal/hu/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/cyberos/terminal/hu/units/?format=api"
        },
        {
            "language": {
                "id": 34,
                "code": "et",
                "name": "Estonian",
                "plural": {
                    "id": 84,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "et_et",
                    "est",
                    "ekk"
                ],
                "direction": "ltr",
                "population": 878449,
                "web_url": "https://hosted.weblate.org/languages/et/",
                "url": "https://hosted.weblate.org/api/languages/et/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/et/statistics/?format=api"
            },
            "language_code": "et_EE",
            "id": 107543,
            "filename": "translations/et_EE.ts",
            "revision": "ea1aa45a01d5db40ae308e828eccb7b3f991a0c3,b1969b5428746d1ef3196e2d53a6044e134b0f7d",
            "web_url": "https://hosted.weblate.org/projects/cyberos/terminal/et/",
            "share_url": "https://hosted.weblate.org/engage/cyberos/-/et/",
            "translate_url": "https://hosted.weblate.org/translate/cyberos/terminal/et/",
            "url": "https://hosted.weblate.org/api/translations/cyberos/terminal/et/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 3,
            "total_words": 12,
            "translated": 3,
            "translated_words": 12,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2021-05-13T11:18:35.657144+02:00",
            "last_author": "sander lippa",
            "repository_url": "https://hosted.weblate.org/api/translations/cyberos/terminal/et/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/cyberos/terminal/et/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/cyberos/terminal/et/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/cyberos/terminal/et/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/cyberos/terminal/et/units/?format=api"
        },
        {
            "language": {
                "id": 1523,
                "code": "yue_HK",
                "name": "Yue",
                "plural": {
                    "id": 1566,
                    "source": 0,
                    "number": 1,
                    "formula": "0",
                    "type": 0
                },
                "aliases": [],
                "direction": "ltr",
                "population": 0,
                "web_url": "https://hosted.weblate.org/languages/yue_HK/",
                "url": "https://hosted.weblate.org/api/languages/yue_HK/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/yue_HK/statistics/?format=api"
            },
            "language_code": "yue_HK",
            "id": 107694,
            "filename": "translations/yue_HK.ts",
            "revision": "f686f58502d2a435a3c9b493f83d880c92fc9e63,b1969b5428746d1ef3196e2d53a6044e134b0f7d",
            "web_url": "https://hosted.weblate.org/projects/cyberos/terminal/yue_HK/",
            "share_url": "https://hosted.weblate.org/engage/cyberos/-/yue_HK/",
            "translate_url": "https://hosted.weblate.org/translate/cyberos/terminal/yue_HK/",
            "url": "https://hosted.weblate.org/api/translations/cyberos/terminal/yue_HK/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 3,
            "total_words": 12,
            "translated": 3,
            "translated_words": 12,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2021-05-25T11:53:34.752589+02:00",
            "last_author": "matriz",
            "repository_url": "https://hosted.weblate.org/api/translations/cyberos/terminal/yue_HK/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/cyberos/terminal/yue_HK/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/cyberos/terminal/yue_HK/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/cyberos/terminal/yue_HK/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/cyberos/terminal/yue_HK/units/?format=api"
        },
        {
            "language": {
                "id": 49,
                "code": "ja",
                "name": "Japanese",
                "plural": {
                    "id": 148,
                    "source": 0,
                    "number": 1,
                    "formula": "0",
                    "type": 0
                },
                "aliases": [
                    "jp",
                    "jp_jpn",
                    "ja_ja",
                    "jpn_jp",
                    "jpn"
                ],
                "direction": "ltr",
                "population": 119729025,
                "web_url": "https://hosted.weblate.org/languages/ja/",
                "url": "https://hosted.weblate.org/api/languages/ja/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/ja/statistics/?format=api"
            },
            "language_code": "ja_JP",
            "id": 108000,
            "filename": "translations/ja_JP.ts",
            "revision": "70b0f3fae34b0b03b22801841765591003077b51,b1969b5428746d1ef3196e2d53a6044e134b0f7d",
            "web_url": "https://hosted.weblate.org/projects/cyberos/terminal/ja/",
            "share_url": "https://hosted.weblate.org/engage/cyberos/-/ja/",
            "translate_url": "https://hosted.weblate.org/translate/cyberos/terminal/ja/",
            "url": "https://hosted.weblate.org/api/translations/cyberos/terminal/ja/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 3,
            "total_words": 12,
            "translated": 0,
            "translated_words": 0,
            "translated_percent": 0.0,
            "fuzzy": 3,
            "fuzzy_words": 12,
            "fuzzy_percent": 100.0,
            "failing_checks": 3,
            "failing_checks_words": 12,
            "failing_checks_percent": 100.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2021-05-15T13:24:08.202280+02:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/cyberos/terminal/ja/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/cyberos/terminal/ja/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/cyberos/terminal/ja/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/cyberos/terminal/ja/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/cyberos/terminal/ja/units/?format=api"
        },
        {
            "language": {
                "id": 114,
                "code": "sr",
                "name": "Serbian",
                "plural": {
                    "id": 268,
                    "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://hosted.weblate.org/languages/sr/",
                "url": "https://hosted.weblate.org/api/languages/sr/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/sr/statistics/?format=api"
            },
            "language_code": "sr_RS",
            "id": 108023,
            "filename": "translations/sr_RS.ts",
            "revision": "9995f34dbc933cb81408976ee8d76a90cfc76b43,b1969b5428746d1ef3196e2d53a6044e134b0f7d",
            "web_url": "https://hosted.weblate.org/projects/cyberos/terminal/sr/",
            "share_url": "https://hosted.weblate.org/engage/cyberos/-/sr/",
            "translate_url": "https://hosted.weblate.org/translate/cyberos/terminal/sr/",
            "url": "https://hosted.weblate.org/api/translations/cyberos/terminal/sr/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 3,
            "total_words": 12,
            "translated": 3,
            "translated_words": 12,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2021-05-15T16:12:14.449733+02:00",
            "last_author": "404oops",
            "repository_url": "https://hosted.weblate.org/api/translations/cyberos/terminal/sr/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/cyberos/terminal/sr/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/cyberos/terminal/sr/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/cyberos/terminal/sr/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/cyberos/terminal/sr/units/?format=api"
        },
        {
            "language": {
                "id": 96,
                "code": "nl",
                "name": "Dutch",
                "plural": {
                    "id": 73,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "dut",
                    "nld"
                ],
                "direction": "ltr",
                "population": 31765645,
                "web_url": "https://hosted.weblate.org/languages/nl/",
                "url": "https://hosted.weblate.org/api/languages/nl/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/nl/statistics/?format=api"
            },
            "language_code": "nl_NL",
            "id": 108350,
            "filename": "translations/nl_NL.ts",
            "revision": "95a41a61016c32a1518a27b31d102e6818c31ba8,b1969b5428746d1ef3196e2d53a6044e134b0f7d",
            "web_url": "https://hosted.weblate.org/projects/cyberos/terminal/nl/",
            "share_url": "https://hosted.weblate.org/engage/cyberos/-/nl/",
            "translate_url": "https://hosted.weblate.org/translate/cyberos/terminal/nl/",
            "url": "https://hosted.weblate.org/api/translations/cyberos/terminal/nl/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 3,
            "total_words": 12,
            "translated": 3,
            "translated_words": 12,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2021-05-15T21:53:27.285633+02:00",
            "last_author": "maxius65",
            "repository_url": "https://hosted.weblate.org/api/translations/cyberos/terminal/nl/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/cyberos/terminal/nl/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/cyberos/terminal/nl/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/cyberos/terminal/nl/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/cyberos/terminal/nl/units/?format=api"
        },
        {
            "language": {
                "id": 92,
                "code": "az",
                "name": "Azerbaijani",
                "plural": {
                    "id": 23,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "aze",
                    "azj"
                ],
                "direction": "ltr",
                "population": 9690091,
                "web_url": "https://hosted.weblate.org/languages/az/",
                "url": "https://hosted.weblate.org/api/languages/az/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/az/statistics/?format=api"
            },
            "language_code": "az_AZ",
            "id": 108906,
            "filename": "translations/az_AZ.ts",
            "revision": "f68c5abfd88b194a90ce1e76621fd723c25b93de,b1969b5428746d1ef3196e2d53a6044e134b0f7d",
            "web_url": "https://hosted.weblate.org/projects/cyberos/terminal/az/",
            "share_url": "https://hosted.weblate.org/engage/cyberos/-/az/",
            "translate_url": "https://hosted.weblate.org/translate/cyberos/terminal/az/",
            "url": "https://hosted.weblate.org/api/translations/cyberos/terminal/az/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 3,
            "total_words": 12,
            "translated": 0,
            "translated_words": 0,
            "translated_percent": 0.0,
            "fuzzy": 3,
            "fuzzy_words": 12,
            "fuzzy_percent": 100.0,
            "failing_checks": 3,
            "failing_checks_words": 12,
            "failing_checks_percent": 100.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2021-05-17T20:36:10.593539+02:00",
            "last_author": "MoonHyper",
            "repository_url": "https://hosted.weblate.org/api/translations/cyberos/terminal/az/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/cyberos/terminal/az/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/cyberos/terminal/az/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/cyberos/terminal/az/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/cyberos/terminal/az/units/?format=api"
        },
        {
            "language": {
                "id": 100,
                "code": "ne",
                "name": "Nepali",
                "plural": {
                    "id": 216,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "np",
                    "nep",
                    "npi"
                ],
                "direction": "ltr",
                "population": 20903374,
                "web_url": "https://hosted.weblate.org/languages/ne/",
                "url": "https://hosted.weblate.org/api/languages/ne/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/ne/statistics/?format=api"
            },
            "language_code": "ne_NP",
            "id": 109589,
            "filename": "translations/ne_NP.ts",
            "revision": "7de2a2f595e2cc075dc304f9ba14aa3939ff87b0,b1969b5428746d1ef3196e2d53a6044e134b0f7d",
            "web_url": "https://hosted.weblate.org/projects/cyberos/terminal/ne/",
            "share_url": "https://hosted.weblate.org/engage/cyberos/-/ne/",
            "translate_url": "https://hosted.weblate.org/translate/cyberos/terminal/ne/",
            "url": "https://hosted.weblate.org/api/translations/cyberos/terminal/ne/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 3,
            "total_words": 12,
            "translated": 1,
            "translated_words": 10,
            "translated_percent": 33.3,
            "fuzzy": 2,
            "fuzzy_words": 2,
            "fuzzy_percent": 66.6,
            "failing_checks": 2,
            "failing_checks_words": 2,
            "failing_checks_percent": 66.6,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2021-05-24T09:30:19.493320+02:00",
            "last_author": "aksharlabs",
            "repository_url": "https://hosted.weblate.org/api/translations/cyberos/terminal/ne/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/cyberos/terminal/ne/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/cyberos/terminal/ne/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/cyberos/terminal/ne/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/cyberos/terminal/ne/units/?format=api"
        },
        {
            "language": {
                "id": 105,
                "code": "fr",
                "name": "French",
                "plural": {
                    "id": 93,
                    "source": 0,
                    "number": 2,
                    "formula": "n > 1",
                    "type": 1
                },
                "aliases": [
                    "fra_fr",
                    "fra",
                    "fre"
                ],
                "direction": "ltr",
                "population": 278611506,
                "web_url": "https://hosted.weblate.org/languages/fr/",
                "url": "https://hosted.weblate.org/api/languages/fr/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/fr/statistics/?format=api"
            },
            "language_code": "fr_FR",
            "id": 109599,
            "filename": "translations/fr_FR.ts",
            "revision": "aa7cc086397b39c30783b594e8104030c42454cf,b1969b5428746d1ef3196e2d53a6044e134b0f7d",
            "web_url": "https://hosted.weblate.org/projects/cyberos/terminal/fr/",
            "share_url": "https://hosted.weblate.org/engage/cyberos/-/fr/",
            "translate_url": "https://hosted.weblate.org/translate/cyberos/terminal/fr/",
            "url": "https://hosted.weblate.org/api/translations/cyberos/terminal/fr/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 3,
            "total_words": 12,
            "translated": 3,
            "translated_words": 12,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2021-06-17T06:26:57.141528+02:00",
            "last_author": "J. Lavoie",
            "repository_url": "https://hosted.weblate.org/api/translations/cyberos/terminal/fr/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/cyberos/terminal/fr/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/cyberos/terminal/fr/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/cyberos/terminal/fr/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/cyberos/terminal/fr/units/?format=api"
        },
        {
            "language": {
                "id": 116,
                "code": "ko",
                "name": "Korean",
                "plural": {
                    "id": 165,
                    "source": 0,
                    "number": 1,
                    "formula": "0",
                    "type": 0
                },
                "aliases": [
                    "ko_ko",
                    "kor_kr",
                    "kor"
                ],
                "direction": "ltr",
                "population": 78357047,
                "web_url": "https://hosted.weblate.org/languages/ko/",
                "url": "https://hosted.weblate.org/api/languages/ko/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/ko/statistics/?format=api"
            },
            "language_code": "ko_KR",
            "id": 110779,
            "filename": "translations/ko_KR.ts",
            "revision": "dbd9c01536a31215f6452c6d0e2637ae60b8a9fd,b1969b5428746d1ef3196e2d53a6044e134b0f7d",
            "web_url": "https://hosted.weblate.org/projects/cyberos/terminal/ko/",
            "share_url": "https://hosted.weblate.org/engage/cyberos/-/ko/",
            "translate_url": "https://hosted.weblate.org/translate/cyberos/terminal/ko/",
            "url": "https://hosted.weblate.org/api/translations/cyberos/terminal/ko/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 3,
            "total_words": 12,
            "translated": 3,
            "translated_words": 12,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2021-05-28T18:34:24.529888+02:00",
            "last_author": "임은호",
            "repository_url": "https://hosted.weblate.org/api/translations/cyberos/terminal/ko/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/cyberos/terminal/ko/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/cyberos/terminal/ko/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/cyberos/terminal/ko/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/cyberos/terminal/ko/units/?format=api"
        },
        {
            "language": {
                "id": 41,
                "code": "bg",
                "name": "Bulgarian",
                "plural": {
                    "id": 43,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "bgr",
                    "bul"
                ],
                "direction": "ltr",
                "population": 7878314,
                "web_url": "https://hosted.weblate.org/languages/bg/",
                "url": "https://hosted.weblate.org/api/languages/bg/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/bg/statistics/?format=api"
            },
            "language_code": "bg_BG",
            "id": 110843,
            "filename": "translations/bg_BG.ts",
            "revision": "6e94b6d885b7765042f11c3681eb7074e2ffc22c,b1969b5428746d1ef3196e2d53a6044e134b0f7d",
            "web_url": "https://hosted.weblate.org/projects/cyberos/terminal/bg/",
            "share_url": "https://hosted.weblate.org/engage/cyberos/-/bg/",
            "translate_url": "https://hosted.weblate.org/translate/cyberos/terminal/bg/",
            "url": "https://hosted.weblate.org/api/translations/cyberos/terminal/bg/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 3,
            "total_words": 12,
            "translated": 3,
            "translated_words": 12,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2021-05-29T00:56:47.186729+02:00",
            "last_author": "Deleted User",
            "repository_url": "https://hosted.weblate.org/api/translations/cyberos/terminal/bg/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/cyberos/terminal/bg/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/cyberos/terminal/bg/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/cyberos/terminal/bg/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/cyberos/terminal/bg/units/?format=api"
        },
        {
            "language": {
                "id": 79,
                "code": "ms",
                "name": "Malay",
                "plural": {
                    "id": 190,
                    "source": 0,
                    "number": 1,
                    "formula": "0",
                    "type": 0
                },
                "aliases": [
                    "may",
                    "msa",
                    "zsm"
                ],
                "direction": "ltr",
                "population": 34869275,
                "web_url": "https://hosted.weblate.org/languages/ms/",
                "url": "https://hosted.weblate.org/api/languages/ms/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/ms/statistics/?format=api"
            },
            "language_code": "ms_MY",
            "id": 112103,
            "filename": "translations/ms_MY.ts",
            "revision": "765dc59d078eec5b5f73cdb4b227b59c0c4b9d4f,b1969b5428746d1ef3196e2d53a6044e134b0f7d",
            "web_url": "https://hosted.weblate.org/projects/cyberos/terminal/ms/",
            "share_url": "https://hosted.weblate.org/engage/cyberos/-/ms/",
            "translate_url": "https://hosted.weblate.org/translate/cyberos/terminal/ms/",
            "url": "https://hosted.weblate.org/api/translations/cyberos/terminal/ms/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 3,
            "total_words": 12,
            "translated": 2,
            "translated_words": 2,
            "translated_percent": 66.6,
            "fuzzy": 1,
            "fuzzy_words": 10,
            "fuzzy_percent": 33.3,
            "failing_checks": 1,
            "failing_checks_words": 10,
            "failing_checks_percent": 33.3,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2021-06-02T16:12:18.732421+02:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/cyberos/terminal/ms/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/cyberos/terminal/ms/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/cyberos/terminal/ms/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/cyberos/terminal/ms/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/cyberos/terminal/ms/units/?format=api"
        },
        {
            "language": {
                "id": 40,
                "code": "be",
                "name": "Belarusian",
                "plural": {
                    "id": 28,
                    "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": [
                    "xbelorussian",
                    "by",
                    "bel"
                ],
                "direction": "ltr",
                "population": 10064517,
                "web_url": "https://hosted.weblate.org/languages/be/",
                "url": "https://hosted.weblate.org/api/languages/be/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/be/statistics/?format=api"
            },
            "language_code": "be_BY",
            "id": 119302,
            "filename": "translations/be_BY.ts",
            "revision": "117cd8d777e78864fbbb475864a3c8f8d6400757,b1969b5428746d1ef3196e2d53a6044e134b0f7d",
            "web_url": "https://hosted.weblate.org/projects/cyberos/terminal/be/",
            "share_url": "https://hosted.weblate.org/engage/cyberos/-/be/",
            "translate_url": "https://hosted.weblate.org/translate/cyberos/terminal/be/",
            "url": "https://hosted.weblate.org/api/translations/cyberos/terminal/be/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 3,
            "total_words": 12,
            "translated": 0,
            "translated_words": 0,
            "translated_percent": 0.0,
            "fuzzy": 3,
            "fuzzy_words": 12,
            "fuzzy_percent": 100.0,
            "failing_checks": 3,
            "failing_checks_words": 12,
            "failing_checks_percent": 100.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2021-06-15T10:02:08.271357+02:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/cyberos/terminal/be/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/cyberos/terminal/be/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/cyberos/terminal/be/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/cyberos/terminal/be/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/cyberos/terminal/be/units/?format=api"
        },
        {
            "language": {
                "id": 110,
                "code": "fi",
                "name": "Finnish",
                "plural": {
                    "id": 89,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "fin_fi",
                    "fin"
                ],
                "direction": "ltr",
                "population": 5736841,
                "web_url": "https://hosted.weblate.org/languages/fi/",
                "url": "https://hosted.weblate.org/api/languages/fi/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/fi/statistics/?format=api"
            },
            "language_code": "fi_FI",
            "id": 122218,
            "filename": "translations/fi_FI.ts",
            "revision": "9ea999b896e859a81b5f2b7a64bd4c5df02be78a,b1969b5428746d1ef3196e2d53a6044e134b0f7d",
            "web_url": "https://hosted.weblate.org/projects/cyberos/terminal/fi/",
            "share_url": "https://hosted.weblate.org/engage/cyberos/-/fi/",
            "translate_url": "https://hosted.weblate.org/translate/cyberos/terminal/fi/",
            "url": "https://hosted.weblate.org/api/translations/cyberos/terminal/fi/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 3,
            "total_words": 12,
            "translated": 3,
            "translated_words": 12,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2021-08-23T13:55:04.951192+02:00",
            "last_author": "Kaantaja",
            "repository_url": "https://hosted.weblate.org/api/translations/cyberos/terminal/fi/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/cyberos/terminal/fi/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/cyberos/terminal/fi/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/cyberos/terminal/fi/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/cyberos/terminal/fi/units/?format=api"
        },
        {
            "language": {
                "id": 137,
                "code": "pt_PT",
                "name": "Portuguese (Portugal)",
                "plural": {
                    "id": 247,
                    "source": 0,
                    "number": 2,
                    "formula": "n > 1",
                    "type": 1
                },
                "aliases": [
                    "portuguese_portugal"
                ],
                "direction": "ltr",
                "population": 9890592,
                "web_url": "https://hosted.weblate.org/languages/pt_PT/",
                "url": "https://hosted.weblate.org/api/languages/pt_PT/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/pt_PT/statistics/?format=api"
            },
            "language_code": "pt_PT",
            "id": 125934,
            "filename": "translations/pt_PT.ts",
            "revision": "2665abacbe707ffad1aa9e5522392b5aba3a80c6,b1969b5428746d1ef3196e2d53a6044e134b0f7d",
            "web_url": "https://hosted.weblate.org/projects/cyberos/terminal/pt_PT/",
            "share_url": "https://hosted.weblate.org/engage/cyberos/-/pt_PT/",
            "translate_url": "https://hosted.weblate.org/translate/cyberos/terminal/pt_PT/",
            "url": "https://hosted.weblate.org/api/translations/cyberos/terminal/pt_PT/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 3,
            "total_words": 12,
            "translated": 3,
            "translated_words": 12,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2021-07-10T09:30:44.838013+02:00",
            "last_author": "Luis Ferreira",
            "repository_url": "https://hosted.weblate.org/api/translations/cyberos/terminal/pt_PT/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/cyberos/terminal/pt_PT/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/cyberos/terminal/pt_PT/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/cyberos/terminal/pt_PT/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/cyberos/terminal/pt_PT/units/?format=api"
        },
        {
            "language": {
                "id": 21,
                "code": "ta",
                "name": "Tamil",
                "plural": {
                    "id": 309,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "tam"
                ],
                "direction": "ltr",
                "population": 85616159,
                "web_url": "https://hosted.weblate.org/languages/ta/",
                "url": "https://hosted.weblate.org/api/languages/ta/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/ta/statistics/?format=api"
            },
            "language_code": "ta_IN",
            "id": 147954,
            "filename": "translations/ta_IN.ts",
            "revision": "e34d9432f5d11da9800ecb10ec93069c46772997,b1969b5428746d1ef3196e2d53a6044e134b0f7d",
            "web_url": "https://hosted.weblate.org/projects/cyberos/terminal/ta/",
            "share_url": "https://hosted.weblate.org/engage/cyberos/-/ta/",
            "translate_url": "https://hosted.weblate.org/translate/cyberos/terminal/ta/",
            "url": "https://hosted.weblate.org/api/translations/cyberos/terminal/ta/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 3,
            "total_words": 12,
            "translated": 3,
            "translated_words": 12,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2021-09-19T08:13:36.371690+02:00",
            "last_author": "Alex",
            "repository_url": "https://hosted.weblate.org/api/translations/cyberos/terminal/ta/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/cyberos/terminal/ta/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/cyberos/terminal/ta/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/cyberos/terminal/ta/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/cyberos/terminal/ta/units/?format=api"
        },
        {
            "language": {
                "id": 120,
                "code": "sk",
                "name": "Slovak",
                "plural": {
                    "id": 279,
                    "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://hosted.weblate.org/languages/sk/",
                "url": "https://hosted.weblate.org/api/languages/sk/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/sk/statistics/?format=api"
            },
            "language_code": "sk_SK",
            "id": 148031,
            "filename": "translations/sk_SK.ts",
            "revision": "fb715bbf3f67d1460411513c459e2e7b7b7f76b0,b1969b5428746d1ef3196e2d53a6044e134b0f7d",
            "web_url": "https://hosted.weblate.org/projects/cyberos/terminal/sk/",
            "share_url": "https://hosted.weblate.org/engage/cyberos/-/sk/",
            "translate_url": "https://hosted.weblate.org/translate/cyberos/terminal/sk/",
            "url": "https://hosted.weblate.org/api/translations/cyberos/terminal/sk/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 3,
            "total_words": 12,
            "translated": 3,
            "translated_words": 12,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2021-09-20T23:47:25.781935+02:00",
            "last_author": "Slula ina",
            "repository_url": "https://hosted.weblate.org/api/translations/cyberos/terminal/sk/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/cyberos/terminal/sk/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/cyberos/terminal/sk/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/cyberos/terminal/sk/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/cyberos/terminal/sk/units/?format=api"
        },
        {
            "language": {
                "id": 60,
                "code": "vi",
                "name": "Vietnamese",
                "plural": {
                    "id": 337,
                    "source": 0,
                    "number": 1,
                    "formula": "0",
                    "type": 0
                },
                "aliases": [
                    "vn",
                    "vie"
                ],
                "direction": "ltr",
                "population": 86222961,
                "web_url": "https://hosted.weblate.org/languages/vi/",
                "url": "https://hosted.weblate.org/api/languages/vi/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/vi/statistics/?format=api"
            },
            "language_code": "vi_VN",
            "id": 1360320,
            "filename": "translations/vi_VN.ts",
            "revision": "0ab8ff8d980d3d3f1cf02a58bd3abca05389ee4c,b1969b5428746d1ef3196e2d53a6044e134b0f7d",
            "web_url": "https://hosted.weblate.org/projects/cyberos/terminal/vi/",
            "share_url": "https://hosted.weblate.org/engage/cyberos/-/vi/",
            "translate_url": "https://hosted.weblate.org/translate/cyberos/terminal/vi/",
            "url": "https://hosted.weblate.org/api/translations/cyberos/terminal/vi/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 3,
            "total_words": 12,
            "translated": 0,
            "translated_words": 0,
            "translated_percent": 0.0,
            "fuzzy": 3,
            "fuzzy_words": 12,
            "fuzzy_percent": 100.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2023-01-28T09:51:14.709842+01:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/cyberos/terminal/vi/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/cyberos/terminal/vi/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/cyberos/terminal/vi/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/cyberos/terminal/vi/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/cyberos/terminal/vi/units/?format=api"
        },
        {
            "language": {
                "id": 22,
                "code": "zh_Hant_HK",
                "name": "Chinese (Traditional, Hong Kong)",
                "plural": {
                    "id": 56,
                    "source": 0,
                    "number": 1,
                    "formula": "0",
                    "type": 0
                },
                "aliases": [
                    "zh_hk"
                ],
                "direction": "ltr",
                "population": 6887414,
                "web_url": "https://hosted.weblate.org/languages/zh_Hant_HK/",
                "url": "https://hosted.weblate.org/api/languages/zh_Hant_HK/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/zh_Hant_HK/statistics/?format=api"
            },
            "language_code": "zh_Hant_HK",
            "id": 1412911,
            "filename": "translations/zh_Hant_HK.ts",
            "revision": "0c68a65b267379d15dce9078441a39ddaf76dadd,b1969b5428746d1ef3196e2d53a6044e134b0f7d",
            "web_url": "https://hosted.weblate.org/projects/cyberos/terminal/zh_Hant_HK/",
            "share_url": "https://hosted.weblate.org/engage/cyberos/-/zh_Hant_HK/",
            "translate_url": "https://hosted.weblate.org/translate/cyberos/terminal/zh_Hant_HK/",
            "url": "https://hosted.weblate.org/api/translations/cyberos/terminal/zh_Hant_HK/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 3,
            "total_words": 12,
            "translated": 0,
            "translated_words": 0,
            "translated_percent": 0.0,
            "fuzzy": 1,
            "fuzzy_words": 1,
            "fuzzy_percent": 33.3,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2023-10-16T16:45:43.559287+02:00",
            "last_author": "Weblate Translation Memory",
            "repository_url": "https://hosted.weblate.org/api/translations/cyberos/terminal/zh_Hant_HK/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/cyberos/terminal/zh_Hant_HK/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/cyberos/terminal/zh_Hant_HK/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/cyberos/terminal/zh_Hant_HK/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/cyberos/terminal/zh_Hant_HK/units/?format=api"
        }
    ]
}