Translation components API.

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

GET /api/translations/?format=api&page=2
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 138075,
    "next": "https://hosted.weblate.org/api/translations/?format=api&page=3",
    "previous": "https://hosted.weblate.org/api/translations/?format=api",
    "results": [
        {
            "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"
            },
            "component": {
                "name": "Interface",
                "slug": "uh",
                "id": 13,
                "source_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"
                },
                "project": {
                    "name": "Unknown Horizons",
                    "slug": "uh",
                    "id": 7,
                    "web": "http://www.unknown-horizons.org/",
                    "web_url": "https://hosted.weblate.org/projects/uh/",
                    "url": "https://hosted.weblate.org/api/projects/uh/?format=api",
                    "components_list_url": "https://hosted.weblate.org/api/projects/uh/components/?format=api",
                    "repository_url": "https://hosted.weblate.org/api/projects/uh/repository/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/projects/uh/statistics/?format=api",
                    "categories_url": "https://hosted.weblate.org/api/projects/uh/categories/?format=api",
                    "changes_list_url": "https://hosted.weblate.org/api/projects/uh/changes/?format=api",
                    "languages_url": "https://hosted.weblate.org/api/projects/uh/languages/?format=api",
                    "labels_url": "https://hosted.weblate.org/api/projects/uh/labels/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "https://github.com/unknown-horizons/unknown-horizons.git",
                "git_export": "https://hosted.weblate.org/git/uh/uh/",
                "branch": "master",
                "push_branch": "",
                "filemask": "po/uh/*.po",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "po",
                "license": "GPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "https://hosted.weblate.org/projects/uh/uh/",
                "url": "https://hosted.weblate.org/api/components/uh/uh/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/uh/uh/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/uh/uh/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/uh/uh/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/uh/uh/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/uh/uh/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/uh/uh/changes/?format=api",
                "task_url": null,
                "new_lang": "contact",
                "language_code_style": "",
                "push": "",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "https://github.com/unknown-horizons/unknown-horizons/blob/master/{{filename}}#L{{line}}",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ hook_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": true,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "de",
            "id": 152,
            "filename": "po/uh/de.po",
            "revision": "dc74f86dd9b38c12022faa33ee31ac0282c4ce35",
            "web_url": "https://hosted.weblate.org/projects/uh/uh/de/",
            "share_url": "https://hosted.weblate.org/engage/uh/-/de/",
            "translate_url": "https://hosted.weblate.org/translate/uh/uh/de/",
            "url": "https://hosted.weblate.org/api/translations/uh/uh/de/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 903,
            "total_words": 3724,
            "translated": 903,
            "translated_words": 3724,
            "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": 1,
            "last_change": "2023-07-30T14:26:55.724207+02:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/uh/uh/de/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/uh/uh/de/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/uh/uh/de/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/uh/uh/de/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/uh/uh/de/units/?format=api"
        },
        {
            "language": {
                "id": 90,
                "code": "zu",
                "name": "Zulu",
                "plural": {
                    "id": 352,
                    "source": 0,
                    "number": 2,
                    "formula": "n > 1",
                    "type": 1
                },
                "aliases": [
                    "zul"
                ],
                "direction": "ltr",
                "population": 13973829,
                "web_url": "https://hosted.weblate.org/languages/zu/",
                "url": "https://hosted.weblate.org/api/languages/zu/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/zu/statistics/?format=api"
            },
            "component": {
                "name": "Interface",
                "slug": "uh",
                "id": 13,
                "source_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"
                },
                "project": {
                    "name": "Unknown Horizons",
                    "slug": "uh",
                    "id": 7,
                    "web": "http://www.unknown-horizons.org/",
                    "web_url": "https://hosted.weblate.org/projects/uh/",
                    "url": "https://hosted.weblate.org/api/projects/uh/?format=api",
                    "components_list_url": "https://hosted.weblate.org/api/projects/uh/components/?format=api",
                    "repository_url": "https://hosted.weblate.org/api/projects/uh/repository/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/projects/uh/statistics/?format=api",
                    "categories_url": "https://hosted.weblate.org/api/projects/uh/categories/?format=api",
                    "changes_list_url": "https://hosted.weblate.org/api/projects/uh/changes/?format=api",
                    "languages_url": "https://hosted.weblate.org/api/projects/uh/languages/?format=api",
                    "labels_url": "https://hosted.weblate.org/api/projects/uh/labels/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "https://github.com/unknown-horizons/unknown-horizons.git",
                "git_export": "https://hosted.weblate.org/git/uh/uh/",
                "branch": "master",
                "push_branch": "",
                "filemask": "po/uh/*.po",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "po",
                "license": "GPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "https://hosted.weblate.org/projects/uh/uh/",
                "url": "https://hosted.weblate.org/api/components/uh/uh/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/uh/uh/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/uh/uh/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/uh/uh/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/uh/uh/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/uh/uh/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/uh/uh/changes/?format=api",
                "task_url": null,
                "new_lang": "contact",
                "language_code_style": "",
                "push": "",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "https://github.com/unknown-horizons/unknown-horizons/blob/master/{{filename}}#L{{line}}",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ hook_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": true,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "zu",
            "id": 153,
            "filename": "po/uh/zu.po",
            "revision": "cda1166d10ca6f508c6846a81400e444634c8e48",
            "web_url": "https://hosted.weblate.org/projects/uh/uh/zu/",
            "share_url": "https://hosted.weblate.org/engage/uh/-/zu/",
            "translate_url": "https://hosted.weblate.org/translate/uh/uh/zu/",
            "url": "https://hosted.weblate.org/api/translations/uh/uh/zu/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 903,
            "total_words": 3724,
            "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/uh/uh/zu/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/uh/uh/zu/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/uh/uh/zu/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/uh/uh/zu/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/uh/uh/zu/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"
                ],
                "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"
            },
            "component": {
                "name": "Interface",
                "slug": "uh",
                "id": 13,
                "source_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"
                },
                "project": {
                    "name": "Unknown Horizons",
                    "slug": "uh",
                    "id": 7,
                    "web": "http://www.unknown-horizons.org/",
                    "web_url": "https://hosted.weblate.org/projects/uh/",
                    "url": "https://hosted.weblate.org/api/projects/uh/?format=api",
                    "components_list_url": "https://hosted.weblate.org/api/projects/uh/components/?format=api",
                    "repository_url": "https://hosted.weblate.org/api/projects/uh/repository/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/projects/uh/statistics/?format=api",
                    "categories_url": "https://hosted.weblate.org/api/projects/uh/categories/?format=api",
                    "changes_list_url": "https://hosted.weblate.org/api/projects/uh/changes/?format=api",
                    "languages_url": "https://hosted.weblate.org/api/projects/uh/languages/?format=api",
                    "labels_url": "https://hosted.weblate.org/api/projects/uh/labels/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "https://github.com/unknown-horizons/unknown-horizons.git",
                "git_export": "https://hosted.weblate.org/git/uh/uh/",
                "branch": "master",
                "push_branch": "",
                "filemask": "po/uh/*.po",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "po",
                "license": "GPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "https://hosted.weblate.org/projects/uh/uh/",
                "url": "https://hosted.weblate.org/api/components/uh/uh/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/uh/uh/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/uh/uh/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/uh/uh/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/uh/uh/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/uh/uh/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/uh/uh/changes/?format=api",
                "task_url": null,
                "new_lang": "contact",
                "language_code_style": "",
                "push": "",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "https://github.com/unknown-horizons/unknown-horizons/blob/master/{{filename}}#L{{line}}",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ hook_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": true,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "lv",
            "id": 154,
            "filename": "po/uh/lv.po",
            "revision": "3a51bd72395f2071c6bdde8288267359b3378002",
            "web_url": "https://hosted.weblate.org/projects/uh/uh/lv/",
            "share_url": "https://hosted.weblate.org/engage/uh/-/lv/",
            "translate_url": "https://hosted.weblate.org/translate/uh/uh/lv/",
            "url": "https://hosted.weblate.org/api/translations/uh/uh/lv/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 903,
            "total_words": 3724,
            "translated": 184,
            "translated_words": 640,
            "translated_percent": 20.3,
            "fuzzy": 10,
            "fuzzy_words": 43,
            "fuzzy_percent": 1.1,
            "failing_checks": 5,
            "failing_checks_words": 27,
            "failing_checks_percent": 0.5,
            "have_suggestion": 3,
            "have_comment": 0,
            "last_change": "2018-02-09T10:45:18+01:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/uh/uh/lv/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/uh/uh/lv/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/uh/uh/lv/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/uh/uh/lv/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/uh/uh/lv/units/?format=api"
        },
        {
            "language": {
                "id": 82,
                "code": "af",
                "name": "Afrikaans",
                "plural": {
                    "id": 5,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "afr"
                ],
                "direction": "ltr",
                "population": 9318845,
                "web_url": "https://hosted.weblate.org/languages/af/",
                "url": "https://hosted.weblate.org/api/languages/af/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/af/statistics/?format=api"
            },
            "component": {
                "name": "Interface",
                "slug": "uh",
                "id": 13,
                "source_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"
                },
                "project": {
                    "name": "Unknown Horizons",
                    "slug": "uh",
                    "id": 7,
                    "web": "http://www.unknown-horizons.org/",
                    "web_url": "https://hosted.weblate.org/projects/uh/",
                    "url": "https://hosted.weblate.org/api/projects/uh/?format=api",
                    "components_list_url": "https://hosted.weblate.org/api/projects/uh/components/?format=api",
                    "repository_url": "https://hosted.weblate.org/api/projects/uh/repository/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/projects/uh/statistics/?format=api",
                    "categories_url": "https://hosted.weblate.org/api/projects/uh/categories/?format=api",
                    "changes_list_url": "https://hosted.weblate.org/api/projects/uh/changes/?format=api",
                    "languages_url": "https://hosted.weblate.org/api/projects/uh/languages/?format=api",
                    "labels_url": "https://hosted.weblate.org/api/projects/uh/labels/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "https://github.com/unknown-horizons/unknown-horizons.git",
                "git_export": "https://hosted.weblate.org/git/uh/uh/",
                "branch": "master",
                "push_branch": "",
                "filemask": "po/uh/*.po",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "po",
                "license": "GPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "https://hosted.weblate.org/projects/uh/uh/",
                "url": "https://hosted.weblate.org/api/components/uh/uh/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/uh/uh/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/uh/uh/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/uh/uh/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/uh/uh/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/uh/uh/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/uh/uh/changes/?format=api",
                "task_url": null,
                "new_lang": "contact",
                "language_code_style": "",
                "push": "",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "https://github.com/unknown-horizons/unknown-horizons/blob/master/{{filename}}#L{{line}}",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ hook_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": true,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "af",
            "id": 155,
            "filename": "po/uh/af.po",
            "revision": "3bde99dbb4c08dc848d0bf49cce912c812006f16",
            "web_url": "https://hosted.weblate.org/projects/uh/uh/af/",
            "share_url": "https://hosted.weblate.org/engage/uh/-/af/",
            "translate_url": "https://hosted.weblate.org/translate/uh/uh/af/",
            "url": "https://hosted.weblate.org/api/translations/uh/uh/af/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 903,
            "total_words": 3724,
            "translated": 4,
            "translated_words": 44,
            "translated_percent": 0.4,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 2,
            "failing_checks_words": 6,
            "failing_checks_percent": 0.2,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2018-02-09T10:44:01+01:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/uh/uh/af/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/uh/uh/af/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/uh/uh/af/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/uh/uh/af/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/uh/uh/af/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"
            },
            "component": {
                "name": "Interface",
                "slug": "uh",
                "id": 13,
                "source_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"
                },
                "project": {
                    "name": "Unknown Horizons",
                    "slug": "uh",
                    "id": 7,
                    "web": "http://www.unknown-horizons.org/",
                    "web_url": "https://hosted.weblate.org/projects/uh/",
                    "url": "https://hosted.weblate.org/api/projects/uh/?format=api",
                    "components_list_url": "https://hosted.weblate.org/api/projects/uh/components/?format=api",
                    "repository_url": "https://hosted.weblate.org/api/projects/uh/repository/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/projects/uh/statistics/?format=api",
                    "categories_url": "https://hosted.weblate.org/api/projects/uh/categories/?format=api",
                    "changes_list_url": "https://hosted.weblate.org/api/projects/uh/changes/?format=api",
                    "languages_url": "https://hosted.weblate.org/api/projects/uh/languages/?format=api",
                    "labels_url": "https://hosted.weblate.org/api/projects/uh/labels/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "https://github.com/unknown-horizons/unknown-horizons.git",
                "git_export": "https://hosted.weblate.org/git/uh/uh/",
                "branch": "master",
                "push_branch": "",
                "filemask": "po/uh/*.po",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "po",
                "license": "GPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "https://hosted.weblate.org/projects/uh/uh/",
                "url": "https://hosted.weblate.org/api/components/uh/uh/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/uh/uh/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/uh/uh/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/uh/uh/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/uh/uh/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/uh/uh/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/uh/uh/changes/?format=api",
                "task_url": null,
                "new_lang": "contact",
                "language_code_style": "",
                "push": "",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "https://github.com/unknown-horizons/unknown-horizons/blob/master/{{filename}}#L{{line}}",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ hook_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": true,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "ml",
            "id": 156,
            "filename": "po/uh/ml.po",
            "revision": "db8cd866dd2c7f6e75d2a05e4ea75d64bbb236db",
            "web_url": "https://hosted.weblate.org/projects/uh/uh/ml/",
            "share_url": "https://hosted.weblate.org/engage/uh/-/ml/",
            "translate_url": "https://hosted.weblate.org/translate/uh/uh/ml/",
            "url": "https://hosted.weblate.org/api/translations/uh/uh/ml/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 903,
            "total_words": 3724,
            "translated": 4,
            "translated_words": 44,
            "translated_percent": 0.4,
            "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": "2018-02-09T10:45:21+01:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/uh/uh/ml/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/uh/uh/ml/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/uh/uh/ml/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/uh/uh/ml/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/uh/uh/ml/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"
            },
            "component": {
                "name": "Interface",
                "slug": "uh",
                "id": 13,
                "source_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"
                },
                "project": {
                    "name": "Unknown Horizons",
                    "slug": "uh",
                    "id": 7,
                    "web": "http://www.unknown-horizons.org/",
                    "web_url": "https://hosted.weblate.org/projects/uh/",
                    "url": "https://hosted.weblate.org/api/projects/uh/?format=api",
                    "components_list_url": "https://hosted.weblate.org/api/projects/uh/components/?format=api",
                    "repository_url": "https://hosted.weblate.org/api/projects/uh/repository/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/projects/uh/statistics/?format=api",
                    "categories_url": "https://hosted.weblate.org/api/projects/uh/categories/?format=api",
                    "changes_list_url": "https://hosted.weblate.org/api/projects/uh/changes/?format=api",
                    "languages_url": "https://hosted.weblate.org/api/projects/uh/languages/?format=api",
                    "labels_url": "https://hosted.weblate.org/api/projects/uh/labels/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "https://github.com/unknown-horizons/unknown-horizons.git",
                "git_export": "https://hosted.weblate.org/git/uh/uh/",
                "branch": "master",
                "push_branch": "",
                "filemask": "po/uh/*.po",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "po",
                "license": "GPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "https://hosted.weblate.org/projects/uh/uh/",
                "url": "https://hosted.weblate.org/api/components/uh/uh/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/uh/uh/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/uh/uh/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/uh/uh/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/uh/uh/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/uh/uh/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/uh/uh/changes/?format=api",
                "task_url": null,
                "new_lang": "contact",
                "language_code_style": "",
                "push": "",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "https://github.com/unknown-horizons/unknown-horizons/blob/master/{{filename}}#L{{line}}",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ hook_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": true,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "th",
            "id": 157,
            "filename": "po/uh/th.po",
            "revision": "f0a965e4ab77a0ce2d43ce3f8347ae0c7003331b",
            "web_url": "https://hosted.weblate.org/projects/uh/uh/th/",
            "share_url": "https://hosted.weblate.org/engage/uh/-/th/",
            "translate_url": "https://hosted.weblate.org/translate/uh/uh/th/",
            "url": "https://hosted.weblate.org/api/translations/uh/uh/th/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 903,
            "total_words": 3724,
            "translated": 903,
            "translated_words": 3724,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2020-01-13T05:52:19+01:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/uh/uh/th/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/uh/uh/th/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/uh/uh/th/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/uh/uh/th/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/uh/uh/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"
            },
            "component": {
                "name": "Interface",
                "slug": "uh",
                "id": 13,
                "source_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"
                },
                "project": {
                    "name": "Unknown Horizons",
                    "slug": "uh",
                    "id": 7,
                    "web": "http://www.unknown-horizons.org/",
                    "web_url": "https://hosted.weblate.org/projects/uh/",
                    "url": "https://hosted.weblate.org/api/projects/uh/?format=api",
                    "components_list_url": "https://hosted.weblate.org/api/projects/uh/components/?format=api",
                    "repository_url": "https://hosted.weblate.org/api/projects/uh/repository/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/projects/uh/statistics/?format=api",
                    "categories_url": "https://hosted.weblate.org/api/projects/uh/categories/?format=api",
                    "changes_list_url": "https://hosted.weblate.org/api/projects/uh/changes/?format=api",
                    "languages_url": "https://hosted.weblate.org/api/projects/uh/languages/?format=api",
                    "labels_url": "https://hosted.weblate.org/api/projects/uh/labels/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "https://github.com/unknown-horizons/unknown-horizons.git",
                "git_export": "https://hosted.weblate.org/git/uh/uh/",
                "branch": "master",
                "push_branch": "",
                "filemask": "po/uh/*.po",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "po",
                "license": "GPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "https://hosted.weblate.org/projects/uh/uh/",
                "url": "https://hosted.weblate.org/api/components/uh/uh/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/uh/uh/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/uh/uh/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/uh/uh/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/uh/uh/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/uh/uh/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/uh/uh/changes/?format=api",
                "task_url": null,
                "new_lang": "contact",
                "language_code_style": "",
                "push": "",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "https://github.com/unknown-horizons/unknown-horizons/blob/master/{{filename}}#L{{line}}",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ hook_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": true,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "uk",
            "id": 158,
            "filename": "po/uh/uk.po",
            "revision": "1b363e46c699fc957f81b73f6e2838dd635165b5",
            "web_url": "https://hosted.weblate.org/projects/uh/uh/uk/",
            "share_url": "https://hosted.weblate.org/engage/uh/-/uk/",
            "translate_url": "https://hosted.weblate.org/translate/uh/uh/uk/",
            "url": "https://hosted.weblate.org/api/translations/uh/uh/uk/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 903,
            "total_words": 3724,
            "translated": 903,
            "translated_words": 3724,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 1,
            "failing_checks_words": 6,
            "failing_checks_percent": 0.1,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2022-06-30T08:17:13.636599+02:00",
            "last_author": "Artem",
            "repository_url": "https://hosted.weblate.org/api/translations/uh/uh/uk/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/uh/uh/uk/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/uh/uh/uk/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/uh/uh/uk/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/uh/uh/uk/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"
            },
            "component": {
                "name": "Interface",
                "slug": "uh",
                "id": 13,
                "source_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"
                },
                "project": {
                    "name": "Unknown Horizons",
                    "slug": "uh",
                    "id": 7,
                    "web": "http://www.unknown-horizons.org/",
                    "web_url": "https://hosted.weblate.org/projects/uh/",
                    "url": "https://hosted.weblate.org/api/projects/uh/?format=api",
                    "components_list_url": "https://hosted.weblate.org/api/projects/uh/components/?format=api",
                    "repository_url": "https://hosted.weblate.org/api/projects/uh/repository/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/projects/uh/statistics/?format=api",
                    "categories_url": "https://hosted.weblate.org/api/projects/uh/categories/?format=api",
                    "changes_list_url": "https://hosted.weblate.org/api/projects/uh/changes/?format=api",
                    "languages_url": "https://hosted.weblate.org/api/projects/uh/languages/?format=api",
                    "labels_url": "https://hosted.weblate.org/api/projects/uh/labels/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "https://github.com/unknown-horizons/unknown-horizons.git",
                "git_export": "https://hosted.weblate.org/git/uh/uh/",
                "branch": "master",
                "push_branch": "",
                "filemask": "po/uh/*.po",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "po",
                "license": "GPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "https://hosted.weblate.org/projects/uh/uh/",
                "url": "https://hosted.weblate.org/api/components/uh/uh/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/uh/uh/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/uh/uh/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/uh/uh/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/uh/uh/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/uh/uh/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/uh/uh/changes/?format=api",
                "task_url": null,
                "new_lang": "contact",
                "language_code_style": "",
                "push": "",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "https://github.com/unknown-horizons/unknown-horizons/blob/master/{{filename}}#L{{line}}",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ hook_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": true,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "ja",
            "id": 159,
            "filename": "po/uh/ja.po",
            "revision": "51b3cd4fd9b1b24a2c1eeaae37807332aeb0efb3",
            "web_url": "https://hosted.weblate.org/projects/uh/uh/ja/",
            "share_url": "https://hosted.weblate.org/engage/uh/-/ja/",
            "translate_url": "https://hosted.weblate.org/translate/uh/uh/ja/",
            "url": "https://hosted.weblate.org/api/translations/uh/uh/ja/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 903,
            "total_words": 3730,
            "translated": 901,
            "translated_words": 3727,
            "translated_percent": 99.7,
            "fuzzy": 2,
            "fuzzy_words": 3,
            "fuzzy_percent": 0.2,
            "failing_checks": 4,
            "failing_checks_words": 33,
            "failing_checks_percent": 0.4,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2023-08-05T20:49:23.923773+02:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/uh/uh/ja/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/uh/uh/ja/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/uh/uh/ja/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/uh/uh/ja/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/uh/uh/ja/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"
            },
            "component": {
                "name": "Interface",
                "slug": "uh",
                "id": 13,
                "source_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"
                },
                "project": {
                    "name": "Unknown Horizons",
                    "slug": "uh",
                    "id": 7,
                    "web": "http://www.unknown-horizons.org/",
                    "web_url": "https://hosted.weblate.org/projects/uh/",
                    "url": "https://hosted.weblate.org/api/projects/uh/?format=api",
                    "components_list_url": "https://hosted.weblate.org/api/projects/uh/components/?format=api",
                    "repository_url": "https://hosted.weblate.org/api/projects/uh/repository/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/projects/uh/statistics/?format=api",
                    "categories_url": "https://hosted.weblate.org/api/projects/uh/categories/?format=api",
                    "changes_list_url": "https://hosted.weblate.org/api/projects/uh/changes/?format=api",
                    "languages_url": "https://hosted.weblate.org/api/projects/uh/languages/?format=api",
                    "labels_url": "https://hosted.weblate.org/api/projects/uh/labels/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "https://github.com/unknown-horizons/unknown-horizons.git",
                "git_export": "https://hosted.weblate.org/git/uh/uh/",
                "branch": "master",
                "push_branch": "",
                "filemask": "po/uh/*.po",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "po",
                "license": "GPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "https://hosted.weblate.org/projects/uh/uh/",
                "url": "https://hosted.weblate.org/api/components/uh/uh/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/uh/uh/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/uh/uh/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/uh/uh/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/uh/uh/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/uh/uh/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/uh/uh/changes/?format=api",
                "task_url": null,
                "new_lang": "contact",
                "language_code_style": "",
                "push": "",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "https://github.com/unknown-horizons/unknown-horizons/blob/master/{{filename}}#L{{line}}",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ hook_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": true,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "da",
            "id": 160,
            "filename": "po/uh/da.po",
            "revision": "0f40eba48998bda409cb6a8455474eab198d4b07",
            "web_url": "https://hosted.weblate.org/projects/uh/uh/da/",
            "share_url": "https://hosted.weblate.org/engage/uh/-/da/",
            "translate_url": "https://hosted.weblate.org/translate/uh/uh/da/",
            "url": "https://hosted.weblate.org/api/translations/uh/uh/da/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 903,
            "total_words": 3724,
            "translated": 0,
            "translated_words": 0,
            "translated_percent": 0.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 187,
            "failing_checks_words": 815,
            "failing_checks_percent": 20.7,
            "have_suggestion": 12,
            "have_comment": 0,
            "last_change": "2020-04-19T15:22:10.641116+02:00",
            "last_author": "Anonymous",
            "repository_url": "https://hosted.weblate.org/api/translations/uh/uh/da/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/uh/uh/da/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/uh/uh/da/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/uh/uh/da/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/uh/uh/da/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"
            },
            "component": {
                "name": "Interface",
                "slug": "uh",
                "id": 13,
                "source_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"
                },
                "project": {
                    "name": "Unknown Horizons",
                    "slug": "uh",
                    "id": 7,
                    "web": "http://www.unknown-horizons.org/",
                    "web_url": "https://hosted.weblate.org/projects/uh/",
                    "url": "https://hosted.weblate.org/api/projects/uh/?format=api",
                    "components_list_url": "https://hosted.weblate.org/api/projects/uh/components/?format=api",
                    "repository_url": "https://hosted.weblate.org/api/projects/uh/repository/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/projects/uh/statistics/?format=api",
                    "categories_url": "https://hosted.weblate.org/api/projects/uh/categories/?format=api",
                    "changes_list_url": "https://hosted.weblate.org/api/projects/uh/changes/?format=api",
                    "languages_url": "https://hosted.weblate.org/api/projects/uh/languages/?format=api",
                    "labels_url": "https://hosted.weblate.org/api/projects/uh/labels/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "https://github.com/unknown-horizons/unknown-horizons.git",
                "git_export": "https://hosted.weblate.org/git/uh/uh/",
                "branch": "master",
                "push_branch": "",
                "filemask": "po/uh/*.po",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "po",
                "license": "GPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "https://hosted.weblate.org/projects/uh/uh/",
                "url": "https://hosted.weblate.org/api/components/uh/uh/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/uh/uh/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/uh/uh/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/uh/uh/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/uh/uh/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/uh/uh/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/uh/uh/changes/?format=api",
                "task_url": null,
                "new_lang": "contact",
                "language_code_style": "",
                "push": "",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "https://github.com/unknown-horizons/unknown-horizons/blob/master/{{filename}}#L{{line}}",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ hook_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": true,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "sv",
            "id": 161,
            "filename": "po/uh/sv.po",
            "revision": "29f6c76206ab4a3c44954d59922161d58a43d0a8",
            "web_url": "https://hosted.weblate.org/projects/uh/uh/sv/",
            "share_url": "https://hosted.weblate.org/engage/uh/-/sv/",
            "translate_url": "https://hosted.weblate.org/translate/uh/uh/sv/",
            "url": "https://hosted.weblate.org/api/translations/uh/uh/sv/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 903,
            "total_words": 3724,
            "translated": 903,
            "translated_words": 3724,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 4,
            "failing_checks_words": 21,
            "failing_checks_percent": 0.4,
            "have_suggestion": 0,
            "have_comment": 1,
            "last_change": "2020-04-12T12:11:14.118733+02:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/uh/uh/sv/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/uh/uh/sv/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/uh/uh/sv/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/uh/uh/sv/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/uh/uh/sv/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"
            },
            "component": {
                "name": "Interface",
                "slug": "uh",
                "id": 13,
                "source_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"
                },
                "project": {
                    "name": "Unknown Horizons",
                    "slug": "uh",
                    "id": 7,
                    "web": "http://www.unknown-horizons.org/",
                    "web_url": "https://hosted.weblate.org/projects/uh/",
                    "url": "https://hosted.weblate.org/api/projects/uh/?format=api",
                    "components_list_url": "https://hosted.weblate.org/api/projects/uh/components/?format=api",
                    "repository_url": "https://hosted.weblate.org/api/projects/uh/repository/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/projects/uh/statistics/?format=api",
                    "categories_url": "https://hosted.weblate.org/api/projects/uh/categories/?format=api",
                    "changes_list_url": "https://hosted.weblate.org/api/projects/uh/changes/?format=api",
                    "languages_url": "https://hosted.weblate.org/api/projects/uh/languages/?format=api",
                    "labels_url": "https://hosted.weblate.org/api/projects/uh/labels/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "https://github.com/unknown-horizons/unknown-horizons.git",
                "git_export": "https://hosted.weblate.org/git/uh/uh/",
                "branch": "master",
                "push_branch": "",
                "filemask": "po/uh/*.po",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "po",
                "license": "GPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "https://hosted.weblate.org/projects/uh/uh/",
                "url": "https://hosted.weblate.org/api/components/uh/uh/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/uh/uh/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/uh/uh/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/uh/uh/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/uh/uh/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/uh/uh/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/uh/uh/changes/?format=api",
                "task_url": null,
                "new_lang": "contact",
                "language_code_style": "",
                "push": "",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "https://github.com/unknown-horizons/unknown-horizons/blob/master/{{filename}}#L{{line}}",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ hook_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": true,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "hi",
            "id": 162,
            "filename": "po/uh/hi.po",
            "revision": "d276c39bf9dca84f1481b5f87d97248466be3834",
            "web_url": "https://hosted.weblate.org/projects/uh/uh/hi/",
            "share_url": "https://hosted.weblate.org/engage/uh/-/hi/",
            "translate_url": "https://hosted.weblate.org/translate/uh/uh/hi/",
            "url": "https://hosted.weblate.org/api/translations/uh/uh/hi/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 903,
            "total_words": 3724,
            "translated": 505,
            "translated_words": 2046,
            "translated_percent": 55.9,
            "fuzzy": 27,
            "fuzzy_words": 140,
            "fuzzy_percent": 2.9,
            "failing_checks": 14,
            "failing_checks_words": 61,
            "failing_checks_percent": 1.5,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2018-02-09T10:44:52+01:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/uh/uh/hi/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/uh/uh/hi/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/uh/uh/hi/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/uh/uh/hi/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/uh/uh/hi/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"
            },
            "component": {
                "name": "Interface",
                "slug": "uh",
                "id": 13,
                "source_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"
                },
                "project": {
                    "name": "Unknown Horizons",
                    "slug": "uh",
                    "id": 7,
                    "web": "http://www.unknown-horizons.org/",
                    "web_url": "https://hosted.weblate.org/projects/uh/",
                    "url": "https://hosted.weblate.org/api/projects/uh/?format=api",
                    "components_list_url": "https://hosted.weblate.org/api/projects/uh/components/?format=api",
                    "repository_url": "https://hosted.weblate.org/api/projects/uh/repository/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/projects/uh/statistics/?format=api",
                    "categories_url": "https://hosted.weblate.org/api/projects/uh/categories/?format=api",
                    "changes_list_url": "https://hosted.weblate.org/api/projects/uh/changes/?format=api",
                    "languages_url": "https://hosted.weblate.org/api/projects/uh/languages/?format=api",
                    "labels_url": "https://hosted.weblate.org/api/projects/uh/labels/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "https://github.com/unknown-horizons/unknown-horizons.git",
                "git_export": "https://hosted.weblate.org/git/uh/uh/",
                "branch": "master",
                "push_branch": "",
                "filemask": "po/uh/*.po",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "po",
                "license": "GPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "https://hosted.weblate.org/projects/uh/uh/",
                "url": "https://hosted.weblate.org/api/components/uh/uh/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/uh/uh/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/uh/uh/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/uh/uh/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/uh/uh/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/uh/uh/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/uh/uh/changes/?format=api",
                "task_url": null,
                "new_lang": "contact",
                "language_code_style": "",
                "push": "",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "https://github.com/unknown-horizons/unknown-horizons/blob/master/{{filename}}#L{{line}}",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ hook_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": true,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "lt",
            "id": 163,
            "filename": "po/uh/lt.po",
            "revision": "80815de87c3a15baf6083f6c782824180b612a6a",
            "web_url": "https://hosted.weblate.org/projects/uh/uh/lt/",
            "share_url": "https://hosted.weblate.org/engage/uh/-/lt/",
            "translate_url": "https://hosted.weblate.org/translate/uh/uh/lt/",
            "url": "https://hosted.weblate.org/api/translations/uh/uh/lt/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 903,
            "total_words": 3724,
            "translated": 73,
            "translated_words": 214,
            "translated_percent": 8.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 113,
            "failing_checks_words": 476,
            "failing_checks_percent": 12.5,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2020-09-21T05:33:03.451589+02:00",
            "last_author": "Kornelijus Tvarijanavičius",
            "repository_url": "https://hosted.weblate.org/api/translations/uh/uh/lt/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/uh/uh/lt/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/uh/uh/lt/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/uh/uh/lt/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/uh/uh/lt/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"
            },
            "component": {
                "name": "Interface",
                "slug": "uh",
                "id": 13,
                "source_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"
                },
                "project": {
                    "name": "Unknown Horizons",
                    "slug": "uh",
                    "id": 7,
                    "web": "http://www.unknown-horizons.org/",
                    "web_url": "https://hosted.weblate.org/projects/uh/",
                    "url": "https://hosted.weblate.org/api/projects/uh/?format=api",
                    "components_list_url": "https://hosted.weblate.org/api/projects/uh/components/?format=api",
                    "repository_url": "https://hosted.weblate.org/api/projects/uh/repository/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/projects/uh/statistics/?format=api",
                    "categories_url": "https://hosted.weblate.org/api/projects/uh/categories/?format=api",
                    "changes_list_url": "https://hosted.weblate.org/api/projects/uh/changes/?format=api",
                    "languages_url": "https://hosted.weblate.org/api/projects/uh/languages/?format=api",
                    "labels_url": "https://hosted.weblate.org/api/projects/uh/labels/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "https://github.com/unknown-horizons/unknown-horizons.git",
                "git_export": "https://hosted.weblate.org/git/uh/uh/",
                "branch": "master",
                "push_branch": "",
                "filemask": "po/uh/*.po",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "po",
                "license": "GPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "https://hosted.weblate.org/projects/uh/uh/",
                "url": "https://hosted.weblate.org/api/components/uh/uh/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/uh/uh/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/uh/uh/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/uh/uh/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/uh/uh/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/uh/uh/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/uh/uh/changes/?format=api",
                "task_url": null,
                "new_lang": "contact",
                "language_code_style": "",
                "push": "",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "https://github.com/unknown-horizons/unknown-horizons/blob/master/{{filename}}#L{{line}}",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ hook_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": true,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "bg",
            "id": 164,
            "filename": "po/uh/bg.po",
            "revision": "b7480ad025bad29112de0bd532562a11d0813e2c",
            "web_url": "https://hosted.weblate.org/projects/uh/uh/bg/",
            "share_url": "https://hosted.weblate.org/engage/uh/-/bg/",
            "translate_url": "https://hosted.weblate.org/translate/uh/uh/bg/",
            "url": "https://hosted.weblate.org/api/translations/uh/uh/bg/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 903,
            "total_words": 3724,
            "translated": 394,
            "translated_words": 1600,
            "translated_percent": 43.6,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 44,
            "failing_checks_words": 106,
            "failing_checks_percent": 4.8,
            "have_suggestion": 3,
            "have_comment": 0,
            "last_change": "2018-02-09T10:44:04+01:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/uh/uh/bg/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/uh/uh/bg/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/uh/uh/bg/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/uh/uh/bg/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/uh/uh/bg/units/?format=api"
        },
        {
            "language": {
                "id": 124,
                "code": "sl",
                "name": "Slovenian",
                "plural": {
                    "id": 280,
                    "source": 0,
                    "number": 4,
                    "formula": "n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3",
                    "type": 6
                },
                "aliases": [
                    "sl_sl",
                    "slv"
                ],
                "direction": "ltr",
                "population": 1973179,
                "web_url": "https://hosted.weblate.org/languages/sl/",
                "url": "https://hosted.weblate.org/api/languages/sl/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/sl/statistics/?format=api"
            },
            "component": {
                "name": "Interface",
                "slug": "uh",
                "id": 13,
                "source_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"
                },
                "project": {
                    "name": "Unknown Horizons",
                    "slug": "uh",
                    "id": 7,
                    "web": "http://www.unknown-horizons.org/",
                    "web_url": "https://hosted.weblate.org/projects/uh/",
                    "url": "https://hosted.weblate.org/api/projects/uh/?format=api",
                    "components_list_url": "https://hosted.weblate.org/api/projects/uh/components/?format=api",
                    "repository_url": "https://hosted.weblate.org/api/projects/uh/repository/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/projects/uh/statistics/?format=api",
                    "categories_url": "https://hosted.weblate.org/api/projects/uh/categories/?format=api",
                    "changes_list_url": "https://hosted.weblate.org/api/projects/uh/changes/?format=api",
                    "languages_url": "https://hosted.weblate.org/api/projects/uh/languages/?format=api",
                    "labels_url": "https://hosted.weblate.org/api/projects/uh/labels/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "https://github.com/unknown-horizons/unknown-horizons.git",
                "git_export": "https://hosted.weblate.org/git/uh/uh/",
                "branch": "master",
                "push_branch": "",
                "filemask": "po/uh/*.po",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "po",
                "license": "GPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "https://hosted.weblate.org/projects/uh/uh/",
                "url": "https://hosted.weblate.org/api/components/uh/uh/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/uh/uh/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/uh/uh/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/uh/uh/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/uh/uh/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/uh/uh/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/uh/uh/changes/?format=api",
                "task_url": null,
                "new_lang": "contact",
                "language_code_style": "",
                "push": "",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "https://github.com/unknown-horizons/unknown-horizons/blob/master/{{filename}}#L{{line}}",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ hook_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": true,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "sl",
            "id": 165,
            "filename": "po/uh/sl.po",
            "revision": "abf180fe5641f2ae1e6cba02292109b8884c1026",
            "web_url": "https://hosted.weblate.org/projects/uh/uh/sl/",
            "share_url": "https://hosted.weblate.org/engage/uh/-/sl/",
            "translate_url": "https://hosted.weblate.org/translate/uh/uh/sl/",
            "url": "https://hosted.weblate.org/api/translations/uh/uh/sl/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 903,
            "total_words": 3724,
            "translated": 93,
            "translated_words": 585,
            "translated_percent": 10.2,
            "fuzzy": 614,
            "fuzzy_words": 2177,
            "fuzzy_percent": 67.9,
            "failing_checks": 18,
            "failing_checks_words": 82,
            "failing_checks_percent": 1.9,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2018-02-09T10:45:55+01:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/uh/uh/sl/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/uh/uh/sl/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/uh/uh/sl/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/uh/uh/sl/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/uh/uh/sl/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"
            },
            "component": {
                "name": "Interface",
                "slug": "uh",
                "id": 13,
                "source_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"
                },
                "project": {
                    "name": "Unknown Horizons",
                    "slug": "uh",
                    "id": 7,
                    "web": "http://www.unknown-horizons.org/",
                    "web_url": "https://hosted.weblate.org/projects/uh/",
                    "url": "https://hosted.weblate.org/api/projects/uh/?format=api",
                    "components_list_url": "https://hosted.weblate.org/api/projects/uh/components/?format=api",
                    "repository_url": "https://hosted.weblate.org/api/projects/uh/repository/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/projects/uh/statistics/?format=api",
                    "categories_url": "https://hosted.weblate.org/api/projects/uh/categories/?format=api",
                    "changes_list_url": "https://hosted.weblate.org/api/projects/uh/changes/?format=api",
                    "languages_url": "https://hosted.weblate.org/api/projects/uh/languages/?format=api",
                    "labels_url": "https://hosted.weblate.org/api/projects/uh/labels/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "https://github.com/unknown-horizons/unknown-horizons.git",
                "git_export": "https://hosted.weblate.org/git/uh/uh/",
                "branch": "master",
                "push_branch": "",
                "filemask": "po/uh/*.po",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "po",
                "license": "GPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "https://hosted.weblate.org/projects/uh/uh/",
                "url": "https://hosted.weblate.org/api/components/uh/uh/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/uh/uh/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/uh/uh/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/uh/uh/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/uh/uh/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/uh/uh/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/uh/uh/changes/?format=api",
                "task_url": null,
                "new_lang": "contact",
                "language_code_style": "",
                "push": "",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "https://github.com/unknown-horizons/unknown-horizons/blob/master/{{filename}}#L{{line}}",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ hook_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": true,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "ru",
            "id": 166,
            "filename": "po/uh/ru.po",
            "revision": "86d960006da3c9d55c393efaa60843bf3a60b2c2",
            "web_url": "https://hosted.weblate.org/projects/uh/uh/ru/",
            "share_url": "https://hosted.weblate.org/engage/uh/-/ru/",
            "translate_url": "https://hosted.weblate.org/translate/uh/uh/ru/",
            "url": "https://hosted.weblate.org/api/translations/uh/uh/ru/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 903,
            "total_words": 3724,
            "translated": 903,
            "translated_words": 3724,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 2,
            "failing_checks_words": 2,
            "failing_checks_percent": 0.2,
            "have_suggestion": 23,
            "have_comment": 1,
            "last_change": "2021-07-18T15:04:24.576500+02:00",
            "last_author": "Anonymous",
            "repository_url": "https://hosted.weblate.org/api/translations/uh/uh/ru/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/uh/uh/ru/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/uh/uh/ru/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/uh/uh/ru/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/uh/uh/ru/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"
            },
            "component": {
                "name": "Interface",
                "slug": "uh",
                "id": 13,
                "source_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"
                },
                "project": {
                    "name": "Unknown Horizons",
                    "slug": "uh",
                    "id": 7,
                    "web": "http://www.unknown-horizons.org/",
                    "web_url": "https://hosted.weblate.org/projects/uh/",
                    "url": "https://hosted.weblate.org/api/projects/uh/?format=api",
                    "components_list_url": "https://hosted.weblate.org/api/projects/uh/components/?format=api",
                    "repository_url": "https://hosted.weblate.org/api/projects/uh/repository/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/projects/uh/statistics/?format=api",
                    "categories_url": "https://hosted.weblate.org/api/projects/uh/categories/?format=api",
                    "changes_list_url": "https://hosted.weblate.org/api/projects/uh/changes/?format=api",
                    "languages_url": "https://hosted.weblate.org/api/projects/uh/languages/?format=api",
                    "labels_url": "https://hosted.weblate.org/api/projects/uh/labels/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "https://github.com/unknown-horizons/unknown-horizons.git",
                "git_export": "https://hosted.weblate.org/git/uh/uh/",
                "branch": "master",
                "push_branch": "",
                "filemask": "po/uh/*.po",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "po",
                "license": "GPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "https://hosted.weblate.org/projects/uh/uh/",
                "url": "https://hosted.weblate.org/api/components/uh/uh/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/uh/uh/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/uh/uh/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/uh/uh/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/uh/uh/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/uh/uh/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/uh/uh/changes/?format=api",
                "task_url": null,
                "new_lang": "contact",
                "language_code_style": "",
                "push": "",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "https://github.com/unknown-horizons/unknown-horizons/blob/master/{{filename}}#L{{line}}",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ hook_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": true,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "fi",
            "id": 167,
            "filename": "po/uh/fi.po",
            "revision": "82bfb2976d5462869235c7f16a7eff3df12b3db8",
            "web_url": "https://hosted.weblate.org/projects/uh/uh/fi/",
            "share_url": "https://hosted.weblate.org/engage/uh/-/fi/",
            "translate_url": "https://hosted.weblate.org/translate/uh/uh/fi/",
            "url": "https://hosted.weblate.org/api/translations/uh/uh/fi/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 903,
            "total_words": 3724,
            "translated": 903,
            "translated_words": 3724,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 4,
            "failing_checks_words": 27,
            "failing_checks_percent": 0.4,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2020-03-27T12:46:19+01:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/uh/uh/fi/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/uh/uh/fi/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/uh/uh/fi/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/uh/uh/fi/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/uh/uh/fi/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"
            },
            "component": {
                "name": "Interface",
                "slug": "uh",
                "id": 13,
                "source_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"
                },
                "project": {
                    "name": "Unknown Horizons",
                    "slug": "uh",
                    "id": 7,
                    "web": "http://www.unknown-horizons.org/",
                    "web_url": "https://hosted.weblate.org/projects/uh/",
                    "url": "https://hosted.weblate.org/api/projects/uh/?format=api",
                    "components_list_url": "https://hosted.weblate.org/api/projects/uh/components/?format=api",
                    "repository_url": "https://hosted.weblate.org/api/projects/uh/repository/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/projects/uh/statistics/?format=api",
                    "categories_url": "https://hosted.weblate.org/api/projects/uh/categories/?format=api",
                    "changes_list_url": "https://hosted.weblate.org/api/projects/uh/changes/?format=api",
                    "languages_url": "https://hosted.weblate.org/api/projects/uh/languages/?format=api",
                    "labels_url": "https://hosted.weblate.org/api/projects/uh/labels/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "https://github.com/unknown-horizons/unknown-horizons.git",
                "git_export": "https://hosted.weblate.org/git/uh/uh/",
                "branch": "master",
                "push_branch": "",
                "filemask": "po/uh/*.po",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "po",
                "license": "GPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "https://hosted.weblate.org/projects/uh/uh/",
                "url": "https://hosted.weblate.org/api/components/uh/uh/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/uh/uh/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/uh/uh/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/uh/uh/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/uh/uh/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/uh/uh/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/uh/uh/changes/?format=api",
                "task_url": null,
                "new_lang": "contact",
                "language_code_style": "",
                "push": "",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "https://github.com/unknown-horizons/unknown-horizons/blob/master/{{filename}}#L{{line}}",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ hook_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": true,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "es",
            "id": 168,
            "filename": "po/uh/es.po",
            "revision": "b257b69755cc59cc9e5ff1442d2fab3ac381c2a9",
            "web_url": "https://hosted.weblate.org/projects/uh/uh/es/",
            "share_url": "https://hosted.weblate.org/engage/uh/-/es/",
            "translate_url": "https://hosted.weblate.org/translate/uh/uh/es/",
            "url": "https://hosted.weblate.org/api/translations/uh/uh/es/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 903,
            "total_words": 3724,
            "translated": 903,
            "translated_words": 3724,
            "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": 1,
            "last_change": "2023-06-15T17:07:50.902110+02:00",
            "last_author": "gallegonovato",
            "repository_url": "https://hosted.weblate.org/api/translations/uh/uh/es/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/uh/uh/es/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/uh/uh/es/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/uh/uh/es/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/uh/uh/es/units/?format=api"
        },
        {
            "language": {
                "id": 7,
                "code": "gl",
                "name": "Galician",
                "plural": {
                    "id": 100,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "glg_es",
                    "glg"
                ],
                "direction": "ltr",
                "population": 3515529,
                "web_url": "https://hosted.weblate.org/languages/gl/",
                "url": "https://hosted.weblate.org/api/languages/gl/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/gl/statistics/?format=api"
            },
            "component": {
                "name": "Interface",
                "slug": "uh",
                "id": 13,
                "source_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"
                },
                "project": {
                    "name": "Unknown Horizons",
                    "slug": "uh",
                    "id": 7,
                    "web": "http://www.unknown-horizons.org/",
                    "web_url": "https://hosted.weblate.org/projects/uh/",
                    "url": "https://hosted.weblate.org/api/projects/uh/?format=api",
                    "components_list_url": "https://hosted.weblate.org/api/projects/uh/components/?format=api",
                    "repository_url": "https://hosted.weblate.org/api/projects/uh/repository/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/projects/uh/statistics/?format=api",
                    "categories_url": "https://hosted.weblate.org/api/projects/uh/categories/?format=api",
                    "changes_list_url": "https://hosted.weblate.org/api/projects/uh/changes/?format=api",
                    "languages_url": "https://hosted.weblate.org/api/projects/uh/languages/?format=api",
                    "labels_url": "https://hosted.weblate.org/api/projects/uh/labels/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "https://github.com/unknown-horizons/unknown-horizons.git",
                "git_export": "https://hosted.weblate.org/git/uh/uh/",
                "branch": "master",
                "push_branch": "",
                "filemask": "po/uh/*.po",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "po",
                "license": "GPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "https://hosted.weblate.org/projects/uh/uh/",
                "url": "https://hosted.weblate.org/api/components/uh/uh/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/uh/uh/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/uh/uh/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/uh/uh/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/uh/uh/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/uh/uh/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/uh/uh/changes/?format=api",
                "task_url": null,
                "new_lang": "contact",
                "language_code_style": "",
                "push": "",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "https://github.com/unknown-horizons/unknown-horizons/blob/master/{{filename}}#L{{line}}",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ hook_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": true,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "gl",
            "id": 169,
            "filename": "po/uh/gl.po",
            "revision": "519b6e3031be26f30669eea72a1bf3dc921a5942",
            "web_url": "https://hosted.weblate.org/projects/uh/uh/gl/",
            "share_url": "https://hosted.weblate.org/engage/uh/-/gl/",
            "translate_url": "https://hosted.weblate.org/translate/uh/uh/gl/",
            "url": "https://hosted.weblate.org/api/translations/uh/uh/gl/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 903,
            "total_words": 3724,
            "translated": 820,
            "translated_words": 3225,
            "translated_percent": 90.8,
            "fuzzy": 37,
            "fuzzy_words": 178,
            "fuzzy_percent": 4.0,
            "failing_checks": 27,
            "failing_checks_words": 203,
            "failing_checks_percent": 2.9,
            "have_suggestion": 19,
            "have_comment": 0,
            "last_change": "2019-04-19T11:34:38+02:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/uh/uh/gl/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/uh/uh/gl/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/uh/uh/gl/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/uh/uh/gl/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/uh/uh/gl/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"
            },
            "component": {
                "name": "Interface",
                "slug": "uh",
                "id": 13,
                "source_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"
                },
                "project": {
                    "name": "Unknown Horizons",
                    "slug": "uh",
                    "id": 7,
                    "web": "http://www.unknown-horizons.org/",
                    "web_url": "https://hosted.weblate.org/projects/uh/",
                    "url": "https://hosted.weblate.org/api/projects/uh/?format=api",
                    "components_list_url": "https://hosted.weblate.org/api/projects/uh/components/?format=api",
                    "repository_url": "https://hosted.weblate.org/api/projects/uh/repository/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/projects/uh/statistics/?format=api",
                    "categories_url": "https://hosted.weblate.org/api/projects/uh/categories/?format=api",
                    "changes_list_url": "https://hosted.weblate.org/api/projects/uh/changes/?format=api",
                    "languages_url": "https://hosted.weblate.org/api/projects/uh/languages/?format=api",
                    "labels_url": "https://hosted.weblate.org/api/projects/uh/labels/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "https://github.com/unknown-horizons/unknown-horizons.git",
                "git_export": "https://hosted.weblate.org/git/uh/uh/",
                "branch": "master",
                "push_branch": "",
                "filemask": "po/uh/*.po",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "po",
                "license": "GPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "https://hosted.weblate.org/projects/uh/uh/",
                "url": "https://hosted.weblate.org/api/components/uh/uh/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/uh/uh/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/uh/uh/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/uh/uh/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/uh/uh/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/uh/uh/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/uh/uh/changes/?format=api",
                "task_url": null,
                "new_lang": "contact",
                "language_code_style": "",
                "push": "",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "https://github.com/unknown-horizons/unknown-horizons/blob/master/{{filename}}#L{{line}}",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ hook_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": true,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "ko",
            "id": 170,
            "filename": "po/uh/ko.po",
            "revision": "324ed1a143cb7a10c32f1f6cdd41136c5a0780ee",
            "web_url": "https://hosted.weblate.org/projects/uh/uh/ko/",
            "share_url": "https://hosted.weblate.org/engage/uh/-/ko/",
            "translate_url": "https://hosted.weblate.org/translate/uh/uh/ko/",
            "url": "https://hosted.weblate.org/api/translations/uh/uh/ko/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 903,
            "total_words": 3724,
            "translated": 903,
            "translated_words": 3724,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 1,
            "failing_checks_words": 6,
            "failing_checks_percent": 0.1,
            "have_suggestion": 0,
            "have_comment": 8,
            "last_change": "2020-02-27T11:11:25+01:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/uh/uh/ko/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/uh/uh/ko/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/uh/uh/ko/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/uh/uh/ko/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/uh/uh/ko/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"
            },
            "component": {
                "name": "Interface",
                "slug": "uh",
                "id": 13,
                "source_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"
                },
                "project": {
                    "name": "Unknown Horizons",
                    "slug": "uh",
                    "id": 7,
                    "web": "http://www.unknown-horizons.org/",
                    "web_url": "https://hosted.weblate.org/projects/uh/",
                    "url": "https://hosted.weblate.org/api/projects/uh/?format=api",
                    "components_list_url": "https://hosted.weblate.org/api/projects/uh/components/?format=api",
                    "repository_url": "https://hosted.weblate.org/api/projects/uh/repository/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/projects/uh/statistics/?format=api",
                    "categories_url": "https://hosted.weblate.org/api/projects/uh/categories/?format=api",
                    "changes_list_url": "https://hosted.weblate.org/api/projects/uh/changes/?format=api",
                    "languages_url": "https://hosted.weblate.org/api/projects/uh/languages/?format=api",
                    "labels_url": "https://hosted.weblate.org/api/projects/uh/labels/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "https://github.com/unknown-horizons/unknown-horizons.git",
                "git_export": "https://hosted.weblate.org/git/uh/uh/",
                "branch": "master",
                "push_branch": "",
                "filemask": "po/uh/*.po",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "po",
                "license": "GPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "https://hosted.weblate.org/projects/uh/uh/",
                "url": "https://hosted.weblate.org/api/components/uh/uh/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/uh/uh/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/uh/uh/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/uh/uh/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/uh/uh/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/uh/uh/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/uh/uh/changes/?format=api",
                "task_url": null,
                "new_lang": "contact",
                "language_code_style": "",
                "push": "",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "https://github.com/unknown-horizons/unknown-horizons/blob/master/{{filename}}#L{{line}}",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ hook_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": true,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "pl",
            "id": 171,
            "filename": "po/uh/pl.po",
            "revision": "b79bc220be7c5f13b6df04a906a02a32a31907a3",
            "web_url": "https://hosted.weblate.org/projects/uh/uh/pl/",
            "share_url": "https://hosted.weblate.org/engage/uh/-/pl/",
            "translate_url": "https://hosted.weblate.org/translate/uh/uh/pl/",
            "url": "https://hosted.weblate.org/api/translations/uh/uh/pl/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 903,
            "total_words": 3724,
            "translated": 903,
            "translated_words": 3724,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 3,
            "failing_checks_words": 8,
            "failing_checks_percent": 0.3,
            "have_suggestion": 4,
            "have_comment": 3,
            "last_change": "2023-07-26T19:48:50.930951+02:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/uh/uh/pl/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/uh/uh/pl/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/uh/uh/pl/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/uh/uh/pl/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/uh/uh/pl/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"
            },
            "component": {
                "name": "Interface",
                "slug": "uh",
                "id": 13,
                "source_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"
                },
                "project": {
                    "name": "Unknown Horizons",
                    "slug": "uh",
                    "id": 7,
                    "web": "http://www.unknown-horizons.org/",
                    "web_url": "https://hosted.weblate.org/projects/uh/",
                    "url": "https://hosted.weblate.org/api/projects/uh/?format=api",
                    "components_list_url": "https://hosted.weblate.org/api/projects/uh/components/?format=api",
                    "repository_url": "https://hosted.weblate.org/api/projects/uh/repository/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/projects/uh/statistics/?format=api",
                    "categories_url": "https://hosted.weblate.org/api/projects/uh/categories/?format=api",
                    "changes_list_url": "https://hosted.weblate.org/api/projects/uh/changes/?format=api",
                    "languages_url": "https://hosted.weblate.org/api/projects/uh/languages/?format=api",
                    "labels_url": "https://hosted.weblate.org/api/projects/uh/labels/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "https://github.com/unknown-horizons/unknown-horizons.git",
                "git_export": "https://hosted.weblate.org/git/uh/uh/",
                "branch": "master",
                "push_branch": "",
                "filemask": "po/uh/*.po",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "po",
                "license": "GPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "https://hosted.weblate.org/projects/uh/uh/",
                "url": "https://hosted.weblate.org/api/components/uh/uh/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/uh/uh/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/uh/uh/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/uh/uh/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/uh/uh/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/uh/uh/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/uh/uh/changes/?format=api",
                "task_url": null,
                "new_lang": "contact",
                "language_code_style": "",
                "push": "",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "https://github.com/unknown-horizons/unknown-horizons/blob/master/{{filename}}#L{{line}}",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ hook_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": true,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "nb",
            "id": 172,
            "filename": "po/uh/nb.po",
            "revision": "7445fd2a6c5a9863b4e5bf03bc746e1007a5651a",
            "web_url": "https://hosted.weblate.org/projects/uh/uh/nb_NO/",
            "share_url": "https://hosted.weblate.org/engage/uh/-/nb_NO/",
            "translate_url": "https://hosted.weblate.org/translate/uh/uh/nb_NO/",
            "url": "https://hosted.weblate.org/api/translations/uh/uh/nb_NO/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 903,
            "total_words": 3724,
            "translated": 903,
            "translated_words": 3724,
            "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": "2022-03-26T13:47:48.601263+01:00",
            "last_author": "Allan Nordhøy",
            "repository_url": "https://hosted.weblate.org/api/translations/uh/uh/nb_NO/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/uh/uh/nb_NO/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/uh/uh/nb_NO/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/uh/uh/nb_NO/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/uh/uh/nb_NO/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"
            },
            "component": {
                "name": "Interface",
                "slug": "uh",
                "id": 13,
                "source_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"
                },
                "project": {
                    "name": "Unknown Horizons",
                    "slug": "uh",
                    "id": 7,
                    "web": "http://www.unknown-horizons.org/",
                    "web_url": "https://hosted.weblate.org/projects/uh/",
                    "url": "https://hosted.weblate.org/api/projects/uh/?format=api",
                    "components_list_url": "https://hosted.weblate.org/api/projects/uh/components/?format=api",
                    "repository_url": "https://hosted.weblate.org/api/projects/uh/repository/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/projects/uh/statistics/?format=api",
                    "categories_url": "https://hosted.weblate.org/api/projects/uh/categories/?format=api",
                    "changes_list_url": "https://hosted.weblate.org/api/projects/uh/changes/?format=api",
                    "languages_url": "https://hosted.weblate.org/api/projects/uh/languages/?format=api",
                    "labels_url": "https://hosted.weblate.org/api/projects/uh/labels/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "https://github.com/unknown-horizons/unknown-horizons.git",
                "git_export": "https://hosted.weblate.org/git/uh/uh/",
                "branch": "master",
                "push_branch": "",
                "filemask": "po/uh/*.po",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "po",
                "license": "GPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "https://hosted.weblate.org/projects/uh/uh/",
                "url": "https://hosted.weblate.org/api/components/uh/uh/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/uh/uh/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/uh/uh/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/uh/uh/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/uh/uh/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/uh/uh/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/uh/uh/changes/?format=api",
                "task_url": null,
                "new_lang": "contact",
                "language_code_style": "",
                "push": "",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "https://github.com/unknown-horizons/unknown-horizons/blob/master/{{filename}}#L{{line}}",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ hook_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": true,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "pt",
            "id": 173,
            "filename": "po/uh/pt.po",
            "revision": "3f1b94762c46fd52cf1376c5b284b75426bbe1d8",
            "web_url": "https://hosted.weblate.org/projects/uh/uh/pt/",
            "share_url": "https://hosted.weblate.org/engage/uh/-/pt/",
            "translate_url": "https://hosted.weblate.org/translate/uh/uh/pt/",
            "url": "https://hosted.weblate.org/api/translations/uh/uh/pt/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 903,
            "total_words": 3724,
            "translated": 903,
            "translated_words": 3724,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 1,
            "have_comment": 1,
            "last_change": "2020-09-29T20:41:16.626138+02:00",
            "last_author": "ssantos",
            "repository_url": "https://hosted.weblate.org/api/translations/uh/uh/pt/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/uh/uh/pt/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/uh/uh/pt/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/uh/uh/pt/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/uh/uh/pt/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"
            },
            "component": {
                "name": "MP-Server",
                "slug": "uh-server",
                "id": 14,
                "source_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"
                },
                "project": {
                    "name": "Unknown Horizons",
                    "slug": "uh",
                    "id": 7,
                    "web": "http://www.unknown-horizons.org/",
                    "web_url": "https://hosted.weblate.org/projects/uh/",
                    "url": "https://hosted.weblate.org/api/projects/uh/?format=api",
                    "components_list_url": "https://hosted.weblate.org/api/projects/uh/components/?format=api",
                    "repository_url": "https://hosted.weblate.org/api/projects/uh/repository/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/projects/uh/statistics/?format=api",
                    "categories_url": "https://hosted.weblate.org/api/projects/uh/categories/?format=api",
                    "changes_list_url": "https://hosted.weblate.org/api/projects/uh/changes/?format=api",
                    "languages_url": "https://hosted.weblate.org/api/projects/uh/languages/?format=api",
                    "labels_url": "https://hosted.weblate.org/api/projects/uh/labels/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "https://github.com/unknown-horizons/unknown-horizons.git",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "po/uh-server/*.po",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "po",
                "license": "GPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "https://hosted.weblate.org/projects/uh/uh-server/",
                "url": "https://hosted.weblate.org/api/components/uh/uh-server/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/uh/uh-server/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/uh/uh-server/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/uh/uh-server/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/uh/uh-server/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/uh/uh-server/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/uh/uh-server/changes/?format=api",
                "task_url": null,
                "new_lang": "contact",
                "language_code_style": "",
                "push": "",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)",
                "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
                "addon_message": "Update translation files\n\nUpdated by \"{{ hook_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": true,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": "https://hosted.weblate.org/api/components/uh/uh/?format=api"
            },
            "language_code": "sr",
            "id": 174,
            "filename": "po/uh-server/sr.po",
            "revision": "be9bb8afa566bde800efdcc3346bfeac97119777",
            "web_url": "https://hosted.weblate.org/projects/uh/uh-server/sr/",
            "share_url": "https://hosted.weblate.org/engage/uh/-/sr/",
            "translate_url": "https://hosted.weblate.org/translate/uh/uh-server/sr/",
            "url": "https://hosted.weblate.org/api/translations/uh/uh-server/sr/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 22,
            "total_words": 177,
            "translated": 22,
            "translated_words": 177,
            "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": "2016-12-25T23:36:32+01:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/uh/uh-server/sr/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/uh/uh-server/sr/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/uh/uh-server/sr/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/uh/uh-server/sr/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/uh/uh-server/sr/units/?format=api"
        },
        {
            "language": {
                "id": 4,
                "code": "ca@valencia",
                "name": "Valencian",
                "plural": {
                    "id": 334,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "val_es",
                    "ca_es@valencia",
                    "ca_xv",
                    "ca_valencia",
                    "va"
                ],
                "direction": "ltr",
                "population": 8679138,
                "web_url": "https://hosted.weblate.org/languages/ca@valencia/",
                "url": "https://hosted.weblate.org/api/languages/ca@valencia/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/ca@valencia/statistics/?format=api"
            },
            "component": {
                "name": "MP-Server",
                "slug": "uh-server",
                "id": 14,
                "source_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"
                },
                "project": {
                    "name": "Unknown Horizons",
                    "slug": "uh",
                    "id": 7,
                    "web": "http://www.unknown-horizons.org/",
                    "web_url": "https://hosted.weblate.org/projects/uh/",
                    "url": "https://hosted.weblate.org/api/projects/uh/?format=api",
                    "components_list_url": "https://hosted.weblate.org/api/projects/uh/components/?format=api",
                    "repository_url": "https://hosted.weblate.org/api/projects/uh/repository/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/projects/uh/statistics/?format=api",
                    "categories_url": "https://hosted.weblate.org/api/projects/uh/categories/?format=api",
                    "changes_list_url": "https://hosted.weblate.org/api/projects/uh/changes/?format=api",
                    "languages_url": "https://hosted.weblate.org/api/projects/uh/languages/?format=api",
                    "labels_url": "https://hosted.weblate.org/api/projects/uh/labels/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "https://github.com/unknown-horizons/unknown-horizons.git",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "po/uh-server/*.po",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "po",
                "license": "GPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "https://hosted.weblate.org/projects/uh/uh-server/",
                "url": "https://hosted.weblate.org/api/components/uh/uh-server/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/uh/uh-server/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/uh/uh-server/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/uh/uh-server/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/uh/uh-server/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/uh/uh-server/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/uh/uh-server/changes/?format=api",
                "task_url": null,
                "new_lang": "contact",
                "language_code_style": "",
                "push": "",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)",
                "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
                "addon_message": "Update translation files\n\nUpdated by \"{{ hook_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": true,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": "https://hosted.weblate.org/api/components/uh/uh/?format=api"
            },
            "language_code": "ca@valencia",
            "id": 175,
            "filename": "po/uh-server/ca@valencia.po",
            "revision": "1ec420a339a56371afa13eb9a54352003ef598ae",
            "web_url": "https://hosted.weblate.org/projects/uh/uh-server/ca@valencia/",
            "share_url": "https://hosted.weblate.org/engage/uh/-/ca@valencia/",
            "translate_url": "https://hosted.weblate.org/translate/uh/uh-server/ca@valencia/",
            "url": "https://hosted.weblate.org/api/translations/uh/uh-server/ca@valencia/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 22,
            "total_words": 177,
            "translated": 0,
            "translated_words": 0,
            "translated_percent": 0.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 2,
            "failing_checks_words": 11,
            "failing_checks_percent": 9.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/uh/uh-server/ca@valencia/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/uh/uh-server/ca@valencia/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/uh/uh-server/ca@valencia/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/uh/uh-server/ca@valencia/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/uh/uh-server/ca@valencia/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"
            },
            "component": {
                "name": "MP-Server",
                "slug": "uh-server",
                "id": 14,
                "source_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"
                },
                "project": {
                    "name": "Unknown Horizons",
                    "slug": "uh",
                    "id": 7,
                    "web": "http://www.unknown-horizons.org/",
                    "web_url": "https://hosted.weblate.org/projects/uh/",
                    "url": "https://hosted.weblate.org/api/projects/uh/?format=api",
                    "components_list_url": "https://hosted.weblate.org/api/projects/uh/components/?format=api",
                    "repository_url": "https://hosted.weblate.org/api/projects/uh/repository/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/projects/uh/statistics/?format=api",
                    "categories_url": "https://hosted.weblate.org/api/projects/uh/categories/?format=api",
                    "changes_list_url": "https://hosted.weblate.org/api/projects/uh/changes/?format=api",
                    "languages_url": "https://hosted.weblate.org/api/projects/uh/languages/?format=api",
                    "labels_url": "https://hosted.weblate.org/api/projects/uh/labels/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "https://github.com/unknown-horizons/unknown-horizons.git",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "po/uh-server/*.po",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "po",
                "license": "GPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "https://hosted.weblate.org/projects/uh/uh-server/",
                "url": "https://hosted.weblate.org/api/components/uh/uh-server/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/uh/uh-server/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/uh/uh-server/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/uh/uh-server/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/uh/uh-server/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/uh/uh-server/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/uh/uh-server/changes/?format=api",
                "task_url": null,
                "new_lang": "contact",
                "language_code_style": "",
                "push": "",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)",
                "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
                "addon_message": "Update translation files\n\nUpdated by \"{{ hook_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": true,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": "https://hosted.weblate.org/api/components/uh/uh/?format=api"
            },
            "language_code": "zh_CN",
            "id": 176,
            "filename": "po/uh-server/zh_CN.po",
            "revision": "0c777b782672bb6f1703eb23acc47fdb5d37323b",
            "web_url": "https://hosted.weblate.org/projects/uh/uh-server/zh_Hans/",
            "share_url": "https://hosted.weblate.org/engage/uh/-/zh_Hans/",
            "translate_url": "https://hosted.weblate.org/translate/uh/uh-server/zh_Hans/",
            "url": "https://hosted.weblate.org/api/translations/uh/uh-server/zh_Hans/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 22,
            "total_words": 177,
            "translated": 22,
            "translated_words": 177,
            "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": "2017-10-15T23:16:42+02:00",
            "last_author": "Felix",
            "repository_url": "https://hosted.weblate.org/api/translations/uh/uh-server/zh_Hans/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/uh/uh-server/zh_Hans/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/uh/uh-server/zh_Hans/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/uh/uh-server/zh_Hans/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/uh/uh-server/zh_Hans/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"
            },
            "component": {
                "name": "MP-Server",
                "slug": "uh-server",
                "id": 14,
                "source_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"
                },
                "project": {
                    "name": "Unknown Horizons",
                    "slug": "uh",
                    "id": 7,
                    "web": "http://www.unknown-horizons.org/",
                    "web_url": "https://hosted.weblate.org/projects/uh/",
                    "url": "https://hosted.weblate.org/api/projects/uh/?format=api",
                    "components_list_url": "https://hosted.weblate.org/api/projects/uh/components/?format=api",
                    "repository_url": "https://hosted.weblate.org/api/projects/uh/repository/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/projects/uh/statistics/?format=api",
                    "categories_url": "https://hosted.weblate.org/api/projects/uh/categories/?format=api",
                    "changes_list_url": "https://hosted.weblate.org/api/projects/uh/changes/?format=api",
                    "languages_url": "https://hosted.weblate.org/api/projects/uh/languages/?format=api",
                    "labels_url": "https://hosted.weblate.org/api/projects/uh/labels/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "https://github.com/unknown-horizons/unknown-horizons.git",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "po/uh-server/*.po",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "po",
                "license": "GPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "https://hosted.weblate.org/projects/uh/uh-server/",
                "url": "https://hosted.weblate.org/api/components/uh/uh-server/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/uh/uh-server/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/uh/uh-server/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/uh/uh-server/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/uh/uh-server/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/uh/uh-server/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/uh/uh-server/changes/?format=api",
                "task_url": null,
                "new_lang": "contact",
                "language_code_style": "",
                "push": "",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)",
                "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
                "addon_message": "Update translation files\n\nUpdated by \"{{ hook_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": true,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": "https://hosted.weblate.org/api/components/uh/uh/?format=api"
            },
            "language_code": "nl",
            "id": 177,
            "filename": "po/uh-server/nl.po",
            "revision": "68faded5d1349bb2caca3bf9fb9e16acbfb5f488",
            "web_url": "https://hosted.weblate.org/projects/uh/uh-server/nl/",
            "share_url": "https://hosted.weblate.org/engage/uh/-/nl/",
            "translate_url": "https://hosted.weblate.org/translate/uh/uh-server/nl/",
            "url": "https://hosted.weblate.org/api/translations/uh/uh-server/nl/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 22,
            "total_words": 177,
            "translated": 22,
            "translated_words": 177,
            "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": "2018-01-18T00:27:40+01:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/uh/uh-server/nl/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/uh/uh-server/nl/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/uh/uh-server/nl/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/uh/uh-server/nl/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/uh/uh-server/nl/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"
                ],
                "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"
            },
            "component": {
                "name": "MP-Server",
                "slug": "uh-server",
                "id": 14,
                "source_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"
                },
                "project": {
                    "name": "Unknown Horizons",
                    "slug": "uh",
                    "id": 7,
                    "web": "http://www.unknown-horizons.org/",
                    "web_url": "https://hosted.weblate.org/projects/uh/",
                    "url": "https://hosted.weblate.org/api/projects/uh/?format=api",
                    "components_list_url": "https://hosted.weblate.org/api/projects/uh/components/?format=api",
                    "repository_url": "https://hosted.weblate.org/api/projects/uh/repository/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/projects/uh/statistics/?format=api",
                    "categories_url": "https://hosted.weblate.org/api/projects/uh/categories/?format=api",
                    "changes_list_url": "https://hosted.weblate.org/api/projects/uh/changes/?format=api",
                    "languages_url": "https://hosted.weblate.org/api/projects/uh/languages/?format=api",
                    "labels_url": "https://hosted.weblate.org/api/projects/uh/labels/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "https://github.com/unknown-horizons/unknown-horizons.git",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "po/uh-server/*.po",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "po",
                "license": "GPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "https://hosted.weblate.org/projects/uh/uh-server/",
                "url": "https://hosted.weblate.org/api/components/uh/uh-server/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/uh/uh-server/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/uh/uh-server/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/uh/uh-server/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/uh/uh-server/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/uh/uh-server/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/uh/uh-server/changes/?format=api",
                "task_url": null,
                "new_lang": "contact",
                "language_code_style": "",
                "push": "",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)",
                "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
                "addon_message": "Update translation files\n\nUpdated by \"{{ hook_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": true,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": "https://hosted.weblate.org/api/components/uh/uh/?format=api"
            },
            "language_code": "ro",
            "id": 178,
            "filename": "po/uh-server/ro.po",
            "revision": "fc22646c3b4a22d41809ea48c300b1dc2ddf67c2",
            "web_url": "https://hosted.weblate.org/projects/uh/uh-server/ro/",
            "share_url": "https://hosted.weblate.org/engage/uh/-/ro/",
            "translate_url": "https://hosted.weblate.org/translate/uh/uh-server/ro/",
            "url": "https://hosted.weblate.org/api/translations/uh/uh-server/ro/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 22,
            "total_words": 177,
            "translated": 22,
            "translated_words": 177,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 1,
            "failing_checks_words": 9,
            "failing_checks_percent": 4.5,
            "have_suggestion": 3,
            "have_comment": 0,
            "last_change": "2020-09-13T09:46:40.888603+02:00",
            "last_author": "Alexandru Mituchi",
            "repository_url": "https://hosted.weblate.org/api/translations/uh/uh-server/ro/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/uh/uh-server/ro/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/uh/uh-server/ro/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/uh/uh-server/ro/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/uh/uh-server/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"
            },
            "component": {
                "name": "MP-Server",
                "slug": "uh-server",
                "id": 14,
                "source_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"
                },
                "project": {
                    "name": "Unknown Horizons",
                    "slug": "uh",
                    "id": 7,
                    "web": "http://www.unknown-horizons.org/",
                    "web_url": "https://hosted.weblate.org/projects/uh/",
                    "url": "https://hosted.weblate.org/api/projects/uh/?format=api",
                    "components_list_url": "https://hosted.weblate.org/api/projects/uh/components/?format=api",
                    "repository_url": "https://hosted.weblate.org/api/projects/uh/repository/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/projects/uh/statistics/?format=api",
                    "categories_url": "https://hosted.weblate.org/api/projects/uh/categories/?format=api",
                    "changes_list_url": "https://hosted.weblate.org/api/projects/uh/changes/?format=api",
                    "languages_url": "https://hosted.weblate.org/api/projects/uh/languages/?format=api",
                    "labels_url": "https://hosted.weblate.org/api/projects/uh/labels/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "https://github.com/unknown-horizons/unknown-horizons.git",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "po/uh-server/*.po",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "po",
                "license": "GPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "https://hosted.weblate.org/projects/uh/uh-server/",
                "url": "https://hosted.weblate.org/api/components/uh/uh-server/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/uh/uh-server/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/uh/uh-server/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/uh/uh-server/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/uh/uh-server/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/uh/uh-server/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/uh/uh-server/changes/?format=api",
                "task_url": null,
                "new_lang": "contact",
                "language_code_style": "",
                "push": "",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)",
                "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
                "addon_message": "Update translation files\n\nUpdated by \"{{ hook_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": true,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": "https://hosted.weblate.org/api/components/uh/uh/?format=api"
            },
            "language_code": "hu",
            "id": 179,
            "filename": "po/uh-server/hu.po",
            "revision": "46c737fae75ee1bec3154dafd11997f08cc017e9",
            "web_url": "https://hosted.weblate.org/projects/uh/uh-server/hu/",
            "share_url": "https://hosted.weblate.org/engage/uh/-/hu/",
            "translate_url": "https://hosted.weblate.org/translate/uh/uh-server/hu/",
            "url": "https://hosted.weblate.org/api/translations/uh/uh-server/hu/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 22,
            "total_words": 177,
            "translated": 22,
            "translated_words": 177,
            "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": "2017-07-21T07:45:22+02:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/uh/uh-server/hu/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/uh/uh-server/hu/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/uh/uh-server/hu/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/uh/uh-server/hu/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/uh/uh-server/hu/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"
            },
            "component": {
                "name": "MP-Server",
                "slug": "uh-server",
                "id": 14,
                "source_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"
                },
                "project": {
                    "name": "Unknown Horizons",
                    "slug": "uh",
                    "id": 7,
                    "web": "http://www.unknown-horizons.org/",
                    "web_url": "https://hosted.weblate.org/projects/uh/",
                    "url": "https://hosted.weblate.org/api/projects/uh/?format=api",
                    "components_list_url": "https://hosted.weblate.org/api/projects/uh/components/?format=api",
                    "repository_url": "https://hosted.weblate.org/api/projects/uh/repository/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/projects/uh/statistics/?format=api",
                    "categories_url": "https://hosted.weblate.org/api/projects/uh/categories/?format=api",
                    "changes_list_url": "https://hosted.weblate.org/api/projects/uh/changes/?format=api",
                    "languages_url": "https://hosted.weblate.org/api/projects/uh/languages/?format=api",
                    "labels_url": "https://hosted.weblate.org/api/projects/uh/labels/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "https://github.com/unknown-horizons/unknown-horizons.git",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "po/uh-server/*.po",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "po",
                "license": "GPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "https://hosted.weblate.org/projects/uh/uh-server/",
                "url": "https://hosted.weblate.org/api/components/uh/uh-server/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/uh/uh-server/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/uh/uh-server/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/uh/uh-server/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/uh/uh-server/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/uh/uh-server/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/uh/uh-server/changes/?format=api",
                "task_url": null,
                "new_lang": "contact",
                "language_code_style": "",
                "push": "",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)",
                "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
                "addon_message": "Update translation files\n\nUpdated by \"{{ hook_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": true,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": "https://hosted.weblate.org/api/components/uh/uh/?format=api"
            },
            "language_code": "vi",
            "id": 180,
            "filename": "po/uh-server/vi.po",
            "revision": "56f7625452ae9eb63844dfceafa4e73fbae9608f",
            "web_url": "https://hosted.weblate.org/projects/uh/uh-server/vi/",
            "share_url": "https://hosted.weblate.org/engage/uh/-/vi/",
            "translate_url": "https://hosted.weblate.org/translate/uh/uh-server/vi/",
            "url": "https://hosted.weblate.org/api/translations/uh/uh-server/vi/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 22,
            "total_words": 177,
            "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/uh/uh-server/vi/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/uh/uh-server/vi/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/uh/uh-server/vi/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/uh/uh-server/vi/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/uh/uh-server/vi/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"
                ],
                "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"
            },
            "component": {
                "name": "MP-Server",
                "slug": "uh-server",
                "id": 14,
                "source_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"
                },
                "project": {
                    "name": "Unknown Horizons",
                    "slug": "uh",
                    "id": 7,
                    "web": "http://www.unknown-horizons.org/",
                    "web_url": "https://hosted.weblate.org/projects/uh/",
                    "url": "https://hosted.weblate.org/api/projects/uh/?format=api",
                    "components_list_url": "https://hosted.weblate.org/api/projects/uh/components/?format=api",
                    "repository_url": "https://hosted.weblate.org/api/projects/uh/repository/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/projects/uh/statistics/?format=api",
                    "categories_url": "https://hosted.weblate.org/api/projects/uh/categories/?format=api",
                    "changes_list_url": "https://hosted.weblate.org/api/projects/uh/changes/?format=api",
                    "languages_url": "https://hosted.weblate.org/api/projects/uh/languages/?format=api",
                    "labels_url": "https://hosted.weblate.org/api/projects/uh/labels/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "https://github.com/unknown-horizons/unknown-horizons.git",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "po/uh-server/*.po",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "po",
                "license": "GPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "https://hosted.weblate.org/projects/uh/uh-server/",
                "url": "https://hosted.weblate.org/api/components/uh/uh-server/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/uh/uh-server/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/uh/uh-server/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/uh/uh-server/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/uh/uh-server/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/uh/uh-server/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/uh/uh-server/changes/?format=api",
                "task_url": null,
                "new_lang": "contact",
                "language_code_style": "",
                "push": "",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)",
                "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
                "addon_message": "Update translation files\n\nUpdated by \"{{ hook_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": true,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": "https://hosted.weblate.org/api/components/uh/uh/?format=api"
            },
            "language_code": "et",
            "id": 181,
            "filename": "po/uh-server/et.po",
            "revision": "b4f9adb3299bb243b9710572b115ea9c7e13b48a",
            "web_url": "https://hosted.weblate.org/projects/uh/uh-server/et/",
            "share_url": "https://hosted.weblate.org/engage/uh/-/et/",
            "translate_url": "https://hosted.weblate.org/translate/uh/uh-server/et/",
            "url": "https://hosted.weblate.org/api/translations/uh/uh-server/et/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 22,
            "total_words": 177,
            "translated": 22,
            "translated_words": 177,
            "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": "2017-08-16T16:45:44+02:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/uh/uh-server/et/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/uh/uh-server/et/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/uh/uh-server/et/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/uh/uh-server/et/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/uh/uh-server/et/units/?format=api"
        },
        {
            "language": {
                "id": 6,
                "code": "ga",
                "name": "Irish",
                "plural": {
                    "id": 145,
                    "source": 0,
                    "number": 5,
                    "formula": "n==1 ? 0 : n==2 ? 1 : (n>2 && n<7) ? 2 :(n>6 && n<11) ? 3 : 4",
                    "type": 10
                },
                "aliases": [
                    "gle"
                ],
                "direction": "ltr",
                "population": 1237487,
                "web_url": "https://hosted.weblate.org/languages/ga/",
                "url": "https://hosted.weblate.org/api/languages/ga/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/ga/statistics/?format=api"
            },
            "component": {
                "name": "MP-Server",
                "slug": "uh-server",
                "id": 14,
                "source_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"
                },
                "project": {
                    "name": "Unknown Horizons",
                    "slug": "uh",
                    "id": 7,
                    "web": "http://www.unknown-horizons.org/",
                    "web_url": "https://hosted.weblate.org/projects/uh/",
                    "url": "https://hosted.weblate.org/api/projects/uh/?format=api",
                    "components_list_url": "https://hosted.weblate.org/api/projects/uh/components/?format=api",
                    "repository_url": "https://hosted.weblate.org/api/projects/uh/repository/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/projects/uh/statistics/?format=api",
                    "categories_url": "https://hosted.weblate.org/api/projects/uh/categories/?format=api",
                    "changes_list_url": "https://hosted.weblate.org/api/projects/uh/changes/?format=api",
                    "languages_url": "https://hosted.weblate.org/api/projects/uh/languages/?format=api",
                    "labels_url": "https://hosted.weblate.org/api/projects/uh/labels/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "https://github.com/unknown-horizons/unknown-horizons.git",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "po/uh-server/*.po",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "po",
                "license": "GPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "https://hosted.weblate.org/projects/uh/uh-server/",
                "url": "https://hosted.weblate.org/api/components/uh/uh-server/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/uh/uh-server/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/uh/uh-server/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/uh/uh-server/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/uh/uh-server/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/uh/uh-server/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/uh/uh-server/changes/?format=api",
                "task_url": null,
                "new_lang": "contact",
                "language_code_style": "",
                "push": "",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)",
                "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
                "addon_message": "Update translation files\n\nUpdated by \"{{ hook_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": true,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": "https://hosted.weblate.org/api/components/uh/uh/?format=api"
            },
            "language_code": "ga",
            "id": 182,
            "filename": "po/uh-server/ga.po",
            "revision": "883b6b6c6eddc19ee4c534b1c3ad222ca0455e36",
            "web_url": "https://hosted.weblate.org/projects/uh/uh-server/ga/",
            "share_url": "https://hosted.weblate.org/engage/uh/-/ga/",
            "translate_url": "https://hosted.weblate.org/translate/uh/uh-server/ga/",
            "url": "https://hosted.weblate.org/api/translations/uh/uh-server/ga/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 22,
            "total_words": 177,
            "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/uh/uh-server/ga/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/uh/uh-server/ga/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/uh/uh-server/ga/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/uh/uh-server/ga/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/uh/uh-server/ga/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"
            },
            "component": {
                "name": "MP-Server",
                "slug": "uh-server",
                "id": 14,
                "source_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"
                },
                "project": {
                    "name": "Unknown Horizons",
                    "slug": "uh",
                    "id": 7,
                    "web": "http://www.unknown-horizons.org/",
                    "web_url": "https://hosted.weblate.org/projects/uh/",
                    "url": "https://hosted.weblate.org/api/projects/uh/?format=api",
                    "components_list_url": "https://hosted.weblate.org/api/projects/uh/components/?format=api",
                    "repository_url": "https://hosted.weblate.org/api/projects/uh/repository/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/projects/uh/statistics/?format=api",
                    "categories_url": "https://hosted.weblate.org/api/projects/uh/categories/?format=api",
                    "changes_list_url": "https://hosted.weblate.org/api/projects/uh/changes/?format=api",
                    "languages_url": "https://hosted.weblate.org/api/projects/uh/languages/?format=api",
                    "labels_url": "https://hosted.weblate.org/api/projects/uh/labels/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "https://github.com/unknown-horizons/unknown-horizons.git",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "po/uh-server/*.po",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "po",
                "license": "GPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "https://hosted.weblate.org/projects/uh/uh-server/",
                "url": "https://hosted.weblate.org/api/components/uh/uh-server/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/uh/uh-server/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/uh/uh-server/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/uh/uh-server/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/uh/uh-server/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/uh/uh-server/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/uh/uh-server/changes/?format=api",
                "task_url": null,
                "new_lang": "contact",
                "language_code_style": "",
                "push": "",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)",
                "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
                "addon_message": "Update translation files\n\nUpdated by \"{{ hook_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": true,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": "https://hosted.weblate.org/api/components/uh/uh/?format=api"
            },
            "language_code": "tr",
            "id": 183,
            "filename": "po/uh-server/tr.po",
            "revision": "c7f877f111ec64d1198402ec3f40ffb3d0b8711f",
            "web_url": "https://hosted.weblate.org/projects/uh/uh-server/tr/",
            "share_url": "https://hosted.weblate.org/engage/uh/-/tr/",
            "translate_url": "https://hosted.weblate.org/translate/uh/uh-server/tr/",
            "url": "https://hosted.weblate.org/api/translations/uh/uh-server/tr/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 22,
            "total_words": 177,
            "translated": 22,
            "translated_words": 177,
            "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": "2017-06-09T21:37:20+02:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/uh/uh-server/tr/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/uh/uh-server/tr/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/uh/uh-server/tr/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/uh/uh-server/tr/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/uh/uh-server/tr/units/?format=api"
        },
        {
            "language": {
                "id": 64,
                "code": "hr",
                "name": "Croatian",
                "plural": {
                    "id": 66,
                    "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": [
                    "scr",
                    "hrv"
                ],
                "direction": "ltr",
                "population": 6813163,
                "web_url": "https://hosted.weblate.org/languages/hr/",
                "url": "https://hosted.weblate.org/api/languages/hr/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/hr/statistics/?format=api"
            },
            "component": {
                "name": "MP-Server",
                "slug": "uh-server",
                "id": 14,
                "source_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"
                },
                "project": {
                    "name": "Unknown Horizons",
                    "slug": "uh",
                    "id": 7,
                    "web": "http://www.unknown-horizons.org/",
                    "web_url": "https://hosted.weblate.org/projects/uh/",
                    "url": "https://hosted.weblate.org/api/projects/uh/?format=api",
                    "components_list_url": "https://hosted.weblate.org/api/projects/uh/components/?format=api",
                    "repository_url": "https://hosted.weblate.org/api/projects/uh/repository/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/projects/uh/statistics/?format=api",
                    "categories_url": "https://hosted.weblate.org/api/projects/uh/categories/?format=api",
                    "changes_list_url": "https://hosted.weblate.org/api/projects/uh/changes/?format=api",
                    "languages_url": "https://hosted.weblate.org/api/projects/uh/languages/?format=api",
                    "labels_url": "https://hosted.weblate.org/api/projects/uh/labels/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "https://github.com/unknown-horizons/unknown-horizons.git",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "po/uh-server/*.po",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "po",
                "license": "GPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "https://hosted.weblate.org/projects/uh/uh-server/",
                "url": "https://hosted.weblate.org/api/components/uh/uh-server/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/uh/uh-server/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/uh/uh-server/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/uh/uh-server/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/uh/uh-server/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/uh/uh-server/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/uh/uh-server/changes/?format=api",
                "task_url": null,
                "new_lang": "contact",
                "language_code_style": "",
                "push": "",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)",
                "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
                "addon_message": "Update translation files\n\nUpdated by \"{{ hook_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": true,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": "https://hosted.weblate.org/api/components/uh/uh/?format=api"
            },
            "language_code": "hr",
            "id": 184,
            "filename": "po/uh-server/hr.po",
            "revision": "55c5f9dba12a6b45283f27e22125a92dafda5dd6",
            "web_url": "https://hosted.weblate.org/projects/uh/uh-server/hr/",
            "share_url": "https://hosted.weblate.org/engage/uh/-/hr/",
            "translate_url": "https://hosted.weblate.org/translate/uh/uh-server/hr/",
            "url": "https://hosted.weblate.org/api/translations/uh/uh-server/hr/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 22,
            "total_words": 177,
            "translated": 22,
            "translated_words": 177,
            "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-12-25T17:05:20.247722+01:00",
            "last_author": "Milo Ivir",
            "repository_url": "https://hosted.weblate.org/api/translations/uh/uh-server/hr/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/uh/uh-server/hr/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/uh/uh-server/hr/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/uh/uh-server/hr/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/uh/uh-server/hr/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"
            },
            "component": {
                "name": "MP-Server",
                "slug": "uh-server",
                "id": 14,
                "source_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"
                },
                "project": {
                    "name": "Unknown Horizons",
                    "slug": "uh",
                    "id": 7,
                    "web": "http://www.unknown-horizons.org/",
                    "web_url": "https://hosted.weblate.org/projects/uh/",
                    "url": "https://hosted.weblate.org/api/projects/uh/?format=api",
                    "components_list_url": "https://hosted.weblate.org/api/projects/uh/components/?format=api",
                    "repository_url": "https://hosted.weblate.org/api/projects/uh/repository/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/projects/uh/statistics/?format=api",
                    "categories_url": "https://hosted.weblate.org/api/projects/uh/categories/?format=api",
                    "changes_list_url": "https://hosted.weblate.org/api/projects/uh/changes/?format=api",
                    "languages_url": "https://hosted.weblate.org/api/projects/uh/languages/?format=api",
                    "labels_url": "https://hosted.weblate.org/api/projects/uh/labels/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "https://github.com/unknown-horizons/unknown-horizons.git",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "po/uh-server/*.po",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "po",
                "license": "GPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "https://hosted.weblate.org/projects/uh/uh-server/",
                "url": "https://hosted.weblate.org/api/components/uh/uh-server/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/uh/uh-server/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/uh/uh-server/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/uh/uh-server/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/uh/uh-server/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/uh/uh-server/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/uh/uh-server/changes/?format=api",
                "task_url": null,
                "new_lang": "contact",
                "language_code_style": "",
                "push": "",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)",
                "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
                "addon_message": "Update translation files\n\nUpdated by \"{{ hook_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": true,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": "https://hosted.weblate.org/api/components/uh/uh/?format=api"
            },
            "language_code": "fr",
            "id": 185,
            "filename": "po/uh-server/fr.po",
            "revision": "499cf1b4bdad901777e15d04e573e391b28a936b",
            "web_url": "https://hosted.weblate.org/projects/uh/uh-server/fr/",
            "share_url": "https://hosted.weblate.org/engage/uh/-/fr/",
            "translate_url": "https://hosted.weblate.org/translate/uh/uh-server/fr/",
            "url": "https://hosted.weblate.org/api/translations/uh/uh-server/fr/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 22,
            "total_words": 177,
            "translated": 22,
            "translated_words": 177,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2020-09-13T19:15:38.416553+02:00",
            "last_author": "Nathan",
            "repository_url": "https://hosted.weblate.org/api/translations/uh/uh-server/fr/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/uh/uh-server/fr/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/uh/uh-server/fr/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/uh/uh-server/fr/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/uh/uh-server/fr/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"
            },
            "component": {
                "name": "MP-Server",
                "slug": "uh-server",
                "id": 14,
                "source_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"
                },
                "project": {
                    "name": "Unknown Horizons",
                    "slug": "uh",
                    "id": 7,
                    "web": "http://www.unknown-horizons.org/",
                    "web_url": "https://hosted.weblate.org/projects/uh/",
                    "url": "https://hosted.weblate.org/api/projects/uh/?format=api",
                    "components_list_url": "https://hosted.weblate.org/api/projects/uh/components/?format=api",
                    "repository_url": "https://hosted.weblate.org/api/projects/uh/repository/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/projects/uh/statistics/?format=api",
                    "categories_url": "https://hosted.weblate.org/api/projects/uh/categories/?format=api",
                    "changes_list_url": "https://hosted.weblate.org/api/projects/uh/changes/?format=api",
                    "languages_url": "https://hosted.weblate.org/api/projects/uh/languages/?format=api",
                    "labels_url": "https://hosted.weblate.org/api/projects/uh/labels/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "https://github.com/unknown-horizons/unknown-horizons.git",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "po/uh-server/*.po",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "po",
                "license": "GPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "https://hosted.weblate.org/projects/uh/uh-server/",
                "url": "https://hosted.weblate.org/api/components/uh/uh-server/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/uh/uh-server/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/uh/uh-server/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/uh/uh-server/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/uh/uh-server/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/uh/uh-server/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/uh/uh-server/changes/?format=api",
                "task_url": null,
                "new_lang": "contact",
                "language_code_style": "",
                "push": "",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)",
                "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
                "addon_message": "Update translation files\n\nUpdated by \"{{ hook_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": true,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": "https://hosted.weblate.org/api/components/uh/uh/?format=api"
            },
            "language_code": "id",
            "id": 186,
            "filename": "po/uh-server/id.po",
            "revision": "bf36c555a964755088fc9f6bd8dddf9516a4c99d",
            "web_url": "https://hosted.weblate.org/projects/uh/uh-server/id/",
            "share_url": "https://hosted.weblate.org/engage/uh/-/id/",
            "translate_url": "https://hosted.weblate.org/translate/uh/uh-server/id/",
            "url": "https://hosted.weblate.org/api/translations/uh/uh-server/id/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 22,
            "total_words": 177,
            "translated": 22,
            "translated_words": 177,
            "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": "2022-04-08T03:35:57.056064+02:00",
            "last_author": "Taufik Adi Wicaksono",
            "repository_url": "https://hosted.weblate.org/api/translations/uh/uh-server/id/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/uh/uh-server/id/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/uh/uh-server/id/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/uh/uh-server/id/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/uh/uh-server/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"
            },
            "component": {
                "name": "MP-Server",
                "slug": "uh-server",
                "id": 14,
                "source_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"
                },
                "project": {
                    "name": "Unknown Horizons",
                    "slug": "uh",
                    "id": 7,
                    "web": "http://www.unknown-horizons.org/",
                    "web_url": "https://hosted.weblate.org/projects/uh/",
                    "url": "https://hosted.weblate.org/api/projects/uh/?format=api",
                    "components_list_url": "https://hosted.weblate.org/api/projects/uh/components/?format=api",
                    "repository_url": "https://hosted.weblate.org/api/projects/uh/repository/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/projects/uh/statistics/?format=api",
                    "categories_url": "https://hosted.weblate.org/api/projects/uh/categories/?format=api",
                    "changes_list_url": "https://hosted.weblate.org/api/projects/uh/changes/?format=api",
                    "languages_url": "https://hosted.weblate.org/api/projects/uh/languages/?format=api",
                    "labels_url": "https://hosted.weblate.org/api/projects/uh/labels/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "https://github.com/unknown-horizons/unknown-horizons.git",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "po/uh-server/*.po",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "po",
                "license": "GPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "https://hosted.weblate.org/projects/uh/uh-server/",
                "url": "https://hosted.weblate.org/api/components/uh/uh-server/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/uh/uh-server/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/uh/uh-server/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/uh/uh-server/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/uh/uh-server/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/uh/uh-server/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/uh/uh-server/changes/?format=api",
                "task_url": null,
                "new_lang": "contact",
                "language_code_style": "",
                "push": "",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)",
                "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
                "addon_message": "Update translation files\n\nUpdated by \"{{ hook_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": true,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": "https://hosted.weblate.org/api/components/uh/uh/?format=api"
            },
            "language_code": "it",
            "id": 187,
            "filename": "po/uh-server/it.po",
            "revision": "51cac19ace7878d9ffc268d94029be4fcafd64fd",
            "web_url": "https://hosted.weblate.org/projects/uh/uh-server/it/",
            "share_url": "https://hosted.weblate.org/engage/uh/-/it/",
            "translate_url": "https://hosted.weblate.org/translate/uh/uh-server/it/",
            "url": "https://hosted.weblate.org/api/translations/uh/uh-server/it/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 22,
            "total_words": 177,
            "translated": 22,
            "translated_words": 177,
            "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": "2018-01-18T00:27:41+01:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/uh/uh-server/it/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/uh/uh-server/it/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/uh/uh-server/it/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/uh/uh-server/it/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/uh/uh-server/it/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"
            },
            "component": {
                "name": "MP-Server",
                "slug": "uh-server",
                "id": 14,
                "source_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"
                },
                "project": {
                    "name": "Unknown Horizons",
                    "slug": "uh",
                    "id": 7,
                    "web": "http://www.unknown-horizons.org/",
                    "web_url": "https://hosted.weblate.org/projects/uh/",
                    "url": "https://hosted.weblate.org/api/projects/uh/?format=api",
                    "components_list_url": "https://hosted.weblate.org/api/projects/uh/components/?format=api",
                    "repository_url": "https://hosted.weblate.org/api/projects/uh/repository/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/projects/uh/statistics/?format=api",
                    "categories_url": "https://hosted.weblate.org/api/projects/uh/categories/?format=api",
                    "changes_list_url": "https://hosted.weblate.org/api/projects/uh/changes/?format=api",
                    "languages_url": "https://hosted.weblate.org/api/projects/uh/languages/?format=api",
                    "labels_url": "https://hosted.weblate.org/api/projects/uh/labels/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "https://github.com/unknown-horizons/unknown-horizons.git",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "po/uh-server/*.po",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "po",
                "license": "GPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "https://hosted.weblate.org/projects/uh/uh-server/",
                "url": "https://hosted.weblate.org/api/components/uh/uh-server/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/uh/uh-server/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/uh/uh-server/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/uh/uh-server/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/uh/uh-server/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/uh/uh-server/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/uh/uh-server/changes/?format=api",
                "task_url": null,
                "new_lang": "contact",
                "language_code_style": "",
                "push": "",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)",
                "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
                "addon_message": "Update translation files\n\nUpdated by \"{{ hook_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": true,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": "https://hosted.weblate.org/api/components/uh/uh/?format=api"
            },
            "language_code": "cs",
            "id": 188,
            "filename": "po/uh-server/cs.po",
            "revision": "3705a2a0a0fed916baf41fc41739ecb2662d98aa",
            "web_url": "https://hosted.weblate.org/projects/uh/uh-server/cs/",
            "share_url": "https://hosted.weblate.org/engage/uh/-/cs/",
            "translate_url": "https://hosted.weblate.org/translate/uh/uh-server/cs/",
            "url": "https://hosted.weblate.org/api/translations/uh/uh-server/cs/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 22,
            "total_words": 177,
            "translated": 22,
            "translated_words": 177,
            "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-14T20:21:55.449783+02:00",
            "last_author": "Jiri Zizkin Zizka",
            "repository_url": "https://hosted.weblate.org/api/translations/uh/uh-server/cs/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/uh/uh-server/cs/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/uh/uh-server/cs/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/uh/uh-server/cs/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/uh/uh-server/cs/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"
            },
            "component": {
                "name": "MP-Server",
                "slug": "uh-server",
                "id": 14,
                "source_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"
                },
                "project": {
                    "name": "Unknown Horizons",
                    "slug": "uh",
                    "id": 7,
                    "web": "http://www.unknown-horizons.org/",
                    "web_url": "https://hosted.weblate.org/projects/uh/",
                    "url": "https://hosted.weblate.org/api/projects/uh/?format=api",
                    "components_list_url": "https://hosted.weblate.org/api/projects/uh/components/?format=api",
                    "repository_url": "https://hosted.weblate.org/api/projects/uh/repository/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/projects/uh/statistics/?format=api",
                    "categories_url": "https://hosted.weblate.org/api/projects/uh/categories/?format=api",
                    "changes_list_url": "https://hosted.weblate.org/api/projects/uh/changes/?format=api",
                    "languages_url": "https://hosted.weblate.org/api/projects/uh/languages/?format=api",
                    "labels_url": "https://hosted.weblate.org/api/projects/uh/labels/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "https://github.com/unknown-horizons/unknown-horizons.git",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "po/uh-server/*.po",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "po",
                "license": "GPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "https://hosted.weblate.org/projects/uh/uh-server/",
                "url": "https://hosted.weblate.org/api/components/uh/uh-server/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/uh/uh-server/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/uh/uh-server/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/uh/uh-server/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/uh/uh-server/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/uh/uh-server/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/uh/uh-server/changes/?format=api",
                "task_url": null,
                "new_lang": "contact",
                "language_code_style": "",
                "push": "",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)",
                "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
                "addon_message": "Update translation files\n\nUpdated by \"{{ hook_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": true,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": "https://hosted.weblate.org/api/components/uh/uh/?format=api"
            },
            "language_code": "pt_BR",
            "id": 189,
            "filename": "po/uh-server/pt_BR.po",
            "revision": "44b58a28e7a236931f4db7fc1b3d3e1de4578f49",
            "web_url": "https://hosted.weblate.org/projects/uh/uh-server/pt_BR/",
            "share_url": "https://hosted.weblate.org/engage/uh/-/pt_BR/",
            "translate_url": "https://hosted.weblate.org/translate/uh/uh-server/pt_BR/",
            "url": "https://hosted.weblate.org/api/translations/uh/uh-server/pt_BR/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 22,
            "total_words": 177,
            "translated": 22,
            "translated_words": 177,
            "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": "2017-07-21T22:46:15+02:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/uh/uh-server/pt_BR/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/uh/uh-server/pt_BR/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/uh/uh-server/pt_BR/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/uh/uh-server/pt_BR/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/uh/uh-server/pt_BR/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"
            },
            "component": {
                "name": "MP-Server",
                "slug": "uh-server",
                "id": 14,
                "source_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"
                },
                "project": {
                    "name": "Unknown Horizons",
                    "slug": "uh",
                    "id": 7,
                    "web": "http://www.unknown-horizons.org/",
                    "web_url": "https://hosted.weblate.org/projects/uh/",
                    "url": "https://hosted.weblate.org/api/projects/uh/?format=api",
                    "components_list_url": "https://hosted.weblate.org/api/projects/uh/components/?format=api",
                    "repository_url": "https://hosted.weblate.org/api/projects/uh/repository/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/projects/uh/statistics/?format=api",
                    "categories_url": "https://hosted.weblate.org/api/projects/uh/categories/?format=api",
                    "changes_list_url": "https://hosted.weblate.org/api/projects/uh/changes/?format=api",
                    "languages_url": "https://hosted.weblate.org/api/projects/uh/languages/?format=api",
                    "labels_url": "https://hosted.weblate.org/api/projects/uh/labels/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "https://github.com/unknown-horizons/unknown-horizons.git",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "po/uh-server/*.po",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "po",
                "license": "GPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "https://hosted.weblate.org/projects/uh/uh-server/",
                "url": "https://hosted.weblate.org/api/components/uh/uh-server/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/uh/uh-server/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/uh/uh-server/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/uh/uh-server/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/uh/uh-server/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/uh/uh-server/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/uh/uh-server/changes/?format=api",
                "task_url": null,
                "new_lang": "contact",
                "language_code_style": "",
                "push": "",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)",
                "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
                "addon_message": "Update translation files\n\nUpdated by \"{{ hook_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": true,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": "https://hosted.weblate.org/api/components/uh/uh/?format=api"
            },
            "language_code": "el",
            "id": 190,
            "filename": "po/uh-server/el.po",
            "revision": "5fa9087895ea812c0c55829e43f7c8788e2347f3",
            "web_url": "https://hosted.weblate.org/projects/uh/uh-server/el/",
            "share_url": "https://hosted.weblate.org/engage/uh/-/el/",
            "translate_url": "https://hosted.weblate.org/translate/uh/uh-server/el/",
            "url": "https://hosted.weblate.org/api/translations/uh/uh-server/el/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 22,
            "total_words": 177,
            "translated": 3,
            "translated_words": 24,
            "translated_percent": 13.6,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 2,
            "failing_checks_words": 14,
            "failing_checks_percent": 9.0,
            "have_suggestion": 2,
            "have_comment": 0,
            "last_change": "2024-01-01T22:47:43.643207+01:00",
            "last_author": "Anonymous",
            "repository_url": "https://hosted.weblate.org/api/translations/uh/uh-server/el/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/uh/uh-server/el/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/uh/uh-server/el/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/uh/uh-server/el/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/uh/uh-server/el/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"
            },
            "component": {
                "name": "MP-Server",
                "slug": "uh-server",
                "id": 14,
                "source_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"
                },
                "project": {
                    "name": "Unknown Horizons",
                    "slug": "uh",
                    "id": 7,
                    "web": "http://www.unknown-horizons.org/",
                    "web_url": "https://hosted.weblate.org/projects/uh/",
                    "url": "https://hosted.weblate.org/api/projects/uh/?format=api",
                    "components_list_url": "https://hosted.weblate.org/api/projects/uh/components/?format=api",
                    "repository_url": "https://hosted.weblate.org/api/projects/uh/repository/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/projects/uh/statistics/?format=api",
                    "categories_url": "https://hosted.weblate.org/api/projects/uh/categories/?format=api",
                    "changes_list_url": "https://hosted.weblate.org/api/projects/uh/changes/?format=api",
                    "languages_url": "https://hosted.weblate.org/api/projects/uh/languages/?format=api",
                    "labels_url": "https://hosted.weblate.org/api/projects/uh/labels/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "https://github.com/unknown-horizons/unknown-horizons.git",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "po/uh-server/*.po",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "po",
                "license": "GPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "https://hosted.weblate.org/projects/uh/uh-server/",
                "url": "https://hosted.weblate.org/api/components/uh/uh-server/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/uh/uh-server/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/uh/uh-server/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/uh/uh-server/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/uh/uh-server/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/uh/uh-server/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/uh/uh-server/changes/?format=api",
                "task_url": null,
                "new_lang": "contact",
                "language_code_style": "",
                "push": "",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)",
                "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
                "addon_message": "Update translation files\n\nUpdated by \"{{ hook_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": true,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": "https://hosted.weblate.org/api/components/uh/uh/?format=api"
            },
            "language_code": "de",
            "id": 191,
            "filename": "po/uh-server/de.po",
            "revision": "720e3653417eafd953bee9427cec13cb90496851",
            "web_url": "https://hosted.weblate.org/projects/uh/uh-server/de/",
            "share_url": "https://hosted.weblate.org/engage/uh/-/de/",
            "translate_url": "https://hosted.weblate.org/translate/uh/uh-server/de/",
            "url": "https://hosted.weblate.org/api/translations/uh/uh-server/de/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 22,
            "total_words": 177,
            "translated": 22,
            "translated_words": 177,
            "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": "2019-11-25T09:04:54+01:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/uh/uh-server/de/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/uh/uh-server/de/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/uh/uh-server/de/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/uh/uh-server/de/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/uh/uh-server/de/units/?format=api"
        },
        {
            "language": {
                "id": 90,
                "code": "zu",
                "name": "Zulu",
                "plural": {
                    "id": 352,
                    "source": 0,
                    "number": 2,
                    "formula": "n > 1",
                    "type": 1
                },
                "aliases": [
                    "zul"
                ],
                "direction": "ltr",
                "population": 13973829,
                "web_url": "https://hosted.weblate.org/languages/zu/",
                "url": "https://hosted.weblate.org/api/languages/zu/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/zu/statistics/?format=api"
            },
            "component": {
                "name": "MP-Server",
                "slug": "uh-server",
                "id": 14,
                "source_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"
                },
                "project": {
                    "name": "Unknown Horizons",
                    "slug": "uh",
                    "id": 7,
                    "web": "http://www.unknown-horizons.org/",
                    "web_url": "https://hosted.weblate.org/projects/uh/",
                    "url": "https://hosted.weblate.org/api/projects/uh/?format=api",
                    "components_list_url": "https://hosted.weblate.org/api/projects/uh/components/?format=api",
                    "repository_url": "https://hosted.weblate.org/api/projects/uh/repository/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/projects/uh/statistics/?format=api",
                    "categories_url": "https://hosted.weblate.org/api/projects/uh/categories/?format=api",
                    "changes_list_url": "https://hosted.weblate.org/api/projects/uh/changes/?format=api",
                    "languages_url": "https://hosted.weblate.org/api/projects/uh/languages/?format=api",
                    "labels_url": "https://hosted.weblate.org/api/projects/uh/labels/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "https://github.com/unknown-horizons/unknown-horizons.git",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "po/uh-server/*.po",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "po",
                "license": "GPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "https://hosted.weblate.org/projects/uh/uh-server/",
                "url": "https://hosted.weblate.org/api/components/uh/uh-server/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/uh/uh-server/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/uh/uh-server/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/uh/uh-server/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/uh/uh-server/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/uh/uh-server/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/uh/uh-server/changes/?format=api",
                "task_url": null,
                "new_lang": "contact",
                "language_code_style": "",
                "push": "",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)",
                "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
                "addon_message": "Update translation files\n\nUpdated by \"{{ hook_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": true,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": "https://hosted.weblate.org/api/components/uh/uh/?format=api"
            },
            "language_code": "zu",
            "id": 192,
            "filename": "po/uh-server/zu.po",
            "revision": "e0204960fdf77a363642e102e5e7667ef4271caf",
            "web_url": "https://hosted.weblate.org/projects/uh/uh-server/zu/",
            "share_url": "https://hosted.weblate.org/engage/uh/-/zu/",
            "translate_url": "https://hosted.weblate.org/translate/uh/uh-server/zu/",
            "url": "https://hosted.weblate.org/api/translations/uh/uh-server/zu/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 22,
            "total_words": 177,
            "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/uh/uh-server/zu/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/uh/uh-server/zu/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/uh/uh-server/zu/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/uh/uh-server/zu/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/uh/uh-server/zu/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"
                ],
                "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"
            },
            "component": {
                "name": "MP-Server",
                "slug": "uh-server",
                "id": 14,
                "source_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"
                },
                "project": {
                    "name": "Unknown Horizons",
                    "slug": "uh",
                    "id": 7,
                    "web": "http://www.unknown-horizons.org/",
                    "web_url": "https://hosted.weblate.org/projects/uh/",
                    "url": "https://hosted.weblate.org/api/projects/uh/?format=api",
                    "components_list_url": "https://hosted.weblate.org/api/projects/uh/components/?format=api",
                    "repository_url": "https://hosted.weblate.org/api/projects/uh/repository/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/projects/uh/statistics/?format=api",
                    "categories_url": "https://hosted.weblate.org/api/projects/uh/categories/?format=api",
                    "changes_list_url": "https://hosted.weblate.org/api/projects/uh/changes/?format=api",
                    "languages_url": "https://hosted.weblate.org/api/projects/uh/languages/?format=api",
                    "labels_url": "https://hosted.weblate.org/api/projects/uh/labels/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "https://github.com/unknown-horizons/unknown-horizons.git",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "po/uh-server/*.po",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "po",
                "license": "GPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "https://hosted.weblate.org/projects/uh/uh-server/",
                "url": "https://hosted.weblate.org/api/components/uh/uh-server/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/uh/uh-server/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/uh/uh-server/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/uh/uh-server/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/uh/uh-server/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/uh/uh-server/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/uh/uh-server/changes/?format=api",
                "task_url": null,
                "new_lang": "contact",
                "language_code_style": "",
                "push": "",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)",
                "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
                "addon_message": "Update translation files\n\nUpdated by \"{{ hook_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": true,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": "https://hosted.weblate.org/api/components/uh/uh/?format=api"
            },
            "language_code": "lv",
            "id": 193,
            "filename": "po/uh-server/lv.po",
            "revision": "6727ecdc688ec27765a76e5cb5dc1912253d20cd",
            "web_url": "https://hosted.weblate.org/projects/uh/uh-server/lv/",
            "share_url": "https://hosted.weblate.org/engage/uh/-/lv/",
            "translate_url": "https://hosted.weblate.org/translate/uh/uh-server/lv/",
            "url": "https://hosted.weblate.org/api/translations/uh/uh-server/lv/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 22,
            "total_words": 177,
            "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/uh/uh-server/lv/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/uh/uh-server/lv/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/uh/uh-server/lv/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/uh/uh-server/lv/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/uh/uh-server/lv/units/?format=api"
        },
        {
            "language": {
                "id": 82,
                "code": "af",
                "name": "Afrikaans",
                "plural": {
                    "id": 5,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "afr"
                ],
                "direction": "ltr",
                "population": 9318845,
                "web_url": "https://hosted.weblate.org/languages/af/",
                "url": "https://hosted.weblate.org/api/languages/af/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/af/statistics/?format=api"
            },
            "component": {
                "name": "MP-Server",
                "slug": "uh-server",
                "id": 14,
                "source_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"
                },
                "project": {
                    "name": "Unknown Horizons",
                    "slug": "uh",
                    "id": 7,
                    "web": "http://www.unknown-horizons.org/",
                    "web_url": "https://hosted.weblate.org/projects/uh/",
                    "url": "https://hosted.weblate.org/api/projects/uh/?format=api",
                    "components_list_url": "https://hosted.weblate.org/api/projects/uh/components/?format=api",
                    "repository_url": "https://hosted.weblate.org/api/projects/uh/repository/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/projects/uh/statistics/?format=api",
                    "categories_url": "https://hosted.weblate.org/api/projects/uh/categories/?format=api",
                    "changes_list_url": "https://hosted.weblate.org/api/projects/uh/changes/?format=api",
                    "languages_url": "https://hosted.weblate.org/api/projects/uh/languages/?format=api",
                    "labels_url": "https://hosted.weblate.org/api/projects/uh/labels/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "https://github.com/unknown-horizons/unknown-horizons.git",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "po/uh-server/*.po",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "po",
                "license": "GPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "https://hosted.weblate.org/projects/uh/uh-server/",
                "url": "https://hosted.weblate.org/api/components/uh/uh-server/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/uh/uh-server/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/uh/uh-server/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/uh/uh-server/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/uh/uh-server/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/uh/uh-server/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/uh/uh-server/changes/?format=api",
                "task_url": null,
                "new_lang": "contact",
                "language_code_style": "",
                "push": "",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)",
                "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
                "addon_message": "Update translation files\n\nUpdated by \"{{ hook_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": true,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": "https://hosted.weblate.org/api/components/uh/uh/?format=api"
            },
            "language_code": "af",
            "id": 194,
            "filename": "po/uh-server/af.po",
            "revision": "71686365eb912a546a7f24b9aeecaf6f58fff800",
            "web_url": "https://hosted.weblate.org/projects/uh/uh-server/af/",
            "share_url": "https://hosted.weblate.org/engage/uh/-/af/",
            "translate_url": "https://hosted.weblate.org/translate/uh/uh-server/af/",
            "url": "https://hosted.weblate.org/api/translations/uh/uh-server/af/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 22,
            "total_words": 177,
            "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/uh/uh-server/af/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/uh/uh-server/af/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/uh/uh-server/af/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/uh/uh-server/af/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/uh/uh-server/af/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"
            },
            "component": {
                "name": "MP-Server",
                "slug": "uh-server",
                "id": 14,
                "source_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"
                },
                "project": {
                    "name": "Unknown Horizons",
                    "slug": "uh",
                    "id": 7,
                    "web": "http://www.unknown-horizons.org/",
                    "web_url": "https://hosted.weblate.org/projects/uh/",
                    "url": "https://hosted.weblate.org/api/projects/uh/?format=api",
                    "components_list_url": "https://hosted.weblate.org/api/projects/uh/components/?format=api",
                    "repository_url": "https://hosted.weblate.org/api/projects/uh/repository/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/projects/uh/statistics/?format=api",
                    "categories_url": "https://hosted.weblate.org/api/projects/uh/categories/?format=api",
                    "changes_list_url": "https://hosted.weblate.org/api/projects/uh/changes/?format=api",
                    "languages_url": "https://hosted.weblate.org/api/projects/uh/languages/?format=api",
                    "labels_url": "https://hosted.weblate.org/api/projects/uh/labels/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "https://github.com/unknown-horizons/unknown-horizons.git",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "po/uh-server/*.po",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "po",
                "license": "GPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "https://hosted.weblate.org/projects/uh/uh-server/",
                "url": "https://hosted.weblate.org/api/components/uh/uh-server/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/uh/uh-server/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/uh/uh-server/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/uh/uh-server/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/uh/uh-server/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/uh/uh-server/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/uh/uh-server/changes/?format=api",
                "task_url": null,
                "new_lang": "contact",
                "language_code_style": "",
                "push": "",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)",
                "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
                "addon_message": "Update translation files\n\nUpdated by \"{{ hook_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": true,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": "https://hosted.weblate.org/api/components/uh/uh/?format=api"
            },
            "language_code": "ml",
            "id": 195,
            "filename": "po/uh-server/ml.po",
            "revision": "d8552461f95fcc30e633e213b45b1709cb605094",
            "web_url": "https://hosted.weblate.org/projects/uh/uh-server/ml/",
            "share_url": "https://hosted.weblate.org/engage/uh/-/ml/",
            "translate_url": "https://hosted.weblate.org/translate/uh/uh-server/ml/",
            "url": "https://hosted.weblate.org/api/translations/uh/uh-server/ml/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 22,
            "total_words": 177,
            "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/uh/uh-server/ml/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/uh/uh-server/ml/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/uh/uh-server/ml/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/uh/uh-server/ml/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/uh/uh-server/ml/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"
            },
            "component": {
                "name": "MP-Server",
                "slug": "uh-server",
                "id": 14,
                "source_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"
                },
                "project": {
                    "name": "Unknown Horizons",
                    "slug": "uh",
                    "id": 7,
                    "web": "http://www.unknown-horizons.org/",
                    "web_url": "https://hosted.weblate.org/projects/uh/",
                    "url": "https://hosted.weblate.org/api/projects/uh/?format=api",
                    "components_list_url": "https://hosted.weblate.org/api/projects/uh/components/?format=api",
                    "repository_url": "https://hosted.weblate.org/api/projects/uh/repository/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/projects/uh/statistics/?format=api",
                    "categories_url": "https://hosted.weblate.org/api/projects/uh/categories/?format=api",
                    "changes_list_url": "https://hosted.weblate.org/api/projects/uh/changes/?format=api",
                    "languages_url": "https://hosted.weblate.org/api/projects/uh/languages/?format=api",
                    "labels_url": "https://hosted.weblate.org/api/projects/uh/labels/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "https://github.com/unknown-horizons/unknown-horizons.git",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "po/uh-server/*.po",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "po",
                "license": "GPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "https://hosted.weblate.org/projects/uh/uh-server/",
                "url": "https://hosted.weblate.org/api/components/uh/uh-server/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/uh/uh-server/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/uh/uh-server/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/uh/uh-server/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/uh/uh-server/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/uh/uh-server/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/uh/uh-server/changes/?format=api",
                "task_url": null,
                "new_lang": "contact",
                "language_code_style": "",
                "push": "",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)",
                "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
                "addon_message": "Update translation files\n\nUpdated by \"{{ hook_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": true,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": "https://hosted.weblate.org/api/components/uh/uh/?format=api"
            },
            "language_code": "th",
            "id": 196,
            "filename": "po/uh-server/th.po",
            "revision": "e60f1c9ac5a0ee59817c7a1f86bbc692a27a7d01",
            "web_url": "https://hosted.weblate.org/projects/uh/uh-server/th/",
            "share_url": "https://hosted.weblate.org/engage/uh/-/th/",
            "translate_url": "https://hosted.weblate.org/translate/uh/uh-server/th/",
            "url": "https://hosted.weblate.org/api/translations/uh/uh-server/th/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 22,
            "total_words": 177,
            "translated": 22,
            "translated_words": 177,
            "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": "2019-12-29T02:30:56+01:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/uh/uh-server/th/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/uh/uh-server/th/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/uh/uh-server/th/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/uh/uh-server/th/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/uh/uh-server/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"
            },
            "component": {
                "name": "MP-Server",
                "slug": "uh-server",
                "id": 14,
                "source_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"
                },
                "project": {
                    "name": "Unknown Horizons",
                    "slug": "uh",
                    "id": 7,
                    "web": "http://www.unknown-horizons.org/",
                    "web_url": "https://hosted.weblate.org/projects/uh/",
                    "url": "https://hosted.weblate.org/api/projects/uh/?format=api",
                    "components_list_url": "https://hosted.weblate.org/api/projects/uh/components/?format=api",
                    "repository_url": "https://hosted.weblate.org/api/projects/uh/repository/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/projects/uh/statistics/?format=api",
                    "categories_url": "https://hosted.weblate.org/api/projects/uh/categories/?format=api",
                    "changes_list_url": "https://hosted.weblate.org/api/projects/uh/changes/?format=api",
                    "languages_url": "https://hosted.weblate.org/api/projects/uh/languages/?format=api",
                    "labels_url": "https://hosted.weblate.org/api/projects/uh/labels/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "https://github.com/unknown-horizons/unknown-horizons.git",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "po/uh-server/*.po",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "po",
                "license": "GPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "https://hosted.weblate.org/projects/uh/uh-server/",
                "url": "https://hosted.weblate.org/api/components/uh/uh-server/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/uh/uh-server/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/uh/uh-server/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/uh/uh-server/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/uh/uh-server/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/uh/uh-server/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/uh/uh-server/changes/?format=api",
                "task_url": null,
                "new_lang": "contact",
                "language_code_style": "",
                "push": "",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)",
                "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
                "addon_message": "Update translation files\n\nUpdated by \"{{ hook_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": true,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": "https://hosted.weblate.org/api/components/uh/uh/?format=api"
            },
            "language_code": "uk",
            "id": 197,
            "filename": "po/uh-server/uk.po",
            "revision": "9176a3fcce40ad8bbb8fb157c2f6e3d5b67929ba",
            "web_url": "https://hosted.weblate.org/projects/uh/uh-server/uk/",
            "share_url": "https://hosted.weblate.org/engage/uh/-/uk/",
            "translate_url": "https://hosted.weblate.org/translate/uh/uh-server/uk/",
            "url": "https://hosted.weblate.org/api/translations/uh/uh-server/uk/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 22,
            "total_words": 177,
            "translated": 22,
            "translated_words": 177,
            "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": "2017-06-10T15:06:32+02:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/uh/uh-server/uk/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/uh/uh-server/uk/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/uh/uh-server/uk/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/uh/uh-server/uk/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/uh/uh-server/uk/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"
            },
            "component": {
                "name": "MP-Server",
                "slug": "uh-server",
                "id": 14,
                "source_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"
                },
                "project": {
                    "name": "Unknown Horizons",
                    "slug": "uh",
                    "id": 7,
                    "web": "http://www.unknown-horizons.org/",
                    "web_url": "https://hosted.weblate.org/projects/uh/",
                    "url": "https://hosted.weblate.org/api/projects/uh/?format=api",
                    "components_list_url": "https://hosted.weblate.org/api/projects/uh/components/?format=api",
                    "repository_url": "https://hosted.weblate.org/api/projects/uh/repository/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/projects/uh/statistics/?format=api",
                    "categories_url": "https://hosted.weblate.org/api/projects/uh/categories/?format=api",
                    "changes_list_url": "https://hosted.weblate.org/api/projects/uh/changes/?format=api",
                    "languages_url": "https://hosted.weblate.org/api/projects/uh/languages/?format=api",
                    "labels_url": "https://hosted.weblate.org/api/projects/uh/labels/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "https://github.com/unknown-horizons/unknown-horizons.git",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "po/uh-server/*.po",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "po",
                "license": "GPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "https://hosted.weblate.org/projects/uh/uh-server/",
                "url": "https://hosted.weblate.org/api/components/uh/uh-server/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/uh/uh-server/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/uh/uh-server/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/uh/uh-server/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/uh/uh-server/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/uh/uh-server/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/uh/uh-server/changes/?format=api",
                "task_url": null,
                "new_lang": "contact",
                "language_code_style": "",
                "push": "",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)",
                "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
                "addon_message": "Update translation files\n\nUpdated by \"{{ hook_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": true,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": "https://hosted.weblate.org/api/components/uh/uh/?format=api"
            },
            "language_code": "ja",
            "id": 198,
            "filename": "po/uh-server/ja.po",
            "revision": "d7a5b6c54631b3ef50b0b83183ee02d2ad23c035",
            "web_url": "https://hosted.weblate.org/projects/uh/uh-server/ja/",
            "share_url": "https://hosted.weblate.org/engage/uh/-/ja/",
            "translate_url": "https://hosted.weblate.org/translate/uh/uh-server/ja/",
            "url": "https://hosted.weblate.org/api/translations/uh/uh-server/ja/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 22,
            "total_words": 177,
            "translated": 22,
            "translated_words": 177,
            "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-08-05T20:49:24.531838+02:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/uh/uh-server/ja/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/uh/uh-server/ja/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/uh/uh-server/ja/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/uh/uh-server/ja/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/uh/uh-server/ja/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"
            },
            "component": {
                "name": "MP-Server",
                "slug": "uh-server",
                "id": 14,
                "source_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"
                },
                "project": {
                    "name": "Unknown Horizons",
                    "slug": "uh",
                    "id": 7,
                    "web": "http://www.unknown-horizons.org/",
                    "web_url": "https://hosted.weblate.org/projects/uh/",
                    "url": "https://hosted.weblate.org/api/projects/uh/?format=api",
                    "components_list_url": "https://hosted.weblate.org/api/projects/uh/components/?format=api",
                    "repository_url": "https://hosted.weblate.org/api/projects/uh/repository/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/projects/uh/statistics/?format=api",
                    "categories_url": "https://hosted.weblate.org/api/projects/uh/categories/?format=api",
                    "changes_list_url": "https://hosted.weblate.org/api/projects/uh/changes/?format=api",
                    "languages_url": "https://hosted.weblate.org/api/projects/uh/languages/?format=api",
                    "labels_url": "https://hosted.weblate.org/api/projects/uh/labels/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "https://github.com/unknown-horizons/unknown-horizons.git",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "po/uh-server/*.po",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "po",
                "license": "GPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "https://hosted.weblate.org/projects/uh/uh-server/",
                "url": "https://hosted.weblate.org/api/components/uh/uh-server/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/uh/uh-server/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/uh/uh-server/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/uh/uh-server/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/uh/uh-server/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/uh/uh-server/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/uh/uh-server/changes/?format=api",
                "task_url": null,
                "new_lang": "contact",
                "language_code_style": "",
                "push": "",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)",
                "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
                "addon_message": "Update translation files\n\nUpdated by \"{{ hook_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": true,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": "https://hosted.weblate.org/api/components/uh/uh/?format=api"
            },
            "language_code": "da",
            "id": 199,
            "filename": "po/uh-server/da.po",
            "revision": "292e58a0e8b9ea38a5fdb99f570af838b52f50e6",
            "web_url": "https://hosted.weblate.org/projects/uh/uh-server/da/",
            "share_url": "https://hosted.weblate.org/engage/uh/-/da/",
            "translate_url": "https://hosted.weblate.org/translate/uh/uh-server/da/",
            "url": "https://hosted.weblate.org/api/translations/uh/uh-server/da/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 22,
            "total_words": 177,
            "translated": 22,
            "translated_words": 177,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 22,
            "failing_checks_words": 177,
            "failing_checks_percent": 100.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2017-01-01T16:48:11+01:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/uh/uh-server/da/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/uh/uh-server/da/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/uh/uh-server/da/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/uh/uh-server/da/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/uh/uh-server/da/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"
            },
            "component": {
                "name": "MP-Server",
                "slug": "uh-server",
                "id": 14,
                "source_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"
                },
                "project": {
                    "name": "Unknown Horizons",
                    "slug": "uh",
                    "id": 7,
                    "web": "http://www.unknown-horizons.org/",
                    "web_url": "https://hosted.weblate.org/projects/uh/",
                    "url": "https://hosted.weblate.org/api/projects/uh/?format=api",
                    "components_list_url": "https://hosted.weblate.org/api/projects/uh/components/?format=api",
                    "repository_url": "https://hosted.weblate.org/api/projects/uh/repository/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/projects/uh/statistics/?format=api",
                    "categories_url": "https://hosted.weblate.org/api/projects/uh/categories/?format=api",
                    "changes_list_url": "https://hosted.weblate.org/api/projects/uh/changes/?format=api",
                    "languages_url": "https://hosted.weblate.org/api/projects/uh/languages/?format=api",
                    "labels_url": "https://hosted.weblate.org/api/projects/uh/labels/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "https://github.com/unknown-horizons/unknown-horizons.git",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "po/uh-server/*.po",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "po",
                "license": "GPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "https://hosted.weblate.org/projects/uh/uh-server/",
                "url": "https://hosted.weblate.org/api/components/uh/uh-server/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/uh/uh-server/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/uh/uh-server/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/uh/uh-server/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/uh/uh-server/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/uh/uh-server/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/uh/uh-server/changes/?format=api",
                "task_url": null,
                "new_lang": "contact",
                "language_code_style": "",
                "push": "",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)",
                "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
                "addon_message": "Update translation files\n\nUpdated by \"{{ hook_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": true,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": "https://hosted.weblate.org/api/components/uh/uh/?format=api"
            },
            "language_code": "sv",
            "id": 200,
            "filename": "po/uh-server/sv.po",
            "revision": "a0b07c6888d85ea196aa46fac9dbbd82b17597b1",
            "web_url": "https://hosted.weblate.org/projects/uh/uh-server/sv/",
            "share_url": "https://hosted.weblate.org/engage/uh/-/sv/",
            "translate_url": "https://hosted.weblate.org/translate/uh/uh-server/sv/",
            "url": "https://hosted.weblate.org/api/translations/uh/uh-server/sv/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 22,
            "total_words": 177,
            "translated": 22,
            "translated_words": 177,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2020-04-12T12:11:32.821427+02:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/uh/uh-server/sv/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/uh/uh-server/sv/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/uh/uh-server/sv/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/uh/uh-server/sv/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/uh/uh-server/sv/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"
            },
            "component": {
                "name": "MP-Server",
                "slug": "uh-server",
                "id": 14,
                "source_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"
                },
                "project": {
                    "name": "Unknown Horizons",
                    "slug": "uh",
                    "id": 7,
                    "web": "http://www.unknown-horizons.org/",
                    "web_url": "https://hosted.weblate.org/projects/uh/",
                    "url": "https://hosted.weblate.org/api/projects/uh/?format=api",
                    "components_list_url": "https://hosted.weblate.org/api/projects/uh/components/?format=api",
                    "repository_url": "https://hosted.weblate.org/api/projects/uh/repository/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/projects/uh/statistics/?format=api",
                    "categories_url": "https://hosted.weblate.org/api/projects/uh/categories/?format=api",
                    "changes_list_url": "https://hosted.weblate.org/api/projects/uh/changes/?format=api",
                    "languages_url": "https://hosted.weblate.org/api/projects/uh/languages/?format=api",
                    "labels_url": "https://hosted.weblate.org/api/projects/uh/labels/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "https://github.com/unknown-horizons/unknown-horizons.git",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "po/uh-server/*.po",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "po",
                "license": "GPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "https://hosted.weblate.org/projects/uh/uh-server/",
                "url": "https://hosted.weblate.org/api/components/uh/uh-server/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/uh/uh-server/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/uh/uh-server/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/uh/uh-server/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/uh/uh-server/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/uh/uh-server/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/uh/uh-server/changes/?format=api",
                "task_url": null,
                "new_lang": "contact",
                "language_code_style": "",
                "push": "",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)",
                "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
                "addon_message": "Update translation files\n\nUpdated by \"{{ hook_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": true,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": "https://hosted.weblate.org/api/components/uh/uh/?format=api"
            },
            "language_code": "hi",
            "id": 201,
            "filename": "po/uh-server/hi.po",
            "revision": "f19338cc9d8f0b39d0cda58b18d969fefcf1589a",
            "web_url": "https://hosted.weblate.org/projects/uh/uh-server/hi/",
            "share_url": "https://hosted.weblate.org/engage/uh/-/hi/",
            "translate_url": "https://hosted.weblate.org/translate/uh/uh-server/hi/",
            "url": "https://hosted.weblate.org/api/translations/uh/uh-server/hi/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 22,
            "total_words": 177,
            "translated": 12,
            "translated_words": 93,
            "translated_percent": 54.5,
            "fuzzy": 3,
            "fuzzy_words": 42,
            "fuzzy_percent": 13.6,
            "failing_checks": 8,
            "failing_checks_words": 62,
            "failing_checks_percent": 36.3,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/uh/uh-server/hi/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/uh/uh-server/hi/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/uh/uh-server/hi/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/uh/uh-server/hi/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/uh/uh-server/hi/units/?format=api"
        }
    ]
}