Translation components API.

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

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

{
    "count": 137831,
    "next": "https://hosted.weblate.org/api/translations/?format=api&page=4",
    "previous": "https://hosted.weblate.org/api/translations/?format=api&page=2",
    "results": [
        {
            "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": "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": "lt",
            "id": 202,
            "filename": "po/uh-server/lt.po",
            "revision": "48cdd17476da31071188ac75e3620853e435dda8",
            "web_url": "https://hosted.weblate.org/projects/uh/uh-server/lt/",
            "share_url": "https://hosted.weblate.org/engage/uh/-/lt/",
            "translate_url": "https://hosted.weblate.org/translate/uh/uh-server/lt/",
            "url": "https://hosted.weblate.org/api/translations/uh/uh-server/lt/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 22,
            "total_words": 177,
            "translated": 2,
            "translated_words": 22,
            "translated_percent": 9.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-11-26T20:48:17+01:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/uh/uh-server/lt/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/uh/uh-server/lt/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/uh/uh-server/lt/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/uh/uh-server/lt/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/uh/uh-server/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": "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": "bg",
            "id": 203,
            "filename": "po/uh-server/bg.po",
            "revision": "0cc770408a144be9fb47c4f7622e4ce8dd917634",
            "web_url": "https://hosted.weblate.org/projects/uh/uh-server/bg/",
            "share_url": "https://hosted.weblate.org/engage/uh/-/bg/",
            "translate_url": "https://hosted.weblate.org/translate/uh/uh-server/bg/",
            "url": "https://hosted.weblate.org/api/translations/uh/uh-server/bg/?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/bg/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/uh/uh-server/bg/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/uh/uh-server/bg/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/uh/uh-server/bg/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/uh/uh-server/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": "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": "sl",
            "id": 204,
            "filename": "po/uh-server/sl.po",
            "revision": "18edc2cdf01d723324c2d5b5858c0920553ff3ea",
            "web_url": "https://hosted.weblate.org/projects/uh/uh-server/sl/",
            "share_url": "https://hosted.weblate.org/engage/uh/-/sl/",
            "translate_url": "https://hosted.weblate.org/translate/uh/uh-server/sl/",
            "url": "https://hosted.weblate.org/api/translations/uh/uh-server/sl/?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": 3,
            "failing_checks_words": 20,
            "failing_checks_percent": 13.6,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/uh/uh-server/sl/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/uh/uh-server/sl/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/uh/uh-server/sl/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/uh/uh-server/sl/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/uh/uh-server/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": "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": "ru",
            "id": 205,
            "filename": "po/uh-server/ru.po",
            "revision": "267a2480af681bf3c750d9feafebd9e69770fcf1",
            "web_url": "https://hosted.weblate.org/projects/uh/uh-server/ru/",
            "share_url": "https://hosted.weblate.org/engage/uh/-/ru/",
            "translate_url": "https://hosted.weblate.org/translate/uh/uh-server/ru/",
            "url": "https://hosted.weblate.org/api/translations/uh/uh-server/ru/?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": 2,
            "have_comment": 0,
            "last_change": "2021-07-18T10:49:40.345643+02:00",
            "last_author": "Алексей Баринов",
            "repository_url": "https://hosted.weblate.org/api/translations/uh/uh-server/ru/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/uh/uh-server/ru/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/uh/uh-server/ru/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/uh/uh-server/ru/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/uh/uh-server/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": "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": "fi",
            "id": 206,
            "filename": "po/uh-server/fi.po",
            "revision": "095843897bcc9bae121c6b17b60917350ac75572",
            "web_url": "https://hosted.weblate.org/projects/uh/uh-server/fi/",
            "share_url": "https://hosted.weblate.org/engage/uh/-/fi/",
            "translate_url": "https://hosted.weblate.org/translate/uh/uh-server/fi/",
            "url": "https://hosted.weblate.org/api/translations/uh/uh-server/fi/?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-04-24T09:49:19+02:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/uh/uh-server/fi/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/uh/uh-server/fi/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/uh/uh-server/fi/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/uh/uh-server/fi/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/uh/uh-server/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": "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": "es",
            "id": 207,
            "filename": "po/uh-server/es.po",
            "revision": "cd48ca99776d290f79460daf3f05e4b9a45a0249",
            "web_url": "https://hosted.weblate.org/projects/uh/uh-server/es/",
            "share_url": "https://hosted.weblate.org/engage/uh/-/es/",
            "translate_url": "https://hosted.weblate.org/translate/uh/uh-server/es/",
            "url": "https://hosted.weblate.org/api/translations/uh/uh-server/es/?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-06T10:46:49+02:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/uh/uh-server/es/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/uh/uh-server/es/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/uh/uh-server/es/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/uh/uh-server/es/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/uh/uh-server/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": "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": "gl",
            "id": 208,
            "filename": "po/uh-server/gl.po",
            "revision": "7da7d19c644b62f3fc90aeeb676b6e9a2380feec",
            "web_url": "https://hosted.weblate.org/projects/uh/uh-server/gl/",
            "share_url": "https://hosted.weblate.org/engage/uh/-/gl/",
            "translate_url": "https://hosted.weblate.org/translate/uh/uh-server/gl/",
            "url": "https://hosted.weblate.org/api/translations/uh/uh-server/gl/?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": "2016-12-25T23:36:26+01:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/uh/uh-server/gl/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/uh/uh-server/gl/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/uh/uh-server/gl/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/uh/uh-server/gl/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/uh/uh-server/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": "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": "ko",
            "id": 209,
            "filename": "po/uh-server/ko.po",
            "revision": "6436038b5989122ca9796322959e7e05e6bec233",
            "web_url": "https://hosted.weblate.org/projects/uh/uh-server/ko/",
            "share_url": "https://hosted.weblate.org/engage/uh/-/ko/",
            "translate_url": "https://hosted.weblate.org/translate/uh/uh-server/ko/",
            "url": "https://hosted.weblate.org/api/translations/uh/uh-server/ko/?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-02-28T11:32:46+01:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/uh/uh-server/ko/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/uh/uh-server/ko/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/uh/uh-server/ko/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/uh/uh-server/ko/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/uh/uh-server/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": "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": "pl",
            "id": 210,
            "filename": "po/uh-server/pl.po",
            "revision": "3b88d4f9b10da3a0de6f9874c04bf08a331b6adb",
            "web_url": "https://hosted.weblate.org/projects/uh/uh-server/pl/",
            "share_url": "https://hosted.weblate.org/engage/uh/-/pl/",
            "translate_url": "https://hosted.weblate.org/translate/uh/uh-server/pl/",
            "url": "https://hosted.weblate.org/api/translations/uh/uh-server/pl/?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-08-10T07:22:24+02:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/uh/uh-server/pl/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/uh/uh-server/pl/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/uh/uh-server/pl/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/uh/uh-server/pl/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/uh/uh-server/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": "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": "nb",
            "id": 211,
            "filename": "po/uh-server/nb.po",
            "revision": "1bcf2bb18095e5b95fb042f0688757270a800618",
            "web_url": "https://hosted.weblate.org/projects/uh/uh-server/nb_NO/",
            "share_url": "https://hosted.weblate.org/engage/uh/-/nb_NO/",
            "translate_url": "https://hosted.weblate.org/translate/uh/uh-server/nb_NO/",
            "url": "https://hosted.weblate.org/api/translations/uh/uh-server/nb_NO/?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-17T22:03:36+02:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/uh/uh-server/nb_NO/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/uh/uh-server/nb_NO/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/uh/uh-server/nb_NO/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/uh/uh-server/nb_NO/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/uh/uh-server/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": "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",
            "id": 212,
            "filename": "po/uh-server/pt.po",
            "revision": "9d4737c2928a797a44fa11c02701d122ceb48a7e",
            "web_url": "https://hosted.weblate.org/projects/uh/uh-server/pt/",
            "share_url": "https://hosted.weblate.org/engage/uh/-/pt/",
            "translate_url": "https://hosted.weblate.org/translate/uh/uh-server/pt/",
            "url": "https://hosted.weblate.org/api/translations/uh/uh-server/pt/?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-01-07T11:21:13+01:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/uh/uh-server/pt/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/uh/uh-server/pt/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/uh/uh-server/pt/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/uh/uh-server/pt/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/uh/uh-server/pt/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": "Scenario: Tutorial",
                "slug": "tutorial",
                "id": 15,
                "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/scenarios/*/tutorial.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/tutorial/",
                "url": "https://hosted.weblate.org/api/components/uh/tutorial/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/uh/tutorial/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/uh/tutorial/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/uh/tutorial/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/uh/tutorial/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/uh/tutorial/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/uh/tutorial/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": [
                    "https://hosted.weblate.org/api/addons/108/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": "https://hosted.weblate.org/api/components/uh/uh/?format=api"
            },
            "language_code": "sv",
            "id": 213,
            "filename": "po/scenarios/sv/tutorial.po",
            "revision": "499ac96cd31f01dbd2664c4c03a3653bb46c1601",
            "web_url": "https://hosted.weblate.org/projects/uh/tutorial/sv/",
            "share_url": "https://hosted.weblate.org/engage/uh/-/sv/",
            "translate_url": "https://hosted.weblate.org/translate/uh/tutorial/sv/",
            "url": "https://hosted.weblate.org/api/translations/uh/tutorial/sv/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 188,
            "total_words": 3382,
            "translated": 81,
            "translated_words": 1485,
            "translated_percent": 43.0,
            "fuzzy": 14,
            "fuzzy_words": 155,
            "fuzzy_percent": 7.4,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2023-08-05T20:49:26.485391+02:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/uh/tutorial/sv/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/uh/tutorial/sv/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/uh/tutorial/sv/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/uh/tutorial/sv/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/uh/tutorial/sv/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": "Scenario: Tutorial",
                "slug": "tutorial",
                "id": 15,
                "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/scenarios/*/tutorial.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/tutorial/",
                "url": "https://hosted.weblate.org/api/components/uh/tutorial/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/uh/tutorial/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/uh/tutorial/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/uh/tutorial/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/uh/tutorial/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/uh/tutorial/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/uh/tutorial/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": [
                    "https://hosted.weblate.org/api/addons/108/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": "https://hosted.weblate.org/api/components/uh/uh/?format=api"
            },
            "language_code": "pt",
            "id": 214,
            "filename": "po/scenarios/pt/tutorial.po",
            "revision": "bc1f574340e41c4e966a4d54a8ed5b29343d8100",
            "web_url": "https://hosted.weblate.org/projects/uh/tutorial/pt/",
            "share_url": "https://hosted.weblate.org/engage/uh/-/pt/",
            "translate_url": "https://hosted.weblate.org/translate/uh/tutorial/pt/",
            "url": "https://hosted.weblate.org/api/translations/uh/tutorial/pt/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 188,
            "total_words": 3382,
            "translated": 188,
            "translated_words": 3382,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2021-05-09T17:40:19.369150+02:00",
            "last_author": "ssantos",
            "repository_url": "https://hosted.weblate.org/api/translations/uh/tutorial/pt/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/uh/tutorial/pt/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/uh/tutorial/pt/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/uh/tutorial/pt/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/uh/tutorial/pt/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": "Scenario: Tutorial",
                "slug": "tutorial",
                "id": 15,
                "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/scenarios/*/tutorial.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/tutorial/",
                "url": "https://hosted.weblate.org/api/components/uh/tutorial/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/uh/tutorial/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/uh/tutorial/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/uh/tutorial/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/uh/tutorial/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/uh/tutorial/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/uh/tutorial/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": [
                    "https://hosted.weblate.org/api/addons/108/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": "https://hosted.weblate.org/api/components/uh/uh/?format=api"
            },
            "language_code": "it",
            "id": 215,
            "filename": "po/scenarios/it/tutorial.po",
            "revision": "eea12ffe1a237624934f6fa5a20a8f51d3aaa77a",
            "web_url": "https://hosted.weblate.org/projects/uh/tutorial/it/",
            "share_url": "https://hosted.weblate.org/engage/uh/-/it/",
            "translate_url": "https://hosted.weblate.org/translate/uh/tutorial/it/",
            "url": "https://hosted.weblate.org/api/translations/uh/tutorial/it/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 188,
            "total_words": 3382,
            "translated": 188,
            "translated_words": 3382,
            "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": 38,
            "have_comment": 0,
            "last_change": "2021-01-10T13:44:39.077173+01:00",
            "last_author": "Hakuchi",
            "repository_url": "https://hosted.weblate.org/api/translations/uh/tutorial/it/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/uh/tutorial/it/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/uh/tutorial/it/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/uh/tutorial/it/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/uh/tutorial/it/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": "Scenario: Tutorial",
                "slug": "tutorial",
                "id": 15,
                "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/scenarios/*/tutorial.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/tutorial/",
                "url": "https://hosted.weblate.org/api/components/uh/tutorial/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/uh/tutorial/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/uh/tutorial/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/uh/tutorial/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/uh/tutorial/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/uh/tutorial/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/uh/tutorial/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": [
                    "https://hosted.weblate.org/api/addons/108/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": "https://hosted.weblate.org/api/components/uh/uh/?format=api"
            },
            "language_code": "hr",
            "id": 216,
            "filename": "po/scenarios/hr/tutorial.po",
            "revision": "420226aa4546a950b25a1b6e0086c7ff1eb3f59b",
            "web_url": "https://hosted.weblate.org/projects/uh/tutorial/hr/",
            "share_url": "https://hosted.weblate.org/engage/uh/-/hr/",
            "translate_url": "https://hosted.weblate.org/translate/uh/tutorial/hr/",
            "url": "https://hosted.weblate.org/api/translations/uh/tutorial/hr/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 188,
            "total_words": 3382,
            "translated": 18,
            "translated_words": 205,
            "translated_percent": 9.5,
            "fuzzy": 20,
            "fuzzy_words": 225,
            "fuzzy_percent": 10.6,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2022-07-27T19:50:38.604902+02:00",
            "last_author": "Milo Ivir",
            "repository_url": "https://hosted.weblate.org/api/translations/uh/tutorial/hr/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/uh/tutorial/hr/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/uh/tutorial/hr/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/uh/tutorial/hr/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/uh/tutorial/hr/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": "Scenario: Tutorial",
                "slug": "tutorial",
                "id": 15,
                "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/scenarios/*/tutorial.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/tutorial/",
                "url": "https://hosted.weblate.org/api/components/uh/tutorial/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/uh/tutorial/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/uh/tutorial/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/uh/tutorial/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/uh/tutorial/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/uh/tutorial/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/uh/tutorial/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": [
                    "https://hosted.weblate.org/api/addons/108/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": "https://hosted.weblate.org/api/components/uh/uh/?format=api"
            },
            "language_code": "ja",
            "id": 217,
            "filename": "po/scenarios/ja/tutorial.po",
            "revision": "5180ff34636dada289f932acc6ce3a49a21688d3",
            "web_url": "https://hosted.weblate.org/projects/uh/tutorial/ja/",
            "share_url": "https://hosted.weblate.org/engage/uh/-/ja/",
            "translate_url": "https://hosted.weblate.org/translate/uh/tutorial/ja/",
            "url": "https://hosted.weblate.org/api/translations/uh/tutorial/ja/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 188,
            "total_words": 3382,
            "translated": 185,
            "translated_words": 3336,
            "translated_percent": 98.4,
            "fuzzy": 3,
            "fuzzy_words": 46,
            "fuzzy_percent": 1.5,
            "failing_checks": 2,
            "failing_checks_words": 26,
            "failing_checks_percent": 1.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2023-08-05T20:49:28.159888+02:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/uh/tutorial/ja/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/uh/tutorial/ja/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/uh/tutorial/ja/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/uh/tutorial/ja/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/uh/tutorial/ja/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": "Scenario: Tutorial",
                "slug": "tutorial",
                "id": 15,
                "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/scenarios/*/tutorial.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/tutorial/",
                "url": "https://hosted.weblate.org/api/components/uh/tutorial/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/uh/tutorial/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/uh/tutorial/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/uh/tutorial/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/uh/tutorial/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/uh/tutorial/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/uh/tutorial/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": [
                    "https://hosted.weblate.org/api/addons/108/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": "https://hosted.weblate.org/api/components/uh/uh/?format=api"
            },
            "language_code": "ru",
            "id": 218,
            "filename": "po/scenarios/ru/tutorial.po",
            "revision": "388d523fff4e296e3758d2fc4cac087ff6aa6043",
            "web_url": "https://hosted.weblate.org/projects/uh/tutorial/ru/",
            "share_url": "https://hosted.weblate.org/engage/uh/-/ru/",
            "translate_url": "https://hosted.weblate.org/translate/uh/tutorial/ru/",
            "url": "https://hosted.weblate.org/api/translations/uh/tutorial/ru/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 188,
            "total_words": 3382,
            "translated": 188,
            "translated_words": 3382,
            "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-04T20:01:44+01:00",
            "last_author": "Dmitry Marakasov",
            "repository_url": "https://hosted.weblate.org/api/translations/uh/tutorial/ru/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/uh/tutorial/ru/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/uh/tutorial/ru/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/uh/tutorial/ru/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/uh/tutorial/ru/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": "Scenario: Tutorial",
                "slug": "tutorial",
                "id": 15,
                "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/scenarios/*/tutorial.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/tutorial/",
                "url": "https://hosted.weblate.org/api/components/uh/tutorial/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/uh/tutorial/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/uh/tutorial/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/uh/tutorial/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/uh/tutorial/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/uh/tutorial/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/uh/tutorial/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": [
                    "https://hosted.weblate.org/api/addons/108/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": "https://hosted.weblate.org/api/components/uh/uh/?format=api"
            },
            "language_code": "es",
            "id": 219,
            "filename": "po/scenarios/es/tutorial.po",
            "revision": "c478d2d38b8b7d777a204c84bc4ddc26bfbf6f23",
            "web_url": "https://hosted.weblate.org/projects/uh/tutorial/es/",
            "share_url": "https://hosted.weblate.org/engage/uh/-/es/",
            "translate_url": "https://hosted.weblate.org/translate/uh/tutorial/es/",
            "url": "https://hosted.weblate.org/api/translations/uh/tutorial/es/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 188,
            "total_words": 3382,
            "translated": 188,
            "translated_words": 3382,
            "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-09-04T10:45:34+02:00",
            "last_author": "Jorge Maldonado Ventura",
            "repository_url": "https://hosted.weblate.org/api/translations/uh/tutorial/es/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/uh/tutorial/es/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/uh/tutorial/es/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/uh/tutorial/es/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/uh/tutorial/es/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": "Scenario: Tutorial",
                "slug": "tutorial",
                "id": 15,
                "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/scenarios/*/tutorial.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/tutorial/",
                "url": "https://hosted.weblate.org/api/components/uh/tutorial/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/uh/tutorial/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/uh/tutorial/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/uh/tutorial/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/uh/tutorial/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/uh/tutorial/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/uh/tutorial/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": [
                    "https://hosted.weblate.org/api/addons/108/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": "https://hosted.weblate.org/api/components/uh/uh/?format=api"
            },
            "language_code": "hu",
            "id": 220,
            "filename": "po/scenarios/hu/tutorial.po",
            "revision": "6e10447f0751c37e1d0c10941f6c552288fd04ca",
            "web_url": "https://hosted.weblate.org/projects/uh/tutorial/hu/",
            "share_url": "https://hosted.weblate.org/engage/uh/-/hu/",
            "translate_url": "https://hosted.weblate.org/translate/uh/tutorial/hu/",
            "url": "https://hosted.weblate.org/api/translations/uh/tutorial/hu/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 188,
            "total_words": 3382,
            "translated": 188,
            "translated_words": 3382,
            "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-09-04T07:55:25+02:00",
            "last_author": "Szabolcs Tóth",
            "repository_url": "https://hosted.weblate.org/api/translations/uh/tutorial/hu/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/uh/tutorial/hu/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/uh/tutorial/hu/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/uh/tutorial/hu/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/uh/tutorial/hu/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": "Scenario: Tutorial",
                "slug": "tutorial",
                "id": 15,
                "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/scenarios/*/tutorial.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/tutorial/",
                "url": "https://hosted.weblate.org/api/components/uh/tutorial/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/uh/tutorial/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/uh/tutorial/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/uh/tutorial/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/uh/tutorial/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/uh/tutorial/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/uh/tutorial/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": [
                    "https://hosted.weblate.org/api/addons/108/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": "https://hosted.weblate.org/api/components/uh/uh/?format=api"
            },
            "language_code": "de",
            "id": 221,
            "filename": "po/scenarios/de/tutorial.po",
            "revision": "8d85055e923576790fc219fe9a08e0cb03278be6",
            "web_url": "https://hosted.weblate.org/projects/uh/tutorial/de/",
            "share_url": "https://hosted.weblate.org/engage/uh/-/de/",
            "translate_url": "https://hosted.weblate.org/translate/uh/tutorial/de/",
            "url": "https://hosted.weblate.org/api/translations/uh/tutorial/de/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 188,
            "total_words": 3382,
            "translated": 188,
            "translated_words": 3382,
            "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": 2,
            "have_comment": 0,
            "last_change": "2019-12-01T16:42:25+01:00",
            "last_author": "Wuzzy",
            "repository_url": "https://hosted.weblate.org/api/translations/uh/tutorial/de/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/uh/tutorial/de/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/uh/tutorial/de/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/uh/tutorial/de/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/uh/tutorial/de/units/?format=api"
        },
        {
            "language": {
                "id": 78,
                "code": "pl",
                "name": "Polish",
                "plural": {
                    "id": 244,
                    "source": 0,
                    "number": 3,
                    "formula": "n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2",
                    "type": 22
                },
                "aliases": [
                    "plk",
                    "pol"
                ],
                "direction": "ltr",
                "population": 41077398,
                "web_url": "https://hosted.weblate.org/languages/pl/",
                "url": "https://hosted.weblate.org/api/languages/pl/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/pl/statistics/?format=api"
            },
            "component": {
                "name": "Scenario: Tutorial",
                "slug": "tutorial",
                "id": 15,
                "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/scenarios/*/tutorial.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/tutorial/",
                "url": "https://hosted.weblate.org/api/components/uh/tutorial/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/uh/tutorial/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/uh/tutorial/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/uh/tutorial/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/uh/tutorial/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/uh/tutorial/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/uh/tutorial/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": [
                    "https://hosted.weblate.org/api/addons/108/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": "https://hosted.weblate.org/api/components/uh/uh/?format=api"
            },
            "language_code": "pl",
            "id": 222,
            "filename": "po/scenarios/pl/tutorial.po",
            "revision": "083c0a2bb330bd0c857b0c2c3b298d5feae534d0",
            "web_url": "https://hosted.weblate.org/projects/uh/tutorial/pl/",
            "share_url": "https://hosted.weblate.org/engage/uh/-/pl/",
            "translate_url": "https://hosted.weblate.org/translate/uh/tutorial/pl/",
            "url": "https://hosted.weblate.org/api/translations/uh/tutorial/pl/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 188,
            "total_words": 3382,
            "translated": 188,
            "translated_words": 3382,
            "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": 11,
            "have_comment": 0,
            "last_change": "2023-07-26T19:48:53.400144+02:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/uh/tutorial/pl/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/uh/tutorial/pl/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/uh/tutorial/pl/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/uh/tutorial/pl/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/uh/tutorial/pl/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": "Scenario: Tutorial",
                "slug": "tutorial",
                "id": 15,
                "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/scenarios/*/tutorial.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/tutorial/",
                "url": "https://hosted.weblate.org/api/components/uh/tutorial/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/uh/tutorial/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/uh/tutorial/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/uh/tutorial/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/uh/tutorial/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/uh/tutorial/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/uh/tutorial/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": [
                    "https://hosted.weblate.org/api/addons/108/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": "https://hosted.weblate.org/api/components/uh/uh/?format=api"
            },
            "language_code": "fr",
            "id": 223,
            "filename": "po/scenarios/fr/tutorial.po",
            "revision": "023575166ec92bd46874a1afcae9cbb8abadedde",
            "web_url": "https://hosted.weblate.org/projects/uh/tutorial/fr/",
            "share_url": "https://hosted.weblate.org/engage/uh/-/fr/",
            "translate_url": "https://hosted.weblate.org/translate/uh/tutorial/fr/",
            "url": "https://hosted.weblate.org/api/translations/uh/tutorial/fr/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 188,
            "total_words": 3382,
            "translated": 188,
            "translated_words": 3382,
            "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-29T16:04:36.127179+02:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/uh/tutorial/fr/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/uh/tutorial/fr/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/uh/tutorial/fr/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/uh/tutorial/fr/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/uh/tutorial/fr/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": "Scenario: Tutorial",
                "slug": "tutorial",
                "id": 15,
                "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/scenarios/*/tutorial.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/tutorial/",
                "url": "https://hosted.weblate.org/api/components/uh/tutorial/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/uh/tutorial/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/uh/tutorial/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/uh/tutorial/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/uh/tutorial/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/uh/tutorial/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/uh/tutorial/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": [
                    "https://hosted.weblate.org/api/addons/108/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": "https://hosted.weblate.org/api/components/uh/uh/?format=api"
            },
            "language_code": "tr",
            "id": 224,
            "filename": "po/scenarios/tr/tutorial.po",
            "revision": "f71ea6d1ffa9d6e133b5d3586bce315bbaa0efc7",
            "web_url": "https://hosted.weblate.org/projects/uh/tutorial/tr/",
            "share_url": "https://hosted.weblate.org/engage/uh/-/tr/",
            "translate_url": "https://hosted.weblate.org/translate/uh/tutorial/tr/",
            "url": "https://hosted.weblate.org/api/translations/uh/tutorial/tr/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 188,
            "total_words": 3382,
            "translated": 188,
            "translated_words": 3382,
            "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-06-21T23:41:43.634327+02:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/uh/tutorial/tr/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/uh/tutorial/tr/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/uh/tutorial/tr/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/uh/tutorial/tr/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/uh/tutorial/tr/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": "Scenario: Tutorial",
                "slug": "tutorial",
                "id": 15,
                "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/scenarios/*/tutorial.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/tutorial/",
                "url": "https://hosted.weblate.org/api/components/uh/tutorial/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/uh/tutorial/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/uh/tutorial/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/uh/tutorial/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/uh/tutorial/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/uh/tutorial/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/uh/tutorial/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": [
                    "https://hosted.weblate.org/api/addons/108/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": "https://hosted.weblate.org/api/components/uh/uh/?format=api"
            },
            "language_code": "et",
            "id": 225,
            "filename": "po/scenarios/et/tutorial.po",
            "revision": "97878a4f1cc4ec1eac886a80d9975a2cb3a84912",
            "web_url": "https://hosted.weblate.org/projects/uh/tutorial/et/",
            "share_url": "https://hosted.weblate.org/engage/uh/-/et/",
            "translate_url": "https://hosted.weblate.org/translate/uh/tutorial/et/",
            "url": "https://hosted.weblate.org/api/translations/uh/tutorial/et/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 188,
            "total_words": 3382,
            "translated": 188,
            "translated_words": 3382,
            "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-01-17T07:41:42.393683+01:00",
            "last_author": "Kristjan Räts",
            "repository_url": "https://hosted.weblate.org/api/translations/uh/tutorial/et/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/uh/tutorial/et/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/uh/tutorial/et/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/uh/tutorial/et/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/uh/tutorial/et/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": "Scenario: Tutorial",
                "slug": "tutorial",
                "id": 15,
                "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/scenarios/*/tutorial.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/tutorial/",
                "url": "https://hosted.weblate.org/api/components/uh/tutorial/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/uh/tutorial/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/uh/tutorial/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/uh/tutorial/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/uh/tutorial/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/uh/tutorial/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/uh/tutorial/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": [
                    "https://hosted.weblate.org/api/addons/108/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": "https://hosted.weblate.org/api/components/uh/uh/?format=api"
            },
            "language_code": "cs",
            "id": 226,
            "filename": "po/scenarios/cs/tutorial.po",
            "revision": "d4a40907ab94d39d1267da739810d9f8d07ed837",
            "web_url": "https://hosted.weblate.org/projects/uh/tutorial/cs/",
            "share_url": "https://hosted.weblate.org/engage/uh/-/cs/",
            "translate_url": "https://hosted.weblate.org/translate/uh/tutorial/cs/",
            "url": "https://hosted.weblate.org/api/translations/uh/tutorial/cs/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 188,
            "total_words": 3382,
            "translated": 135,
            "translated_words": 2323,
            "translated_percent": 71.8,
            "fuzzy": 53,
            "fuzzy_words": 1059,
            "fuzzy_percent": 28.1,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 5,
            "have_comment": 0,
            "last_change": "2020-07-23T13:43:23.351743+02:00",
            "last_author": "Michal Čihař",
            "repository_url": "https://hosted.weblate.org/api/translations/uh/tutorial/cs/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/uh/tutorial/cs/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/uh/tutorial/cs/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/uh/tutorial/cs/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/uh/tutorial/cs/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": "Scenario: Tutorial",
                "slug": "tutorial",
                "id": 15,
                "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/scenarios/*/tutorial.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/tutorial/",
                "url": "https://hosted.weblate.org/api/components/uh/tutorial/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/uh/tutorial/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/uh/tutorial/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/uh/tutorial/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/uh/tutorial/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/uh/tutorial/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/uh/tutorial/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": [
                    "https://hosted.weblate.org/api/addons/108/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": "https://hosted.weblate.org/api/components/uh/uh/?format=api"
            },
            "language_code": "uk",
            "id": 227,
            "filename": "po/scenarios/uk/tutorial.po",
            "revision": "d3fdbedc46c190d991f649f6bc0faa2fbd2bc931",
            "web_url": "https://hosted.weblate.org/projects/uh/tutorial/uk/",
            "share_url": "https://hosted.weblate.org/engage/uh/-/uk/",
            "translate_url": "https://hosted.weblate.org/translate/uh/tutorial/uk/",
            "url": "https://hosted.weblate.org/api/translations/uh/tutorial/uk/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 188,
            "total_words": 3382,
            "translated": 188,
            "translated_words": 3382,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 9,
            "failing_checks_words": 218,
            "failing_checks_percent": 4.7,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2016-09-04T07:46:06+02:00",
            "last_author": "Андрій Бандура",
            "repository_url": "https://hosted.weblate.org/api/translations/uh/tutorial/uk/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/uh/tutorial/uk/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/uh/tutorial/uk/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/uh/tutorial/uk/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/uh/tutorial/uk/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": "Scenario: Tutorial",
                "slug": "tutorial",
                "id": 15,
                "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/scenarios/*/tutorial.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/tutorial/",
                "url": "https://hosted.weblate.org/api/components/uh/tutorial/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/uh/tutorial/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/uh/tutorial/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/uh/tutorial/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/uh/tutorial/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/uh/tutorial/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/uh/tutorial/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": [
                    "https://hosted.weblate.org/api/addons/108/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": "https://hosted.weblate.org/api/components/uh/uh/?format=api"
            },
            "language_code": "gl",
            "id": 228,
            "filename": "po/scenarios/gl/tutorial.po",
            "revision": "73e5ab8f1e981b6dbe1245a19e456a3eb3e19378",
            "web_url": "https://hosted.weblate.org/projects/uh/tutorial/gl/",
            "share_url": "https://hosted.weblate.org/engage/uh/-/gl/",
            "translate_url": "https://hosted.weblate.org/translate/uh/tutorial/gl/",
            "url": "https://hosted.weblate.org/api/translations/uh/tutorial/gl/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 188,
            "total_words": 3382,
            "translated": 94,
            "translated_words": 1481,
            "translated_percent": 50.0,
            "fuzzy": 78,
            "fuzzy_words": 1411,
            "fuzzy_percent": 41.4,
            "failing_checks": 3,
            "failing_checks_words": 36,
            "failing_checks_percent": 1.5,
            "have_suggestion": 1,
            "have_comment": 0,
            "last_change": "2013-12-06T17:52:51+01:00",
            "last_author": "Adrián Chaves Fernández",
            "repository_url": "https://hosted.weblate.org/api/translations/uh/tutorial/gl/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/uh/tutorial/gl/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/uh/tutorial/gl/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/uh/tutorial/gl/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/uh/tutorial/gl/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": "Scenario: Tutorial",
                "slug": "tutorial",
                "id": 15,
                "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/scenarios/*/tutorial.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/tutorial/",
                "url": "https://hosted.weblate.org/api/components/uh/tutorial/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/uh/tutorial/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/uh/tutorial/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/uh/tutorial/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/uh/tutorial/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/uh/tutorial/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/uh/tutorial/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": [
                    "https://hosted.weblate.org/api/addons/108/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": "https://hosted.weblate.org/api/components/uh/uh/?format=api"
            },
            "language_code": "fi",
            "id": 229,
            "filename": "po/scenarios/fi/tutorial.po",
            "revision": "1d2f426317843f980918c1923da88e94ce55f7ff",
            "web_url": "https://hosted.weblate.org/projects/uh/tutorial/fi/",
            "share_url": "https://hosted.weblate.org/engage/uh/-/fi/",
            "translate_url": "https://hosted.weblate.org/translate/uh/tutorial/fi/",
            "url": "https://hosted.weblate.org/api/translations/uh/tutorial/fi/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 188,
            "total_words": 3382,
            "translated": 188,
            "translated_words": 3382,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 1,
            "failing_checks_words": 20,
            "failing_checks_percent": 0.5,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2020-03-26T14:31:38+01:00",
            "last_author": "Tuomas Lähteenmäki",
            "repository_url": "https://hosted.weblate.org/api/translations/uh/tutorial/fi/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/uh/tutorial/fi/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/uh/tutorial/fi/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/uh/tutorial/fi/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/uh/tutorial/fi/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": "Scenario: Tutorial",
                "slug": "tutorial",
                "id": 15,
                "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/scenarios/*/tutorial.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/tutorial/",
                "url": "https://hosted.weblate.org/api/components/uh/tutorial/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/uh/tutorial/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/uh/tutorial/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/uh/tutorial/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/uh/tutorial/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/uh/tutorial/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/uh/tutorial/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": [
                    "https://hosted.weblate.org/api/addons/108/?format=api"
                ],
                "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": 230,
            "filename": "po/scenarios/pt_BR/tutorial.po",
            "revision": "7652615bc3c883891bb3b824a9acd69cbbf34c42",
            "web_url": "https://hosted.weblate.org/projects/uh/tutorial/pt_BR/",
            "share_url": "https://hosted.weblate.org/engage/uh/-/pt_BR/",
            "translate_url": "https://hosted.weblate.org/translate/uh/tutorial/pt_BR/",
            "url": "https://hosted.weblate.org/api/translations/uh/tutorial/pt_BR/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 188,
            "total_words": 3382,
            "translated": 188,
            "translated_words": 3382,
            "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-09-14T17:38:24+02:00",
            "last_author": "Luiz Fernando Ranghetti",
            "repository_url": "https://hosted.weblate.org/api/translations/uh/tutorial/pt_BR/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/uh/tutorial/pt_BR/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/uh/tutorial/pt_BR/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/uh/tutorial/pt_BR/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/uh/tutorial/pt_BR/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": "Scenario: Tutorial",
                "slug": "tutorial",
                "id": 15,
                "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/scenarios/*/tutorial.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/tutorial/",
                "url": "https://hosted.weblate.org/api/components/uh/tutorial/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/uh/tutorial/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/uh/tutorial/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/uh/tutorial/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/uh/tutorial/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/uh/tutorial/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/uh/tutorial/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": [
                    "https://hosted.weblate.org/api/addons/108/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": "https://hosted.weblate.org/api/components/uh/uh/?format=api"
            },
            "language_code": "nl",
            "id": 231,
            "filename": "po/scenarios/nl/tutorial.po",
            "revision": "50049f8e3c808aaa5b1c22f09be8fba74140fbad",
            "web_url": "https://hosted.weblate.org/projects/uh/tutorial/nl/",
            "share_url": "https://hosted.weblate.org/engage/uh/-/nl/",
            "translate_url": "https://hosted.weblate.org/translate/uh/tutorial/nl/",
            "url": "https://hosted.weblate.org/api/translations/uh/tutorial/nl/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 188,
            "total_words": 3382,
            "translated": 188,
            "translated_words": 3382,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 7,
            "failing_checks_words": 188,
            "failing_checks_percent": 3.7,
            "have_suggestion": 1,
            "have_comment": 0,
            "last_change": "2020-01-13T18:53:25+01:00",
            "last_author": "J. A. Durieux",
            "repository_url": "https://hosted.weblate.org/api/translations/uh/tutorial/nl/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/uh/tutorial/nl/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/uh/tutorial/nl/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/uh/tutorial/nl/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/uh/tutorial/nl/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": "Scenario: The Unknown",
                "slug": "the-unknown",
                "id": 16,
                "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/scenarios/*/The_Unknown.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/the-unknown/",
                "url": "https://hosted.weblate.org/api/components/uh/the-unknown/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/uh/the-unknown/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/uh/the-unknown/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/uh/the-unknown/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/uh/the-unknown/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/uh/the-unknown/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/uh/the-unknown/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": [
                    "https://hosted.weblate.org/api/addons/107/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": "https://hosted.weblate.org/api/components/uh/uh/?format=api"
            },
            "language_code": "sv",
            "id": 232,
            "filename": "po/scenarios/sv/The_Unknown.po",
            "revision": "0ee74a9496a82b667b15d849e30ebbbe8039dff6",
            "web_url": "https://hosted.weblate.org/projects/uh/the-unknown/sv/",
            "share_url": "https://hosted.weblate.org/engage/uh/-/sv/",
            "translate_url": "https://hosted.weblate.org/translate/uh/the-unknown/sv/",
            "url": "https://hosted.weblate.org/api/translations/uh/the-unknown/sv/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 22,
            "total_words": 486,
            "translated": 22,
            "translated_words": 486,
            "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-04T16:46:15+01:00",
            "last_author": "Sebastian Rasmussen",
            "repository_url": "https://hosted.weblate.org/api/translations/uh/the-unknown/sv/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/uh/the-unknown/sv/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/uh/the-unknown/sv/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/uh/the-unknown/sv/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/uh/the-unknown/sv/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": "Scenario: The Unknown",
                "slug": "the-unknown",
                "id": 16,
                "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/scenarios/*/The_Unknown.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/the-unknown/",
                "url": "https://hosted.weblate.org/api/components/uh/the-unknown/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/uh/the-unknown/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/uh/the-unknown/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/uh/the-unknown/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/uh/the-unknown/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/uh/the-unknown/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/uh/the-unknown/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": [
                    "https://hosted.weblate.org/api/addons/107/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": "https://hosted.weblate.org/api/components/uh/uh/?format=api"
            },
            "language_code": "pt",
            "id": 233,
            "filename": "po/scenarios/pt/The_Unknown.po",
            "revision": "0fa6bd9e5ef4016189ae7ec0966b6e88eb67319f",
            "web_url": "https://hosted.weblate.org/projects/uh/the-unknown/pt/",
            "share_url": "https://hosted.weblate.org/engage/uh/-/pt/",
            "translate_url": "https://hosted.weblate.org/translate/uh/the-unknown/pt/",
            "url": "https://hosted.weblate.org/api/translations/uh/the-unknown/pt/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 22,
            "total_words": 486,
            "translated": 22,
            "translated_words": 486,
            "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-04-18T11:51:55+02:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/uh/the-unknown/pt/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/uh/the-unknown/pt/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/uh/the-unknown/pt/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/uh/the-unknown/pt/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/uh/the-unknown/pt/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": "Scenario: The Unknown",
                "slug": "the-unknown",
                "id": 16,
                "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/scenarios/*/The_Unknown.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/the-unknown/",
                "url": "https://hosted.weblate.org/api/components/uh/the-unknown/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/uh/the-unknown/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/uh/the-unknown/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/uh/the-unknown/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/uh/the-unknown/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/uh/the-unknown/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/uh/the-unknown/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": [
                    "https://hosted.weblate.org/api/addons/107/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": "https://hosted.weblate.org/api/components/uh/uh/?format=api"
            },
            "language_code": "it",
            "id": 234,
            "filename": "po/scenarios/it/The_Unknown.po",
            "revision": "19204a85f7f39b5bc3ba42865bb61eb94ccd22a8",
            "web_url": "https://hosted.weblate.org/projects/uh/the-unknown/it/",
            "share_url": "https://hosted.weblate.org/engage/uh/-/it/",
            "translate_url": "https://hosted.weblate.org/translate/uh/the-unknown/it/",
            "url": "https://hosted.weblate.org/api/translations/uh/the-unknown/it/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 22,
            "total_words": 486,
            "translated": 22,
            "translated_words": 486,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2021-05-20T13:03:30.744212+02:00",
            "last_author": "Sinapse X",
            "repository_url": "https://hosted.weblate.org/api/translations/uh/the-unknown/it/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/uh/the-unknown/it/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/uh/the-unknown/it/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/uh/the-unknown/it/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/uh/the-unknown/it/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": "Scenario: The Unknown",
                "slug": "the-unknown",
                "id": 16,
                "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/scenarios/*/The_Unknown.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/the-unknown/",
                "url": "https://hosted.weblate.org/api/components/uh/the-unknown/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/uh/the-unknown/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/uh/the-unknown/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/uh/the-unknown/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/uh/the-unknown/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/uh/the-unknown/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/uh/the-unknown/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": [
                    "https://hosted.weblate.org/api/addons/107/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": "https://hosted.weblate.org/api/components/uh/uh/?format=api"
            },
            "language_code": "hr",
            "id": 235,
            "filename": "po/scenarios/hr/The_Unknown.po",
            "revision": "63a84a9aa41a01b0232e255c750f76551ac4e035",
            "web_url": "https://hosted.weblate.org/projects/uh/the-unknown/hr/",
            "share_url": "https://hosted.weblate.org/engage/uh/-/hr/",
            "translate_url": "https://hosted.weblate.org/translate/uh/the-unknown/hr/",
            "url": "https://hosted.weblate.org/api/translations/uh/the-unknown/hr/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 22,
            "total_words": 486,
            "translated": 22,
            "translated_words": 486,
            "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:54:56.808814+01:00",
            "last_author": "Milo Ivir",
            "repository_url": "https://hosted.weblate.org/api/translations/uh/the-unknown/hr/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/uh/the-unknown/hr/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/uh/the-unknown/hr/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/uh/the-unknown/hr/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/uh/the-unknown/hr/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": "Scenario: The Unknown",
                "slug": "the-unknown",
                "id": 16,
                "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/scenarios/*/The_Unknown.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/the-unknown/",
                "url": "https://hosted.weblate.org/api/components/uh/the-unknown/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/uh/the-unknown/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/uh/the-unknown/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/uh/the-unknown/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/uh/the-unknown/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/uh/the-unknown/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/uh/the-unknown/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": [
                    "https://hosted.weblate.org/api/addons/107/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": "https://hosted.weblate.org/api/components/uh/uh/?format=api"
            },
            "language_code": "ja",
            "id": 236,
            "filename": "po/scenarios/ja/The_Unknown.po",
            "revision": "87b3d4f6f81969bf03140bb78475d9f21a35c8aa",
            "web_url": "https://hosted.weblate.org/projects/uh/the-unknown/ja/",
            "share_url": "https://hosted.weblate.org/engage/uh/-/ja/",
            "translate_url": "https://hosted.weblate.org/translate/uh/the-unknown/ja/",
            "url": "https://hosted.weblate.org/api/translations/uh/the-unknown/ja/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 22,
            "total_words": 486,
            "translated": 20,
            "translated_words": 436,
            "translated_percent": 90.9,
            "fuzzy": 2,
            "fuzzy_words": 50,
            "fuzzy_percent": 9.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2014-08-06T19:01:38+02:00",
            "last_author": "Tatsuhiko Yamanoue",
            "repository_url": "https://hosted.weblate.org/api/translations/uh/the-unknown/ja/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/uh/the-unknown/ja/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/uh/the-unknown/ja/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/uh/the-unknown/ja/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/uh/the-unknown/ja/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": "Scenario: The Unknown",
                "slug": "the-unknown",
                "id": 16,
                "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/scenarios/*/The_Unknown.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/the-unknown/",
                "url": "https://hosted.weblate.org/api/components/uh/the-unknown/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/uh/the-unknown/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/uh/the-unknown/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/uh/the-unknown/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/uh/the-unknown/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/uh/the-unknown/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/uh/the-unknown/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": [
                    "https://hosted.weblate.org/api/addons/107/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": "https://hosted.weblate.org/api/components/uh/uh/?format=api"
            },
            "language_code": "ru",
            "id": 237,
            "filename": "po/scenarios/ru/The_Unknown.po",
            "revision": "a70cc3e34f3b3ce8da83789a1b62e56e787d30d8",
            "web_url": "https://hosted.weblate.org/projects/uh/the-unknown/ru/",
            "share_url": "https://hosted.weblate.org/engage/uh/-/ru/",
            "translate_url": "https://hosted.weblate.org/translate/uh/the-unknown/ru/",
            "url": "https://hosted.weblate.org/api/translations/uh/the-unknown/ru/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 22,
            "total_words": 486,
            "translated": 22,
            "translated_words": 486,
            "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-05-09T20:12:29+02:00",
            "last_author": "Polshakov Dmitry",
            "repository_url": "https://hosted.weblate.org/api/translations/uh/the-unknown/ru/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/uh/the-unknown/ru/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/uh/the-unknown/ru/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/uh/the-unknown/ru/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/uh/the-unknown/ru/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": "Scenario: The Unknown",
                "slug": "the-unknown",
                "id": 16,
                "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/scenarios/*/The_Unknown.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/the-unknown/",
                "url": "https://hosted.weblate.org/api/components/uh/the-unknown/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/uh/the-unknown/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/uh/the-unknown/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/uh/the-unknown/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/uh/the-unknown/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/uh/the-unknown/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/uh/the-unknown/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": [
                    "https://hosted.weblate.org/api/addons/107/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": "https://hosted.weblate.org/api/components/uh/uh/?format=api"
            },
            "language_code": "es",
            "id": 238,
            "filename": "po/scenarios/es/The_Unknown.po",
            "revision": "bc49fe34df670d816923a4b7eeed3bab863f179e",
            "web_url": "https://hosted.weblate.org/projects/uh/the-unknown/es/",
            "share_url": "https://hosted.weblate.org/engage/uh/-/es/",
            "translate_url": "https://hosted.weblate.org/translate/uh/the-unknown/es/",
            "url": "https://hosted.weblate.org/api/translations/uh/the-unknown/es/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 22,
            "total_words": 486,
            "translated": 22,
            "translated_words": 486,
            "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-04-18T11:42:40+02:00",
            "last_author": "Rui Mendes",
            "repository_url": "https://hosted.weblate.org/api/translations/uh/the-unknown/es/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/uh/the-unknown/es/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/uh/the-unknown/es/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/uh/the-unknown/es/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/uh/the-unknown/es/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": "Scenario: The Unknown",
                "slug": "the-unknown",
                "id": 16,
                "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/scenarios/*/The_Unknown.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/the-unknown/",
                "url": "https://hosted.weblate.org/api/components/uh/the-unknown/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/uh/the-unknown/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/uh/the-unknown/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/uh/the-unknown/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/uh/the-unknown/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/uh/the-unknown/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/uh/the-unknown/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": [
                    "https://hosted.weblate.org/api/addons/107/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": "https://hosted.weblate.org/api/components/uh/uh/?format=api"
            },
            "language_code": "hu",
            "id": 239,
            "filename": "po/scenarios/hu/The_Unknown.po",
            "revision": "35f0f86d0fb98fd9f22f96b00f0d895e38d51ab6",
            "web_url": "https://hosted.weblate.org/projects/uh/the-unknown/hu/",
            "share_url": "https://hosted.weblate.org/engage/uh/-/hu/",
            "translate_url": "https://hosted.weblate.org/translate/uh/the-unknown/hu/",
            "url": "https://hosted.weblate.org/api/translations/uh/the-unknown/hu/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 22,
            "total_words": 486,
            "translated": 22,
            "translated_words": 486,
            "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-08-31T21:00:29+02:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/uh/the-unknown/hu/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/uh/the-unknown/hu/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/uh/the-unknown/hu/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/uh/the-unknown/hu/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/uh/the-unknown/hu/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": "Scenario: The Unknown",
                "slug": "the-unknown",
                "id": 16,
                "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/scenarios/*/The_Unknown.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/the-unknown/",
                "url": "https://hosted.weblate.org/api/components/uh/the-unknown/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/uh/the-unknown/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/uh/the-unknown/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/uh/the-unknown/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/uh/the-unknown/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/uh/the-unknown/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/uh/the-unknown/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": [
                    "https://hosted.weblate.org/api/addons/107/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": "https://hosted.weblate.org/api/components/uh/uh/?format=api"
            },
            "language_code": "de",
            "id": 240,
            "filename": "po/scenarios/de/The_Unknown.po",
            "revision": "47ceca0bc4f281332a679aec1e7b29ff91062aca",
            "web_url": "https://hosted.weblate.org/projects/uh/the-unknown/de/",
            "share_url": "https://hosted.weblate.org/engage/uh/-/de/",
            "translate_url": "https://hosted.weblate.org/translate/uh/the-unknown/de/",
            "url": "https://hosted.weblate.org/api/translations/uh/the-unknown/de/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 22,
            "total_words": 486,
            "translated": 22,
            "translated_words": 486,
            "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": 5,
            "have_comment": 0,
            "last_change": "2019-11-24T08:20:57+01:00",
            "last_author": "Wuzzy",
            "repository_url": "https://hosted.weblate.org/api/translations/uh/the-unknown/de/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/uh/the-unknown/de/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/uh/the-unknown/de/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/uh/the-unknown/de/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/uh/the-unknown/de/units/?format=api"
        },
        {
            "language": {
                "id": 78,
                "code": "pl",
                "name": "Polish",
                "plural": {
                    "id": 244,
                    "source": 0,
                    "number": 3,
                    "formula": "n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2",
                    "type": 22
                },
                "aliases": [
                    "plk",
                    "pol"
                ],
                "direction": "ltr",
                "population": 41077398,
                "web_url": "https://hosted.weblate.org/languages/pl/",
                "url": "https://hosted.weblate.org/api/languages/pl/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/pl/statistics/?format=api"
            },
            "component": {
                "name": "Scenario: The Unknown",
                "slug": "the-unknown",
                "id": 16,
                "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/scenarios/*/The_Unknown.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/the-unknown/",
                "url": "https://hosted.weblate.org/api/components/uh/the-unknown/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/uh/the-unknown/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/uh/the-unknown/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/uh/the-unknown/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/uh/the-unknown/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/uh/the-unknown/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/uh/the-unknown/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": [
                    "https://hosted.weblate.org/api/addons/107/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": "https://hosted.weblate.org/api/components/uh/uh/?format=api"
            },
            "language_code": "pl",
            "id": 241,
            "filename": "po/scenarios/pl/The_Unknown.po",
            "revision": "9639e1907ce0c36bef4a1fac89c04f55a07c9976",
            "web_url": "https://hosted.weblate.org/projects/uh/the-unknown/pl/",
            "share_url": "https://hosted.weblate.org/engage/uh/-/pl/",
            "translate_url": "https://hosted.weblate.org/translate/uh/the-unknown/pl/",
            "url": "https://hosted.weblate.org/api/translations/uh/the-unknown/pl/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 22,
            "total_words": 486,
            "translated": 22,
            "translated_words": 486,
            "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-05-31T16:35:49.746941+02:00",
            "last_author": "WaldiS",
            "repository_url": "https://hosted.weblate.org/api/translations/uh/the-unknown/pl/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/uh/the-unknown/pl/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/uh/the-unknown/pl/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/uh/the-unknown/pl/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/uh/the-unknown/pl/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": "Scenario: The Unknown",
                "slug": "the-unknown",
                "id": 16,
                "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/scenarios/*/The_Unknown.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/the-unknown/",
                "url": "https://hosted.weblate.org/api/components/uh/the-unknown/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/uh/the-unknown/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/uh/the-unknown/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/uh/the-unknown/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/uh/the-unknown/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/uh/the-unknown/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/uh/the-unknown/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": [
                    "https://hosted.weblate.org/api/addons/107/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": "https://hosted.weblate.org/api/components/uh/uh/?format=api"
            },
            "language_code": "fr",
            "id": 242,
            "filename": "po/scenarios/fr/The_Unknown.po",
            "revision": "c3a41d9ba9f7f38cddcba928653bc4b4bd46756f",
            "web_url": "https://hosted.weblate.org/projects/uh/the-unknown/fr/",
            "share_url": "https://hosted.weblate.org/engage/uh/-/fr/",
            "translate_url": "https://hosted.weblate.org/translate/uh/the-unknown/fr/",
            "url": "https://hosted.weblate.org/api/translations/uh/the-unknown/fr/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 22,
            "total_words": 486,
            "translated": 22,
            "translated_words": 486,
            "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-18T22:01:14.616041+02:00",
            "last_author": "Éfrit",
            "repository_url": "https://hosted.weblate.org/api/translations/uh/the-unknown/fr/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/uh/the-unknown/fr/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/uh/the-unknown/fr/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/uh/the-unknown/fr/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/uh/the-unknown/fr/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": "Scenario: The Unknown",
                "slug": "the-unknown",
                "id": 16,
                "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/scenarios/*/The_Unknown.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/the-unknown/",
                "url": "https://hosted.weblate.org/api/components/uh/the-unknown/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/uh/the-unknown/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/uh/the-unknown/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/uh/the-unknown/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/uh/the-unknown/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/uh/the-unknown/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/uh/the-unknown/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": [
                    "https://hosted.weblate.org/api/addons/107/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": "https://hosted.weblate.org/api/components/uh/uh/?format=api"
            },
            "language_code": "tr",
            "id": 243,
            "filename": "po/scenarios/tr/The_Unknown.po",
            "revision": "66098df7efb16124a6506726bcb21719103bd9c1",
            "web_url": "https://hosted.weblate.org/projects/uh/the-unknown/tr/",
            "share_url": "https://hosted.weblate.org/engage/uh/-/tr/",
            "translate_url": "https://hosted.weblate.org/translate/uh/the-unknown/tr/",
            "url": "https://hosted.weblate.org/api/translations/uh/the-unknown/tr/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 22,
            "total_words": 486,
            "translated": 22,
            "translated_words": 486,
            "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:32:17+02:00",
            "last_author": "monolifed",
            "repository_url": "https://hosted.weblate.org/api/translations/uh/the-unknown/tr/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/uh/the-unknown/tr/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/uh/the-unknown/tr/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/uh/the-unknown/tr/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/uh/the-unknown/tr/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": "Scenario: The Unknown",
                "slug": "the-unknown",
                "id": 16,
                "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/scenarios/*/The_Unknown.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/the-unknown/",
                "url": "https://hosted.weblate.org/api/components/uh/the-unknown/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/uh/the-unknown/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/uh/the-unknown/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/uh/the-unknown/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/uh/the-unknown/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/uh/the-unknown/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/uh/the-unknown/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": [
                    "https://hosted.weblate.org/api/addons/107/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": "https://hosted.weblate.org/api/components/uh/uh/?format=api"
            },
            "language_code": "et",
            "id": 244,
            "filename": "po/scenarios/et/The_Unknown.po",
            "revision": "a4858fd614f4f66150ed22bb93cf0c33bbc84c04",
            "web_url": "https://hosted.weblate.org/projects/uh/the-unknown/et/",
            "share_url": "https://hosted.weblate.org/engage/uh/-/et/",
            "translate_url": "https://hosted.weblate.org/translate/uh/the-unknown/et/",
            "url": "https://hosted.weblate.org/api/translations/uh/the-unknown/et/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 22,
            "total_words": 486,
            "translated": 22,
            "translated_words": 486,
            "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-01-17T07:40:38.078956+01:00",
            "last_author": "Kristjan Räts",
            "repository_url": "https://hosted.weblate.org/api/translations/uh/the-unknown/et/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/uh/the-unknown/et/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/uh/the-unknown/et/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/uh/the-unknown/et/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/uh/the-unknown/et/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": "Scenario: The Unknown",
                "slug": "the-unknown",
                "id": 16,
                "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/scenarios/*/The_Unknown.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/the-unknown/",
                "url": "https://hosted.weblate.org/api/components/uh/the-unknown/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/uh/the-unknown/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/uh/the-unknown/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/uh/the-unknown/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/uh/the-unknown/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/uh/the-unknown/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/uh/the-unknown/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": [
                    "https://hosted.weblate.org/api/addons/107/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": "https://hosted.weblate.org/api/components/uh/uh/?format=api"
            },
            "language_code": "cs",
            "id": 245,
            "filename": "po/scenarios/cs/The_Unknown.po",
            "revision": "086cf99976ad1e86d6f88b7ed765bfe0cfa11478",
            "web_url": "https://hosted.weblate.org/projects/uh/the-unknown/cs/",
            "share_url": "https://hosted.weblate.org/engage/uh/-/cs/",
            "translate_url": "https://hosted.weblate.org/translate/uh/the-unknown/cs/",
            "url": "https://hosted.weblate.org/api/translations/uh/the-unknown/cs/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 22,
            "total_words": 486,
            "translated": 22,
            "translated_words": 486,
            "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:27:58.611474+02:00",
            "last_author": "Jiri Zizkin Zizka",
            "repository_url": "https://hosted.weblate.org/api/translations/uh/the-unknown/cs/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/uh/the-unknown/cs/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/uh/the-unknown/cs/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/uh/the-unknown/cs/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/uh/the-unknown/cs/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": "Scenario: The Unknown",
                "slug": "the-unknown",
                "id": 16,
                "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/scenarios/*/The_Unknown.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/the-unknown/",
                "url": "https://hosted.weblate.org/api/components/uh/the-unknown/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/uh/the-unknown/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/uh/the-unknown/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/uh/the-unknown/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/uh/the-unknown/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/uh/the-unknown/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/uh/the-unknown/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": [
                    "https://hosted.weblate.org/api/addons/107/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": "https://hosted.weblate.org/api/components/uh/uh/?format=api"
            },
            "language_code": "uk",
            "id": 246,
            "filename": "po/scenarios/uk/The_Unknown.po",
            "revision": "9e9f9c5f36699eb753b0e4678dc0d1702a2d18f5",
            "web_url": "https://hosted.weblate.org/projects/uh/the-unknown/uk/",
            "share_url": "https://hosted.weblate.org/engage/uh/-/uk/",
            "translate_url": "https://hosted.weblate.org/translate/uh/the-unknown/uk/",
            "url": "https://hosted.weblate.org/api/translations/uh/the-unknown/uk/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 22,
            "total_words": 486,
            "translated": 22,
            "translated_words": 486,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 1,
            "failing_checks_words": 30,
            "failing_checks_percent": 4.5,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2016-08-26T10:44:32+02:00",
            "last_author": "Андрій Бандура",
            "repository_url": "https://hosted.weblate.org/api/translations/uh/the-unknown/uk/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/uh/the-unknown/uk/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/uh/the-unknown/uk/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/uh/the-unknown/uk/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/uh/the-unknown/uk/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": "Scenario: The Unknown",
                "slug": "the-unknown",
                "id": 16,
                "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/scenarios/*/The_Unknown.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/the-unknown/",
                "url": "https://hosted.weblate.org/api/components/uh/the-unknown/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/uh/the-unknown/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/uh/the-unknown/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/uh/the-unknown/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/uh/the-unknown/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/uh/the-unknown/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/uh/the-unknown/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": [
                    "https://hosted.weblate.org/api/addons/107/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": "https://hosted.weblate.org/api/components/uh/uh/?format=api"
            },
            "language_code": "gl",
            "id": 247,
            "filename": "po/scenarios/gl/The_Unknown.po",
            "revision": "d30a183cd1eae06ed2d155091f2b2b2ca230e419",
            "web_url": "https://hosted.weblate.org/projects/uh/the-unknown/gl/",
            "share_url": "https://hosted.weblate.org/engage/uh/-/gl/",
            "translate_url": "https://hosted.weblate.org/translate/uh/the-unknown/gl/",
            "url": "https://hosted.weblate.org/api/translations/uh/the-unknown/gl/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 22,
            "total_words": 486,
            "translated": 22,
            "translated_words": 486,
            "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-11-24T15:58:12.591864+01:00",
            "last_author": "gallegonovato",
            "repository_url": "https://hosted.weblate.org/api/translations/uh/the-unknown/gl/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/uh/the-unknown/gl/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/uh/the-unknown/gl/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/uh/the-unknown/gl/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/uh/the-unknown/gl/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": "Scenario: The Unknown",
                "slug": "the-unknown",
                "id": 16,
                "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/scenarios/*/The_Unknown.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/the-unknown/",
                "url": "https://hosted.weblate.org/api/components/uh/the-unknown/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/uh/the-unknown/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/uh/the-unknown/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/uh/the-unknown/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/uh/the-unknown/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/uh/the-unknown/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/uh/the-unknown/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": [
                    "https://hosted.weblate.org/api/addons/107/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": "https://hosted.weblate.org/api/components/uh/uh/?format=api"
            },
            "language_code": "fi",
            "id": 248,
            "filename": "po/scenarios/fi/The_Unknown.po",
            "revision": "4ba519e22e2a5bf89ff26c20f5f883206888e7cf",
            "web_url": "https://hosted.weblate.org/projects/uh/the-unknown/fi/",
            "share_url": "https://hosted.weblate.org/engage/uh/-/fi/",
            "translate_url": "https://hosted.weblate.org/translate/uh/the-unknown/fi/",
            "url": "https://hosted.weblate.org/api/translations/uh/the-unknown/fi/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 22,
            "total_words": 486,
            "translated": 22,
            "translated_words": 486,
            "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-03-26T12:27:18+01:00",
            "last_author": "Tuomas Lähteenmäki",
            "repository_url": "https://hosted.weblate.org/api/translations/uh/the-unknown/fi/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/uh/the-unknown/fi/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/uh/the-unknown/fi/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/uh/the-unknown/fi/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/uh/the-unknown/fi/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": "Scenario: The Unknown",
                "slug": "the-unknown",
                "id": 16,
                "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/scenarios/*/The_Unknown.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/the-unknown/",
                "url": "https://hosted.weblate.org/api/components/uh/the-unknown/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/uh/the-unknown/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/uh/the-unknown/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/uh/the-unknown/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/uh/the-unknown/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/uh/the-unknown/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/uh/the-unknown/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": [
                    "https://hosted.weblate.org/api/addons/107/?format=api"
                ],
                "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": 249,
            "filename": "po/scenarios/pt_BR/The_Unknown.po",
            "revision": "ed33eab1d3dbc3d5a2449d69778c157b9cac1b09",
            "web_url": "https://hosted.weblate.org/projects/uh/the-unknown/pt_BR/",
            "share_url": "https://hosted.weblate.org/engage/uh/-/pt_BR/",
            "translate_url": "https://hosted.weblate.org/translate/uh/the-unknown/pt_BR/",
            "url": "https://hosted.weblate.org/api/translations/uh/the-unknown/pt_BR/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 22,
            "total_words": 486,
            "translated": 22,
            "translated_words": 486,
            "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-04-18T11:43:59+02:00",
            "last_author": "Rui Mendes",
            "repository_url": "https://hosted.weblate.org/api/translations/uh/the-unknown/pt_BR/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/uh/the-unknown/pt_BR/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/uh/the-unknown/pt_BR/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/uh/the-unknown/pt_BR/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/uh/the-unknown/pt_BR/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": "Scenario: The Unknown",
                "slug": "the-unknown",
                "id": 16,
                "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/scenarios/*/The_Unknown.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/the-unknown/",
                "url": "https://hosted.weblate.org/api/components/uh/the-unknown/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/uh/the-unknown/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/uh/the-unknown/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/uh/the-unknown/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/uh/the-unknown/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/uh/the-unknown/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/uh/the-unknown/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": [
                    "https://hosted.weblate.org/api/addons/107/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": "https://hosted.weblate.org/api/components/uh/uh/?format=api"
            },
            "language_code": "nl",
            "id": 250,
            "filename": "po/scenarios/nl/The_Unknown.po",
            "revision": "e58441a71b0243d5f9110d7af19d9b3cad0c3491",
            "web_url": "https://hosted.weblate.org/projects/uh/the-unknown/nl/",
            "share_url": "https://hosted.weblate.org/engage/uh/-/nl/",
            "translate_url": "https://hosted.weblate.org/translate/uh/the-unknown/nl/",
            "url": "https://hosted.weblate.org/api/translations/uh/the-unknown/nl/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 22,
            "total_words": 486,
            "translated": 22,
            "translated_words": 486,
            "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-08-26T10:11:03+02:00",
            "last_author": "Joenit S",
            "repository_url": "https://hosted.weblate.org/api/translations/uh/the-unknown/nl/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/uh/the-unknown/nl/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/uh/the-unknown/nl/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/uh/the-unknown/nl/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/uh/the-unknown/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": "Scenario: Tutorial",
                "slug": "tutorial",
                "id": 15,
                "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/scenarios/*/tutorial.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/tutorial/",
                "url": "https://hosted.weblate.org/api/components/uh/tutorial/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/uh/tutorial/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/uh/tutorial/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/uh/tutorial/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/uh/tutorial/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/uh/tutorial/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/uh/tutorial/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": [
                    "https://hosted.weblate.org/api/addons/108/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": "https://hosted.weblate.org/api/components/uh/uh/?format=api"
            },
            "language_code": "ro",
            "id": 251,
            "filename": "po/scenarios/ro/tutorial.po",
            "revision": "af1b418898c49ce43b9ad79b2c940831be516642",
            "web_url": "https://hosted.weblate.org/projects/uh/tutorial/ro/",
            "share_url": "https://hosted.weblate.org/engage/uh/-/ro/",
            "translate_url": "https://hosted.weblate.org/translate/uh/tutorial/ro/",
            "url": "https://hosted.weblate.org/api/translations/uh/tutorial/ro/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 188,
            "total_words": 3382,
            "translated": 118,
            "translated_words": 2133,
            "translated_percent": 62.7,
            "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-18T10:33:30.921675+02:00",
            "last_author": "Alexandru Mituchi",
            "repository_url": "https://hosted.weblate.org/api/translations/uh/tutorial/ro/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/uh/tutorial/ro/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/uh/tutorial/ro/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/uh/tutorial/ro/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/uh/tutorial/ro/units/?format=api"
        }
    ]
}