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": 75,
    "next": "https://translations.scummvm.org/api/translations/?format=api&page=2",
    "previous": null,
    "results": [
        {
            "language": {
                "code": "be",
                "name": "Belarusian",
                "plural": {
                    "id": 21,
                    "source": 0,
                    "number": 3,
                    "formula": "n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2",
                    "type": 2
                },
                "aliases": [
                    "xbelorussian",
                    "by",
                    "bel"
                ],
                "direction": "ltr",
                "web_url": "https://translations.scummvm.org/languages/be/",
                "url": "https://translations.scummvm.org/api/languages/be/?format=api",
                "statistics_url": "https://translations.scummvm.org/api/languages/be/statistics/?format=api"
            },
            "component": {
                "name": "scummvm",
                "slug": "scummvm",
                "id": 1,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 55,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "eng"
                    ],
                    "direction": "ltr",
                    "web_url": "https://translations.scummvm.org/languages/en/",
                    "url": "https://translations.scummvm.org/api/languages/en/?format=api",
                    "statistics_url": "https://translations.scummvm.org/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "ScummVM",
                    "slug": "scummvm",
                    "id": 1,
                    "web": "https://www.scummvm.org/",
                    "web_url": "https://translations.scummvm.org/projects/scummvm/",
                    "url": "https://translations.scummvm.org/api/projects/scummvm/?format=api",
                    "components_list_url": "https://translations.scummvm.org/api/projects/scummvm/components/?format=api",
                    "repository_url": "https://translations.scummvm.org/api/projects/scummvm/repository/?format=api",
                    "statistics_url": "https://translations.scummvm.org/api/projects/scummvm/statistics/?format=api",
                    "changes_list_url": "https://translations.scummvm.org/api/projects/scummvm/changes/?format=api",
                    "languages_url": "https://translations.scummvm.org/api/projects/scummvm/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "http://wiki.scummvm.org/index.php/HOWTO-Translate_ScummVM_GUI",
                    "mail": "scummvm-devel@lists.scummvm.org",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "https://github.com/scummvm/scummvm",
                "git_export": "https://translations.scummvm.org/git/scummvm/scummvm/",
                "branch": "master",
                "push_branch": "",
                "filemask": "po/*.po",
                "template": "",
                "edit_template": false,
                "intermediate": "",
                "new_base": "po/scummvm.pot",
                "file_format": "po",
                "license": "GPL-3.0-or-later",
                "license_url": "https://www.gnu.org/licenses/gpl-3.0-standalone.html",
                "agreement": "",
                "web_url": "https://translations.scummvm.org/projects/scummvm/scummvm/",
                "url": "https://translations.scummvm.org/api/components/scummvm/scummvm/?format=api",
                "repository_url": "https://translations.scummvm.org/api/components/scummvm/scummvm/repository/?format=api",
                "translations_url": "https://translations.scummvm.org/api/components/scummvm/scummvm/translations/?format=api",
                "statistics_url": "https://translations.scummvm.org/api/components/scummvm/scummvm/statistics/?format=api",
                "lock_url": "https://translations.scummvm.org/api/components/scummvm/scummvm/lock/?format=api",
                "changes_list_url": "https://translations.scummvm.org/api/components/scummvm/scummvm/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "",
                "push": "https://github.com/scummvm/scummvm.git",
                "check_flags": "ignore-same,ignore-ellipsis",
                "priority": 100,
                "enforced_checks": "[]",
                "restricted": false,
                "repoweb": "https://github.com/scummvm/scummvm/blob/{{branch}}/{{filename}}#L{{line}}",
                "report_source_bugs": "scummvm-devel@lists.scummvm.org",
                "merge_style": "rebase",
                "commit_message": "I18N: Update translation ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)",
                "add_message": "I18N: Add translation ({{ language_name }})",
                "delete_message": "I18N: Deleted translation ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "I18N: Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "allow_translation_propagation": true,
                "enable_suggestions": true,
                "suggestion_voting": true,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 6,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": ""
            },
            "language_code": "be_BY",
            "id": 1,
            "filename": "po/be_BY.po",
            "revision": "8f677f5b0a8eb3ccfd725f4167a481b8b8e7caa9",
            "web_url": "https://translations.scummvm.org/projects/scummvm/scummvm/be/",
            "share_url": "https://translations.scummvm.org/engage/scummvm/be/",
            "translate_url": "https://translations.scummvm.org/translate/scummvm/scummvm/be/",
            "url": "https://translations.scummvm.org/api/translations/scummvm/scummvm/be/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 2135,
            "total_words": 14240,
            "translated": 1269,
            "translated_words": 6081,
            "translated_percent": 59.4,
            "fuzzy": 380,
            "fuzzy_words": 1647,
            "fuzzy_percent": 17.7,
            "failing_checks": 82,
            "failing_checks_words": 549,
            "failing_checks_percent": 3.8,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2021-03-21T01:39:33.903459Z",
            "last_author": "Eugene Sandulenko",
            "repository_url": "https://translations.scummvm.org/api/translations/scummvm/scummvm/be/repository/?format=api",
            "file_url": "https://translations.scummvm.org/api/translations/scummvm/scummvm/be/file/?format=api",
            "statistics_url": "https://translations.scummvm.org/api/translations/scummvm/scummvm/be/statistics/?format=api",
            "changes_list_url": "https://translations.scummvm.org/api/translations/scummvm/scummvm/be/changes/?format=api",
            "units_list_url": "https://translations.scummvm.org/api/translations/scummvm/scummvm/be/units/?format=api"
        },
        {
            "language": {
                "code": "ca",
                "name": "Catalan",
                "plural": {
                    "id": 33,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "ca_ps",
                    "cat"
                ],
                "direction": "ltr",
                "web_url": "https://translations.scummvm.org/languages/ca/",
                "url": "https://translations.scummvm.org/api/languages/ca/?format=api",
                "statistics_url": "https://translations.scummvm.org/api/languages/ca/statistics/?format=api"
            },
            "component": {
                "name": "scummvm",
                "slug": "scummvm",
                "id": 1,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 55,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "eng"
                    ],
                    "direction": "ltr",
                    "web_url": "https://translations.scummvm.org/languages/en/",
                    "url": "https://translations.scummvm.org/api/languages/en/?format=api",
                    "statistics_url": "https://translations.scummvm.org/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "ScummVM",
                    "slug": "scummvm",
                    "id": 1,
                    "web": "https://www.scummvm.org/",
                    "web_url": "https://translations.scummvm.org/projects/scummvm/",
                    "url": "https://translations.scummvm.org/api/projects/scummvm/?format=api",
                    "components_list_url": "https://translations.scummvm.org/api/projects/scummvm/components/?format=api",
                    "repository_url": "https://translations.scummvm.org/api/projects/scummvm/repository/?format=api",
                    "statistics_url": "https://translations.scummvm.org/api/projects/scummvm/statistics/?format=api",
                    "changes_list_url": "https://translations.scummvm.org/api/projects/scummvm/changes/?format=api",
                    "languages_url": "https://translations.scummvm.org/api/projects/scummvm/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "http://wiki.scummvm.org/index.php/HOWTO-Translate_ScummVM_GUI",
                    "mail": "scummvm-devel@lists.scummvm.org",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "https://github.com/scummvm/scummvm",
                "git_export": "https://translations.scummvm.org/git/scummvm/scummvm/",
                "branch": "master",
                "push_branch": "",
                "filemask": "po/*.po",
                "template": "",
                "edit_template": false,
                "intermediate": "",
                "new_base": "po/scummvm.pot",
                "file_format": "po",
                "license": "GPL-3.0-or-later",
                "license_url": "https://www.gnu.org/licenses/gpl-3.0-standalone.html",
                "agreement": "",
                "web_url": "https://translations.scummvm.org/projects/scummvm/scummvm/",
                "url": "https://translations.scummvm.org/api/components/scummvm/scummvm/?format=api",
                "repository_url": "https://translations.scummvm.org/api/components/scummvm/scummvm/repository/?format=api",
                "translations_url": "https://translations.scummvm.org/api/components/scummvm/scummvm/translations/?format=api",
                "statistics_url": "https://translations.scummvm.org/api/components/scummvm/scummvm/statistics/?format=api",
                "lock_url": "https://translations.scummvm.org/api/components/scummvm/scummvm/lock/?format=api",
                "changes_list_url": "https://translations.scummvm.org/api/components/scummvm/scummvm/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "",
                "push": "https://github.com/scummvm/scummvm.git",
                "check_flags": "ignore-same,ignore-ellipsis",
                "priority": 100,
                "enforced_checks": "[]",
                "restricted": false,
                "repoweb": "https://github.com/scummvm/scummvm/blob/{{branch}}/{{filename}}#L{{line}}",
                "report_source_bugs": "scummvm-devel@lists.scummvm.org",
                "merge_style": "rebase",
                "commit_message": "I18N: Update translation ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)",
                "add_message": "I18N: Add translation ({{ language_name }})",
                "delete_message": "I18N: Deleted translation ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "I18N: Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "allow_translation_propagation": true,
                "enable_suggestions": true,
                "suggestion_voting": true,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 6,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": ""
            },
            "language_code": "ca_ES",
            "id": 2,
            "filename": "po/ca_ES.po",
            "revision": "4e7123adabc9d7a92c0d4e56276e8a3e36efcc02",
            "web_url": "https://translations.scummvm.org/projects/scummvm/scummvm/ca/",
            "share_url": "https://translations.scummvm.org/engage/scummvm/ca/",
            "translate_url": "https://translations.scummvm.org/translate/scummvm/scummvm/ca/",
            "url": "https://translations.scummvm.org/api/translations/scummvm/scummvm/ca/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 2135,
            "total_words": 14240,
            "translated": 1754,
            "translated_words": 7682,
            "translated_percent": 82.1,
            "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": "2024-05-14T22:08:51.109650Z",
            "last_author": "Xaviu",
            "repository_url": "https://translations.scummvm.org/api/translations/scummvm/scummvm/ca/repository/?format=api",
            "file_url": "https://translations.scummvm.org/api/translations/scummvm/scummvm/ca/file/?format=api",
            "statistics_url": "https://translations.scummvm.org/api/translations/scummvm/scummvm/ca/statistics/?format=api",
            "changes_list_url": "https://translations.scummvm.org/api/translations/scummvm/scummvm/ca/changes/?format=api",
            "units_list_url": "https://translations.scummvm.org/api/translations/scummvm/scummvm/ca/units/?format=api"
        },
        {
            "language": {
                "code": "cs",
                "name": "Czech",
                "plural": {
                    "id": 49,
                    "source": 0,
                    "number": 3,
                    "formula": "(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2",
                    "type": 2
                },
                "aliases": [
                    "ces",
                    "cze"
                ],
                "direction": "ltr",
                "web_url": "https://translations.scummvm.org/languages/cs/",
                "url": "https://translations.scummvm.org/api/languages/cs/?format=api",
                "statistics_url": "https://translations.scummvm.org/api/languages/cs/statistics/?format=api"
            },
            "component": {
                "name": "scummvm",
                "slug": "scummvm",
                "id": 1,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 55,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "eng"
                    ],
                    "direction": "ltr",
                    "web_url": "https://translations.scummvm.org/languages/en/",
                    "url": "https://translations.scummvm.org/api/languages/en/?format=api",
                    "statistics_url": "https://translations.scummvm.org/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "ScummVM",
                    "slug": "scummvm",
                    "id": 1,
                    "web": "https://www.scummvm.org/",
                    "web_url": "https://translations.scummvm.org/projects/scummvm/",
                    "url": "https://translations.scummvm.org/api/projects/scummvm/?format=api",
                    "components_list_url": "https://translations.scummvm.org/api/projects/scummvm/components/?format=api",
                    "repository_url": "https://translations.scummvm.org/api/projects/scummvm/repository/?format=api",
                    "statistics_url": "https://translations.scummvm.org/api/projects/scummvm/statistics/?format=api",
                    "changes_list_url": "https://translations.scummvm.org/api/projects/scummvm/changes/?format=api",
                    "languages_url": "https://translations.scummvm.org/api/projects/scummvm/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "http://wiki.scummvm.org/index.php/HOWTO-Translate_ScummVM_GUI",
                    "mail": "scummvm-devel@lists.scummvm.org",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "https://github.com/scummvm/scummvm",
                "git_export": "https://translations.scummvm.org/git/scummvm/scummvm/",
                "branch": "master",
                "push_branch": "",
                "filemask": "po/*.po",
                "template": "",
                "edit_template": false,
                "intermediate": "",
                "new_base": "po/scummvm.pot",
                "file_format": "po",
                "license": "GPL-3.0-or-later",
                "license_url": "https://www.gnu.org/licenses/gpl-3.0-standalone.html",
                "agreement": "",
                "web_url": "https://translations.scummvm.org/projects/scummvm/scummvm/",
                "url": "https://translations.scummvm.org/api/components/scummvm/scummvm/?format=api",
                "repository_url": "https://translations.scummvm.org/api/components/scummvm/scummvm/repository/?format=api",
                "translations_url": "https://translations.scummvm.org/api/components/scummvm/scummvm/translations/?format=api",
                "statistics_url": "https://translations.scummvm.org/api/components/scummvm/scummvm/statistics/?format=api",
                "lock_url": "https://translations.scummvm.org/api/components/scummvm/scummvm/lock/?format=api",
                "changes_list_url": "https://translations.scummvm.org/api/components/scummvm/scummvm/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "",
                "push": "https://github.com/scummvm/scummvm.git",
                "check_flags": "ignore-same,ignore-ellipsis",
                "priority": 100,
                "enforced_checks": "[]",
                "restricted": false,
                "repoweb": "https://github.com/scummvm/scummvm/blob/{{branch}}/{{filename}}#L{{line}}",
                "report_source_bugs": "scummvm-devel@lists.scummvm.org",
                "merge_style": "rebase",
                "commit_message": "I18N: Update translation ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)",
                "add_message": "I18N: Add translation ({{ language_name }})",
                "delete_message": "I18N: Deleted translation ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "I18N: Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "allow_translation_propagation": true,
                "enable_suggestions": true,
                "suggestion_voting": true,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 6,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": ""
            },
            "language_code": "cs_CZ",
            "id": 3,
            "filename": "po/cs_CZ.po",
            "revision": "796b9e1efb53d80934b31ccac1f9de4122eae132",
            "web_url": "https://translations.scummvm.org/projects/scummvm/scummvm/cs/",
            "share_url": "https://translations.scummvm.org/engage/scummvm/cs/",
            "translate_url": "https://translations.scummvm.org/translate/scummvm/scummvm/cs/",
            "url": "https://translations.scummvm.org/api/translations/scummvm/scummvm/cs/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 2135,
            "total_words": 14240,
            "translated": 911,
            "translated_words": 4357,
            "translated_percent": 42.6,
            "fuzzy": 558,
            "fuzzy_words": 2098,
            "fuzzy_percent": 26.1,
            "failing_checks": 124,
            "failing_checks_words": 689,
            "failing_checks_percent": 5.8,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2023-12-14T14:26:17.573848Z",
            "last_author": "Eugene Sandulenko",
            "repository_url": "https://translations.scummvm.org/api/translations/scummvm/scummvm/cs/repository/?format=api",
            "file_url": "https://translations.scummvm.org/api/translations/scummvm/scummvm/cs/file/?format=api",
            "statistics_url": "https://translations.scummvm.org/api/translations/scummvm/scummvm/cs/statistics/?format=api",
            "changes_list_url": "https://translations.scummvm.org/api/translations/scummvm/scummvm/cs/changes/?format=api",
            "units_list_url": "https://translations.scummvm.org/api/translations/scummvm/scummvm/cs/units/?format=api"
        },
        {
            "language": {
                "code": "da",
                "name": "Danish",
                "plural": {
                    "id": 50,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "dk",
                    "dan"
                ],
                "direction": "ltr",
                "web_url": "https://translations.scummvm.org/languages/da/",
                "url": "https://translations.scummvm.org/api/languages/da/?format=api",
                "statistics_url": "https://translations.scummvm.org/api/languages/da/statistics/?format=api"
            },
            "component": {
                "name": "scummvm",
                "slug": "scummvm",
                "id": 1,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 55,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "eng"
                    ],
                    "direction": "ltr",
                    "web_url": "https://translations.scummvm.org/languages/en/",
                    "url": "https://translations.scummvm.org/api/languages/en/?format=api",
                    "statistics_url": "https://translations.scummvm.org/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "ScummVM",
                    "slug": "scummvm",
                    "id": 1,
                    "web": "https://www.scummvm.org/",
                    "web_url": "https://translations.scummvm.org/projects/scummvm/",
                    "url": "https://translations.scummvm.org/api/projects/scummvm/?format=api",
                    "components_list_url": "https://translations.scummvm.org/api/projects/scummvm/components/?format=api",
                    "repository_url": "https://translations.scummvm.org/api/projects/scummvm/repository/?format=api",
                    "statistics_url": "https://translations.scummvm.org/api/projects/scummvm/statistics/?format=api",
                    "changes_list_url": "https://translations.scummvm.org/api/projects/scummvm/changes/?format=api",
                    "languages_url": "https://translations.scummvm.org/api/projects/scummvm/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "http://wiki.scummvm.org/index.php/HOWTO-Translate_ScummVM_GUI",
                    "mail": "scummvm-devel@lists.scummvm.org",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "https://github.com/scummvm/scummvm",
                "git_export": "https://translations.scummvm.org/git/scummvm/scummvm/",
                "branch": "master",
                "push_branch": "",
                "filemask": "po/*.po",
                "template": "",
                "edit_template": false,
                "intermediate": "",
                "new_base": "po/scummvm.pot",
                "file_format": "po",
                "license": "GPL-3.0-or-later",
                "license_url": "https://www.gnu.org/licenses/gpl-3.0-standalone.html",
                "agreement": "",
                "web_url": "https://translations.scummvm.org/projects/scummvm/scummvm/",
                "url": "https://translations.scummvm.org/api/components/scummvm/scummvm/?format=api",
                "repository_url": "https://translations.scummvm.org/api/components/scummvm/scummvm/repository/?format=api",
                "translations_url": "https://translations.scummvm.org/api/components/scummvm/scummvm/translations/?format=api",
                "statistics_url": "https://translations.scummvm.org/api/components/scummvm/scummvm/statistics/?format=api",
                "lock_url": "https://translations.scummvm.org/api/components/scummvm/scummvm/lock/?format=api",
                "changes_list_url": "https://translations.scummvm.org/api/components/scummvm/scummvm/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "",
                "push": "https://github.com/scummvm/scummvm.git",
                "check_flags": "ignore-same,ignore-ellipsis",
                "priority": 100,
                "enforced_checks": "[]",
                "restricted": false,
                "repoweb": "https://github.com/scummvm/scummvm/blob/{{branch}}/{{filename}}#L{{line}}",
                "report_source_bugs": "scummvm-devel@lists.scummvm.org",
                "merge_style": "rebase",
                "commit_message": "I18N: Update translation ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)",
                "add_message": "I18N: Add translation ({{ language_name }})",
                "delete_message": "I18N: Deleted translation ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "I18N: Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "allow_translation_propagation": true,
                "enable_suggestions": true,
                "suggestion_voting": true,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 6,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": ""
            },
            "language_code": "da",
            "id": 4,
            "filename": "po/da.po",
            "revision": "2510c9200ca9ea08f5b2848e36ea716e73b8db50",
            "web_url": "https://translations.scummvm.org/projects/scummvm/scummvm/da/",
            "share_url": "https://translations.scummvm.org/engage/scummvm/da/",
            "translate_url": "https://translations.scummvm.org/translate/scummvm/scummvm/da/",
            "url": "https://translations.scummvm.org/api/translations/scummvm/scummvm/da/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 2135,
            "total_words": 14240,
            "translated": 1023,
            "translated_words": 5277,
            "translated_percent": 47.9,
            "fuzzy": 518,
            "fuzzy_words": 1973,
            "fuzzy_percent": 24.2,
            "failing_checks": 108,
            "failing_checks_words": 526,
            "failing_checks_percent": 5.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2023-09-07T12:45:16.574842Z",
            "last_author": "Bo Mortensen",
            "repository_url": "https://translations.scummvm.org/api/translations/scummvm/scummvm/da/repository/?format=api",
            "file_url": "https://translations.scummvm.org/api/translations/scummvm/scummvm/da/file/?format=api",
            "statistics_url": "https://translations.scummvm.org/api/translations/scummvm/scummvm/da/statistics/?format=api",
            "changes_list_url": "https://translations.scummvm.org/api/translations/scummvm/scummvm/da/changes/?format=api",
            "units_list_url": "https://translations.scummvm.org/api/translations/scummvm/scummvm/da/units/?format=api"
        },
        {
            "language": {
                "code": "de",
                "name": "German",
                "plural": {
                    "id": 77,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "deu",
                    "ger"
                ],
                "direction": "ltr",
                "web_url": "https://translations.scummvm.org/languages/de/",
                "url": "https://translations.scummvm.org/api/languages/de/?format=api",
                "statistics_url": "https://translations.scummvm.org/api/languages/de/statistics/?format=api"
            },
            "component": {
                "name": "scummvm",
                "slug": "scummvm",
                "id": 1,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 55,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "eng"
                    ],
                    "direction": "ltr",
                    "web_url": "https://translations.scummvm.org/languages/en/",
                    "url": "https://translations.scummvm.org/api/languages/en/?format=api",
                    "statistics_url": "https://translations.scummvm.org/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "ScummVM",
                    "slug": "scummvm",
                    "id": 1,
                    "web": "https://www.scummvm.org/",
                    "web_url": "https://translations.scummvm.org/projects/scummvm/",
                    "url": "https://translations.scummvm.org/api/projects/scummvm/?format=api",
                    "components_list_url": "https://translations.scummvm.org/api/projects/scummvm/components/?format=api",
                    "repository_url": "https://translations.scummvm.org/api/projects/scummvm/repository/?format=api",
                    "statistics_url": "https://translations.scummvm.org/api/projects/scummvm/statistics/?format=api",
                    "changes_list_url": "https://translations.scummvm.org/api/projects/scummvm/changes/?format=api",
                    "languages_url": "https://translations.scummvm.org/api/projects/scummvm/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "http://wiki.scummvm.org/index.php/HOWTO-Translate_ScummVM_GUI",
                    "mail": "scummvm-devel@lists.scummvm.org",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "https://github.com/scummvm/scummvm",
                "git_export": "https://translations.scummvm.org/git/scummvm/scummvm/",
                "branch": "master",
                "push_branch": "",
                "filemask": "po/*.po",
                "template": "",
                "edit_template": false,
                "intermediate": "",
                "new_base": "po/scummvm.pot",
                "file_format": "po",
                "license": "GPL-3.0-or-later",
                "license_url": "https://www.gnu.org/licenses/gpl-3.0-standalone.html",
                "agreement": "",
                "web_url": "https://translations.scummvm.org/projects/scummvm/scummvm/",
                "url": "https://translations.scummvm.org/api/components/scummvm/scummvm/?format=api",
                "repository_url": "https://translations.scummvm.org/api/components/scummvm/scummvm/repository/?format=api",
                "translations_url": "https://translations.scummvm.org/api/components/scummvm/scummvm/translations/?format=api",
                "statistics_url": "https://translations.scummvm.org/api/components/scummvm/scummvm/statistics/?format=api",
                "lock_url": "https://translations.scummvm.org/api/components/scummvm/scummvm/lock/?format=api",
                "changes_list_url": "https://translations.scummvm.org/api/components/scummvm/scummvm/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "",
                "push": "https://github.com/scummvm/scummvm.git",
                "check_flags": "ignore-same,ignore-ellipsis",
                "priority": 100,
                "enforced_checks": "[]",
                "restricted": false,
                "repoweb": "https://github.com/scummvm/scummvm/blob/{{branch}}/{{filename}}#L{{line}}",
                "report_source_bugs": "scummvm-devel@lists.scummvm.org",
                "merge_style": "rebase",
                "commit_message": "I18N: Update translation ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)",
                "add_message": "I18N: Add translation ({{ language_name }})",
                "delete_message": "I18N: Deleted translation ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "I18N: Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "allow_translation_propagation": true,
                "enable_suggestions": true,
                "suggestion_voting": true,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 6,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": ""
            },
            "language_code": "de_DE",
            "id": 5,
            "filename": "po/de_DE.po",
            "revision": "e94c68741ed5c113349fac3a095fb0df89a3cb54",
            "web_url": "https://translations.scummvm.org/projects/scummvm/scummvm/de/",
            "share_url": "https://translations.scummvm.org/engage/scummvm/de/",
            "translate_url": "https://translations.scummvm.org/translate/scummvm/scummvm/de/",
            "url": "https://translations.scummvm.org/api/translations/scummvm/scummvm/de/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 2135,
            "total_words": 14240,
            "translated": 2067,
            "translated_words": 13900,
            "translated_percent": 96.8,
            "fuzzy": 28,
            "fuzzy_words": 82,
            "fuzzy_percent": 1.3,
            "failing_checks": 3,
            "failing_checks_words": 5,
            "failing_checks_percent": 0.1,
            "have_suggestion": 7,
            "have_comment": 1,
            "last_change": "2024-03-15T18:30:13.687247Z",
            "last_author": "Lothar Serra Mari",
            "repository_url": "https://translations.scummvm.org/api/translations/scummvm/scummvm/de/repository/?format=api",
            "file_url": "https://translations.scummvm.org/api/translations/scummvm/scummvm/de/file/?format=api",
            "statistics_url": "https://translations.scummvm.org/api/translations/scummvm/scummvm/de/statistics/?format=api",
            "changes_list_url": "https://translations.scummvm.org/api/translations/scummvm/scummvm/de/changes/?format=api",
            "units_list_url": "https://translations.scummvm.org/api/translations/scummvm/scummvm/de/units/?format=api"
        },
        {
            "language": {
                "code": "es",
                "name": "Spanish",
                "plural": {
                    "id": 177,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "spa"
                ],
                "direction": "ltr",
                "web_url": "https://translations.scummvm.org/languages/es/",
                "url": "https://translations.scummvm.org/api/languages/es/?format=api",
                "statistics_url": "https://translations.scummvm.org/api/languages/es/statistics/?format=api"
            },
            "component": {
                "name": "scummvm",
                "slug": "scummvm",
                "id": 1,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 55,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "eng"
                    ],
                    "direction": "ltr",
                    "web_url": "https://translations.scummvm.org/languages/en/",
                    "url": "https://translations.scummvm.org/api/languages/en/?format=api",
                    "statistics_url": "https://translations.scummvm.org/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "ScummVM",
                    "slug": "scummvm",
                    "id": 1,
                    "web": "https://www.scummvm.org/",
                    "web_url": "https://translations.scummvm.org/projects/scummvm/",
                    "url": "https://translations.scummvm.org/api/projects/scummvm/?format=api",
                    "components_list_url": "https://translations.scummvm.org/api/projects/scummvm/components/?format=api",
                    "repository_url": "https://translations.scummvm.org/api/projects/scummvm/repository/?format=api",
                    "statistics_url": "https://translations.scummvm.org/api/projects/scummvm/statistics/?format=api",
                    "changes_list_url": "https://translations.scummvm.org/api/projects/scummvm/changes/?format=api",
                    "languages_url": "https://translations.scummvm.org/api/projects/scummvm/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "http://wiki.scummvm.org/index.php/HOWTO-Translate_ScummVM_GUI",
                    "mail": "scummvm-devel@lists.scummvm.org",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "https://github.com/scummvm/scummvm",
                "git_export": "https://translations.scummvm.org/git/scummvm/scummvm/",
                "branch": "master",
                "push_branch": "",
                "filemask": "po/*.po",
                "template": "",
                "edit_template": false,
                "intermediate": "",
                "new_base": "po/scummvm.pot",
                "file_format": "po",
                "license": "GPL-3.0-or-later",
                "license_url": "https://www.gnu.org/licenses/gpl-3.0-standalone.html",
                "agreement": "",
                "web_url": "https://translations.scummvm.org/projects/scummvm/scummvm/",
                "url": "https://translations.scummvm.org/api/components/scummvm/scummvm/?format=api",
                "repository_url": "https://translations.scummvm.org/api/components/scummvm/scummvm/repository/?format=api",
                "translations_url": "https://translations.scummvm.org/api/components/scummvm/scummvm/translations/?format=api",
                "statistics_url": "https://translations.scummvm.org/api/components/scummvm/scummvm/statistics/?format=api",
                "lock_url": "https://translations.scummvm.org/api/components/scummvm/scummvm/lock/?format=api",
                "changes_list_url": "https://translations.scummvm.org/api/components/scummvm/scummvm/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "",
                "push": "https://github.com/scummvm/scummvm.git",
                "check_flags": "ignore-same,ignore-ellipsis",
                "priority": 100,
                "enforced_checks": "[]",
                "restricted": false,
                "repoweb": "https://github.com/scummvm/scummvm/blob/{{branch}}/{{filename}}#L{{line}}",
                "report_source_bugs": "scummvm-devel@lists.scummvm.org",
                "merge_style": "rebase",
                "commit_message": "I18N: Update translation ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)",
                "add_message": "I18N: Add translation ({{ language_name }})",
                "delete_message": "I18N: Deleted translation ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "I18N: Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "allow_translation_propagation": true,
                "enable_suggestions": true,
                "suggestion_voting": true,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 6,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": ""
            },
            "language_code": "es_ES",
            "id": 6,
            "filename": "po/es_ES.po",
            "revision": "8a0e4600ed79319999955aa3bd9451678b2bb3cc",
            "web_url": "https://translations.scummvm.org/projects/scummvm/scummvm/es/",
            "share_url": "https://translations.scummvm.org/engage/scummvm/es/",
            "translate_url": "https://translations.scummvm.org/translate/scummvm/scummvm/es/",
            "url": "https://translations.scummvm.org/api/translations/scummvm/scummvm/es/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 2135,
            "total_words": 14240,
            "translated": 2135,
            "translated_words": 14240,
            "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": 3,
            "last_change": "2024-05-02T09:11:46.986611Z",
            "last_author": "IlDucci",
            "repository_url": "https://translations.scummvm.org/api/translations/scummvm/scummvm/es/repository/?format=api",
            "file_url": "https://translations.scummvm.org/api/translations/scummvm/scummvm/es/file/?format=api",
            "statistics_url": "https://translations.scummvm.org/api/translations/scummvm/scummvm/es/statistics/?format=api",
            "changes_list_url": "https://translations.scummvm.org/api/translations/scummvm/scummvm/es/changes/?format=api",
            "units_list_url": "https://translations.scummvm.org/api/translations/scummvm/scummvm/es/units/?format=api"
        },
        {
            "language": {
                "code": "eu",
                "name": "Basque",
                "plural": {
                    "id": 19,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "es_eu",
                    "baq",
                    "eus"
                ],
                "direction": "ltr",
                "web_url": "https://translations.scummvm.org/languages/eu/",
                "url": "https://translations.scummvm.org/api/languages/eu/?format=api",
                "statistics_url": "https://translations.scummvm.org/api/languages/eu/statistics/?format=api"
            },
            "component": {
                "name": "scummvm",
                "slug": "scummvm",
                "id": 1,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 55,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "eng"
                    ],
                    "direction": "ltr",
                    "web_url": "https://translations.scummvm.org/languages/en/",
                    "url": "https://translations.scummvm.org/api/languages/en/?format=api",
                    "statistics_url": "https://translations.scummvm.org/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "ScummVM",
                    "slug": "scummvm",
                    "id": 1,
                    "web": "https://www.scummvm.org/",
                    "web_url": "https://translations.scummvm.org/projects/scummvm/",
                    "url": "https://translations.scummvm.org/api/projects/scummvm/?format=api",
                    "components_list_url": "https://translations.scummvm.org/api/projects/scummvm/components/?format=api",
                    "repository_url": "https://translations.scummvm.org/api/projects/scummvm/repository/?format=api",
                    "statistics_url": "https://translations.scummvm.org/api/projects/scummvm/statistics/?format=api",
                    "changes_list_url": "https://translations.scummvm.org/api/projects/scummvm/changes/?format=api",
                    "languages_url": "https://translations.scummvm.org/api/projects/scummvm/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "http://wiki.scummvm.org/index.php/HOWTO-Translate_ScummVM_GUI",
                    "mail": "scummvm-devel@lists.scummvm.org",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "https://github.com/scummvm/scummvm",
                "git_export": "https://translations.scummvm.org/git/scummvm/scummvm/",
                "branch": "master",
                "push_branch": "",
                "filemask": "po/*.po",
                "template": "",
                "edit_template": false,
                "intermediate": "",
                "new_base": "po/scummvm.pot",
                "file_format": "po",
                "license": "GPL-3.0-or-later",
                "license_url": "https://www.gnu.org/licenses/gpl-3.0-standalone.html",
                "agreement": "",
                "web_url": "https://translations.scummvm.org/projects/scummvm/scummvm/",
                "url": "https://translations.scummvm.org/api/components/scummvm/scummvm/?format=api",
                "repository_url": "https://translations.scummvm.org/api/components/scummvm/scummvm/repository/?format=api",
                "translations_url": "https://translations.scummvm.org/api/components/scummvm/scummvm/translations/?format=api",
                "statistics_url": "https://translations.scummvm.org/api/components/scummvm/scummvm/statistics/?format=api",
                "lock_url": "https://translations.scummvm.org/api/components/scummvm/scummvm/lock/?format=api",
                "changes_list_url": "https://translations.scummvm.org/api/components/scummvm/scummvm/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "",
                "push": "https://github.com/scummvm/scummvm.git",
                "check_flags": "ignore-same,ignore-ellipsis",
                "priority": 100,
                "enforced_checks": "[]",
                "restricted": false,
                "repoweb": "https://github.com/scummvm/scummvm/blob/{{branch}}/{{filename}}#L{{line}}",
                "report_source_bugs": "scummvm-devel@lists.scummvm.org",
                "merge_style": "rebase",
                "commit_message": "I18N: Update translation ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)",
                "add_message": "I18N: Add translation ({{ language_name }})",
                "delete_message": "I18N: Deleted translation ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "I18N: Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "allow_translation_propagation": true,
                "enable_suggestions": true,
                "suggestion_voting": true,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 6,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": ""
            },
            "language_code": "eu",
            "id": 7,
            "filename": "po/eu.po",
            "revision": "4aa9061f161d65c1843035d67848a9cd22574c23",
            "web_url": "https://translations.scummvm.org/projects/scummvm/scummvm/eu/",
            "share_url": "https://translations.scummvm.org/engage/scummvm/eu/",
            "translate_url": "https://translations.scummvm.org/translate/scummvm/scummvm/eu/",
            "url": "https://translations.scummvm.org/api/translations/scummvm/scummvm/eu/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 2135,
            "total_words": 14240,
            "translated": 955,
            "translated_words": 4233,
            "translated_percent": 44.7,
            "fuzzy": 537,
            "fuzzy_words": 2667,
            "fuzzy_percent": 25.1,
            "failing_checks": 151,
            "failing_checks_words": 1122,
            "failing_checks_percent": 7.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-02-05T12:20:13.283548Z",
            "last_author": "Josu Igoa",
            "repository_url": "https://translations.scummvm.org/api/translations/scummvm/scummvm/eu/repository/?format=api",
            "file_url": "https://translations.scummvm.org/api/translations/scummvm/scummvm/eu/file/?format=api",
            "statistics_url": "https://translations.scummvm.org/api/translations/scummvm/scummvm/eu/statistics/?format=api",
            "changes_list_url": "https://translations.scummvm.org/api/translations/scummvm/scummvm/eu/changes/?format=api",
            "units_list_url": "https://translations.scummvm.org/api/translations/scummvm/scummvm/eu/units/?format=api"
        },
        {
            "language": {
                "code": "fi",
                "name": "Finnish",
                "plural": {
                    "id": 67,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "fin"
                ],
                "direction": "ltr",
                "web_url": "https://translations.scummvm.org/languages/fi/",
                "url": "https://translations.scummvm.org/api/languages/fi/?format=api",
                "statistics_url": "https://translations.scummvm.org/api/languages/fi/statistics/?format=api"
            },
            "component": {
                "name": "scummvm",
                "slug": "scummvm",
                "id": 1,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 55,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "eng"
                    ],
                    "direction": "ltr",
                    "web_url": "https://translations.scummvm.org/languages/en/",
                    "url": "https://translations.scummvm.org/api/languages/en/?format=api",
                    "statistics_url": "https://translations.scummvm.org/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "ScummVM",
                    "slug": "scummvm",
                    "id": 1,
                    "web": "https://www.scummvm.org/",
                    "web_url": "https://translations.scummvm.org/projects/scummvm/",
                    "url": "https://translations.scummvm.org/api/projects/scummvm/?format=api",
                    "components_list_url": "https://translations.scummvm.org/api/projects/scummvm/components/?format=api",
                    "repository_url": "https://translations.scummvm.org/api/projects/scummvm/repository/?format=api",
                    "statistics_url": "https://translations.scummvm.org/api/projects/scummvm/statistics/?format=api",
                    "changes_list_url": "https://translations.scummvm.org/api/projects/scummvm/changes/?format=api",
                    "languages_url": "https://translations.scummvm.org/api/projects/scummvm/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "http://wiki.scummvm.org/index.php/HOWTO-Translate_ScummVM_GUI",
                    "mail": "scummvm-devel@lists.scummvm.org",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "https://github.com/scummvm/scummvm",
                "git_export": "https://translations.scummvm.org/git/scummvm/scummvm/",
                "branch": "master",
                "push_branch": "",
                "filemask": "po/*.po",
                "template": "",
                "edit_template": false,
                "intermediate": "",
                "new_base": "po/scummvm.pot",
                "file_format": "po",
                "license": "GPL-3.0-or-later",
                "license_url": "https://www.gnu.org/licenses/gpl-3.0-standalone.html",
                "agreement": "",
                "web_url": "https://translations.scummvm.org/projects/scummvm/scummvm/",
                "url": "https://translations.scummvm.org/api/components/scummvm/scummvm/?format=api",
                "repository_url": "https://translations.scummvm.org/api/components/scummvm/scummvm/repository/?format=api",
                "translations_url": "https://translations.scummvm.org/api/components/scummvm/scummvm/translations/?format=api",
                "statistics_url": "https://translations.scummvm.org/api/components/scummvm/scummvm/statistics/?format=api",
                "lock_url": "https://translations.scummvm.org/api/components/scummvm/scummvm/lock/?format=api",
                "changes_list_url": "https://translations.scummvm.org/api/components/scummvm/scummvm/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "",
                "push": "https://github.com/scummvm/scummvm.git",
                "check_flags": "ignore-same,ignore-ellipsis",
                "priority": 100,
                "enforced_checks": "[]",
                "restricted": false,
                "repoweb": "https://github.com/scummvm/scummvm/blob/{{branch}}/{{filename}}#L{{line}}",
                "report_source_bugs": "scummvm-devel@lists.scummvm.org",
                "merge_style": "rebase",
                "commit_message": "I18N: Update translation ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)",
                "add_message": "I18N: Add translation ({{ language_name }})",
                "delete_message": "I18N: Deleted translation ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "I18N: Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "allow_translation_propagation": true,
                "enable_suggestions": true,
                "suggestion_voting": true,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 6,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": ""
            },
            "language_code": "fi_FI",
            "id": 8,
            "filename": "po/fi_FI.po",
            "revision": "911900aa2b9a8bf6b81843bcaf90c280534f50ce",
            "web_url": "https://translations.scummvm.org/projects/scummvm/scummvm/fi/",
            "share_url": "https://translations.scummvm.org/engage/scummvm/fi/",
            "translate_url": "https://translations.scummvm.org/translate/scummvm/scummvm/fi/",
            "url": "https://translations.scummvm.org/api/translations/scummvm/scummvm/fi/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 2135,
            "total_words": 14240,
            "translated": 2133,
            "translated_words": 14220,
            "translated_percent": 99.9,
            "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": "2024-04-30T14:44:56.551129Z",
            "last_author": "Timo Mikkolainen",
            "repository_url": "https://translations.scummvm.org/api/translations/scummvm/scummvm/fi/repository/?format=api",
            "file_url": "https://translations.scummvm.org/api/translations/scummvm/scummvm/fi/file/?format=api",
            "statistics_url": "https://translations.scummvm.org/api/translations/scummvm/scummvm/fi/statistics/?format=api",
            "changes_list_url": "https://translations.scummvm.org/api/translations/scummvm/scummvm/fi/changes/?format=api",
            "units_list_url": "https://translations.scummvm.org/api/translations/scummvm/scummvm/fi/units/?format=api"
        },
        {
            "language": {
                "code": "fr",
                "name": "French",
                "plural": {
                    "id": 69,
                    "source": 0,
                    "number": 2,
                    "formula": "n > 1",
                    "type": 1
                },
                "aliases": [
                    "fra",
                    "fre"
                ],
                "direction": "ltr",
                "web_url": "https://translations.scummvm.org/languages/fr/",
                "url": "https://translations.scummvm.org/api/languages/fr/?format=api",
                "statistics_url": "https://translations.scummvm.org/api/languages/fr/statistics/?format=api"
            },
            "component": {
                "name": "scummvm",
                "slug": "scummvm",
                "id": 1,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 55,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "eng"
                    ],
                    "direction": "ltr",
                    "web_url": "https://translations.scummvm.org/languages/en/",
                    "url": "https://translations.scummvm.org/api/languages/en/?format=api",
                    "statistics_url": "https://translations.scummvm.org/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "ScummVM",
                    "slug": "scummvm",
                    "id": 1,
                    "web": "https://www.scummvm.org/",
                    "web_url": "https://translations.scummvm.org/projects/scummvm/",
                    "url": "https://translations.scummvm.org/api/projects/scummvm/?format=api",
                    "components_list_url": "https://translations.scummvm.org/api/projects/scummvm/components/?format=api",
                    "repository_url": "https://translations.scummvm.org/api/projects/scummvm/repository/?format=api",
                    "statistics_url": "https://translations.scummvm.org/api/projects/scummvm/statistics/?format=api",
                    "changes_list_url": "https://translations.scummvm.org/api/projects/scummvm/changes/?format=api",
                    "languages_url": "https://translations.scummvm.org/api/projects/scummvm/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "http://wiki.scummvm.org/index.php/HOWTO-Translate_ScummVM_GUI",
                    "mail": "scummvm-devel@lists.scummvm.org",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "https://github.com/scummvm/scummvm",
                "git_export": "https://translations.scummvm.org/git/scummvm/scummvm/",
                "branch": "master",
                "push_branch": "",
                "filemask": "po/*.po",
                "template": "",
                "edit_template": false,
                "intermediate": "",
                "new_base": "po/scummvm.pot",
                "file_format": "po",
                "license": "GPL-3.0-or-later",
                "license_url": "https://www.gnu.org/licenses/gpl-3.0-standalone.html",
                "agreement": "",
                "web_url": "https://translations.scummvm.org/projects/scummvm/scummvm/",
                "url": "https://translations.scummvm.org/api/components/scummvm/scummvm/?format=api",
                "repository_url": "https://translations.scummvm.org/api/components/scummvm/scummvm/repository/?format=api",
                "translations_url": "https://translations.scummvm.org/api/components/scummvm/scummvm/translations/?format=api",
                "statistics_url": "https://translations.scummvm.org/api/components/scummvm/scummvm/statistics/?format=api",
                "lock_url": "https://translations.scummvm.org/api/components/scummvm/scummvm/lock/?format=api",
                "changes_list_url": "https://translations.scummvm.org/api/components/scummvm/scummvm/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "",
                "push": "https://github.com/scummvm/scummvm.git",
                "check_flags": "ignore-same,ignore-ellipsis",
                "priority": 100,
                "enforced_checks": "[]",
                "restricted": false,
                "repoweb": "https://github.com/scummvm/scummvm/blob/{{branch}}/{{filename}}#L{{line}}",
                "report_source_bugs": "scummvm-devel@lists.scummvm.org",
                "merge_style": "rebase",
                "commit_message": "I18N: Update translation ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)",
                "add_message": "I18N: Add translation ({{ language_name }})",
                "delete_message": "I18N: Deleted translation ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "I18N: Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "allow_translation_propagation": true,
                "enable_suggestions": true,
                "suggestion_voting": true,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 6,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": ""
            },
            "language_code": "fr_FR",
            "id": 9,
            "filename": "po/fr_FR.po",
            "revision": "faaa61a61dd91485071dc3d233b63af1e0503c91",
            "web_url": "https://translations.scummvm.org/projects/scummvm/scummvm/fr/",
            "share_url": "https://translations.scummvm.org/engage/scummvm/fr/",
            "translate_url": "https://translations.scummvm.org/translate/scummvm/scummvm/fr/",
            "url": "https://translations.scummvm.org/api/translations/scummvm/scummvm/fr/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 2135,
            "total_words": 14240,
            "translated": 2135,
            "translated_words": 14240,
            "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": "2024-05-02T13:43:45.126603Z",
            "last_author": "Purple T",
            "repository_url": "https://translations.scummvm.org/api/translations/scummvm/scummvm/fr/repository/?format=api",
            "file_url": "https://translations.scummvm.org/api/translations/scummvm/scummvm/fr/file/?format=api",
            "statistics_url": "https://translations.scummvm.org/api/translations/scummvm/scummvm/fr/statistics/?format=api",
            "changes_list_url": "https://translations.scummvm.org/api/translations/scummvm/scummvm/fr/changes/?format=api",
            "units_list_url": "https://translations.scummvm.org/api/translations/scummvm/scummvm/fr/units/?format=api"
        },
        {
            "language": {
                "code": "gl",
                "name": "Galician",
                "plural": {
                    "id": 75,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "glg"
                ],
                "direction": "ltr",
                "web_url": "https://translations.scummvm.org/languages/gl/",
                "url": "https://translations.scummvm.org/api/languages/gl/?format=api",
                "statistics_url": "https://translations.scummvm.org/api/languages/gl/statistics/?format=api"
            },
            "component": {
                "name": "scummvm",
                "slug": "scummvm",
                "id": 1,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 55,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "eng"
                    ],
                    "direction": "ltr",
                    "web_url": "https://translations.scummvm.org/languages/en/",
                    "url": "https://translations.scummvm.org/api/languages/en/?format=api",
                    "statistics_url": "https://translations.scummvm.org/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "ScummVM",
                    "slug": "scummvm",
                    "id": 1,
                    "web": "https://www.scummvm.org/",
                    "web_url": "https://translations.scummvm.org/projects/scummvm/",
                    "url": "https://translations.scummvm.org/api/projects/scummvm/?format=api",
                    "components_list_url": "https://translations.scummvm.org/api/projects/scummvm/components/?format=api",
                    "repository_url": "https://translations.scummvm.org/api/projects/scummvm/repository/?format=api",
                    "statistics_url": "https://translations.scummvm.org/api/projects/scummvm/statistics/?format=api",
                    "changes_list_url": "https://translations.scummvm.org/api/projects/scummvm/changes/?format=api",
                    "languages_url": "https://translations.scummvm.org/api/projects/scummvm/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "http://wiki.scummvm.org/index.php/HOWTO-Translate_ScummVM_GUI",
                    "mail": "scummvm-devel@lists.scummvm.org",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "https://github.com/scummvm/scummvm",
                "git_export": "https://translations.scummvm.org/git/scummvm/scummvm/",
                "branch": "master",
                "push_branch": "",
                "filemask": "po/*.po",
                "template": "",
                "edit_template": false,
                "intermediate": "",
                "new_base": "po/scummvm.pot",
                "file_format": "po",
                "license": "GPL-3.0-or-later",
                "license_url": "https://www.gnu.org/licenses/gpl-3.0-standalone.html",
                "agreement": "",
                "web_url": "https://translations.scummvm.org/projects/scummvm/scummvm/",
                "url": "https://translations.scummvm.org/api/components/scummvm/scummvm/?format=api",
                "repository_url": "https://translations.scummvm.org/api/components/scummvm/scummvm/repository/?format=api",
                "translations_url": "https://translations.scummvm.org/api/components/scummvm/scummvm/translations/?format=api",
                "statistics_url": "https://translations.scummvm.org/api/components/scummvm/scummvm/statistics/?format=api",
                "lock_url": "https://translations.scummvm.org/api/components/scummvm/scummvm/lock/?format=api",
                "changes_list_url": "https://translations.scummvm.org/api/components/scummvm/scummvm/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "",
                "push": "https://github.com/scummvm/scummvm.git",
                "check_flags": "ignore-same,ignore-ellipsis",
                "priority": 100,
                "enforced_checks": "[]",
                "restricted": false,
                "repoweb": "https://github.com/scummvm/scummvm/blob/{{branch}}/{{filename}}#L{{line}}",
                "report_source_bugs": "scummvm-devel@lists.scummvm.org",
                "merge_style": "rebase",
                "commit_message": "I18N: Update translation ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)",
                "add_message": "I18N: Add translation ({{ language_name }})",
                "delete_message": "I18N: Deleted translation ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "I18N: Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "allow_translation_propagation": true,
                "enable_suggestions": true,
                "suggestion_voting": true,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 6,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": ""
            },
            "language_code": "gl_ES",
            "id": 10,
            "filename": "po/gl_ES.po",
            "revision": "299cf2960e8bbe83baa84886aba67243e4e6e4b0",
            "web_url": "https://translations.scummvm.org/projects/scummvm/scummvm/gl/",
            "share_url": "https://translations.scummvm.org/engage/scummvm/gl/",
            "translate_url": "https://translations.scummvm.org/translate/scummvm/scummvm/gl/",
            "url": "https://translations.scummvm.org/api/translations/scummvm/scummvm/gl/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 2135,
            "total_words": 14240,
            "translated": 778,
            "translated_words": 3679,
            "translated_percent": 36.4,
            "fuzzy": 626,
            "fuzzy_words": 2357,
            "fuzzy_percent": 29.3,
            "failing_checks": 256,
            "failing_checks_words": 1406,
            "failing_checks_percent": 11.9,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://translations.scummvm.org/api/translations/scummvm/scummvm/gl/repository/?format=api",
            "file_url": "https://translations.scummvm.org/api/translations/scummvm/scummvm/gl/file/?format=api",
            "statistics_url": "https://translations.scummvm.org/api/translations/scummvm/scummvm/gl/statistics/?format=api",
            "changes_list_url": "https://translations.scummvm.org/api/translations/scummvm/scummvm/gl/changes/?format=api",
            "units_list_url": "https://translations.scummvm.org/api/translations/scummvm/scummvm/gl/units/?format=api"
        },
        {
            "language": {
                "code": "hu",
                "name": "Hungarian",
                "plural": {
                    "id": 87,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "hun"
                ],
                "direction": "ltr",
                "web_url": "https://translations.scummvm.org/languages/hu/",
                "url": "https://translations.scummvm.org/api/languages/hu/?format=api",
                "statistics_url": "https://translations.scummvm.org/api/languages/hu/statistics/?format=api"
            },
            "component": {
                "name": "scummvm",
                "slug": "scummvm",
                "id": 1,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 55,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "eng"
                    ],
                    "direction": "ltr",
                    "web_url": "https://translations.scummvm.org/languages/en/",
                    "url": "https://translations.scummvm.org/api/languages/en/?format=api",
                    "statistics_url": "https://translations.scummvm.org/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "ScummVM",
                    "slug": "scummvm",
                    "id": 1,
                    "web": "https://www.scummvm.org/",
                    "web_url": "https://translations.scummvm.org/projects/scummvm/",
                    "url": "https://translations.scummvm.org/api/projects/scummvm/?format=api",
                    "components_list_url": "https://translations.scummvm.org/api/projects/scummvm/components/?format=api",
                    "repository_url": "https://translations.scummvm.org/api/projects/scummvm/repository/?format=api",
                    "statistics_url": "https://translations.scummvm.org/api/projects/scummvm/statistics/?format=api",
                    "changes_list_url": "https://translations.scummvm.org/api/projects/scummvm/changes/?format=api",
                    "languages_url": "https://translations.scummvm.org/api/projects/scummvm/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "http://wiki.scummvm.org/index.php/HOWTO-Translate_ScummVM_GUI",
                    "mail": "scummvm-devel@lists.scummvm.org",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "https://github.com/scummvm/scummvm",
                "git_export": "https://translations.scummvm.org/git/scummvm/scummvm/",
                "branch": "master",
                "push_branch": "",
                "filemask": "po/*.po",
                "template": "",
                "edit_template": false,
                "intermediate": "",
                "new_base": "po/scummvm.pot",
                "file_format": "po",
                "license": "GPL-3.0-or-later",
                "license_url": "https://www.gnu.org/licenses/gpl-3.0-standalone.html",
                "agreement": "",
                "web_url": "https://translations.scummvm.org/projects/scummvm/scummvm/",
                "url": "https://translations.scummvm.org/api/components/scummvm/scummvm/?format=api",
                "repository_url": "https://translations.scummvm.org/api/components/scummvm/scummvm/repository/?format=api",
                "translations_url": "https://translations.scummvm.org/api/components/scummvm/scummvm/translations/?format=api",
                "statistics_url": "https://translations.scummvm.org/api/components/scummvm/scummvm/statistics/?format=api",
                "lock_url": "https://translations.scummvm.org/api/components/scummvm/scummvm/lock/?format=api",
                "changes_list_url": "https://translations.scummvm.org/api/components/scummvm/scummvm/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "",
                "push": "https://github.com/scummvm/scummvm.git",
                "check_flags": "ignore-same,ignore-ellipsis",
                "priority": 100,
                "enforced_checks": "[]",
                "restricted": false,
                "repoweb": "https://github.com/scummvm/scummvm/blob/{{branch}}/{{filename}}#L{{line}}",
                "report_source_bugs": "scummvm-devel@lists.scummvm.org",
                "merge_style": "rebase",
                "commit_message": "I18N: Update translation ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)",
                "add_message": "I18N: Add translation ({{ language_name }})",
                "delete_message": "I18N: Deleted translation ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "I18N: Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "allow_translation_propagation": true,
                "enable_suggestions": true,
                "suggestion_voting": true,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 6,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": ""
            },
            "language_code": "hu_HU",
            "id": 11,
            "filename": "po/hu_HU.po",
            "revision": "e4981fdf114dc01e538f2c101f28fe75cb622178",
            "web_url": "https://translations.scummvm.org/projects/scummvm/scummvm/hu/",
            "share_url": "https://translations.scummvm.org/engage/scummvm/hu/",
            "translate_url": "https://translations.scummvm.org/translate/scummvm/scummvm/hu/",
            "url": "https://translations.scummvm.org/api/translations/scummvm/scummvm/hu/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 2135,
            "total_words": 14240,
            "translated": 1942,
            "translated_words": 11052,
            "translated_percent": 90.9,
            "fuzzy": 85,
            "fuzzy_words": 810,
            "fuzzy_percent": 3.9,
            "failing_checks": 23,
            "failing_checks_words": 572,
            "failing_checks_percent": 1.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2023-12-08T14:31:28.710403Z",
            "last_author": "George Kormendi",
            "repository_url": "https://translations.scummvm.org/api/translations/scummvm/scummvm/hu/repository/?format=api",
            "file_url": "https://translations.scummvm.org/api/translations/scummvm/scummvm/hu/file/?format=api",
            "statistics_url": "https://translations.scummvm.org/api/translations/scummvm/scummvm/hu/statistics/?format=api",
            "changes_list_url": "https://translations.scummvm.org/api/translations/scummvm/scummvm/hu/changes/?format=api",
            "units_list_url": "https://translations.scummvm.org/api/translations/scummvm/scummvm/hu/units/?format=api"
        },
        {
            "language": {
                "code": "it",
                "name": "Italian",
                "plural": {
                    "id": 93,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "ita"
                ],
                "direction": "ltr",
                "web_url": "https://translations.scummvm.org/languages/it/",
                "url": "https://translations.scummvm.org/api/languages/it/?format=api",
                "statistics_url": "https://translations.scummvm.org/api/languages/it/statistics/?format=api"
            },
            "component": {
                "name": "scummvm",
                "slug": "scummvm",
                "id": 1,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 55,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "eng"
                    ],
                    "direction": "ltr",
                    "web_url": "https://translations.scummvm.org/languages/en/",
                    "url": "https://translations.scummvm.org/api/languages/en/?format=api",
                    "statistics_url": "https://translations.scummvm.org/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "ScummVM",
                    "slug": "scummvm",
                    "id": 1,
                    "web": "https://www.scummvm.org/",
                    "web_url": "https://translations.scummvm.org/projects/scummvm/",
                    "url": "https://translations.scummvm.org/api/projects/scummvm/?format=api",
                    "components_list_url": "https://translations.scummvm.org/api/projects/scummvm/components/?format=api",
                    "repository_url": "https://translations.scummvm.org/api/projects/scummvm/repository/?format=api",
                    "statistics_url": "https://translations.scummvm.org/api/projects/scummvm/statistics/?format=api",
                    "changes_list_url": "https://translations.scummvm.org/api/projects/scummvm/changes/?format=api",
                    "languages_url": "https://translations.scummvm.org/api/projects/scummvm/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "http://wiki.scummvm.org/index.php/HOWTO-Translate_ScummVM_GUI",
                    "mail": "scummvm-devel@lists.scummvm.org",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "https://github.com/scummvm/scummvm",
                "git_export": "https://translations.scummvm.org/git/scummvm/scummvm/",
                "branch": "master",
                "push_branch": "",
                "filemask": "po/*.po",
                "template": "",
                "edit_template": false,
                "intermediate": "",
                "new_base": "po/scummvm.pot",
                "file_format": "po",
                "license": "GPL-3.0-or-later",
                "license_url": "https://www.gnu.org/licenses/gpl-3.0-standalone.html",
                "agreement": "",
                "web_url": "https://translations.scummvm.org/projects/scummvm/scummvm/",
                "url": "https://translations.scummvm.org/api/components/scummvm/scummvm/?format=api",
                "repository_url": "https://translations.scummvm.org/api/components/scummvm/scummvm/repository/?format=api",
                "translations_url": "https://translations.scummvm.org/api/components/scummvm/scummvm/translations/?format=api",
                "statistics_url": "https://translations.scummvm.org/api/components/scummvm/scummvm/statistics/?format=api",
                "lock_url": "https://translations.scummvm.org/api/components/scummvm/scummvm/lock/?format=api",
                "changes_list_url": "https://translations.scummvm.org/api/components/scummvm/scummvm/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "",
                "push": "https://github.com/scummvm/scummvm.git",
                "check_flags": "ignore-same,ignore-ellipsis",
                "priority": 100,
                "enforced_checks": "[]",
                "restricted": false,
                "repoweb": "https://github.com/scummvm/scummvm/blob/{{branch}}/{{filename}}#L{{line}}",
                "report_source_bugs": "scummvm-devel@lists.scummvm.org",
                "merge_style": "rebase",
                "commit_message": "I18N: Update translation ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)",
                "add_message": "I18N: Add translation ({{ language_name }})",
                "delete_message": "I18N: Deleted translation ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "I18N: Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "allow_translation_propagation": true,
                "enable_suggestions": true,
                "suggestion_voting": true,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 6,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": ""
            },
            "language_code": "it_IT",
            "id": 12,
            "filename": "po/it_IT.po",
            "revision": "6506226c652421ed1e229cba06b85ecc0959b922",
            "web_url": "https://translations.scummvm.org/projects/scummvm/scummvm/it/",
            "share_url": "https://translations.scummvm.org/engage/scummvm/it/",
            "translate_url": "https://translations.scummvm.org/translate/scummvm/scummvm/it/",
            "url": "https://translations.scummvm.org/api/translations/scummvm/scummvm/it/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 2135,
            "total_words": 14240,
            "translated": 2135,
            "translated_words": 14240,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 2,
            "failing_checks_words": 560,
            "failing_checks_percent": 0.1,
            "have_suggestion": 1,
            "have_comment": 1,
            "last_change": "2024-05-03T18:52:29.237109Z",
            "last_author": "Walter Agazzi",
            "repository_url": "https://translations.scummvm.org/api/translations/scummvm/scummvm/it/repository/?format=api",
            "file_url": "https://translations.scummvm.org/api/translations/scummvm/scummvm/it/file/?format=api",
            "statistics_url": "https://translations.scummvm.org/api/translations/scummvm/scummvm/it/statistics/?format=api",
            "changes_list_url": "https://translations.scummvm.org/api/translations/scummvm/scummvm/it/changes/?format=api",
            "units_list_url": "https://translations.scummvm.org/api/translations/scummvm/scummvm/it/units/?format=api"
        },
        {
            "language": {
                "code": "nb_NO",
                "name": "Norwegian Bokmål",
                "plural": {
                    "id": 139,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "norwegian",
                    "no_nb",
                    "no_no",
                    "no",
                    "nb"
                ],
                "direction": "ltr",
                "web_url": "https://translations.scummvm.org/languages/nb_NO/",
                "url": "https://translations.scummvm.org/api/languages/nb_NO/?format=api",
                "statistics_url": "https://translations.scummvm.org/api/languages/nb_NO/statistics/?format=api"
            },
            "component": {
                "name": "scummvm",
                "slug": "scummvm",
                "id": 1,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 55,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "eng"
                    ],
                    "direction": "ltr",
                    "web_url": "https://translations.scummvm.org/languages/en/",
                    "url": "https://translations.scummvm.org/api/languages/en/?format=api",
                    "statistics_url": "https://translations.scummvm.org/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "ScummVM",
                    "slug": "scummvm",
                    "id": 1,
                    "web": "https://www.scummvm.org/",
                    "web_url": "https://translations.scummvm.org/projects/scummvm/",
                    "url": "https://translations.scummvm.org/api/projects/scummvm/?format=api",
                    "components_list_url": "https://translations.scummvm.org/api/projects/scummvm/components/?format=api",
                    "repository_url": "https://translations.scummvm.org/api/projects/scummvm/repository/?format=api",
                    "statistics_url": "https://translations.scummvm.org/api/projects/scummvm/statistics/?format=api",
                    "changes_list_url": "https://translations.scummvm.org/api/projects/scummvm/changes/?format=api",
                    "languages_url": "https://translations.scummvm.org/api/projects/scummvm/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "http://wiki.scummvm.org/index.php/HOWTO-Translate_ScummVM_GUI",
                    "mail": "scummvm-devel@lists.scummvm.org",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "https://github.com/scummvm/scummvm",
                "git_export": "https://translations.scummvm.org/git/scummvm/scummvm/",
                "branch": "master",
                "push_branch": "",
                "filemask": "po/*.po",
                "template": "",
                "edit_template": false,
                "intermediate": "",
                "new_base": "po/scummvm.pot",
                "file_format": "po",
                "license": "GPL-3.0-or-later",
                "license_url": "https://www.gnu.org/licenses/gpl-3.0-standalone.html",
                "agreement": "",
                "web_url": "https://translations.scummvm.org/projects/scummvm/scummvm/",
                "url": "https://translations.scummvm.org/api/components/scummvm/scummvm/?format=api",
                "repository_url": "https://translations.scummvm.org/api/components/scummvm/scummvm/repository/?format=api",
                "translations_url": "https://translations.scummvm.org/api/components/scummvm/scummvm/translations/?format=api",
                "statistics_url": "https://translations.scummvm.org/api/components/scummvm/scummvm/statistics/?format=api",
                "lock_url": "https://translations.scummvm.org/api/components/scummvm/scummvm/lock/?format=api",
                "changes_list_url": "https://translations.scummvm.org/api/components/scummvm/scummvm/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "",
                "push": "https://github.com/scummvm/scummvm.git",
                "check_flags": "ignore-same,ignore-ellipsis",
                "priority": 100,
                "enforced_checks": "[]",
                "restricted": false,
                "repoweb": "https://github.com/scummvm/scummvm/blob/{{branch}}/{{filename}}#L{{line}}",
                "report_source_bugs": "scummvm-devel@lists.scummvm.org",
                "merge_style": "rebase",
                "commit_message": "I18N: Update translation ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)",
                "add_message": "I18N: Add translation ({{ language_name }})",
                "delete_message": "I18N: Deleted translation ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "I18N: Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "allow_translation_propagation": true,
                "enable_suggestions": true,
                "suggestion_voting": true,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 6,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": ""
            },
            "language_code": "nb_NO",
            "id": 13,
            "filename": "po/nb_NO.po",
            "revision": "3895f766baccebcceed3a0d0965c47112286dafb",
            "web_url": "https://translations.scummvm.org/projects/scummvm/scummvm/nb_NO/",
            "share_url": "https://translations.scummvm.org/engage/scummvm/nb_NO/",
            "translate_url": "https://translations.scummvm.org/translate/scummvm/scummvm/nb_NO/",
            "url": "https://translations.scummvm.org/api/translations/scummvm/scummvm/nb_NO/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 2135,
            "total_words": 14240,
            "translated": 2051,
            "translated_words": 13723,
            "translated_percent": 96.0,
            "fuzzy": 35,
            "fuzzy_words": 104,
            "fuzzy_percent": 1.6,
            "failing_checks": 3,
            "failing_checks_words": 5,
            "failing_checks_percent": 0.1,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2023-12-29T23:55:48.698313Z",
            "last_author": "Eugene Sandulenko",
            "repository_url": "https://translations.scummvm.org/api/translations/scummvm/scummvm/nb_NO/repository/?format=api",
            "file_url": "https://translations.scummvm.org/api/translations/scummvm/scummvm/nb_NO/file/?format=api",
            "statistics_url": "https://translations.scummvm.org/api/translations/scummvm/scummvm/nb_NO/statistics/?format=api",
            "changes_list_url": "https://translations.scummvm.org/api/translations/scummvm/scummvm/nb_NO/changes/?format=api",
            "units_list_url": "https://translations.scummvm.org/api/translations/scummvm/scummvm/nb_NO/units/?format=api"
        },
        {
            "language": {
                "code": "nl",
                "name": "Dutch",
                "plural": {
                    "id": 52,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "dut",
                    "nld"
                ],
                "direction": "ltr",
                "web_url": "https://translations.scummvm.org/languages/nl/",
                "url": "https://translations.scummvm.org/api/languages/nl/?format=api",
                "statistics_url": "https://translations.scummvm.org/api/languages/nl/statistics/?format=api"
            },
            "component": {
                "name": "scummvm",
                "slug": "scummvm",
                "id": 1,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 55,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "eng"
                    ],
                    "direction": "ltr",
                    "web_url": "https://translations.scummvm.org/languages/en/",
                    "url": "https://translations.scummvm.org/api/languages/en/?format=api",
                    "statistics_url": "https://translations.scummvm.org/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "ScummVM",
                    "slug": "scummvm",
                    "id": 1,
                    "web": "https://www.scummvm.org/",
                    "web_url": "https://translations.scummvm.org/projects/scummvm/",
                    "url": "https://translations.scummvm.org/api/projects/scummvm/?format=api",
                    "components_list_url": "https://translations.scummvm.org/api/projects/scummvm/components/?format=api",
                    "repository_url": "https://translations.scummvm.org/api/projects/scummvm/repository/?format=api",
                    "statistics_url": "https://translations.scummvm.org/api/projects/scummvm/statistics/?format=api",
                    "changes_list_url": "https://translations.scummvm.org/api/projects/scummvm/changes/?format=api",
                    "languages_url": "https://translations.scummvm.org/api/projects/scummvm/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "http://wiki.scummvm.org/index.php/HOWTO-Translate_ScummVM_GUI",
                    "mail": "scummvm-devel@lists.scummvm.org",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "https://github.com/scummvm/scummvm",
                "git_export": "https://translations.scummvm.org/git/scummvm/scummvm/",
                "branch": "master",
                "push_branch": "",
                "filemask": "po/*.po",
                "template": "",
                "edit_template": false,
                "intermediate": "",
                "new_base": "po/scummvm.pot",
                "file_format": "po",
                "license": "GPL-3.0-or-later",
                "license_url": "https://www.gnu.org/licenses/gpl-3.0-standalone.html",
                "agreement": "",
                "web_url": "https://translations.scummvm.org/projects/scummvm/scummvm/",
                "url": "https://translations.scummvm.org/api/components/scummvm/scummvm/?format=api",
                "repository_url": "https://translations.scummvm.org/api/components/scummvm/scummvm/repository/?format=api",
                "translations_url": "https://translations.scummvm.org/api/components/scummvm/scummvm/translations/?format=api",
                "statistics_url": "https://translations.scummvm.org/api/components/scummvm/scummvm/statistics/?format=api",
                "lock_url": "https://translations.scummvm.org/api/components/scummvm/scummvm/lock/?format=api",
                "changes_list_url": "https://translations.scummvm.org/api/components/scummvm/scummvm/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "",
                "push": "https://github.com/scummvm/scummvm.git",
                "check_flags": "ignore-same,ignore-ellipsis",
                "priority": 100,
                "enforced_checks": "[]",
                "restricted": false,
                "repoweb": "https://github.com/scummvm/scummvm/blob/{{branch}}/{{filename}}#L{{line}}",
                "report_source_bugs": "scummvm-devel@lists.scummvm.org",
                "merge_style": "rebase",
                "commit_message": "I18N: Update translation ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)",
                "add_message": "I18N: Add translation ({{ language_name }})",
                "delete_message": "I18N: Deleted translation ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "I18N: Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "allow_translation_propagation": true,
                "enable_suggestions": true,
                "suggestion_voting": true,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 6,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": ""
            },
            "language_code": "nl_NL",
            "id": 14,
            "filename": "po/nl_NL.po",
            "revision": "ffdab0b5bf9168e9003bb1fbde259a01307f57aa",
            "web_url": "https://translations.scummvm.org/projects/scummvm/scummvm/nl/",
            "share_url": "https://translations.scummvm.org/engage/scummvm/nl/",
            "translate_url": "https://translations.scummvm.org/translate/scummvm/scummvm/nl/",
            "url": "https://translations.scummvm.org/api/translations/scummvm/scummvm/nl/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 2135,
            "total_words": 14240,
            "translated": 2015,
            "translated_words": 11496,
            "translated_percent": 94.3,
            "fuzzy": 3,
            "fuzzy_words": 9,
            "fuzzy_percent": 0.1,
            "failing_checks": 1,
            "failing_checks_words": 3,
            "failing_checks_percent": 0.1,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-03-24T18:22:51.078124Z",
            "last_author": "Ben Castricum",
            "repository_url": "https://translations.scummvm.org/api/translations/scummvm/scummvm/nl/repository/?format=api",
            "file_url": "https://translations.scummvm.org/api/translations/scummvm/scummvm/nl/file/?format=api",
            "statistics_url": "https://translations.scummvm.org/api/translations/scummvm/scummvm/nl/statistics/?format=api",
            "changes_list_url": "https://translations.scummvm.org/api/translations/scummvm/scummvm/nl/changes/?format=api",
            "units_list_url": "https://translations.scummvm.org/api/translations/scummvm/scummvm/nl/units/?format=api"
        },
        {
            "language": {
                "code": "nn",
                "name": "Norwegian Nynorsk",
                "plural": {
                    "id": 140,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "nno"
                ],
                "direction": "ltr",
                "web_url": "https://translations.scummvm.org/languages/nn/",
                "url": "https://translations.scummvm.org/api/languages/nn/?format=api",
                "statistics_url": "https://translations.scummvm.org/api/languages/nn/statistics/?format=api"
            },
            "component": {
                "name": "scummvm",
                "slug": "scummvm",
                "id": 1,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 55,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "eng"
                    ],
                    "direction": "ltr",
                    "web_url": "https://translations.scummvm.org/languages/en/",
                    "url": "https://translations.scummvm.org/api/languages/en/?format=api",
                    "statistics_url": "https://translations.scummvm.org/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "ScummVM",
                    "slug": "scummvm",
                    "id": 1,
                    "web": "https://www.scummvm.org/",
                    "web_url": "https://translations.scummvm.org/projects/scummvm/",
                    "url": "https://translations.scummvm.org/api/projects/scummvm/?format=api",
                    "components_list_url": "https://translations.scummvm.org/api/projects/scummvm/components/?format=api",
                    "repository_url": "https://translations.scummvm.org/api/projects/scummvm/repository/?format=api",
                    "statistics_url": "https://translations.scummvm.org/api/projects/scummvm/statistics/?format=api",
                    "changes_list_url": "https://translations.scummvm.org/api/projects/scummvm/changes/?format=api",
                    "languages_url": "https://translations.scummvm.org/api/projects/scummvm/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "http://wiki.scummvm.org/index.php/HOWTO-Translate_ScummVM_GUI",
                    "mail": "scummvm-devel@lists.scummvm.org",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "https://github.com/scummvm/scummvm",
                "git_export": "https://translations.scummvm.org/git/scummvm/scummvm/",
                "branch": "master",
                "push_branch": "",
                "filemask": "po/*.po",
                "template": "",
                "edit_template": false,
                "intermediate": "",
                "new_base": "po/scummvm.pot",
                "file_format": "po",
                "license": "GPL-3.0-or-later",
                "license_url": "https://www.gnu.org/licenses/gpl-3.0-standalone.html",
                "agreement": "",
                "web_url": "https://translations.scummvm.org/projects/scummvm/scummvm/",
                "url": "https://translations.scummvm.org/api/components/scummvm/scummvm/?format=api",
                "repository_url": "https://translations.scummvm.org/api/components/scummvm/scummvm/repository/?format=api",
                "translations_url": "https://translations.scummvm.org/api/components/scummvm/scummvm/translations/?format=api",
                "statistics_url": "https://translations.scummvm.org/api/components/scummvm/scummvm/statistics/?format=api",
                "lock_url": "https://translations.scummvm.org/api/components/scummvm/scummvm/lock/?format=api",
                "changes_list_url": "https://translations.scummvm.org/api/components/scummvm/scummvm/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "",
                "push": "https://github.com/scummvm/scummvm.git",
                "check_flags": "ignore-same,ignore-ellipsis",
                "priority": 100,
                "enforced_checks": "[]",
                "restricted": false,
                "repoweb": "https://github.com/scummvm/scummvm/blob/{{branch}}/{{filename}}#L{{line}}",
                "report_source_bugs": "scummvm-devel@lists.scummvm.org",
                "merge_style": "rebase",
                "commit_message": "I18N: Update translation ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)",
                "add_message": "I18N: Add translation ({{ language_name }})",
                "delete_message": "I18N: Deleted translation ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "I18N: Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "allow_translation_propagation": true,
                "enable_suggestions": true,
                "suggestion_voting": true,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 6,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": ""
            },
            "language_code": "nn_NO",
            "id": 15,
            "filename": "po/nn_NO.po",
            "revision": "f2528b28768de67a937d078f9a4e7c4e25db10ec",
            "web_url": "https://translations.scummvm.org/projects/scummvm/scummvm/nn/",
            "share_url": "https://translations.scummvm.org/engage/scummvm/nn/",
            "translate_url": "https://translations.scummvm.org/translate/scummvm/scummvm/nn/",
            "url": "https://translations.scummvm.org/api/translations/scummvm/scummvm/nn/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 2135,
            "total_words": 14240,
            "translated": 657,
            "translated_words": 2303,
            "translated_percent": 30.7,
            "fuzzy": 652,
            "fuzzy_words": 2554,
            "fuzzy_percent": 30.5,
            "failing_checks": 182,
            "failing_checks_words": 870,
            "failing_checks_percent": 8.5,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2023-12-14T14:27:32.176284Z",
            "last_author": "Eugene Sandulenko",
            "repository_url": "https://translations.scummvm.org/api/translations/scummvm/scummvm/nn/repository/?format=api",
            "file_url": "https://translations.scummvm.org/api/translations/scummvm/scummvm/nn/file/?format=api",
            "statistics_url": "https://translations.scummvm.org/api/translations/scummvm/scummvm/nn/statistics/?format=api",
            "changes_list_url": "https://translations.scummvm.org/api/translations/scummvm/scummvm/nn/changes/?format=api",
            "units_list_url": "https://translations.scummvm.org/api/translations/scummvm/scummvm/nn/units/?format=api"
        },
        {
            "language": {
                "code": "pl",
                "name": "Polish",
                "plural": {
                    "id": 151,
                    "source": 0,
                    "number": 3,
                    "formula": "n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2",
                    "type": 2
                },
                "aliases": [
                    "pol"
                ],
                "direction": "ltr",
                "web_url": "https://translations.scummvm.org/languages/pl/",
                "url": "https://translations.scummvm.org/api/languages/pl/?format=api",
                "statistics_url": "https://translations.scummvm.org/api/languages/pl/statistics/?format=api"
            },
            "component": {
                "name": "scummvm",
                "slug": "scummvm",
                "id": 1,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 55,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "eng"
                    ],
                    "direction": "ltr",
                    "web_url": "https://translations.scummvm.org/languages/en/",
                    "url": "https://translations.scummvm.org/api/languages/en/?format=api",
                    "statistics_url": "https://translations.scummvm.org/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "ScummVM",
                    "slug": "scummvm",
                    "id": 1,
                    "web": "https://www.scummvm.org/",
                    "web_url": "https://translations.scummvm.org/projects/scummvm/",
                    "url": "https://translations.scummvm.org/api/projects/scummvm/?format=api",
                    "components_list_url": "https://translations.scummvm.org/api/projects/scummvm/components/?format=api",
                    "repository_url": "https://translations.scummvm.org/api/projects/scummvm/repository/?format=api",
                    "statistics_url": "https://translations.scummvm.org/api/projects/scummvm/statistics/?format=api",
                    "changes_list_url": "https://translations.scummvm.org/api/projects/scummvm/changes/?format=api",
                    "languages_url": "https://translations.scummvm.org/api/projects/scummvm/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "http://wiki.scummvm.org/index.php/HOWTO-Translate_ScummVM_GUI",
                    "mail": "scummvm-devel@lists.scummvm.org",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "https://github.com/scummvm/scummvm",
                "git_export": "https://translations.scummvm.org/git/scummvm/scummvm/",
                "branch": "master",
                "push_branch": "",
                "filemask": "po/*.po",
                "template": "",
                "edit_template": false,
                "intermediate": "",
                "new_base": "po/scummvm.pot",
                "file_format": "po",
                "license": "GPL-3.0-or-later",
                "license_url": "https://www.gnu.org/licenses/gpl-3.0-standalone.html",
                "agreement": "",
                "web_url": "https://translations.scummvm.org/projects/scummvm/scummvm/",
                "url": "https://translations.scummvm.org/api/components/scummvm/scummvm/?format=api",
                "repository_url": "https://translations.scummvm.org/api/components/scummvm/scummvm/repository/?format=api",
                "translations_url": "https://translations.scummvm.org/api/components/scummvm/scummvm/translations/?format=api",
                "statistics_url": "https://translations.scummvm.org/api/components/scummvm/scummvm/statistics/?format=api",
                "lock_url": "https://translations.scummvm.org/api/components/scummvm/scummvm/lock/?format=api",
                "changes_list_url": "https://translations.scummvm.org/api/components/scummvm/scummvm/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "",
                "push": "https://github.com/scummvm/scummvm.git",
                "check_flags": "ignore-same,ignore-ellipsis",
                "priority": 100,
                "enforced_checks": "[]",
                "restricted": false,
                "repoweb": "https://github.com/scummvm/scummvm/blob/{{branch}}/{{filename}}#L{{line}}",
                "report_source_bugs": "scummvm-devel@lists.scummvm.org",
                "merge_style": "rebase",
                "commit_message": "I18N: Update translation ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)",
                "add_message": "I18N: Add translation ({{ language_name }})",
                "delete_message": "I18N: Deleted translation ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "I18N: Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "allow_translation_propagation": true,
                "enable_suggestions": true,
                "suggestion_voting": true,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 6,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": ""
            },
            "language_code": "pl_PL",
            "id": 16,
            "filename": "po/pl_PL.po",
            "revision": "f010f9181997562902e92ba0e12ecded6dc0212b",
            "web_url": "https://translations.scummvm.org/projects/scummvm/scummvm/pl/",
            "share_url": "https://translations.scummvm.org/engage/scummvm/pl/",
            "translate_url": "https://translations.scummvm.org/translate/scummvm/scummvm/pl/",
            "url": "https://translations.scummvm.org/api/translations/scummvm/scummvm/pl/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 2135,
            "total_words": 14240,
            "translated": 2065,
            "translated_words": 13777,
            "translated_percent": 96.7,
            "fuzzy": 29,
            "fuzzy_words": 84,
            "fuzzy_percent": 1.3,
            "failing_checks": 3,
            "failing_checks_words": 5,
            "failing_checks_percent": 0.1,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-02-08T20:26:35.707869Z",
            "last_author": "SkiffPL",
            "repository_url": "https://translations.scummvm.org/api/translations/scummvm/scummvm/pl/repository/?format=api",
            "file_url": "https://translations.scummvm.org/api/translations/scummvm/scummvm/pl/file/?format=api",
            "statistics_url": "https://translations.scummvm.org/api/translations/scummvm/scummvm/pl/statistics/?format=api",
            "changes_list_url": "https://translations.scummvm.org/api/translations/scummvm/scummvm/pl/changes/?format=api",
            "units_list_url": "https://translations.scummvm.org/api/translations/scummvm/scummvm/pl/units/?format=api"
        },
        {
            "language": {
                "code": "pt_BR",
                "name": "Portuguese (Brazil)",
                "plural": {
                    "id": 153,
                    "source": 0,
                    "number": 2,
                    "formula": "n > 1",
                    "type": 1
                },
                "aliases": [
                    "braz_por",
                    "portuguese_br"
                ],
                "direction": "ltr",
                "web_url": "https://translations.scummvm.org/languages/pt_BR/",
                "url": "https://translations.scummvm.org/api/languages/pt_BR/?format=api",
                "statistics_url": "https://translations.scummvm.org/api/languages/pt_BR/statistics/?format=api"
            },
            "component": {
                "name": "scummvm",
                "slug": "scummvm",
                "id": 1,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 55,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "eng"
                    ],
                    "direction": "ltr",
                    "web_url": "https://translations.scummvm.org/languages/en/",
                    "url": "https://translations.scummvm.org/api/languages/en/?format=api",
                    "statistics_url": "https://translations.scummvm.org/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "ScummVM",
                    "slug": "scummvm",
                    "id": 1,
                    "web": "https://www.scummvm.org/",
                    "web_url": "https://translations.scummvm.org/projects/scummvm/",
                    "url": "https://translations.scummvm.org/api/projects/scummvm/?format=api",
                    "components_list_url": "https://translations.scummvm.org/api/projects/scummvm/components/?format=api",
                    "repository_url": "https://translations.scummvm.org/api/projects/scummvm/repository/?format=api",
                    "statistics_url": "https://translations.scummvm.org/api/projects/scummvm/statistics/?format=api",
                    "changes_list_url": "https://translations.scummvm.org/api/projects/scummvm/changes/?format=api",
                    "languages_url": "https://translations.scummvm.org/api/projects/scummvm/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "http://wiki.scummvm.org/index.php/HOWTO-Translate_ScummVM_GUI",
                    "mail": "scummvm-devel@lists.scummvm.org",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "https://github.com/scummvm/scummvm",
                "git_export": "https://translations.scummvm.org/git/scummvm/scummvm/",
                "branch": "master",
                "push_branch": "",
                "filemask": "po/*.po",
                "template": "",
                "edit_template": false,
                "intermediate": "",
                "new_base": "po/scummvm.pot",
                "file_format": "po",
                "license": "GPL-3.0-or-later",
                "license_url": "https://www.gnu.org/licenses/gpl-3.0-standalone.html",
                "agreement": "",
                "web_url": "https://translations.scummvm.org/projects/scummvm/scummvm/",
                "url": "https://translations.scummvm.org/api/components/scummvm/scummvm/?format=api",
                "repository_url": "https://translations.scummvm.org/api/components/scummvm/scummvm/repository/?format=api",
                "translations_url": "https://translations.scummvm.org/api/components/scummvm/scummvm/translations/?format=api",
                "statistics_url": "https://translations.scummvm.org/api/components/scummvm/scummvm/statistics/?format=api",
                "lock_url": "https://translations.scummvm.org/api/components/scummvm/scummvm/lock/?format=api",
                "changes_list_url": "https://translations.scummvm.org/api/components/scummvm/scummvm/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "",
                "push": "https://github.com/scummvm/scummvm.git",
                "check_flags": "ignore-same,ignore-ellipsis",
                "priority": 100,
                "enforced_checks": "[]",
                "restricted": false,
                "repoweb": "https://github.com/scummvm/scummvm/blob/{{branch}}/{{filename}}#L{{line}}",
                "report_source_bugs": "scummvm-devel@lists.scummvm.org",
                "merge_style": "rebase",
                "commit_message": "I18N: Update translation ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)",
                "add_message": "I18N: Add translation ({{ language_name }})",
                "delete_message": "I18N: Deleted translation ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "I18N: Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "allow_translation_propagation": true,
                "enable_suggestions": true,
                "suggestion_voting": true,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 6,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": ""
            },
            "language_code": "pt_BR",
            "id": 17,
            "filename": "po/pt_BR.po",
            "revision": "8c2969bdc83fb6725f50e7346610abf35d70bf50",
            "web_url": "https://translations.scummvm.org/projects/scummvm/scummvm/pt_BR/",
            "share_url": "https://translations.scummvm.org/engage/scummvm/pt_BR/",
            "translate_url": "https://translations.scummvm.org/translate/scummvm/scummvm/pt_BR/",
            "url": "https://translations.scummvm.org/api/translations/scummvm/scummvm/pt_BR/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 2135,
            "total_words": 14240,
            "translated": 2135,
            "translated_words": 14240,
            "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": "2024-05-01T21:54:57.946240Z",
            "last_author": "Marcel Souza Lemes",
            "repository_url": "https://translations.scummvm.org/api/translations/scummvm/scummvm/pt_BR/repository/?format=api",
            "file_url": "https://translations.scummvm.org/api/translations/scummvm/scummvm/pt_BR/file/?format=api",
            "statistics_url": "https://translations.scummvm.org/api/translations/scummvm/scummvm/pt_BR/statistics/?format=api",
            "changes_list_url": "https://translations.scummvm.org/api/translations/scummvm/scummvm/pt_BR/changes/?format=api",
            "units_list_url": "https://translations.scummvm.org/api/translations/scummvm/scummvm/pt_BR/units/?format=api"
        },
        {
            "language": {
                "code": "ru",
                "name": "Russian",
                "plural": {
                    "id": 159,
                    "source": 0,
                    "number": 3,
                    "formula": "n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2",
                    "type": 2
                },
                "aliases": [
                    "ru_r",
                    "ru_rr",
                    "rus"
                ],
                "direction": "ltr",
                "web_url": "https://translations.scummvm.org/languages/ru/",
                "url": "https://translations.scummvm.org/api/languages/ru/?format=api",
                "statistics_url": "https://translations.scummvm.org/api/languages/ru/statistics/?format=api"
            },
            "component": {
                "name": "scummvm",
                "slug": "scummvm",
                "id": 1,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 55,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "eng"
                    ],
                    "direction": "ltr",
                    "web_url": "https://translations.scummvm.org/languages/en/",
                    "url": "https://translations.scummvm.org/api/languages/en/?format=api",
                    "statistics_url": "https://translations.scummvm.org/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "ScummVM",
                    "slug": "scummvm",
                    "id": 1,
                    "web": "https://www.scummvm.org/",
                    "web_url": "https://translations.scummvm.org/projects/scummvm/",
                    "url": "https://translations.scummvm.org/api/projects/scummvm/?format=api",
                    "components_list_url": "https://translations.scummvm.org/api/projects/scummvm/components/?format=api",
                    "repository_url": "https://translations.scummvm.org/api/projects/scummvm/repository/?format=api",
                    "statistics_url": "https://translations.scummvm.org/api/projects/scummvm/statistics/?format=api",
                    "changes_list_url": "https://translations.scummvm.org/api/projects/scummvm/changes/?format=api",
                    "languages_url": "https://translations.scummvm.org/api/projects/scummvm/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "http://wiki.scummvm.org/index.php/HOWTO-Translate_ScummVM_GUI",
                    "mail": "scummvm-devel@lists.scummvm.org",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "https://github.com/scummvm/scummvm",
                "git_export": "https://translations.scummvm.org/git/scummvm/scummvm/",
                "branch": "master",
                "push_branch": "",
                "filemask": "po/*.po",
                "template": "",
                "edit_template": false,
                "intermediate": "",
                "new_base": "po/scummvm.pot",
                "file_format": "po",
                "license": "GPL-3.0-or-later",
                "license_url": "https://www.gnu.org/licenses/gpl-3.0-standalone.html",
                "agreement": "",
                "web_url": "https://translations.scummvm.org/projects/scummvm/scummvm/",
                "url": "https://translations.scummvm.org/api/components/scummvm/scummvm/?format=api",
                "repository_url": "https://translations.scummvm.org/api/components/scummvm/scummvm/repository/?format=api",
                "translations_url": "https://translations.scummvm.org/api/components/scummvm/scummvm/translations/?format=api",
                "statistics_url": "https://translations.scummvm.org/api/components/scummvm/scummvm/statistics/?format=api",
                "lock_url": "https://translations.scummvm.org/api/components/scummvm/scummvm/lock/?format=api",
                "changes_list_url": "https://translations.scummvm.org/api/components/scummvm/scummvm/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "",
                "push": "https://github.com/scummvm/scummvm.git",
                "check_flags": "ignore-same,ignore-ellipsis",
                "priority": 100,
                "enforced_checks": "[]",
                "restricted": false,
                "repoweb": "https://github.com/scummvm/scummvm/blob/{{branch}}/{{filename}}#L{{line}}",
                "report_source_bugs": "scummvm-devel@lists.scummvm.org",
                "merge_style": "rebase",
                "commit_message": "I18N: Update translation ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)",
                "add_message": "I18N: Add translation ({{ language_name }})",
                "delete_message": "I18N: Deleted translation ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "I18N: Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "allow_translation_propagation": true,
                "enable_suggestions": true,
                "suggestion_voting": true,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 6,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": ""
            },
            "language_code": "ru_RU",
            "id": 18,
            "filename": "po/ru_RU.po",
            "revision": "4c541c413d5b19a866e9b5ca4ec791b41136ec36",
            "web_url": "https://translations.scummvm.org/projects/scummvm/scummvm/ru/",
            "share_url": "https://translations.scummvm.org/engage/scummvm/ru/",
            "translate_url": "https://translations.scummvm.org/translate/scummvm/scummvm/ru/",
            "url": "https://translations.scummvm.org/api/translations/scummvm/scummvm/ru/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 2135,
            "total_words": 14240,
            "translated": 2135,
            "translated_words": 14240,
            "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": "2024-05-18T10:44:31.184062Z",
            "last_author": "Eugene Sandulenko",
            "repository_url": "https://translations.scummvm.org/api/translations/scummvm/scummvm/ru/repository/?format=api",
            "file_url": "https://translations.scummvm.org/api/translations/scummvm/scummvm/ru/file/?format=api",
            "statistics_url": "https://translations.scummvm.org/api/translations/scummvm/scummvm/ru/statistics/?format=api",
            "changes_list_url": "https://translations.scummvm.org/api/translations/scummvm/scummvm/ru/changes/?format=api",
            "units_list_url": "https://translations.scummvm.org/api/translations/scummvm/scummvm/ru/units/?format=api"
        },
        {
            "language": {
                "code": "sv",
                "name": "Swedish",
                "plural": {
                    "id": 183,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "swe"
                ],
                "direction": "ltr",
                "web_url": "https://translations.scummvm.org/languages/sv/",
                "url": "https://translations.scummvm.org/api/languages/sv/?format=api",
                "statistics_url": "https://translations.scummvm.org/api/languages/sv/statistics/?format=api"
            },
            "component": {
                "name": "scummvm",
                "slug": "scummvm",
                "id": 1,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 55,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "eng"
                    ],
                    "direction": "ltr",
                    "web_url": "https://translations.scummvm.org/languages/en/",
                    "url": "https://translations.scummvm.org/api/languages/en/?format=api",
                    "statistics_url": "https://translations.scummvm.org/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "ScummVM",
                    "slug": "scummvm",
                    "id": 1,
                    "web": "https://www.scummvm.org/",
                    "web_url": "https://translations.scummvm.org/projects/scummvm/",
                    "url": "https://translations.scummvm.org/api/projects/scummvm/?format=api",
                    "components_list_url": "https://translations.scummvm.org/api/projects/scummvm/components/?format=api",
                    "repository_url": "https://translations.scummvm.org/api/projects/scummvm/repository/?format=api",
                    "statistics_url": "https://translations.scummvm.org/api/projects/scummvm/statistics/?format=api",
                    "changes_list_url": "https://translations.scummvm.org/api/projects/scummvm/changes/?format=api",
                    "languages_url": "https://translations.scummvm.org/api/projects/scummvm/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "http://wiki.scummvm.org/index.php/HOWTO-Translate_ScummVM_GUI",
                    "mail": "scummvm-devel@lists.scummvm.org",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "https://github.com/scummvm/scummvm",
                "git_export": "https://translations.scummvm.org/git/scummvm/scummvm/",
                "branch": "master",
                "push_branch": "",
                "filemask": "po/*.po",
                "template": "",
                "edit_template": false,
                "intermediate": "",
                "new_base": "po/scummvm.pot",
                "file_format": "po",
                "license": "GPL-3.0-or-later",
                "license_url": "https://www.gnu.org/licenses/gpl-3.0-standalone.html",
                "agreement": "",
                "web_url": "https://translations.scummvm.org/projects/scummvm/scummvm/",
                "url": "https://translations.scummvm.org/api/components/scummvm/scummvm/?format=api",
                "repository_url": "https://translations.scummvm.org/api/components/scummvm/scummvm/repository/?format=api",
                "translations_url": "https://translations.scummvm.org/api/components/scummvm/scummvm/translations/?format=api",
                "statistics_url": "https://translations.scummvm.org/api/components/scummvm/scummvm/statistics/?format=api",
                "lock_url": "https://translations.scummvm.org/api/components/scummvm/scummvm/lock/?format=api",
                "changes_list_url": "https://translations.scummvm.org/api/components/scummvm/scummvm/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "",
                "push": "https://github.com/scummvm/scummvm.git",
                "check_flags": "ignore-same,ignore-ellipsis",
                "priority": 100,
                "enforced_checks": "[]",
                "restricted": false,
                "repoweb": "https://github.com/scummvm/scummvm/blob/{{branch}}/{{filename}}#L{{line}}",
                "report_source_bugs": "scummvm-devel@lists.scummvm.org",
                "merge_style": "rebase",
                "commit_message": "I18N: Update translation ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)",
                "add_message": "I18N: Add translation ({{ language_name }})",
                "delete_message": "I18N: Deleted translation ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "I18N: Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "allow_translation_propagation": true,
                "enable_suggestions": true,
                "suggestion_voting": true,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 6,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": ""
            },
            "language_code": "sv_SE",
            "id": 19,
            "filename": "po/sv_SE.po",
            "revision": "e1cfa9b374e3157aab389e0728ee5f8187b861b0",
            "web_url": "https://translations.scummvm.org/projects/scummvm/scummvm/sv/",
            "share_url": "https://translations.scummvm.org/engage/scummvm/sv/",
            "translate_url": "https://translations.scummvm.org/translate/scummvm/scummvm/sv/",
            "url": "https://translations.scummvm.org/api/translations/scummvm/scummvm/sv/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 2135,
            "total_words": 14240,
            "translated": 1195,
            "translated_words": 5556,
            "translated_percent": 55.9,
            "fuzzy": 464,
            "fuzzy_words": 1795,
            "fuzzy_percent": 21.7,
            "failing_checks": 114,
            "failing_checks_words": 665,
            "failing_checks_percent": 5.3,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2023-12-09T20:35:46.716160Z",
            "last_author": "Eugene Sandulenko",
            "repository_url": "https://translations.scummvm.org/api/translations/scummvm/scummvm/sv/repository/?format=api",
            "file_url": "https://translations.scummvm.org/api/translations/scummvm/scummvm/sv/file/?format=api",
            "statistics_url": "https://translations.scummvm.org/api/translations/scummvm/scummvm/sv/statistics/?format=api",
            "changes_list_url": "https://translations.scummvm.org/api/translations/scummvm/scummvm/sv/changes/?format=api",
            "units_list_url": "https://translations.scummvm.org/api/translations/scummvm/scummvm/sv/units/?format=api"
        },
        {
            "language": {
                "code": "uk",
                "name": "Ukrainian",
                "plural": {
                    "id": 197,
                    "source": 0,
                    "number": 3,
                    "formula": "n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2",
                    "type": 2
                },
                "aliases": [
                    "ua",
                    "ukr"
                ],
                "direction": "ltr",
                "web_url": "https://translations.scummvm.org/languages/uk/",
                "url": "https://translations.scummvm.org/api/languages/uk/?format=api",
                "statistics_url": "https://translations.scummvm.org/api/languages/uk/statistics/?format=api"
            },
            "component": {
                "name": "scummvm",
                "slug": "scummvm",
                "id": 1,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 55,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "eng"
                    ],
                    "direction": "ltr",
                    "web_url": "https://translations.scummvm.org/languages/en/",
                    "url": "https://translations.scummvm.org/api/languages/en/?format=api",
                    "statistics_url": "https://translations.scummvm.org/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "ScummVM",
                    "slug": "scummvm",
                    "id": 1,
                    "web": "https://www.scummvm.org/",
                    "web_url": "https://translations.scummvm.org/projects/scummvm/",
                    "url": "https://translations.scummvm.org/api/projects/scummvm/?format=api",
                    "components_list_url": "https://translations.scummvm.org/api/projects/scummvm/components/?format=api",
                    "repository_url": "https://translations.scummvm.org/api/projects/scummvm/repository/?format=api",
                    "statistics_url": "https://translations.scummvm.org/api/projects/scummvm/statistics/?format=api",
                    "changes_list_url": "https://translations.scummvm.org/api/projects/scummvm/changes/?format=api",
                    "languages_url": "https://translations.scummvm.org/api/projects/scummvm/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "http://wiki.scummvm.org/index.php/HOWTO-Translate_ScummVM_GUI",
                    "mail": "scummvm-devel@lists.scummvm.org",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "https://github.com/scummvm/scummvm",
                "git_export": "https://translations.scummvm.org/git/scummvm/scummvm/",
                "branch": "master",
                "push_branch": "",
                "filemask": "po/*.po",
                "template": "",
                "edit_template": false,
                "intermediate": "",
                "new_base": "po/scummvm.pot",
                "file_format": "po",
                "license": "GPL-3.0-or-later",
                "license_url": "https://www.gnu.org/licenses/gpl-3.0-standalone.html",
                "agreement": "",
                "web_url": "https://translations.scummvm.org/projects/scummvm/scummvm/",
                "url": "https://translations.scummvm.org/api/components/scummvm/scummvm/?format=api",
                "repository_url": "https://translations.scummvm.org/api/components/scummvm/scummvm/repository/?format=api",
                "translations_url": "https://translations.scummvm.org/api/components/scummvm/scummvm/translations/?format=api",
                "statistics_url": "https://translations.scummvm.org/api/components/scummvm/scummvm/statistics/?format=api",
                "lock_url": "https://translations.scummvm.org/api/components/scummvm/scummvm/lock/?format=api",
                "changes_list_url": "https://translations.scummvm.org/api/components/scummvm/scummvm/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "",
                "push": "https://github.com/scummvm/scummvm.git",
                "check_flags": "ignore-same,ignore-ellipsis",
                "priority": 100,
                "enforced_checks": "[]",
                "restricted": false,
                "repoweb": "https://github.com/scummvm/scummvm/blob/{{branch}}/{{filename}}#L{{line}}",
                "report_source_bugs": "scummvm-devel@lists.scummvm.org",
                "merge_style": "rebase",
                "commit_message": "I18N: Update translation ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)",
                "add_message": "I18N: Add translation ({{ language_name }})",
                "delete_message": "I18N: Deleted translation ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "I18N: Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "allow_translation_propagation": true,
                "enable_suggestions": true,
                "suggestion_voting": true,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 6,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": ""
            },
            "language_code": "uk_UA",
            "id": 20,
            "filename": "po/uk_UA.po",
            "revision": "e2cfdc6745d64f59f4604ebc69a8bcf9f42c7f86",
            "web_url": "https://translations.scummvm.org/projects/scummvm/scummvm/uk/",
            "share_url": "https://translations.scummvm.org/engage/scummvm/uk/",
            "translate_url": "https://translations.scummvm.org/translate/scummvm/scummvm/uk/",
            "url": "https://translations.scummvm.org/api/translations/scummvm/scummvm/uk/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 2135,
            "total_words": 14240,
            "translated": 2135,
            "translated_words": 14240,
            "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": "2024-05-18T10:26:24.786396Z",
            "last_author": "Eugene Sandulenko",
            "repository_url": "https://translations.scummvm.org/api/translations/scummvm/scummvm/uk/repository/?format=api",
            "file_url": "https://translations.scummvm.org/api/translations/scummvm/scummvm/uk/file/?format=api",
            "statistics_url": "https://translations.scummvm.org/api/translations/scummvm/scummvm/uk/statistics/?format=api",
            "changes_list_url": "https://translations.scummvm.org/api/translations/scummvm/scummvm/uk/changes/?format=api",
            "units_list_url": "https://translations.scummvm.org/api/translations/scummvm/scummvm/uk/units/?format=api"
        }
    ]
}