Translation components API.

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

GET /api/components/cyberos/desktop-daemon/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": 82616,
            "filename": "desktop-daemon/translations/en_US.ts",
            "revision": "2fc02dca2a17e0f0de2bddc06295c5150bac461c,2fc02dca2a17e0f0de2bddc06295c5150bac461c",
            "web_url": "https://hosted.weblate.org/projects/cyberos/desktop-daemon/en_US/",
            "share_url": "https://hosted.weblate.org/engage/cyberos/-/en_US/",
            "translate_url": "https://hosted.weblate.org/translate/cyberos/desktop-daemon/en_US/",
            "url": "https://hosted.weblate.org/api/translations/cyberos/desktop-daemon/en_US/?format=api",
            "is_template": true,
            "is_source": true,
            "total": 2,
            "total_words": 3,
            "translated": 2,
            "translated_words": 3,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 2,
            "failing_checks_words": 3,
            "failing_checks_percent": 100.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2021-06-11T23:20:18.035128+02:00",
            "last_author": "omame",
            "repository_url": "https://hosted.weblate.org/api/translations/cyberos/desktop-daemon/en_US/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/cyberos/desktop-daemon/en_US/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/cyberos/desktop-daemon/en_US/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/cyberos/desktop-daemon/en_US/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/cyberos/desktop-daemon/en_US/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": 82617,
            "filename": "desktop-daemon/translations/de_DE.ts",
            "revision": "acce6fdb02281ffef8534001792b398b727f003c,2fc02dca2a17e0f0de2bddc06295c5150bac461c",
            "web_url": "https://hosted.weblate.org/projects/cyberos/desktop-daemon/de/",
            "share_url": "https://hosted.weblate.org/engage/cyberos/-/de/",
            "translate_url": "https://hosted.weblate.org/translate/cyberos/desktop-daemon/de/",
            "url": "https://hosted.weblate.org/api/translations/cyberos/desktop-daemon/de/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 2,
            "total_words": 3,
            "translated": 2,
            "translated_words": 3,
            "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-14T15:43:18.631669+02:00",
            "last_author": "Matteo",
            "repository_url": "https://hosted.weblate.org/api/translations/cyberos/desktop-daemon/de/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/cyberos/desktop-daemon/de/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/cyberos/desktop-daemon/de/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/cyberos/desktop-daemon/de/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/cyberos/desktop-daemon/de/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": 82618,
            "filename": "desktop-daemon/translations/pl_PL.ts",
            "revision": "180034d22ec75d7f00914f944de91cdd961eae16,2fc02dca2a17e0f0de2bddc06295c5150bac461c",
            "web_url": "https://hosted.weblate.org/projects/cyberos/desktop-daemon/pl/",
            "share_url": "https://hosted.weblate.org/engage/cyberos/-/pl/",
            "translate_url": "https://hosted.weblate.org/translate/cyberos/desktop-daemon/pl/",
            "url": "https://hosted.weblate.org/api/translations/cyberos/desktop-daemon/pl/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 2,
            "total_words": 3,
            "translated": 2,
            "translated_words": 3,
            "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:20.962157+02:00",
            "last_author": "omame",
            "repository_url": "https://hosted.weblate.org/api/translations/cyberos/desktop-daemon/pl/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/cyberos/desktop-daemon/pl/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/cyberos/desktop-daemon/pl/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/cyberos/desktop-daemon/pl/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/cyberos/desktop-daemon/pl/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": 82619,
            "filename": "desktop-daemon/translations/zh_CN.ts",
            "revision": "9aca23deeb54ce514ce6a7fe138692a32cfe1d70,2fc02dca2a17e0f0de2bddc06295c5150bac461c",
            "web_url": "https://hosted.weblate.org/projects/cyberos/desktop-daemon/zh_Hans/",
            "share_url": "https://hosted.weblate.org/engage/cyberos/-/zh_Hans/",
            "translate_url": "https://hosted.weblate.org/translate/cyberos/desktop-daemon/zh_Hans/",
            "url": "https://hosted.weblate.org/api/translations/cyberos/desktop-daemon/zh_Hans/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 2,
            "total_words": 3,
            "translated": 2,
            "translated_words": 3,
            "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:22.088218+02:00",
            "last_author": "omame",
            "repository_url": "https://hosted.weblate.org/api/translations/cyberos/desktop-daemon/zh_Hans/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/cyberos/desktop-daemon/zh_Hans/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/cyberos/desktop-daemon/zh_Hans/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/cyberos/desktop-daemon/zh_Hans/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/cyberos/desktop-daemon/zh_Hans/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": 82660,
            "filename": "desktop-daemon/translations/ru_RU.ts",
            "revision": "346bc6e606e26730dc7537b794fb9be6b9fc0a6d,2fc02dca2a17e0f0de2bddc06295c5150bac461c",
            "web_url": "https://hosted.weblate.org/projects/cyberos/desktop-daemon/ru/",
            "share_url": "https://hosted.weblate.org/engage/cyberos/-/ru/",
            "translate_url": "https://hosted.weblate.org/translate/cyberos/desktop-daemon/ru/",
            "url": "https://hosted.weblate.org/api/translations/cyberos/desktop-daemon/ru/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 2,
            "total_words": 3,
            "translated": 2,
            "translated_words": 3,
            "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:21.264239+02:00",
            "last_author": "omame",
            "repository_url": "https://hosted.weblate.org/api/translations/cyberos/desktop-daemon/ru/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/cyberos/desktop-daemon/ru/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/cyberos/desktop-daemon/ru/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/cyberos/desktop-daemon/ru/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/cyberos/desktop-daemon/ru/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": 82704,
            "filename": "desktop-daemon/translations/pt_BR.ts",
            "revision": "07b4ffb0f41676b7fd13831c71903c0336192883,2fc02dca2a17e0f0de2bddc06295c5150bac461c",
            "web_url": "https://hosted.weblate.org/projects/cyberos/desktop-daemon/pt_BR/",
            "share_url": "https://hosted.weblate.org/engage/cyberos/-/pt_BR/",
            "translate_url": "https://hosted.weblate.org/translate/cyberos/desktop-daemon/pt_BR/",
            "url": "https://hosted.weblate.org/api/translations/cyberos/desktop-daemon/pt_BR/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 2,
            "total_words": 3,
            "translated": 2,
            "translated_words": 3,
            "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:21.047054+02:00",
            "last_author": "omame",
            "repository_url": "https://hosted.weblate.org/api/translations/cyberos/desktop-daemon/pt_BR/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/cyberos/desktop-daemon/pt_BR/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/cyberos/desktop-daemon/pt_BR/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/cyberos/desktop-daemon/pt_BR/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/cyberos/desktop-daemon/pt_BR/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": 82705,
            "filename": "desktop-daemon/translations/it_IT.ts",
            "revision": "2443bec238ece4704d41058fe9d961a6fb67304f,2fc02dca2a17e0f0de2bddc06295c5150bac461c",
            "web_url": "https://hosted.weblate.org/projects/cyberos/desktop-daemon/it/",
            "share_url": "https://hosted.weblate.org/engage/cyberos/-/it/",
            "translate_url": "https://hosted.weblate.org/translate/cyberos/desktop-daemon/it/",
            "url": "https://hosted.weblate.org/api/translations/cyberos/desktop-daemon/it/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 2,
            "total_words": 3,
            "translated": 0,
            "translated_words": 0,
            "translated_percent": 0.0,
            "fuzzy": 2,
            "fuzzy_words": 3,
            "fuzzy_percent": 100.0,
            "failing_checks": 2,
            "failing_checks_words": 3,
            "failing_checks_percent": 100.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2021-06-11T23:20:19.980451+02:00",
            "last_author": "omame",
            "repository_url": "https://hosted.weblate.org/api/translations/cyberos/desktop-daemon/it/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/cyberos/desktop-daemon/it/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/cyberos/desktop-daemon/it/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/cyberos/desktop-daemon/it/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/cyberos/desktop-daemon/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": 82706,
            "filename": "desktop-daemon/translations/zh_TW.ts",
            "revision": "6b8aaa84c325f65dbec81004c5ebd2dd347a8d79,2fc02dca2a17e0f0de2bddc06295c5150bac461c",
            "web_url": "https://hosted.weblate.org/projects/cyberos/desktop-daemon/zh_Hant/",
            "share_url": "https://hosted.weblate.org/engage/cyberos/-/zh_Hant/",
            "translate_url": "https://hosted.weblate.org/translate/cyberos/desktop-daemon/zh_Hant/",
            "url": "https://hosted.weblate.org/api/translations/cyberos/desktop-daemon/zh_Hant/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 2,
            "total_words": 3,
            "translated": 2,
            "translated_words": 3,
            "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:22.207768+02:00",
            "last_author": "omame",
            "repository_url": "https://hosted.weblate.org/api/translations/cyberos/desktop-daemon/zh_Hant/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/cyberos/desktop-daemon/zh_Hant/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/cyberos/desktop-daemon/zh_Hant/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/cyberos/desktop-daemon/zh_Hant/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/cyberos/desktop-daemon/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": 82707,
            "filename": "desktop-daemon/translations/es_MX.ts",
            "revision": "40b469ce4cd4b5fedabed47f2ff56f69bf94daf0,2fc02dca2a17e0f0de2bddc06295c5150bac461c",
            "web_url": "https://hosted.weblate.org/projects/cyberos/desktop-daemon/es_MX/",
            "share_url": "https://hosted.weblate.org/engage/cyberos/-/es_MX/",
            "translate_url": "https://hosted.weblate.org/translate/cyberos/desktop-daemon/es_MX/",
            "url": "https://hosted.weblate.org/api/translations/cyberos/desktop-daemon/es_MX/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 2,
            "total_words": 3,
            "translated": 2,
            "translated_words": 3,
            "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-05T22:21:54.699295+02:00",
            "last_author": "Sebastián",
            "repository_url": "https://hosted.weblate.org/api/translations/cyberos/desktop-daemon/es_MX/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/cyberos/desktop-daemon/es_MX/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/cyberos/desktop-daemon/es_MX/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/cyberos/desktop-daemon/es_MX/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/cyberos/desktop-daemon/es_MX/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": 82708,
            "filename": "desktop-daemon/translations/nb_NO.ts",
            "revision": "1f7386b1225b9abccbaf1e7eb212d44b9bd012db,2fc02dca2a17e0f0de2bddc06295c5150bac461c",
            "web_url": "https://hosted.weblate.org/projects/cyberos/desktop-daemon/nb_NO/",
            "share_url": "https://hosted.weblate.org/engage/cyberos/-/nb_NO/",
            "translate_url": "https://hosted.weblate.org/translate/cyberos/desktop-daemon/nb_NO/",
            "url": "https://hosted.weblate.org/api/translations/cyberos/desktop-daemon/nb_NO/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 2,
            "total_words": 3,
            "translated": 2,
            "translated_words": 3,
            "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:20.612195+02:00",
            "last_author": "omame",
            "repository_url": "https://hosted.weblate.org/api/translations/cyberos/desktop-daemon/nb_NO/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/cyberos/desktop-daemon/nb_NO/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/cyberos/desktop-daemon/nb_NO/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/cyberos/desktop-daemon/nb_NO/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/cyberos/desktop-daemon/nb_NO/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": 82750,
            "filename": "desktop-daemon/translations/es_ES.ts",
            "revision": "c2d1c5d864a4473e1af10933b69049706e77abaa,2fc02dca2a17e0f0de2bddc06295c5150bac461c",
            "web_url": "https://hosted.weblate.org/projects/cyberos/desktop-daemon/es/",
            "share_url": "https://hosted.weblate.org/engage/cyberos/-/es/",
            "translate_url": "https://hosted.weblate.org/translate/cyberos/desktop-daemon/es/",
            "url": "https://hosted.weblate.org/api/translations/cyberos/desktop-daemon/es/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 2,
            "total_words": 3,
            "translated": 2,
            "translated_words": 3,
            "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:18.909415+02:00",
            "last_author": "omame",
            "repository_url": "https://hosted.weblate.org/api/translations/cyberos/desktop-daemon/es/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/cyberos/desktop-daemon/es/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/cyberos/desktop-daemon/es/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/cyberos/desktop-daemon/es/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/cyberos/desktop-daemon/es/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": 83395,
            "filename": "desktop-daemon/translations/cs_CZ.ts",
            "revision": "b2e50c05ac7218a9ae6837af032d6a3ce8e4def5,2fc02dca2a17e0f0de2bddc06295c5150bac461c",
            "web_url": "https://hosted.weblate.org/projects/cyberos/desktop-daemon/cs/",
            "share_url": "https://hosted.weblate.org/engage/cyberos/-/cs/",
            "translate_url": "https://hosted.weblate.org/translate/cyberos/desktop-daemon/cs/",
            "url": "https://hosted.weblate.org/api/translations/cyberos/desktop-daemon/cs/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 2,
            "total_words": 3,
            "translated": 2,
            "translated_words": 3,
            "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:21:56.131281+02:00",
            "last_author": "Pavel Borecki",
            "repository_url": "https://hosted.weblate.org/api/translations/cyberos/desktop-daemon/cs/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/cyberos/desktop-daemon/cs/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/cyberos/desktop-daemon/cs/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/cyberos/desktop-daemon/cs/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/cyberos/desktop-daemon/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": 83734,
            "filename": "desktop-daemon/translations/si_LK.ts",
            "revision": "5c63ca7063876bcef17d9582807a6560c929d078,2fc02dca2a17e0f0de2bddc06295c5150bac461c",
            "web_url": "https://hosted.weblate.org/projects/cyberos/desktop-daemon/si/",
            "share_url": "https://hosted.weblate.org/engage/cyberos/-/si/",
            "translate_url": "https://hosted.weblate.org/translate/cyberos/desktop-daemon/si/",
            "url": "https://hosted.weblate.org/api/translations/cyberos/desktop-daemon/si/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 2,
            "total_words": 3,
            "translated": 0,
            "translated_words": 0,
            "translated_percent": 0.0,
            "fuzzy": 2,
            "fuzzy_words": 3,
            "fuzzy_percent": 100.0,
            "failing_checks": 2,
            "failing_checks_words": 3,
            "failing_checks_percent": 100.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2021-06-11T23:20:21.377031+02:00",
            "last_author": "omame",
            "repository_url": "https://hosted.weblate.org/api/translations/cyberos/desktop-daemon/si/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/cyberos/desktop-daemon/si/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/cyberos/desktop-daemon/si/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/cyberos/desktop-daemon/si/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/cyberos/desktop-daemon/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": 90041,
            "filename": "desktop-daemon/translations/tr_TR.ts",
            "revision": "42380f14b0dd968c6c11cf177b36c1677288646e,2fc02dca2a17e0f0de2bddc06295c5150bac461c",
            "web_url": "https://hosted.weblate.org/projects/cyberos/desktop-daemon/tr/",
            "share_url": "https://hosted.weblate.org/engage/cyberos/-/tr/",
            "translate_url": "https://hosted.weblate.org/translate/cyberos/desktop-daemon/tr/",
            "url": "https://hosted.weblate.org/api/translations/cyberos/desktop-daemon/tr/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 2,
            "total_words": 3,
            "translated": 2,
            "translated_words": 3,
            "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:21.736201+02:00",
            "last_author": "omame",
            "repository_url": "https://hosted.weblate.org/api/translations/cyberos/desktop-daemon/tr/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/cyberos/desktop-daemon/tr/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/cyberos/desktop-daemon/tr/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/cyberos/desktop-daemon/tr/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/cyberos/desktop-daemon/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": 101182,
            "filename": "desktop-daemon/translations/he_IL.ts",
            "revision": "c61e002c231c9984831946e6ccf90eedf2cbeff6,2fc02dca2a17e0f0de2bddc06295c5150bac461c",
            "web_url": "https://hosted.weblate.org/projects/cyberos/desktop-daemon/he_IL/",
            "share_url": "https://hosted.weblate.org/engage/cyberos/-/he_IL/",
            "translate_url": "https://hosted.weblate.org/translate/cyberos/desktop-daemon/he_IL/",
            "url": "https://hosted.weblate.org/api/translations/cyberos/desktop-daemon/he_IL/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 2,
            "total_words": 3,
            "translated": 2,
            "translated_words": 3,
            "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-15T13:11:51.620924+02:00",
            "last_author": "TheShwarma",
            "repository_url": "https://hosted.weblate.org/api/translations/cyberos/desktop-daemon/he_IL/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/cyberos/desktop-daemon/he_IL/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/cyberos/desktop-daemon/he_IL/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/cyberos/desktop-daemon/he_IL/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/cyberos/desktop-daemon/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": 101473,
            "filename": "desktop-daemon/translations/th_TH.ts",
            "revision": "ede6edd25f85013fc6f91d92b6fde7d2ca1dff92,2fc02dca2a17e0f0de2bddc06295c5150bac461c",
            "web_url": "https://hosted.weblate.org/projects/cyberos/desktop-daemon/th/",
            "share_url": "https://hosted.weblate.org/engage/cyberos/-/th/",
            "translate_url": "https://hosted.weblate.org/translate/cyberos/desktop-daemon/th/",
            "url": "https://hosted.weblate.org/api/translations/cyberos/desktop-daemon/th/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 2,
            "total_words": 3,
            "translated": 0,
            "translated_words": 0,
            "translated_percent": 0.0,
            "fuzzy": 2,
            "fuzzy_words": 3,
            "fuzzy_percent": 100.0,
            "failing_checks": 2,
            "failing_checks_words": 3,
            "failing_checks_percent": 100.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2021-04-16T08:12:13.425591+02:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/cyberos/desktop-daemon/th/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/cyberos/desktop-daemon/th/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/cyberos/desktop-daemon/th/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/cyberos/desktop-daemon/th/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/cyberos/desktop-daemon/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": 102081,
            "filename": "desktop-daemon/translations/uk_UA.ts",
            "revision": "7ef3a7de52f0a250c4510c4c4af9d3adc8456165,2fc02dca2a17e0f0de2bddc06295c5150bac461c",
            "web_url": "https://hosted.weblate.org/projects/cyberos/desktop-daemon/uk/",
            "share_url": "https://hosted.weblate.org/engage/cyberos/-/uk/",
            "translate_url": "https://hosted.weblate.org/translate/cyberos/desktop-daemon/uk/",
            "url": "https://hosted.weblate.org/api/translations/cyberos/desktop-daemon/uk/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 2,
            "total_words": 3,
            "translated": 2,
            "translated_words": 3,
            "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-28T10:22:30.253139+02:00",
            "last_author": "Максим Грабовий",
            "repository_url": "https://hosted.weblate.org/api/translations/cyberos/desktop-daemon/uk/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/cyberos/desktop-daemon/uk/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/cyberos/desktop-daemon/uk/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/cyberos/desktop-daemon/uk/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/cyberos/desktop-daemon/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": 103079,
            "filename": "desktop-daemon/translations/fa_IR.ts",
            "revision": "dc0c001108279822b5890cbd62bce02301fc2e07,2fc02dca2a17e0f0de2bddc06295c5150bac461c",
            "web_url": "https://hosted.weblate.org/projects/cyberos/desktop-daemon/fa/",
            "share_url": "https://hosted.weblate.org/engage/cyberos/-/fa/",
            "translate_url": "https://hosted.weblate.org/translate/cyberos/desktop-daemon/fa/",
            "url": "https://hosted.weblate.org/api/translations/cyberos/desktop-daemon/fa/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 2,
            "total_words": 3,
            "translated": 2,
            "translated_words": 3,
            "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-18T22:17:59.679907+02:00",
            "last_author": "mohammad karimi",
            "repository_url": "https://hosted.weblate.org/api/translations/cyberos/desktop-daemon/fa/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/cyberos/desktop-daemon/fa/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/cyberos/desktop-daemon/fa/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/cyberos/desktop-daemon/fa/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/cyberos/desktop-daemon/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": 104091,
            "filename": "desktop-daemon/translations/el_GR.ts",
            "revision": "cb1c73ca05297d6d011bf399e3bb3b7357087cd3,2fc02dca2a17e0f0de2bddc06295c5150bac461c",
            "web_url": "https://hosted.weblate.org/projects/cyberos/desktop-daemon/el/",
            "share_url": "https://hosted.weblate.org/engage/cyberos/-/el/",
            "translate_url": "https://hosted.weblate.org/translate/cyberos/desktop-daemon/el/",
            "url": "https://hosted.weblate.org/api/translations/cyberos/desktop-daemon/el/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 2,
            "total_words": 3,
            "translated": 0,
            "translated_words": 0,
            "translated_percent": 0.0,
            "fuzzy": 2,
            "fuzzy_words": 3,
            "fuzzy_percent": 100.0,
            "failing_checks": 2,
            "failing_checks_words": 3,
            "failing_checks_percent": 100.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2021-04-28T17:50:11.601512+02:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/cyberos/desktop-daemon/el/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/cyberos/desktop-daemon/el/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/cyberos/desktop-daemon/el/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/cyberos/desktop-daemon/el/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/cyberos/desktop-daemon/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": 104594,
            "filename": "desktop-daemon/translations/ar_AA.ts",
            "revision": "66144fac26bc54acfd350e8b68dbba194a2594d1,2fc02dca2a17e0f0de2bddc06295c5150bac461c",
            "web_url": "https://hosted.weblate.org/projects/cyberos/desktop-daemon/ar/",
            "share_url": "https://hosted.weblate.org/engage/cyberos/-/ar/",
            "translate_url": "https://hosted.weblate.org/translate/cyberos/desktop-daemon/ar/",
            "url": "https://hosted.weblate.org/api/translations/cyberos/desktop-daemon/ar/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 2,
            "total_words": 3,
            "translated": 2,
            "translated_words": 3,
            "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-05T10:37:54.738980+02:00",
            "last_author": "Tameem Alshebel",
            "repository_url": "https://hosted.weblate.org/api/translations/cyberos/desktop-daemon/ar/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/cyberos/desktop-daemon/ar/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/cyberos/desktop-daemon/ar/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/cyberos/desktop-daemon/ar/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/cyberos/desktop-daemon/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": 105108,
            "filename": "desktop-daemon/translations/ml_IN.ts",
            "revision": "4ad3131874392e95922e8e1470d5ecd3ae9b3638,2fc02dca2a17e0f0de2bddc06295c5150bac461c",
            "web_url": "https://hosted.weblate.org/projects/cyberos/desktop-daemon/ml/",
            "share_url": "https://hosted.weblate.org/engage/cyberos/-/ml/",
            "translate_url": "https://hosted.weblate.org/translate/cyberos/desktop-daemon/ml/",
            "url": "https://hosted.weblate.org/api/translations/cyberos/desktop-daemon/ml/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 2,
            "total_words": 3,
            "translated": 2,
            "translated_words": 3,
            "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:10:01.529957+02:00",
            "last_author": "SilvinSooraj",
            "repository_url": "https://hosted.weblate.org/api/translations/cyberos/desktop-daemon/ml/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/cyberos/desktop-daemon/ml/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/cyberos/desktop-daemon/ml/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/cyberos/desktop-daemon/ml/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/cyberos/desktop-daemon/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": 105122,
            "filename": "desktop-daemon/translations/lt_LT.ts",
            "revision": "9c19579d9ab988bff3e4065911c09a69e3541e08,2fc02dca2a17e0f0de2bddc06295c5150bac461c",
            "web_url": "https://hosted.weblate.org/projects/cyberos/desktop-daemon/lt/",
            "share_url": "https://hosted.weblate.org/engage/cyberos/-/lt/",
            "translate_url": "https://hosted.weblate.org/translate/cyberos/desktop-daemon/lt/",
            "url": "https://hosted.weblate.org/api/translations/cyberos/desktop-daemon/lt/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 2,
            "total_words": 3,
            "translated": 0,
            "translated_words": 0,
            "translated_percent": 0.0,
            "fuzzy": 2,
            "fuzzy_words": 3,
            "fuzzy_percent": 100.0,
            "failing_checks": 2,
            "failing_checks_words": 3,
            "failing_checks_percent": 100.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2021-05-05T10:31:05.017118+02:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/cyberos/desktop-daemon/lt/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/cyberos/desktop-daemon/lt/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/cyberos/desktop-daemon/lt/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/cyberos/desktop-daemon/lt/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/cyberos/desktop-daemon/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": 105186,
            "filename": "desktop-daemon/translations/hi_IN.ts",
            "revision": "e91a1465b90b8cee79550493fc8b72d3337e5468,2fc02dca2a17e0f0de2bddc06295c5150bac461c",
            "web_url": "https://hosted.weblate.org/projects/cyberos/desktop-daemon/hi/",
            "share_url": "https://hosted.weblate.org/engage/cyberos/-/hi/",
            "translate_url": "https://hosted.weblate.org/translate/cyberos/desktop-daemon/hi/",
            "url": "https://hosted.weblate.org/api/translations/cyberos/desktop-daemon/hi/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 2,
            "total_words": 3,
            "translated": 2,
            "translated_words": 3,
            "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-15T18:59:30.507636+02:00",
            "last_author": "SilvinSooraj",
            "repository_url": "https://hosted.weblate.org/api/translations/cyberos/desktop-daemon/hi/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/cyberos/desktop-daemon/hi/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/cyberos/desktop-daemon/hi/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/cyberos/desktop-daemon/hi/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/cyberos/desktop-daemon/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": 105296,
            "filename": "desktop-daemon/translations/id_ID.ts",
            "revision": "bf87b9cc7c507332084022a54d4b172efe6224e4,2fc02dca2a17e0f0de2bddc06295c5150bac461c",
            "web_url": "https://hosted.weblate.org/projects/cyberos/desktop-daemon/id/",
            "share_url": "https://hosted.weblate.org/engage/cyberos/-/id/",
            "translate_url": "https://hosted.weblate.org/translate/cyberos/desktop-daemon/id/",
            "url": "https://hosted.weblate.org/api/translations/cyberos/desktop-daemon/id/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 2,
            "total_words": 3,
            "translated": 2,
            "translated_words": 3,
            "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:16:29.982108+02:00",
            "last_author": "leap123",
            "repository_url": "https://hosted.weblate.org/api/translations/cyberos/desktop-daemon/id/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/cyberos/desktop-daemon/id/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/cyberos/desktop-daemon/id/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/cyberos/desktop-daemon/id/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/cyberos/desktop-daemon/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": 105466,
            "filename": "desktop-daemon/translations/ro_RO.ts",
            "revision": "e2c649e2de4727a63b87d940d216e5bce35fd716,2fc02dca2a17e0f0de2bddc06295c5150bac461c",
            "web_url": "https://hosted.weblate.org/projects/cyberos/desktop-daemon/ro/",
            "share_url": "https://hosted.weblate.org/engage/cyberos/-/ro/",
            "translate_url": "https://hosted.weblate.org/translate/cyberos/desktop-daemon/ro/",
            "url": "https://hosted.weblate.org/api/translations/cyberos/desktop-daemon/ro/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 2,
            "total_words": 3,
            "translated": 2,
            "translated_words": 3,
            "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:21:33.370920+02:00",
            "last_author": "wolfemium",
            "repository_url": "https://hosted.weblate.org/api/translations/cyberos/desktop-daemon/ro/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/cyberos/desktop-daemon/ro/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/cyberos/desktop-daemon/ro/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/cyberos/desktop-daemon/ro/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/cyberos/desktop-daemon/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": 107277,
            "filename": "desktop-daemon/translations/hu_HU.ts",
            "revision": "6ff2cb4c7289c10c1f4cec0e7063c548fd2174b5,2fc02dca2a17e0f0de2bddc06295c5150bac461c",
            "web_url": "https://hosted.weblate.org/projects/cyberos/desktop-daemon/hu/",
            "share_url": "https://hosted.weblate.org/engage/cyberos/-/hu/",
            "translate_url": "https://hosted.weblate.org/translate/cyberos/desktop-daemon/hu/",
            "url": "https://hosted.weblate.org/api/translations/cyberos/desktop-daemon/hu/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 2,
            "total_words": 3,
            "translated": 0,
            "translated_words": 0,
            "translated_percent": 0.0,
            "fuzzy": 2,
            "fuzzy_words": 3,
            "fuzzy_percent": 100.0,
            "failing_checks": 2,
            "failing_checks_words": 3,
            "failing_checks_percent": 100.0,
            "have_suggestion": 1,
            "have_comment": 0,
            "last_change": "2021-05-11T16:50:51.658764+02:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/cyberos/desktop-daemon/hu/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/cyberos/desktop-daemon/hu/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/cyberos/desktop-daemon/hu/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/cyberos/desktop-daemon/hu/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/cyberos/desktop-daemon/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": 107540,
            "filename": "desktop-daemon/translations/et_EE.ts",
            "revision": "2594ac5e5e008d628ac343d3be33db01bcbea378,2fc02dca2a17e0f0de2bddc06295c5150bac461c",
            "web_url": "https://hosted.weblate.org/projects/cyberos/desktop-daemon/et/",
            "share_url": "https://hosted.weblate.org/engage/cyberos/-/et/",
            "translate_url": "https://hosted.weblate.org/translate/cyberos/desktop-daemon/et/",
            "url": "https://hosted.weblate.org/api/translations/cyberos/desktop-daemon/et/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 2,
            "total_words": 3,
            "translated": 2,
            "translated_words": 3,
            "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-13T10:55:48.735573+02:00",
            "last_author": "sander lippa",
            "repository_url": "https://hosted.weblate.org/api/translations/cyberos/desktop-daemon/et/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/cyberos/desktop-daemon/et/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/cyberos/desktop-daemon/et/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/cyberos/desktop-daemon/et/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/cyberos/desktop-daemon/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": 107700,
            "filename": "desktop-daemon/translations/yue_HK.ts",
            "revision": "b310e9d5ca247e276a54b0333ac9affc5a8db9d7,2fc02dca2a17e0f0de2bddc06295c5150bac461c",
            "web_url": "https://hosted.weblate.org/projects/cyberos/desktop-daemon/yue_HK/",
            "share_url": "https://hosted.weblate.org/engage/cyberos/-/yue_HK/",
            "translate_url": "https://hosted.weblate.org/translate/cyberos/desktop-daemon/yue_HK/",
            "url": "https://hosted.weblate.org/api/translations/cyberos/desktop-daemon/yue_HK/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 2,
            "total_words": 3,
            "translated": 2,
            "translated_words": 3,
            "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-24T15:31:22.074622+02:00",
            "last_author": "matriz",
            "repository_url": "https://hosted.weblate.org/api/translations/cyberos/desktop-daemon/yue_HK/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/cyberos/desktop-daemon/yue_HK/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/cyberos/desktop-daemon/yue_HK/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/cyberos/desktop-daemon/yue_HK/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/cyberos/desktop-daemon/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": 107997,
            "filename": "desktop-daemon/translations/ja_JP.ts",
            "revision": "0ad55a6bc8f30e60608ebf651de3856a5569e85d,2fc02dca2a17e0f0de2bddc06295c5150bac461c",
            "web_url": "https://hosted.weblate.org/projects/cyberos/desktop-daemon/ja/",
            "share_url": "https://hosted.weblate.org/engage/cyberos/-/ja/",
            "translate_url": "https://hosted.weblate.org/translate/cyberos/desktop-daemon/ja/",
            "url": "https://hosted.weblate.org/api/translations/cyberos/desktop-daemon/ja/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 2,
            "total_words": 3,
            "translated": 0,
            "translated_words": 0,
            "translated_percent": 0.0,
            "fuzzy": 2,
            "fuzzy_words": 3,
            "fuzzy_percent": 100.0,
            "failing_checks": 2,
            "failing_checks_words": 3,
            "failing_checks_percent": 100.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2021-05-15T13:23:58.583147+02:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/cyberos/desktop-daemon/ja/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/cyberos/desktop-daemon/ja/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/cyberos/desktop-daemon/ja/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/cyberos/desktop-daemon/ja/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/cyberos/desktop-daemon/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": 108020,
            "filename": "desktop-daemon/translations/sr_RS.ts",
            "revision": "a8281086f4b4c2dc55b9d6114e9ec678188d7be4,2fc02dca2a17e0f0de2bddc06295c5150bac461c",
            "web_url": "https://hosted.weblate.org/projects/cyberos/desktop-daemon/sr/",
            "share_url": "https://hosted.weblate.org/engage/cyberos/-/sr/",
            "translate_url": "https://hosted.weblate.org/translate/cyberos/desktop-daemon/sr/",
            "url": "https://hosted.weblate.org/api/translations/cyberos/desktop-daemon/sr/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 2,
            "total_words": 3,
            "translated": 2,
            "translated_words": 3,
            "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:08:46.826519+02:00",
            "last_author": "404oops",
            "repository_url": "https://hosted.weblate.org/api/translations/cyberos/desktop-daemon/sr/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/cyberos/desktop-daemon/sr/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/cyberos/desktop-daemon/sr/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/cyberos/desktop-daemon/sr/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/cyberos/desktop-daemon/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": 108347,
            "filename": "desktop-daemon/translations/nl_NL.ts",
            "revision": "3f1a6fc42266ee44210158d21932664e33ab9512,2fc02dca2a17e0f0de2bddc06295c5150bac461c",
            "web_url": "https://hosted.weblate.org/projects/cyberos/desktop-daemon/nl/",
            "share_url": "https://hosted.weblate.org/engage/cyberos/-/nl/",
            "translate_url": "https://hosted.weblate.org/translate/cyberos/desktop-daemon/nl/",
            "url": "https://hosted.weblate.org/api/translations/cyberos/desktop-daemon/nl/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 2,
            "total_words": 3,
            "translated": 2,
            "translated_words": 3,
            "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:58:38.294129+02:00",
            "last_author": "maxius65",
            "repository_url": "https://hosted.weblate.org/api/translations/cyberos/desktop-daemon/nl/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/cyberos/desktop-daemon/nl/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/cyberos/desktop-daemon/nl/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/cyberos/desktop-daemon/nl/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/cyberos/desktop-daemon/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": 108903,
            "filename": "desktop-daemon/translations/az_AZ.ts",
            "revision": "2cfc3c20fb14e3b93f42a30d2b4f96965c7fb91b,2fc02dca2a17e0f0de2bddc06295c5150bac461c",
            "web_url": "https://hosted.weblate.org/projects/cyberos/desktop-daemon/az/",
            "share_url": "https://hosted.weblate.org/engage/cyberos/-/az/",
            "translate_url": "https://hosted.weblate.org/translate/cyberos/desktop-daemon/az/",
            "url": "https://hosted.weblate.org/api/translations/cyberos/desktop-daemon/az/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 2,
            "total_words": 3,
            "translated": 0,
            "translated_words": 0,
            "translated_percent": 0.0,
            "fuzzy": 2,
            "fuzzy_words": 3,
            "fuzzy_percent": 100.0,
            "failing_checks": 2,
            "failing_checks_words": 3,
            "failing_checks_percent": 100.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2021-05-19T00:31:01.844693+02:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/cyberos/desktop-daemon/az/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/cyberos/desktop-daemon/az/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/cyberos/desktop-daemon/az/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/cyberos/desktop-daemon/az/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/cyberos/desktop-daemon/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": 109601,
            "filename": "desktop-daemon/translations/ne_NP.ts",
            "revision": "dbca93772cfbb844e4bf2f068ed61b903b97718c,2fc02dca2a17e0f0de2bddc06295c5150bac461c",
            "web_url": "https://hosted.weblate.org/projects/cyberos/desktop-daemon/ne/",
            "share_url": "https://hosted.weblate.org/engage/cyberos/-/ne/",
            "translate_url": "https://hosted.weblate.org/translate/cyberos/desktop-daemon/ne/",
            "url": "https://hosted.weblate.org/api/translations/cyberos/desktop-daemon/ne/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 2,
            "total_words": 3,
            "translated": 1,
            "translated_words": 2,
            "translated_percent": 50.0,
            "fuzzy": 1,
            "fuzzy_words": 1,
            "fuzzy_percent": 50.0,
            "failing_checks": 1,
            "failing_checks_words": 1,
            "failing_checks_percent": 50.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2021-05-24T09:30:35.732591+02:00",
            "last_author": "aksharlabs",
            "repository_url": "https://hosted.weblate.org/api/translations/cyberos/desktop-daemon/ne/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/cyberos/desktop-daemon/ne/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/cyberos/desktop-daemon/ne/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/cyberos/desktop-daemon/ne/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/cyberos/desktop-daemon/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": 109612,
            "filename": "desktop-daemon/translations/fr_FR.ts",
            "revision": "ecd62f6f2e895f69f21453e756216fb66df9d951,2fc02dca2a17e0f0de2bddc06295c5150bac461c",
            "web_url": "https://hosted.weblate.org/projects/cyberos/desktop-daemon/fr/",
            "share_url": "https://hosted.weblate.org/engage/cyberos/-/fr/",
            "translate_url": "https://hosted.weblate.org/translate/cyberos/desktop-daemon/fr/",
            "url": "https://hosted.weblate.org/api/translations/cyberos/desktop-daemon/fr/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 2,
            "total_words": 3,
            "translated": 2,
            "translated_words": 3,
            "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:09:46.413590+02:00",
            "last_author": "J. Lavoie",
            "repository_url": "https://hosted.weblate.org/api/translations/cyberos/desktop-daemon/fr/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/cyberos/desktop-daemon/fr/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/cyberos/desktop-daemon/fr/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/cyberos/desktop-daemon/fr/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/cyberos/desktop-daemon/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": 110776,
            "filename": "desktop-daemon/translations/ko_KR.ts",
            "revision": "e5d9b9122c83d934a2f5b575e2100450a476e2fc,2fc02dca2a17e0f0de2bddc06295c5150bac461c",
            "web_url": "https://hosted.weblate.org/projects/cyberos/desktop-daemon/ko/",
            "share_url": "https://hosted.weblate.org/engage/cyberos/-/ko/",
            "translate_url": "https://hosted.weblate.org/translate/cyberos/desktop-daemon/ko/",
            "url": "https://hosted.weblate.org/api/translations/cyberos/desktop-daemon/ko/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 2,
            "total_words": 3,
            "translated": 2,
            "translated_words": 3,
            "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:54:57.213864+02:00",
            "last_author": "임은호",
            "repository_url": "https://hosted.weblate.org/api/translations/cyberos/desktop-daemon/ko/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/cyberos/desktop-daemon/ko/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/cyberos/desktop-daemon/ko/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/cyberos/desktop-daemon/ko/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/cyberos/desktop-daemon/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": 110850,
            "filename": "desktop-daemon/translations/bg_BG.ts",
            "revision": "86774b1d4c0ef1066cda59da2c0a26c006273ae9,2fc02dca2a17e0f0de2bddc06295c5150bac461c",
            "web_url": "https://hosted.weblate.org/projects/cyberos/desktop-daemon/bg/",
            "share_url": "https://hosted.weblate.org/engage/cyberos/-/bg/",
            "translate_url": "https://hosted.weblate.org/translate/cyberos/desktop-daemon/bg/",
            "url": "https://hosted.weblate.org/api/translations/cyberos/desktop-daemon/bg/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 2,
            "total_words": 3,
            "translated": 2,
            "translated_words": 3,
            "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-29T09:39:07.324350+02:00",
            "last_author": "Deleted User",
            "repository_url": "https://hosted.weblate.org/api/translations/cyberos/desktop-daemon/bg/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/cyberos/desktop-daemon/bg/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/cyberos/desktop-daemon/bg/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/cyberos/desktop-daemon/bg/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/cyberos/desktop-daemon/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": 112106,
            "filename": "desktop-daemon/translations/ms_MY.ts",
            "revision": "3fc7f9d4cac7b66b7d81d354bbfd1db687d77cc4,2fc02dca2a17e0f0de2bddc06295c5150bac461c",
            "web_url": "https://hosted.weblate.org/projects/cyberos/desktop-daemon/ms/",
            "share_url": "https://hosted.weblate.org/engage/cyberos/-/ms/",
            "translate_url": "https://hosted.weblate.org/translate/cyberos/desktop-daemon/ms/",
            "url": "https://hosted.weblate.org/api/translations/cyberos/desktop-daemon/ms/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 2,
            "total_words": 3,
            "translated": 0,
            "translated_words": 0,
            "translated_percent": 0.0,
            "fuzzy": 2,
            "fuzzy_words": 3,
            "fuzzy_percent": 100.0,
            "failing_checks": 2,
            "failing_checks_words": 3,
            "failing_checks_percent": 100.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2021-06-02T16:11:59.117369+02:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/cyberos/desktop-daemon/ms/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/cyberos/desktop-daemon/ms/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/cyberos/desktop-daemon/ms/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/cyberos/desktop-daemon/ms/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/cyberos/desktop-daemon/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": 119307,
            "filename": "desktop-daemon/translations/be_BY.ts",
            "revision": "ffd24d562643cdd2612e66ab0ad7c1f1e028c518,2fc02dca2a17e0f0de2bddc06295c5150bac461c",
            "web_url": "https://hosted.weblate.org/projects/cyberos/desktop-daemon/be/",
            "share_url": "https://hosted.weblate.org/engage/cyberos/-/be/",
            "translate_url": "https://hosted.weblate.org/translate/cyberos/desktop-daemon/be/",
            "url": "https://hosted.weblate.org/api/translations/cyberos/desktop-daemon/be/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 2,
            "total_words": 3,
            "translated": 0,
            "translated_words": 0,
            "translated_percent": 0.0,
            "fuzzy": 2,
            "fuzzy_words": 3,
            "fuzzy_percent": 100.0,
            "failing_checks": 2,
            "failing_checks_words": 3,
            "failing_checks_percent": 100.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2021-06-15T10:01:39.408211+02:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/cyberos/desktop-daemon/be/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/cyberos/desktop-daemon/be/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/cyberos/desktop-daemon/be/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/cyberos/desktop-daemon/be/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/cyberos/desktop-daemon/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": 122222,
            "filename": "desktop-daemon/translations/fi_FI.ts",
            "revision": "589e39e228757703c02b4668ac7d9ff593a99904,2fc02dca2a17e0f0de2bddc06295c5150bac461c",
            "web_url": "https://hosted.weblate.org/projects/cyberos/desktop-daemon/fi/",
            "share_url": "https://hosted.weblate.org/engage/cyberos/-/fi/",
            "translate_url": "https://hosted.weblate.org/translate/cyberos/desktop-daemon/fi/",
            "url": "https://hosted.weblate.org/api/translations/cyberos/desktop-daemon/fi/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 2,
            "total_words": 3,
            "translated": 2,
            "translated_words": 3,
            "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:28.455972+02:00",
            "last_author": "Kaantaja",
            "repository_url": "https://hosted.weblate.org/api/translations/cyberos/desktop-daemon/fi/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/cyberos/desktop-daemon/fi/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/cyberos/desktop-daemon/fi/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/cyberos/desktop-daemon/fi/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/cyberos/desktop-daemon/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": 125941,
            "filename": "desktop-daemon/translations/pt_PT.ts",
            "revision": "cfb945b51e941bf9c2a2b66725cbe0d67f929380,2fc02dca2a17e0f0de2bddc06295c5150bac461c",
            "web_url": "https://hosted.weblate.org/projects/cyberos/desktop-daemon/pt_PT/",
            "share_url": "https://hosted.weblate.org/engage/cyberos/-/pt_PT/",
            "translate_url": "https://hosted.weblate.org/translate/cyberos/desktop-daemon/pt_PT/",
            "url": "https://hosted.weblate.org/api/translations/cyberos/desktop-daemon/pt_PT/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 2,
            "total_words": 3,
            "translated": 2,
            "translated_words": 3,
            "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:49:02.890466+02:00",
            "last_author": "Luis Ferreira",
            "repository_url": "https://hosted.weblate.org/api/translations/cyberos/desktop-daemon/pt_PT/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/cyberos/desktop-daemon/pt_PT/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/cyberos/desktop-daemon/pt_PT/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/cyberos/desktop-daemon/pt_PT/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/cyberos/desktop-daemon/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": 147957,
            "filename": "desktop-daemon/translations/ta_IN.ts",
            "revision": "7c5cdb53129f81449e75f83e2ae7b93b41fb9e0d,2fc02dca2a17e0f0de2bddc06295c5150bac461c",
            "web_url": "https://hosted.weblate.org/projects/cyberos/desktop-daemon/ta/",
            "share_url": "https://hosted.weblate.org/engage/cyberos/-/ta/",
            "translate_url": "https://hosted.weblate.org/translate/cyberos/desktop-daemon/ta/",
            "url": "https://hosted.weblate.org/api/translations/cyberos/desktop-daemon/ta/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 2,
            "total_words": 3,
            "translated": 2,
            "translated_words": 3,
            "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:06:18.657695+02:00",
            "last_author": "Alex",
            "repository_url": "https://hosted.weblate.org/api/translations/cyberos/desktop-daemon/ta/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/cyberos/desktop-daemon/ta/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/cyberos/desktop-daemon/ta/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/cyberos/desktop-daemon/ta/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/cyberos/desktop-daemon/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": 148037,
            "filename": "desktop-daemon/translations/sk_SK.ts",
            "revision": "77df8a7fba29d12ba4e53eb3223e38e2bd112a82,2fc02dca2a17e0f0de2bddc06295c5150bac461c",
            "web_url": "https://hosted.weblate.org/projects/cyberos/desktop-daemon/sk/",
            "share_url": "https://hosted.weblate.org/engage/cyberos/-/sk/",
            "translate_url": "https://hosted.weblate.org/translate/cyberos/desktop-daemon/sk/",
            "url": "https://hosted.weblate.org/api/translations/cyberos/desktop-daemon/sk/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 2,
            "total_words": 3,
            "translated": 2,
            "translated_words": 3,
            "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-19T22:30:54.827346+02:00",
            "last_author": "Slula ina",
            "repository_url": "https://hosted.weblate.org/api/translations/cyberos/desktop-daemon/sk/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/cyberos/desktop-daemon/sk/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/cyberos/desktop-daemon/sk/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/cyberos/desktop-daemon/sk/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/cyberos/desktop-daemon/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": 1360309,
            "filename": "desktop-daemon/translations/vi_VN.ts",
            "revision": "444c2edd2f285152a592621197f21219533d9544,2fc02dca2a17e0f0de2bddc06295c5150bac461c",
            "web_url": "https://hosted.weblate.org/projects/cyberos/desktop-daemon/vi/",
            "share_url": "https://hosted.weblate.org/engage/cyberos/-/vi/",
            "translate_url": "https://hosted.weblate.org/translate/cyberos/desktop-daemon/vi/",
            "url": "https://hosted.weblate.org/api/translations/cyberos/desktop-daemon/vi/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 2,
            "total_words": 3,
            "translated": 0,
            "translated_words": 0,
            "translated_percent": 0.0,
            "fuzzy": 2,
            "fuzzy_words": 3,
            "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:50:52.258033+01:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/cyberos/desktop-daemon/vi/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/cyberos/desktop-daemon/vi/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/cyberos/desktop-daemon/vi/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/cyberos/desktop-daemon/vi/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/cyberos/desktop-daemon/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": 1412929,
            "filename": "desktop-daemon/translations/zh_Hant_HK.ts",
            "revision": "96682b2af91728673ac3ecebd399d3b9a8f8195a,2fc02dca2a17e0f0de2bddc06295c5150bac461c",
            "web_url": "https://hosted.weblate.org/projects/cyberos/desktop-daemon/zh_Hant_HK/",
            "share_url": "https://hosted.weblate.org/engage/cyberos/-/zh_Hant_HK/",
            "translate_url": "https://hosted.weblate.org/translate/cyberos/desktop-daemon/zh_Hant_HK/",
            "url": "https://hosted.weblate.org/api/translations/cyberos/desktop-daemon/zh_Hant_HK/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 2,
            "total_words": 3,
            "translated": 0,
            "translated_words": 0,
            "translated_percent": 0.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/cyberos/desktop-daemon/zh_Hant_HK/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/cyberos/desktop-daemon/zh_Hant_HK/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/cyberos/desktop-daemon/zh_Hant_HK/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/cyberos/desktop-daemon/zh_Hant_HK/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/cyberos/desktop-daemon/zh_Hant_HK/units/?format=api"
        }
    ]
}