Translation components API.

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

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

{
    "count": 29,
    "next": null,
    "previous": null,
    "results": [
        {
            "language": {
                "id": 31,
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 75,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485517,
                "web_url": "https://hosted.weblate.org/languages/en/",
                "url": "https://hosted.weblate.org/api/languages/en/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/en/statistics/?format=api"
            },
            "language_code": "en",
            "id": 1277039,
            "filename": "Neos.Neos/Resources/Private/Translations/en/Modules.xlf",
            "revision": "d279f828ad708a205efc0a042a1167afb0075a94,d279f828ad708a205efc0a042a1167afb0075a94",
            "web_url": "https://hosted.weblate.org/projects/neos/neosneos-modules-81/en/",
            "share_url": "https://hosted.weblate.org/engage/neos/-/en/",
            "translate_url": "https://hosted.weblate.org/translate/neos/neosneos-modules-81/en/",
            "url": "https://hosted.weblate.org/api/translations/neos/neosneos-modules-81/en/?format=api",
            "is_template": true,
            "is_source": true,
            "total": 321,
            "total_words": 1641,
            "translated": 321,
            "translated_words": 1641,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 273,
            "failing_checks_words": 1560,
            "failing_checks_percent": 85.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/neos/neosneos-modules-81/en/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/neos/neosneos-modules-81/en/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/neos/neosneos-modules-81/en/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/neos/neosneos-modules-81/en/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/neos/neosneos-modules-81/en/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",
            "id": 1277547,
            "filename": "Neos.Neos/Resources/Private/Translations/ar/Modules.xlf",
            "revision": "7becbf6ac55b85c2b77e05fc3ce5b196cb598c79,d279f828ad708a205efc0a042a1167afb0075a94",
            "web_url": "https://hosted.weblate.org/projects/neos/neosneos-modules-81/ar/",
            "share_url": "https://hosted.weblate.org/engage/neos/-/ar/",
            "translate_url": "https://hosted.weblate.org/translate/neos/neosneos-modules-81/ar/",
            "url": "https://hosted.weblate.org/api/translations/neos/neosneos-modules-81/ar/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 321,
            "total_words": 1641,
            "translated": 205,
            "translated_words": 917,
            "translated_percent": 63.8,
            "fuzzy": 114,
            "fuzzy_words": 715,
            "fuzzy_percent": 35.5,
            "failing_checks": 102,
            "failing_checks_words": 664,
            "failing_checks_percent": 31.7,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/neos/neosneos-modules-81/ar/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/neos/neosneos-modules-81/ar/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/neos/neosneos-modules-81/ar/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/neos/neosneos-modules-81/ar/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/neos/neosneos-modules-81/ar/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",
            "id": 1277635,
            "filename": "Neos.Neos/Resources/Private/Translations/cs/Modules.xlf",
            "revision": "87e2ff20c401a47fa079c59a811c0fe6fdc4c24e,d279f828ad708a205efc0a042a1167afb0075a94",
            "web_url": "https://hosted.weblate.org/projects/neos/neosneos-modules-81/cs/",
            "share_url": "https://hosted.weblate.org/engage/neos/-/cs/",
            "translate_url": "https://hosted.weblate.org/translate/neos/neosneos-modules-81/cs/",
            "url": "https://hosted.weblate.org/api/translations/neos/neosneos-modules-81/cs/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 321,
            "total_words": 1641,
            "translated": 62,
            "translated_words": 227,
            "translated_percent": 19.3,
            "fuzzy": 257,
            "fuzzy_words": 1405,
            "fuzzy_percent": 80.0,
            "failing_checks": 220,
            "failing_checks_words": 1328,
            "failing_checks_percent": 68.5,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/neos/neosneos-modules-81/cs/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/neos/neosneos-modules-81/cs/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/neos/neosneos-modules-81/cs/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/neos/neosneos-modules-81/cs/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/neos/neosneos-modules-81/cs/units/?format=api"
        },
        {
            "language": {
                "id": 25,
                "code": "da",
                "name": "Danish",
                "plural": {
                    "id": 69,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "da_da",
                    "dk",
                    "dan"
                ],
                "direction": "ltr",
                "population": 7072056,
                "web_url": "https://hosted.weblate.org/languages/da/",
                "url": "https://hosted.weblate.org/api/languages/da/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/da/statistics/?format=api"
            },
            "language_code": "da",
            "id": 1277702,
            "filename": "Neos.Neos/Resources/Private/Translations/da/Modules.xlf",
            "revision": "894b3d23e83d4203a6beb9ebf6dcc6450a7c4fb6,d279f828ad708a205efc0a042a1167afb0075a94",
            "web_url": "https://hosted.weblate.org/projects/neos/neosneos-modules-81/da/",
            "share_url": "https://hosted.weblate.org/engage/neos/-/da/",
            "translate_url": "https://hosted.weblate.org/translate/neos/neosneos-modules-81/da/",
            "url": "https://hosted.weblate.org/api/translations/neos/neosneos-modules-81/da/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 321,
            "total_words": 1641,
            "translated": 240,
            "translated_words": 1196,
            "translated_percent": 74.7,
            "fuzzy": 79,
            "fuzzy_words": 436,
            "fuzzy_percent": 24.6,
            "failing_checks": 79,
            "failing_checks_words": 434,
            "failing_checks_percent": 24.6,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/neos/neosneos-modules-81/da/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/neos/neosneos-modules-81/da/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/neos/neosneos-modules-81/da/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/neos/neosneos-modules-81/da/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/neos/neosneos-modules-81/da/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",
            "id": 1277799,
            "filename": "Neos.Neos/Resources/Private/Translations/de/Modules.xlf",
            "revision": "c171a7ee343176e474b14e05319a650357cf8b78,d279f828ad708a205efc0a042a1167afb0075a94",
            "web_url": "https://hosted.weblate.org/projects/neos/neosneos-modules-81/de/",
            "share_url": "https://hosted.weblate.org/engage/neos/-/de/",
            "translate_url": "https://hosted.weblate.org/translate/neos/neosneos-modules-81/de/",
            "url": "https://hosted.weblate.org/api/translations/neos/neosneos-modules-81/de/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 321,
            "total_words": 1641,
            "translated": 316,
            "translated_words": 1620,
            "translated_percent": 98.4,
            "fuzzy": 5,
            "fuzzy_words": 21,
            "fuzzy_percent": 1.5,
            "failing_checks": 7,
            "failing_checks_words": 30,
            "failing_checks_percent": 2.1,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/neos/neosneos-modules-81/de/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/neos/neosneos-modules-81/de/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/neos/neosneos-modules-81/de/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/neos/neosneos-modules-81/de/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/neos/neosneos-modules-81/de/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",
            "id": 1277874,
            "filename": "Neos.Neos/Resources/Private/Translations/el/Modules.xlf",
            "revision": "7244c2cc9fa2cdc27152b90d7ae78081f663807a,d279f828ad708a205efc0a042a1167afb0075a94",
            "web_url": "https://hosted.weblate.org/projects/neos/neosneos-modules-81/el/",
            "share_url": "https://hosted.weblate.org/engage/neos/-/el/",
            "translate_url": "https://hosted.weblate.org/translate/neos/neosneos-modules-81/el/",
            "url": "https://hosted.weblate.org/api/translations/neos/neosneos-modules-81/el/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 321,
            "total_words": 1641,
            "translated": 30,
            "translated_words": 39,
            "translated_percent": 9.3,
            "fuzzy": 289,
            "fuzzy_words": 1593,
            "fuzzy_percent": 90.0,
            "failing_checks": 248,
            "failing_checks_words": 1511,
            "failing_checks_percent": 77.2,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/neos/neosneos-modules-81/el/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/neos/neosneos-modules-81/el/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/neos/neosneos-modules-81/el/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/neos/neosneos-modules-81/el/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/neos/neosneos-modules-81/el/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",
            "id": 1277933,
            "filename": "Neos.Neos/Resources/Private/Translations/es/Modules.xlf",
            "revision": "3db037149b58acaaa60fab00e069b430269b2abb,d279f828ad708a205efc0a042a1167afb0075a94",
            "web_url": "https://hosted.weblate.org/projects/neos/neosneos-modules-81/es/",
            "share_url": "https://hosted.weblate.org/engage/neos/-/es/",
            "translate_url": "https://hosted.weblate.org/translate/neos/neosneos-modules-81/es/",
            "url": "https://hosted.weblate.org/api/translations/neos/neosneos-modules-81/es/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 321,
            "total_words": 1641,
            "translated": 321,
            "translated_words": 1641,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2023-03-22T18:01:00.140983+01:00",
            "last_author": "gallegonovato",
            "repository_url": "https://hosted.weblate.org/api/translations/neos/neosneos-modules-81/es/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/neos/neosneos-modules-81/es/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/neos/neosneos-modules-81/es/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/neos/neosneos-modules-81/es/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/neos/neosneos-modules-81/es/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",
            "id": 1277959,
            "filename": "Neos.Neos/Resources/Private/Translations/fi/Modules.xlf",
            "revision": "2ef516838ceb92c1f888ad038c94c856ecae419f,d279f828ad708a205efc0a042a1167afb0075a94",
            "web_url": "https://hosted.weblate.org/projects/neos/neosneos-modules-81/fi/",
            "share_url": "https://hosted.weblate.org/engage/neos/-/fi/",
            "translate_url": "https://hosted.weblate.org/translate/neos/neosneos-modules-81/fi/",
            "url": "https://hosted.weblate.org/api/translations/neos/neosneos-modules-81/fi/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 321,
            "total_words": 1641,
            "translated": 204,
            "translated_words": 979,
            "translated_percent": 63.5,
            "fuzzy": 115,
            "fuzzy_words": 653,
            "fuzzy_percent": 35.8,
            "failing_checks": 106,
            "failing_checks_words": 623,
            "failing_checks_percent": 33.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/neos/neosneos-modules-81/fi/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/neos/neosneos-modules-81/fi/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/neos/neosneos-modules-81/fi/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/neos/neosneos-modules-81/fi/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/neos/neosneos-modules-81/fi/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",
            "id": 1277978,
            "filename": "Neos.Neos/Resources/Private/Translations/fr/Modules.xlf",
            "revision": "316916dbab99140a6e034177348afd25b79463cf,d279f828ad708a205efc0a042a1167afb0075a94",
            "web_url": "https://hosted.weblate.org/projects/neos/neosneos-modules-81/fr/",
            "share_url": "https://hosted.weblate.org/engage/neos/-/fr/",
            "translate_url": "https://hosted.weblate.org/translate/neos/neosneos-modules-81/fr/",
            "url": "https://hosted.weblate.org/api/translations/neos/neosneos-modules-81/fr/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 321,
            "total_words": 1641,
            "translated": 240,
            "translated_words": 1196,
            "translated_percent": 74.7,
            "fuzzy": 79,
            "fuzzy_words": 436,
            "fuzzy_percent": 24.6,
            "failing_checks": 82,
            "failing_checks_words": 495,
            "failing_checks_percent": 25.5,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/neos/neosneos-modules-81/fr/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/neos/neosneos-modules-81/fr/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/neos/neosneos-modules-81/fr/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/neos/neosneos-modules-81/fr/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/neos/neosneos-modules-81/fr/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",
            "id": 1277981,
            "filename": "Neos.Neos/Resources/Private/Translations/hu/Modules.xlf",
            "revision": "6e1c375e3f9c468f52b37d33b5e7d0c97b3d1222,d279f828ad708a205efc0a042a1167afb0075a94",
            "web_url": "https://hosted.weblate.org/projects/neos/neosneos-modules-81/hu/",
            "share_url": "https://hosted.weblate.org/engage/neos/-/hu/",
            "translate_url": "https://hosted.weblate.org/translate/neos/neosneos-modules-81/hu/",
            "url": "https://hosted.weblate.org/api/translations/neos/neosneos-modules-81/hu/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 321,
            "total_words": 1641,
            "translated": 235,
            "translated_words": 1099,
            "translated_percent": 73.2,
            "fuzzy": 84,
            "fuzzy_words": 533,
            "fuzzy_percent": 26.1,
            "failing_checks": 81,
            "failing_checks_words": 517,
            "failing_checks_percent": 25.2,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/neos/neosneos-modules-81/hu/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/neos/neosneos-modules-81/hu/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/neos/neosneos-modules-81/hu/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/neos/neosneos-modules-81/hu/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/neos/neosneos-modules-81/hu/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": 1277984,
            "filename": "Neos.Neos/Resources/Private/Translations/id_ID/Modules.xlf",
            "revision": "8de14dd0f5d00fca8c3a83dc2d7a0356d0268e58,d279f828ad708a205efc0a042a1167afb0075a94",
            "web_url": "https://hosted.weblate.org/projects/neos/neosneos-modules-81/id/",
            "share_url": "https://hosted.weblate.org/engage/neos/-/id/",
            "translate_url": "https://hosted.weblate.org/translate/neos/neosneos-modules-81/id/",
            "url": "https://hosted.weblate.org/api/translations/neos/neosneos-modules-81/id/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 321,
            "total_words": 1641,
            "translated": 239,
            "translated_words": 1185,
            "translated_percent": 74.4,
            "fuzzy": 79,
            "fuzzy_words": 436,
            "fuzzy_percent": 24.6,
            "failing_checks": 77,
            "failing_checks_words": 433,
            "failing_checks_percent": 23.9,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/neos/neosneos-modules-81/id/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/neos/neosneos-modules-81/id/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/neos/neosneos-modules-81/id/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/neos/neosneos-modules-81/id/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/neos/neosneos-modules-81/id/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",
            "id": 1277987,
            "filename": "Neos.Neos/Resources/Private/Translations/it/Modules.xlf",
            "revision": "b052d8cb9da6bd5fc4d2ab471690950ddcb5d522,d279f828ad708a205efc0a042a1167afb0075a94",
            "web_url": "https://hosted.weblate.org/projects/neos/neosneos-modules-81/it/",
            "share_url": "https://hosted.weblate.org/engage/neos/-/it/",
            "translate_url": "https://hosted.weblate.org/translate/neos/neosneos-modules-81/it/",
            "url": "https://hosted.weblate.org/api/translations/neos/neosneos-modules-81/it/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 321,
            "total_words": 1641,
            "translated": 240,
            "translated_words": 1196,
            "translated_percent": 74.7,
            "fuzzy": 79,
            "fuzzy_words": 436,
            "fuzzy_percent": 24.6,
            "failing_checks": 75,
            "failing_checks_words": 421,
            "failing_checks_percent": 23.3,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/neos/neosneos-modules-81/it/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/neos/neosneos-modules-81/it/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/neos/neosneos-modules-81/it/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/neos/neosneos-modules-81/it/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/neos/neosneos-modules-81/it/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",
            "id": 1277990,
            "filename": "Neos.Neos/Resources/Private/Translations/ja/Modules.xlf",
            "revision": "e2fa378718fa72150206192a663c802c616302fa,d279f828ad708a205efc0a042a1167afb0075a94",
            "web_url": "https://hosted.weblate.org/projects/neos/neosneos-modules-81/ja/",
            "share_url": "https://hosted.weblate.org/engage/neos/-/ja/",
            "translate_url": "https://hosted.weblate.org/translate/neos/neosneos-modules-81/ja/",
            "url": "https://hosted.weblate.org/api/translations/neos/neosneos-modules-81/ja/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 321,
            "total_words": 1641,
            "translated": 126,
            "translated_words": 446,
            "translated_percent": 39.2,
            "fuzzy": 192,
            "fuzzy_words": 1175,
            "fuzzy_percent": 59.8,
            "failing_checks": 165,
            "failing_checks_words": 1113,
            "failing_checks_percent": 51.4,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/neos/neosneos-modules-81/ja/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/neos/neosneos-modules-81/ja/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/neos/neosneos-modules-81/ja/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/neos/neosneos-modules-81/ja/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/neos/neosneos-modules-81/ja/units/?format=api"
        },
        {
            "language": {
                "id": 118,
                "code": "km",
                "name": "Khmer (Central)",
                "plural": {
                    "id": 48,
                    "source": 0,
                    "number": 1,
                    "formula": "0",
                    "type": 0
                },
                "aliases": [
                    "khm"
                ],
                "direction": "ltr",
                "population": 15065030,
                "web_url": "https://hosted.weblate.org/languages/km/",
                "url": "https://hosted.weblate.org/api/languages/km/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/km/statistics/?format=api"
            },
            "language_code": "km",
            "id": 1277993,
            "filename": "Neos.Neos/Resources/Private/Translations/km/Modules.xlf",
            "revision": "8c2fd709b11d8d40d114ae87b8a48f78ca577bf7,d279f828ad708a205efc0a042a1167afb0075a94",
            "web_url": "https://hosted.weblate.org/projects/neos/neosneos-modules-81/km/",
            "share_url": "https://hosted.weblate.org/engage/neos/-/km/",
            "translate_url": "https://hosted.weblate.org/translate/neos/neosneos-modules-81/km/",
            "url": "https://hosted.weblate.org/api/translations/neos/neosneos-modules-81/km/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 321,
            "total_words": 1641,
            "translated": 195,
            "translated_words": 920,
            "translated_percent": 60.7,
            "fuzzy": 123,
            "fuzzy_words": 701,
            "fuzzy_percent": 38.3,
            "failing_checks": 122,
            "failing_checks_words": 784,
            "failing_checks_percent": 38.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/neos/neosneos-modules-81/km/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/neos/neosneos-modules-81/km/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/neos/neosneos-modules-81/km/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/neos/neosneos-modules-81/km/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/neos/neosneos-modules-81/km/units/?format=api"
        },
        {
            "language": {
                "id": 13,
                "code": "lv",
                "name": "Latvian",
                "plural": {
                    "id": 175,
                    "source": 0,
                    "number": 3,
                    "formula": "(n % 10 == 0 || n % 100 >= 11 && n % 100 <= 19) ? 0 : ((n % 10 == 1 && n % 100 != 11) ? 1 : 2)",
                    "type": 11
                },
                "aliases": [
                    "lav",
                    "lvs"
                ],
                "direction": "ltr",
                "population": 1147550,
                "web_url": "https://hosted.weblate.org/languages/lv/",
                "url": "https://hosted.weblate.org/api/languages/lv/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/lv/statistics/?format=api"
            },
            "language_code": "lv",
            "id": 1277997,
            "filename": "Neos.Neos/Resources/Private/Translations/lv/Modules.xlf",
            "revision": "5d022129b5153748cdd097b72a52ecd1baee0fb6,d279f828ad708a205efc0a042a1167afb0075a94",
            "web_url": "https://hosted.weblate.org/projects/neos/neosneos-modules-81/lv/",
            "share_url": "https://hosted.weblate.org/engage/neos/-/lv/",
            "translate_url": "https://hosted.weblate.org/translate/neos/neosneos-modules-81/lv/",
            "url": "https://hosted.weblate.org/api/translations/neos/neosneos-modules-81/lv/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 321,
            "total_words": 1641,
            "translated": 259,
            "translated_words": 1296,
            "translated_percent": 80.6,
            "fuzzy": 61,
            "fuzzy_words": 338,
            "fuzzy_percent": 19.0,
            "failing_checks": 59,
            "failing_checks_words": 327,
            "failing_checks_percent": 18.3,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/neos/neosneos-modules-81/lv/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/neos/neosneos-modules-81/lv/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/neos/neosneos-modules-81/lv/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/neos/neosneos-modules-81/lv/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/neos/neosneos-modules-81/lv/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",
            "id": 1278000,
            "filename": "Neos.Neos/Resources/Private/Translations/nl/Modules.xlf",
            "revision": "b4a39acbe2e28124aa36eb91873d22e00ebc9557,d279f828ad708a205efc0a042a1167afb0075a94",
            "web_url": "https://hosted.weblate.org/projects/neos/neosneos-modules-81/nl/",
            "share_url": "https://hosted.weblate.org/engage/neos/-/nl/",
            "translate_url": "https://hosted.weblate.org/translate/neos/neosneos-modules-81/nl/",
            "url": "https://hosted.weblate.org/api/translations/neos/neosneos-modules-81/nl/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 321,
            "total_words": 1641,
            "translated": 321,
            "translated_words": 1641,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2023-02-23T15:02:02.980372+01:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/neos/neosneos-modules-81/nl/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/neos/neosneos-modules-81/nl/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/neos/neosneos-modules-81/nl/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/neos/neosneos-modules-81/nl/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/neos/neosneos-modules-81/nl/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": "no",
            "id": 1278004,
            "filename": "Neos.Neos/Resources/Private/Translations/no/Modules.xlf",
            "revision": "78814e8322a3c951f933d89a01aee2f0bfba5fee,d279f828ad708a205efc0a042a1167afb0075a94",
            "web_url": "https://hosted.weblate.org/projects/neos/neosneos-modules-81/nb_NO/",
            "share_url": "https://hosted.weblate.org/engage/neos/-/nb_NO/",
            "translate_url": "https://hosted.weblate.org/translate/neos/neosneos-modules-81/nb_NO/",
            "url": "https://hosted.weblate.org/api/translations/neos/neosneos-modules-81/nb_NO/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 321,
            "total_words": 1641,
            "translated": 171,
            "translated_words": 849,
            "translated_percent": 53.2,
            "fuzzy": 148,
            "fuzzy_words": 783,
            "fuzzy_percent": 46.1,
            "failing_checks": 134,
            "failing_checks_words": 748,
            "failing_checks_percent": 41.7,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/neos/neosneos-modules-81/nb_NO/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/neos/neosneos-modules-81/nb_NO/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/neos/neosneos-modules-81/nb_NO/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/neos/neosneos-modules-81/nb_NO/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/neos/neosneos-modules-81/nb_NO/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",
            "id": 1278007,
            "filename": "Neos.Neos/Resources/Private/Translations/pl/Modules.xlf",
            "revision": "05566bd4b36954d6dd625e478449bc57448b3a7b,d279f828ad708a205efc0a042a1167afb0075a94",
            "web_url": "https://hosted.weblate.org/projects/neos/neosneos-modules-81/pl/",
            "share_url": "https://hosted.weblate.org/engage/neos/-/pl/",
            "translate_url": "https://hosted.weblate.org/translate/neos/neosneos-modules-81/pl/",
            "url": "https://hosted.weblate.org/api/translations/neos/neosneos-modules-81/pl/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 321,
            "total_words": 1641,
            "translated": 231,
            "translated_words": 1071,
            "translated_percent": 71.9,
            "fuzzy": 88,
            "fuzzy_words": 561,
            "fuzzy_percent": 27.4,
            "failing_checks": 87,
            "failing_checks_words": 559,
            "failing_checks_percent": 27.1,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/neos/neosneos-modules-81/pl/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/neos/neosneos-modules-81/pl/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/neos/neosneos-modules-81/pl/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/neos/neosneos-modules-81/pl/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/neos/neosneos-modules-81/pl/units/?format=api"
        },
        {
            "language": {
                "id": 58,
                "code": "pt",
                "name": "Portuguese",
                "plural": {
                    "id": 245,
                    "source": 0,
                    "number": 2,
                    "formula": "n > 1",
                    "type": 1
                },
                "aliases": [
                    "por_pt",
                    "ptg",
                    "por"
                ],
                "direction": "ltr",
                "population": 237496883,
                "web_url": "https://hosted.weblate.org/languages/pt/",
                "url": "https://hosted.weblate.org/api/languages/pt/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/pt/statistics/?format=api"
            },
            "language_code": "pt",
            "id": 1278010,
            "filename": "Neos.Neos/Resources/Private/Translations/pt/Modules.xlf",
            "revision": "36ba464cb818932bff8a5a20c4bf0714c38bdbf4,d279f828ad708a205efc0a042a1167afb0075a94",
            "web_url": "https://hosted.weblate.org/projects/neos/neosneos-modules-81/pt/",
            "share_url": "https://hosted.weblate.org/engage/neos/-/pt/",
            "translate_url": "https://hosted.weblate.org/translate/neos/neosneos-modules-81/pt/",
            "url": "https://hosted.weblate.org/api/translations/neos/neosneos-modules-81/pt/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 321,
            "total_words": 1641,
            "translated": 241,
            "translated_words": 1198,
            "translated_percent": 75.0,
            "fuzzy": 79,
            "fuzzy_words": 436,
            "fuzzy_percent": 24.6,
            "failing_checks": 77,
            "failing_checks_words": 425,
            "failing_checks_percent": 23.9,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2023-02-23T15:01:47.653430+01:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/neos/neosneos-modules-81/pt/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/neos/neosneos-modules-81/pt/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/neos/neosneos-modules-81/pt/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/neos/neosneos-modules-81/pt/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/neos/neosneos-modules-81/pt/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": 1278013,
            "filename": "Neos.Neos/Resources/Private/Translations/pt_BR/Modules.xlf",
            "revision": "b943b57be92641daea3f95d5f5898c85dc58ccd8,d279f828ad708a205efc0a042a1167afb0075a94",
            "web_url": "https://hosted.weblate.org/projects/neos/neosneos-modules-81/pt_BR/",
            "share_url": "https://hosted.weblate.org/engage/neos/-/pt_BR/",
            "translate_url": "https://hosted.weblate.org/translate/neos/neosneos-modules-81/pt_BR/",
            "url": "https://hosted.weblate.org/api/translations/neos/neosneos-modules-81/pt_BR/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 321,
            "total_words": 1641,
            "translated": 240,
            "translated_words": 1196,
            "translated_percent": 74.7,
            "fuzzy": 79,
            "fuzzy_words": 436,
            "fuzzy_percent": 24.6,
            "failing_checks": 78,
            "failing_checks_words": 426,
            "failing_checks_percent": 24.2,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/neos/neosneos-modules-81/pt_BR/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/neos/neosneos-modules-81/pt_BR/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/neos/neosneos-modules-81/pt_BR/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/neos/neosneos-modules-81/pt_BR/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/neos/neosneos-modules-81/pt_BR/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",
            "id": 1278016,
            "filename": "Neos.Neos/Resources/Private/Translations/ru/Modules.xlf",
            "revision": "40f6edc6e7c2b6c34d662b56a51ad9810de1e83b,d279f828ad708a205efc0a042a1167afb0075a94",
            "web_url": "https://hosted.weblate.org/projects/neos/neosneos-modules-81/ru/",
            "share_url": "https://hosted.weblate.org/engage/neos/-/ru/",
            "translate_url": "https://hosted.weblate.org/translate/neos/neosneos-modules-81/ru/",
            "url": "https://hosted.weblate.org/api/translations/neos/neosneos-modules-81/ru/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 321,
            "total_words": 1641,
            "translated": 240,
            "translated_words": 1196,
            "translated_percent": 74.7,
            "fuzzy": 79,
            "fuzzy_words": 436,
            "fuzzy_percent": 24.6,
            "failing_checks": 74,
            "failing_checks_words": 420,
            "failing_checks_percent": 23.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/neos/neosneos-modules-81/ru/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/neos/neosneos-modules-81/ru/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/neos/neosneos-modules-81/ru/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/neos/neosneos-modules-81/ru/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/neos/neosneos-modules-81/ru/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",
            "id": 1278017,
            "filename": "Neos.Neos/Resources/Private/Translations/sr/Modules.xlf",
            "revision": "f4b88cb2281df51d0be732faff1c56140bd7538e,d279f828ad708a205efc0a042a1167afb0075a94",
            "web_url": "https://hosted.weblate.org/projects/neos/neosneos-modules-81/sr/",
            "share_url": "https://hosted.weblate.org/engage/neos/-/sr/",
            "translate_url": "https://hosted.weblate.org/translate/neos/neosneos-modules-81/sr/",
            "url": "https://hosted.weblate.org/api/translations/neos/neosneos-modules-81/sr/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 321,
            "total_words": 1641,
            "translated": 19,
            "translated_words": 25,
            "translated_percent": 5.9,
            "fuzzy": 300,
            "fuzzy_words": 1607,
            "fuzzy_percent": 93.4,
            "failing_checks": 257,
            "failing_checks_words": 1521,
            "failing_checks_percent": 80.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/neos/neosneos-modules-81/sr/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/neos/neosneos-modules-81/sr/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/neos/neosneos-modules-81/sr/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/neos/neosneos-modules-81/sr/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/neos/neosneos-modules-81/sr/units/?format=api"
        },
        {
            "language": {
                "id": 107,
                "code": "sv",
                "name": "Swedish",
                "plural": {
                    "id": 301,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "swe_se",
                    "sve",
                    "swe"
                ],
                "direction": "ltr",
                "population": 12932871,
                "web_url": "https://hosted.weblate.org/languages/sv/",
                "url": "https://hosted.weblate.org/api/languages/sv/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/sv/statistics/?format=api"
            },
            "language_code": "sv",
            "id": 1278018,
            "filename": "Neos.Neos/Resources/Private/Translations/sv/Modules.xlf",
            "revision": "d1a891e393ae8966e0e109fa86eaa0afa12385dc,d279f828ad708a205efc0a042a1167afb0075a94",
            "web_url": "https://hosted.weblate.org/projects/neos/neosneos-modules-81/sv/",
            "share_url": "https://hosted.weblate.org/engage/neos/-/sv/",
            "translate_url": "https://hosted.weblate.org/translate/neos/neosneos-modules-81/sv/",
            "url": "https://hosted.weblate.org/api/translations/neos/neosneos-modules-81/sv/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 321,
            "total_words": 1641,
            "translated": 233,
            "translated_words": 1093,
            "translated_percent": 72.5,
            "fuzzy": 86,
            "fuzzy_words": 539,
            "fuzzy_percent": 26.7,
            "failing_checks": 81,
            "failing_checks_words": 518,
            "failing_checks_percent": 25.2,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/neos/neosneos-modules-81/sv/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/neos/neosneos-modules-81/sv/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/neos/neosneos-modules-81/sv/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/neos/neosneos-modules-81/sv/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/neos/neosneos-modules-81/sv/units/?format=api"
        },
        {
            "language": {
                "id": 146,
                "code": "tl",
                "name": "Tagalog",
                "plural": {
                    "id": 306,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1 && n != 2 && n != 3 && (n % 10 == 4 || n % 10 == 6 || n % 10 == 9)",
                    "type": 1
                },
                "aliases": [
                    "tgl"
                ],
                "direction": "ltr",
                "population": 0,
                "web_url": "https://hosted.weblate.org/languages/tl/",
                "url": "https://hosted.weblate.org/api/languages/tl/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/tl/statistics/?format=api"
            },
            "language_code": "tl_PH",
            "id": 1278019,
            "filename": "Neos.Neos/Resources/Private/Translations/tl_PH/Modules.xlf",
            "revision": "0e2f5f2568b6ea9921d0d47862e1741e408ae58a,d279f828ad708a205efc0a042a1167afb0075a94",
            "web_url": "https://hosted.weblate.org/projects/neos/neosneos-modules-81/tl/",
            "share_url": "https://hosted.weblate.org/engage/neos/-/tl/",
            "translate_url": "https://hosted.weblate.org/translate/neos/neosneos-modules-81/tl/",
            "url": "https://hosted.weblate.org/api/translations/neos/neosneos-modules-81/tl/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 321,
            "total_words": 1641,
            "translated": 39,
            "translated_words": 97,
            "translated_percent": 12.1,
            "fuzzy": 280,
            "fuzzy_words": 1535,
            "fuzzy_percent": 87.2,
            "failing_checks": 246,
            "failing_checks_words": 1456,
            "failing_checks_percent": 76.6,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/neos/neosneos-modules-81/tl/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/neos/neosneos-modules-81/tl/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/neos/neosneos-modules-81/tl/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/neos/neosneos-modules-81/tl/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/neos/neosneos-modules-81/tl/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",
            "id": 1278020,
            "filename": "Neos.Neos/Resources/Private/Translations/tr/Modules.xlf",
            "revision": "ad9618d5fe7fa50270a49291d3ba43a51107647e,d279f828ad708a205efc0a042a1167afb0075a94",
            "web_url": "https://hosted.weblate.org/projects/neos/neosneos-modules-81/tr/",
            "share_url": "https://hosted.weblate.org/engage/neos/-/tr/",
            "translate_url": "https://hosted.weblate.org/translate/neos/neosneos-modules-81/tr/",
            "url": "https://hosted.weblate.org/api/translations/neos/neosneos-modules-81/tr/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 321,
            "total_words": 1641,
            "translated": 243,
            "translated_words": 1214,
            "translated_percent": 75.7,
            "fuzzy": 76,
            "fuzzy_words": 418,
            "fuzzy_percent": 23.6,
            "failing_checks": 71,
            "failing_checks_words": 397,
            "failing_checks_percent": 22.1,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2023-05-30T15:45:01.535640+02:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/neos/neosneos-modules-81/tr/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/neos/neosneos-modules-81/tr/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/neos/neosneos-modules-81/tr/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/neos/neosneos-modules-81/tr/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/neos/neosneos-modules-81/tr/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",
            "id": 1278021,
            "filename": "Neos.Neos/Resources/Private/Translations/uk/Modules.xlf",
            "revision": "b606aa8697c8c7636149ae5b0cd60c5961f984f2,d279f828ad708a205efc0a042a1167afb0075a94",
            "web_url": "https://hosted.weblate.org/projects/neos/neosneos-modules-81/uk/",
            "share_url": "https://hosted.weblate.org/engage/neos/-/uk/",
            "translate_url": "https://hosted.weblate.org/translate/neos/neosneos-modules-81/uk/",
            "url": "https://hosted.weblate.org/api/translations/neos/neosneos-modules-81/uk/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 321,
            "total_words": 1641,
            "translated": 193,
            "translated_words": 903,
            "translated_percent": 60.1,
            "fuzzy": 126,
            "fuzzy_words": 729,
            "fuzzy_percent": 39.2,
            "failing_checks": 115,
            "failing_checks_words": 695,
            "failing_checks_percent": 35.8,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/neos/neosneos-modules-81/uk/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/neos/neosneos-modules-81/uk/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/neos/neosneos-modules-81/uk/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/neos/neosneos-modules-81/uk/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/neos/neosneos-modules-81/uk/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",
            "id": 1278022,
            "filename": "Neos.Neos/Resources/Private/Translations/vi/Modules.xlf",
            "revision": "e4f59ecff685fe8d259975c96ab49add769a4398,d279f828ad708a205efc0a042a1167afb0075a94",
            "web_url": "https://hosted.weblate.org/projects/neos/neosneos-modules-81/vi/",
            "share_url": "https://hosted.weblate.org/engage/neos/-/vi/",
            "translate_url": "https://hosted.weblate.org/translate/neos/neosneos-modules-81/vi/",
            "url": "https://hosted.weblate.org/api/translations/neos/neosneos-modules-81/vi/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 321,
            "total_words": 1641,
            "translated": 105,
            "translated_words": 318,
            "translated_percent": 32.7,
            "fuzzy": 213,
            "fuzzy_words": 1303,
            "fuzzy_percent": 66.3,
            "failing_checks": 201,
            "failing_checks_words": 1313,
            "failing_checks_percent": 62.6,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/neos/neosneos-modules-81/vi/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/neos/neosneos-modules-81/vi/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/neos/neosneos-modules-81/vi/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/neos/neosneos-modules-81/vi/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/neos/neosneos-modules-81/vi/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",
            "id": 1278023,
            "filename": "Neos.Neos/Resources/Private/Translations/zh/Modules.xlf",
            "revision": "eccd751171f23d68203eb2645e8c632f6702cbad,d279f828ad708a205efc0a042a1167afb0075a94",
            "web_url": "https://hosted.weblate.org/projects/neos/neosneos-modules-81/zh_Hans/",
            "share_url": "https://hosted.weblate.org/engage/neos/-/zh_Hans/",
            "translate_url": "https://hosted.weblate.org/translate/neos/neosneos-modules-81/zh_Hans/",
            "url": "https://hosted.weblate.org/api/translations/neos/neosneos-modules-81/zh_Hans/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 321,
            "total_words": 1641,
            "translated": 177,
            "translated_words": 834,
            "translated_percent": 55.1,
            "fuzzy": 141,
            "fuzzy_words": 787,
            "fuzzy_percent": 43.9,
            "failing_checks": 126,
            "failing_checks_words": 776,
            "failing_checks_percent": 39.2,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/neos/neosneos-modules-81/zh_Hans/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/neos/neosneos-modules-81/zh_Hans/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/neos/neosneos-modules-81/zh_Hans/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/neos/neosneos-modules-81/zh_Hans/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/neos/neosneos-modules-81/zh_Hans/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": 1278024,
            "filename": "Neos.Neos/Resources/Private/Translations/zh_TW/Modules.xlf",
            "revision": "4a7ec9072e2e91ed80b6751ee41b2311e9aa1dd9,d279f828ad708a205efc0a042a1167afb0075a94",
            "web_url": "https://hosted.weblate.org/projects/neos/neosneos-modules-81/zh_Hant/",
            "share_url": "https://hosted.weblate.org/engage/neos/-/zh_Hant/",
            "translate_url": "https://hosted.weblate.org/translate/neos/neosneos-modules-81/zh_Hant/",
            "url": "https://hosted.weblate.org/api/translations/neos/neosneos-modules-81/zh_Hant/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 321,
            "total_words": 1641,
            "translated": 147,
            "translated_words": 370,
            "translated_percent": 45.7,
            "fuzzy": 171,
            "fuzzy_words": 1251,
            "fuzzy_percent": 53.2,
            "failing_checks": 163,
            "failing_checks_words": 1225,
            "failing_checks_percent": 50.7,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/neos/neosneos-modules-81/zh_Hant/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/neos/neosneos-modules-81/zh_Hant/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/neos/neosneos-modules-81/zh_Hant/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/neos/neosneos-modules-81/zh_Hant/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/neos/neosneos-modules-81/zh_Hant/units/?format=api"
        }
    ]
}