Translation components API.

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

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

{
    "count": 190,
    "next": "https://itzulpenak.gamerauntsia.eus/api/translations/?format=api&page=2",
    "previous": null,
    "results": [
        {
            "language": {
                "id": 98,
                "code": "eu",
                "name": "Basque",
                "plural": {
                    "id": 98,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "es_eu",
                    "baq",
                    "eus"
                ],
                "direction": "ltr",
                "population": 1088518,
                "web_url": "https://itzulpenak.gamerauntsia.eus/languages/eu/",
                "url": "https://itzulpenak.gamerauntsia.eus/api/languages/eu/?format=api",
                "statistics_url": "https://itzulpenak.gamerauntsia.eus/api/languages/eu/statistics/?format=api"
            },
            "component": {
                "name": "UI",
                "slug": "ui",
                "id": 1,
                "source_language": {
                    "id": 76,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 76,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://itzulpenak.gamerauntsia.eus/languages/en/",
                    "url": "https://itzulpenak.gamerauntsia.eus/api/languages/en/?format=api",
                    "statistics_url": "https://itzulpenak.gamerauntsia.eus/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "superstarfighter",
                    "slug": "superstarfighter",
                    "id": 1,
                    "web": "https://notapixel.itch.io/superstarfighter",
                    "web_url": "https://itzulpenak.gamerauntsia.eus/projects/superstarfighter/",
                    "url": "https://itzulpenak.gamerauntsia.eus/api/projects/superstarfighter/?format=api",
                    "components_list_url": "https://itzulpenak.gamerauntsia.eus/api/projects/superstarfighter/components/?format=api",
                    "repository_url": "https://itzulpenak.gamerauntsia.eus/api/projects/superstarfighter/repository/?format=api",
                    "statistics_url": "https://itzulpenak.gamerauntsia.eus/api/projects/superstarfighter/statistics/?format=api",
                    "categories_url": "https://itzulpenak.gamerauntsia.eus/api/projects/superstarfighter/categories/?format=api",
                    "changes_list_url": "https://itzulpenak.gamerauntsia.eus/api/projects/superstarfighter/changes/?format=api",
                    "languages_url": "https://itzulpenak.gamerauntsia.eus/api/projects/superstarfighter/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "https://github.com/notapixelstudio/superstarfighter.git",
                "git_export": "https://itzulpenak.gamerauntsia.eus/git/superstarfighter/ui/",
                "branch": "master",
                "push_branch": "",
                "filemask": "godot/locale/*.po",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "godot/locale/messages.pot",
                "file_format": "po",
                "license": "",
                "license_url": null,
                "agreement": "",
                "web_url": "https://itzulpenak.gamerauntsia.eus/projects/superstarfighter/ui/",
                "url": "https://itzulpenak.gamerauntsia.eus/api/components/superstarfighter/ui/?format=api",
                "repository_url": "https://itzulpenak.gamerauntsia.eus/api/components/superstarfighter/ui/repository/?format=api",
                "translations_url": "https://itzulpenak.gamerauntsia.eus/api/components/superstarfighter/ui/translations/?format=api",
                "statistics_url": "https://itzulpenak.gamerauntsia.eus/api/components/superstarfighter/ui/statistics/?format=api",
                "lock_url": "https://itzulpenak.gamerauntsia.eus/api/components/superstarfighter/ui/lock/?format=api",
                "links_url": "https://itzulpenak.gamerauntsia.eus/api/components/superstarfighter/ui/links/?format=api",
                "changes_list_url": "https://itzulpenak.gamerauntsia.eus/api/components/superstarfighter/ui/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "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 }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "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 \"{{ addon_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": "^(eu|es|fr)$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null
            },
            "language_code": "eu",
            "id": 1,
            "filename": "godot/locale/eu.po",
            "revision": "81c6e4a8a68a509d5afc93a5a397f07360f38a00",
            "web_url": "https://itzulpenak.gamerauntsia.eus/projects/superstarfighter/ui/eu/",
            "share_url": "https://itzulpenak.gamerauntsia.eus/engage/superstarfighter/-/eu/",
            "translate_url": "https://itzulpenak.gamerauntsia.eus/translate/superstarfighter/ui/eu/",
            "url": "https://itzulpenak.gamerauntsia.eus/api/translations/superstarfighter/ui/eu/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 96,
            "total_words": 242,
            "translated": 56,
            "translated_words": 98,
            "translated_percent": 58.3,
            "fuzzy": 5,
            "fuzzy_words": 8,
            "fuzzy_percent": 5.2,
            "failing_checks": 1,
            "failing_checks_words": 1,
            "failing_checks_percent": 1.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://itzulpenak.gamerauntsia.eus/api/translations/superstarfighter/ui/eu/repository/?format=api",
            "file_url": "https://itzulpenak.gamerauntsia.eus/api/translations/superstarfighter/ui/eu/file/?format=api",
            "statistics_url": "https://itzulpenak.gamerauntsia.eus/api/translations/superstarfighter/ui/eu/statistics/?format=api",
            "changes_list_url": "https://itzulpenak.gamerauntsia.eus/api/translations/superstarfighter/ui/eu/changes/?format=api",
            "units_list_url": "https://itzulpenak.gamerauntsia.eus/api/translations/superstarfighter/ui/eu/units/?format=api"
        },
        {
            "language": {
                "id": 106,
                "code": "fr",
                "name": "French",
                "plural": {
                    "id": 106,
                    "source": 0,
                    "number": 2,
                    "formula": "n > 1",
                    "type": 1
                },
                "aliases": [
                    "fra_fr",
                    "fra",
                    "fre"
                ],
                "direction": "ltr",
                "population": 278611506,
                "web_url": "https://itzulpenak.gamerauntsia.eus/languages/fr/",
                "url": "https://itzulpenak.gamerauntsia.eus/api/languages/fr/?format=api",
                "statistics_url": "https://itzulpenak.gamerauntsia.eus/api/languages/fr/statistics/?format=api"
            },
            "component": {
                "name": "UI",
                "slug": "ui",
                "id": 1,
                "source_language": {
                    "id": 76,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 76,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://itzulpenak.gamerauntsia.eus/languages/en/",
                    "url": "https://itzulpenak.gamerauntsia.eus/api/languages/en/?format=api",
                    "statistics_url": "https://itzulpenak.gamerauntsia.eus/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "superstarfighter",
                    "slug": "superstarfighter",
                    "id": 1,
                    "web": "https://notapixel.itch.io/superstarfighter",
                    "web_url": "https://itzulpenak.gamerauntsia.eus/projects/superstarfighter/",
                    "url": "https://itzulpenak.gamerauntsia.eus/api/projects/superstarfighter/?format=api",
                    "components_list_url": "https://itzulpenak.gamerauntsia.eus/api/projects/superstarfighter/components/?format=api",
                    "repository_url": "https://itzulpenak.gamerauntsia.eus/api/projects/superstarfighter/repository/?format=api",
                    "statistics_url": "https://itzulpenak.gamerauntsia.eus/api/projects/superstarfighter/statistics/?format=api",
                    "categories_url": "https://itzulpenak.gamerauntsia.eus/api/projects/superstarfighter/categories/?format=api",
                    "changes_list_url": "https://itzulpenak.gamerauntsia.eus/api/projects/superstarfighter/changes/?format=api",
                    "languages_url": "https://itzulpenak.gamerauntsia.eus/api/projects/superstarfighter/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "https://github.com/notapixelstudio/superstarfighter.git",
                "git_export": "https://itzulpenak.gamerauntsia.eus/git/superstarfighter/ui/",
                "branch": "master",
                "push_branch": "",
                "filemask": "godot/locale/*.po",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "godot/locale/messages.pot",
                "file_format": "po",
                "license": "",
                "license_url": null,
                "agreement": "",
                "web_url": "https://itzulpenak.gamerauntsia.eus/projects/superstarfighter/ui/",
                "url": "https://itzulpenak.gamerauntsia.eus/api/components/superstarfighter/ui/?format=api",
                "repository_url": "https://itzulpenak.gamerauntsia.eus/api/components/superstarfighter/ui/repository/?format=api",
                "translations_url": "https://itzulpenak.gamerauntsia.eus/api/components/superstarfighter/ui/translations/?format=api",
                "statistics_url": "https://itzulpenak.gamerauntsia.eus/api/components/superstarfighter/ui/statistics/?format=api",
                "lock_url": "https://itzulpenak.gamerauntsia.eus/api/components/superstarfighter/ui/lock/?format=api",
                "links_url": "https://itzulpenak.gamerauntsia.eus/api/components/superstarfighter/ui/links/?format=api",
                "changes_list_url": "https://itzulpenak.gamerauntsia.eus/api/components/superstarfighter/ui/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "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 }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "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 \"{{ addon_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": "^(eu|es|fr)$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null
            },
            "language_code": "fr",
            "id": 2,
            "filename": "godot/locale/fr.po",
            "revision": "a5842e594b0b6e7d121c2c06f49248609843d70b",
            "web_url": "https://itzulpenak.gamerauntsia.eus/projects/superstarfighter/ui/fr/",
            "share_url": "https://itzulpenak.gamerauntsia.eus/engage/superstarfighter/-/fr/",
            "translate_url": "https://itzulpenak.gamerauntsia.eus/translate/superstarfighter/ui/fr/",
            "url": "https://itzulpenak.gamerauntsia.eus/api/translations/superstarfighter/ui/fr/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 96,
            "total_words": 242,
            "translated": 58,
            "translated_words": 103,
            "translated_percent": 60.4,
            "fuzzy": 5,
            "fuzzy_words": 8,
            "fuzzy_percent": 5.2,
            "failing_checks": 1,
            "failing_checks_words": 1,
            "failing_checks_percent": 1.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://itzulpenak.gamerauntsia.eus/api/translations/superstarfighter/ui/fr/repository/?format=api",
            "file_url": "https://itzulpenak.gamerauntsia.eus/api/translations/superstarfighter/ui/fr/file/?format=api",
            "statistics_url": "https://itzulpenak.gamerauntsia.eus/api/translations/superstarfighter/ui/fr/statistics/?format=api",
            "changes_list_url": "https://itzulpenak.gamerauntsia.eus/api/translations/superstarfighter/ui/fr/changes/?format=api",
            "units_list_url": "https://itzulpenak.gamerauntsia.eus/api/translations/superstarfighter/ui/fr/units/?format=api"
        },
        {
            "language": {
                "id": 87,
                "code": "es",
                "name": "Spanish",
                "plural": {
                    "id": 87,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "es_la",
                    "esp",
                    "spa"
                ],
                "direction": "ltr",
                "population": 493528078,
                "web_url": "https://itzulpenak.gamerauntsia.eus/languages/es/",
                "url": "https://itzulpenak.gamerauntsia.eus/api/languages/es/?format=api",
                "statistics_url": "https://itzulpenak.gamerauntsia.eus/api/languages/es/statistics/?format=api"
            },
            "component": {
                "name": "Menu nagusia",
                "slug": "menu-nagusia",
                "id": 2,
                "source_language": {
                    "id": 76,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 76,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://itzulpenak.gamerauntsia.eus/languages/en/",
                    "url": "https://itzulpenak.gamerauntsia.eus/api/languages/en/?format=api",
                    "statistics_url": "https://itzulpenak.gamerauntsia.eus/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "SuperTux",
                    "slug": "supertux",
                    "id": 2,
                    "web": "https://www.supertux.org/",
                    "web_url": "https://itzulpenak.gamerauntsia.eus/projects/supertux/",
                    "url": "https://itzulpenak.gamerauntsia.eus/api/projects/supertux/?format=api",
                    "components_list_url": "https://itzulpenak.gamerauntsia.eus/api/projects/supertux/components/?format=api",
                    "repository_url": "https://itzulpenak.gamerauntsia.eus/api/projects/supertux/repository/?format=api",
                    "statistics_url": "https://itzulpenak.gamerauntsia.eus/api/projects/supertux/statistics/?format=api",
                    "categories_url": "https://itzulpenak.gamerauntsia.eus/api/projects/supertux/categories/?format=api",
                    "changes_list_url": "https://itzulpenak.gamerauntsia.eus/api/projects/supertux/changes/?format=api",
                    "languages_url": "https://itzulpenak.gamerauntsia.eus/api/projects/supertux/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "git@github.com:SuperTux/supertux.git",
                "git_export": "https://itzulpenak.gamerauntsia.eus/git/supertux/menu-nagusia/",
                "branch": "master",
                "push_branch": "",
                "filemask": "data/locale/*.po",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "data/locale/messages.pot",
                "file_format": "po",
                "license": "",
                "license_url": null,
                "agreement": "",
                "web_url": "https://itzulpenak.gamerauntsia.eus/projects/supertux/menu-nagusia/",
                "url": "https://itzulpenak.gamerauntsia.eus/api/components/supertux/menu-nagusia/?format=api",
                "repository_url": "https://itzulpenak.gamerauntsia.eus/api/components/supertux/menu-nagusia/repository/?format=api",
                "translations_url": "https://itzulpenak.gamerauntsia.eus/api/components/supertux/menu-nagusia/translations/?format=api",
                "statistics_url": "https://itzulpenak.gamerauntsia.eus/api/components/supertux/menu-nagusia/statistics/?format=api",
                "lock_url": "https://itzulpenak.gamerauntsia.eus/api/components/supertux/menu-nagusia/lock/?format=api",
                "links_url": "https://itzulpenak.gamerauntsia.eus/api/components/supertux/menu-nagusia/links/?format=api",
                "changes_list_url": "https://itzulpenak.gamerauntsia.eus/api/components/supertux/menu-nagusia/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "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 }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "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 \"{{ addon_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": "^(eu|es|fr)$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null
            },
            "language_code": "es",
            "id": 3,
            "filename": "data/locale/es.po",
            "revision": "103e65b8f48275f608ea90b7460039164be55a51",
            "web_url": "https://itzulpenak.gamerauntsia.eus/projects/supertux/menu-nagusia/es/",
            "share_url": "https://itzulpenak.gamerauntsia.eus/engage/supertux/-/es/",
            "translate_url": "https://itzulpenak.gamerauntsia.eus/translate/supertux/menu-nagusia/es/",
            "url": "https://itzulpenak.gamerauntsia.eus/api/translations/supertux/menu-nagusia/es/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 659,
            "total_words": 1764,
            "translated": 521,
            "translated_words": 1412,
            "translated_percent": 79.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 75,
            "failing_checks_words": 278,
            "failing_checks_percent": 11.3,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://itzulpenak.gamerauntsia.eus/api/translations/supertux/menu-nagusia/es/repository/?format=api",
            "file_url": "https://itzulpenak.gamerauntsia.eus/api/translations/supertux/menu-nagusia/es/file/?format=api",
            "statistics_url": "https://itzulpenak.gamerauntsia.eus/api/translations/supertux/menu-nagusia/es/statistics/?format=api",
            "changes_list_url": "https://itzulpenak.gamerauntsia.eus/api/translations/supertux/menu-nagusia/es/changes/?format=api",
            "units_list_url": "https://itzulpenak.gamerauntsia.eus/api/translations/supertux/menu-nagusia/es/units/?format=api"
        },
        {
            "language": {
                "id": 98,
                "code": "eu",
                "name": "Basque",
                "plural": {
                    "id": 98,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "es_eu",
                    "baq",
                    "eus"
                ],
                "direction": "ltr",
                "population": 1088518,
                "web_url": "https://itzulpenak.gamerauntsia.eus/languages/eu/",
                "url": "https://itzulpenak.gamerauntsia.eus/api/languages/eu/?format=api",
                "statistics_url": "https://itzulpenak.gamerauntsia.eus/api/languages/eu/statistics/?format=api"
            },
            "component": {
                "name": "Menu nagusia",
                "slug": "menu-nagusia",
                "id": 2,
                "source_language": {
                    "id": 76,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 76,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://itzulpenak.gamerauntsia.eus/languages/en/",
                    "url": "https://itzulpenak.gamerauntsia.eus/api/languages/en/?format=api",
                    "statistics_url": "https://itzulpenak.gamerauntsia.eus/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "SuperTux",
                    "slug": "supertux",
                    "id": 2,
                    "web": "https://www.supertux.org/",
                    "web_url": "https://itzulpenak.gamerauntsia.eus/projects/supertux/",
                    "url": "https://itzulpenak.gamerauntsia.eus/api/projects/supertux/?format=api",
                    "components_list_url": "https://itzulpenak.gamerauntsia.eus/api/projects/supertux/components/?format=api",
                    "repository_url": "https://itzulpenak.gamerauntsia.eus/api/projects/supertux/repository/?format=api",
                    "statistics_url": "https://itzulpenak.gamerauntsia.eus/api/projects/supertux/statistics/?format=api",
                    "categories_url": "https://itzulpenak.gamerauntsia.eus/api/projects/supertux/categories/?format=api",
                    "changes_list_url": "https://itzulpenak.gamerauntsia.eus/api/projects/supertux/changes/?format=api",
                    "languages_url": "https://itzulpenak.gamerauntsia.eus/api/projects/supertux/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "git@github.com:SuperTux/supertux.git",
                "git_export": "https://itzulpenak.gamerauntsia.eus/git/supertux/menu-nagusia/",
                "branch": "master",
                "push_branch": "",
                "filemask": "data/locale/*.po",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "data/locale/messages.pot",
                "file_format": "po",
                "license": "",
                "license_url": null,
                "agreement": "",
                "web_url": "https://itzulpenak.gamerauntsia.eus/projects/supertux/menu-nagusia/",
                "url": "https://itzulpenak.gamerauntsia.eus/api/components/supertux/menu-nagusia/?format=api",
                "repository_url": "https://itzulpenak.gamerauntsia.eus/api/components/supertux/menu-nagusia/repository/?format=api",
                "translations_url": "https://itzulpenak.gamerauntsia.eus/api/components/supertux/menu-nagusia/translations/?format=api",
                "statistics_url": "https://itzulpenak.gamerauntsia.eus/api/components/supertux/menu-nagusia/statistics/?format=api",
                "lock_url": "https://itzulpenak.gamerauntsia.eus/api/components/supertux/menu-nagusia/lock/?format=api",
                "links_url": "https://itzulpenak.gamerauntsia.eus/api/components/supertux/menu-nagusia/links/?format=api",
                "changes_list_url": "https://itzulpenak.gamerauntsia.eus/api/components/supertux/menu-nagusia/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "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 }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "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 \"{{ addon_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": "^(eu|es|fr)$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null
            },
            "language_code": "eu",
            "id": 4,
            "filename": "data/locale/eu.po",
            "revision": "a27de2f8934f9a9367696eb1b8efc0bc15f56aea",
            "web_url": "https://itzulpenak.gamerauntsia.eus/projects/supertux/menu-nagusia/eu/",
            "share_url": "https://itzulpenak.gamerauntsia.eus/engage/supertux/-/eu/",
            "translate_url": "https://itzulpenak.gamerauntsia.eus/translate/supertux/menu-nagusia/eu/",
            "url": "https://itzulpenak.gamerauntsia.eus/api/translations/supertux/menu-nagusia/eu/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 659,
            "total_words": 1764,
            "translated": 546,
            "translated_words": 1457,
            "translated_percent": 82.8,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 43,
            "failing_checks_words": 131,
            "failing_checks_percent": 6.5,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://itzulpenak.gamerauntsia.eus/api/translations/supertux/menu-nagusia/eu/repository/?format=api",
            "file_url": "https://itzulpenak.gamerauntsia.eus/api/translations/supertux/menu-nagusia/eu/file/?format=api",
            "statistics_url": "https://itzulpenak.gamerauntsia.eus/api/translations/supertux/menu-nagusia/eu/statistics/?format=api",
            "changes_list_url": "https://itzulpenak.gamerauntsia.eus/api/translations/supertux/menu-nagusia/eu/changes/?format=api",
            "units_list_url": "https://itzulpenak.gamerauntsia.eus/api/translations/supertux/menu-nagusia/eu/units/?format=api"
        },
        {
            "language": {
                "id": 106,
                "code": "fr",
                "name": "French",
                "plural": {
                    "id": 106,
                    "source": 0,
                    "number": 2,
                    "formula": "n > 1",
                    "type": 1
                },
                "aliases": [
                    "fra_fr",
                    "fra",
                    "fre"
                ],
                "direction": "ltr",
                "population": 278611506,
                "web_url": "https://itzulpenak.gamerauntsia.eus/languages/fr/",
                "url": "https://itzulpenak.gamerauntsia.eus/api/languages/fr/?format=api",
                "statistics_url": "https://itzulpenak.gamerauntsia.eus/api/languages/fr/statistics/?format=api"
            },
            "component": {
                "name": "Menu nagusia",
                "slug": "menu-nagusia",
                "id": 2,
                "source_language": {
                    "id": 76,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 76,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://itzulpenak.gamerauntsia.eus/languages/en/",
                    "url": "https://itzulpenak.gamerauntsia.eus/api/languages/en/?format=api",
                    "statistics_url": "https://itzulpenak.gamerauntsia.eus/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "SuperTux",
                    "slug": "supertux",
                    "id": 2,
                    "web": "https://www.supertux.org/",
                    "web_url": "https://itzulpenak.gamerauntsia.eus/projects/supertux/",
                    "url": "https://itzulpenak.gamerauntsia.eus/api/projects/supertux/?format=api",
                    "components_list_url": "https://itzulpenak.gamerauntsia.eus/api/projects/supertux/components/?format=api",
                    "repository_url": "https://itzulpenak.gamerauntsia.eus/api/projects/supertux/repository/?format=api",
                    "statistics_url": "https://itzulpenak.gamerauntsia.eus/api/projects/supertux/statistics/?format=api",
                    "categories_url": "https://itzulpenak.gamerauntsia.eus/api/projects/supertux/categories/?format=api",
                    "changes_list_url": "https://itzulpenak.gamerauntsia.eus/api/projects/supertux/changes/?format=api",
                    "languages_url": "https://itzulpenak.gamerauntsia.eus/api/projects/supertux/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "git@github.com:SuperTux/supertux.git",
                "git_export": "https://itzulpenak.gamerauntsia.eus/git/supertux/menu-nagusia/",
                "branch": "master",
                "push_branch": "",
                "filemask": "data/locale/*.po",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "data/locale/messages.pot",
                "file_format": "po",
                "license": "",
                "license_url": null,
                "agreement": "",
                "web_url": "https://itzulpenak.gamerauntsia.eus/projects/supertux/menu-nagusia/",
                "url": "https://itzulpenak.gamerauntsia.eus/api/components/supertux/menu-nagusia/?format=api",
                "repository_url": "https://itzulpenak.gamerauntsia.eus/api/components/supertux/menu-nagusia/repository/?format=api",
                "translations_url": "https://itzulpenak.gamerauntsia.eus/api/components/supertux/menu-nagusia/translations/?format=api",
                "statistics_url": "https://itzulpenak.gamerauntsia.eus/api/components/supertux/menu-nagusia/statistics/?format=api",
                "lock_url": "https://itzulpenak.gamerauntsia.eus/api/components/supertux/menu-nagusia/lock/?format=api",
                "links_url": "https://itzulpenak.gamerauntsia.eus/api/components/supertux/menu-nagusia/links/?format=api",
                "changes_list_url": "https://itzulpenak.gamerauntsia.eus/api/components/supertux/menu-nagusia/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "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 }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "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 \"{{ addon_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": "^(eu|es|fr)$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null
            },
            "language_code": "fr",
            "id": 5,
            "filename": "data/locale/fr.po",
            "revision": "3cb16b26758daf455e0a12ffa6a45b506eee4a04",
            "web_url": "https://itzulpenak.gamerauntsia.eus/projects/supertux/menu-nagusia/fr/",
            "share_url": "https://itzulpenak.gamerauntsia.eus/engage/supertux/-/fr/",
            "translate_url": "https://itzulpenak.gamerauntsia.eus/translate/supertux/menu-nagusia/fr/",
            "url": "https://itzulpenak.gamerauntsia.eus/api/translations/supertux/menu-nagusia/fr/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 663,
            "total_words": 1771,
            "translated": 663,
            "translated_words": 1771,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 87,
            "failing_checks_words": 225,
            "failing_checks_percent": 13.1,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://itzulpenak.gamerauntsia.eus/api/translations/supertux/menu-nagusia/fr/repository/?format=api",
            "file_url": "https://itzulpenak.gamerauntsia.eus/api/translations/supertux/menu-nagusia/fr/file/?format=api",
            "statistics_url": "https://itzulpenak.gamerauntsia.eus/api/translations/supertux/menu-nagusia/fr/statistics/?format=api",
            "changes_list_url": "https://itzulpenak.gamerauntsia.eus/api/translations/supertux/menu-nagusia/fr/changes/?format=api",
            "units_list_url": "https://itzulpenak.gamerauntsia.eus/api/translations/supertux/menu-nagusia/fr/units/?format=api"
        },
        {
            "language": {
                "id": 87,
                "code": "es",
                "name": "Spanish",
                "plural": {
                    "id": 87,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "es_la",
                    "esp",
                    "spa"
                ],
                "direction": "ltr",
                "population": 493528078,
                "web_url": "https://itzulpenak.gamerauntsia.eus/languages/es/",
                "url": "https://itzulpenak.gamerauntsia.eus/api/languages/es/?format=api",
                "statistics_url": "https://itzulpenak.gamerauntsia.eus/api/languages/es/statistics/?format=api"
            },
            "component": {
                "name": "Bonus-1",
                "slug": "bonus-1",
                "id": 3,
                "source_language": {
                    "id": 76,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 76,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://itzulpenak.gamerauntsia.eus/languages/en/",
                    "url": "https://itzulpenak.gamerauntsia.eus/api/languages/en/?format=api",
                    "statistics_url": "https://itzulpenak.gamerauntsia.eus/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "SuperTux",
                    "slug": "supertux",
                    "id": 2,
                    "web": "https://www.supertux.org/",
                    "web_url": "https://itzulpenak.gamerauntsia.eus/projects/supertux/",
                    "url": "https://itzulpenak.gamerauntsia.eus/api/projects/supertux/?format=api",
                    "components_list_url": "https://itzulpenak.gamerauntsia.eus/api/projects/supertux/components/?format=api",
                    "repository_url": "https://itzulpenak.gamerauntsia.eus/api/projects/supertux/repository/?format=api",
                    "statistics_url": "https://itzulpenak.gamerauntsia.eus/api/projects/supertux/statistics/?format=api",
                    "categories_url": "https://itzulpenak.gamerauntsia.eus/api/projects/supertux/categories/?format=api",
                    "changes_list_url": "https://itzulpenak.gamerauntsia.eus/api/projects/supertux/changes/?format=api",
                    "languages_url": "https://itzulpenak.gamerauntsia.eus/api/projects/supertux/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "git@github.com:SuperTux/supertux.git",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "data/levels/bonus1/*.po",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "data/levels/bonus1/messages.pot",
                "file_format": "po",
                "license": "",
                "license_url": null,
                "agreement": "",
                "web_url": "https://itzulpenak.gamerauntsia.eus/projects/supertux/bonus-1/",
                "url": "https://itzulpenak.gamerauntsia.eus/api/components/supertux/bonus-1/?format=api",
                "repository_url": "https://itzulpenak.gamerauntsia.eus/api/components/supertux/bonus-1/repository/?format=api",
                "translations_url": "https://itzulpenak.gamerauntsia.eus/api/components/supertux/bonus-1/translations/?format=api",
                "statistics_url": "https://itzulpenak.gamerauntsia.eus/api/components/supertux/bonus-1/statistics/?format=api",
                "lock_url": "https://itzulpenak.gamerauntsia.eus/api/components/supertux/bonus-1/lock/?format=api",
                "links_url": "https://itzulpenak.gamerauntsia.eus/api/components/supertux/bonus-1/links/?format=api",
                "changes_list_url": "https://itzulpenak.gamerauntsia.eus/api/components/supertux/bonus-1/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "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 }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "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 \"{{ addon_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": "^(eu|es|fr)$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null
            },
            "language_code": "es",
            "id": 6,
            "filename": "data/levels/bonus1/es.po",
            "revision": "745ac25ec4e8e1fc191ca9bb11ff50cd2aacfe95",
            "web_url": "https://itzulpenak.gamerauntsia.eus/projects/supertux/bonus-1/es/",
            "share_url": "https://itzulpenak.gamerauntsia.eus/engage/supertux/-/es/",
            "translate_url": "https://itzulpenak.gamerauntsia.eus/translate/supertux/bonus-1/es/",
            "url": "https://itzulpenak.gamerauntsia.eus/api/translations/supertux/bonus-1/es/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 40,
            "total_words": 212,
            "translated": 40,
            "translated_words": 212,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 1,
            "failing_checks_words": 5,
            "failing_checks_percent": 2.5,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://itzulpenak.gamerauntsia.eus/api/translations/supertux/bonus-1/es/repository/?format=api",
            "file_url": "https://itzulpenak.gamerauntsia.eus/api/translations/supertux/bonus-1/es/file/?format=api",
            "statistics_url": "https://itzulpenak.gamerauntsia.eus/api/translations/supertux/bonus-1/es/statistics/?format=api",
            "changes_list_url": "https://itzulpenak.gamerauntsia.eus/api/translations/supertux/bonus-1/es/changes/?format=api",
            "units_list_url": "https://itzulpenak.gamerauntsia.eus/api/translations/supertux/bonus-1/es/units/?format=api"
        },
        {
            "language": {
                "id": 98,
                "code": "eu",
                "name": "Basque",
                "plural": {
                    "id": 98,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "es_eu",
                    "baq",
                    "eus"
                ],
                "direction": "ltr",
                "population": 1088518,
                "web_url": "https://itzulpenak.gamerauntsia.eus/languages/eu/",
                "url": "https://itzulpenak.gamerauntsia.eus/api/languages/eu/?format=api",
                "statistics_url": "https://itzulpenak.gamerauntsia.eus/api/languages/eu/statistics/?format=api"
            },
            "component": {
                "name": "Bonus-1",
                "slug": "bonus-1",
                "id": 3,
                "source_language": {
                    "id": 76,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 76,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://itzulpenak.gamerauntsia.eus/languages/en/",
                    "url": "https://itzulpenak.gamerauntsia.eus/api/languages/en/?format=api",
                    "statistics_url": "https://itzulpenak.gamerauntsia.eus/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "SuperTux",
                    "slug": "supertux",
                    "id": 2,
                    "web": "https://www.supertux.org/",
                    "web_url": "https://itzulpenak.gamerauntsia.eus/projects/supertux/",
                    "url": "https://itzulpenak.gamerauntsia.eus/api/projects/supertux/?format=api",
                    "components_list_url": "https://itzulpenak.gamerauntsia.eus/api/projects/supertux/components/?format=api",
                    "repository_url": "https://itzulpenak.gamerauntsia.eus/api/projects/supertux/repository/?format=api",
                    "statistics_url": "https://itzulpenak.gamerauntsia.eus/api/projects/supertux/statistics/?format=api",
                    "categories_url": "https://itzulpenak.gamerauntsia.eus/api/projects/supertux/categories/?format=api",
                    "changes_list_url": "https://itzulpenak.gamerauntsia.eus/api/projects/supertux/changes/?format=api",
                    "languages_url": "https://itzulpenak.gamerauntsia.eus/api/projects/supertux/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "git@github.com:SuperTux/supertux.git",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "data/levels/bonus1/*.po",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "data/levels/bonus1/messages.pot",
                "file_format": "po",
                "license": "",
                "license_url": null,
                "agreement": "",
                "web_url": "https://itzulpenak.gamerauntsia.eus/projects/supertux/bonus-1/",
                "url": "https://itzulpenak.gamerauntsia.eus/api/components/supertux/bonus-1/?format=api",
                "repository_url": "https://itzulpenak.gamerauntsia.eus/api/components/supertux/bonus-1/repository/?format=api",
                "translations_url": "https://itzulpenak.gamerauntsia.eus/api/components/supertux/bonus-1/translations/?format=api",
                "statistics_url": "https://itzulpenak.gamerauntsia.eus/api/components/supertux/bonus-1/statistics/?format=api",
                "lock_url": "https://itzulpenak.gamerauntsia.eus/api/components/supertux/bonus-1/lock/?format=api",
                "links_url": "https://itzulpenak.gamerauntsia.eus/api/components/supertux/bonus-1/links/?format=api",
                "changes_list_url": "https://itzulpenak.gamerauntsia.eus/api/components/supertux/bonus-1/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "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 }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "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 \"{{ addon_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": "^(eu|es|fr)$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null
            },
            "language_code": "eu",
            "id": 7,
            "filename": "data/levels/bonus1/eu.po",
            "revision": "533bd1a91cc78b222328839e011fc76d00a94735",
            "web_url": "https://itzulpenak.gamerauntsia.eus/projects/supertux/bonus-1/eu/",
            "share_url": "https://itzulpenak.gamerauntsia.eus/engage/supertux/-/eu/",
            "translate_url": "https://itzulpenak.gamerauntsia.eus/translate/supertux/bonus-1/eu/",
            "url": "https://itzulpenak.gamerauntsia.eus/api/translations/supertux/bonus-1/eu/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 40,
            "total_words": 212,
            "translated": 40,
            "translated_words": 212,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 4,
            "failing_checks_words": 92,
            "failing_checks_percent": 10.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://itzulpenak.gamerauntsia.eus/api/translations/supertux/bonus-1/eu/repository/?format=api",
            "file_url": "https://itzulpenak.gamerauntsia.eus/api/translations/supertux/bonus-1/eu/file/?format=api",
            "statistics_url": "https://itzulpenak.gamerauntsia.eus/api/translations/supertux/bonus-1/eu/statistics/?format=api",
            "changes_list_url": "https://itzulpenak.gamerauntsia.eus/api/translations/supertux/bonus-1/eu/changes/?format=api",
            "units_list_url": "https://itzulpenak.gamerauntsia.eus/api/translations/supertux/bonus-1/eu/units/?format=api"
        },
        {
            "language": {
                "id": 106,
                "code": "fr",
                "name": "French",
                "plural": {
                    "id": 106,
                    "source": 0,
                    "number": 2,
                    "formula": "n > 1",
                    "type": 1
                },
                "aliases": [
                    "fra_fr",
                    "fra",
                    "fre"
                ],
                "direction": "ltr",
                "population": 278611506,
                "web_url": "https://itzulpenak.gamerauntsia.eus/languages/fr/",
                "url": "https://itzulpenak.gamerauntsia.eus/api/languages/fr/?format=api",
                "statistics_url": "https://itzulpenak.gamerauntsia.eus/api/languages/fr/statistics/?format=api"
            },
            "component": {
                "name": "Bonus-1",
                "slug": "bonus-1",
                "id": 3,
                "source_language": {
                    "id": 76,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 76,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://itzulpenak.gamerauntsia.eus/languages/en/",
                    "url": "https://itzulpenak.gamerauntsia.eus/api/languages/en/?format=api",
                    "statistics_url": "https://itzulpenak.gamerauntsia.eus/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "SuperTux",
                    "slug": "supertux",
                    "id": 2,
                    "web": "https://www.supertux.org/",
                    "web_url": "https://itzulpenak.gamerauntsia.eus/projects/supertux/",
                    "url": "https://itzulpenak.gamerauntsia.eus/api/projects/supertux/?format=api",
                    "components_list_url": "https://itzulpenak.gamerauntsia.eus/api/projects/supertux/components/?format=api",
                    "repository_url": "https://itzulpenak.gamerauntsia.eus/api/projects/supertux/repository/?format=api",
                    "statistics_url": "https://itzulpenak.gamerauntsia.eus/api/projects/supertux/statistics/?format=api",
                    "categories_url": "https://itzulpenak.gamerauntsia.eus/api/projects/supertux/categories/?format=api",
                    "changes_list_url": "https://itzulpenak.gamerauntsia.eus/api/projects/supertux/changes/?format=api",
                    "languages_url": "https://itzulpenak.gamerauntsia.eus/api/projects/supertux/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "git@github.com:SuperTux/supertux.git",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "data/levels/bonus1/*.po",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "data/levels/bonus1/messages.pot",
                "file_format": "po",
                "license": "",
                "license_url": null,
                "agreement": "",
                "web_url": "https://itzulpenak.gamerauntsia.eus/projects/supertux/bonus-1/",
                "url": "https://itzulpenak.gamerauntsia.eus/api/components/supertux/bonus-1/?format=api",
                "repository_url": "https://itzulpenak.gamerauntsia.eus/api/components/supertux/bonus-1/repository/?format=api",
                "translations_url": "https://itzulpenak.gamerauntsia.eus/api/components/supertux/bonus-1/translations/?format=api",
                "statistics_url": "https://itzulpenak.gamerauntsia.eus/api/components/supertux/bonus-1/statistics/?format=api",
                "lock_url": "https://itzulpenak.gamerauntsia.eus/api/components/supertux/bonus-1/lock/?format=api",
                "links_url": "https://itzulpenak.gamerauntsia.eus/api/components/supertux/bonus-1/links/?format=api",
                "changes_list_url": "https://itzulpenak.gamerauntsia.eus/api/components/supertux/bonus-1/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "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 }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "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 \"{{ addon_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": "^(eu|es|fr)$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null
            },
            "language_code": "fr",
            "id": 8,
            "filename": "data/levels/bonus1/fr.po",
            "revision": "20c1a1b43bdac14889128ab0e64062aee837659c",
            "web_url": "https://itzulpenak.gamerauntsia.eus/projects/supertux/bonus-1/fr/",
            "share_url": "https://itzulpenak.gamerauntsia.eus/engage/supertux/-/fr/",
            "translate_url": "https://itzulpenak.gamerauntsia.eus/translate/supertux/bonus-1/fr/",
            "url": "https://itzulpenak.gamerauntsia.eus/api/translations/supertux/bonus-1/fr/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 40,
            "total_words": 212,
            "translated": 40,
            "translated_words": 212,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 9,
            "failing_checks_words": 102,
            "failing_checks_percent": 22.5,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://itzulpenak.gamerauntsia.eus/api/translations/supertux/bonus-1/fr/repository/?format=api",
            "file_url": "https://itzulpenak.gamerauntsia.eus/api/translations/supertux/bonus-1/fr/file/?format=api",
            "statistics_url": "https://itzulpenak.gamerauntsia.eus/api/translations/supertux/bonus-1/fr/statistics/?format=api",
            "changes_list_url": "https://itzulpenak.gamerauntsia.eus/api/translations/supertux/bonus-1/fr/changes/?format=api",
            "units_list_url": "https://itzulpenak.gamerauntsia.eus/api/translations/supertux/bonus-1/fr/units/?format=api"
        },
        {
            "language": {
                "id": 87,
                "code": "es",
                "name": "Spanish",
                "plural": {
                    "id": 87,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "es_la",
                    "esp",
                    "spa"
                ],
                "direction": "ltr",
                "population": 493528078,
                "web_url": "https://itzulpenak.gamerauntsia.eus/languages/es/",
                "url": "https://itzulpenak.gamerauntsia.eus/api/languages/es/?format=api",
                "statistics_url": "https://itzulpenak.gamerauntsia.eus/api/languages/es/statistics/?format=api"
            },
            "component": {
                "name": "Bonus-2",
                "slug": "bonus-2",
                "id": 4,
                "source_language": {
                    "id": 76,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 76,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://itzulpenak.gamerauntsia.eus/languages/en/",
                    "url": "https://itzulpenak.gamerauntsia.eus/api/languages/en/?format=api",
                    "statistics_url": "https://itzulpenak.gamerauntsia.eus/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "SuperTux",
                    "slug": "supertux",
                    "id": 2,
                    "web": "https://www.supertux.org/",
                    "web_url": "https://itzulpenak.gamerauntsia.eus/projects/supertux/",
                    "url": "https://itzulpenak.gamerauntsia.eus/api/projects/supertux/?format=api",
                    "components_list_url": "https://itzulpenak.gamerauntsia.eus/api/projects/supertux/components/?format=api",
                    "repository_url": "https://itzulpenak.gamerauntsia.eus/api/projects/supertux/repository/?format=api",
                    "statistics_url": "https://itzulpenak.gamerauntsia.eus/api/projects/supertux/statistics/?format=api",
                    "categories_url": "https://itzulpenak.gamerauntsia.eus/api/projects/supertux/categories/?format=api",
                    "changes_list_url": "https://itzulpenak.gamerauntsia.eus/api/projects/supertux/changes/?format=api",
                    "languages_url": "https://itzulpenak.gamerauntsia.eus/api/projects/supertux/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "git@github.com:SuperTux/supertux.git",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "data/levels/bonus2/*.po",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "data/levels/bonus2/messages.pot",
                "file_format": "po",
                "license": "",
                "license_url": null,
                "agreement": "",
                "web_url": "https://itzulpenak.gamerauntsia.eus/projects/supertux/bonus-2/",
                "url": "https://itzulpenak.gamerauntsia.eus/api/components/supertux/bonus-2/?format=api",
                "repository_url": "https://itzulpenak.gamerauntsia.eus/api/components/supertux/bonus-2/repository/?format=api",
                "translations_url": "https://itzulpenak.gamerauntsia.eus/api/components/supertux/bonus-2/translations/?format=api",
                "statistics_url": "https://itzulpenak.gamerauntsia.eus/api/components/supertux/bonus-2/statistics/?format=api",
                "lock_url": "https://itzulpenak.gamerauntsia.eus/api/components/supertux/bonus-2/lock/?format=api",
                "links_url": "https://itzulpenak.gamerauntsia.eus/api/components/supertux/bonus-2/links/?format=api",
                "changes_list_url": "https://itzulpenak.gamerauntsia.eus/api/components/supertux/bonus-2/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "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 }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "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 \"{{ addon_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": "^(eu|es|fr)$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null
            },
            "language_code": "es",
            "id": 9,
            "filename": "data/levels/bonus2/es.po",
            "revision": "7dc8257e03133d9086df9b957330c327803bc286",
            "web_url": "https://itzulpenak.gamerauntsia.eus/projects/supertux/bonus-2/es/",
            "share_url": "https://itzulpenak.gamerauntsia.eus/engage/supertux/-/es/",
            "translate_url": "https://itzulpenak.gamerauntsia.eus/translate/supertux/bonus-2/es/",
            "url": "https://itzulpenak.gamerauntsia.eus/api/translations/supertux/bonus-2/es/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 33,
            "total_words": 172,
            "translated": 33,
            "translated_words": 172,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 2,
            "failing_checks_words": 6,
            "failing_checks_percent": 6.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://itzulpenak.gamerauntsia.eus/api/translations/supertux/bonus-2/es/repository/?format=api",
            "file_url": "https://itzulpenak.gamerauntsia.eus/api/translations/supertux/bonus-2/es/file/?format=api",
            "statistics_url": "https://itzulpenak.gamerauntsia.eus/api/translations/supertux/bonus-2/es/statistics/?format=api",
            "changes_list_url": "https://itzulpenak.gamerauntsia.eus/api/translations/supertux/bonus-2/es/changes/?format=api",
            "units_list_url": "https://itzulpenak.gamerauntsia.eus/api/translations/supertux/bonus-2/es/units/?format=api"
        },
        {
            "language": {
                "id": 98,
                "code": "eu",
                "name": "Basque",
                "plural": {
                    "id": 98,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "es_eu",
                    "baq",
                    "eus"
                ],
                "direction": "ltr",
                "population": 1088518,
                "web_url": "https://itzulpenak.gamerauntsia.eus/languages/eu/",
                "url": "https://itzulpenak.gamerauntsia.eus/api/languages/eu/?format=api",
                "statistics_url": "https://itzulpenak.gamerauntsia.eus/api/languages/eu/statistics/?format=api"
            },
            "component": {
                "name": "Bonus-2",
                "slug": "bonus-2",
                "id": 4,
                "source_language": {
                    "id": 76,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 76,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://itzulpenak.gamerauntsia.eus/languages/en/",
                    "url": "https://itzulpenak.gamerauntsia.eus/api/languages/en/?format=api",
                    "statistics_url": "https://itzulpenak.gamerauntsia.eus/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "SuperTux",
                    "slug": "supertux",
                    "id": 2,
                    "web": "https://www.supertux.org/",
                    "web_url": "https://itzulpenak.gamerauntsia.eus/projects/supertux/",
                    "url": "https://itzulpenak.gamerauntsia.eus/api/projects/supertux/?format=api",
                    "components_list_url": "https://itzulpenak.gamerauntsia.eus/api/projects/supertux/components/?format=api",
                    "repository_url": "https://itzulpenak.gamerauntsia.eus/api/projects/supertux/repository/?format=api",
                    "statistics_url": "https://itzulpenak.gamerauntsia.eus/api/projects/supertux/statistics/?format=api",
                    "categories_url": "https://itzulpenak.gamerauntsia.eus/api/projects/supertux/categories/?format=api",
                    "changes_list_url": "https://itzulpenak.gamerauntsia.eus/api/projects/supertux/changes/?format=api",
                    "languages_url": "https://itzulpenak.gamerauntsia.eus/api/projects/supertux/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "git@github.com:SuperTux/supertux.git",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "data/levels/bonus2/*.po",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "data/levels/bonus2/messages.pot",
                "file_format": "po",
                "license": "",
                "license_url": null,
                "agreement": "",
                "web_url": "https://itzulpenak.gamerauntsia.eus/projects/supertux/bonus-2/",
                "url": "https://itzulpenak.gamerauntsia.eus/api/components/supertux/bonus-2/?format=api",
                "repository_url": "https://itzulpenak.gamerauntsia.eus/api/components/supertux/bonus-2/repository/?format=api",
                "translations_url": "https://itzulpenak.gamerauntsia.eus/api/components/supertux/bonus-2/translations/?format=api",
                "statistics_url": "https://itzulpenak.gamerauntsia.eus/api/components/supertux/bonus-2/statistics/?format=api",
                "lock_url": "https://itzulpenak.gamerauntsia.eus/api/components/supertux/bonus-2/lock/?format=api",
                "links_url": "https://itzulpenak.gamerauntsia.eus/api/components/supertux/bonus-2/links/?format=api",
                "changes_list_url": "https://itzulpenak.gamerauntsia.eus/api/components/supertux/bonus-2/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "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 }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "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 \"{{ addon_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": "^(eu|es|fr)$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null
            },
            "language_code": "eu",
            "id": 10,
            "filename": "data/levels/bonus2/eu.po",
            "revision": "07a582a431c271d8f029be3dcfc5a5d6237e21ec",
            "web_url": "https://itzulpenak.gamerauntsia.eus/projects/supertux/bonus-2/eu/",
            "share_url": "https://itzulpenak.gamerauntsia.eus/engage/supertux/-/eu/",
            "translate_url": "https://itzulpenak.gamerauntsia.eus/translate/supertux/bonus-2/eu/",
            "url": "https://itzulpenak.gamerauntsia.eus/api/translations/supertux/bonus-2/eu/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 33,
            "total_words": 172,
            "translated": 33,
            "translated_words": 172,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 3,
            "failing_checks_words": 5,
            "failing_checks_percent": 9.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://itzulpenak.gamerauntsia.eus/api/translations/supertux/bonus-2/eu/repository/?format=api",
            "file_url": "https://itzulpenak.gamerauntsia.eus/api/translations/supertux/bonus-2/eu/file/?format=api",
            "statistics_url": "https://itzulpenak.gamerauntsia.eus/api/translations/supertux/bonus-2/eu/statistics/?format=api",
            "changes_list_url": "https://itzulpenak.gamerauntsia.eus/api/translations/supertux/bonus-2/eu/changes/?format=api",
            "units_list_url": "https://itzulpenak.gamerauntsia.eus/api/translations/supertux/bonus-2/eu/units/?format=api"
        },
        {
            "language": {
                "id": 106,
                "code": "fr",
                "name": "French",
                "plural": {
                    "id": 106,
                    "source": 0,
                    "number": 2,
                    "formula": "n > 1",
                    "type": 1
                },
                "aliases": [
                    "fra_fr",
                    "fra",
                    "fre"
                ],
                "direction": "ltr",
                "population": 278611506,
                "web_url": "https://itzulpenak.gamerauntsia.eus/languages/fr/",
                "url": "https://itzulpenak.gamerauntsia.eus/api/languages/fr/?format=api",
                "statistics_url": "https://itzulpenak.gamerauntsia.eus/api/languages/fr/statistics/?format=api"
            },
            "component": {
                "name": "Bonus-2",
                "slug": "bonus-2",
                "id": 4,
                "source_language": {
                    "id": 76,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 76,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://itzulpenak.gamerauntsia.eus/languages/en/",
                    "url": "https://itzulpenak.gamerauntsia.eus/api/languages/en/?format=api",
                    "statistics_url": "https://itzulpenak.gamerauntsia.eus/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "SuperTux",
                    "slug": "supertux",
                    "id": 2,
                    "web": "https://www.supertux.org/",
                    "web_url": "https://itzulpenak.gamerauntsia.eus/projects/supertux/",
                    "url": "https://itzulpenak.gamerauntsia.eus/api/projects/supertux/?format=api",
                    "components_list_url": "https://itzulpenak.gamerauntsia.eus/api/projects/supertux/components/?format=api",
                    "repository_url": "https://itzulpenak.gamerauntsia.eus/api/projects/supertux/repository/?format=api",
                    "statistics_url": "https://itzulpenak.gamerauntsia.eus/api/projects/supertux/statistics/?format=api",
                    "categories_url": "https://itzulpenak.gamerauntsia.eus/api/projects/supertux/categories/?format=api",
                    "changes_list_url": "https://itzulpenak.gamerauntsia.eus/api/projects/supertux/changes/?format=api",
                    "languages_url": "https://itzulpenak.gamerauntsia.eus/api/projects/supertux/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "git@github.com:SuperTux/supertux.git",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "data/levels/bonus2/*.po",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "data/levels/bonus2/messages.pot",
                "file_format": "po",
                "license": "",
                "license_url": null,
                "agreement": "",
                "web_url": "https://itzulpenak.gamerauntsia.eus/projects/supertux/bonus-2/",
                "url": "https://itzulpenak.gamerauntsia.eus/api/components/supertux/bonus-2/?format=api",
                "repository_url": "https://itzulpenak.gamerauntsia.eus/api/components/supertux/bonus-2/repository/?format=api",
                "translations_url": "https://itzulpenak.gamerauntsia.eus/api/components/supertux/bonus-2/translations/?format=api",
                "statistics_url": "https://itzulpenak.gamerauntsia.eus/api/components/supertux/bonus-2/statistics/?format=api",
                "lock_url": "https://itzulpenak.gamerauntsia.eus/api/components/supertux/bonus-2/lock/?format=api",
                "links_url": "https://itzulpenak.gamerauntsia.eus/api/components/supertux/bonus-2/links/?format=api",
                "changes_list_url": "https://itzulpenak.gamerauntsia.eus/api/components/supertux/bonus-2/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "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 }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "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 \"{{ addon_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": "^(eu|es|fr)$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null
            },
            "language_code": "fr",
            "id": 11,
            "filename": "data/levels/bonus2/fr.po",
            "revision": "3dbd3697c9eacae17a9eef38c049fd96845a7398",
            "web_url": "https://itzulpenak.gamerauntsia.eus/projects/supertux/bonus-2/fr/",
            "share_url": "https://itzulpenak.gamerauntsia.eus/engage/supertux/-/fr/",
            "translate_url": "https://itzulpenak.gamerauntsia.eus/translate/supertux/bonus-2/fr/",
            "url": "https://itzulpenak.gamerauntsia.eus/api/translations/supertux/bonus-2/fr/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 33,
            "total_words": 172,
            "translated": 33,
            "translated_words": 172,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 7,
            "failing_checks_words": 84,
            "failing_checks_percent": 21.2,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://itzulpenak.gamerauntsia.eus/api/translations/supertux/bonus-2/fr/repository/?format=api",
            "file_url": "https://itzulpenak.gamerauntsia.eus/api/translations/supertux/bonus-2/fr/file/?format=api",
            "statistics_url": "https://itzulpenak.gamerauntsia.eus/api/translations/supertux/bonus-2/fr/statistics/?format=api",
            "changes_list_url": "https://itzulpenak.gamerauntsia.eus/api/translations/supertux/bonus-2/fr/changes/?format=api",
            "units_list_url": "https://itzulpenak.gamerauntsia.eus/api/translations/supertux/bonus-2/fr/units/?format=api"
        },
        {
            "language": {
                "id": 87,
                "code": "es",
                "name": "Spanish",
                "plural": {
                    "id": 87,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "es_la",
                    "esp",
                    "spa"
                ],
                "direction": "ltr",
                "population": 493528078,
                "web_url": "https://itzulpenak.gamerauntsia.eus/languages/es/",
                "url": "https://itzulpenak.gamerauntsia.eus/api/languages/es/?format=api",
                "statistics_url": "https://itzulpenak.gamerauntsia.eus/api/languages/es/statistics/?format=api"
            },
            "component": {
                "name": "Bonus-3",
                "slug": "bonus-3",
                "id": 5,
                "source_language": {
                    "id": 76,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 76,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://itzulpenak.gamerauntsia.eus/languages/en/",
                    "url": "https://itzulpenak.gamerauntsia.eus/api/languages/en/?format=api",
                    "statistics_url": "https://itzulpenak.gamerauntsia.eus/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "SuperTux",
                    "slug": "supertux",
                    "id": 2,
                    "web": "https://www.supertux.org/",
                    "web_url": "https://itzulpenak.gamerauntsia.eus/projects/supertux/",
                    "url": "https://itzulpenak.gamerauntsia.eus/api/projects/supertux/?format=api",
                    "components_list_url": "https://itzulpenak.gamerauntsia.eus/api/projects/supertux/components/?format=api",
                    "repository_url": "https://itzulpenak.gamerauntsia.eus/api/projects/supertux/repository/?format=api",
                    "statistics_url": "https://itzulpenak.gamerauntsia.eus/api/projects/supertux/statistics/?format=api",
                    "categories_url": "https://itzulpenak.gamerauntsia.eus/api/projects/supertux/categories/?format=api",
                    "changes_list_url": "https://itzulpenak.gamerauntsia.eus/api/projects/supertux/changes/?format=api",
                    "languages_url": "https://itzulpenak.gamerauntsia.eus/api/projects/supertux/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "git@github.com:SuperTux/supertux.git",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "data/levels/bonus3/*.po",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "data/levels/bonus3/messages.pot",
                "file_format": "po",
                "license": "",
                "license_url": null,
                "agreement": "",
                "web_url": "https://itzulpenak.gamerauntsia.eus/projects/supertux/bonus-3/",
                "url": "https://itzulpenak.gamerauntsia.eus/api/components/supertux/bonus-3/?format=api",
                "repository_url": "https://itzulpenak.gamerauntsia.eus/api/components/supertux/bonus-3/repository/?format=api",
                "translations_url": "https://itzulpenak.gamerauntsia.eus/api/components/supertux/bonus-3/translations/?format=api",
                "statistics_url": "https://itzulpenak.gamerauntsia.eus/api/components/supertux/bonus-3/statistics/?format=api",
                "lock_url": "https://itzulpenak.gamerauntsia.eus/api/components/supertux/bonus-3/lock/?format=api",
                "links_url": "https://itzulpenak.gamerauntsia.eus/api/components/supertux/bonus-3/links/?format=api",
                "changes_list_url": "https://itzulpenak.gamerauntsia.eus/api/components/supertux/bonus-3/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "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 }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "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 \"{{ addon_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": "^(eu|es|fr)$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null
            },
            "language_code": "es",
            "id": 12,
            "filename": "data/levels/bonus3/es.po",
            "revision": "317df51bf38079b343a2a6f4e1bcaf00463f4268",
            "web_url": "https://itzulpenak.gamerauntsia.eus/projects/supertux/bonus-3/es/",
            "share_url": "https://itzulpenak.gamerauntsia.eus/engage/supertux/-/es/",
            "translate_url": "https://itzulpenak.gamerauntsia.eus/translate/supertux/bonus-3/es/",
            "url": "https://itzulpenak.gamerauntsia.eus/api/translations/supertux/bonus-3/es/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 51,
            "total_words": 210,
            "translated": 51,
            "translated_words": 210,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 4,
            "failing_checks_words": 20,
            "failing_checks_percent": 7.8,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://itzulpenak.gamerauntsia.eus/api/translations/supertux/bonus-3/es/repository/?format=api",
            "file_url": "https://itzulpenak.gamerauntsia.eus/api/translations/supertux/bonus-3/es/file/?format=api",
            "statistics_url": "https://itzulpenak.gamerauntsia.eus/api/translations/supertux/bonus-3/es/statistics/?format=api",
            "changes_list_url": "https://itzulpenak.gamerauntsia.eus/api/translations/supertux/bonus-3/es/changes/?format=api",
            "units_list_url": "https://itzulpenak.gamerauntsia.eus/api/translations/supertux/bonus-3/es/units/?format=api"
        },
        {
            "language": {
                "id": 98,
                "code": "eu",
                "name": "Basque",
                "plural": {
                    "id": 98,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "es_eu",
                    "baq",
                    "eus"
                ],
                "direction": "ltr",
                "population": 1088518,
                "web_url": "https://itzulpenak.gamerauntsia.eus/languages/eu/",
                "url": "https://itzulpenak.gamerauntsia.eus/api/languages/eu/?format=api",
                "statistics_url": "https://itzulpenak.gamerauntsia.eus/api/languages/eu/statistics/?format=api"
            },
            "component": {
                "name": "Bonus-3",
                "slug": "bonus-3",
                "id": 5,
                "source_language": {
                    "id": 76,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 76,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://itzulpenak.gamerauntsia.eus/languages/en/",
                    "url": "https://itzulpenak.gamerauntsia.eus/api/languages/en/?format=api",
                    "statistics_url": "https://itzulpenak.gamerauntsia.eus/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "SuperTux",
                    "slug": "supertux",
                    "id": 2,
                    "web": "https://www.supertux.org/",
                    "web_url": "https://itzulpenak.gamerauntsia.eus/projects/supertux/",
                    "url": "https://itzulpenak.gamerauntsia.eus/api/projects/supertux/?format=api",
                    "components_list_url": "https://itzulpenak.gamerauntsia.eus/api/projects/supertux/components/?format=api",
                    "repository_url": "https://itzulpenak.gamerauntsia.eus/api/projects/supertux/repository/?format=api",
                    "statistics_url": "https://itzulpenak.gamerauntsia.eus/api/projects/supertux/statistics/?format=api",
                    "categories_url": "https://itzulpenak.gamerauntsia.eus/api/projects/supertux/categories/?format=api",
                    "changes_list_url": "https://itzulpenak.gamerauntsia.eus/api/projects/supertux/changes/?format=api",
                    "languages_url": "https://itzulpenak.gamerauntsia.eus/api/projects/supertux/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "git@github.com:SuperTux/supertux.git",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "data/levels/bonus3/*.po",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "data/levels/bonus3/messages.pot",
                "file_format": "po",
                "license": "",
                "license_url": null,
                "agreement": "",
                "web_url": "https://itzulpenak.gamerauntsia.eus/projects/supertux/bonus-3/",
                "url": "https://itzulpenak.gamerauntsia.eus/api/components/supertux/bonus-3/?format=api",
                "repository_url": "https://itzulpenak.gamerauntsia.eus/api/components/supertux/bonus-3/repository/?format=api",
                "translations_url": "https://itzulpenak.gamerauntsia.eus/api/components/supertux/bonus-3/translations/?format=api",
                "statistics_url": "https://itzulpenak.gamerauntsia.eus/api/components/supertux/bonus-3/statistics/?format=api",
                "lock_url": "https://itzulpenak.gamerauntsia.eus/api/components/supertux/bonus-3/lock/?format=api",
                "links_url": "https://itzulpenak.gamerauntsia.eus/api/components/supertux/bonus-3/links/?format=api",
                "changes_list_url": "https://itzulpenak.gamerauntsia.eus/api/components/supertux/bonus-3/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "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 }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "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 \"{{ addon_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": "^(eu|es|fr)$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null
            },
            "language_code": "eu",
            "id": 13,
            "filename": "data/levels/bonus3/eu.po",
            "revision": "a23be931c529c8309ae768008b4cdd3289e5eee7",
            "web_url": "https://itzulpenak.gamerauntsia.eus/projects/supertux/bonus-3/eu/",
            "share_url": "https://itzulpenak.gamerauntsia.eus/engage/supertux/-/eu/",
            "translate_url": "https://itzulpenak.gamerauntsia.eus/translate/supertux/bonus-3/eu/",
            "url": "https://itzulpenak.gamerauntsia.eus/api/translations/supertux/bonus-3/eu/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 51,
            "total_words": 210,
            "translated": 51,
            "translated_words": 210,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 5,
            "failing_checks_words": 36,
            "failing_checks_percent": 9.8,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://itzulpenak.gamerauntsia.eus/api/translations/supertux/bonus-3/eu/repository/?format=api",
            "file_url": "https://itzulpenak.gamerauntsia.eus/api/translations/supertux/bonus-3/eu/file/?format=api",
            "statistics_url": "https://itzulpenak.gamerauntsia.eus/api/translations/supertux/bonus-3/eu/statistics/?format=api",
            "changes_list_url": "https://itzulpenak.gamerauntsia.eus/api/translations/supertux/bonus-3/eu/changes/?format=api",
            "units_list_url": "https://itzulpenak.gamerauntsia.eus/api/translations/supertux/bonus-3/eu/units/?format=api"
        },
        {
            "language": {
                "id": 106,
                "code": "fr",
                "name": "French",
                "plural": {
                    "id": 106,
                    "source": 0,
                    "number": 2,
                    "formula": "n > 1",
                    "type": 1
                },
                "aliases": [
                    "fra_fr",
                    "fra",
                    "fre"
                ],
                "direction": "ltr",
                "population": 278611506,
                "web_url": "https://itzulpenak.gamerauntsia.eus/languages/fr/",
                "url": "https://itzulpenak.gamerauntsia.eus/api/languages/fr/?format=api",
                "statistics_url": "https://itzulpenak.gamerauntsia.eus/api/languages/fr/statistics/?format=api"
            },
            "component": {
                "name": "Bonus-3",
                "slug": "bonus-3",
                "id": 5,
                "source_language": {
                    "id": 76,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 76,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://itzulpenak.gamerauntsia.eus/languages/en/",
                    "url": "https://itzulpenak.gamerauntsia.eus/api/languages/en/?format=api",
                    "statistics_url": "https://itzulpenak.gamerauntsia.eus/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "SuperTux",
                    "slug": "supertux",
                    "id": 2,
                    "web": "https://www.supertux.org/",
                    "web_url": "https://itzulpenak.gamerauntsia.eus/projects/supertux/",
                    "url": "https://itzulpenak.gamerauntsia.eus/api/projects/supertux/?format=api",
                    "components_list_url": "https://itzulpenak.gamerauntsia.eus/api/projects/supertux/components/?format=api",
                    "repository_url": "https://itzulpenak.gamerauntsia.eus/api/projects/supertux/repository/?format=api",
                    "statistics_url": "https://itzulpenak.gamerauntsia.eus/api/projects/supertux/statistics/?format=api",
                    "categories_url": "https://itzulpenak.gamerauntsia.eus/api/projects/supertux/categories/?format=api",
                    "changes_list_url": "https://itzulpenak.gamerauntsia.eus/api/projects/supertux/changes/?format=api",
                    "languages_url": "https://itzulpenak.gamerauntsia.eus/api/projects/supertux/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "git@github.com:SuperTux/supertux.git",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "data/levels/bonus3/*.po",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "data/levels/bonus3/messages.pot",
                "file_format": "po",
                "license": "",
                "license_url": null,
                "agreement": "",
                "web_url": "https://itzulpenak.gamerauntsia.eus/projects/supertux/bonus-3/",
                "url": "https://itzulpenak.gamerauntsia.eus/api/components/supertux/bonus-3/?format=api",
                "repository_url": "https://itzulpenak.gamerauntsia.eus/api/components/supertux/bonus-3/repository/?format=api",
                "translations_url": "https://itzulpenak.gamerauntsia.eus/api/components/supertux/bonus-3/translations/?format=api",
                "statistics_url": "https://itzulpenak.gamerauntsia.eus/api/components/supertux/bonus-3/statistics/?format=api",
                "lock_url": "https://itzulpenak.gamerauntsia.eus/api/components/supertux/bonus-3/lock/?format=api",
                "links_url": "https://itzulpenak.gamerauntsia.eus/api/components/supertux/bonus-3/links/?format=api",
                "changes_list_url": "https://itzulpenak.gamerauntsia.eus/api/components/supertux/bonus-3/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "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 }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "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 \"{{ addon_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": "^(eu|es|fr)$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null
            },
            "language_code": "fr",
            "id": 14,
            "filename": "data/levels/bonus3/fr.po",
            "revision": "6f4770efe2f2717dcc05f71096d3f588ea549673",
            "web_url": "https://itzulpenak.gamerauntsia.eus/projects/supertux/bonus-3/fr/",
            "share_url": "https://itzulpenak.gamerauntsia.eus/engage/supertux/-/fr/",
            "translate_url": "https://itzulpenak.gamerauntsia.eus/translate/supertux/bonus-3/fr/",
            "url": "https://itzulpenak.gamerauntsia.eus/api/translations/supertux/bonus-3/fr/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 51,
            "total_words": 210,
            "translated": 51,
            "translated_words": 210,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 9,
            "failing_checks_words": 43,
            "failing_checks_percent": 17.6,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://itzulpenak.gamerauntsia.eus/api/translations/supertux/bonus-3/fr/repository/?format=api",
            "file_url": "https://itzulpenak.gamerauntsia.eus/api/translations/supertux/bonus-3/fr/file/?format=api",
            "statistics_url": "https://itzulpenak.gamerauntsia.eus/api/translations/supertux/bonus-3/fr/statistics/?format=api",
            "changes_list_url": "https://itzulpenak.gamerauntsia.eus/api/translations/supertux/bonus-3/fr/changes/?format=api",
            "units_list_url": "https://itzulpenak.gamerauntsia.eus/api/translations/supertux/bonus-3/fr/units/?format=api"
        },
        {
            "language": {
                "id": 87,
                "code": "es",
                "name": "Spanish",
                "plural": {
                    "id": 87,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "es_la",
                    "esp",
                    "spa"
                ],
                "direction": "ltr",
                "population": 493528078,
                "web_url": "https://itzulpenak.gamerauntsia.eus/languages/es/",
                "url": "https://itzulpenak.gamerauntsia.eus/api/languages/es/?format=api",
                "statistics_url": "https://itzulpenak.gamerauntsia.eus/api/languages/es/statistics/?format=api"
            },
            "component": {
                "name": "Halloween-2014",
                "slug": "halloween-2014",
                "id": 6,
                "source_language": {
                    "id": 76,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 76,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://itzulpenak.gamerauntsia.eus/languages/en/",
                    "url": "https://itzulpenak.gamerauntsia.eus/api/languages/en/?format=api",
                    "statistics_url": "https://itzulpenak.gamerauntsia.eus/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "SuperTux",
                    "slug": "supertux",
                    "id": 2,
                    "web": "https://www.supertux.org/",
                    "web_url": "https://itzulpenak.gamerauntsia.eus/projects/supertux/",
                    "url": "https://itzulpenak.gamerauntsia.eus/api/projects/supertux/?format=api",
                    "components_list_url": "https://itzulpenak.gamerauntsia.eus/api/projects/supertux/components/?format=api",
                    "repository_url": "https://itzulpenak.gamerauntsia.eus/api/projects/supertux/repository/?format=api",
                    "statistics_url": "https://itzulpenak.gamerauntsia.eus/api/projects/supertux/statistics/?format=api",
                    "categories_url": "https://itzulpenak.gamerauntsia.eus/api/projects/supertux/categories/?format=api",
                    "changes_list_url": "https://itzulpenak.gamerauntsia.eus/api/projects/supertux/changes/?format=api",
                    "languages_url": "https://itzulpenak.gamerauntsia.eus/api/projects/supertux/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "git@github.com:SuperTux/supertux.git",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "data/levels/halloween2014/*.po",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "data/levels/halloween2014/messages.pot",
                "file_format": "po",
                "license": "",
                "license_url": null,
                "agreement": "",
                "web_url": "https://itzulpenak.gamerauntsia.eus/projects/supertux/halloween-2014/",
                "url": "https://itzulpenak.gamerauntsia.eus/api/components/supertux/halloween-2014/?format=api",
                "repository_url": "https://itzulpenak.gamerauntsia.eus/api/components/supertux/halloween-2014/repository/?format=api",
                "translations_url": "https://itzulpenak.gamerauntsia.eus/api/components/supertux/halloween-2014/translations/?format=api",
                "statistics_url": "https://itzulpenak.gamerauntsia.eus/api/components/supertux/halloween-2014/statistics/?format=api",
                "lock_url": "https://itzulpenak.gamerauntsia.eus/api/components/supertux/halloween-2014/lock/?format=api",
                "links_url": "https://itzulpenak.gamerauntsia.eus/api/components/supertux/halloween-2014/links/?format=api",
                "changes_list_url": "https://itzulpenak.gamerauntsia.eus/api/components/supertux/halloween-2014/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "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 }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "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 \"{{ addon_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": "^(eu|es|fr)$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null
            },
            "language_code": "es",
            "id": 15,
            "filename": "data/levels/halloween2014/es.po",
            "revision": "04142a113023941dbcdafe79d7ed052157ca6333",
            "web_url": "https://itzulpenak.gamerauntsia.eus/projects/supertux/halloween-2014/es/",
            "share_url": "https://itzulpenak.gamerauntsia.eus/engage/supertux/-/es/",
            "translate_url": "https://itzulpenak.gamerauntsia.eus/translate/supertux/halloween-2014/es/",
            "url": "https://itzulpenak.gamerauntsia.eus/api/translations/supertux/halloween-2014/es/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 8,
            "total_words": 22,
            "translated": 8,
            "translated_words": 22,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 1,
            "failing_checks_words": 2,
            "failing_checks_percent": 12.5,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://itzulpenak.gamerauntsia.eus/api/translations/supertux/halloween-2014/es/repository/?format=api",
            "file_url": "https://itzulpenak.gamerauntsia.eus/api/translations/supertux/halloween-2014/es/file/?format=api",
            "statistics_url": "https://itzulpenak.gamerauntsia.eus/api/translations/supertux/halloween-2014/es/statistics/?format=api",
            "changes_list_url": "https://itzulpenak.gamerauntsia.eus/api/translations/supertux/halloween-2014/es/changes/?format=api",
            "units_list_url": "https://itzulpenak.gamerauntsia.eus/api/translations/supertux/halloween-2014/es/units/?format=api"
        },
        {
            "language": {
                "id": 98,
                "code": "eu",
                "name": "Basque",
                "plural": {
                    "id": 98,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "es_eu",
                    "baq",
                    "eus"
                ],
                "direction": "ltr",
                "population": 1088518,
                "web_url": "https://itzulpenak.gamerauntsia.eus/languages/eu/",
                "url": "https://itzulpenak.gamerauntsia.eus/api/languages/eu/?format=api",
                "statistics_url": "https://itzulpenak.gamerauntsia.eus/api/languages/eu/statistics/?format=api"
            },
            "component": {
                "name": "Halloween-2014",
                "slug": "halloween-2014",
                "id": 6,
                "source_language": {
                    "id": 76,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 76,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://itzulpenak.gamerauntsia.eus/languages/en/",
                    "url": "https://itzulpenak.gamerauntsia.eus/api/languages/en/?format=api",
                    "statistics_url": "https://itzulpenak.gamerauntsia.eus/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "SuperTux",
                    "slug": "supertux",
                    "id": 2,
                    "web": "https://www.supertux.org/",
                    "web_url": "https://itzulpenak.gamerauntsia.eus/projects/supertux/",
                    "url": "https://itzulpenak.gamerauntsia.eus/api/projects/supertux/?format=api",
                    "components_list_url": "https://itzulpenak.gamerauntsia.eus/api/projects/supertux/components/?format=api",
                    "repository_url": "https://itzulpenak.gamerauntsia.eus/api/projects/supertux/repository/?format=api",
                    "statistics_url": "https://itzulpenak.gamerauntsia.eus/api/projects/supertux/statistics/?format=api",
                    "categories_url": "https://itzulpenak.gamerauntsia.eus/api/projects/supertux/categories/?format=api",
                    "changes_list_url": "https://itzulpenak.gamerauntsia.eus/api/projects/supertux/changes/?format=api",
                    "languages_url": "https://itzulpenak.gamerauntsia.eus/api/projects/supertux/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "git@github.com:SuperTux/supertux.git",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "data/levels/halloween2014/*.po",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "data/levels/halloween2014/messages.pot",
                "file_format": "po",
                "license": "",
                "license_url": null,
                "agreement": "",
                "web_url": "https://itzulpenak.gamerauntsia.eus/projects/supertux/halloween-2014/",
                "url": "https://itzulpenak.gamerauntsia.eus/api/components/supertux/halloween-2014/?format=api",
                "repository_url": "https://itzulpenak.gamerauntsia.eus/api/components/supertux/halloween-2014/repository/?format=api",
                "translations_url": "https://itzulpenak.gamerauntsia.eus/api/components/supertux/halloween-2014/translations/?format=api",
                "statistics_url": "https://itzulpenak.gamerauntsia.eus/api/components/supertux/halloween-2014/statistics/?format=api",
                "lock_url": "https://itzulpenak.gamerauntsia.eus/api/components/supertux/halloween-2014/lock/?format=api",
                "links_url": "https://itzulpenak.gamerauntsia.eus/api/components/supertux/halloween-2014/links/?format=api",
                "changes_list_url": "https://itzulpenak.gamerauntsia.eus/api/components/supertux/halloween-2014/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "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 }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "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 \"{{ addon_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": "^(eu|es|fr)$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null
            },
            "language_code": "eu",
            "id": 16,
            "filename": "data/levels/halloween2014/eu.po",
            "revision": "a8455a45a36b1901bcdfb20d8c35f907690b720a",
            "web_url": "https://itzulpenak.gamerauntsia.eus/projects/supertux/halloween-2014/eu/",
            "share_url": "https://itzulpenak.gamerauntsia.eus/engage/supertux/-/eu/",
            "translate_url": "https://itzulpenak.gamerauntsia.eus/translate/supertux/halloween-2014/eu/",
            "url": "https://itzulpenak.gamerauntsia.eus/api/translations/supertux/halloween-2014/eu/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 8,
            "total_words": 22,
            "translated": 8,
            "translated_words": 22,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 1,
            "failing_checks_words": 2,
            "failing_checks_percent": 12.5,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://itzulpenak.gamerauntsia.eus/api/translations/supertux/halloween-2014/eu/repository/?format=api",
            "file_url": "https://itzulpenak.gamerauntsia.eus/api/translations/supertux/halloween-2014/eu/file/?format=api",
            "statistics_url": "https://itzulpenak.gamerauntsia.eus/api/translations/supertux/halloween-2014/eu/statistics/?format=api",
            "changes_list_url": "https://itzulpenak.gamerauntsia.eus/api/translations/supertux/halloween-2014/eu/changes/?format=api",
            "units_list_url": "https://itzulpenak.gamerauntsia.eus/api/translations/supertux/halloween-2014/eu/units/?format=api"
        },
        {
            "language": {
                "id": 106,
                "code": "fr",
                "name": "French",
                "plural": {
                    "id": 106,
                    "source": 0,
                    "number": 2,
                    "formula": "n > 1",
                    "type": 1
                },
                "aliases": [
                    "fra_fr",
                    "fra",
                    "fre"
                ],
                "direction": "ltr",
                "population": 278611506,
                "web_url": "https://itzulpenak.gamerauntsia.eus/languages/fr/",
                "url": "https://itzulpenak.gamerauntsia.eus/api/languages/fr/?format=api",
                "statistics_url": "https://itzulpenak.gamerauntsia.eus/api/languages/fr/statistics/?format=api"
            },
            "component": {
                "name": "Halloween-2014",
                "slug": "halloween-2014",
                "id": 6,
                "source_language": {
                    "id": 76,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 76,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://itzulpenak.gamerauntsia.eus/languages/en/",
                    "url": "https://itzulpenak.gamerauntsia.eus/api/languages/en/?format=api",
                    "statistics_url": "https://itzulpenak.gamerauntsia.eus/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "SuperTux",
                    "slug": "supertux",
                    "id": 2,
                    "web": "https://www.supertux.org/",
                    "web_url": "https://itzulpenak.gamerauntsia.eus/projects/supertux/",
                    "url": "https://itzulpenak.gamerauntsia.eus/api/projects/supertux/?format=api",
                    "components_list_url": "https://itzulpenak.gamerauntsia.eus/api/projects/supertux/components/?format=api",
                    "repository_url": "https://itzulpenak.gamerauntsia.eus/api/projects/supertux/repository/?format=api",
                    "statistics_url": "https://itzulpenak.gamerauntsia.eus/api/projects/supertux/statistics/?format=api",
                    "categories_url": "https://itzulpenak.gamerauntsia.eus/api/projects/supertux/categories/?format=api",
                    "changes_list_url": "https://itzulpenak.gamerauntsia.eus/api/projects/supertux/changes/?format=api",
                    "languages_url": "https://itzulpenak.gamerauntsia.eus/api/projects/supertux/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "git@github.com:SuperTux/supertux.git",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "data/levels/halloween2014/*.po",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "data/levels/halloween2014/messages.pot",
                "file_format": "po",
                "license": "",
                "license_url": null,
                "agreement": "",
                "web_url": "https://itzulpenak.gamerauntsia.eus/projects/supertux/halloween-2014/",
                "url": "https://itzulpenak.gamerauntsia.eus/api/components/supertux/halloween-2014/?format=api",
                "repository_url": "https://itzulpenak.gamerauntsia.eus/api/components/supertux/halloween-2014/repository/?format=api",
                "translations_url": "https://itzulpenak.gamerauntsia.eus/api/components/supertux/halloween-2014/translations/?format=api",
                "statistics_url": "https://itzulpenak.gamerauntsia.eus/api/components/supertux/halloween-2014/statistics/?format=api",
                "lock_url": "https://itzulpenak.gamerauntsia.eus/api/components/supertux/halloween-2014/lock/?format=api",
                "links_url": "https://itzulpenak.gamerauntsia.eus/api/components/supertux/halloween-2014/links/?format=api",
                "changes_list_url": "https://itzulpenak.gamerauntsia.eus/api/components/supertux/halloween-2014/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "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 }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "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 \"{{ addon_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": "^(eu|es|fr)$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null
            },
            "language_code": "fr",
            "id": 17,
            "filename": "data/levels/halloween2014/fr.po",
            "revision": "8a1c6fcb5a9e3effeea38531614b077573d95fca",
            "web_url": "https://itzulpenak.gamerauntsia.eus/projects/supertux/halloween-2014/fr/",
            "share_url": "https://itzulpenak.gamerauntsia.eus/engage/supertux/-/fr/",
            "translate_url": "https://itzulpenak.gamerauntsia.eus/translate/supertux/halloween-2014/fr/",
            "url": "https://itzulpenak.gamerauntsia.eus/api/translations/supertux/halloween-2014/fr/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 8,
            "total_words": 22,
            "translated": 8,
            "translated_words": 22,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 1,
            "failing_checks_words": 2,
            "failing_checks_percent": 12.5,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://itzulpenak.gamerauntsia.eus/api/translations/supertux/halloween-2014/fr/repository/?format=api",
            "file_url": "https://itzulpenak.gamerauntsia.eus/api/translations/supertux/halloween-2014/fr/file/?format=api",
            "statistics_url": "https://itzulpenak.gamerauntsia.eus/api/translations/supertux/halloween-2014/fr/statistics/?format=api",
            "changes_list_url": "https://itzulpenak.gamerauntsia.eus/api/translations/supertux/halloween-2014/fr/changes/?format=api",
            "units_list_url": "https://itzulpenak.gamerauntsia.eus/api/translations/supertux/halloween-2014/fr/units/?format=api"
        },
        {
            "language": {
                "id": 87,
                "code": "es",
                "name": "Spanish",
                "plural": {
                    "id": 87,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "es_la",
                    "esp",
                    "spa"
                ],
                "direction": "ltr",
                "population": 493528078,
                "web_url": "https://itzulpenak.gamerauntsia.eus/languages/es/",
                "url": "https://itzulpenak.gamerauntsia.eus/api/languages/es/?format=api",
                "statistics_url": "https://itzulpenak.gamerauntsia.eus/api/languages/es/statistics/?format=api"
            },
            "component": {
                "name": "World-1",
                "slug": "world-1",
                "id": 8,
                "source_language": {
                    "id": 76,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 76,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://itzulpenak.gamerauntsia.eus/languages/en/",
                    "url": "https://itzulpenak.gamerauntsia.eus/api/languages/en/?format=api",
                    "statistics_url": "https://itzulpenak.gamerauntsia.eus/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "SuperTux",
                    "slug": "supertux",
                    "id": 2,
                    "web": "https://www.supertux.org/",
                    "web_url": "https://itzulpenak.gamerauntsia.eus/projects/supertux/",
                    "url": "https://itzulpenak.gamerauntsia.eus/api/projects/supertux/?format=api",
                    "components_list_url": "https://itzulpenak.gamerauntsia.eus/api/projects/supertux/components/?format=api",
                    "repository_url": "https://itzulpenak.gamerauntsia.eus/api/projects/supertux/repository/?format=api",
                    "statistics_url": "https://itzulpenak.gamerauntsia.eus/api/projects/supertux/statistics/?format=api",
                    "categories_url": "https://itzulpenak.gamerauntsia.eus/api/projects/supertux/categories/?format=api",
                    "changes_list_url": "https://itzulpenak.gamerauntsia.eus/api/projects/supertux/changes/?format=api",
                    "languages_url": "https://itzulpenak.gamerauntsia.eus/api/projects/supertux/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "git@github.com:SuperTux/supertux.git",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "data/levels/world1/*.po",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "data/levels/world1/messages.pot",
                "file_format": "po",
                "license": "",
                "license_url": null,
                "agreement": "",
                "web_url": "https://itzulpenak.gamerauntsia.eus/projects/supertux/world-1/",
                "url": "https://itzulpenak.gamerauntsia.eus/api/components/supertux/world-1/?format=api",
                "repository_url": "https://itzulpenak.gamerauntsia.eus/api/components/supertux/world-1/repository/?format=api",
                "translations_url": "https://itzulpenak.gamerauntsia.eus/api/components/supertux/world-1/translations/?format=api",
                "statistics_url": "https://itzulpenak.gamerauntsia.eus/api/components/supertux/world-1/statistics/?format=api",
                "lock_url": "https://itzulpenak.gamerauntsia.eus/api/components/supertux/world-1/lock/?format=api",
                "links_url": "https://itzulpenak.gamerauntsia.eus/api/components/supertux/world-1/links/?format=api",
                "changes_list_url": "https://itzulpenak.gamerauntsia.eus/api/components/supertux/world-1/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "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 }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "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 \"{{ addon_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": "^(eu|es|fr)$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null
            },
            "language_code": "es",
            "id": 21,
            "filename": "data/levels/world1/es.po",
            "revision": "ad31fcb870dcb860888376f44ff9a970c378474c",
            "web_url": "https://itzulpenak.gamerauntsia.eus/projects/supertux/world-1/es/",
            "share_url": "https://itzulpenak.gamerauntsia.eus/engage/supertux/-/es/",
            "translate_url": "https://itzulpenak.gamerauntsia.eus/translate/supertux/world-1/es/",
            "url": "https://itzulpenak.gamerauntsia.eus/api/translations/supertux/world-1/es/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 65,
            "total_words": 639,
            "translated": 65,
            "translated_words": 639,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 6,
            "failing_checks_words": 65,
            "failing_checks_percent": 9.2,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://itzulpenak.gamerauntsia.eus/api/translations/supertux/world-1/es/repository/?format=api",
            "file_url": "https://itzulpenak.gamerauntsia.eus/api/translations/supertux/world-1/es/file/?format=api",
            "statistics_url": "https://itzulpenak.gamerauntsia.eus/api/translations/supertux/world-1/es/statistics/?format=api",
            "changes_list_url": "https://itzulpenak.gamerauntsia.eus/api/translations/supertux/world-1/es/changes/?format=api",
            "units_list_url": "https://itzulpenak.gamerauntsia.eus/api/translations/supertux/world-1/es/units/?format=api"
        },
        {
            "language": {
                "id": 98,
                "code": "eu",
                "name": "Basque",
                "plural": {
                    "id": 98,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "es_eu",
                    "baq",
                    "eus"
                ],
                "direction": "ltr",
                "population": 1088518,
                "web_url": "https://itzulpenak.gamerauntsia.eus/languages/eu/",
                "url": "https://itzulpenak.gamerauntsia.eus/api/languages/eu/?format=api",
                "statistics_url": "https://itzulpenak.gamerauntsia.eus/api/languages/eu/statistics/?format=api"
            },
            "component": {
                "name": "World-1",
                "slug": "world-1",
                "id": 8,
                "source_language": {
                    "id": 76,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 76,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://itzulpenak.gamerauntsia.eus/languages/en/",
                    "url": "https://itzulpenak.gamerauntsia.eus/api/languages/en/?format=api",
                    "statistics_url": "https://itzulpenak.gamerauntsia.eus/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "SuperTux",
                    "slug": "supertux",
                    "id": 2,
                    "web": "https://www.supertux.org/",
                    "web_url": "https://itzulpenak.gamerauntsia.eus/projects/supertux/",
                    "url": "https://itzulpenak.gamerauntsia.eus/api/projects/supertux/?format=api",
                    "components_list_url": "https://itzulpenak.gamerauntsia.eus/api/projects/supertux/components/?format=api",
                    "repository_url": "https://itzulpenak.gamerauntsia.eus/api/projects/supertux/repository/?format=api",
                    "statistics_url": "https://itzulpenak.gamerauntsia.eus/api/projects/supertux/statistics/?format=api",
                    "categories_url": "https://itzulpenak.gamerauntsia.eus/api/projects/supertux/categories/?format=api",
                    "changes_list_url": "https://itzulpenak.gamerauntsia.eus/api/projects/supertux/changes/?format=api",
                    "languages_url": "https://itzulpenak.gamerauntsia.eus/api/projects/supertux/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "git@github.com:SuperTux/supertux.git",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "data/levels/world1/*.po",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "data/levels/world1/messages.pot",
                "file_format": "po",
                "license": "",
                "license_url": null,
                "agreement": "",
                "web_url": "https://itzulpenak.gamerauntsia.eus/projects/supertux/world-1/",
                "url": "https://itzulpenak.gamerauntsia.eus/api/components/supertux/world-1/?format=api",
                "repository_url": "https://itzulpenak.gamerauntsia.eus/api/components/supertux/world-1/repository/?format=api",
                "translations_url": "https://itzulpenak.gamerauntsia.eus/api/components/supertux/world-1/translations/?format=api",
                "statistics_url": "https://itzulpenak.gamerauntsia.eus/api/components/supertux/world-1/statistics/?format=api",
                "lock_url": "https://itzulpenak.gamerauntsia.eus/api/components/supertux/world-1/lock/?format=api",
                "links_url": "https://itzulpenak.gamerauntsia.eus/api/components/supertux/world-1/links/?format=api",
                "changes_list_url": "https://itzulpenak.gamerauntsia.eus/api/components/supertux/world-1/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "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 }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "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 \"{{ addon_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": "^(eu|es|fr)$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null
            },
            "language_code": "eu",
            "id": 22,
            "filename": "data/levels/world1/eu.po",
            "revision": "e24ddb23b3b17515b3198f6126578b0038025dbb",
            "web_url": "https://itzulpenak.gamerauntsia.eus/projects/supertux/world-1/eu/",
            "share_url": "https://itzulpenak.gamerauntsia.eus/engage/supertux/-/eu/",
            "translate_url": "https://itzulpenak.gamerauntsia.eus/translate/supertux/world-1/eu/",
            "url": "https://itzulpenak.gamerauntsia.eus/api/translations/supertux/world-1/eu/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 65,
            "total_words": 639,
            "translated": 65,
            "translated_words": 639,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 3,
            "failing_checks_words": 23,
            "failing_checks_percent": 4.6,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://itzulpenak.gamerauntsia.eus/api/translations/supertux/world-1/eu/repository/?format=api",
            "file_url": "https://itzulpenak.gamerauntsia.eus/api/translations/supertux/world-1/eu/file/?format=api",
            "statistics_url": "https://itzulpenak.gamerauntsia.eus/api/translations/supertux/world-1/eu/statistics/?format=api",
            "changes_list_url": "https://itzulpenak.gamerauntsia.eus/api/translations/supertux/world-1/eu/changes/?format=api",
            "units_list_url": "https://itzulpenak.gamerauntsia.eus/api/translations/supertux/world-1/eu/units/?format=api"
        },
        {
            "language": {
                "id": 106,
                "code": "fr",
                "name": "French",
                "plural": {
                    "id": 106,
                    "source": 0,
                    "number": 2,
                    "formula": "n > 1",
                    "type": 1
                },
                "aliases": [
                    "fra_fr",
                    "fra",
                    "fre"
                ],
                "direction": "ltr",
                "population": 278611506,
                "web_url": "https://itzulpenak.gamerauntsia.eus/languages/fr/",
                "url": "https://itzulpenak.gamerauntsia.eus/api/languages/fr/?format=api",
                "statistics_url": "https://itzulpenak.gamerauntsia.eus/api/languages/fr/statistics/?format=api"
            },
            "component": {
                "name": "World-1",
                "slug": "world-1",
                "id": 8,
                "source_language": {
                    "id": 76,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 76,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://itzulpenak.gamerauntsia.eus/languages/en/",
                    "url": "https://itzulpenak.gamerauntsia.eus/api/languages/en/?format=api",
                    "statistics_url": "https://itzulpenak.gamerauntsia.eus/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "SuperTux",
                    "slug": "supertux",
                    "id": 2,
                    "web": "https://www.supertux.org/",
                    "web_url": "https://itzulpenak.gamerauntsia.eus/projects/supertux/",
                    "url": "https://itzulpenak.gamerauntsia.eus/api/projects/supertux/?format=api",
                    "components_list_url": "https://itzulpenak.gamerauntsia.eus/api/projects/supertux/components/?format=api",
                    "repository_url": "https://itzulpenak.gamerauntsia.eus/api/projects/supertux/repository/?format=api",
                    "statistics_url": "https://itzulpenak.gamerauntsia.eus/api/projects/supertux/statistics/?format=api",
                    "categories_url": "https://itzulpenak.gamerauntsia.eus/api/projects/supertux/categories/?format=api",
                    "changes_list_url": "https://itzulpenak.gamerauntsia.eus/api/projects/supertux/changes/?format=api",
                    "languages_url": "https://itzulpenak.gamerauntsia.eus/api/projects/supertux/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "git@github.com:SuperTux/supertux.git",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "data/levels/world1/*.po",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "data/levels/world1/messages.pot",
                "file_format": "po",
                "license": "",
                "license_url": null,
                "agreement": "",
                "web_url": "https://itzulpenak.gamerauntsia.eus/projects/supertux/world-1/",
                "url": "https://itzulpenak.gamerauntsia.eus/api/components/supertux/world-1/?format=api",
                "repository_url": "https://itzulpenak.gamerauntsia.eus/api/components/supertux/world-1/repository/?format=api",
                "translations_url": "https://itzulpenak.gamerauntsia.eus/api/components/supertux/world-1/translations/?format=api",
                "statistics_url": "https://itzulpenak.gamerauntsia.eus/api/components/supertux/world-1/statistics/?format=api",
                "lock_url": "https://itzulpenak.gamerauntsia.eus/api/components/supertux/world-1/lock/?format=api",
                "links_url": "https://itzulpenak.gamerauntsia.eus/api/components/supertux/world-1/links/?format=api",
                "changes_list_url": "https://itzulpenak.gamerauntsia.eus/api/components/supertux/world-1/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "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 }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "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 \"{{ addon_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": "^(eu|es|fr)$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null
            },
            "language_code": "fr",
            "id": 23,
            "filename": "data/levels/world1/fr.po",
            "revision": "6d54ed6a9be0838cf2d5c59eba59efbb2c89c6ae",
            "web_url": "https://itzulpenak.gamerauntsia.eus/projects/supertux/world-1/fr/",
            "share_url": "https://itzulpenak.gamerauntsia.eus/engage/supertux/-/fr/",
            "translate_url": "https://itzulpenak.gamerauntsia.eus/translate/supertux/world-1/fr/",
            "url": "https://itzulpenak.gamerauntsia.eus/api/translations/supertux/world-1/fr/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 65,
            "total_words": 639,
            "translated": 65,
            "translated_words": 639,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 15,
            "failing_checks_words": 198,
            "failing_checks_percent": 23.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://itzulpenak.gamerauntsia.eus/api/translations/supertux/world-1/fr/repository/?format=api",
            "file_url": "https://itzulpenak.gamerauntsia.eus/api/translations/supertux/world-1/fr/file/?format=api",
            "statistics_url": "https://itzulpenak.gamerauntsia.eus/api/translations/supertux/world-1/fr/statistics/?format=api",
            "changes_list_url": "https://itzulpenak.gamerauntsia.eus/api/translations/supertux/world-1/fr/changes/?format=api",
            "units_list_url": "https://itzulpenak.gamerauntsia.eus/api/translations/supertux/world-1/fr/units/?format=api"
        },
        {
            "language": {
                "id": 87,
                "code": "es",
                "name": "Spanish",
                "plural": {
                    "id": 87,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "es_la",
                    "esp",
                    "spa"
                ],
                "direction": "ltr",
                "population": 493528078,
                "web_url": "https://itzulpenak.gamerauntsia.eus/languages/es/",
                "url": "https://itzulpenak.gamerauntsia.eus/api/languages/es/?format=api",
                "statistics_url": "https://itzulpenak.gamerauntsia.eus/api/languages/es/statistics/?format=api"
            },
            "component": {
                "name": "World-2",
                "slug": "world-2",
                "id": 9,
                "source_language": {
                    "id": 76,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 76,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://itzulpenak.gamerauntsia.eus/languages/en/",
                    "url": "https://itzulpenak.gamerauntsia.eus/api/languages/en/?format=api",
                    "statistics_url": "https://itzulpenak.gamerauntsia.eus/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "SuperTux",
                    "slug": "supertux",
                    "id": 2,
                    "web": "https://www.supertux.org/",
                    "web_url": "https://itzulpenak.gamerauntsia.eus/projects/supertux/",
                    "url": "https://itzulpenak.gamerauntsia.eus/api/projects/supertux/?format=api",
                    "components_list_url": "https://itzulpenak.gamerauntsia.eus/api/projects/supertux/components/?format=api",
                    "repository_url": "https://itzulpenak.gamerauntsia.eus/api/projects/supertux/repository/?format=api",
                    "statistics_url": "https://itzulpenak.gamerauntsia.eus/api/projects/supertux/statistics/?format=api",
                    "categories_url": "https://itzulpenak.gamerauntsia.eus/api/projects/supertux/categories/?format=api",
                    "changes_list_url": "https://itzulpenak.gamerauntsia.eus/api/projects/supertux/changes/?format=api",
                    "languages_url": "https://itzulpenak.gamerauntsia.eus/api/projects/supertux/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "git@github.com:SuperTux/supertux.git",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "data/levels/world2/*.po",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "data/levels/world2/messages.pot",
                "file_format": "po",
                "license": "",
                "license_url": null,
                "agreement": "",
                "web_url": "https://itzulpenak.gamerauntsia.eus/projects/supertux/world-2/",
                "url": "https://itzulpenak.gamerauntsia.eus/api/components/supertux/world-2/?format=api",
                "repository_url": "https://itzulpenak.gamerauntsia.eus/api/components/supertux/world-2/repository/?format=api",
                "translations_url": "https://itzulpenak.gamerauntsia.eus/api/components/supertux/world-2/translations/?format=api",
                "statistics_url": "https://itzulpenak.gamerauntsia.eus/api/components/supertux/world-2/statistics/?format=api",
                "lock_url": "https://itzulpenak.gamerauntsia.eus/api/components/supertux/world-2/lock/?format=api",
                "links_url": "https://itzulpenak.gamerauntsia.eus/api/components/supertux/world-2/links/?format=api",
                "changes_list_url": "https://itzulpenak.gamerauntsia.eus/api/components/supertux/world-2/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "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 }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "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 \"{{ addon_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": "^(eu|es|fr)$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null
            },
            "language_code": "es",
            "id": 24,
            "filename": "data/levels/world2/es.po",
            "revision": "97a7ef70453c4750e22f1fd6b49ed70a5c65737e",
            "web_url": "https://itzulpenak.gamerauntsia.eus/projects/supertux/world-2/es/",
            "share_url": "https://itzulpenak.gamerauntsia.eus/engage/supertux/-/es/",
            "translate_url": "https://itzulpenak.gamerauntsia.eus/translate/supertux/world-2/es/",
            "url": "https://itzulpenak.gamerauntsia.eus/api/translations/supertux/world-2/es/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 43,
            "total_words": 250,
            "translated": 43,
            "translated_words": 250,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 2,
            "failing_checks_words": 11,
            "failing_checks_percent": 4.6,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://itzulpenak.gamerauntsia.eus/api/translations/supertux/world-2/es/repository/?format=api",
            "file_url": "https://itzulpenak.gamerauntsia.eus/api/translations/supertux/world-2/es/file/?format=api",
            "statistics_url": "https://itzulpenak.gamerauntsia.eus/api/translations/supertux/world-2/es/statistics/?format=api",
            "changes_list_url": "https://itzulpenak.gamerauntsia.eus/api/translations/supertux/world-2/es/changes/?format=api",
            "units_list_url": "https://itzulpenak.gamerauntsia.eus/api/translations/supertux/world-2/es/units/?format=api"
        },
        {
            "language": {
                "id": 98,
                "code": "eu",
                "name": "Basque",
                "plural": {
                    "id": 98,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "es_eu",
                    "baq",
                    "eus"
                ],
                "direction": "ltr",
                "population": 1088518,
                "web_url": "https://itzulpenak.gamerauntsia.eus/languages/eu/",
                "url": "https://itzulpenak.gamerauntsia.eus/api/languages/eu/?format=api",
                "statistics_url": "https://itzulpenak.gamerauntsia.eus/api/languages/eu/statistics/?format=api"
            },
            "component": {
                "name": "World-2",
                "slug": "world-2",
                "id": 9,
                "source_language": {
                    "id": 76,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 76,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://itzulpenak.gamerauntsia.eus/languages/en/",
                    "url": "https://itzulpenak.gamerauntsia.eus/api/languages/en/?format=api",
                    "statistics_url": "https://itzulpenak.gamerauntsia.eus/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "SuperTux",
                    "slug": "supertux",
                    "id": 2,
                    "web": "https://www.supertux.org/",
                    "web_url": "https://itzulpenak.gamerauntsia.eus/projects/supertux/",
                    "url": "https://itzulpenak.gamerauntsia.eus/api/projects/supertux/?format=api",
                    "components_list_url": "https://itzulpenak.gamerauntsia.eus/api/projects/supertux/components/?format=api",
                    "repository_url": "https://itzulpenak.gamerauntsia.eus/api/projects/supertux/repository/?format=api",
                    "statistics_url": "https://itzulpenak.gamerauntsia.eus/api/projects/supertux/statistics/?format=api",
                    "categories_url": "https://itzulpenak.gamerauntsia.eus/api/projects/supertux/categories/?format=api",
                    "changes_list_url": "https://itzulpenak.gamerauntsia.eus/api/projects/supertux/changes/?format=api",
                    "languages_url": "https://itzulpenak.gamerauntsia.eus/api/projects/supertux/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "git@github.com:SuperTux/supertux.git",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "data/levels/world2/*.po",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "data/levels/world2/messages.pot",
                "file_format": "po",
                "license": "",
                "license_url": null,
                "agreement": "",
                "web_url": "https://itzulpenak.gamerauntsia.eus/projects/supertux/world-2/",
                "url": "https://itzulpenak.gamerauntsia.eus/api/components/supertux/world-2/?format=api",
                "repository_url": "https://itzulpenak.gamerauntsia.eus/api/components/supertux/world-2/repository/?format=api",
                "translations_url": "https://itzulpenak.gamerauntsia.eus/api/components/supertux/world-2/translations/?format=api",
                "statistics_url": "https://itzulpenak.gamerauntsia.eus/api/components/supertux/world-2/statistics/?format=api",
                "lock_url": "https://itzulpenak.gamerauntsia.eus/api/components/supertux/world-2/lock/?format=api",
                "links_url": "https://itzulpenak.gamerauntsia.eus/api/components/supertux/world-2/links/?format=api",
                "changes_list_url": "https://itzulpenak.gamerauntsia.eus/api/components/supertux/world-2/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "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 }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "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 \"{{ addon_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": "^(eu|es|fr)$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null
            },
            "language_code": "eu",
            "id": 25,
            "filename": "data/levels/world2/eu.po",
            "revision": "5c9cdde151e6e56c3239c266ecd5291c8f4c152a",
            "web_url": "https://itzulpenak.gamerauntsia.eus/projects/supertux/world-2/eu/",
            "share_url": "https://itzulpenak.gamerauntsia.eus/engage/supertux/-/eu/",
            "translate_url": "https://itzulpenak.gamerauntsia.eus/translate/supertux/world-2/eu/",
            "url": "https://itzulpenak.gamerauntsia.eus/api/translations/supertux/world-2/eu/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 43,
            "total_words": 250,
            "translated": 43,
            "translated_words": 250,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 1,
            "failing_checks_words": 3,
            "failing_checks_percent": 2.3,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://itzulpenak.gamerauntsia.eus/api/translations/supertux/world-2/eu/repository/?format=api",
            "file_url": "https://itzulpenak.gamerauntsia.eus/api/translations/supertux/world-2/eu/file/?format=api",
            "statistics_url": "https://itzulpenak.gamerauntsia.eus/api/translations/supertux/world-2/eu/statistics/?format=api",
            "changes_list_url": "https://itzulpenak.gamerauntsia.eus/api/translations/supertux/world-2/eu/changes/?format=api",
            "units_list_url": "https://itzulpenak.gamerauntsia.eus/api/translations/supertux/world-2/eu/units/?format=api"
        },
        {
            "language": {
                "id": 106,
                "code": "fr",
                "name": "French",
                "plural": {
                    "id": 106,
                    "source": 0,
                    "number": 2,
                    "formula": "n > 1",
                    "type": 1
                },
                "aliases": [
                    "fra_fr",
                    "fra",
                    "fre"
                ],
                "direction": "ltr",
                "population": 278611506,
                "web_url": "https://itzulpenak.gamerauntsia.eus/languages/fr/",
                "url": "https://itzulpenak.gamerauntsia.eus/api/languages/fr/?format=api",
                "statistics_url": "https://itzulpenak.gamerauntsia.eus/api/languages/fr/statistics/?format=api"
            },
            "component": {
                "name": "World-2",
                "slug": "world-2",
                "id": 9,
                "source_language": {
                    "id": 76,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 76,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://itzulpenak.gamerauntsia.eus/languages/en/",
                    "url": "https://itzulpenak.gamerauntsia.eus/api/languages/en/?format=api",
                    "statistics_url": "https://itzulpenak.gamerauntsia.eus/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "SuperTux",
                    "slug": "supertux",
                    "id": 2,
                    "web": "https://www.supertux.org/",
                    "web_url": "https://itzulpenak.gamerauntsia.eus/projects/supertux/",
                    "url": "https://itzulpenak.gamerauntsia.eus/api/projects/supertux/?format=api",
                    "components_list_url": "https://itzulpenak.gamerauntsia.eus/api/projects/supertux/components/?format=api",
                    "repository_url": "https://itzulpenak.gamerauntsia.eus/api/projects/supertux/repository/?format=api",
                    "statistics_url": "https://itzulpenak.gamerauntsia.eus/api/projects/supertux/statistics/?format=api",
                    "categories_url": "https://itzulpenak.gamerauntsia.eus/api/projects/supertux/categories/?format=api",
                    "changes_list_url": "https://itzulpenak.gamerauntsia.eus/api/projects/supertux/changes/?format=api",
                    "languages_url": "https://itzulpenak.gamerauntsia.eus/api/projects/supertux/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "git@github.com:SuperTux/supertux.git",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "data/levels/world2/*.po",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "data/levels/world2/messages.pot",
                "file_format": "po",
                "license": "",
                "license_url": null,
                "agreement": "",
                "web_url": "https://itzulpenak.gamerauntsia.eus/projects/supertux/world-2/",
                "url": "https://itzulpenak.gamerauntsia.eus/api/components/supertux/world-2/?format=api",
                "repository_url": "https://itzulpenak.gamerauntsia.eus/api/components/supertux/world-2/repository/?format=api",
                "translations_url": "https://itzulpenak.gamerauntsia.eus/api/components/supertux/world-2/translations/?format=api",
                "statistics_url": "https://itzulpenak.gamerauntsia.eus/api/components/supertux/world-2/statistics/?format=api",
                "lock_url": "https://itzulpenak.gamerauntsia.eus/api/components/supertux/world-2/lock/?format=api",
                "links_url": "https://itzulpenak.gamerauntsia.eus/api/components/supertux/world-2/links/?format=api",
                "changes_list_url": "https://itzulpenak.gamerauntsia.eus/api/components/supertux/world-2/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "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 }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "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 \"{{ addon_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": "^(eu|es|fr)$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null
            },
            "language_code": "fr",
            "id": 26,
            "filename": "data/levels/world2/fr.po",
            "revision": "ac0739d5cd9008b6734c52126538a318f64993e9",
            "web_url": "https://itzulpenak.gamerauntsia.eus/projects/supertux/world-2/fr/",
            "share_url": "https://itzulpenak.gamerauntsia.eus/engage/supertux/-/fr/",
            "translate_url": "https://itzulpenak.gamerauntsia.eus/translate/supertux/world-2/fr/",
            "url": "https://itzulpenak.gamerauntsia.eus/api/translations/supertux/world-2/fr/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 43,
            "total_words": 250,
            "translated": 43,
            "translated_words": 250,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 6,
            "failing_checks_words": 96,
            "failing_checks_percent": 13.9,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://itzulpenak.gamerauntsia.eus/api/translations/supertux/world-2/fr/repository/?format=api",
            "file_url": "https://itzulpenak.gamerauntsia.eus/api/translations/supertux/world-2/fr/file/?format=api",
            "statistics_url": "https://itzulpenak.gamerauntsia.eus/api/translations/supertux/world-2/fr/statistics/?format=api",
            "changes_list_url": "https://itzulpenak.gamerauntsia.eus/api/translations/supertux/world-2/fr/changes/?format=api",
            "units_list_url": "https://itzulpenak.gamerauntsia.eus/api/translations/supertux/world-2/fr/units/?format=api"
        },
        {
            "language": {
                "id": 87,
                "code": "es",
                "name": "Spanish",
                "plural": {
                    "id": 87,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "es_la",
                    "esp",
                    "spa"
                ],
                "direction": "ltr",
                "population": 493528078,
                "web_url": "https://itzulpenak.gamerauntsia.eus/languages/es/",
                "url": "https://itzulpenak.gamerauntsia.eus/api/languages/es/?format=api",
                "statistics_url": "https://itzulpenak.gamerauntsia.eus/api/languages/es/statistics/?format=api"
            },
            "component": {
                "name": "Interfazea",
                "slug": "interfazea",
                "id": 11,
                "source_language": {
                    "id": 76,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 76,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://itzulpenak.gamerauntsia.eus/languages/en/",
                    "url": "https://itzulpenak.gamerauntsia.eus/api/languages/en/?format=api",
                    "statistics_url": "https://itzulpenak.gamerauntsia.eus/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "SuperTuxKart",
                    "slug": "supertuxkart",
                    "id": 3,
                    "web": "https://supertuxkart.net",
                    "web_url": "https://itzulpenak.gamerauntsia.eus/projects/supertuxkart/",
                    "url": "https://itzulpenak.gamerauntsia.eus/api/projects/supertuxkart/?format=api",
                    "components_list_url": "https://itzulpenak.gamerauntsia.eus/api/projects/supertuxkart/components/?format=api",
                    "repository_url": "https://itzulpenak.gamerauntsia.eus/api/projects/supertuxkart/repository/?format=api",
                    "statistics_url": "https://itzulpenak.gamerauntsia.eus/api/projects/supertuxkart/statistics/?format=api",
                    "categories_url": "https://itzulpenak.gamerauntsia.eus/api/projects/supertuxkart/categories/?format=api",
                    "changes_list_url": "https://itzulpenak.gamerauntsia.eus/api/projects/supertuxkart/changes/?format=api",
                    "languages_url": "https://itzulpenak.gamerauntsia.eus/api/projects/supertuxkart/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "git@github.com:supertuxkart/stk-code.git",
                "git_export": "https://itzulpenak.gamerauntsia.eus/git/supertuxkart/interfazea/",
                "branch": "master",
                "push_branch": "",
                "filemask": "data/po/*.po",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "data/po/supertuxkart.pot",
                "file_format": "po",
                "license": "",
                "license_url": null,
                "agreement": "",
                "web_url": "https://itzulpenak.gamerauntsia.eus/projects/supertuxkart/interfazea/",
                "url": "https://itzulpenak.gamerauntsia.eus/api/components/supertuxkart/interfazea/?format=api",
                "repository_url": "https://itzulpenak.gamerauntsia.eus/api/components/supertuxkart/interfazea/repository/?format=api",
                "translations_url": "https://itzulpenak.gamerauntsia.eus/api/components/supertuxkart/interfazea/translations/?format=api",
                "statistics_url": "https://itzulpenak.gamerauntsia.eus/api/components/supertuxkart/interfazea/statistics/?format=api",
                "lock_url": "https://itzulpenak.gamerauntsia.eus/api/components/supertuxkart/interfazea/lock/?format=api",
                "links_url": "https://itzulpenak.gamerauntsia.eus/api/components/supertuxkart/interfazea/links/?format=api",
                "changes_list_url": "https://itzulpenak.gamerauntsia.eus/api/components/supertuxkart/interfazea/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "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 }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "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 \"{{ addon_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": "^(eu|es|fr)$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null
            },
            "language_code": "es",
            "id": 27,
            "filename": "data/po/es.po",
            "revision": "abf55e4a0bd5541e3a42414083dfc48773728a0d",
            "web_url": "https://itzulpenak.gamerauntsia.eus/projects/supertuxkart/interfazea/es/",
            "share_url": "https://itzulpenak.gamerauntsia.eus/engage/supertuxkart/-/es/",
            "translate_url": "https://itzulpenak.gamerauntsia.eus/translate/supertuxkart/interfazea/es/",
            "url": "https://itzulpenak.gamerauntsia.eus/api/translations/supertuxkart/interfazea/es/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 1081,
            "total_words": 5808,
            "translated": 1078,
            "translated_words": 5796,
            "translated_percent": 99.7,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 64,
            "failing_checks_words": 281,
            "failing_checks_percent": 5.9,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://itzulpenak.gamerauntsia.eus/api/translations/supertuxkart/interfazea/es/repository/?format=api",
            "file_url": "https://itzulpenak.gamerauntsia.eus/api/translations/supertuxkart/interfazea/es/file/?format=api",
            "statistics_url": "https://itzulpenak.gamerauntsia.eus/api/translations/supertuxkart/interfazea/es/statistics/?format=api",
            "changes_list_url": "https://itzulpenak.gamerauntsia.eus/api/translations/supertuxkart/interfazea/es/changes/?format=api",
            "units_list_url": "https://itzulpenak.gamerauntsia.eus/api/translations/supertuxkart/interfazea/es/units/?format=api"
        },
        {
            "language": {
                "id": 98,
                "code": "eu",
                "name": "Basque",
                "plural": {
                    "id": 98,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "es_eu",
                    "baq",
                    "eus"
                ],
                "direction": "ltr",
                "population": 1088518,
                "web_url": "https://itzulpenak.gamerauntsia.eus/languages/eu/",
                "url": "https://itzulpenak.gamerauntsia.eus/api/languages/eu/?format=api",
                "statistics_url": "https://itzulpenak.gamerauntsia.eus/api/languages/eu/statistics/?format=api"
            },
            "component": {
                "name": "Interfazea",
                "slug": "interfazea",
                "id": 11,
                "source_language": {
                    "id": 76,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 76,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://itzulpenak.gamerauntsia.eus/languages/en/",
                    "url": "https://itzulpenak.gamerauntsia.eus/api/languages/en/?format=api",
                    "statistics_url": "https://itzulpenak.gamerauntsia.eus/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "SuperTuxKart",
                    "slug": "supertuxkart",
                    "id": 3,
                    "web": "https://supertuxkart.net",
                    "web_url": "https://itzulpenak.gamerauntsia.eus/projects/supertuxkart/",
                    "url": "https://itzulpenak.gamerauntsia.eus/api/projects/supertuxkart/?format=api",
                    "components_list_url": "https://itzulpenak.gamerauntsia.eus/api/projects/supertuxkart/components/?format=api",
                    "repository_url": "https://itzulpenak.gamerauntsia.eus/api/projects/supertuxkart/repository/?format=api",
                    "statistics_url": "https://itzulpenak.gamerauntsia.eus/api/projects/supertuxkart/statistics/?format=api",
                    "categories_url": "https://itzulpenak.gamerauntsia.eus/api/projects/supertuxkart/categories/?format=api",
                    "changes_list_url": "https://itzulpenak.gamerauntsia.eus/api/projects/supertuxkart/changes/?format=api",
                    "languages_url": "https://itzulpenak.gamerauntsia.eus/api/projects/supertuxkart/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "git@github.com:supertuxkart/stk-code.git",
                "git_export": "https://itzulpenak.gamerauntsia.eus/git/supertuxkart/interfazea/",
                "branch": "master",
                "push_branch": "",
                "filemask": "data/po/*.po",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "data/po/supertuxkart.pot",
                "file_format": "po",
                "license": "",
                "license_url": null,
                "agreement": "",
                "web_url": "https://itzulpenak.gamerauntsia.eus/projects/supertuxkart/interfazea/",
                "url": "https://itzulpenak.gamerauntsia.eus/api/components/supertuxkart/interfazea/?format=api",
                "repository_url": "https://itzulpenak.gamerauntsia.eus/api/components/supertuxkart/interfazea/repository/?format=api",
                "translations_url": "https://itzulpenak.gamerauntsia.eus/api/components/supertuxkart/interfazea/translations/?format=api",
                "statistics_url": "https://itzulpenak.gamerauntsia.eus/api/components/supertuxkart/interfazea/statistics/?format=api",
                "lock_url": "https://itzulpenak.gamerauntsia.eus/api/components/supertuxkart/interfazea/lock/?format=api",
                "links_url": "https://itzulpenak.gamerauntsia.eus/api/components/supertuxkart/interfazea/links/?format=api",
                "changes_list_url": "https://itzulpenak.gamerauntsia.eus/api/components/supertuxkart/interfazea/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "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 }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "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 \"{{ addon_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": "^(eu|es|fr)$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null
            },
            "language_code": "eu",
            "id": 28,
            "filename": "data/po/eu.po",
            "revision": "f7323a3faa8e13a959219ca81fa07162b21b83c3",
            "web_url": "https://itzulpenak.gamerauntsia.eus/projects/supertuxkart/interfazea/eu/",
            "share_url": "https://itzulpenak.gamerauntsia.eus/engage/supertuxkart/-/eu/",
            "translate_url": "https://itzulpenak.gamerauntsia.eus/translate/supertuxkart/interfazea/eu/",
            "url": "https://itzulpenak.gamerauntsia.eus/api/translations/supertuxkart/interfazea/eu/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 1081,
            "total_words": 5808,
            "translated": 1022,
            "translated_words": 5181,
            "translated_percent": 94.5,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 86,
            "failing_checks_words": 657,
            "failing_checks_percent": 7.9,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://itzulpenak.gamerauntsia.eus/api/translations/supertuxkart/interfazea/eu/repository/?format=api",
            "file_url": "https://itzulpenak.gamerauntsia.eus/api/translations/supertuxkart/interfazea/eu/file/?format=api",
            "statistics_url": "https://itzulpenak.gamerauntsia.eus/api/translations/supertuxkart/interfazea/eu/statistics/?format=api",
            "changes_list_url": "https://itzulpenak.gamerauntsia.eus/api/translations/supertuxkart/interfazea/eu/changes/?format=api",
            "units_list_url": "https://itzulpenak.gamerauntsia.eus/api/translations/supertuxkart/interfazea/eu/units/?format=api"
        },
        {
            "language": {
                "id": 106,
                "code": "fr",
                "name": "French",
                "plural": {
                    "id": 106,
                    "source": 0,
                    "number": 2,
                    "formula": "n > 1",
                    "type": 1
                },
                "aliases": [
                    "fra_fr",
                    "fra",
                    "fre"
                ],
                "direction": "ltr",
                "population": 278611506,
                "web_url": "https://itzulpenak.gamerauntsia.eus/languages/fr/",
                "url": "https://itzulpenak.gamerauntsia.eus/api/languages/fr/?format=api",
                "statistics_url": "https://itzulpenak.gamerauntsia.eus/api/languages/fr/statistics/?format=api"
            },
            "component": {
                "name": "Interfazea",
                "slug": "interfazea",
                "id": 11,
                "source_language": {
                    "id": 76,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 76,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://itzulpenak.gamerauntsia.eus/languages/en/",
                    "url": "https://itzulpenak.gamerauntsia.eus/api/languages/en/?format=api",
                    "statistics_url": "https://itzulpenak.gamerauntsia.eus/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "SuperTuxKart",
                    "slug": "supertuxkart",
                    "id": 3,
                    "web": "https://supertuxkart.net",
                    "web_url": "https://itzulpenak.gamerauntsia.eus/projects/supertuxkart/",
                    "url": "https://itzulpenak.gamerauntsia.eus/api/projects/supertuxkart/?format=api",
                    "components_list_url": "https://itzulpenak.gamerauntsia.eus/api/projects/supertuxkart/components/?format=api",
                    "repository_url": "https://itzulpenak.gamerauntsia.eus/api/projects/supertuxkart/repository/?format=api",
                    "statistics_url": "https://itzulpenak.gamerauntsia.eus/api/projects/supertuxkart/statistics/?format=api",
                    "categories_url": "https://itzulpenak.gamerauntsia.eus/api/projects/supertuxkart/categories/?format=api",
                    "changes_list_url": "https://itzulpenak.gamerauntsia.eus/api/projects/supertuxkart/changes/?format=api",
                    "languages_url": "https://itzulpenak.gamerauntsia.eus/api/projects/supertuxkart/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "git@github.com:supertuxkart/stk-code.git",
                "git_export": "https://itzulpenak.gamerauntsia.eus/git/supertuxkart/interfazea/",
                "branch": "master",
                "push_branch": "",
                "filemask": "data/po/*.po",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "data/po/supertuxkart.pot",
                "file_format": "po",
                "license": "",
                "license_url": null,
                "agreement": "",
                "web_url": "https://itzulpenak.gamerauntsia.eus/projects/supertuxkart/interfazea/",
                "url": "https://itzulpenak.gamerauntsia.eus/api/components/supertuxkart/interfazea/?format=api",
                "repository_url": "https://itzulpenak.gamerauntsia.eus/api/components/supertuxkart/interfazea/repository/?format=api",
                "translations_url": "https://itzulpenak.gamerauntsia.eus/api/components/supertuxkart/interfazea/translations/?format=api",
                "statistics_url": "https://itzulpenak.gamerauntsia.eus/api/components/supertuxkart/interfazea/statistics/?format=api",
                "lock_url": "https://itzulpenak.gamerauntsia.eus/api/components/supertuxkart/interfazea/lock/?format=api",
                "links_url": "https://itzulpenak.gamerauntsia.eus/api/components/supertuxkart/interfazea/links/?format=api",
                "changes_list_url": "https://itzulpenak.gamerauntsia.eus/api/components/supertuxkart/interfazea/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "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 }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "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 \"{{ addon_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": "^(eu|es|fr)$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null
            },
            "language_code": "fr",
            "id": 29,
            "filename": "data/po/fr.po",
            "revision": "314bd2aea8e28f978a87e31073864f2dc7531b40",
            "web_url": "https://itzulpenak.gamerauntsia.eus/projects/supertuxkart/interfazea/fr/",
            "share_url": "https://itzulpenak.gamerauntsia.eus/engage/supertuxkart/-/fr/",
            "translate_url": "https://itzulpenak.gamerauntsia.eus/translate/supertuxkart/interfazea/fr/",
            "url": "https://itzulpenak.gamerauntsia.eus/api/translations/supertuxkart/interfazea/fr/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 1081,
            "total_words": 5808,
            "translated": 1061,
            "translated_words": 5722,
            "translated_percent": 98.1,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 82,
            "failing_checks_words": 644,
            "failing_checks_percent": 7.5,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://itzulpenak.gamerauntsia.eus/api/translations/supertuxkart/interfazea/fr/repository/?format=api",
            "file_url": "https://itzulpenak.gamerauntsia.eus/api/translations/supertuxkart/interfazea/fr/file/?format=api",
            "statistics_url": "https://itzulpenak.gamerauntsia.eus/api/translations/supertuxkart/interfazea/fr/statistics/?format=api",
            "changes_list_url": "https://itzulpenak.gamerauntsia.eus/api/translations/supertuxkart/interfazea/fr/changes/?format=api",
            "units_list_url": "https://itzulpenak.gamerauntsia.eus/api/translations/supertuxkart/interfazea/fr/units/?format=api"
        },
        {
            "language": {
                "id": 76,
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 76,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485517,
                "web_url": "https://itzulpenak.gamerauntsia.eus/languages/en/",
                "url": "https://itzulpenak.gamerauntsia.eus/api/languages/en/?format=api",
                "statistics_url": "https://itzulpenak.gamerauntsia.eus/api/languages/en/statistics/?format=api"
            },
            "component": {
                "name": "Actors",
                "slug": "actors",
                "id": 12,
                "source_language": {
                    "id": 76,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 76,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://itzulpenak.gamerauntsia.eus/languages/en/",
                    "url": "https://itzulpenak.gamerauntsia.eus/api/languages/en/?format=api",
                    "statistics_url": "https://itzulpenak.gamerauntsia.eus/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Shattered Pixel Dungeon",
                    "slug": "shattered-pixel-dungeon",
                    "id": 4,
                    "web": "http://shatteredpixel.com/",
                    "web_url": "https://itzulpenak.gamerauntsia.eus/projects/shattered-pixel-dungeon/",
                    "url": "https://itzulpenak.gamerauntsia.eus/api/projects/shattered-pixel-dungeon/?format=api",
                    "components_list_url": "https://itzulpenak.gamerauntsia.eus/api/projects/shattered-pixel-dungeon/components/?format=api",
                    "repository_url": "https://itzulpenak.gamerauntsia.eus/api/projects/shattered-pixel-dungeon/repository/?format=api",
                    "statistics_url": "https://itzulpenak.gamerauntsia.eus/api/projects/shattered-pixel-dungeon/statistics/?format=api",
                    "categories_url": "https://itzulpenak.gamerauntsia.eus/api/projects/shattered-pixel-dungeon/categories/?format=api",
                    "changes_list_url": "https://itzulpenak.gamerauntsia.eus/api/projects/shattered-pixel-dungeon/changes/?format=api",
                    "languages_url": "https://itzulpenak.gamerauntsia.eus/api/projects/shattered-pixel-dungeon/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "git@github.com:00-Evan/shattered-pixel-dungeon.git",
                "git_export": "https://itzulpenak.gamerauntsia.eus/git/shattered-pixel-dungeon/actors/",
                "branch": "master",
                "push_branch": "",
                "filemask": "core/src/main/resources/com/shatteredpixel/shatteredpixeldungeon/messages/actors/actors_*.properties",
                "screenshot_filemask": "",
                "template": "core/src/main/resources/com/shatteredpixel/shatteredpixeldungeon/messages/actors/actors.properties",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "properties-utf8",
                "license": "",
                "license_url": null,
                "agreement": "",
                "web_url": "https://itzulpenak.gamerauntsia.eus/projects/shattered-pixel-dungeon/actors/",
                "url": "https://itzulpenak.gamerauntsia.eus/api/components/shattered-pixel-dungeon/actors/?format=api",
                "repository_url": "https://itzulpenak.gamerauntsia.eus/api/components/shattered-pixel-dungeon/actors/repository/?format=api",
                "translations_url": "https://itzulpenak.gamerauntsia.eus/api/components/shattered-pixel-dungeon/actors/translations/?format=api",
                "statistics_url": "https://itzulpenak.gamerauntsia.eus/api/components/shattered-pixel-dungeon/actors/statistics/?format=api",
                "lock_url": "https://itzulpenak.gamerauntsia.eus/api/components/shattered-pixel-dungeon/actors/lock/?format=api",
                "links_url": "https://itzulpenak.gamerauntsia.eus/api/components/shattered-pixel-dungeon/actors/links/?format=api",
                "changes_list_url": "https://itzulpenak.gamerauntsia.eus/api/components/shattered-pixel-dungeon/actors/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "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 }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "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 \"{{ addon_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": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^(eu|es|fr)$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null
            },
            "language_code": "en",
            "id": 30,
            "filename": "core/src/main/resources/com/shatteredpixel/shatteredpixeldungeon/messages/actors/actors.properties",
            "revision": "50019826be5d3f26804ddbfa50831432f639c449,50019826be5d3f26804ddbfa50831432f639c449",
            "web_url": "https://itzulpenak.gamerauntsia.eus/projects/shattered-pixel-dungeon/actors/en/",
            "share_url": "https://itzulpenak.gamerauntsia.eus/engage/shattered-pixel-dungeon/-/en/",
            "translate_url": "https://itzulpenak.gamerauntsia.eus/translate/shattered-pixel-dungeon/actors/en/",
            "url": "https://itzulpenak.gamerauntsia.eus/api/translations/shattered-pixel-dungeon/actors/en/?format=api",
            "is_template": true,
            "is_source": true,
            "total": 469,
            "total_words": 7771,
            "translated": 469,
            "translated_words": 7771,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 51,
            "failing_checks_words": 966,
            "failing_checks_percent": 10.8,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://itzulpenak.gamerauntsia.eus/api/translations/shattered-pixel-dungeon/actors/en/repository/?format=api",
            "file_url": "https://itzulpenak.gamerauntsia.eus/api/translations/shattered-pixel-dungeon/actors/en/file/?format=api",
            "statistics_url": "https://itzulpenak.gamerauntsia.eus/api/translations/shattered-pixel-dungeon/actors/en/statistics/?format=api",
            "changes_list_url": "https://itzulpenak.gamerauntsia.eus/api/translations/shattered-pixel-dungeon/actors/en/changes/?format=api",
            "units_list_url": "https://itzulpenak.gamerauntsia.eus/api/translations/shattered-pixel-dungeon/actors/en/units/?format=api"
        },
        {
            "language": {
                "id": 87,
                "code": "es",
                "name": "Spanish",
                "plural": {
                    "id": 87,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "es_la",
                    "esp",
                    "spa"
                ],
                "direction": "ltr",
                "population": 493528078,
                "web_url": "https://itzulpenak.gamerauntsia.eus/languages/es/",
                "url": "https://itzulpenak.gamerauntsia.eus/api/languages/es/?format=api",
                "statistics_url": "https://itzulpenak.gamerauntsia.eus/api/languages/es/statistics/?format=api"
            },
            "component": {
                "name": "Actors",
                "slug": "actors",
                "id": 12,
                "source_language": {
                    "id": 76,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 76,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://itzulpenak.gamerauntsia.eus/languages/en/",
                    "url": "https://itzulpenak.gamerauntsia.eus/api/languages/en/?format=api",
                    "statistics_url": "https://itzulpenak.gamerauntsia.eus/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Shattered Pixel Dungeon",
                    "slug": "shattered-pixel-dungeon",
                    "id": 4,
                    "web": "http://shatteredpixel.com/",
                    "web_url": "https://itzulpenak.gamerauntsia.eus/projects/shattered-pixel-dungeon/",
                    "url": "https://itzulpenak.gamerauntsia.eus/api/projects/shattered-pixel-dungeon/?format=api",
                    "components_list_url": "https://itzulpenak.gamerauntsia.eus/api/projects/shattered-pixel-dungeon/components/?format=api",
                    "repository_url": "https://itzulpenak.gamerauntsia.eus/api/projects/shattered-pixel-dungeon/repository/?format=api",
                    "statistics_url": "https://itzulpenak.gamerauntsia.eus/api/projects/shattered-pixel-dungeon/statistics/?format=api",
                    "categories_url": "https://itzulpenak.gamerauntsia.eus/api/projects/shattered-pixel-dungeon/categories/?format=api",
                    "changes_list_url": "https://itzulpenak.gamerauntsia.eus/api/projects/shattered-pixel-dungeon/changes/?format=api",
                    "languages_url": "https://itzulpenak.gamerauntsia.eus/api/projects/shattered-pixel-dungeon/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "git@github.com:00-Evan/shattered-pixel-dungeon.git",
                "git_export": "https://itzulpenak.gamerauntsia.eus/git/shattered-pixel-dungeon/actors/",
                "branch": "master",
                "push_branch": "",
                "filemask": "core/src/main/resources/com/shatteredpixel/shatteredpixeldungeon/messages/actors/actors_*.properties",
                "screenshot_filemask": "",
                "template": "core/src/main/resources/com/shatteredpixel/shatteredpixeldungeon/messages/actors/actors.properties",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "properties-utf8",
                "license": "",
                "license_url": null,
                "agreement": "",
                "web_url": "https://itzulpenak.gamerauntsia.eus/projects/shattered-pixel-dungeon/actors/",
                "url": "https://itzulpenak.gamerauntsia.eus/api/components/shattered-pixel-dungeon/actors/?format=api",
                "repository_url": "https://itzulpenak.gamerauntsia.eus/api/components/shattered-pixel-dungeon/actors/repository/?format=api",
                "translations_url": "https://itzulpenak.gamerauntsia.eus/api/components/shattered-pixel-dungeon/actors/translations/?format=api",
                "statistics_url": "https://itzulpenak.gamerauntsia.eus/api/components/shattered-pixel-dungeon/actors/statistics/?format=api",
                "lock_url": "https://itzulpenak.gamerauntsia.eus/api/components/shattered-pixel-dungeon/actors/lock/?format=api",
                "links_url": "https://itzulpenak.gamerauntsia.eus/api/components/shattered-pixel-dungeon/actors/links/?format=api",
                "changes_list_url": "https://itzulpenak.gamerauntsia.eus/api/components/shattered-pixel-dungeon/actors/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "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 }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "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 \"{{ addon_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": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^(eu|es|fr)$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null
            },
            "language_code": "es",
            "id": 31,
            "filename": "core/src/main/resources/com/shatteredpixel/shatteredpixeldungeon/messages/actors/actors_es.properties",
            "revision": "62da145ff9f8ab16509a809658eb5e4450e39497,50019826be5d3f26804ddbfa50831432f639c449",
            "web_url": "https://itzulpenak.gamerauntsia.eus/projects/shattered-pixel-dungeon/actors/es/",
            "share_url": "https://itzulpenak.gamerauntsia.eus/engage/shattered-pixel-dungeon/-/es/",
            "translate_url": "https://itzulpenak.gamerauntsia.eus/translate/shattered-pixel-dungeon/actors/es/",
            "url": "https://itzulpenak.gamerauntsia.eus/api/translations/shattered-pixel-dungeon/actors/es/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 469,
            "total_words": 7771,
            "translated": 469,
            "translated_words": 7771,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 30,
            "failing_checks_words": 798,
            "failing_checks_percent": 6.3,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://itzulpenak.gamerauntsia.eus/api/translations/shattered-pixel-dungeon/actors/es/repository/?format=api",
            "file_url": "https://itzulpenak.gamerauntsia.eus/api/translations/shattered-pixel-dungeon/actors/es/file/?format=api",
            "statistics_url": "https://itzulpenak.gamerauntsia.eus/api/translations/shattered-pixel-dungeon/actors/es/statistics/?format=api",
            "changes_list_url": "https://itzulpenak.gamerauntsia.eus/api/translations/shattered-pixel-dungeon/actors/es/changes/?format=api",
            "units_list_url": "https://itzulpenak.gamerauntsia.eus/api/translations/shattered-pixel-dungeon/actors/es/units/?format=api"
        },
        {
            "language": {
                "id": 98,
                "code": "eu",
                "name": "Basque",
                "plural": {
                    "id": 98,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "es_eu",
                    "baq",
                    "eus"
                ],
                "direction": "ltr",
                "population": 1088518,
                "web_url": "https://itzulpenak.gamerauntsia.eus/languages/eu/",
                "url": "https://itzulpenak.gamerauntsia.eus/api/languages/eu/?format=api",
                "statistics_url": "https://itzulpenak.gamerauntsia.eus/api/languages/eu/statistics/?format=api"
            },
            "component": {
                "name": "Actors",
                "slug": "actors",
                "id": 12,
                "source_language": {
                    "id": 76,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 76,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://itzulpenak.gamerauntsia.eus/languages/en/",
                    "url": "https://itzulpenak.gamerauntsia.eus/api/languages/en/?format=api",
                    "statistics_url": "https://itzulpenak.gamerauntsia.eus/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Shattered Pixel Dungeon",
                    "slug": "shattered-pixel-dungeon",
                    "id": 4,
                    "web": "http://shatteredpixel.com/",
                    "web_url": "https://itzulpenak.gamerauntsia.eus/projects/shattered-pixel-dungeon/",
                    "url": "https://itzulpenak.gamerauntsia.eus/api/projects/shattered-pixel-dungeon/?format=api",
                    "components_list_url": "https://itzulpenak.gamerauntsia.eus/api/projects/shattered-pixel-dungeon/components/?format=api",
                    "repository_url": "https://itzulpenak.gamerauntsia.eus/api/projects/shattered-pixel-dungeon/repository/?format=api",
                    "statistics_url": "https://itzulpenak.gamerauntsia.eus/api/projects/shattered-pixel-dungeon/statistics/?format=api",
                    "categories_url": "https://itzulpenak.gamerauntsia.eus/api/projects/shattered-pixel-dungeon/categories/?format=api",
                    "changes_list_url": "https://itzulpenak.gamerauntsia.eus/api/projects/shattered-pixel-dungeon/changes/?format=api",
                    "languages_url": "https://itzulpenak.gamerauntsia.eus/api/projects/shattered-pixel-dungeon/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "git@github.com:00-Evan/shattered-pixel-dungeon.git",
                "git_export": "https://itzulpenak.gamerauntsia.eus/git/shattered-pixel-dungeon/actors/",
                "branch": "master",
                "push_branch": "",
                "filemask": "core/src/main/resources/com/shatteredpixel/shatteredpixeldungeon/messages/actors/actors_*.properties",
                "screenshot_filemask": "",
                "template": "core/src/main/resources/com/shatteredpixel/shatteredpixeldungeon/messages/actors/actors.properties",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "properties-utf8",
                "license": "",
                "license_url": null,
                "agreement": "",
                "web_url": "https://itzulpenak.gamerauntsia.eus/projects/shattered-pixel-dungeon/actors/",
                "url": "https://itzulpenak.gamerauntsia.eus/api/components/shattered-pixel-dungeon/actors/?format=api",
                "repository_url": "https://itzulpenak.gamerauntsia.eus/api/components/shattered-pixel-dungeon/actors/repository/?format=api",
                "translations_url": "https://itzulpenak.gamerauntsia.eus/api/components/shattered-pixel-dungeon/actors/translations/?format=api",
                "statistics_url": "https://itzulpenak.gamerauntsia.eus/api/components/shattered-pixel-dungeon/actors/statistics/?format=api",
                "lock_url": "https://itzulpenak.gamerauntsia.eus/api/components/shattered-pixel-dungeon/actors/lock/?format=api",
                "links_url": "https://itzulpenak.gamerauntsia.eus/api/components/shattered-pixel-dungeon/actors/links/?format=api",
                "changes_list_url": "https://itzulpenak.gamerauntsia.eus/api/components/shattered-pixel-dungeon/actors/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "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 }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "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 \"{{ addon_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": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^(eu|es|fr)$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null
            },
            "language_code": "eu",
            "id": 32,
            "filename": "core/src/main/resources/com/shatteredpixel/shatteredpixeldungeon/messages/actors/actors_eu.properties",
            "revision": "d85cca224fb6fae13b621d78e6b296b8cf5e60de,50019826be5d3f26804ddbfa50831432f639c449",
            "web_url": "https://itzulpenak.gamerauntsia.eus/projects/shattered-pixel-dungeon/actors/eu/",
            "share_url": "https://itzulpenak.gamerauntsia.eus/engage/shattered-pixel-dungeon/-/eu/",
            "translate_url": "https://itzulpenak.gamerauntsia.eus/translate/shattered-pixel-dungeon/actors/eu/",
            "url": "https://itzulpenak.gamerauntsia.eus/api/translations/shattered-pixel-dungeon/actors/eu/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 469,
            "total_words": 7771,
            "translated": 469,
            "translated_words": 7771,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 14,
            "failing_checks_words": 449,
            "failing_checks_percent": 2.9,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://itzulpenak.gamerauntsia.eus/api/translations/shattered-pixel-dungeon/actors/eu/repository/?format=api",
            "file_url": "https://itzulpenak.gamerauntsia.eus/api/translations/shattered-pixel-dungeon/actors/eu/file/?format=api",
            "statistics_url": "https://itzulpenak.gamerauntsia.eus/api/translations/shattered-pixel-dungeon/actors/eu/statistics/?format=api",
            "changes_list_url": "https://itzulpenak.gamerauntsia.eus/api/translations/shattered-pixel-dungeon/actors/eu/changes/?format=api",
            "units_list_url": "https://itzulpenak.gamerauntsia.eus/api/translations/shattered-pixel-dungeon/actors/eu/units/?format=api"
        },
        {
            "language": {
                "id": 106,
                "code": "fr",
                "name": "French",
                "plural": {
                    "id": 106,
                    "source": 0,
                    "number": 2,
                    "formula": "n > 1",
                    "type": 1
                },
                "aliases": [
                    "fra_fr",
                    "fra",
                    "fre"
                ],
                "direction": "ltr",
                "population": 278611506,
                "web_url": "https://itzulpenak.gamerauntsia.eus/languages/fr/",
                "url": "https://itzulpenak.gamerauntsia.eus/api/languages/fr/?format=api",
                "statistics_url": "https://itzulpenak.gamerauntsia.eus/api/languages/fr/statistics/?format=api"
            },
            "component": {
                "name": "Actors",
                "slug": "actors",
                "id": 12,
                "source_language": {
                    "id": 76,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 76,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://itzulpenak.gamerauntsia.eus/languages/en/",
                    "url": "https://itzulpenak.gamerauntsia.eus/api/languages/en/?format=api",
                    "statistics_url": "https://itzulpenak.gamerauntsia.eus/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Shattered Pixel Dungeon",
                    "slug": "shattered-pixel-dungeon",
                    "id": 4,
                    "web": "http://shatteredpixel.com/",
                    "web_url": "https://itzulpenak.gamerauntsia.eus/projects/shattered-pixel-dungeon/",
                    "url": "https://itzulpenak.gamerauntsia.eus/api/projects/shattered-pixel-dungeon/?format=api",
                    "components_list_url": "https://itzulpenak.gamerauntsia.eus/api/projects/shattered-pixel-dungeon/components/?format=api",
                    "repository_url": "https://itzulpenak.gamerauntsia.eus/api/projects/shattered-pixel-dungeon/repository/?format=api",
                    "statistics_url": "https://itzulpenak.gamerauntsia.eus/api/projects/shattered-pixel-dungeon/statistics/?format=api",
                    "categories_url": "https://itzulpenak.gamerauntsia.eus/api/projects/shattered-pixel-dungeon/categories/?format=api",
                    "changes_list_url": "https://itzulpenak.gamerauntsia.eus/api/projects/shattered-pixel-dungeon/changes/?format=api",
                    "languages_url": "https://itzulpenak.gamerauntsia.eus/api/projects/shattered-pixel-dungeon/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "git@github.com:00-Evan/shattered-pixel-dungeon.git",
                "git_export": "https://itzulpenak.gamerauntsia.eus/git/shattered-pixel-dungeon/actors/",
                "branch": "master",
                "push_branch": "",
                "filemask": "core/src/main/resources/com/shatteredpixel/shatteredpixeldungeon/messages/actors/actors_*.properties",
                "screenshot_filemask": "",
                "template": "core/src/main/resources/com/shatteredpixel/shatteredpixeldungeon/messages/actors/actors.properties",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "properties-utf8",
                "license": "",
                "license_url": null,
                "agreement": "",
                "web_url": "https://itzulpenak.gamerauntsia.eus/projects/shattered-pixel-dungeon/actors/",
                "url": "https://itzulpenak.gamerauntsia.eus/api/components/shattered-pixel-dungeon/actors/?format=api",
                "repository_url": "https://itzulpenak.gamerauntsia.eus/api/components/shattered-pixel-dungeon/actors/repository/?format=api",
                "translations_url": "https://itzulpenak.gamerauntsia.eus/api/components/shattered-pixel-dungeon/actors/translations/?format=api",
                "statistics_url": "https://itzulpenak.gamerauntsia.eus/api/components/shattered-pixel-dungeon/actors/statistics/?format=api",
                "lock_url": "https://itzulpenak.gamerauntsia.eus/api/components/shattered-pixel-dungeon/actors/lock/?format=api",
                "links_url": "https://itzulpenak.gamerauntsia.eus/api/components/shattered-pixel-dungeon/actors/links/?format=api",
                "changes_list_url": "https://itzulpenak.gamerauntsia.eus/api/components/shattered-pixel-dungeon/actors/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "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 }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "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 \"{{ addon_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": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^(eu|es|fr)$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null
            },
            "language_code": "fr",
            "id": 33,
            "filename": "core/src/main/resources/com/shatteredpixel/shatteredpixeldungeon/messages/actors/actors_fr.properties",
            "revision": "0e9ed923616571967d65ff5c400e203d5ef25be6,50019826be5d3f26804ddbfa50831432f639c449",
            "web_url": "https://itzulpenak.gamerauntsia.eus/projects/shattered-pixel-dungeon/actors/fr/",
            "share_url": "https://itzulpenak.gamerauntsia.eus/engage/shattered-pixel-dungeon/-/fr/",
            "translate_url": "https://itzulpenak.gamerauntsia.eus/translate/shattered-pixel-dungeon/actors/fr/",
            "url": "https://itzulpenak.gamerauntsia.eus/api/translations/shattered-pixel-dungeon/actors/fr/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 469,
            "total_words": 7771,
            "translated": 469,
            "translated_words": 7771,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 55,
            "failing_checks_words": 1244,
            "failing_checks_percent": 11.7,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://itzulpenak.gamerauntsia.eus/api/translations/shattered-pixel-dungeon/actors/fr/repository/?format=api",
            "file_url": "https://itzulpenak.gamerauntsia.eus/api/translations/shattered-pixel-dungeon/actors/fr/file/?format=api",
            "statistics_url": "https://itzulpenak.gamerauntsia.eus/api/translations/shattered-pixel-dungeon/actors/fr/statistics/?format=api",
            "changes_list_url": "https://itzulpenak.gamerauntsia.eus/api/translations/shattered-pixel-dungeon/actors/fr/changes/?format=api",
            "units_list_url": "https://itzulpenak.gamerauntsia.eus/api/translations/shattered-pixel-dungeon/actors/fr/units/?format=api"
        },
        {
            "language": {
                "id": 76,
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 76,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485517,
                "web_url": "https://itzulpenak.gamerauntsia.eus/languages/en/",
                "url": "https://itzulpenak.gamerauntsia.eus/api/languages/en/?format=api",
                "statistics_url": "https://itzulpenak.gamerauntsia.eus/api/languages/en/statistics/?format=api"
            },
            "component": {
                "name": "Items",
                "slug": "items",
                "id": 13,
                "source_language": {
                    "id": 76,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 76,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://itzulpenak.gamerauntsia.eus/languages/en/",
                    "url": "https://itzulpenak.gamerauntsia.eus/api/languages/en/?format=api",
                    "statistics_url": "https://itzulpenak.gamerauntsia.eus/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Shattered Pixel Dungeon",
                    "slug": "shattered-pixel-dungeon",
                    "id": 4,
                    "web": "http://shatteredpixel.com/",
                    "web_url": "https://itzulpenak.gamerauntsia.eus/projects/shattered-pixel-dungeon/",
                    "url": "https://itzulpenak.gamerauntsia.eus/api/projects/shattered-pixel-dungeon/?format=api",
                    "components_list_url": "https://itzulpenak.gamerauntsia.eus/api/projects/shattered-pixel-dungeon/components/?format=api",
                    "repository_url": "https://itzulpenak.gamerauntsia.eus/api/projects/shattered-pixel-dungeon/repository/?format=api",
                    "statistics_url": "https://itzulpenak.gamerauntsia.eus/api/projects/shattered-pixel-dungeon/statistics/?format=api",
                    "categories_url": "https://itzulpenak.gamerauntsia.eus/api/projects/shattered-pixel-dungeon/categories/?format=api",
                    "changes_list_url": "https://itzulpenak.gamerauntsia.eus/api/projects/shattered-pixel-dungeon/changes/?format=api",
                    "languages_url": "https://itzulpenak.gamerauntsia.eus/api/projects/shattered-pixel-dungeon/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "git@github.com:00-Evan/shattered-pixel-dungeon.git",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "core/src/main/resources/com/shatteredpixel/shatteredpixeldungeon/messages/items/items_*.properties",
                "screenshot_filemask": "",
                "template": "core/src/main/resources/com/shatteredpixel/shatteredpixeldungeon/messages/items/items.properties",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "properties-utf8",
                "license": "",
                "license_url": null,
                "agreement": "",
                "web_url": "https://itzulpenak.gamerauntsia.eus/projects/shattered-pixel-dungeon/items/",
                "url": "https://itzulpenak.gamerauntsia.eus/api/components/shattered-pixel-dungeon/items/?format=api",
                "repository_url": "https://itzulpenak.gamerauntsia.eus/api/components/shattered-pixel-dungeon/items/repository/?format=api",
                "translations_url": "https://itzulpenak.gamerauntsia.eus/api/components/shattered-pixel-dungeon/items/translations/?format=api",
                "statistics_url": "https://itzulpenak.gamerauntsia.eus/api/components/shattered-pixel-dungeon/items/statistics/?format=api",
                "lock_url": "https://itzulpenak.gamerauntsia.eus/api/components/shattered-pixel-dungeon/items/lock/?format=api",
                "links_url": "https://itzulpenak.gamerauntsia.eus/api/components/shattered-pixel-dungeon/items/links/?format=api",
                "changes_list_url": "https://itzulpenak.gamerauntsia.eus/api/components/shattered-pixel-dungeon/items/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "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 }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "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 \"{{ addon_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": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^(eu|es|fr)$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null
            },
            "language_code": "en",
            "id": 34,
            "filename": "core/src/main/resources/com/shatteredpixel/shatteredpixeldungeon/messages/items/items.properties",
            "revision": "6d39c22094ce57b39fdaac333649ae7990ff3c51,6d39c22094ce57b39fdaac333649ae7990ff3c51",
            "web_url": "https://itzulpenak.gamerauntsia.eus/projects/shattered-pixel-dungeon/items/en/",
            "share_url": "https://itzulpenak.gamerauntsia.eus/engage/shattered-pixel-dungeon/-/en/",
            "translate_url": "https://itzulpenak.gamerauntsia.eus/translate/shattered-pixel-dungeon/items/en/",
            "url": "https://itzulpenak.gamerauntsia.eus/api/translations/shattered-pixel-dungeon/items/en/?format=api",
            "is_template": true,
            "is_source": true,
            "total": 1303,
            "total_words": 14753,
            "translated": 1302,
            "translated_words": 14753,
            "translated_percent": 99.9,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 104,
            "failing_checks_words": 1619,
            "failing_checks_percent": 7.9,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://itzulpenak.gamerauntsia.eus/api/translations/shattered-pixel-dungeon/items/en/repository/?format=api",
            "file_url": "https://itzulpenak.gamerauntsia.eus/api/translations/shattered-pixel-dungeon/items/en/file/?format=api",
            "statistics_url": "https://itzulpenak.gamerauntsia.eus/api/translations/shattered-pixel-dungeon/items/en/statistics/?format=api",
            "changes_list_url": "https://itzulpenak.gamerauntsia.eus/api/translations/shattered-pixel-dungeon/items/en/changes/?format=api",
            "units_list_url": "https://itzulpenak.gamerauntsia.eus/api/translations/shattered-pixel-dungeon/items/en/units/?format=api"
        },
        {
            "language": {
                "id": 87,
                "code": "es",
                "name": "Spanish",
                "plural": {
                    "id": 87,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "es_la",
                    "esp",
                    "spa"
                ],
                "direction": "ltr",
                "population": 493528078,
                "web_url": "https://itzulpenak.gamerauntsia.eus/languages/es/",
                "url": "https://itzulpenak.gamerauntsia.eus/api/languages/es/?format=api",
                "statistics_url": "https://itzulpenak.gamerauntsia.eus/api/languages/es/statistics/?format=api"
            },
            "component": {
                "name": "Items",
                "slug": "items",
                "id": 13,
                "source_language": {
                    "id": 76,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 76,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://itzulpenak.gamerauntsia.eus/languages/en/",
                    "url": "https://itzulpenak.gamerauntsia.eus/api/languages/en/?format=api",
                    "statistics_url": "https://itzulpenak.gamerauntsia.eus/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Shattered Pixel Dungeon",
                    "slug": "shattered-pixel-dungeon",
                    "id": 4,
                    "web": "http://shatteredpixel.com/",
                    "web_url": "https://itzulpenak.gamerauntsia.eus/projects/shattered-pixel-dungeon/",
                    "url": "https://itzulpenak.gamerauntsia.eus/api/projects/shattered-pixel-dungeon/?format=api",
                    "components_list_url": "https://itzulpenak.gamerauntsia.eus/api/projects/shattered-pixel-dungeon/components/?format=api",
                    "repository_url": "https://itzulpenak.gamerauntsia.eus/api/projects/shattered-pixel-dungeon/repository/?format=api",
                    "statistics_url": "https://itzulpenak.gamerauntsia.eus/api/projects/shattered-pixel-dungeon/statistics/?format=api",
                    "categories_url": "https://itzulpenak.gamerauntsia.eus/api/projects/shattered-pixel-dungeon/categories/?format=api",
                    "changes_list_url": "https://itzulpenak.gamerauntsia.eus/api/projects/shattered-pixel-dungeon/changes/?format=api",
                    "languages_url": "https://itzulpenak.gamerauntsia.eus/api/projects/shattered-pixel-dungeon/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "git@github.com:00-Evan/shattered-pixel-dungeon.git",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "core/src/main/resources/com/shatteredpixel/shatteredpixeldungeon/messages/items/items_*.properties",
                "screenshot_filemask": "",
                "template": "core/src/main/resources/com/shatteredpixel/shatteredpixeldungeon/messages/items/items.properties",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "properties-utf8",
                "license": "",
                "license_url": null,
                "agreement": "",
                "web_url": "https://itzulpenak.gamerauntsia.eus/projects/shattered-pixel-dungeon/items/",
                "url": "https://itzulpenak.gamerauntsia.eus/api/components/shattered-pixel-dungeon/items/?format=api",
                "repository_url": "https://itzulpenak.gamerauntsia.eus/api/components/shattered-pixel-dungeon/items/repository/?format=api",
                "translations_url": "https://itzulpenak.gamerauntsia.eus/api/components/shattered-pixel-dungeon/items/translations/?format=api",
                "statistics_url": "https://itzulpenak.gamerauntsia.eus/api/components/shattered-pixel-dungeon/items/statistics/?format=api",
                "lock_url": "https://itzulpenak.gamerauntsia.eus/api/components/shattered-pixel-dungeon/items/lock/?format=api",
                "links_url": "https://itzulpenak.gamerauntsia.eus/api/components/shattered-pixel-dungeon/items/links/?format=api",
                "changes_list_url": "https://itzulpenak.gamerauntsia.eus/api/components/shattered-pixel-dungeon/items/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "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 }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "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 \"{{ addon_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": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^(eu|es|fr)$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null
            },
            "language_code": "es",
            "id": 35,
            "filename": "core/src/main/resources/com/shatteredpixel/shatteredpixeldungeon/messages/items/items_es.properties",
            "revision": "23210c61e40c58359b3c0d8cdbfec27517845b67,6d39c22094ce57b39fdaac333649ae7990ff3c51",
            "web_url": "https://itzulpenak.gamerauntsia.eus/projects/shattered-pixel-dungeon/items/es/",
            "share_url": "https://itzulpenak.gamerauntsia.eus/engage/shattered-pixel-dungeon/-/es/",
            "translate_url": "https://itzulpenak.gamerauntsia.eus/translate/shattered-pixel-dungeon/items/es/",
            "url": "https://itzulpenak.gamerauntsia.eus/api/translations/shattered-pixel-dungeon/items/es/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 1303,
            "total_words": 14753,
            "translated": 1302,
            "translated_words": 14753,
            "translated_percent": 99.9,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 40,
            "failing_checks_words": 635,
            "failing_checks_percent": 3.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://itzulpenak.gamerauntsia.eus/api/translations/shattered-pixel-dungeon/items/es/repository/?format=api",
            "file_url": "https://itzulpenak.gamerauntsia.eus/api/translations/shattered-pixel-dungeon/items/es/file/?format=api",
            "statistics_url": "https://itzulpenak.gamerauntsia.eus/api/translations/shattered-pixel-dungeon/items/es/statistics/?format=api",
            "changes_list_url": "https://itzulpenak.gamerauntsia.eus/api/translations/shattered-pixel-dungeon/items/es/changes/?format=api",
            "units_list_url": "https://itzulpenak.gamerauntsia.eus/api/translations/shattered-pixel-dungeon/items/es/units/?format=api"
        },
        {
            "language": {
                "id": 98,
                "code": "eu",
                "name": "Basque",
                "plural": {
                    "id": 98,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "es_eu",
                    "baq",
                    "eus"
                ],
                "direction": "ltr",
                "population": 1088518,
                "web_url": "https://itzulpenak.gamerauntsia.eus/languages/eu/",
                "url": "https://itzulpenak.gamerauntsia.eus/api/languages/eu/?format=api",
                "statistics_url": "https://itzulpenak.gamerauntsia.eus/api/languages/eu/statistics/?format=api"
            },
            "component": {
                "name": "Items",
                "slug": "items",
                "id": 13,
                "source_language": {
                    "id": 76,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 76,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://itzulpenak.gamerauntsia.eus/languages/en/",
                    "url": "https://itzulpenak.gamerauntsia.eus/api/languages/en/?format=api",
                    "statistics_url": "https://itzulpenak.gamerauntsia.eus/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Shattered Pixel Dungeon",
                    "slug": "shattered-pixel-dungeon",
                    "id": 4,
                    "web": "http://shatteredpixel.com/",
                    "web_url": "https://itzulpenak.gamerauntsia.eus/projects/shattered-pixel-dungeon/",
                    "url": "https://itzulpenak.gamerauntsia.eus/api/projects/shattered-pixel-dungeon/?format=api",
                    "components_list_url": "https://itzulpenak.gamerauntsia.eus/api/projects/shattered-pixel-dungeon/components/?format=api",
                    "repository_url": "https://itzulpenak.gamerauntsia.eus/api/projects/shattered-pixel-dungeon/repository/?format=api",
                    "statistics_url": "https://itzulpenak.gamerauntsia.eus/api/projects/shattered-pixel-dungeon/statistics/?format=api",
                    "categories_url": "https://itzulpenak.gamerauntsia.eus/api/projects/shattered-pixel-dungeon/categories/?format=api",
                    "changes_list_url": "https://itzulpenak.gamerauntsia.eus/api/projects/shattered-pixel-dungeon/changes/?format=api",
                    "languages_url": "https://itzulpenak.gamerauntsia.eus/api/projects/shattered-pixel-dungeon/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "git@github.com:00-Evan/shattered-pixel-dungeon.git",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "core/src/main/resources/com/shatteredpixel/shatteredpixeldungeon/messages/items/items_*.properties",
                "screenshot_filemask": "",
                "template": "core/src/main/resources/com/shatteredpixel/shatteredpixeldungeon/messages/items/items.properties",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "properties-utf8",
                "license": "",
                "license_url": null,
                "agreement": "",
                "web_url": "https://itzulpenak.gamerauntsia.eus/projects/shattered-pixel-dungeon/items/",
                "url": "https://itzulpenak.gamerauntsia.eus/api/components/shattered-pixel-dungeon/items/?format=api",
                "repository_url": "https://itzulpenak.gamerauntsia.eus/api/components/shattered-pixel-dungeon/items/repository/?format=api",
                "translations_url": "https://itzulpenak.gamerauntsia.eus/api/components/shattered-pixel-dungeon/items/translations/?format=api",
                "statistics_url": "https://itzulpenak.gamerauntsia.eus/api/components/shattered-pixel-dungeon/items/statistics/?format=api",
                "lock_url": "https://itzulpenak.gamerauntsia.eus/api/components/shattered-pixel-dungeon/items/lock/?format=api",
                "links_url": "https://itzulpenak.gamerauntsia.eus/api/components/shattered-pixel-dungeon/items/links/?format=api",
                "changes_list_url": "https://itzulpenak.gamerauntsia.eus/api/components/shattered-pixel-dungeon/items/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "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 }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "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 \"{{ addon_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": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^(eu|es|fr)$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null
            },
            "language_code": "eu",
            "id": 36,
            "filename": "core/src/main/resources/com/shatteredpixel/shatteredpixeldungeon/messages/items/items_eu.properties",
            "revision": "ed3cdf127628522cab0ffccb8493f28435a0fd38,6d39c22094ce57b39fdaac333649ae7990ff3c51",
            "web_url": "https://itzulpenak.gamerauntsia.eus/projects/shattered-pixel-dungeon/items/eu/",
            "share_url": "https://itzulpenak.gamerauntsia.eus/engage/shattered-pixel-dungeon/-/eu/",
            "translate_url": "https://itzulpenak.gamerauntsia.eus/translate/shattered-pixel-dungeon/items/eu/",
            "url": "https://itzulpenak.gamerauntsia.eus/api/translations/shattered-pixel-dungeon/items/eu/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 1303,
            "total_words": 14753,
            "translated": 1302,
            "translated_words": 14753,
            "translated_percent": 99.9,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 63,
            "failing_checks_words": 1008,
            "failing_checks_percent": 4.8,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://itzulpenak.gamerauntsia.eus/api/translations/shattered-pixel-dungeon/items/eu/repository/?format=api",
            "file_url": "https://itzulpenak.gamerauntsia.eus/api/translations/shattered-pixel-dungeon/items/eu/file/?format=api",
            "statistics_url": "https://itzulpenak.gamerauntsia.eus/api/translations/shattered-pixel-dungeon/items/eu/statistics/?format=api",
            "changes_list_url": "https://itzulpenak.gamerauntsia.eus/api/translations/shattered-pixel-dungeon/items/eu/changes/?format=api",
            "units_list_url": "https://itzulpenak.gamerauntsia.eus/api/translations/shattered-pixel-dungeon/items/eu/units/?format=api"
        },
        {
            "language": {
                "id": 106,
                "code": "fr",
                "name": "French",
                "plural": {
                    "id": 106,
                    "source": 0,
                    "number": 2,
                    "formula": "n > 1",
                    "type": 1
                },
                "aliases": [
                    "fra_fr",
                    "fra",
                    "fre"
                ],
                "direction": "ltr",
                "population": 278611506,
                "web_url": "https://itzulpenak.gamerauntsia.eus/languages/fr/",
                "url": "https://itzulpenak.gamerauntsia.eus/api/languages/fr/?format=api",
                "statistics_url": "https://itzulpenak.gamerauntsia.eus/api/languages/fr/statistics/?format=api"
            },
            "component": {
                "name": "Items",
                "slug": "items",
                "id": 13,
                "source_language": {
                    "id": 76,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 76,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://itzulpenak.gamerauntsia.eus/languages/en/",
                    "url": "https://itzulpenak.gamerauntsia.eus/api/languages/en/?format=api",
                    "statistics_url": "https://itzulpenak.gamerauntsia.eus/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Shattered Pixel Dungeon",
                    "slug": "shattered-pixel-dungeon",
                    "id": 4,
                    "web": "http://shatteredpixel.com/",
                    "web_url": "https://itzulpenak.gamerauntsia.eus/projects/shattered-pixel-dungeon/",
                    "url": "https://itzulpenak.gamerauntsia.eus/api/projects/shattered-pixel-dungeon/?format=api",
                    "components_list_url": "https://itzulpenak.gamerauntsia.eus/api/projects/shattered-pixel-dungeon/components/?format=api",
                    "repository_url": "https://itzulpenak.gamerauntsia.eus/api/projects/shattered-pixel-dungeon/repository/?format=api",
                    "statistics_url": "https://itzulpenak.gamerauntsia.eus/api/projects/shattered-pixel-dungeon/statistics/?format=api",
                    "categories_url": "https://itzulpenak.gamerauntsia.eus/api/projects/shattered-pixel-dungeon/categories/?format=api",
                    "changes_list_url": "https://itzulpenak.gamerauntsia.eus/api/projects/shattered-pixel-dungeon/changes/?format=api",
                    "languages_url": "https://itzulpenak.gamerauntsia.eus/api/projects/shattered-pixel-dungeon/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "git@github.com:00-Evan/shattered-pixel-dungeon.git",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "core/src/main/resources/com/shatteredpixel/shatteredpixeldungeon/messages/items/items_*.properties",
                "screenshot_filemask": "",
                "template": "core/src/main/resources/com/shatteredpixel/shatteredpixeldungeon/messages/items/items.properties",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "properties-utf8",
                "license": "",
                "license_url": null,
                "agreement": "",
                "web_url": "https://itzulpenak.gamerauntsia.eus/projects/shattered-pixel-dungeon/items/",
                "url": "https://itzulpenak.gamerauntsia.eus/api/components/shattered-pixel-dungeon/items/?format=api",
                "repository_url": "https://itzulpenak.gamerauntsia.eus/api/components/shattered-pixel-dungeon/items/repository/?format=api",
                "translations_url": "https://itzulpenak.gamerauntsia.eus/api/components/shattered-pixel-dungeon/items/translations/?format=api",
                "statistics_url": "https://itzulpenak.gamerauntsia.eus/api/components/shattered-pixel-dungeon/items/statistics/?format=api",
                "lock_url": "https://itzulpenak.gamerauntsia.eus/api/components/shattered-pixel-dungeon/items/lock/?format=api",
                "links_url": "https://itzulpenak.gamerauntsia.eus/api/components/shattered-pixel-dungeon/items/links/?format=api",
                "changes_list_url": "https://itzulpenak.gamerauntsia.eus/api/components/shattered-pixel-dungeon/items/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "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 }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "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 \"{{ addon_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": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^(eu|es|fr)$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null
            },
            "language_code": "fr",
            "id": 37,
            "filename": "core/src/main/resources/com/shatteredpixel/shatteredpixeldungeon/messages/items/items_fr.properties",
            "revision": "4e0c312df027f8267f78b2ea37e7753586b8366c,6d39c22094ce57b39fdaac333649ae7990ff3c51",
            "web_url": "https://itzulpenak.gamerauntsia.eus/projects/shattered-pixel-dungeon/items/fr/",
            "share_url": "https://itzulpenak.gamerauntsia.eus/engage/shattered-pixel-dungeon/-/fr/",
            "translate_url": "https://itzulpenak.gamerauntsia.eus/translate/shattered-pixel-dungeon/items/fr/",
            "url": "https://itzulpenak.gamerauntsia.eus/api/translations/shattered-pixel-dungeon/items/fr/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 1303,
            "total_words": 14753,
            "translated": 1302,
            "translated_words": 14753,
            "translated_percent": 99.9,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 206,
            "failing_checks_words": 2721,
            "failing_checks_percent": 15.8,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://itzulpenak.gamerauntsia.eus/api/translations/shattered-pixel-dungeon/items/fr/repository/?format=api",
            "file_url": "https://itzulpenak.gamerauntsia.eus/api/translations/shattered-pixel-dungeon/items/fr/file/?format=api",
            "statistics_url": "https://itzulpenak.gamerauntsia.eus/api/translations/shattered-pixel-dungeon/items/fr/statistics/?format=api",
            "changes_list_url": "https://itzulpenak.gamerauntsia.eus/api/translations/shattered-pixel-dungeon/items/fr/changes/?format=api",
            "units_list_url": "https://itzulpenak.gamerauntsia.eus/api/translations/shattered-pixel-dungeon/items/fr/units/?format=api"
        },
        {
            "language": {
                "id": 76,
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 76,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485517,
                "web_url": "https://itzulpenak.gamerauntsia.eus/languages/en/",
                "url": "https://itzulpenak.gamerauntsia.eus/api/languages/en/?format=api",
                "statistics_url": "https://itzulpenak.gamerauntsia.eus/api/languages/en/statistics/?format=api"
            },
            "component": {
                "name": "Journal",
                "slug": "journal",
                "id": 14,
                "source_language": {
                    "id": 76,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 76,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://itzulpenak.gamerauntsia.eus/languages/en/",
                    "url": "https://itzulpenak.gamerauntsia.eus/api/languages/en/?format=api",
                    "statistics_url": "https://itzulpenak.gamerauntsia.eus/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Shattered Pixel Dungeon",
                    "slug": "shattered-pixel-dungeon",
                    "id": 4,
                    "web": "http://shatteredpixel.com/",
                    "web_url": "https://itzulpenak.gamerauntsia.eus/projects/shattered-pixel-dungeon/",
                    "url": "https://itzulpenak.gamerauntsia.eus/api/projects/shattered-pixel-dungeon/?format=api",
                    "components_list_url": "https://itzulpenak.gamerauntsia.eus/api/projects/shattered-pixel-dungeon/components/?format=api",
                    "repository_url": "https://itzulpenak.gamerauntsia.eus/api/projects/shattered-pixel-dungeon/repository/?format=api",
                    "statistics_url": "https://itzulpenak.gamerauntsia.eus/api/projects/shattered-pixel-dungeon/statistics/?format=api",
                    "categories_url": "https://itzulpenak.gamerauntsia.eus/api/projects/shattered-pixel-dungeon/categories/?format=api",
                    "changes_list_url": "https://itzulpenak.gamerauntsia.eus/api/projects/shattered-pixel-dungeon/changes/?format=api",
                    "languages_url": "https://itzulpenak.gamerauntsia.eus/api/projects/shattered-pixel-dungeon/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "git@github.com:00-Evan/shattered-pixel-dungeon.git",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "core/src/main/resources/com/shatteredpixel/shatteredpixeldungeon/messages/journal/journal_*.properties",
                "screenshot_filemask": "",
                "template": "core/src/main/resources/com/shatteredpixel/shatteredpixeldungeon/messages/journal/journal.properties",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "properties-utf8",
                "license": "",
                "license_url": null,
                "agreement": "",
                "web_url": "https://itzulpenak.gamerauntsia.eus/projects/shattered-pixel-dungeon/journal/",
                "url": "https://itzulpenak.gamerauntsia.eus/api/components/shattered-pixel-dungeon/journal/?format=api",
                "repository_url": "https://itzulpenak.gamerauntsia.eus/api/components/shattered-pixel-dungeon/journal/repository/?format=api",
                "translations_url": "https://itzulpenak.gamerauntsia.eus/api/components/shattered-pixel-dungeon/journal/translations/?format=api",
                "statistics_url": "https://itzulpenak.gamerauntsia.eus/api/components/shattered-pixel-dungeon/journal/statistics/?format=api",
                "lock_url": "https://itzulpenak.gamerauntsia.eus/api/components/shattered-pixel-dungeon/journal/lock/?format=api",
                "links_url": "https://itzulpenak.gamerauntsia.eus/api/components/shattered-pixel-dungeon/journal/links/?format=api",
                "changes_list_url": "https://itzulpenak.gamerauntsia.eus/api/components/shattered-pixel-dungeon/journal/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "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 }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "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 \"{{ addon_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": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^(eu|es|fr)$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null
            },
            "language_code": "en",
            "id": 38,
            "filename": "core/src/main/resources/com/shatteredpixel/shatteredpixeldungeon/messages/journal/journal.properties",
            "revision": "13666929d3c57ab22cb8cb43a9a78cb13bda84e1,13666929d3c57ab22cb8cb43a9a78cb13bda84e1",
            "web_url": "https://itzulpenak.gamerauntsia.eus/projects/shattered-pixel-dungeon/journal/en/",
            "share_url": "https://itzulpenak.gamerauntsia.eus/engage/shattered-pixel-dungeon/-/en/",
            "translate_url": "https://itzulpenak.gamerauntsia.eus/translate/shattered-pixel-dungeon/journal/en/",
            "url": "https://itzulpenak.gamerauntsia.eus/api/translations/shattered-pixel-dungeon/journal/en/?format=api",
            "is_template": true,
            "is_source": true,
            "total": 50,
            "total_words": 1351,
            "translated": 50,
            "translated_words": 1351,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 2,
            "failing_checks_words": 227,
            "failing_checks_percent": 4.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://itzulpenak.gamerauntsia.eus/api/translations/shattered-pixel-dungeon/journal/en/repository/?format=api",
            "file_url": "https://itzulpenak.gamerauntsia.eus/api/translations/shattered-pixel-dungeon/journal/en/file/?format=api",
            "statistics_url": "https://itzulpenak.gamerauntsia.eus/api/translations/shattered-pixel-dungeon/journal/en/statistics/?format=api",
            "changes_list_url": "https://itzulpenak.gamerauntsia.eus/api/translations/shattered-pixel-dungeon/journal/en/changes/?format=api",
            "units_list_url": "https://itzulpenak.gamerauntsia.eus/api/translations/shattered-pixel-dungeon/journal/en/units/?format=api"
        },
        {
            "language": {
                "id": 87,
                "code": "es",
                "name": "Spanish",
                "plural": {
                    "id": 87,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "es_la",
                    "esp",
                    "spa"
                ],
                "direction": "ltr",
                "population": 493528078,
                "web_url": "https://itzulpenak.gamerauntsia.eus/languages/es/",
                "url": "https://itzulpenak.gamerauntsia.eus/api/languages/es/?format=api",
                "statistics_url": "https://itzulpenak.gamerauntsia.eus/api/languages/es/statistics/?format=api"
            },
            "component": {
                "name": "Journal",
                "slug": "journal",
                "id": 14,
                "source_language": {
                    "id": 76,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 76,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://itzulpenak.gamerauntsia.eus/languages/en/",
                    "url": "https://itzulpenak.gamerauntsia.eus/api/languages/en/?format=api",
                    "statistics_url": "https://itzulpenak.gamerauntsia.eus/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Shattered Pixel Dungeon",
                    "slug": "shattered-pixel-dungeon",
                    "id": 4,
                    "web": "http://shatteredpixel.com/",
                    "web_url": "https://itzulpenak.gamerauntsia.eus/projects/shattered-pixel-dungeon/",
                    "url": "https://itzulpenak.gamerauntsia.eus/api/projects/shattered-pixel-dungeon/?format=api",
                    "components_list_url": "https://itzulpenak.gamerauntsia.eus/api/projects/shattered-pixel-dungeon/components/?format=api",
                    "repository_url": "https://itzulpenak.gamerauntsia.eus/api/projects/shattered-pixel-dungeon/repository/?format=api",
                    "statistics_url": "https://itzulpenak.gamerauntsia.eus/api/projects/shattered-pixel-dungeon/statistics/?format=api",
                    "categories_url": "https://itzulpenak.gamerauntsia.eus/api/projects/shattered-pixel-dungeon/categories/?format=api",
                    "changes_list_url": "https://itzulpenak.gamerauntsia.eus/api/projects/shattered-pixel-dungeon/changes/?format=api",
                    "languages_url": "https://itzulpenak.gamerauntsia.eus/api/projects/shattered-pixel-dungeon/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "git@github.com:00-Evan/shattered-pixel-dungeon.git",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "core/src/main/resources/com/shatteredpixel/shatteredpixeldungeon/messages/journal/journal_*.properties",
                "screenshot_filemask": "",
                "template": "core/src/main/resources/com/shatteredpixel/shatteredpixeldungeon/messages/journal/journal.properties",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "properties-utf8",
                "license": "",
                "license_url": null,
                "agreement": "",
                "web_url": "https://itzulpenak.gamerauntsia.eus/projects/shattered-pixel-dungeon/journal/",
                "url": "https://itzulpenak.gamerauntsia.eus/api/components/shattered-pixel-dungeon/journal/?format=api",
                "repository_url": "https://itzulpenak.gamerauntsia.eus/api/components/shattered-pixel-dungeon/journal/repository/?format=api",
                "translations_url": "https://itzulpenak.gamerauntsia.eus/api/components/shattered-pixel-dungeon/journal/translations/?format=api",
                "statistics_url": "https://itzulpenak.gamerauntsia.eus/api/components/shattered-pixel-dungeon/journal/statistics/?format=api",
                "lock_url": "https://itzulpenak.gamerauntsia.eus/api/components/shattered-pixel-dungeon/journal/lock/?format=api",
                "links_url": "https://itzulpenak.gamerauntsia.eus/api/components/shattered-pixel-dungeon/journal/links/?format=api",
                "changes_list_url": "https://itzulpenak.gamerauntsia.eus/api/components/shattered-pixel-dungeon/journal/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "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 }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "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 \"{{ addon_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": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^(eu|es|fr)$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null
            },
            "language_code": "es",
            "id": 39,
            "filename": "core/src/main/resources/com/shatteredpixel/shatteredpixeldungeon/messages/journal/journal_es.properties",
            "revision": "8682893ec9a9e61c4bef3bc16d6fbff81742f320,13666929d3c57ab22cb8cb43a9a78cb13bda84e1",
            "web_url": "https://itzulpenak.gamerauntsia.eus/projects/shattered-pixel-dungeon/journal/es/",
            "share_url": "https://itzulpenak.gamerauntsia.eus/engage/shattered-pixel-dungeon/-/es/",
            "translate_url": "https://itzulpenak.gamerauntsia.eus/translate/shattered-pixel-dungeon/journal/es/",
            "url": "https://itzulpenak.gamerauntsia.eus/api/translations/shattered-pixel-dungeon/journal/es/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 50,
            "total_words": 1351,
            "translated": 50,
            "translated_words": 1351,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 1,
            "failing_checks_words": 115,
            "failing_checks_percent": 2.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://itzulpenak.gamerauntsia.eus/api/translations/shattered-pixel-dungeon/journal/es/repository/?format=api",
            "file_url": "https://itzulpenak.gamerauntsia.eus/api/translations/shattered-pixel-dungeon/journal/es/file/?format=api",
            "statistics_url": "https://itzulpenak.gamerauntsia.eus/api/translations/shattered-pixel-dungeon/journal/es/statistics/?format=api",
            "changes_list_url": "https://itzulpenak.gamerauntsia.eus/api/translations/shattered-pixel-dungeon/journal/es/changes/?format=api",
            "units_list_url": "https://itzulpenak.gamerauntsia.eus/api/translations/shattered-pixel-dungeon/journal/es/units/?format=api"
        },
        {
            "language": {
                "id": 98,
                "code": "eu",
                "name": "Basque",
                "plural": {
                    "id": 98,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "es_eu",
                    "baq",
                    "eus"
                ],
                "direction": "ltr",
                "population": 1088518,
                "web_url": "https://itzulpenak.gamerauntsia.eus/languages/eu/",
                "url": "https://itzulpenak.gamerauntsia.eus/api/languages/eu/?format=api",
                "statistics_url": "https://itzulpenak.gamerauntsia.eus/api/languages/eu/statistics/?format=api"
            },
            "component": {
                "name": "Journal",
                "slug": "journal",
                "id": 14,
                "source_language": {
                    "id": 76,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 76,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://itzulpenak.gamerauntsia.eus/languages/en/",
                    "url": "https://itzulpenak.gamerauntsia.eus/api/languages/en/?format=api",
                    "statistics_url": "https://itzulpenak.gamerauntsia.eus/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Shattered Pixel Dungeon",
                    "slug": "shattered-pixel-dungeon",
                    "id": 4,
                    "web": "http://shatteredpixel.com/",
                    "web_url": "https://itzulpenak.gamerauntsia.eus/projects/shattered-pixel-dungeon/",
                    "url": "https://itzulpenak.gamerauntsia.eus/api/projects/shattered-pixel-dungeon/?format=api",
                    "components_list_url": "https://itzulpenak.gamerauntsia.eus/api/projects/shattered-pixel-dungeon/components/?format=api",
                    "repository_url": "https://itzulpenak.gamerauntsia.eus/api/projects/shattered-pixel-dungeon/repository/?format=api",
                    "statistics_url": "https://itzulpenak.gamerauntsia.eus/api/projects/shattered-pixel-dungeon/statistics/?format=api",
                    "categories_url": "https://itzulpenak.gamerauntsia.eus/api/projects/shattered-pixel-dungeon/categories/?format=api",
                    "changes_list_url": "https://itzulpenak.gamerauntsia.eus/api/projects/shattered-pixel-dungeon/changes/?format=api",
                    "languages_url": "https://itzulpenak.gamerauntsia.eus/api/projects/shattered-pixel-dungeon/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "git@github.com:00-Evan/shattered-pixel-dungeon.git",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "core/src/main/resources/com/shatteredpixel/shatteredpixeldungeon/messages/journal/journal_*.properties",
                "screenshot_filemask": "",
                "template": "core/src/main/resources/com/shatteredpixel/shatteredpixeldungeon/messages/journal/journal.properties",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "properties-utf8",
                "license": "",
                "license_url": null,
                "agreement": "",
                "web_url": "https://itzulpenak.gamerauntsia.eus/projects/shattered-pixel-dungeon/journal/",
                "url": "https://itzulpenak.gamerauntsia.eus/api/components/shattered-pixel-dungeon/journal/?format=api",
                "repository_url": "https://itzulpenak.gamerauntsia.eus/api/components/shattered-pixel-dungeon/journal/repository/?format=api",
                "translations_url": "https://itzulpenak.gamerauntsia.eus/api/components/shattered-pixel-dungeon/journal/translations/?format=api",
                "statistics_url": "https://itzulpenak.gamerauntsia.eus/api/components/shattered-pixel-dungeon/journal/statistics/?format=api",
                "lock_url": "https://itzulpenak.gamerauntsia.eus/api/components/shattered-pixel-dungeon/journal/lock/?format=api",
                "links_url": "https://itzulpenak.gamerauntsia.eus/api/components/shattered-pixel-dungeon/journal/links/?format=api",
                "changes_list_url": "https://itzulpenak.gamerauntsia.eus/api/components/shattered-pixel-dungeon/journal/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "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 }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "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 \"{{ addon_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": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^(eu|es|fr)$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null
            },
            "language_code": "eu",
            "id": 40,
            "filename": "core/src/main/resources/com/shatteredpixel/shatteredpixeldungeon/messages/journal/journal_eu.properties",
            "revision": "151a0af83a0c6de7e8c7842d46429a136fee46ae,13666929d3c57ab22cb8cb43a9a78cb13bda84e1",
            "web_url": "https://itzulpenak.gamerauntsia.eus/projects/shattered-pixel-dungeon/journal/eu/",
            "share_url": "https://itzulpenak.gamerauntsia.eus/engage/shattered-pixel-dungeon/-/eu/",
            "translate_url": "https://itzulpenak.gamerauntsia.eus/translate/shattered-pixel-dungeon/journal/eu/",
            "url": "https://itzulpenak.gamerauntsia.eus/api/translations/shattered-pixel-dungeon/journal/eu/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 50,
            "total_words": 1351,
            "translated": 50,
            "translated_words": 1351,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://itzulpenak.gamerauntsia.eus/api/translations/shattered-pixel-dungeon/journal/eu/repository/?format=api",
            "file_url": "https://itzulpenak.gamerauntsia.eus/api/translations/shattered-pixel-dungeon/journal/eu/file/?format=api",
            "statistics_url": "https://itzulpenak.gamerauntsia.eus/api/translations/shattered-pixel-dungeon/journal/eu/statistics/?format=api",
            "changes_list_url": "https://itzulpenak.gamerauntsia.eus/api/translations/shattered-pixel-dungeon/journal/eu/changes/?format=api",
            "units_list_url": "https://itzulpenak.gamerauntsia.eus/api/translations/shattered-pixel-dungeon/journal/eu/units/?format=api"
        },
        {
            "language": {
                "id": 106,
                "code": "fr",
                "name": "French",
                "plural": {
                    "id": 106,
                    "source": 0,
                    "number": 2,
                    "formula": "n > 1",
                    "type": 1
                },
                "aliases": [
                    "fra_fr",
                    "fra",
                    "fre"
                ],
                "direction": "ltr",
                "population": 278611506,
                "web_url": "https://itzulpenak.gamerauntsia.eus/languages/fr/",
                "url": "https://itzulpenak.gamerauntsia.eus/api/languages/fr/?format=api",
                "statistics_url": "https://itzulpenak.gamerauntsia.eus/api/languages/fr/statistics/?format=api"
            },
            "component": {
                "name": "Journal",
                "slug": "journal",
                "id": 14,
                "source_language": {
                    "id": 76,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 76,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://itzulpenak.gamerauntsia.eus/languages/en/",
                    "url": "https://itzulpenak.gamerauntsia.eus/api/languages/en/?format=api",
                    "statistics_url": "https://itzulpenak.gamerauntsia.eus/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Shattered Pixel Dungeon",
                    "slug": "shattered-pixel-dungeon",
                    "id": 4,
                    "web": "http://shatteredpixel.com/",
                    "web_url": "https://itzulpenak.gamerauntsia.eus/projects/shattered-pixel-dungeon/",
                    "url": "https://itzulpenak.gamerauntsia.eus/api/projects/shattered-pixel-dungeon/?format=api",
                    "components_list_url": "https://itzulpenak.gamerauntsia.eus/api/projects/shattered-pixel-dungeon/components/?format=api",
                    "repository_url": "https://itzulpenak.gamerauntsia.eus/api/projects/shattered-pixel-dungeon/repository/?format=api",
                    "statistics_url": "https://itzulpenak.gamerauntsia.eus/api/projects/shattered-pixel-dungeon/statistics/?format=api",
                    "categories_url": "https://itzulpenak.gamerauntsia.eus/api/projects/shattered-pixel-dungeon/categories/?format=api",
                    "changes_list_url": "https://itzulpenak.gamerauntsia.eus/api/projects/shattered-pixel-dungeon/changes/?format=api",
                    "languages_url": "https://itzulpenak.gamerauntsia.eus/api/projects/shattered-pixel-dungeon/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "git@github.com:00-Evan/shattered-pixel-dungeon.git",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "core/src/main/resources/com/shatteredpixel/shatteredpixeldungeon/messages/journal/journal_*.properties",
                "screenshot_filemask": "",
                "template": "core/src/main/resources/com/shatteredpixel/shatteredpixeldungeon/messages/journal/journal.properties",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "properties-utf8",
                "license": "",
                "license_url": null,
                "agreement": "",
                "web_url": "https://itzulpenak.gamerauntsia.eus/projects/shattered-pixel-dungeon/journal/",
                "url": "https://itzulpenak.gamerauntsia.eus/api/components/shattered-pixel-dungeon/journal/?format=api",
                "repository_url": "https://itzulpenak.gamerauntsia.eus/api/components/shattered-pixel-dungeon/journal/repository/?format=api",
                "translations_url": "https://itzulpenak.gamerauntsia.eus/api/components/shattered-pixel-dungeon/journal/translations/?format=api",
                "statistics_url": "https://itzulpenak.gamerauntsia.eus/api/components/shattered-pixel-dungeon/journal/statistics/?format=api",
                "lock_url": "https://itzulpenak.gamerauntsia.eus/api/components/shattered-pixel-dungeon/journal/lock/?format=api",
                "links_url": "https://itzulpenak.gamerauntsia.eus/api/components/shattered-pixel-dungeon/journal/links/?format=api",
                "changes_list_url": "https://itzulpenak.gamerauntsia.eus/api/components/shattered-pixel-dungeon/journal/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "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 }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "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 \"{{ addon_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": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^(eu|es|fr)$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null
            },
            "language_code": "fr",
            "id": 41,
            "filename": "core/src/main/resources/com/shatteredpixel/shatteredpixeldungeon/messages/journal/journal_fr.properties",
            "revision": "262adf36308e8ff122b6ac043084584fe1f4fa10,13666929d3c57ab22cb8cb43a9a78cb13bda84e1",
            "web_url": "https://itzulpenak.gamerauntsia.eus/projects/shattered-pixel-dungeon/journal/fr/",
            "share_url": "https://itzulpenak.gamerauntsia.eus/engage/shattered-pixel-dungeon/-/fr/",
            "translate_url": "https://itzulpenak.gamerauntsia.eus/translate/shattered-pixel-dungeon/journal/fr/",
            "url": "https://itzulpenak.gamerauntsia.eus/api/translations/shattered-pixel-dungeon/journal/fr/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 50,
            "total_words": 1351,
            "translated": 50,
            "translated_words": 1351,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 5,
            "failing_checks_words": 325,
            "failing_checks_percent": 10.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://itzulpenak.gamerauntsia.eus/api/translations/shattered-pixel-dungeon/journal/fr/repository/?format=api",
            "file_url": "https://itzulpenak.gamerauntsia.eus/api/translations/shattered-pixel-dungeon/journal/fr/file/?format=api",
            "statistics_url": "https://itzulpenak.gamerauntsia.eus/api/translations/shattered-pixel-dungeon/journal/fr/statistics/?format=api",
            "changes_list_url": "https://itzulpenak.gamerauntsia.eus/api/translations/shattered-pixel-dungeon/journal/fr/changes/?format=api",
            "units_list_url": "https://itzulpenak.gamerauntsia.eus/api/translations/shattered-pixel-dungeon/journal/fr/units/?format=api"
        },
        {
            "language": {
                "id": 76,
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 76,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485517,
                "web_url": "https://itzulpenak.gamerauntsia.eus/languages/en/",
                "url": "https://itzulpenak.gamerauntsia.eus/api/languages/en/?format=api",
                "statistics_url": "https://itzulpenak.gamerauntsia.eus/api/languages/en/statistics/?format=api"
            },
            "component": {
                "name": "Levels",
                "slug": "levels",
                "id": 15,
                "source_language": {
                    "id": 76,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 76,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://itzulpenak.gamerauntsia.eus/languages/en/",
                    "url": "https://itzulpenak.gamerauntsia.eus/api/languages/en/?format=api",
                    "statistics_url": "https://itzulpenak.gamerauntsia.eus/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Shattered Pixel Dungeon",
                    "slug": "shattered-pixel-dungeon",
                    "id": 4,
                    "web": "http://shatteredpixel.com/",
                    "web_url": "https://itzulpenak.gamerauntsia.eus/projects/shattered-pixel-dungeon/",
                    "url": "https://itzulpenak.gamerauntsia.eus/api/projects/shattered-pixel-dungeon/?format=api",
                    "components_list_url": "https://itzulpenak.gamerauntsia.eus/api/projects/shattered-pixel-dungeon/components/?format=api",
                    "repository_url": "https://itzulpenak.gamerauntsia.eus/api/projects/shattered-pixel-dungeon/repository/?format=api",
                    "statistics_url": "https://itzulpenak.gamerauntsia.eus/api/projects/shattered-pixel-dungeon/statistics/?format=api",
                    "categories_url": "https://itzulpenak.gamerauntsia.eus/api/projects/shattered-pixel-dungeon/categories/?format=api",
                    "changes_list_url": "https://itzulpenak.gamerauntsia.eus/api/projects/shattered-pixel-dungeon/changes/?format=api",
                    "languages_url": "https://itzulpenak.gamerauntsia.eus/api/projects/shattered-pixel-dungeon/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "git@github.com:00-Evan/shattered-pixel-dungeon.git",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "core/src/main/resources/com/shatteredpixel/shatteredpixeldungeon/messages/levels/levels_*.properties",
                "screenshot_filemask": "",
                "template": "core/src/main/resources/com/shatteredpixel/shatteredpixeldungeon/messages/levels/levels.properties",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "properties-utf8",
                "license": "",
                "license_url": null,
                "agreement": "",
                "web_url": "https://itzulpenak.gamerauntsia.eus/projects/shattered-pixel-dungeon/levels/",
                "url": "https://itzulpenak.gamerauntsia.eus/api/components/shattered-pixel-dungeon/levels/?format=api",
                "repository_url": "https://itzulpenak.gamerauntsia.eus/api/components/shattered-pixel-dungeon/levels/repository/?format=api",
                "translations_url": "https://itzulpenak.gamerauntsia.eus/api/components/shattered-pixel-dungeon/levels/translations/?format=api",
                "statistics_url": "https://itzulpenak.gamerauntsia.eus/api/components/shattered-pixel-dungeon/levels/statistics/?format=api",
                "lock_url": "https://itzulpenak.gamerauntsia.eus/api/components/shattered-pixel-dungeon/levels/lock/?format=api",
                "links_url": "https://itzulpenak.gamerauntsia.eus/api/components/shattered-pixel-dungeon/levels/links/?format=api",
                "changes_list_url": "https://itzulpenak.gamerauntsia.eus/api/components/shattered-pixel-dungeon/levels/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "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 }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "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 \"{{ addon_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": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^(eu|es|fr)$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null
            },
            "language_code": "en",
            "id": 42,
            "filename": "core/src/main/resources/com/shatteredpixel/shatteredpixeldungeon/messages/levels/levels.properties",
            "revision": "cf650c02394affa90056ea803e79e690b825cd35,cf650c02394affa90056ea803e79e690b825cd35",
            "web_url": "https://itzulpenak.gamerauntsia.eus/projects/shattered-pixel-dungeon/levels/en/",
            "share_url": "https://itzulpenak.gamerauntsia.eus/engage/shattered-pixel-dungeon/-/en/",
            "translate_url": "https://itzulpenak.gamerauntsia.eus/translate/shattered-pixel-dungeon/levels/en/",
            "url": "https://itzulpenak.gamerauntsia.eus/api/translations/shattered-pixel-dungeon/levels/en/?format=api",
            "is_template": true,
            "is_source": true,
            "total": 152,
            "total_words": 1232,
            "translated": 152,
            "translated_words": 1232,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 5,
            "failing_checks_words": 60,
            "failing_checks_percent": 3.2,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://itzulpenak.gamerauntsia.eus/api/translations/shattered-pixel-dungeon/levels/en/repository/?format=api",
            "file_url": "https://itzulpenak.gamerauntsia.eus/api/translations/shattered-pixel-dungeon/levels/en/file/?format=api",
            "statistics_url": "https://itzulpenak.gamerauntsia.eus/api/translations/shattered-pixel-dungeon/levels/en/statistics/?format=api",
            "changes_list_url": "https://itzulpenak.gamerauntsia.eus/api/translations/shattered-pixel-dungeon/levels/en/changes/?format=api",
            "units_list_url": "https://itzulpenak.gamerauntsia.eus/api/translations/shattered-pixel-dungeon/levels/en/units/?format=api"
        },
        {
            "language": {
                "id": 87,
                "code": "es",
                "name": "Spanish",
                "plural": {
                    "id": 87,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "es_la",
                    "esp",
                    "spa"
                ],
                "direction": "ltr",
                "population": 493528078,
                "web_url": "https://itzulpenak.gamerauntsia.eus/languages/es/",
                "url": "https://itzulpenak.gamerauntsia.eus/api/languages/es/?format=api",
                "statistics_url": "https://itzulpenak.gamerauntsia.eus/api/languages/es/statistics/?format=api"
            },
            "component": {
                "name": "Levels",
                "slug": "levels",
                "id": 15,
                "source_language": {
                    "id": 76,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 76,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://itzulpenak.gamerauntsia.eus/languages/en/",
                    "url": "https://itzulpenak.gamerauntsia.eus/api/languages/en/?format=api",
                    "statistics_url": "https://itzulpenak.gamerauntsia.eus/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Shattered Pixel Dungeon",
                    "slug": "shattered-pixel-dungeon",
                    "id": 4,
                    "web": "http://shatteredpixel.com/",
                    "web_url": "https://itzulpenak.gamerauntsia.eus/projects/shattered-pixel-dungeon/",
                    "url": "https://itzulpenak.gamerauntsia.eus/api/projects/shattered-pixel-dungeon/?format=api",
                    "components_list_url": "https://itzulpenak.gamerauntsia.eus/api/projects/shattered-pixel-dungeon/components/?format=api",
                    "repository_url": "https://itzulpenak.gamerauntsia.eus/api/projects/shattered-pixel-dungeon/repository/?format=api",
                    "statistics_url": "https://itzulpenak.gamerauntsia.eus/api/projects/shattered-pixel-dungeon/statistics/?format=api",
                    "categories_url": "https://itzulpenak.gamerauntsia.eus/api/projects/shattered-pixel-dungeon/categories/?format=api",
                    "changes_list_url": "https://itzulpenak.gamerauntsia.eus/api/projects/shattered-pixel-dungeon/changes/?format=api",
                    "languages_url": "https://itzulpenak.gamerauntsia.eus/api/projects/shattered-pixel-dungeon/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "git@github.com:00-Evan/shattered-pixel-dungeon.git",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "core/src/main/resources/com/shatteredpixel/shatteredpixeldungeon/messages/levels/levels_*.properties",
                "screenshot_filemask": "",
                "template": "core/src/main/resources/com/shatteredpixel/shatteredpixeldungeon/messages/levels/levels.properties",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "properties-utf8",
                "license": "",
                "license_url": null,
                "agreement": "",
                "web_url": "https://itzulpenak.gamerauntsia.eus/projects/shattered-pixel-dungeon/levels/",
                "url": "https://itzulpenak.gamerauntsia.eus/api/components/shattered-pixel-dungeon/levels/?format=api",
                "repository_url": "https://itzulpenak.gamerauntsia.eus/api/components/shattered-pixel-dungeon/levels/repository/?format=api",
                "translations_url": "https://itzulpenak.gamerauntsia.eus/api/components/shattered-pixel-dungeon/levels/translations/?format=api",
                "statistics_url": "https://itzulpenak.gamerauntsia.eus/api/components/shattered-pixel-dungeon/levels/statistics/?format=api",
                "lock_url": "https://itzulpenak.gamerauntsia.eus/api/components/shattered-pixel-dungeon/levels/lock/?format=api",
                "links_url": "https://itzulpenak.gamerauntsia.eus/api/components/shattered-pixel-dungeon/levels/links/?format=api",
                "changes_list_url": "https://itzulpenak.gamerauntsia.eus/api/components/shattered-pixel-dungeon/levels/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "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 }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "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 \"{{ addon_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": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^(eu|es|fr)$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null
            },
            "language_code": "es",
            "id": 43,
            "filename": "core/src/main/resources/com/shatteredpixel/shatteredpixeldungeon/messages/levels/levels_es.properties",
            "revision": "6f7c10ecc73392f8f270f4eefa4e79766a86c398,cf650c02394affa90056ea803e79e690b825cd35",
            "web_url": "https://itzulpenak.gamerauntsia.eus/projects/shattered-pixel-dungeon/levels/es/",
            "share_url": "https://itzulpenak.gamerauntsia.eus/engage/shattered-pixel-dungeon/-/es/",
            "translate_url": "https://itzulpenak.gamerauntsia.eus/translate/shattered-pixel-dungeon/levels/es/",
            "url": "https://itzulpenak.gamerauntsia.eus/api/translations/shattered-pixel-dungeon/levels/es/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 152,
            "total_words": 1232,
            "translated": 152,
            "translated_words": 1232,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 2,
            "failing_checks_words": 30,
            "failing_checks_percent": 1.3,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://itzulpenak.gamerauntsia.eus/api/translations/shattered-pixel-dungeon/levels/es/repository/?format=api",
            "file_url": "https://itzulpenak.gamerauntsia.eus/api/translations/shattered-pixel-dungeon/levels/es/file/?format=api",
            "statistics_url": "https://itzulpenak.gamerauntsia.eus/api/translations/shattered-pixel-dungeon/levels/es/statistics/?format=api",
            "changes_list_url": "https://itzulpenak.gamerauntsia.eus/api/translations/shattered-pixel-dungeon/levels/es/changes/?format=api",
            "units_list_url": "https://itzulpenak.gamerauntsia.eus/api/translations/shattered-pixel-dungeon/levels/es/units/?format=api"
        },
        {
            "language": {
                "id": 98,
                "code": "eu",
                "name": "Basque",
                "plural": {
                    "id": 98,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "es_eu",
                    "baq",
                    "eus"
                ],
                "direction": "ltr",
                "population": 1088518,
                "web_url": "https://itzulpenak.gamerauntsia.eus/languages/eu/",
                "url": "https://itzulpenak.gamerauntsia.eus/api/languages/eu/?format=api",
                "statistics_url": "https://itzulpenak.gamerauntsia.eus/api/languages/eu/statistics/?format=api"
            },
            "component": {
                "name": "Levels",
                "slug": "levels",
                "id": 15,
                "source_language": {
                    "id": 76,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 76,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://itzulpenak.gamerauntsia.eus/languages/en/",
                    "url": "https://itzulpenak.gamerauntsia.eus/api/languages/en/?format=api",
                    "statistics_url": "https://itzulpenak.gamerauntsia.eus/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Shattered Pixel Dungeon",
                    "slug": "shattered-pixel-dungeon",
                    "id": 4,
                    "web": "http://shatteredpixel.com/",
                    "web_url": "https://itzulpenak.gamerauntsia.eus/projects/shattered-pixel-dungeon/",
                    "url": "https://itzulpenak.gamerauntsia.eus/api/projects/shattered-pixel-dungeon/?format=api",
                    "components_list_url": "https://itzulpenak.gamerauntsia.eus/api/projects/shattered-pixel-dungeon/components/?format=api",
                    "repository_url": "https://itzulpenak.gamerauntsia.eus/api/projects/shattered-pixel-dungeon/repository/?format=api",
                    "statistics_url": "https://itzulpenak.gamerauntsia.eus/api/projects/shattered-pixel-dungeon/statistics/?format=api",
                    "categories_url": "https://itzulpenak.gamerauntsia.eus/api/projects/shattered-pixel-dungeon/categories/?format=api",
                    "changes_list_url": "https://itzulpenak.gamerauntsia.eus/api/projects/shattered-pixel-dungeon/changes/?format=api",
                    "languages_url": "https://itzulpenak.gamerauntsia.eus/api/projects/shattered-pixel-dungeon/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "git@github.com:00-Evan/shattered-pixel-dungeon.git",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "core/src/main/resources/com/shatteredpixel/shatteredpixeldungeon/messages/levels/levels_*.properties",
                "screenshot_filemask": "",
                "template": "core/src/main/resources/com/shatteredpixel/shatteredpixeldungeon/messages/levels/levels.properties",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "properties-utf8",
                "license": "",
                "license_url": null,
                "agreement": "",
                "web_url": "https://itzulpenak.gamerauntsia.eus/projects/shattered-pixel-dungeon/levels/",
                "url": "https://itzulpenak.gamerauntsia.eus/api/components/shattered-pixel-dungeon/levels/?format=api",
                "repository_url": "https://itzulpenak.gamerauntsia.eus/api/components/shattered-pixel-dungeon/levels/repository/?format=api",
                "translations_url": "https://itzulpenak.gamerauntsia.eus/api/components/shattered-pixel-dungeon/levels/translations/?format=api",
                "statistics_url": "https://itzulpenak.gamerauntsia.eus/api/components/shattered-pixel-dungeon/levels/statistics/?format=api",
                "lock_url": "https://itzulpenak.gamerauntsia.eus/api/components/shattered-pixel-dungeon/levels/lock/?format=api",
                "links_url": "https://itzulpenak.gamerauntsia.eus/api/components/shattered-pixel-dungeon/levels/links/?format=api",
                "changes_list_url": "https://itzulpenak.gamerauntsia.eus/api/components/shattered-pixel-dungeon/levels/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "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 }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "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 \"{{ addon_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": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^(eu|es|fr)$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null
            },
            "language_code": "eu",
            "id": 44,
            "filename": "core/src/main/resources/com/shatteredpixel/shatteredpixeldungeon/messages/levels/levels_eu.properties",
            "revision": "05458b780d9f42907afd6d9a6bee420e391326bc,cf650c02394affa90056ea803e79e690b825cd35",
            "web_url": "https://itzulpenak.gamerauntsia.eus/projects/shattered-pixel-dungeon/levels/eu/",
            "share_url": "https://itzulpenak.gamerauntsia.eus/engage/shattered-pixel-dungeon/-/eu/",
            "translate_url": "https://itzulpenak.gamerauntsia.eus/translate/shattered-pixel-dungeon/levels/eu/",
            "url": "https://itzulpenak.gamerauntsia.eus/api/translations/shattered-pixel-dungeon/levels/eu/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 152,
            "total_words": 1232,
            "translated": 152,
            "translated_words": 1232,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 1,
            "failing_checks_words": 3,
            "failing_checks_percent": 0.6,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://itzulpenak.gamerauntsia.eus/api/translations/shattered-pixel-dungeon/levels/eu/repository/?format=api",
            "file_url": "https://itzulpenak.gamerauntsia.eus/api/translations/shattered-pixel-dungeon/levels/eu/file/?format=api",
            "statistics_url": "https://itzulpenak.gamerauntsia.eus/api/translations/shattered-pixel-dungeon/levels/eu/statistics/?format=api",
            "changes_list_url": "https://itzulpenak.gamerauntsia.eus/api/translations/shattered-pixel-dungeon/levels/eu/changes/?format=api",
            "units_list_url": "https://itzulpenak.gamerauntsia.eus/api/translations/shattered-pixel-dungeon/levels/eu/units/?format=api"
        },
        {
            "language": {
                "id": 106,
                "code": "fr",
                "name": "French",
                "plural": {
                    "id": 106,
                    "source": 0,
                    "number": 2,
                    "formula": "n > 1",
                    "type": 1
                },
                "aliases": [
                    "fra_fr",
                    "fra",
                    "fre"
                ],
                "direction": "ltr",
                "population": 278611506,
                "web_url": "https://itzulpenak.gamerauntsia.eus/languages/fr/",
                "url": "https://itzulpenak.gamerauntsia.eus/api/languages/fr/?format=api",
                "statistics_url": "https://itzulpenak.gamerauntsia.eus/api/languages/fr/statistics/?format=api"
            },
            "component": {
                "name": "Levels",
                "slug": "levels",
                "id": 15,
                "source_language": {
                    "id": 76,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 76,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://itzulpenak.gamerauntsia.eus/languages/en/",
                    "url": "https://itzulpenak.gamerauntsia.eus/api/languages/en/?format=api",
                    "statistics_url": "https://itzulpenak.gamerauntsia.eus/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Shattered Pixel Dungeon",
                    "slug": "shattered-pixel-dungeon",
                    "id": 4,
                    "web": "http://shatteredpixel.com/",
                    "web_url": "https://itzulpenak.gamerauntsia.eus/projects/shattered-pixel-dungeon/",
                    "url": "https://itzulpenak.gamerauntsia.eus/api/projects/shattered-pixel-dungeon/?format=api",
                    "components_list_url": "https://itzulpenak.gamerauntsia.eus/api/projects/shattered-pixel-dungeon/components/?format=api",
                    "repository_url": "https://itzulpenak.gamerauntsia.eus/api/projects/shattered-pixel-dungeon/repository/?format=api",
                    "statistics_url": "https://itzulpenak.gamerauntsia.eus/api/projects/shattered-pixel-dungeon/statistics/?format=api",
                    "categories_url": "https://itzulpenak.gamerauntsia.eus/api/projects/shattered-pixel-dungeon/categories/?format=api",
                    "changes_list_url": "https://itzulpenak.gamerauntsia.eus/api/projects/shattered-pixel-dungeon/changes/?format=api",
                    "languages_url": "https://itzulpenak.gamerauntsia.eus/api/projects/shattered-pixel-dungeon/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "git@github.com:00-Evan/shattered-pixel-dungeon.git",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "core/src/main/resources/com/shatteredpixel/shatteredpixeldungeon/messages/levels/levels_*.properties",
                "screenshot_filemask": "",
                "template": "core/src/main/resources/com/shatteredpixel/shatteredpixeldungeon/messages/levels/levels.properties",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "properties-utf8",
                "license": "",
                "license_url": null,
                "agreement": "",
                "web_url": "https://itzulpenak.gamerauntsia.eus/projects/shattered-pixel-dungeon/levels/",
                "url": "https://itzulpenak.gamerauntsia.eus/api/components/shattered-pixel-dungeon/levels/?format=api",
                "repository_url": "https://itzulpenak.gamerauntsia.eus/api/components/shattered-pixel-dungeon/levels/repository/?format=api",
                "translations_url": "https://itzulpenak.gamerauntsia.eus/api/components/shattered-pixel-dungeon/levels/translations/?format=api",
                "statistics_url": "https://itzulpenak.gamerauntsia.eus/api/components/shattered-pixel-dungeon/levels/statistics/?format=api",
                "lock_url": "https://itzulpenak.gamerauntsia.eus/api/components/shattered-pixel-dungeon/levels/lock/?format=api",
                "links_url": "https://itzulpenak.gamerauntsia.eus/api/components/shattered-pixel-dungeon/levels/links/?format=api",
                "changes_list_url": "https://itzulpenak.gamerauntsia.eus/api/components/shattered-pixel-dungeon/levels/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "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 }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "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 \"{{ addon_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": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^(eu|es|fr)$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null
            },
            "language_code": "fr",
            "id": 45,
            "filename": "core/src/main/resources/com/shatteredpixel/shatteredpixeldungeon/messages/levels/levels_fr.properties",
            "revision": "aa666e4d583e5032ca5b89d8365a80d6e2600857,cf650c02394affa90056ea803e79e690b825cd35",
            "web_url": "https://itzulpenak.gamerauntsia.eus/projects/shattered-pixel-dungeon/levels/fr/",
            "share_url": "https://itzulpenak.gamerauntsia.eus/engage/shattered-pixel-dungeon/-/fr/",
            "translate_url": "https://itzulpenak.gamerauntsia.eus/translate/shattered-pixel-dungeon/levels/fr/",
            "url": "https://itzulpenak.gamerauntsia.eus/api/translations/shattered-pixel-dungeon/levels/fr/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 152,
            "total_words": 1232,
            "translated": 152,
            "translated_words": 1232,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 7,
            "failing_checks_words": 53,
            "failing_checks_percent": 4.6,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://itzulpenak.gamerauntsia.eus/api/translations/shattered-pixel-dungeon/levels/fr/repository/?format=api",
            "file_url": "https://itzulpenak.gamerauntsia.eus/api/translations/shattered-pixel-dungeon/levels/fr/file/?format=api",
            "statistics_url": "https://itzulpenak.gamerauntsia.eus/api/translations/shattered-pixel-dungeon/levels/fr/statistics/?format=api",
            "changes_list_url": "https://itzulpenak.gamerauntsia.eus/api/translations/shattered-pixel-dungeon/levels/fr/changes/?format=api",
            "units_list_url": "https://itzulpenak.gamerauntsia.eus/api/translations/shattered-pixel-dungeon/levels/fr/units/?format=api"
        },
        {
            "language": {
                "id": 76,
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 76,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485517,
                "web_url": "https://itzulpenak.gamerauntsia.eus/languages/en/",
                "url": "https://itzulpenak.gamerauntsia.eus/api/languages/en/?format=api",
                "statistics_url": "https://itzulpenak.gamerauntsia.eus/api/languages/en/statistics/?format=api"
            },
            "component": {
                "name": "Misc",
                "slug": "misc",
                "id": 16,
                "source_language": {
                    "id": 76,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 76,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://itzulpenak.gamerauntsia.eus/languages/en/",
                    "url": "https://itzulpenak.gamerauntsia.eus/api/languages/en/?format=api",
                    "statistics_url": "https://itzulpenak.gamerauntsia.eus/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Shattered Pixel Dungeon",
                    "slug": "shattered-pixel-dungeon",
                    "id": 4,
                    "web": "http://shatteredpixel.com/",
                    "web_url": "https://itzulpenak.gamerauntsia.eus/projects/shattered-pixel-dungeon/",
                    "url": "https://itzulpenak.gamerauntsia.eus/api/projects/shattered-pixel-dungeon/?format=api",
                    "components_list_url": "https://itzulpenak.gamerauntsia.eus/api/projects/shattered-pixel-dungeon/components/?format=api",
                    "repository_url": "https://itzulpenak.gamerauntsia.eus/api/projects/shattered-pixel-dungeon/repository/?format=api",
                    "statistics_url": "https://itzulpenak.gamerauntsia.eus/api/projects/shattered-pixel-dungeon/statistics/?format=api",
                    "categories_url": "https://itzulpenak.gamerauntsia.eus/api/projects/shattered-pixel-dungeon/categories/?format=api",
                    "changes_list_url": "https://itzulpenak.gamerauntsia.eus/api/projects/shattered-pixel-dungeon/changes/?format=api",
                    "languages_url": "https://itzulpenak.gamerauntsia.eus/api/projects/shattered-pixel-dungeon/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "git@github.com:00-Evan/shattered-pixel-dungeon.git",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "core/src/main/resources/com/shatteredpixel/shatteredpixeldungeon/messages/misc/misc_*.properties",
                "screenshot_filemask": "",
                "template": "core/src/main/resources/com/shatteredpixel/shatteredpixeldungeon/messages/misc/misc.properties",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "properties-utf8",
                "license": "",
                "license_url": null,
                "agreement": "",
                "web_url": "https://itzulpenak.gamerauntsia.eus/projects/shattered-pixel-dungeon/misc/",
                "url": "https://itzulpenak.gamerauntsia.eus/api/components/shattered-pixel-dungeon/misc/?format=api",
                "repository_url": "https://itzulpenak.gamerauntsia.eus/api/components/shattered-pixel-dungeon/misc/repository/?format=api",
                "translations_url": "https://itzulpenak.gamerauntsia.eus/api/components/shattered-pixel-dungeon/misc/translations/?format=api",
                "statistics_url": "https://itzulpenak.gamerauntsia.eus/api/components/shattered-pixel-dungeon/misc/statistics/?format=api",
                "lock_url": "https://itzulpenak.gamerauntsia.eus/api/components/shattered-pixel-dungeon/misc/lock/?format=api",
                "links_url": "https://itzulpenak.gamerauntsia.eus/api/components/shattered-pixel-dungeon/misc/links/?format=api",
                "changes_list_url": "https://itzulpenak.gamerauntsia.eus/api/components/shattered-pixel-dungeon/misc/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "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 }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "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 \"{{ addon_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": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^(eu|es|fr)$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null
            },
            "language_code": "en",
            "id": 46,
            "filename": "core/src/main/resources/com/shatteredpixel/shatteredpixeldungeon/messages/misc/misc.properties",
            "revision": "668417ac63301989759676017a2f61213b90ecfa,668417ac63301989759676017a2f61213b90ecfa",
            "web_url": "https://itzulpenak.gamerauntsia.eus/projects/shattered-pixel-dungeon/misc/en/",
            "share_url": "https://itzulpenak.gamerauntsia.eus/engage/shattered-pixel-dungeon/-/en/",
            "translate_url": "https://itzulpenak.gamerauntsia.eus/translate/shattered-pixel-dungeon/misc/en/",
            "url": "https://itzulpenak.gamerauntsia.eus/api/translations/shattered-pixel-dungeon/misc/en/?format=api",
            "is_template": true,
            "is_source": true,
            "total": 85,
            "total_words": 464,
            "translated": 85,
            "translated_words": 464,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 1,
            "failing_checks_words": 30,
            "failing_checks_percent": 1.1,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://itzulpenak.gamerauntsia.eus/api/translations/shattered-pixel-dungeon/misc/en/repository/?format=api",
            "file_url": "https://itzulpenak.gamerauntsia.eus/api/translations/shattered-pixel-dungeon/misc/en/file/?format=api",
            "statistics_url": "https://itzulpenak.gamerauntsia.eus/api/translations/shattered-pixel-dungeon/misc/en/statistics/?format=api",
            "changes_list_url": "https://itzulpenak.gamerauntsia.eus/api/translations/shattered-pixel-dungeon/misc/en/changes/?format=api",
            "units_list_url": "https://itzulpenak.gamerauntsia.eus/api/translations/shattered-pixel-dungeon/misc/en/units/?format=api"
        },
        {
            "language": {
                "id": 87,
                "code": "es",
                "name": "Spanish",
                "plural": {
                    "id": 87,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "es_la",
                    "esp",
                    "spa"
                ],
                "direction": "ltr",
                "population": 493528078,
                "web_url": "https://itzulpenak.gamerauntsia.eus/languages/es/",
                "url": "https://itzulpenak.gamerauntsia.eus/api/languages/es/?format=api",
                "statistics_url": "https://itzulpenak.gamerauntsia.eus/api/languages/es/statistics/?format=api"
            },
            "component": {
                "name": "Misc",
                "slug": "misc",
                "id": 16,
                "source_language": {
                    "id": 76,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 76,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://itzulpenak.gamerauntsia.eus/languages/en/",
                    "url": "https://itzulpenak.gamerauntsia.eus/api/languages/en/?format=api",
                    "statistics_url": "https://itzulpenak.gamerauntsia.eus/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Shattered Pixel Dungeon",
                    "slug": "shattered-pixel-dungeon",
                    "id": 4,
                    "web": "http://shatteredpixel.com/",
                    "web_url": "https://itzulpenak.gamerauntsia.eus/projects/shattered-pixel-dungeon/",
                    "url": "https://itzulpenak.gamerauntsia.eus/api/projects/shattered-pixel-dungeon/?format=api",
                    "components_list_url": "https://itzulpenak.gamerauntsia.eus/api/projects/shattered-pixel-dungeon/components/?format=api",
                    "repository_url": "https://itzulpenak.gamerauntsia.eus/api/projects/shattered-pixel-dungeon/repository/?format=api",
                    "statistics_url": "https://itzulpenak.gamerauntsia.eus/api/projects/shattered-pixel-dungeon/statistics/?format=api",
                    "categories_url": "https://itzulpenak.gamerauntsia.eus/api/projects/shattered-pixel-dungeon/categories/?format=api",
                    "changes_list_url": "https://itzulpenak.gamerauntsia.eus/api/projects/shattered-pixel-dungeon/changes/?format=api",
                    "languages_url": "https://itzulpenak.gamerauntsia.eus/api/projects/shattered-pixel-dungeon/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "git@github.com:00-Evan/shattered-pixel-dungeon.git",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "core/src/main/resources/com/shatteredpixel/shatteredpixeldungeon/messages/misc/misc_*.properties",
                "screenshot_filemask": "",
                "template": "core/src/main/resources/com/shatteredpixel/shatteredpixeldungeon/messages/misc/misc.properties",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "properties-utf8",
                "license": "",
                "license_url": null,
                "agreement": "",
                "web_url": "https://itzulpenak.gamerauntsia.eus/projects/shattered-pixel-dungeon/misc/",
                "url": "https://itzulpenak.gamerauntsia.eus/api/components/shattered-pixel-dungeon/misc/?format=api",
                "repository_url": "https://itzulpenak.gamerauntsia.eus/api/components/shattered-pixel-dungeon/misc/repository/?format=api",
                "translations_url": "https://itzulpenak.gamerauntsia.eus/api/components/shattered-pixel-dungeon/misc/translations/?format=api",
                "statistics_url": "https://itzulpenak.gamerauntsia.eus/api/components/shattered-pixel-dungeon/misc/statistics/?format=api",
                "lock_url": "https://itzulpenak.gamerauntsia.eus/api/components/shattered-pixel-dungeon/misc/lock/?format=api",
                "links_url": "https://itzulpenak.gamerauntsia.eus/api/components/shattered-pixel-dungeon/misc/links/?format=api",
                "changes_list_url": "https://itzulpenak.gamerauntsia.eus/api/components/shattered-pixel-dungeon/misc/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "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 }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "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 \"{{ addon_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": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^(eu|es|fr)$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null
            },
            "language_code": "es",
            "id": 47,
            "filename": "core/src/main/resources/com/shatteredpixel/shatteredpixeldungeon/messages/misc/misc_es.properties",
            "revision": "45d6dada552427c31d3259f1c4e2bf66b75aeb2a,668417ac63301989759676017a2f61213b90ecfa",
            "web_url": "https://itzulpenak.gamerauntsia.eus/projects/shattered-pixel-dungeon/misc/es/",
            "share_url": "https://itzulpenak.gamerauntsia.eus/engage/shattered-pixel-dungeon/-/es/",
            "translate_url": "https://itzulpenak.gamerauntsia.eus/translate/shattered-pixel-dungeon/misc/es/",
            "url": "https://itzulpenak.gamerauntsia.eus/api/translations/shattered-pixel-dungeon/misc/es/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 85,
            "total_words": 464,
            "translated": 85,
            "translated_words": 464,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 1,
            "failing_checks_words": 13,
            "failing_checks_percent": 1.1,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://itzulpenak.gamerauntsia.eus/api/translations/shattered-pixel-dungeon/misc/es/repository/?format=api",
            "file_url": "https://itzulpenak.gamerauntsia.eus/api/translations/shattered-pixel-dungeon/misc/es/file/?format=api",
            "statistics_url": "https://itzulpenak.gamerauntsia.eus/api/translations/shattered-pixel-dungeon/misc/es/statistics/?format=api",
            "changes_list_url": "https://itzulpenak.gamerauntsia.eus/api/translations/shattered-pixel-dungeon/misc/es/changes/?format=api",
            "units_list_url": "https://itzulpenak.gamerauntsia.eus/api/translations/shattered-pixel-dungeon/misc/es/units/?format=api"
        },
        {
            "language": {
                "id": 98,
                "code": "eu",
                "name": "Basque",
                "plural": {
                    "id": 98,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "es_eu",
                    "baq",
                    "eus"
                ],
                "direction": "ltr",
                "population": 1088518,
                "web_url": "https://itzulpenak.gamerauntsia.eus/languages/eu/",
                "url": "https://itzulpenak.gamerauntsia.eus/api/languages/eu/?format=api",
                "statistics_url": "https://itzulpenak.gamerauntsia.eus/api/languages/eu/statistics/?format=api"
            },
            "component": {
                "name": "Misc",
                "slug": "misc",
                "id": 16,
                "source_language": {
                    "id": 76,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 76,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://itzulpenak.gamerauntsia.eus/languages/en/",
                    "url": "https://itzulpenak.gamerauntsia.eus/api/languages/en/?format=api",
                    "statistics_url": "https://itzulpenak.gamerauntsia.eus/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Shattered Pixel Dungeon",
                    "slug": "shattered-pixel-dungeon",
                    "id": 4,
                    "web": "http://shatteredpixel.com/",
                    "web_url": "https://itzulpenak.gamerauntsia.eus/projects/shattered-pixel-dungeon/",
                    "url": "https://itzulpenak.gamerauntsia.eus/api/projects/shattered-pixel-dungeon/?format=api",
                    "components_list_url": "https://itzulpenak.gamerauntsia.eus/api/projects/shattered-pixel-dungeon/components/?format=api",
                    "repository_url": "https://itzulpenak.gamerauntsia.eus/api/projects/shattered-pixel-dungeon/repository/?format=api",
                    "statistics_url": "https://itzulpenak.gamerauntsia.eus/api/projects/shattered-pixel-dungeon/statistics/?format=api",
                    "categories_url": "https://itzulpenak.gamerauntsia.eus/api/projects/shattered-pixel-dungeon/categories/?format=api",
                    "changes_list_url": "https://itzulpenak.gamerauntsia.eus/api/projects/shattered-pixel-dungeon/changes/?format=api",
                    "languages_url": "https://itzulpenak.gamerauntsia.eus/api/projects/shattered-pixel-dungeon/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "git@github.com:00-Evan/shattered-pixel-dungeon.git",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "core/src/main/resources/com/shatteredpixel/shatteredpixeldungeon/messages/misc/misc_*.properties",
                "screenshot_filemask": "",
                "template": "core/src/main/resources/com/shatteredpixel/shatteredpixeldungeon/messages/misc/misc.properties",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "properties-utf8",
                "license": "",
                "license_url": null,
                "agreement": "",
                "web_url": "https://itzulpenak.gamerauntsia.eus/projects/shattered-pixel-dungeon/misc/",
                "url": "https://itzulpenak.gamerauntsia.eus/api/components/shattered-pixel-dungeon/misc/?format=api",
                "repository_url": "https://itzulpenak.gamerauntsia.eus/api/components/shattered-pixel-dungeon/misc/repository/?format=api",
                "translations_url": "https://itzulpenak.gamerauntsia.eus/api/components/shattered-pixel-dungeon/misc/translations/?format=api",
                "statistics_url": "https://itzulpenak.gamerauntsia.eus/api/components/shattered-pixel-dungeon/misc/statistics/?format=api",
                "lock_url": "https://itzulpenak.gamerauntsia.eus/api/components/shattered-pixel-dungeon/misc/lock/?format=api",
                "links_url": "https://itzulpenak.gamerauntsia.eus/api/components/shattered-pixel-dungeon/misc/links/?format=api",
                "changes_list_url": "https://itzulpenak.gamerauntsia.eus/api/components/shattered-pixel-dungeon/misc/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "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 }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "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 \"{{ addon_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": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^(eu|es|fr)$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null
            },
            "language_code": "eu",
            "id": 48,
            "filename": "core/src/main/resources/com/shatteredpixel/shatteredpixeldungeon/messages/misc/misc_eu.properties",
            "revision": "1d5042a835b4ca058c6674c4dfb4a2a5677610d0,668417ac63301989759676017a2f61213b90ecfa",
            "web_url": "https://itzulpenak.gamerauntsia.eus/projects/shattered-pixel-dungeon/misc/eu/",
            "share_url": "https://itzulpenak.gamerauntsia.eus/engage/shattered-pixel-dungeon/-/eu/",
            "translate_url": "https://itzulpenak.gamerauntsia.eus/translate/shattered-pixel-dungeon/misc/eu/",
            "url": "https://itzulpenak.gamerauntsia.eus/api/translations/shattered-pixel-dungeon/misc/eu/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 85,
            "total_words": 464,
            "translated": 85,
            "translated_words": 464,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 3,
            "failing_checks_words": 23,
            "failing_checks_percent": 3.5,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://itzulpenak.gamerauntsia.eus/api/translations/shattered-pixel-dungeon/misc/eu/repository/?format=api",
            "file_url": "https://itzulpenak.gamerauntsia.eus/api/translations/shattered-pixel-dungeon/misc/eu/file/?format=api",
            "statistics_url": "https://itzulpenak.gamerauntsia.eus/api/translations/shattered-pixel-dungeon/misc/eu/statistics/?format=api",
            "changes_list_url": "https://itzulpenak.gamerauntsia.eus/api/translations/shattered-pixel-dungeon/misc/eu/changes/?format=api",
            "units_list_url": "https://itzulpenak.gamerauntsia.eus/api/translations/shattered-pixel-dungeon/misc/eu/units/?format=api"
        },
        {
            "language": {
                "id": 106,
                "code": "fr",
                "name": "French",
                "plural": {
                    "id": 106,
                    "source": 0,
                    "number": 2,
                    "formula": "n > 1",
                    "type": 1
                },
                "aliases": [
                    "fra_fr",
                    "fra",
                    "fre"
                ],
                "direction": "ltr",
                "population": 278611506,
                "web_url": "https://itzulpenak.gamerauntsia.eus/languages/fr/",
                "url": "https://itzulpenak.gamerauntsia.eus/api/languages/fr/?format=api",
                "statistics_url": "https://itzulpenak.gamerauntsia.eus/api/languages/fr/statistics/?format=api"
            },
            "component": {
                "name": "Misc",
                "slug": "misc",
                "id": 16,
                "source_language": {
                    "id": 76,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 76,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://itzulpenak.gamerauntsia.eus/languages/en/",
                    "url": "https://itzulpenak.gamerauntsia.eus/api/languages/en/?format=api",
                    "statistics_url": "https://itzulpenak.gamerauntsia.eus/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Shattered Pixel Dungeon",
                    "slug": "shattered-pixel-dungeon",
                    "id": 4,
                    "web": "http://shatteredpixel.com/",
                    "web_url": "https://itzulpenak.gamerauntsia.eus/projects/shattered-pixel-dungeon/",
                    "url": "https://itzulpenak.gamerauntsia.eus/api/projects/shattered-pixel-dungeon/?format=api",
                    "components_list_url": "https://itzulpenak.gamerauntsia.eus/api/projects/shattered-pixel-dungeon/components/?format=api",
                    "repository_url": "https://itzulpenak.gamerauntsia.eus/api/projects/shattered-pixel-dungeon/repository/?format=api",
                    "statistics_url": "https://itzulpenak.gamerauntsia.eus/api/projects/shattered-pixel-dungeon/statistics/?format=api",
                    "categories_url": "https://itzulpenak.gamerauntsia.eus/api/projects/shattered-pixel-dungeon/categories/?format=api",
                    "changes_list_url": "https://itzulpenak.gamerauntsia.eus/api/projects/shattered-pixel-dungeon/changes/?format=api",
                    "languages_url": "https://itzulpenak.gamerauntsia.eus/api/projects/shattered-pixel-dungeon/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "git@github.com:00-Evan/shattered-pixel-dungeon.git",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "core/src/main/resources/com/shatteredpixel/shatteredpixeldungeon/messages/misc/misc_*.properties",
                "screenshot_filemask": "",
                "template": "core/src/main/resources/com/shatteredpixel/shatteredpixeldungeon/messages/misc/misc.properties",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "properties-utf8",
                "license": "",
                "license_url": null,
                "agreement": "",
                "web_url": "https://itzulpenak.gamerauntsia.eus/projects/shattered-pixel-dungeon/misc/",
                "url": "https://itzulpenak.gamerauntsia.eus/api/components/shattered-pixel-dungeon/misc/?format=api",
                "repository_url": "https://itzulpenak.gamerauntsia.eus/api/components/shattered-pixel-dungeon/misc/repository/?format=api",
                "translations_url": "https://itzulpenak.gamerauntsia.eus/api/components/shattered-pixel-dungeon/misc/translations/?format=api",
                "statistics_url": "https://itzulpenak.gamerauntsia.eus/api/components/shattered-pixel-dungeon/misc/statistics/?format=api",
                "lock_url": "https://itzulpenak.gamerauntsia.eus/api/components/shattered-pixel-dungeon/misc/lock/?format=api",
                "links_url": "https://itzulpenak.gamerauntsia.eus/api/components/shattered-pixel-dungeon/misc/links/?format=api",
                "changes_list_url": "https://itzulpenak.gamerauntsia.eus/api/components/shattered-pixel-dungeon/misc/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "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 }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "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 \"{{ addon_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": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^(eu|es|fr)$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null
            },
            "language_code": "fr",
            "id": 49,
            "filename": "core/src/main/resources/com/shatteredpixel/shatteredpixeldungeon/messages/misc/misc_fr.properties",
            "revision": "172cb786073e01638e85acee7418c47559b059a6,668417ac63301989759676017a2f61213b90ecfa",
            "web_url": "https://itzulpenak.gamerauntsia.eus/projects/shattered-pixel-dungeon/misc/fr/",
            "share_url": "https://itzulpenak.gamerauntsia.eus/engage/shattered-pixel-dungeon/-/fr/",
            "translate_url": "https://itzulpenak.gamerauntsia.eus/translate/shattered-pixel-dungeon/misc/fr/",
            "url": "https://itzulpenak.gamerauntsia.eus/api/translations/shattered-pixel-dungeon/misc/fr/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 85,
            "total_words": 464,
            "translated": 85,
            "translated_words": 464,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 11,
            "failing_checks_words": 51,
            "failing_checks_percent": 12.9,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://itzulpenak.gamerauntsia.eus/api/translations/shattered-pixel-dungeon/misc/fr/repository/?format=api",
            "file_url": "https://itzulpenak.gamerauntsia.eus/api/translations/shattered-pixel-dungeon/misc/fr/file/?format=api",
            "statistics_url": "https://itzulpenak.gamerauntsia.eus/api/translations/shattered-pixel-dungeon/misc/fr/statistics/?format=api",
            "changes_list_url": "https://itzulpenak.gamerauntsia.eus/api/translations/shattered-pixel-dungeon/misc/fr/changes/?format=api",
            "units_list_url": "https://itzulpenak.gamerauntsia.eus/api/translations/shattered-pixel-dungeon/misc/fr/units/?format=api"
        },
        {
            "language": {
                "id": 76,
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 76,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485517,
                "web_url": "https://itzulpenak.gamerauntsia.eus/languages/en/",
                "url": "https://itzulpenak.gamerauntsia.eus/api/languages/en/?format=api",
                "statistics_url": "https://itzulpenak.gamerauntsia.eus/api/languages/en/statistics/?format=api"
            },
            "component": {
                "name": "Plants",
                "slug": "plants",
                "id": 17,
                "source_language": {
                    "id": 76,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 76,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://itzulpenak.gamerauntsia.eus/languages/en/",
                    "url": "https://itzulpenak.gamerauntsia.eus/api/languages/en/?format=api",
                    "statistics_url": "https://itzulpenak.gamerauntsia.eus/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Shattered Pixel Dungeon",
                    "slug": "shattered-pixel-dungeon",
                    "id": 4,
                    "web": "http://shatteredpixel.com/",
                    "web_url": "https://itzulpenak.gamerauntsia.eus/projects/shattered-pixel-dungeon/",
                    "url": "https://itzulpenak.gamerauntsia.eus/api/projects/shattered-pixel-dungeon/?format=api",
                    "components_list_url": "https://itzulpenak.gamerauntsia.eus/api/projects/shattered-pixel-dungeon/components/?format=api",
                    "repository_url": "https://itzulpenak.gamerauntsia.eus/api/projects/shattered-pixel-dungeon/repository/?format=api",
                    "statistics_url": "https://itzulpenak.gamerauntsia.eus/api/projects/shattered-pixel-dungeon/statistics/?format=api",
                    "categories_url": "https://itzulpenak.gamerauntsia.eus/api/projects/shattered-pixel-dungeon/categories/?format=api",
                    "changes_list_url": "https://itzulpenak.gamerauntsia.eus/api/projects/shattered-pixel-dungeon/changes/?format=api",
                    "languages_url": "https://itzulpenak.gamerauntsia.eus/api/projects/shattered-pixel-dungeon/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "git@github.com:00-Evan/shattered-pixel-dungeon.git",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "core/src/main/resources/com/shatteredpixel/shatteredpixeldungeon/messages/plants/plants_*.properties",
                "screenshot_filemask": "",
                "template": "core/src/main/resources/com/shatteredpixel/shatteredpixeldungeon/messages/plants/plants.properties",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "properties-utf8",
                "license": "",
                "license_url": null,
                "agreement": "",
                "web_url": "https://itzulpenak.gamerauntsia.eus/projects/shattered-pixel-dungeon/plants/",
                "url": "https://itzulpenak.gamerauntsia.eus/api/components/shattered-pixel-dungeon/plants/?format=api",
                "repository_url": "https://itzulpenak.gamerauntsia.eus/api/components/shattered-pixel-dungeon/plants/repository/?format=api",
                "translations_url": "https://itzulpenak.gamerauntsia.eus/api/components/shattered-pixel-dungeon/plants/translations/?format=api",
                "statistics_url": "https://itzulpenak.gamerauntsia.eus/api/components/shattered-pixel-dungeon/plants/statistics/?format=api",
                "lock_url": "https://itzulpenak.gamerauntsia.eus/api/components/shattered-pixel-dungeon/plants/lock/?format=api",
                "links_url": "https://itzulpenak.gamerauntsia.eus/api/components/shattered-pixel-dungeon/plants/links/?format=api",
                "changes_list_url": "https://itzulpenak.gamerauntsia.eus/api/components/shattered-pixel-dungeon/plants/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "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 }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "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 \"{{ addon_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": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^(eu|es|fr)$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null
            },
            "language_code": "en",
            "id": 50,
            "filename": "core/src/main/resources/com/shatteredpixel/shatteredpixeldungeon/messages/plants/plants.properties",
            "revision": "b4118c50fa57beca336947e24819bbaf3d0f0f68,b4118c50fa57beca336947e24819bbaf3d0f0f68",
            "web_url": "https://itzulpenak.gamerauntsia.eus/projects/shattered-pixel-dungeon/plants/en/",
            "share_url": "https://itzulpenak.gamerauntsia.eus/engage/shattered-pixel-dungeon/-/en/",
            "translate_url": "https://itzulpenak.gamerauntsia.eus/translate/shattered-pixel-dungeon/plants/en/",
            "url": "https://itzulpenak.gamerauntsia.eus/api/translations/shattered-pixel-dungeon/plants/en/?format=api",
            "is_template": true,
            "is_source": true,
            "total": 50,
            "total_words": 469,
            "translated": 50,
            "translated_words": 469,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://itzulpenak.gamerauntsia.eus/api/translations/shattered-pixel-dungeon/plants/en/repository/?format=api",
            "file_url": "https://itzulpenak.gamerauntsia.eus/api/translations/shattered-pixel-dungeon/plants/en/file/?format=api",
            "statistics_url": "https://itzulpenak.gamerauntsia.eus/api/translations/shattered-pixel-dungeon/plants/en/statistics/?format=api",
            "changes_list_url": "https://itzulpenak.gamerauntsia.eus/api/translations/shattered-pixel-dungeon/plants/en/changes/?format=api",
            "units_list_url": "https://itzulpenak.gamerauntsia.eus/api/translations/shattered-pixel-dungeon/plants/en/units/?format=api"
        },
        {
            "language": {
                "id": 87,
                "code": "es",
                "name": "Spanish",
                "plural": {
                    "id": 87,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "es_la",
                    "esp",
                    "spa"
                ],
                "direction": "ltr",
                "population": 493528078,
                "web_url": "https://itzulpenak.gamerauntsia.eus/languages/es/",
                "url": "https://itzulpenak.gamerauntsia.eus/api/languages/es/?format=api",
                "statistics_url": "https://itzulpenak.gamerauntsia.eus/api/languages/es/statistics/?format=api"
            },
            "component": {
                "name": "Plants",
                "slug": "plants",
                "id": 17,
                "source_language": {
                    "id": 76,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 76,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://itzulpenak.gamerauntsia.eus/languages/en/",
                    "url": "https://itzulpenak.gamerauntsia.eus/api/languages/en/?format=api",
                    "statistics_url": "https://itzulpenak.gamerauntsia.eus/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Shattered Pixel Dungeon",
                    "slug": "shattered-pixel-dungeon",
                    "id": 4,
                    "web": "http://shatteredpixel.com/",
                    "web_url": "https://itzulpenak.gamerauntsia.eus/projects/shattered-pixel-dungeon/",
                    "url": "https://itzulpenak.gamerauntsia.eus/api/projects/shattered-pixel-dungeon/?format=api",
                    "components_list_url": "https://itzulpenak.gamerauntsia.eus/api/projects/shattered-pixel-dungeon/components/?format=api",
                    "repository_url": "https://itzulpenak.gamerauntsia.eus/api/projects/shattered-pixel-dungeon/repository/?format=api",
                    "statistics_url": "https://itzulpenak.gamerauntsia.eus/api/projects/shattered-pixel-dungeon/statistics/?format=api",
                    "categories_url": "https://itzulpenak.gamerauntsia.eus/api/projects/shattered-pixel-dungeon/categories/?format=api",
                    "changes_list_url": "https://itzulpenak.gamerauntsia.eus/api/projects/shattered-pixel-dungeon/changes/?format=api",
                    "languages_url": "https://itzulpenak.gamerauntsia.eus/api/projects/shattered-pixel-dungeon/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "git@github.com:00-Evan/shattered-pixel-dungeon.git",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "core/src/main/resources/com/shatteredpixel/shatteredpixeldungeon/messages/plants/plants_*.properties",
                "screenshot_filemask": "",
                "template": "core/src/main/resources/com/shatteredpixel/shatteredpixeldungeon/messages/plants/plants.properties",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "properties-utf8",
                "license": "",
                "license_url": null,
                "agreement": "",
                "web_url": "https://itzulpenak.gamerauntsia.eus/projects/shattered-pixel-dungeon/plants/",
                "url": "https://itzulpenak.gamerauntsia.eus/api/components/shattered-pixel-dungeon/plants/?format=api",
                "repository_url": "https://itzulpenak.gamerauntsia.eus/api/components/shattered-pixel-dungeon/plants/repository/?format=api",
                "translations_url": "https://itzulpenak.gamerauntsia.eus/api/components/shattered-pixel-dungeon/plants/translations/?format=api",
                "statistics_url": "https://itzulpenak.gamerauntsia.eus/api/components/shattered-pixel-dungeon/plants/statistics/?format=api",
                "lock_url": "https://itzulpenak.gamerauntsia.eus/api/components/shattered-pixel-dungeon/plants/lock/?format=api",
                "links_url": "https://itzulpenak.gamerauntsia.eus/api/components/shattered-pixel-dungeon/plants/links/?format=api",
                "changes_list_url": "https://itzulpenak.gamerauntsia.eus/api/components/shattered-pixel-dungeon/plants/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "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 }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "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 \"{{ addon_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": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^(eu|es|fr)$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null
            },
            "language_code": "es",
            "id": 51,
            "filename": "core/src/main/resources/com/shatteredpixel/shatteredpixeldungeon/messages/plants/plants_es.properties",
            "revision": "c8d8d01d12872d21cc5e89a5ecb3018d3face1da,b4118c50fa57beca336947e24819bbaf3d0f0f68",
            "web_url": "https://itzulpenak.gamerauntsia.eus/projects/shattered-pixel-dungeon/plants/es/",
            "share_url": "https://itzulpenak.gamerauntsia.eus/engage/shattered-pixel-dungeon/-/es/",
            "translate_url": "https://itzulpenak.gamerauntsia.eus/translate/shattered-pixel-dungeon/plants/es/",
            "url": "https://itzulpenak.gamerauntsia.eus/api/translations/shattered-pixel-dungeon/plants/es/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 50,
            "total_words": 469,
            "translated": 50,
            "translated_words": 469,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 1,
            "failing_checks_words": 63,
            "failing_checks_percent": 2.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://itzulpenak.gamerauntsia.eus/api/translations/shattered-pixel-dungeon/plants/es/repository/?format=api",
            "file_url": "https://itzulpenak.gamerauntsia.eus/api/translations/shattered-pixel-dungeon/plants/es/file/?format=api",
            "statistics_url": "https://itzulpenak.gamerauntsia.eus/api/translations/shattered-pixel-dungeon/plants/es/statistics/?format=api",
            "changes_list_url": "https://itzulpenak.gamerauntsia.eus/api/translations/shattered-pixel-dungeon/plants/es/changes/?format=api",
            "units_list_url": "https://itzulpenak.gamerauntsia.eus/api/translations/shattered-pixel-dungeon/plants/es/units/?format=api"
        },
        {
            "language": {
                "id": 98,
                "code": "eu",
                "name": "Basque",
                "plural": {
                    "id": 98,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "es_eu",
                    "baq",
                    "eus"
                ],
                "direction": "ltr",
                "population": 1088518,
                "web_url": "https://itzulpenak.gamerauntsia.eus/languages/eu/",
                "url": "https://itzulpenak.gamerauntsia.eus/api/languages/eu/?format=api",
                "statistics_url": "https://itzulpenak.gamerauntsia.eus/api/languages/eu/statistics/?format=api"
            },
            "component": {
                "name": "Plants",
                "slug": "plants",
                "id": 17,
                "source_language": {
                    "id": 76,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 76,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://itzulpenak.gamerauntsia.eus/languages/en/",
                    "url": "https://itzulpenak.gamerauntsia.eus/api/languages/en/?format=api",
                    "statistics_url": "https://itzulpenak.gamerauntsia.eus/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Shattered Pixel Dungeon",
                    "slug": "shattered-pixel-dungeon",
                    "id": 4,
                    "web": "http://shatteredpixel.com/",
                    "web_url": "https://itzulpenak.gamerauntsia.eus/projects/shattered-pixel-dungeon/",
                    "url": "https://itzulpenak.gamerauntsia.eus/api/projects/shattered-pixel-dungeon/?format=api",
                    "components_list_url": "https://itzulpenak.gamerauntsia.eus/api/projects/shattered-pixel-dungeon/components/?format=api",
                    "repository_url": "https://itzulpenak.gamerauntsia.eus/api/projects/shattered-pixel-dungeon/repository/?format=api",
                    "statistics_url": "https://itzulpenak.gamerauntsia.eus/api/projects/shattered-pixel-dungeon/statistics/?format=api",
                    "categories_url": "https://itzulpenak.gamerauntsia.eus/api/projects/shattered-pixel-dungeon/categories/?format=api",
                    "changes_list_url": "https://itzulpenak.gamerauntsia.eus/api/projects/shattered-pixel-dungeon/changes/?format=api",
                    "languages_url": "https://itzulpenak.gamerauntsia.eus/api/projects/shattered-pixel-dungeon/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "git@github.com:00-Evan/shattered-pixel-dungeon.git",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "core/src/main/resources/com/shatteredpixel/shatteredpixeldungeon/messages/plants/plants_*.properties",
                "screenshot_filemask": "",
                "template": "core/src/main/resources/com/shatteredpixel/shatteredpixeldungeon/messages/plants/plants.properties",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "properties-utf8",
                "license": "",
                "license_url": null,
                "agreement": "",
                "web_url": "https://itzulpenak.gamerauntsia.eus/projects/shattered-pixel-dungeon/plants/",
                "url": "https://itzulpenak.gamerauntsia.eus/api/components/shattered-pixel-dungeon/plants/?format=api",
                "repository_url": "https://itzulpenak.gamerauntsia.eus/api/components/shattered-pixel-dungeon/plants/repository/?format=api",
                "translations_url": "https://itzulpenak.gamerauntsia.eus/api/components/shattered-pixel-dungeon/plants/translations/?format=api",
                "statistics_url": "https://itzulpenak.gamerauntsia.eus/api/components/shattered-pixel-dungeon/plants/statistics/?format=api",
                "lock_url": "https://itzulpenak.gamerauntsia.eus/api/components/shattered-pixel-dungeon/plants/lock/?format=api",
                "links_url": "https://itzulpenak.gamerauntsia.eus/api/components/shattered-pixel-dungeon/plants/links/?format=api",
                "changes_list_url": "https://itzulpenak.gamerauntsia.eus/api/components/shattered-pixel-dungeon/plants/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "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 }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "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 \"{{ addon_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": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^(eu|es|fr)$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null
            },
            "language_code": "eu",
            "id": 52,
            "filename": "core/src/main/resources/com/shatteredpixel/shatteredpixeldungeon/messages/plants/plants_eu.properties",
            "revision": "7803b438125a14ab9240021d7bcd15a34a916a87,b4118c50fa57beca336947e24819bbaf3d0f0f68",
            "web_url": "https://itzulpenak.gamerauntsia.eus/projects/shattered-pixel-dungeon/plants/eu/",
            "share_url": "https://itzulpenak.gamerauntsia.eus/engage/shattered-pixel-dungeon/-/eu/",
            "translate_url": "https://itzulpenak.gamerauntsia.eus/translate/shattered-pixel-dungeon/plants/eu/",
            "url": "https://itzulpenak.gamerauntsia.eus/api/translations/shattered-pixel-dungeon/plants/eu/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 50,
            "total_words": 469,
            "translated": 50,
            "translated_words": 469,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://itzulpenak.gamerauntsia.eus/api/translations/shattered-pixel-dungeon/plants/eu/repository/?format=api",
            "file_url": "https://itzulpenak.gamerauntsia.eus/api/translations/shattered-pixel-dungeon/plants/eu/file/?format=api",
            "statistics_url": "https://itzulpenak.gamerauntsia.eus/api/translations/shattered-pixel-dungeon/plants/eu/statistics/?format=api",
            "changes_list_url": "https://itzulpenak.gamerauntsia.eus/api/translations/shattered-pixel-dungeon/plants/eu/changes/?format=api",
            "units_list_url": "https://itzulpenak.gamerauntsia.eus/api/translations/shattered-pixel-dungeon/plants/eu/units/?format=api"
        },
        {
            "language": {
                "id": 106,
                "code": "fr",
                "name": "French",
                "plural": {
                    "id": 106,
                    "source": 0,
                    "number": 2,
                    "formula": "n > 1",
                    "type": 1
                },
                "aliases": [
                    "fra_fr",
                    "fra",
                    "fre"
                ],
                "direction": "ltr",
                "population": 278611506,
                "web_url": "https://itzulpenak.gamerauntsia.eus/languages/fr/",
                "url": "https://itzulpenak.gamerauntsia.eus/api/languages/fr/?format=api",
                "statistics_url": "https://itzulpenak.gamerauntsia.eus/api/languages/fr/statistics/?format=api"
            },
            "component": {
                "name": "Plants",
                "slug": "plants",
                "id": 17,
                "source_language": {
                    "id": 76,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 76,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://itzulpenak.gamerauntsia.eus/languages/en/",
                    "url": "https://itzulpenak.gamerauntsia.eus/api/languages/en/?format=api",
                    "statistics_url": "https://itzulpenak.gamerauntsia.eus/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Shattered Pixel Dungeon",
                    "slug": "shattered-pixel-dungeon",
                    "id": 4,
                    "web": "http://shatteredpixel.com/",
                    "web_url": "https://itzulpenak.gamerauntsia.eus/projects/shattered-pixel-dungeon/",
                    "url": "https://itzulpenak.gamerauntsia.eus/api/projects/shattered-pixel-dungeon/?format=api",
                    "components_list_url": "https://itzulpenak.gamerauntsia.eus/api/projects/shattered-pixel-dungeon/components/?format=api",
                    "repository_url": "https://itzulpenak.gamerauntsia.eus/api/projects/shattered-pixel-dungeon/repository/?format=api",
                    "statistics_url": "https://itzulpenak.gamerauntsia.eus/api/projects/shattered-pixel-dungeon/statistics/?format=api",
                    "categories_url": "https://itzulpenak.gamerauntsia.eus/api/projects/shattered-pixel-dungeon/categories/?format=api",
                    "changes_list_url": "https://itzulpenak.gamerauntsia.eus/api/projects/shattered-pixel-dungeon/changes/?format=api",
                    "languages_url": "https://itzulpenak.gamerauntsia.eus/api/projects/shattered-pixel-dungeon/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "git@github.com:00-Evan/shattered-pixel-dungeon.git",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "core/src/main/resources/com/shatteredpixel/shatteredpixeldungeon/messages/plants/plants_*.properties",
                "screenshot_filemask": "",
                "template": "core/src/main/resources/com/shatteredpixel/shatteredpixeldungeon/messages/plants/plants.properties",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "properties-utf8",
                "license": "",
                "license_url": null,
                "agreement": "",
                "web_url": "https://itzulpenak.gamerauntsia.eus/projects/shattered-pixel-dungeon/plants/",
                "url": "https://itzulpenak.gamerauntsia.eus/api/components/shattered-pixel-dungeon/plants/?format=api",
                "repository_url": "https://itzulpenak.gamerauntsia.eus/api/components/shattered-pixel-dungeon/plants/repository/?format=api",
                "translations_url": "https://itzulpenak.gamerauntsia.eus/api/components/shattered-pixel-dungeon/plants/translations/?format=api",
                "statistics_url": "https://itzulpenak.gamerauntsia.eus/api/components/shattered-pixel-dungeon/plants/statistics/?format=api",
                "lock_url": "https://itzulpenak.gamerauntsia.eus/api/components/shattered-pixel-dungeon/plants/lock/?format=api",
                "links_url": "https://itzulpenak.gamerauntsia.eus/api/components/shattered-pixel-dungeon/plants/links/?format=api",
                "changes_list_url": "https://itzulpenak.gamerauntsia.eus/api/components/shattered-pixel-dungeon/plants/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "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 }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "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 \"{{ addon_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": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^(eu|es|fr)$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null
            },
            "language_code": "fr",
            "id": 53,
            "filename": "core/src/main/resources/com/shatteredpixel/shatteredpixeldungeon/messages/plants/plants_fr.properties",
            "revision": "26640c8f21780b61087cb54d025e1d4a132545e2,b4118c50fa57beca336947e24819bbaf3d0f0f68",
            "web_url": "https://itzulpenak.gamerauntsia.eus/projects/shattered-pixel-dungeon/plants/fr/",
            "share_url": "https://itzulpenak.gamerauntsia.eus/engage/shattered-pixel-dungeon/-/fr/",
            "translate_url": "https://itzulpenak.gamerauntsia.eus/translate/shattered-pixel-dungeon/plants/fr/",
            "url": "https://itzulpenak.gamerauntsia.eus/api/translations/shattered-pixel-dungeon/plants/fr/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 50,
            "total_words": 469,
            "translated": 50,
            "translated_words": 469,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 1,
            "failing_checks_words": 15,
            "failing_checks_percent": 2.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://itzulpenak.gamerauntsia.eus/api/translations/shattered-pixel-dungeon/plants/fr/repository/?format=api",
            "file_url": "https://itzulpenak.gamerauntsia.eus/api/translations/shattered-pixel-dungeon/plants/fr/file/?format=api",
            "statistics_url": "https://itzulpenak.gamerauntsia.eus/api/translations/shattered-pixel-dungeon/plants/fr/statistics/?format=api",
            "changes_list_url": "https://itzulpenak.gamerauntsia.eus/api/translations/shattered-pixel-dungeon/plants/fr/changes/?format=api",
            "units_list_url": "https://itzulpenak.gamerauntsia.eus/api/translations/shattered-pixel-dungeon/plants/fr/units/?format=api"
        }
    ]
}