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": 672,
    "next": "https://translations.zorin.com/api/translations/?format=api&page=2",
    "previous": null,
    "results": [
        {
            "language": {
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 149,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485517,
                "web_url": "https://translations.zorin.com/languages/en/",
                "url": "https://translations.zorin.com/api/languages/en/?format=api",
                "statistics_url": "https://translations.zorin.com/api/languages/en/statistics/?format=api"
            },
            "component": {
                "name": "Zorin OS Upgrader",
                "slug": "zorin-os-upgrader",
                "id": 1,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 149,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://translations.zorin.com/languages/en/",
                    "url": "https://translations.zorin.com/api/languages/en/?format=api",
                    "statistics_url": "https://translations.zorin.com/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Zorin OS Upgrader",
                    "slug": "zorin-os-upgrader",
                    "id": 2,
                    "web": "https://help.zorin.com/docs/getting-started/upgrade-zorin-os/",
                    "web_url": "https://translations.zorin.com/projects/zorin-os-upgrader/",
                    "url": "https://translations.zorin.com/api/projects/zorin-os-upgrader/?format=api",
                    "components_list_url": "https://translations.zorin.com/api/projects/zorin-os-upgrader/components/?format=api",
                    "repository_url": "https://translations.zorin.com/api/projects/zorin-os-upgrader/repository/?format=api",
                    "statistics_url": "https://translations.zorin.com/api/projects/zorin-os-upgrader/statistics/?format=api",
                    "changes_list_url": "https://translations.zorin.com/api/projects/zorin-os-upgrader/changes/?format=api",
                    "languages_url": "https://translations.zorin.com/api/projects/zorin-os-upgrader/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "git@gitlab.com:zorin-os/desktop/zorin-os-upgrader.git",
                "git_export": "https://translations.zorin.com/git/zorin-os-upgrader/zorin-os-upgrader/",
                "branch": "master",
                "push_branch": "",
                "filemask": "po/*.po",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "po/zorin-os-upgrader.pot",
                "file_format": "po",
                "license": "GPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "https://translations.zorin.com/projects/zorin-os-upgrader/zorin-os-upgrader/",
                "url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/?format=api",
                "repository_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/repository/?format=api",
                "translations_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/translations/?format=api",
                "statistics_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/statistics/?format=api",
                "lock_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/lock/?format=api",
                "links_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/links/?format=api",
                "changes_list_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "linux",
                "push": "git@gitlab.com:zorin-os/desktop/zorin-os-upgrader.git",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": true,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [
                    "https://translations.zorin.com/api/addons/1/?format=api",
                    "https://translations.zorin.com/api/addons/2/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver"
            },
            "language_code": "en",
            "id": 1,
            "filename": "po/zorin-os-upgrader.pot",
            "revision": "eac9e26b65083a3d7c5233a9db3745620a9530bc",
            "web_url": "https://translations.zorin.com/projects/zorin-os-upgrader/zorin-os-upgrader/en/",
            "share_url": "https://translations.zorin.com/engage/zorin-os-upgrader/en/",
            "translate_url": "https://translations.zorin.com/translate/zorin-os-upgrader/zorin-os-upgrader/en/",
            "url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/en/?format=api",
            "is_template": false,
            "is_source": true,
            "total": 135,
            "total_words": 773,
            "translated": 135,
            "translated_words": 773,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 27,
            "failing_checks_words": 136,
            "failing_checks_percent": 20.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/en/repository/?format=api",
            "file_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/en/file/?format=api",
            "statistics_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/en/statistics/?format=api",
            "changes_list_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/en/changes/?format=api",
            "units_list_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/en/units/?format=api"
        },
        {
            "language": {
                "code": "aa",
                "name": "Afar",
                "plural": {
                    "id": 1,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "aar"
                ],
                "direction": "ltr",
                "population": 2119662,
                "web_url": "https://translations.zorin.com/languages/aa/",
                "url": "https://translations.zorin.com/api/languages/aa/?format=api",
                "statistics_url": "https://translations.zorin.com/api/languages/aa/statistics/?format=api"
            },
            "component": {
                "name": "Zorin OS Upgrader",
                "slug": "zorin-os-upgrader",
                "id": 1,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 149,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://translations.zorin.com/languages/en/",
                    "url": "https://translations.zorin.com/api/languages/en/?format=api",
                    "statistics_url": "https://translations.zorin.com/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Zorin OS Upgrader",
                    "slug": "zorin-os-upgrader",
                    "id": 2,
                    "web": "https://help.zorin.com/docs/getting-started/upgrade-zorin-os/",
                    "web_url": "https://translations.zorin.com/projects/zorin-os-upgrader/",
                    "url": "https://translations.zorin.com/api/projects/zorin-os-upgrader/?format=api",
                    "components_list_url": "https://translations.zorin.com/api/projects/zorin-os-upgrader/components/?format=api",
                    "repository_url": "https://translations.zorin.com/api/projects/zorin-os-upgrader/repository/?format=api",
                    "statistics_url": "https://translations.zorin.com/api/projects/zorin-os-upgrader/statistics/?format=api",
                    "changes_list_url": "https://translations.zorin.com/api/projects/zorin-os-upgrader/changes/?format=api",
                    "languages_url": "https://translations.zorin.com/api/projects/zorin-os-upgrader/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "git@gitlab.com:zorin-os/desktop/zorin-os-upgrader.git",
                "git_export": "https://translations.zorin.com/git/zorin-os-upgrader/zorin-os-upgrader/",
                "branch": "master",
                "push_branch": "",
                "filemask": "po/*.po",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "po/zorin-os-upgrader.pot",
                "file_format": "po",
                "license": "GPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "https://translations.zorin.com/projects/zorin-os-upgrader/zorin-os-upgrader/",
                "url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/?format=api",
                "repository_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/repository/?format=api",
                "translations_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/translations/?format=api",
                "statistics_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/statistics/?format=api",
                "lock_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/lock/?format=api",
                "links_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/links/?format=api",
                "changes_list_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "linux",
                "push": "git@gitlab.com:zorin-os/desktop/zorin-os-upgrader.git",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": true,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [
                    "https://translations.zorin.com/api/addons/1/?format=api",
                    "https://translations.zorin.com/api/addons/2/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver"
            },
            "language_code": "aa",
            "id": 2,
            "filename": "po/aa.po",
            "revision": "97ad444c432c389452efdfc252440deac04228af",
            "web_url": "https://translations.zorin.com/projects/zorin-os-upgrader/zorin-os-upgrader/aa/",
            "share_url": "https://translations.zorin.com/engage/zorin-os-upgrader/aa/",
            "translate_url": "https://translations.zorin.com/translate/zorin-os-upgrader/zorin-os-upgrader/aa/",
            "url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/aa/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 135,
            "total_words": 773,
            "translated": 1,
            "translated_words": 1,
            "translated_percent": 0.7,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 18,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/aa/repository/?format=api",
            "file_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/aa/file/?format=api",
            "statistics_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/aa/statistics/?format=api",
            "changes_list_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/aa/changes/?format=api",
            "units_list_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/aa/units/?format=api"
        },
        {
            "language": {
                "code": "af",
                "name": "Afrikaans",
                "plural": {
                    "id": 8,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "afr"
                ],
                "direction": "ltr",
                "population": 9318845,
                "web_url": "https://translations.zorin.com/languages/af/",
                "url": "https://translations.zorin.com/api/languages/af/?format=api",
                "statistics_url": "https://translations.zorin.com/api/languages/af/statistics/?format=api"
            },
            "component": {
                "name": "Zorin OS Upgrader",
                "slug": "zorin-os-upgrader",
                "id": 1,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 149,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://translations.zorin.com/languages/en/",
                    "url": "https://translations.zorin.com/api/languages/en/?format=api",
                    "statistics_url": "https://translations.zorin.com/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Zorin OS Upgrader",
                    "slug": "zorin-os-upgrader",
                    "id": 2,
                    "web": "https://help.zorin.com/docs/getting-started/upgrade-zorin-os/",
                    "web_url": "https://translations.zorin.com/projects/zorin-os-upgrader/",
                    "url": "https://translations.zorin.com/api/projects/zorin-os-upgrader/?format=api",
                    "components_list_url": "https://translations.zorin.com/api/projects/zorin-os-upgrader/components/?format=api",
                    "repository_url": "https://translations.zorin.com/api/projects/zorin-os-upgrader/repository/?format=api",
                    "statistics_url": "https://translations.zorin.com/api/projects/zorin-os-upgrader/statistics/?format=api",
                    "changes_list_url": "https://translations.zorin.com/api/projects/zorin-os-upgrader/changes/?format=api",
                    "languages_url": "https://translations.zorin.com/api/projects/zorin-os-upgrader/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "git@gitlab.com:zorin-os/desktop/zorin-os-upgrader.git",
                "git_export": "https://translations.zorin.com/git/zorin-os-upgrader/zorin-os-upgrader/",
                "branch": "master",
                "push_branch": "",
                "filemask": "po/*.po",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "po/zorin-os-upgrader.pot",
                "file_format": "po",
                "license": "GPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "https://translations.zorin.com/projects/zorin-os-upgrader/zorin-os-upgrader/",
                "url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/?format=api",
                "repository_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/repository/?format=api",
                "translations_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/translations/?format=api",
                "statistics_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/statistics/?format=api",
                "lock_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/lock/?format=api",
                "links_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/links/?format=api",
                "changes_list_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "linux",
                "push": "git@gitlab.com:zorin-os/desktop/zorin-os-upgrader.git",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": true,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [
                    "https://translations.zorin.com/api/addons/1/?format=api",
                    "https://translations.zorin.com/api/addons/2/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver"
            },
            "language_code": "af",
            "id": 3,
            "filename": "po/af.po",
            "revision": "c6faa65ac97c3fe5253357473a4547374ff33225",
            "web_url": "https://translations.zorin.com/projects/zorin-os-upgrader/zorin-os-upgrader/af/",
            "share_url": "https://translations.zorin.com/engage/zorin-os-upgrader/af/",
            "translate_url": "https://translations.zorin.com/translate/zorin-os-upgrader/zorin-os-upgrader/af/",
            "url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/af/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 135,
            "total_words": 773,
            "translated": 119,
            "translated_words": 626,
            "translated_percent": 88.1,
            "fuzzy": 1,
            "fuzzy_words": 2,
            "fuzzy_percent": 0.7,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 14,
            "have_comment": 0,
            "last_change": "2024-02-17T13:31:34.632748Z",
            "last_author": null,
            "repository_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/af/repository/?format=api",
            "file_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/af/file/?format=api",
            "statistics_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/af/statistics/?format=api",
            "changes_list_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/af/changes/?format=api",
            "units_list_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/af/units/?format=api"
        },
        {
            "language": {
                "code": "am",
                "name": "Amharic",
                "plural": {
                    "id": 17,
                    "source": 0,
                    "number": 2,
                    "formula": "n > 1",
                    "type": 1
                },
                "aliases": [
                    "amh"
                ],
                "direction": "ltr",
                "population": 35728475,
                "web_url": "https://translations.zorin.com/languages/am/",
                "url": "https://translations.zorin.com/api/languages/am/?format=api",
                "statistics_url": "https://translations.zorin.com/api/languages/am/statistics/?format=api"
            },
            "component": {
                "name": "Zorin OS Upgrader",
                "slug": "zorin-os-upgrader",
                "id": 1,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 149,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://translations.zorin.com/languages/en/",
                    "url": "https://translations.zorin.com/api/languages/en/?format=api",
                    "statistics_url": "https://translations.zorin.com/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Zorin OS Upgrader",
                    "slug": "zorin-os-upgrader",
                    "id": 2,
                    "web": "https://help.zorin.com/docs/getting-started/upgrade-zorin-os/",
                    "web_url": "https://translations.zorin.com/projects/zorin-os-upgrader/",
                    "url": "https://translations.zorin.com/api/projects/zorin-os-upgrader/?format=api",
                    "components_list_url": "https://translations.zorin.com/api/projects/zorin-os-upgrader/components/?format=api",
                    "repository_url": "https://translations.zorin.com/api/projects/zorin-os-upgrader/repository/?format=api",
                    "statistics_url": "https://translations.zorin.com/api/projects/zorin-os-upgrader/statistics/?format=api",
                    "changes_list_url": "https://translations.zorin.com/api/projects/zorin-os-upgrader/changes/?format=api",
                    "languages_url": "https://translations.zorin.com/api/projects/zorin-os-upgrader/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "git@gitlab.com:zorin-os/desktop/zorin-os-upgrader.git",
                "git_export": "https://translations.zorin.com/git/zorin-os-upgrader/zorin-os-upgrader/",
                "branch": "master",
                "push_branch": "",
                "filemask": "po/*.po",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "po/zorin-os-upgrader.pot",
                "file_format": "po",
                "license": "GPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "https://translations.zorin.com/projects/zorin-os-upgrader/zorin-os-upgrader/",
                "url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/?format=api",
                "repository_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/repository/?format=api",
                "translations_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/translations/?format=api",
                "statistics_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/statistics/?format=api",
                "lock_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/lock/?format=api",
                "links_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/links/?format=api",
                "changes_list_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "linux",
                "push": "git@gitlab.com:zorin-os/desktop/zorin-os-upgrader.git",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": true,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [
                    "https://translations.zorin.com/api/addons/1/?format=api",
                    "https://translations.zorin.com/api/addons/2/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver"
            },
            "language_code": "am",
            "id": 4,
            "filename": "po/am.po",
            "revision": "673fcb8df68cd9dcf65bec885233a69f5d372243",
            "web_url": "https://translations.zorin.com/projects/zorin-os-upgrader/zorin-os-upgrader/am/",
            "share_url": "https://translations.zorin.com/engage/zorin-os-upgrader/am/",
            "translate_url": "https://translations.zorin.com/translate/zorin-os-upgrader/zorin-os-upgrader/am/",
            "url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/am/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 135,
            "total_words": 773,
            "translated": 118,
            "translated_words": 617,
            "translated_percent": 87.4,
            "fuzzy": 1,
            "fuzzy_words": 2,
            "fuzzy_percent": 0.7,
            "failing_checks": 4,
            "failing_checks_words": 18,
            "failing_checks_percent": 2.9,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-02-17T13:31:34.778864Z",
            "last_author": null,
            "repository_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/am/repository/?format=api",
            "file_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/am/file/?format=api",
            "statistics_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/am/statistics/?format=api",
            "changes_list_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/am/changes/?format=api",
            "units_list_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/am/units/?format=api"
        },
        {
            "language": {
                "code": "an",
                "name": "Aragonese",
                "plural": {
                    "id": 18,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "arg"
                ],
                "direction": "ltr",
                "population": 26008,
                "web_url": "https://translations.zorin.com/languages/an/",
                "url": "https://translations.zorin.com/api/languages/an/?format=api",
                "statistics_url": "https://translations.zorin.com/api/languages/an/statistics/?format=api"
            },
            "component": {
                "name": "Zorin OS Upgrader",
                "slug": "zorin-os-upgrader",
                "id": 1,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 149,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://translations.zorin.com/languages/en/",
                    "url": "https://translations.zorin.com/api/languages/en/?format=api",
                    "statistics_url": "https://translations.zorin.com/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Zorin OS Upgrader",
                    "slug": "zorin-os-upgrader",
                    "id": 2,
                    "web": "https://help.zorin.com/docs/getting-started/upgrade-zorin-os/",
                    "web_url": "https://translations.zorin.com/projects/zorin-os-upgrader/",
                    "url": "https://translations.zorin.com/api/projects/zorin-os-upgrader/?format=api",
                    "components_list_url": "https://translations.zorin.com/api/projects/zorin-os-upgrader/components/?format=api",
                    "repository_url": "https://translations.zorin.com/api/projects/zorin-os-upgrader/repository/?format=api",
                    "statistics_url": "https://translations.zorin.com/api/projects/zorin-os-upgrader/statistics/?format=api",
                    "changes_list_url": "https://translations.zorin.com/api/projects/zorin-os-upgrader/changes/?format=api",
                    "languages_url": "https://translations.zorin.com/api/projects/zorin-os-upgrader/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "git@gitlab.com:zorin-os/desktop/zorin-os-upgrader.git",
                "git_export": "https://translations.zorin.com/git/zorin-os-upgrader/zorin-os-upgrader/",
                "branch": "master",
                "push_branch": "",
                "filemask": "po/*.po",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "po/zorin-os-upgrader.pot",
                "file_format": "po",
                "license": "GPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "https://translations.zorin.com/projects/zorin-os-upgrader/zorin-os-upgrader/",
                "url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/?format=api",
                "repository_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/repository/?format=api",
                "translations_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/translations/?format=api",
                "statistics_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/statistics/?format=api",
                "lock_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/lock/?format=api",
                "links_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/links/?format=api",
                "changes_list_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "linux",
                "push": "git@gitlab.com:zorin-os/desktop/zorin-os-upgrader.git",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": true,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [
                    "https://translations.zorin.com/api/addons/1/?format=api",
                    "https://translations.zorin.com/api/addons/2/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver"
            },
            "language_code": "an",
            "id": 5,
            "filename": "po/an.po",
            "revision": "3e40260356158cc334a7a4c027a5fc76aec80fb4",
            "web_url": "https://translations.zorin.com/projects/zorin-os-upgrader/zorin-os-upgrader/an/",
            "share_url": "https://translations.zorin.com/engage/zorin-os-upgrader/an/",
            "translate_url": "https://translations.zorin.com/translate/zorin-os-upgrader/zorin-os-upgrader/an/",
            "url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/an/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 135,
            "total_words": 773,
            "translated": 12,
            "translated_words": 41,
            "translated_percent": 8.8,
            "fuzzy": 1,
            "fuzzy_words": 2,
            "fuzzy_percent": 0.7,
            "failing_checks": 1,
            "failing_checks_words": 2,
            "failing_checks_percent": 0.7,
            "have_suggestion": 1,
            "have_comment": 0,
            "last_change": "2023-06-23T16:34:41.562304Z",
            "last_author": null,
            "repository_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/an/repository/?format=api",
            "file_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/an/file/?format=api",
            "statistics_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/an/statistics/?format=api",
            "changes_list_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/an/changes/?format=api",
            "units_list_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/an/units/?format=api"
        },
        {
            "language": {
                "code": "ar",
                "name": "Arabic",
                "plural": {
                    "id": 21,
                    "source": 0,
                    "number": 6,
                    "formula": "n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 ? 4 : 5",
                    "type": 3
                },
                "aliases": [
                    "ar_ar",
                    "ara"
                ],
                "direction": "rtl",
                "population": 351664195,
                "web_url": "https://translations.zorin.com/languages/ar/",
                "url": "https://translations.zorin.com/api/languages/ar/?format=api",
                "statistics_url": "https://translations.zorin.com/api/languages/ar/statistics/?format=api"
            },
            "component": {
                "name": "Zorin OS Upgrader",
                "slug": "zorin-os-upgrader",
                "id": 1,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 149,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://translations.zorin.com/languages/en/",
                    "url": "https://translations.zorin.com/api/languages/en/?format=api",
                    "statistics_url": "https://translations.zorin.com/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Zorin OS Upgrader",
                    "slug": "zorin-os-upgrader",
                    "id": 2,
                    "web": "https://help.zorin.com/docs/getting-started/upgrade-zorin-os/",
                    "web_url": "https://translations.zorin.com/projects/zorin-os-upgrader/",
                    "url": "https://translations.zorin.com/api/projects/zorin-os-upgrader/?format=api",
                    "components_list_url": "https://translations.zorin.com/api/projects/zorin-os-upgrader/components/?format=api",
                    "repository_url": "https://translations.zorin.com/api/projects/zorin-os-upgrader/repository/?format=api",
                    "statistics_url": "https://translations.zorin.com/api/projects/zorin-os-upgrader/statistics/?format=api",
                    "changes_list_url": "https://translations.zorin.com/api/projects/zorin-os-upgrader/changes/?format=api",
                    "languages_url": "https://translations.zorin.com/api/projects/zorin-os-upgrader/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "git@gitlab.com:zorin-os/desktop/zorin-os-upgrader.git",
                "git_export": "https://translations.zorin.com/git/zorin-os-upgrader/zorin-os-upgrader/",
                "branch": "master",
                "push_branch": "",
                "filemask": "po/*.po",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "po/zorin-os-upgrader.pot",
                "file_format": "po",
                "license": "GPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "https://translations.zorin.com/projects/zorin-os-upgrader/zorin-os-upgrader/",
                "url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/?format=api",
                "repository_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/repository/?format=api",
                "translations_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/translations/?format=api",
                "statistics_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/statistics/?format=api",
                "lock_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/lock/?format=api",
                "links_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/links/?format=api",
                "changes_list_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "linux",
                "push": "git@gitlab.com:zorin-os/desktop/zorin-os-upgrader.git",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": true,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [
                    "https://translations.zorin.com/api/addons/1/?format=api",
                    "https://translations.zorin.com/api/addons/2/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver"
            },
            "language_code": "ar",
            "id": 6,
            "filename": "po/ar.po",
            "revision": "7b261023552b7bbaee5b9bcaf05df53dd801bf86",
            "web_url": "https://translations.zorin.com/projects/zorin-os-upgrader/zorin-os-upgrader/ar/",
            "share_url": "https://translations.zorin.com/engage/zorin-os-upgrader/ar/",
            "translate_url": "https://translations.zorin.com/translate/zorin-os-upgrader/zorin-os-upgrader/ar/",
            "url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/ar/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 135,
            "total_words": 773,
            "translated": 127,
            "translated_words": 686,
            "translated_percent": 94.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-02-27T09:10:36.752641Z",
            "last_author": "Fade Mohammed",
            "repository_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/ar/repository/?format=api",
            "file_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/ar/file/?format=api",
            "statistics_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/ar/statistics/?format=api",
            "changes_list_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/ar/changes/?format=api",
            "units_list_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/ar/units/?format=api"
        },
        {
            "language": {
                "code": "as",
                "name": "Assamese",
                "plural": {
                    "id": 36,
                    "source": 0,
                    "number": 2,
                    "formula": "n > 1",
                    "type": 1
                },
                "aliases": [
                    "asm"
                ],
                "direction": "ltr",
                "population": 17239170,
                "web_url": "https://translations.zorin.com/languages/as/",
                "url": "https://translations.zorin.com/api/languages/as/?format=api",
                "statistics_url": "https://translations.zorin.com/api/languages/as/statistics/?format=api"
            },
            "component": {
                "name": "Zorin OS Upgrader",
                "slug": "zorin-os-upgrader",
                "id": 1,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 149,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://translations.zorin.com/languages/en/",
                    "url": "https://translations.zorin.com/api/languages/en/?format=api",
                    "statistics_url": "https://translations.zorin.com/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Zorin OS Upgrader",
                    "slug": "zorin-os-upgrader",
                    "id": 2,
                    "web": "https://help.zorin.com/docs/getting-started/upgrade-zorin-os/",
                    "web_url": "https://translations.zorin.com/projects/zorin-os-upgrader/",
                    "url": "https://translations.zorin.com/api/projects/zorin-os-upgrader/?format=api",
                    "components_list_url": "https://translations.zorin.com/api/projects/zorin-os-upgrader/components/?format=api",
                    "repository_url": "https://translations.zorin.com/api/projects/zorin-os-upgrader/repository/?format=api",
                    "statistics_url": "https://translations.zorin.com/api/projects/zorin-os-upgrader/statistics/?format=api",
                    "changes_list_url": "https://translations.zorin.com/api/projects/zorin-os-upgrader/changes/?format=api",
                    "languages_url": "https://translations.zorin.com/api/projects/zorin-os-upgrader/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "git@gitlab.com:zorin-os/desktop/zorin-os-upgrader.git",
                "git_export": "https://translations.zorin.com/git/zorin-os-upgrader/zorin-os-upgrader/",
                "branch": "master",
                "push_branch": "",
                "filemask": "po/*.po",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "po/zorin-os-upgrader.pot",
                "file_format": "po",
                "license": "GPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "https://translations.zorin.com/projects/zorin-os-upgrader/zorin-os-upgrader/",
                "url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/?format=api",
                "repository_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/repository/?format=api",
                "translations_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/translations/?format=api",
                "statistics_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/statistics/?format=api",
                "lock_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/lock/?format=api",
                "links_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/links/?format=api",
                "changes_list_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "linux",
                "push": "git@gitlab.com:zorin-os/desktop/zorin-os-upgrader.git",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": true,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [
                    "https://translations.zorin.com/api/addons/1/?format=api",
                    "https://translations.zorin.com/api/addons/2/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver"
            },
            "language_code": "as",
            "id": 7,
            "filename": "po/as.po",
            "revision": "3b8ecd49069d4f40683c41699cee7d061a7ac6ef",
            "web_url": "https://translations.zorin.com/projects/zorin-os-upgrader/zorin-os-upgrader/as/",
            "share_url": "https://translations.zorin.com/engage/zorin-os-upgrader/as/",
            "translate_url": "https://translations.zorin.com/translate/zorin-os-upgrader/zorin-os-upgrader/as/",
            "url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/as/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 135,
            "total_words": 773,
            "translated": 14,
            "translated_words": 44,
            "translated_percent": 10.3,
            "fuzzy": 3,
            "fuzzy_words": 7,
            "fuzzy_percent": 2.2,
            "failing_checks": 1,
            "failing_checks_words": 2,
            "failing_checks_percent": 0.7,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2023-06-23T16:34:42.284231Z",
            "last_author": null,
            "repository_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/as/repository/?format=api",
            "file_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/as/file/?format=api",
            "statistics_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/as/statistics/?format=api",
            "changes_list_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/as/changes/?format=api",
            "units_list_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/as/units/?format=api"
        },
        {
            "language": {
                "code": "ast",
                "name": "Asturian",
                "plural": {
                    "id": 38,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [],
                "direction": "ltr",
                "population": 650205,
                "web_url": "https://translations.zorin.com/languages/ast/",
                "url": "https://translations.zorin.com/api/languages/ast/?format=api",
                "statistics_url": "https://translations.zorin.com/api/languages/ast/statistics/?format=api"
            },
            "component": {
                "name": "Zorin OS Upgrader",
                "slug": "zorin-os-upgrader",
                "id": 1,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 149,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://translations.zorin.com/languages/en/",
                    "url": "https://translations.zorin.com/api/languages/en/?format=api",
                    "statistics_url": "https://translations.zorin.com/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Zorin OS Upgrader",
                    "slug": "zorin-os-upgrader",
                    "id": 2,
                    "web": "https://help.zorin.com/docs/getting-started/upgrade-zorin-os/",
                    "web_url": "https://translations.zorin.com/projects/zorin-os-upgrader/",
                    "url": "https://translations.zorin.com/api/projects/zorin-os-upgrader/?format=api",
                    "components_list_url": "https://translations.zorin.com/api/projects/zorin-os-upgrader/components/?format=api",
                    "repository_url": "https://translations.zorin.com/api/projects/zorin-os-upgrader/repository/?format=api",
                    "statistics_url": "https://translations.zorin.com/api/projects/zorin-os-upgrader/statistics/?format=api",
                    "changes_list_url": "https://translations.zorin.com/api/projects/zorin-os-upgrader/changes/?format=api",
                    "languages_url": "https://translations.zorin.com/api/projects/zorin-os-upgrader/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "git@gitlab.com:zorin-os/desktop/zorin-os-upgrader.git",
                "git_export": "https://translations.zorin.com/git/zorin-os-upgrader/zorin-os-upgrader/",
                "branch": "master",
                "push_branch": "",
                "filemask": "po/*.po",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "po/zorin-os-upgrader.pot",
                "file_format": "po",
                "license": "GPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "https://translations.zorin.com/projects/zorin-os-upgrader/zorin-os-upgrader/",
                "url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/?format=api",
                "repository_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/repository/?format=api",
                "translations_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/translations/?format=api",
                "statistics_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/statistics/?format=api",
                "lock_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/lock/?format=api",
                "links_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/links/?format=api",
                "changes_list_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "linux",
                "push": "git@gitlab.com:zorin-os/desktop/zorin-os-upgrader.git",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": true,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [
                    "https://translations.zorin.com/api/addons/1/?format=api",
                    "https://translations.zorin.com/api/addons/2/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver"
            },
            "language_code": "ast",
            "id": 8,
            "filename": "po/ast.po",
            "revision": "92214dd9221994a7e262d0b1570e602bfc734dc3",
            "web_url": "https://translations.zorin.com/projects/zorin-os-upgrader/zorin-os-upgrader/ast/",
            "share_url": "https://translations.zorin.com/engage/zorin-os-upgrader/ast/",
            "translate_url": "https://translations.zorin.com/translate/zorin-os-upgrader/zorin-os-upgrader/ast/",
            "url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/ast/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 135,
            "total_words": 773,
            "translated": 38,
            "translated_words": 137,
            "translated_percent": 28.1,
            "fuzzy": 14,
            "fuzzy_words": 62,
            "fuzzy_percent": 10.3,
            "failing_checks": 3,
            "failing_checks_words": 10,
            "failing_checks_percent": 2.2,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2023-06-23T16:34:42.844574Z",
            "last_author": null,
            "repository_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/ast/repository/?format=api",
            "file_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/ast/file/?format=api",
            "statistics_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/ast/statistics/?format=api",
            "changes_list_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/ast/changes/?format=api",
            "units_list_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/ast/units/?format=api"
        },
        {
            "language": {
                "code": "az",
                "name": "Azerbaijani",
                "plural": {
                    "id": 44,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "aze"
                ],
                "direction": "ltr",
                "population": 9690091,
                "web_url": "https://translations.zorin.com/languages/az/",
                "url": "https://translations.zorin.com/api/languages/az/?format=api",
                "statistics_url": "https://translations.zorin.com/api/languages/az/statistics/?format=api"
            },
            "component": {
                "name": "Zorin OS Upgrader",
                "slug": "zorin-os-upgrader",
                "id": 1,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 149,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://translations.zorin.com/languages/en/",
                    "url": "https://translations.zorin.com/api/languages/en/?format=api",
                    "statistics_url": "https://translations.zorin.com/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Zorin OS Upgrader",
                    "slug": "zorin-os-upgrader",
                    "id": 2,
                    "web": "https://help.zorin.com/docs/getting-started/upgrade-zorin-os/",
                    "web_url": "https://translations.zorin.com/projects/zorin-os-upgrader/",
                    "url": "https://translations.zorin.com/api/projects/zorin-os-upgrader/?format=api",
                    "components_list_url": "https://translations.zorin.com/api/projects/zorin-os-upgrader/components/?format=api",
                    "repository_url": "https://translations.zorin.com/api/projects/zorin-os-upgrader/repository/?format=api",
                    "statistics_url": "https://translations.zorin.com/api/projects/zorin-os-upgrader/statistics/?format=api",
                    "changes_list_url": "https://translations.zorin.com/api/projects/zorin-os-upgrader/changes/?format=api",
                    "languages_url": "https://translations.zorin.com/api/projects/zorin-os-upgrader/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "git@gitlab.com:zorin-os/desktop/zorin-os-upgrader.git",
                "git_export": "https://translations.zorin.com/git/zorin-os-upgrader/zorin-os-upgrader/",
                "branch": "master",
                "push_branch": "",
                "filemask": "po/*.po",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "po/zorin-os-upgrader.pot",
                "file_format": "po",
                "license": "GPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "https://translations.zorin.com/projects/zorin-os-upgrader/zorin-os-upgrader/",
                "url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/?format=api",
                "repository_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/repository/?format=api",
                "translations_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/translations/?format=api",
                "statistics_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/statistics/?format=api",
                "lock_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/lock/?format=api",
                "links_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/links/?format=api",
                "changes_list_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "linux",
                "push": "git@gitlab.com:zorin-os/desktop/zorin-os-upgrader.git",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": true,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [
                    "https://translations.zorin.com/api/addons/1/?format=api",
                    "https://translations.zorin.com/api/addons/2/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver"
            },
            "language_code": "az",
            "id": 9,
            "filename": "po/az.po",
            "revision": "4db27d3f09872337377e5937da30b0c0b0ad34c5",
            "web_url": "https://translations.zorin.com/projects/zorin-os-upgrader/zorin-os-upgrader/az/",
            "share_url": "https://translations.zorin.com/engage/zorin-os-upgrader/az/",
            "translate_url": "https://translations.zorin.com/translate/zorin-os-upgrader/zorin-os-upgrader/az/",
            "url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/az/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 135,
            "total_words": 773,
            "translated": 20,
            "translated_words": 58,
            "translated_percent": 14.8,
            "fuzzy": 4,
            "fuzzy_words": 9,
            "fuzzy_percent": 2.9,
            "failing_checks": 2,
            "failing_checks_words": 3,
            "failing_checks_percent": 1.4,
            "have_suggestion": 2,
            "have_comment": 0,
            "last_change": "2023-07-15T07:19:34.838518Z",
            "last_author": "Fateh Məmmədzadə",
            "repository_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/az/repository/?format=api",
            "file_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/az/file/?format=api",
            "statistics_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/az/statistics/?format=api",
            "changes_list_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/az/changes/?format=api",
            "units_list_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/az/units/?format=api"
        },
        {
            "language": {
                "code": "be",
                "name": "Belarusian",
                "plural": {
                    "id": 51,
                    "source": 0,
                    "number": 3,
                    "formula": "n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2",
                    "type": 22
                },
                "aliases": [
                    "xbelorussian",
                    "by",
                    "bel"
                ],
                "direction": "ltr",
                "population": 10064517,
                "web_url": "https://translations.zorin.com/languages/be/",
                "url": "https://translations.zorin.com/api/languages/be/?format=api",
                "statistics_url": "https://translations.zorin.com/api/languages/be/statistics/?format=api"
            },
            "component": {
                "name": "Zorin OS Upgrader",
                "slug": "zorin-os-upgrader",
                "id": 1,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 149,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://translations.zorin.com/languages/en/",
                    "url": "https://translations.zorin.com/api/languages/en/?format=api",
                    "statistics_url": "https://translations.zorin.com/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Zorin OS Upgrader",
                    "slug": "zorin-os-upgrader",
                    "id": 2,
                    "web": "https://help.zorin.com/docs/getting-started/upgrade-zorin-os/",
                    "web_url": "https://translations.zorin.com/projects/zorin-os-upgrader/",
                    "url": "https://translations.zorin.com/api/projects/zorin-os-upgrader/?format=api",
                    "components_list_url": "https://translations.zorin.com/api/projects/zorin-os-upgrader/components/?format=api",
                    "repository_url": "https://translations.zorin.com/api/projects/zorin-os-upgrader/repository/?format=api",
                    "statistics_url": "https://translations.zorin.com/api/projects/zorin-os-upgrader/statistics/?format=api",
                    "changes_list_url": "https://translations.zorin.com/api/projects/zorin-os-upgrader/changes/?format=api",
                    "languages_url": "https://translations.zorin.com/api/projects/zorin-os-upgrader/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "git@gitlab.com:zorin-os/desktop/zorin-os-upgrader.git",
                "git_export": "https://translations.zorin.com/git/zorin-os-upgrader/zorin-os-upgrader/",
                "branch": "master",
                "push_branch": "",
                "filemask": "po/*.po",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "po/zorin-os-upgrader.pot",
                "file_format": "po",
                "license": "GPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "https://translations.zorin.com/projects/zorin-os-upgrader/zorin-os-upgrader/",
                "url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/?format=api",
                "repository_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/repository/?format=api",
                "translations_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/translations/?format=api",
                "statistics_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/statistics/?format=api",
                "lock_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/lock/?format=api",
                "links_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/links/?format=api",
                "changes_list_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "linux",
                "push": "git@gitlab.com:zorin-os/desktop/zorin-os-upgrader.git",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": true,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [
                    "https://translations.zorin.com/api/addons/1/?format=api",
                    "https://translations.zorin.com/api/addons/2/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver"
            },
            "language_code": "be",
            "id": 10,
            "filename": "po/be.po",
            "revision": "3ec5e48272201662eb997d33954dcc83a27cea1f",
            "web_url": "https://translations.zorin.com/projects/zorin-os-upgrader/zorin-os-upgrader/be/",
            "share_url": "https://translations.zorin.com/engage/zorin-os-upgrader/be/",
            "translate_url": "https://translations.zorin.com/translate/zorin-os-upgrader/zorin-os-upgrader/be/",
            "url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/be/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 135,
            "total_words": 773,
            "translated": 47,
            "translated_words": 168,
            "translated_percent": 34.8,
            "fuzzy": 11,
            "fuzzy_words": 59,
            "fuzzy_percent": 8.1,
            "failing_checks": 6,
            "failing_checks_words": 30,
            "failing_checks_percent": 4.4,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2023-06-23T16:34:43.642537Z",
            "last_author": null,
            "repository_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/be/repository/?format=api",
            "file_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/be/file/?format=api",
            "statistics_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/be/statistics/?format=api",
            "changes_list_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/be/changes/?format=api",
            "units_list_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/be/units/?format=api"
        },
        {
            "language": {
                "code": "be_Latn",
                "name": "Belarusian (latin)",
                "plural": {
                    "id": 52,
                    "source": 0,
                    "number": 3,
                    "formula": "n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2",
                    "type": 22
                },
                "aliases": [
                    "be_rby",
                    "be@latin",
                    "by_lat"
                ],
                "direction": "ltr",
                "population": 10064517,
                "web_url": "https://translations.zorin.com/languages/be_Latn/",
                "url": "https://translations.zorin.com/api/languages/be_Latn/?format=api",
                "statistics_url": "https://translations.zorin.com/api/languages/be_Latn/statistics/?format=api"
            },
            "component": {
                "name": "Zorin OS Upgrader",
                "slug": "zorin-os-upgrader",
                "id": 1,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 149,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://translations.zorin.com/languages/en/",
                    "url": "https://translations.zorin.com/api/languages/en/?format=api",
                    "statistics_url": "https://translations.zorin.com/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Zorin OS Upgrader",
                    "slug": "zorin-os-upgrader",
                    "id": 2,
                    "web": "https://help.zorin.com/docs/getting-started/upgrade-zorin-os/",
                    "web_url": "https://translations.zorin.com/projects/zorin-os-upgrader/",
                    "url": "https://translations.zorin.com/api/projects/zorin-os-upgrader/?format=api",
                    "components_list_url": "https://translations.zorin.com/api/projects/zorin-os-upgrader/components/?format=api",
                    "repository_url": "https://translations.zorin.com/api/projects/zorin-os-upgrader/repository/?format=api",
                    "statistics_url": "https://translations.zorin.com/api/projects/zorin-os-upgrader/statistics/?format=api",
                    "changes_list_url": "https://translations.zorin.com/api/projects/zorin-os-upgrader/changes/?format=api",
                    "languages_url": "https://translations.zorin.com/api/projects/zorin-os-upgrader/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "git@gitlab.com:zorin-os/desktop/zorin-os-upgrader.git",
                "git_export": "https://translations.zorin.com/git/zorin-os-upgrader/zorin-os-upgrader/",
                "branch": "master",
                "push_branch": "",
                "filemask": "po/*.po",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "po/zorin-os-upgrader.pot",
                "file_format": "po",
                "license": "GPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "https://translations.zorin.com/projects/zorin-os-upgrader/zorin-os-upgrader/",
                "url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/?format=api",
                "repository_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/repository/?format=api",
                "translations_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/translations/?format=api",
                "statistics_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/statistics/?format=api",
                "lock_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/lock/?format=api",
                "links_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/links/?format=api",
                "changes_list_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "linux",
                "push": "git@gitlab.com:zorin-os/desktop/zorin-os-upgrader.git",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": true,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [
                    "https://translations.zorin.com/api/addons/1/?format=api",
                    "https://translations.zorin.com/api/addons/2/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver"
            },
            "language_code": "be@latin",
            "id": 11,
            "filename": "po/be@latin.po",
            "revision": "efc248a6514631bdc4406453e63031064abc8b76",
            "web_url": "https://translations.zorin.com/projects/zorin-os-upgrader/zorin-os-upgrader/be_Latn/",
            "share_url": "https://translations.zorin.com/engage/zorin-os-upgrader/be_Latn/",
            "translate_url": "https://translations.zorin.com/translate/zorin-os-upgrader/zorin-os-upgrader/be_Latn/",
            "url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/be_Latn/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 135,
            "total_words": 773,
            "translated": 6,
            "translated_words": 19,
            "translated_percent": 4.4,
            "fuzzy": 2,
            "fuzzy_words": 12,
            "fuzzy_percent": 1.4,
            "failing_checks": 1,
            "failing_checks_words": 2,
            "failing_checks_percent": 0.7,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2023-06-23T16:34:44.024887Z",
            "last_author": null,
            "repository_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/be_Latn/repository/?format=api",
            "file_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/be_Latn/file/?format=api",
            "statistics_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/be_Latn/statistics/?format=api",
            "changes_list_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/be_Latn/changes/?format=api",
            "units_list_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/be_Latn/units/?format=api"
        },
        {
            "language": {
                "code": "bg",
                "name": "Bulgarian",
                "plural": {
                    "id": 57,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "bgr",
                    "bul"
                ],
                "direction": "ltr",
                "population": 7878314,
                "web_url": "https://translations.zorin.com/languages/bg/",
                "url": "https://translations.zorin.com/api/languages/bg/?format=api",
                "statistics_url": "https://translations.zorin.com/api/languages/bg/statistics/?format=api"
            },
            "component": {
                "name": "Zorin OS Upgrader",
                "slug": "zorin-os-upgrader",
                "id": 1,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 149,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://translations.zorin.com/languages/en/",
                    "url": "https://translations.zorin.com/api/languages/en/?format=api",
                    "statistics_url": "https://translations.zorin.com/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Zorin OS Upgrader",
                    "slug": "zorin-os-upgrader",
                    "id": 2,
                    "web": "https://help.zorin.com/docs/getting-started/upgrade-zorin-os/",
                    "web_url": "https://translations.zorin.com/projects/zorin-os-upgrader/",
                    "url": "https://translations.zorin.com/api/projects/zorin-os-upgrader/?format=api",
                    "components_list_url": "https://translations.zorin.com/api/projects/zorin-os-upgrader/components/?format=api",
                    "repository_url": "https://translations.zorin.com/api/projects/zorin-os-upgrader/repository/?format=api",
                    "statistics_url": "https://translations.zorin.com/api/projects/zorin-os-upgrader/statistics/?format=api",
                    "changes_list_url": "https://translations.zorin.com/api/projects/zorin-os-upgrader/changes/?format=api",
                    "languages_url": "https://translations.zorin.com/api/projects/zorin-os-upgrader/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "git@gitlab.com:zorin-os/desktop/zorin-os-upgrader.git",
                "git_export": "https://translations.zorin.com/git/zorin-os-upgrader/zorin-os-upgrader/",
                "branch": "master",
                "push_branch": "",
                "filemask": "po/*.po",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "po/zorin-os-upgrader.pot",
                "file_format": "po",
                "license": "GPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "https://translations.zorin.com/projects/zorin-os-upgrader/zorin-os-upgrader/",
                "url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/?format=api",
                "repository_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/repository/?format=api",
                "translations_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/translations/?format=api",
                "statistics_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/statistics/?format=api",
                "lock_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/lock/?format=api",
                "links_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/links/?format=api",
                "changes_list_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "linux",
                "push": "git@gitlab.com:zorin-os/desktop/zorin-os-upgrader.git",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": true,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [
                    "https://translations.zorin.com/api/addons/1/?format=api",
                    "https://translations.zorin.com/api/addons/2/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver"
            },
            "language_code": "bg",
            "id": 12,
            "filename": "po/bg.po",
            "revision": "57920ca4afe086eca5f45b00de9b44bb38bbb9f3",
            "web_url": "https://translations.zorin.com/projects/zorin-os-upgrader/zorin-os-upgrader/bg/",
            "share_url": "https://translations.zorin.com/engage/zorin-os-upgrader/bg/",
            "translate_url": "https://translations.zorin.com/translate/zorin-os-upgrader/zorin-os-upgrader/bg/",
            "url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/bg/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 135,
            "total_words": 773,
            "translated": 49,
            "translated_words": 194,
            "translated_percent": 36.2,
            "fuzzy": 10,
            "fuzzy_words": 49,
            "fuzzy_percent": 7.4,
            "failing_checks": 5,
            "failing_checks_words": 15,
            "failing_checks_percent": 3.7,
            "have_suggestion": 4,
            "have_comment": 0,
            "last_change": "2023-06-23T16:34:44.408113Z",
            "last_author": null,
            "repository_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/bg/repository/?format=api",
            "file_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/bg/file/?format=api",
            "statistics_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/bg/statistics/?format=api",
            "changes_list_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/bg/changes/?format=api",
            "units_list_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/bg/units/?format=api"
        },
        {
            "language": {
                "code": "bn",
                "name": "Bengali",
                "plural": {
                    "id": 65,
                    "source": 0,
                    "number": 2,
                    "formula": "n > 1",
                    "type": 1
                },
                "aliases": [
                    "bd",
                    "ben"
                ],
                "direction": "ltr",
                "population": 267193288,
                "web_url": "https://translations.zorin.com/languages/bn/",
                "url": "https://translations.zorin.com/api/languages/bn/?format=api",
                "statistics_url": "https://translations.zorin.com/api/languages/bn/statistics/?format=api"
            },
            "component": {
                "name": "Zorin OS Upgrader",
                "slug": "zorin-os-upgrader",
                "id": 1,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 149,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://translations.zorin.com/languages/en/",
                    "url": "https://translations.zorin.com/api/languages/en/?format=api",
                    "statistics_url": "https://translations.zorin.com/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Zorin OS Upgrader",
                    "slug": "zorin-os-upgrader",
                    "id": 2,
                    "web": "https://help.zorin.com/docs/getting-started/upgrade-zorin-os/",
                    "web_url": "https://translations.zorin.com/projects/zorin-os-upgrader/",
                    "url": "https://translations.zorin.com/api/projects/zorin-os-upgrader/?format=api",
                    "components_list_url": "https://translations.zorin.com/api/projects/zorin-os-upgrader/components/?format=api",
                    "repository_url": "https://translations.zorin.com/api/projects/zorin-os-upgrader/repository/?format=api",
                    "statistics_url": "https://translations.zorin.com/api/projects/zorin-os-upgrader/statistics/?format=api",
                    "changes_list_url": "https://translations.zorin.com/api/projects/zorin-os-upgrader/changes/?format=api",
                    "languages_url": "https://translations.zorin.com/api/projects/zorin-os-upgrader/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "git@gitlab.com:zorin-os/desktop/zorin-os-upgrader.git",
                "git_export": "https://translations.zorin.com/git/zorin-os-upgrader/zorin-os-upgrader/",
                "branch": "master",
                "push_branch": "",
                "filemask": "po/*.po",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "po/zorin-os-upgrader.pot",
                "file_format": "po",
                "license": "GPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "https://translations.zorin.com/projects/zorin-os-upgrader/zorin-os-upgrader/",
                "url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/?format=api",
                "repository_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/repository/?format=api",
                "translations_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/translations/?format=api",
                "statistics_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/statistics/?format=api",
                "lock_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/lock/?format=api",
                "links_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/links/?format=api",
                "changes_list_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "linux",
                "push": "git@gitlab.com:zorin-os/desktop/zorin-os-upgrader.git",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": true,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [
                    "https://translations.zorin.com/api/addons/1/?format=api",
                    "https://translations.zorin.com/api/addons/2/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver"
            },
            "language_code": "bn",
            "id": 13,
            "filename": "po/bn.po",
            "revision": "e4c5e49acb5b61db8aae2c7da7ed69aa5437d425",
            "web_url": "https://translations.zorin.com/projects/zorin-os-upgrader/zorin-os-upgrader/bn/",
            "share_url": "https://translations.zorin.com/engage/zorin-os-upgrader/bn/",
            "translate_url": "https://translations.zorin.com/translate/zorin-os-upgrader/zorin-os-upgrader/bn/",
            "url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/bn/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 135,
            "total_words": 773,
            "translated": 127,
            "translated_words": 686,
            "translated_percent": 94.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 6,
            "have_comment": 0,
            "last_change": "2024-07-01T20:54:21.966437Z",
            "last_author": "Shahryar Rahman Saad",
            "repository_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/bn/repository/?format=api",
            "file_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/bn/file/?format=api",
            "statistics_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/bn/statistics/?format=api",
            "changes_list_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/bn/changes/?format=api",
            "units_list_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/bn/units/?format=api"
        },
        {
            "language": {
                "code": "bn_IN",
                "name": "Bengali (India)",
                "plural": {
                    "id": 67,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [],
                "direction": "ltr",
                "population": 107413290,
                "web_url": "https://translations.zorin.com/languages/bn_IN/",
                "url": "https://translations.zorin.com/api/languages/bn_IN/?format=api",
                "statistics_url": "https://translations.zorin.com/api/languages/bn_IN/statistics/?format=api"
            },
            "component": {
                "name": "Zorin OS Upgrader",
                "slug": "zorin-os-upgrader",
                "id": 1,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 149,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://translations.zorin.com/languages/en/",
                    "url": "https://translations.zorin.com/api/languages/en/?format=api",
                    "statistics_url": "https://translations.zorin.com/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Zorin OS Upgrader",
                    "slug": "zorin-os-upgrader",
                    "id": 2,
                    "web": "https://help.zorin.com/docs/getting-started/upgrade-zorin-os/",
                    "web_url": "https://translations.zorin.com/projects/zorin-os-upgrader/",
                    "url": "https://translations.zorin.com/api/projects/zorin-os-upgrader/?format=api",
                    "components_list_url": "https://translations.zorin.com/api/projects/zorin-os-upgrader/components/?format=api",
                    "repository_url": "https://translations.zorin.com/api/projects/zorin-os-upgrader/repository/?format=api",
                    "statistics_url": "https://translations.zorin.com/api/projects/zorin-os-upgrader/statistics/?format=api",
                    "changes_list_url": "https://translations.zorin.com/api/projects/zorin-os-upgrader/changes/?format=api",
                    "languages_url": "https://translations.zorin.com/api/projects/zorin-os-upgrader/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "git@gitlab.com:zorin-os/desktop/zorin-os-upgrader.git",
                "git_export": "https://translations.zorin.com/git/zorin-os-upgrader/zorin-os-upgrader/",
                "branch": "master",
                "push_branch": "",
                "filemask": "po/*.po",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "po/zorin-os-upgrader.pot",
                "file_format": "po",
                "license": "GPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "https://translations.zorin.com/projects/zorin-os-upgrader/zorin-os-upgrader/",
                "url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/?format=api",
                "repository_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/repository/?format=api",
                "translations_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/translations/?format=api",
                "statistics_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/statistics/?format=api",
                "lock_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/lock/?format=api",
                "links_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/links/?format=api",
                "changes_list_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "linux",
                "push": "git@gitlab.com:zorin-os/desktop/zorin-os-upgrader.git",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": true,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [
                    "https://translations.zorin.com/api/addons/1/?format=api",
                    "https://translations.zorin.com/api/addons/2/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver"
            },
            "language_code": "bn_IN",
            "id": 14,
            "filename": "po/bn_IN.po",
            "revision": "19525ba3ddc87d5ce4aa9cf399cfa7ad526bbd38",
            "web_url": "https://translations.zorin.com/projects/zorin-os-upgrader/zorin-os-upgrader/bn_IN/",
            "share_url": "https://translations.zorin.com/engage/zorin-os-upgrader/bn_IN/",
            "translate_url": "https://translations.zorin.com/translate/zorin-os-upgrader/zorin-os-upgrader/bn_IN/",
            "url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/bn_IN/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 135,
            "total_words": 773,
            "translated": 14,
            "translated_words": 45,
            "translated_percent": 10.3,
            "fuzzy": 3,
            "fuzzy_words": 7,
            "fuzzy_percent": 2.2,
            "failing_checks": 1,
            "failing_checks_words": 2,
            "failing_checks_percent": 0.7,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2023-06-23T16:34:45.208488Z",
            "last_author": null,
            "repository_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/bn_IN/repository/?format=api",
            "file_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/bn_IN/file/?format=api",
            "statistics_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/bn_IN/statistics/?format=api",
            "changes_list_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/bn_IN/changes/?format=api",
            "units_list_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/bn_IN/units/?format=api"
        },
        {
            "language": {
                "code": "bo",
                "name": "Tibetan",
                "plural": {
                    "id": 69,
                    "source": 0,
                    "number": 1,
                    "formula": "0",
                    "type": 0
                },
                "aliases": [
                    "bod",
                    "tib"
                ],
                "direction": "ltr",
                "population": 3006696,
                "web_url": "https://translations.zorin.com/languages/bo/",
                "url": "https://translations.zorin.com/api/languages/bo/?format=api",
                "statistics_url": "https://translations.zorin.com/api/languages/bo/statistics/?format=api"
            },
            "component": {
                "name": "Zorin OS Upgrader",
                "slug": "zorin-os-upgrader",
                "id": 1,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 149,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://translations.zorin.com/languages/en/",
                    "url": "https://translations.zorin.com/api/languages/en/?format=api",
                    "statistics_url": "https://translations.zorin.com/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Zorin OS Upgrader",
                    "slug": "zorin-os-upgrader",
                    "id": 2,
                    "web": "https://help.zorin.com/docs/getting-started/upgrade-zorin-os/",
                    "web_url": "https://translations.zorin.com/projects/zorin-os-upgrader/",
                    "url": "https://translations.zorin.com/api/projects/zorin-os-upgrader/?format=api",
                    "components_list_url": "https://translations.zorin.com/api/projects/zorin-os-upgrader/components/?format=api",
                    "repository_url": "https://translations.zorin.com/api/projects/zorin-os-upgrader/repository/?format=api",
                    "statistics_url": "https://translations.zorin.com/api/projects/zorin-os-upgrader/statistics/?format=api",
                    "changes_list_url": "https://translations.zorin.com/api/projects/zorin-os-upgrader/changes/?format=api",
                    "languages_url": "https://translations.zorin.com/api/projects/zorin-os-upgrader/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "git@gitlab.com:zorin-os/desktop/zorin-os-upgrader.git",
                "git_export": "https://translations.zorin.com/git/zorin-os-upgrader/zorin-os-upgrader/",
                "branch": "master",
                "push_branch": "",
                "filemask": "po/*.po",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "po/zorin-os-upgrader.pot",
                "file_format": "po",
                "license": "GPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "https://translations.zorin.com/projects/zorin-os-upgrader/zorin-os-upgrader/",
                "url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/?format=api",
                "repository_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/repository/?format=api",
                "translations_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/translations/?format=api",
                "statistics_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/statistics/?format=api",
                "lock_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/lock/?format=api",
                "links_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/links/?format=api",
                "changes_list_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "linux",
                "push": "git@gitlab.com:zorin-os/desktop/zorin-os-upgrader.git",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": true,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [
                    "https://translations.zorin.com/api/addons/1/?format=api",
                    "https://translations.zorin.com/api/addons/2/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver"
            },
            "language_code": "bo",
            "id": 15,
            "filename": "po/bo.po",
            "revision": "cb9dd977e2e50cf7eefb7da664326566236a99c2",
            "web_url": "https://translations.zorin.com/projects/zorin-os-upgrader/zorin-os-upgrader/bo/",
            "share_url": "https://translations.zorin.com/engage/zorin-os-upgrader/bo/",
            "translate_url": "https://translations.zorin.com/translate/zorin-os-upgrader/zorin-os-upgrader/bo/",
            "url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/bo/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 135,
            "total_words": 773,
            "translated": 24,
            "translated_words": 74,
            "translated_percent": 17.7,
            "fuzzy": 13,
            "fuzzy_words": 49,
            "fuzzy_percent": 9.6,
            "failing_checks": 10,
            "failing_checks_words": 57,
            "failing_checks_percent": 7.4,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2023-06-23T16:34:45.632967Z",
            "last_author": null,
            "repository_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/bo/repository/?format=api",
            "file_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/bo/file/?format=api",
            "statistics_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/bo/statistics/?format=api",
            "changes_list_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/bo/changes/?format=api",
            "units_list_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/bo/units/?format=api"
        },
        {
            "language": {
                "code": "br",
                "name": "Breton",
                "plural": {
                    "id": 72,
                    "source": 0,
                    "number": 5,
                    "formula": "(n % 10 == 1 && n % 100 != 11 && n % 100 != 71 && n % 100 != 91) ? 0 : ((n % 10 == 2 && n % 100 != 12 && n % 100 != 72 && n % 100 != 92) ? 1 : ((((n % 10 == 3 || n % 10 == 4) || n % 10 == 9) && (n % 100 < 10 || n % 100 > 19) && (n % 100 < 70 || n % 100 > 79) && (n % 100 < 90 || n % 100 > 99)) ? 2 : ((n != 0 && n % 1000000 == 0) ? 3 : 4)))",
                    "type": 10
                },
                "aliases": [
                    "bre"
                ],
                "direction": "ltr",
                "population": 563140,
                "web_url": "https://translations.zorin.com/languages/br/",
                "url": "https://translations.zorin.com/api/languages/br/?format=api",
                "statistics_url": "https://translations.zorin.com/api/languages/br/statistics/?format=api"
            },
            "component": {
                "name": "Zorin OS Upgrader",
                "slug": "zorin-os-upgrader",
                "id": 1,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 149,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://translations.zorin.com/languages/en/",
                    "url": "https://translations.zorin.com/api/languages/en/?format=api",
                    "statistics_url": "https://translations.zorin.com/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Zorin OS Upgrader",
                    "slug": "zorin-os-upgrader",
                    "id": 2,
                    "web": "https://help.zorin.com/docs/getting-started/upgrade-zorin-os/",
                    "web_url": "https://translations.zorin.com/projects/zorin-os-upgrader/",
                    "url": "https://translations.zorin.com/api/projects/zorin-os-upgrader/?format=api",
                    "components_list_url": "https://translations.zorin.com/api/projects/zorin-os-upgrader/components/?format=api",
                    "repository_url": "https://translations.zorin.com/api/projects/zorin-os-upgrader/repository/?format=api",
                    "statistics_url": "https://translations.zorin.com/api/projects/zorin-os-upgrader/statistics/?format=api",
                    "changes_list_url": "https://translations.zorin.com/api/projects/zorin-os-upgrader/changes/?format=api",
                    "languages_url": "https://translations.zorin.com/api/projects/zorin-os-upgrader/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "git@gitlab.com:zorin-os/desktop/zorin-os-upgrader.git",
                "git_export": "https://translations.zorin.com/git/zorin-os-upgrader/zorin-os-upgrader/",
                "branch": "master",
                "push_branch": "",
                "filemask": "po/*.po",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "po/zorin-os-upgrader.pot",
                "file_format": "po",
                "license": "GPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "https://translations.zorin.com/projects/zorin-os-upgrader/zorin-os-upgrader/",
                "url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/?format=api",
                "repository_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/repository/?format=api",
                "translations_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/translations/?format=api",
                "statistics_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/statistics/?format=api",
                "lock_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/lock/?format=api",
                "links_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/links/?format=api",
                "changes_list_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "linux",
                "push": "git@gitlab.com:zorin-os/desktop/zorin-os-upgrader.git",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": true,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [
                    "https://translations.zorin.com/api/addons/1/?format=api",
                    "https://translations.zorin.com/api/addons/2/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver"
            },
            "language_code": "br",
            "id": 16,
            "filename": "po/br.po",
            "revision": "4577e1242c263caa5fc810b0edf245cd77aaf7bb",
            "web_url": "https://translations.zorin.com/projects/zorin-os-upgrader/zorin-os-upgrader/br/",
            "share_url": "https://translations.zorin.com/engage/zorin-os-upgrader/br/",
            "translate_url": "https://translations.zorin.com/translate/zorin-os-upgrader/zorin-os-upgrader/br/",
            "url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/br/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 135,
            "total_words": 773,
            "translated": 26,
            "translated_words": 85,
            "translated_percent": 19.2,
            "fuzzy": 12,
            "fuzzy_words": 41,
            "fuzzy_percent": 8.8,
            "failing_checks": 4,
            "failing_checks_words": 20,
            "failing_checks_percent": 2.9,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2023-06-23T16:34:46.030863Z",
            "last_author": null,
            "repository_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/br/repository/?format=api",
            "file_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/br/file/?format=api",
            "statistics_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/br/statistics/?format=api",
            "changes_list_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/br/changes/?format=api",
            "units_list_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/br/units/?format=api"
        },
        {
            "language": {
                "code": "bs",
                "name": "Bosnian",
                "plural": {
                    "id": 76,
                    "source": 0,
                    "number": 3,
                    "formula": "n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2",
                    "type": 22
                },
                "aliases": [
                    "bos"
                ],
                "direction": "ltr",
                "population": 3797234,
                "web_url": "https://translations.zorin.com/languages/bs/",
                "url": "https://translations.zorin.com/api/languages/bs/?format=api",
                "statistics_url": "https://translations.zorin.com/api/languages/bs/statistics/?format=api"
            },
            "component": {
                "name": "Zorin OS Upgrader",
                "slug": "zorin-os-upgrader",
                "id": 1,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 149,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://translations.zorin.com/languages/en/",
                    "url": "https://translations.zorin.com/api/languages/en/?format=api",
                    "statistics_url": "https://translations.zorin.com/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Zorin OS Upgrader",
                    "slug": "zorin-os-upgrader",
                    "id": 2,
                    "web": "https://help.zorin.com/docs/getting-started/upgrade-zorin-os/",
                    "web_url": "https://translations.zorin.com/projects/zorin-os-upgrader/",
                    "url": "https://translations.zorin.com/api/projects/zorin-os-upgrader/?format=api",
                    "components_list_url": "https://translations.zorin.com/api/projects/zorin-os-upgrader/components/?format=api",
                    "repository_url": "https://translations.zorin.com/api/projects/zorin-os-upgrader/repository/?format=api",
                    "statistics_url": "https://translations.zorin.com/api/projects/zorin-os-upgrader/statistics/?format=api",
                    "changes_list_url": "https://translations.zorin.com/api/projects/zorin-os-upgrader/changes/?format=api",
                    "languages_url": "https://translations.zorin.com/api/projects/zorin-os-upgrader/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "git@gitlab.com:zorin-os/desktop/zorin-os-upgrader.git",
                "git_export": "https://translations.zorin.com/git/zorin-os-upgrader/zorin-os-upgrader/",
                "branch": "master",
                "push_branch": "",
                "filemask": "po/*.po",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "po/zorin-os-upgrader.pot",
                "file_format": "po",
                "license": "GPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "https://translations.zorin.com/projects/zorin-os-upgrader/zorin-os-upgrader/",
                "url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/?format=api",
                "repository_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/repository/?format=api",
                "translations_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/translations/?format=api",
                "statistics_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/statistics/?format=api",
                "lock_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/lock/?format=api",
                "links_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/links/?format=api",
                "changes_list_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "linux",
                "push": "git@gitlab.com:zorin-os/desktop/zorin-os-upgrader.git",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": true,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [
                    "https://translations.zorin.com/api/addons/1/?format=api",
                    "https://translations.zorin.com/api/addons/2/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver"
            },
            "language_code": "bs",
            "id": 17,
            "filename": "po/bs.po",
            "revision": "4633315f2914dafa37c8ab92f355e8e2a3a9bace",
            "web_url": "https://translations.zorin.com/projects/zorin-os-upgrader/zorin-os-upgrader/bs/",
            "share_url": "https://translations.zorin.com/engage/zorin-os-upgrader/bs/",
            "translate_url": "https://translations.zorin.com/translate/zorin-os-upgrader/zorin-os-upgrader/bs/",
            "url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/bs/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 135,
            "total_words": 773,
            "translated": 127,
            "translated_words": 686,
            "translated_percent": 94.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-09-06T17:20:31.914295Z",
            "last_author": "Ena Balić",
            "repository_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/bs/repository/?format=api",
            "file_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/bs/file/?format=api",
            "statistics_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/bs/statistics/?format=api",
            "changes_list_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/bs/changes/?format=api",
            "units_list_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/bs/units/?format=api"
        },
        {
            "language": {
                "code": "ca",
                "name": "Catalan",
                "plural": {
                    "id": 82,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "ca_ps",
                    "ca_ca",
                    "cat"
                ],
                "direction": "ltr",
                "population": 8679138,
                "web_url": "https://translations.zorin.com/languages/ca/",
                "url": "https://translations.zorin.com/api/languages/ca/?format=api",
                "statistics_url": "https://translations.zorin.com/api/languages/ca/statistics/?format=api"
            },
            "component": {
                "name": "Zorin OS Upgrader",
                "slug": "zorin-os-upgrader",
                "id": 1,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 149,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://translations.zorin.com/languages/en/",
                    "url": "https://translations.zorin.com/api/languages/en/?format=api",
                    "statistics_url": "https://translations.zorin.com/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Zorin OS Upgrader",
                    "slug": "zorin-os-upgrader",
                    "id": 2,
                    "web": "https://help.zorin.com/docs/getting-started/upgrade-zorin-os/",
                    "web_url": "https://translations.zorin.com/projects/zorin-os-upgrader/",
                    "url": "https://translations.zorin.com/api/projects/zorin-os-upgrader/?format=api",
                    "components_list_url": "https://translations.zorin.com/api/projects/zorin-os-upgrader/components/?format=api",
                    "repository_url": "https://translations.zorin.com/api/projects/zorin-os-upgrader/repository/?format=api",
                    "statistics_url": "https://translations.zorin.com/api/projects/zorin-os-upgrader/statistics/?format=api",
                    "changes_list_url": "https://translations.zorin.com/api/projects/zorin-os-upgrader/changes/?format=api",
                    "languages_url": "https://translations.zorin.com/api/projects/zorin-os-upgrader/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "git@gitlab.com:zorin-os/desktop/zorin-os-upgrader.git",
                "git_export": "https://translations.zorin.com/git/zorin-os-upgrader/zorin-os-upgrader/",
                "branch": "master",
                "push_branch": "",
                "filemask": "po/*.po",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "po/zorin-os-upgrader.pot",
                "file_format": "po",
                "license": "GPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "https://translations.zorin.com/projects/zorin-os-upgrader/zorin-os-upgrader/",
                "url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/?format=api",
                "repository_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/repository/?format=api",
                "translations_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/translations/?format=api",
                "statistics_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/statistics/?format=api",
                "lock_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/lock/?format=api",
                "links_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/links/?format=api",
                "changes_list_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "linux",
                "push": "git@gitlab.com:zorin-os/desktop/zorin-os-upgrader.git",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": true,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [
                    "https://translations.zorin.com/api/addons/1/?format=api",
                    "https://translations.zorin.com/api/addons/2/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver"
            },
            "language_code": "ca",
            "id": 18,
            "filename": "po/ca.po",
            "revision": "1ea773430e53c113d2ecd59fa26d87ab74ea27d0",
            "web_url": "https://translations.zorin.com/projects/zorin-os-upgrader/zorin-os-upgrader/ca/",
            "share_url": "https://translations.zorin.com/engage/zorin-os-upgrader/ca/",
            "translate_url": "https://translations.zorin.com/translate/zorin-os-upgrader/zorin-os-upgrader/ca/",
            "url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/ca/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 135,
            "total_words": 773,
            "translated": 127,
            "translated_words": 686,
            "translated_percent": 94.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": "2025-02-12T21:20:37.891801Z",
            "last_author": "Rafael Carrillo Palacio",
            "repository_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/ca/repository/?format=api",
            "file_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/ca/file/?format=api",
            "statistics_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/ca/statistics/?format=api",
            "changes_list_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/ca/changes/?format=api",
            "units_list_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/ca/units/?format=api"
        },
        {
            "language": {
                "code": "ca@valencia",
                "name": "Valencian",
                "plural": {
                    "id": 83,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "val_es",
                    "ca_es@valencia",
                    "ca_xv",
                    "ca_valencia",
                    "va"
                ],
                "direction": "ltr",
                "population": 8679138,
                "web_url": "https://translations.zorin.com/languages/ca@valencia/",
                "url": "https://translations.zorin.com/api/languages/ca@valencia/?format=api",
                "statistics_url": "https://translations.zorin.com/api/languages/ca@valencia/statistics/?format=api"
            },
            "component": {
                "name": "Zorin OS Upgrader",
                "slug": "zorin-os-upgrader",
                "id": 1,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 149,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://translations.zorin.com/languages/en/",
                    "url": "https://translations.zorin.com/api/languages/en/?format=api",
                    "statistics_url": "https://translations.zorin.com/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Zorin OS Upgrader",
                    "slug": "zorin-os-upgrader",
                    "id": 2,
                    "web": "https://help.zorin.com/docs/getting-started/upgrade-zorin-os/",
                    "web_url": "https://translations.zorin.com/projects/zorin-os-upgrader/",
                    "url": "https://translations.zorin.com/api/projects/zorin-os-upgrader/?format=api",
                    "components_list_url": "https://translations.zorin.com/api/projects/zorin-os-upgrader/components/?format=api",
                    "repository_url": "https://translations.zorin.com/api/projects/zorin-os-upgrader/repository/?format=api",
                    "statistics_url": "https://translations.zorin.com/api/projects/zorin-os-upgrader/statistics/?format=api",
                    "changes_list_url": "https://translations.zorin.com/api/projects/zorin-os-upgrader/changes/?format=api",
                    "languages_url": "https://translations.zorin.com/api/projects/zorin-os-upgrader/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "git@gitlab.com:zorin-os/desktop/zorin-os-upgrader.git",
                "git_export": "https://translations.zorin.com/git/zorin-os-upgrader/zorin-os-upgrader/",
                "branch": "master",
                "push_branch": "",
                "filemask": "po/*.po",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "po/zorin-os-upgrader.pot",
                "file_format": "po",
                "license": "GPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "https://translations.zorin.com/projects/zorin-os-upgrader/zorin-os-upgrader/",
                "url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/?format=api",
                "repository_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/repository/?format=api",
                "translations_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/translations/?format=api",
                "statistics_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/statistics/?format=api",
                "lock_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/lock/?format=api",
                "links_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/links/?format=api",
                "changes_list_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "linux",
                "push": "git@gitlab.com:zorin-os/desktop/zorin-os-upgrader.git",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": true,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [
                    "https://translations.zorin.com/api/addons/1/?format=api",
                    "https://translations.zorin.com/api/addons/2/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver"
            },
            "language_code": "ca@valencia",
            "id": 19,
            "filename": "po/ca@valencia.po",
            "revision": "8823f985d10249431c4f7728aa18ce1321170974",
            "web_url": "https://translations.zorin.com/projects/zorin-os-upgrader/zorin-os-upgrader/ca@valencia/",
            "share_url": "https://translations.zorin.com/engage/zorin-os-upgrader/ca@valencia/",
            "translate_url": "https://translations.zorin.com/translate/zorin-os-upgrader/zorin-os-upgrader/ca@valencia/",
            "url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/ca@valencia/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 135,
            "total_words": 773,
            "translated": 120,
            "translated_words": 644,
            "translated_percent": 88.8,
            "fuzzy": 1,
            "fuzzy_words": 2,
            "fuzzy_percent": 0.7,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-02-17T13:31:37.026662Z",
            "last_author": null,
            "repository_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/ca@valencia/repository/?format=api",
            "file_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/ca@valencia/file/?format=api",
            "statistics_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/ca@valencia/statistics/?format=api",
            "changes_list_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/ca@valencia/changes/?format=api",
            "units_list_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/ca@valencia/units/?format=api"
        },
        {
            "language": {
                "code": "ckb",
                "name": "Kurdish (Central)",
                "plural": {
                    "id": 101,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [],
                "direction": "rtl",
                "population": 11086548,
                "web_url": "https://translations.zorin.com/languages/ckb/",
                "url": "https://translations.zorin.com/api/languages/ckb/?format=api",
                "statistics_url": "https://translations.zorin.com/api/languages/ckb/statistics/?format=api"
            },
            "component": {
                "name": "Zorin OS Upgrader",
                "slug": "zorin-os-upgrader",
                "id": 1,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 149,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://translations.zorin.com/languages/en/",
                    "url": "https://translations.zorin.com/api/languages/en/?format=api",
                    "statistics_url": "https://translations.zorin.com/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Zorin OS Upgrader",
                    "slug": "zorin-os-upgrader",
                    "id": 2,
                    "web": "https://help.zorin.com/docs/getting-started/upgrade-zorin-os/",
                    "web_url": "https://translations.zorin.com/projects/zorin-os-upgrader/",
                    "url": "https://translations.zorin.com/api/projects/zorin-os-upgrader/?format=api",
                    "components_list_url": "https://translations.zorin.com/api/projects/zorin-os-upgrader/components/?format=api",
                    "repository_url": "https://translations.zorin.com/api/projects/zorin-os-upgrader/repository/?format=api",
                    "statistics_url": "https://translations.zorin.com/api/projects/zorin-os-upgrader/statistics/?format=api",
                    "changes_list_url": "https://translations.zorin.com/api/projects/zorin-os-upgrader/changes/?format=api",
                    "languages_url": "https://translations.zorin.com/api/projects/zorin-os-upgrader/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "git@gitlab.com:zorin-os/desktop/zorin-os-upgrader.git",
                "git_export": "https://translations.zorin.com/git/zorin-os-upgrader/zorin-os-upgrader/",
                "branch": "master",
                "push_branch": "",
                "filemask": "po/*.po",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "po/zorin-os-upgrader.pot",
                "file_format": "po",
                "license": "GPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "https://translations.zorin.com/projects/zorin-os-upgrader/zorin-os-upgrader/",
                "url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/?format=api",
                "repository_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/repository/?format=api",
                "translations_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/translations/?format=api",
                "statistics_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/statistics/?format=api",
                "lock_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/lock/?format=api",
                "links_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/links/?format=api",
                "changes_list_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "linux",
                "push": "git@gitlab.com:zorin-os/desktop/zorin-os-upgrader.git",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": true,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [
                    "https://translations.zorin.com/api/addons/1/?format=api",
                    "https://translations.zorin.com/api/addons/2/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver"
            },
            "language_code": "ckb",
            "id": 20,
            "filename": "po/ckb.po",
            "revision": "7daec95b756a0f922136652096ac511b25cbd8d8",
            "web_url": "https://translations.zorin.com/projects/zorin-os-upgrader/zorin-os-upgrader/ckb/",
            "share_url": "https://translations.zorin.com/engage/zorin-os-upgrader/ckb/",
            "translate_url": "https://translations.zorin.com/translate/zorin-os-upgrader/zorin-os-upgrader/ckb/",
            "url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/ckb/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 135,
            "total_words": 773,
            "translated": 16,
            "translated_words": 47,
            "translated_percent": 11.8,
            "fuzzy": 1,
            "fuzzy_words": 2,
            "fuzzy_percent": 0.7,
            "failing_checks": 2,
            "failing_checks_words": 4,
            "failing_checks_percent": 1.4,
            "have_suggestion": 4,
            "have_comment": 0,
            "last_change": "2023-06-23T16:34:47.469838Z",
            "last_author": null,
            "repository_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/ckb/repository/?format=api",
            "file_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/ckb/file/?format=api",
            "statistics_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/ckb/statistics/?format=api",
            "changes_list_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/ckb/changes/?format=api",
            "units_list_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/ckb/units/?format=api"
        },
        {
            "language": {
                "code": "crh",
                "name": "Crimean Tatar",
                "plural": {
                    "id": 112,
                    "source": 0,
                    "number": 1,
                    "formula": "0",
                    "type": 0
                },
                "aliases": [],
                "direction": "ltr",
                "population": 245968,
                "web_url": "https://translations.zorin.com/languages/crh/",
                "url": "https://translations.zorin.com/api/languages/crh/?format=api",
                "statistics_url": "https://translations.zorin.com/api/languages/crh/statistics/?format=api"
            },
            "component": {
                "name": "Zorin OS Upgrader",
                "slug": "zorin-os-upgrader",
                "id": 1,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 149,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://translations.zorin.com/languages/en/",
                    "url": "https://translations.zorin.com/api/languages/en/?format=api",
                    "statistics_url": "https://translations.zorin.com/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Zorin OS Upgrader",
                    "slug": "zorin-os-upgrader",
                    "id": 2,
                    "web": "https://help.zorin.com/docs/getting-started/upgrade-zorin-os/",
                    "web_url": "https://translations.zorin.com/projects/zorin-os-upgrader/",
                    "url": "https://translations.zorin.com/api/projects/zorin-os-upgrader/?format=api",
                    "components_list_url": "https://translations.zorin.com/api/projects/zorin-os-upgrader/components/?format=api",
                    "repository_url": "https://translations.zorin.com/api/projects/zorin-os-upgrader/repository/?format=api",
                    "statistics_url": "https://translations.zorin.com/api/projects/zorin-os-upgrader/statistics/?format=api",
                    "changes_list_url": "https://translations.zorin.com/api/projects/zorin-os-upgrader/changes/?format=api",
                    "languages_url": "https://translations.zorin.com/api/projects/zorin-os-upgrader/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "git@gitlab.com:zorin-os/desktop/zorin-os-upgrader.git",
                "git_export": "https://translations.zorin.com/git/zorin-os-upgrader/zorin-os-upgrader/",
                "branch": "master",
                "push_branch": "",
                "filemask": "po/*.po",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "po/zorin-os-upgrader.pot",
                "file_format": "po",
                "license": "GPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "https://translations.zorin.com/projects/zorin-os-upgrader/zorin-os-upgrader/",
                "url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/?format=api",
                "repository_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/repository/?format=api",
                "translations_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/translations/?format=api",
                "statistics_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/statistics/?format=api",
                "lock_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/lock/?format=api",
                "links_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/links/?format=api",
                "changes_list_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "linux",
                "push": "git@gitlab.com:zorin-os/desktop/zorin-os-upgrader.git",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": true,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [
                    "https://translations.zorin.com/api/addons/1/?format=api",
                    "https://translations.zorin.com/api/addons/2/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver"
            },
            "language_code": "crh",
            "id": 21,
            "filename": "po/crh.po",
            "revision": "beda69900261aa4ed1c06e8507ca71a804e46d42",
            "web_url": "https://translations.zorin.com/projects/zorin-os-upgrader/zorin-os-upgrader/crh/",
            "share_url": "https://translations.zorin.com/engage/zorin-os-upgrader/crh/",
            "translate_url": "https://translations.zorin.com/translate/zorin-os-upgrader/zorin-os-upgrader/crh/",
            "url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/crh/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 135,
            "total_words": 773,
            "translated": 22,
            "translated_words": 72,
            "translated_percent": 16.2,
            "fuzzy": 14,
            "fuzzy_words": 51,
            "fuzzy_percent": 10.3,
            "failing_checks": 3,
            "failing_checks_words": 10,
            "failing_checks_percent": 2.2,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2023-06-23T16:34:47.838623Z",
            "last_author": null,
            "repository_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/crh/repository/?format=api",
            "file_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/crh/file/?format=api",
            "statistics_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/crh/statistics/?format=api",
            "changes_list_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/crh/changes/?format=api",
            "units_list_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/crh/units/?format=api"
        },
        {
            "language": {
                "code": "cs",
                "name": "Czech",
                "plural": {
                    "id": 114,
                    "source": 0,
                    "number": 3,
                    "formula": "(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2",
                    "type": 22
                },
                "aliases": [
                    "cs_cs",
                    "cz",
                    "csy",
                    "ces",
                    "cze"
                ],
                "direction": "ltr",
                "population": 13045532,
                "web_url": "https://translations.zorin.com/languages/cs/",
                "url": "https://translations.zorin.com/api/languages/cs/?format=api",
                "statistics_url": "https://translations.zorin.com/api/languages/cs/statistics/?format=api"
            },
            "component": {
                "name": "Zorin OS Upgrader",
                "slug": "zorin-os-upgrader",
                "id": 1,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 149,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://translations.zorin.com/languages/en/",
                    "url": "https://translations.zorin.com/api/languages/en/?format=api",
                    "statistics_url": "https://translations.zorin.com/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Zorin OS Upgrader",
                    "slug": "zorin-os-upgrader",
                    "id": 2,
                    "web": "https://help.zorin.com/docs/getting-started/upgrade-zorin-os/",
                    "web_url": "https://translations.zorin.com/projects/zorin-os-upgrader/",
                    "url": "https://translations.zorin.com/api/projects/zorin-os-upgrader/?format=api",
                    "components_list_url": "https://translations.zorin.com/api/projects/zorin-os-upgrader/components/?format=api",
                    "repository_url": "https://translations.zorin.com/api/projects/zorin-os-upgrader/repository/?format=api",
                    "statistics_url": "https://translations.zorin.com/api/projects/zorin-os-upgrader/statistics/?format=api",
                    "changes_list_url": "https://translations.zorin.com/api/projects/zorin-os-upgrader/changes/?format=api",
                    "languages_url": "https://translations.zorin.com/api/projects/zorin-os-upgrader/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "git@gitlab.com:zorin-os/desktop/zorin-os-upgrader.git",
                "git_export": "https://translations.zorin.com/git/zorin-os-upgrader/zorin-os-upgrader/",
                "branch": "master",
                "push_branch": "",
                "filemask": "po/*.po",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "po/zorin-os-upgrader.pot",
                "file_format": "po",
                "license": "GPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "https://translations.zorin.com/projects/zorin-os-upgrader/zorin-os-upgrader/",
                "url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/?format=api",
                "repository_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/repository/?format=api",
                "translations_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/translations/?format=api",
                "statistics_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/statistics/?format=api",
                "lock_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/lock/?format=api",
                "links_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/links/?format=api",
                "changes_list_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "linux",
                "push": "git@gitlab.com:zorin-os/desktop/zorin-os-upgrader.git",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": true,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [
                    "https://translations.zorin.com/api/addons/1/?format=api",
                    "https://translations.zorin.com/api/addons/2/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver"
            },
            "language_code": "cs",
            "id": 22,
            "filename": "po/cs.po",
            "revision": "2cec1d92be752a3447118e8cfc287a9ede962fed",
            "web_url": "https://translations.zorin.com/projects/zorin-os-upgrader/zorin-os-upgrader/cs/",
            "share_url": "https://translations.zorin.com/engage/zorin-os-upgrader/cs/",
            "translate_url": "https://translations.zorin.com/translate/zorin-os-upgrader/zorin-os-upgrader/cs/",
            "url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/cs/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 135,
            "total_words": 773,
            "translated": 125,
            "translated_words": 666,
            "translated_percent": 92.5,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 2,
            "failing_checks_words": 4,
            "failing_checks_percent": 1.4,
            "have_suggestion": 16,
            "have_comment": 0,
            "last_change": "2024-02-04T10:22:38.883908Z",
            "last_author": "Jaroslav Cyril Česal",
            "repository_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/cs/repository/?format=api",
            "file_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/cs/file/?format=api",
            "statistics_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/cs/statistics/?format=api",
            "changes_list_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/cs/changes/?format=api",
            "units_list_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/cs/units/?format=api"
        },
        {
            "language": {
                "code": "csb",
                "name": "Kashubian",
                "plural": {
                    "id": 115,
                    "source": 0,
                    "number": 3,
                    "formula": "n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2",
                    "type": 22
                },
                "aliases": [],
                "direction": "ltr",
                "population": 49766,
                "web_url": "https://translations.zorin.com/languages/csb/",
                "url": "https://translations.zorin.com/api/languages/csb/?format=api",
                "statistics_url": "https://translations.zorin.com/api/languages/csb/statistics/?format=api"
            },
            "component": {
                "name": "Zorin OS Upgrader",
                "slug": "zorin-os-upgrader",
                "id": 1,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 149,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://translations.zorin.com/languages/en/",
                    "url": "https://translations.zorin.com/api/languages/en/?format=api",
                    "statistics_url": "https://translations.zorin.com/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Zorin OS Upgrader",
                    "slug": "zorin-os-upgrader",
                    "id": 2,
                    "web": "https://help.zorin.com/docs/getting-started/upgrade-zorin-os/",
                    "web_url": "https://translations.zorin.com/projects/zorin-os-upgrader/",
                    "url": "https://translations.zorin.com/api/projects/zorin-os-upgrader/?format=api",
                    "components_list_url": "https://translations.zorin.com/api/projects/zorin-os-upgrader/components/?format=api",
                    "repository_url": "https://translations.zorin.com/api/projects/zorin-os-upgrader/repository/?format=api",
                    "statistics_url": "https://translations.zorin.com/api/projects/zorin-os-upgrader/statistics/?format=api",
                    "changes_list_url": "https://translations.zorin.com/api/projects/zorin-os-upgrader/changes/?format=api",
                    "languages_url": "https://translations.zorin.com/api/projects/zorin-os-upgrader/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "git@gitlab.com:zorin-os/desktop/zorin-os-upgrader.git",
                "git_export": "https://translations.zorin.com/git/zorin-os-upgrader/zorin-os-upgrader/",
                "branch": "master",
                "push_branch": "",
                "filemask": "po/*.po",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "po/zorin-os-upgrader.pot",
                "file_format": "po",
                "license": "GPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "https://translations.zorin.com/projects/zorin-os-upgrader/zorin-os-upgrader/",
                "url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/?format=api",
                "repository_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/repository/?format=api",
                "translations_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/translations/?format=api",
                "statistics_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/statistics/?format=api",
                "lock_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/lock/?format=api",
                "links_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/links/?format=api",
                "changes_list_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "linux",
                "push": "git@gitlab.com:zorin-os/desktop/zorin-os-upgrader.git",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": true,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [
                    "https://translations.zorin.com/api/addons/1/?format=api",
                    "https://translations.zorin.com/api/addons/2/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver"
            },
            "language_code": "csb",
            "id": 23,
            "filename": "po/csb.po",
            "revision": "4cbee3c4410e67fb952fdf4a51a7451d392b2539",
            "web_url": "https://translations.zorin.com/projects/zorin-os-upgrader/zorin-os-upgrader/csb/",
            "share_url": "https://translations.zorin.com/engage/zorin-os-upgrader/csb/",
            "translate_url": "https://translations.zorin.com/translate/zorin-os-upgrader/zorin-os-upgrader/csb/",
            "url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/csb/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 135,
            "total_words": 773,
            "translated": 17,
            "translated_words": 50,
            "translated_percent": 12.5,
            "fuzzy": 11,
            "fuzzy_words": 39,
            "fuzzy_percent": 8.1,
            "failing_checks": 4,
            "failing_checks_words": 19,
            "failing_checks_percent": 2.9,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2023-06-23T16:34:48.532523Z",
            "last_author": null,
            "repository_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/csb/repository/?format=api",
            "file_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/csb/file/?format=api",
            "statistics_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/csb/statistics/?format=api",
            "changes_list_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/csb/changes/?format=api",
            "units_list_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/csb/units/?format=api"
        },
        {
            "language": {
                "code": "cv",
                "name": "Chuvash",
                "plural": {
                    "id": 117,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "chv"
                ],
                "direction": "ltr",
                "population": 1842386,
                "web_url": "https://translations.zorin.com/languages/cv/",
                "url": "https://translations.zorin.com/api/languages/cv/?format=api",
                "statistics_url": "https://translations.zorin.com/api/languages/cv/statistics/?format=api"
            },
            "component": {
                "name": "Zorin OS Upgrader",
                "slug": "zorin-os-upgrader",
                "id": 1,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 149,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://translations.zorin.com/languages/en/",
                    "url": "https://translations.zorin.com/api/languages/en/?format=api",
                    "statistics_url": "https://translations.zorin.com/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Zorin OS Upgrader",
                    "slug": "zorin-os-upgrader",
                    "id": 2,
                    "web": "https://help.zorin.com/docs/getting-started/upgrade-zorin-os/",
                    "web_url": "https://translations.zorin.com/projects/zorin-os-upgrader/",
                    "url": "https://translations.zorin.com/api/projects/zorin-os-upgrader/?format=api",
                    "components_list_url": "https://translations.zorin.com/api/projects/zorin-os-upgrader/components/?format=api",
                    "repository_url": "https://translations.zorin.com/api/projects/zorin-os-upgrader/repository/?format=api",
                    "statistics_url": "https://translations.zorin.com/api/projects/zorin-os-upgrader/statistics/?format=api",
                    "changes_list_url": "https://translations.zorin.com/api/projects/zorin-os-upgrader/changes/?format=api",
                    "languages_url": "https://translations.zorin.com/api/projects/zorin-os-upgrader/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "git@gitlab.com:zorin-os/desktop/zorin-os-upgrader.git",
                "git_export": "https://translations.zorin.com/git/zorin-os-upgrader/zorin-os-upgrader/",
                "branch": "master",
                "push_branch": "",
                "filemask": "po/*.po",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "po/zorin-os-upgrader.pot",
                "file_format": "po",
                "license": "GPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "https://translations.zorin.com/projects/zorin-os-upgrader/zorin-os-upgrader/",
                "url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/?format=api",
                "repository_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/repository/?format=api",
                "translations_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/translations/?format=api",
                "statistics_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/statistics/?format=api",
                "lock_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/lock/?format=api",
                "links_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/links/?format=api",
                "changes_list_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "linux",
                "push": "git@gitlab.com:zorin-os/desktop/zorin-os-upgrader.git",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": true,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [
                    "https://translations.zorin.com/api/addons/1/?format=api",
                    "https://translations.zorin.com/api/addons/2/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver"
            },
            "language_code": "cv",
            "id": 24,
            "filename": "po/cv.po",
            "revision": "1d6ac6013dc9d756f206ec0334fe3fce38b4fbdf",
            "web_url": "https://translations.zorin.com/projects/zorin-os-upgrader/zorin-os-upgrader/cv/",
            "share_url": "https://translations.zorin.com/engage/zorin-os-upgrader/cv/",
            "translate_url": "https://translations.zorin.com/translate/zorin-os-upgrader/zorin-os-upgrader/cv/",
            "url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/cv/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 135,
            "total_words": 773,
            "translated": 2,
            "translated_words": 2,
            "translated_percent": 1.4,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/cv/repository/?format=api",
            "file_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/cv/file/?format=api",
            "statistics_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/cv/statistics/?format=api",
            "changes_list_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/cv/changes/?format=api",
            "units_list_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/cv/units/?format=api"
        },
        {
            "language": {
                "code": "cy",
                "name": "Welsh",
                "plural": {
                    "id": 118,
                    "source": 0,
                    "number": 6,
                    "formula": "(n==0) ? 0 : (n==1) ? 1 : (n==2) ? 2 : (n==3) ? 3 :(n==6) ? 4 : 5",
                    "type": 12
                },
                "aliases": [
                    "cym",
                    "wel"
                ],
                "direction": "ltr",
                "population": 884910,
                "web_url": "https://translations.zorin.com/languages/cy/",
                "url": "https://translations.zorin.com/api/languages/cy/?format=api",
                "statistics_url": "https://translations.zorin.com/api/languages/cy/statistics/?format=api"
            },
            "component": {
                "name": "Zorin OS Upgrader",
                "slug": "zorin-os-upgrader",
                "id": 1,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 149,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://translations.zorin.com/languages/en/",
                    "url": "https://translations.zorin.com/api/languages/en/?format=api",
                    "statistics_url": "https://translations.zorin.com/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Zorin OS Upgrader",
                    "slug": "zorin-os-upgrader",
                    "id": 2,
                    "web": "https://help.zorin.com/docs/getting-started/upgrade-zorin-os/",
                    "web_url": "https://translations.zorin.com/projects/zorin-os-upgrader/",
                    "url": "https://translations.zorin.com/api/projects/zorin-os-upgrader/?format=api",
                    "components_list_url": "https://translations.zorin.com/api/projects/zorin-os-upgrader/components/?format=api",
                    "repository_url": "https://translations.zorin.com/api/projects/zorin-os-upgrader/repository/?format=api",
                    "statistics_url": "https://translations.zorin.com/api/projects/zorin-os-upgrader/statistics/?format=api",
                    "changes_list_url": "https://translations.zorin.com/api/projects/zorin-os-upgrader/changes/?format=api",
                    "languages_url": "https://translations.zorin.com/api/projects/zorin-os-upgrader/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "git@gitlab.com:zorin-os/desktop/zorin-os-upgrader.git",
                "git_export": "https://translations.zorin.com/git/zorin-os-upgrader/zorin-os-upgrader/",
                "branch": "master",
                "push_branch": "",
                "filemask": "po/*.po",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "po/zorin-os-upgrader.pot",
                "file_format": "po",
                "license": "GPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "https://translations.zorin.com/projects/zorin-os-upgrader/zorin-os-upgrader/",
                "url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/?format=api",
                "repository_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/repository/?format=api",
                "translations_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/translations/?format=api",
                "statistics_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/statistics/?format=api",
                "lock_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/lock/?format=api",
                "links_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/links/?format=api",
                "changes_list_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "linux",
                "push": "git@gitlab.com:zorin-os/desktop/zorin-os-upgrader.git",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": true,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [
                    "https://translations.zorin.com/api/addons/1/?format=api",
                    "https://translations.zorin.com/api/addons/2/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver"
            },
            "language_code": "cy",
            "id": 25,
            "filename": "po/cy.po",
            "revision": "a31a889723c9affc43a9ad5ee333966abad7ff96",
            "web_url": "https://translations.zorin.com/projects/zorin-os-upgrader/zorin-os-upgrader/cy/",
            "share_url": "https://translations.zorin.com/engage/zorin-os-upgrader/cy/",
            "translate_url": "https://translations.zorin.com/translate/zorin-os-upgrader/zorin-os-upgrader/cy/",
            "url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/cy/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 135,
            "total_words": 773,
            "translated": 25,
            "translated_words": 67,
            "translated_percent": 18.5,
            "fuzzy": 11,
            "fuzzy_words": 39,
            "fuzzy_percent": 8.1,
            "failing_checks": 5,
            "failing_checks_words": 12,
            "failing_checks_percent": 3.7,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2023-06-23T16:34:49.182076Z",
            "last_author": null,
            "repository_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/cy/repository/?format=api",
            "file_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/cy/file/?format=api",
            "statistics_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/cy/statistics/?format=api",
            "changes_list_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/cy/changes/?format=api",
            "units_list_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/cy/units/?format=api"
        },
        {
            "language": {
                "code": "da",
                "name": "Danish",
                "plural": {
                    "id": 119,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "da_da",
                    "dk",
                    "dan"
                ],
                "direction": "ltr",
                "population": 7072056,
                "web_url": "https://translations.zorin.com/languages/da/",
                "url": "https://translations.zorin.com/api/languages/da/?format=api",
                "statistics_url": "https://translations.zorin.com/api/languages/da/statistics/?format=api"
            },
            "component": {
                "name": "Zorin OS Upgrader",
                "slug": "zorin-os-upgrader",
                "id": 1,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 149,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://translations.zorin.com/languages/en/",
                    "url": "https://translations.zorin.com/api/languages/en/?format=api",
                    "statistics_url": "https://translations.zorin.com/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Zorin OS Upgrader",
                    "slug": "zorin-os-upgrader",
                    "id": 2,
                    "web": "https://help.zorin.com/docs/getting-started/upgrade-zorin-os/",
                    "web_url": "https://translations.zorin.com/projects/zorin-os-upgrader/",
                    "url": "https://translations.zorin.com/api/projects/zorin-os-upgrader/?format=api",
                    "components_list_url": "https://translations.zorin.com/api/projects/zorin-os-upgrader/components/?format=api",
                    "repository_url": "https://translations.zorin.com/api/projects/zorin-os-upgrader/repository/?format=api",
                    "statistics_url": "https://translations.zorin.com/api/projects/zorin-os-upgrader/statistics/?format=api",
                    "changes_list_url": "https://translations.zorin.com/api/projects/zorin-os-upgrader/changes/?format=api",
                    "languages_url": "https://translations.zorin.com/api/projects/zorin-os-upgrader/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "git@gitlab.com:zorin-os/desktop/zorin-os-upgrader.git",
                "git_export": "https://translations.zorin.com/git/zorin-os-upgrader/zorin-os-upgrader/",
                "branch": "master",
                "push_branch": "",
                "filemask": "po/*.po",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "po/zorin-os-upgrader.pot",
                "file_format": "po",
                "license": "GPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "https://translations.zorin.com/projects/zorin-os-upgrader/zorin-os-upgrader/",
                "url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/?format=api",
                "repository_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/repository/?format=api",
                "translations_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/translations/?format=api",
                "statistics_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/statistics/?format=api",
                "lock_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/lock/?format=api",
                "links_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/links/?format=api",
                "changes_list_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "linux",
                "push": "git@gitlab.com:zorin-os/desktop/zorin-os-upgrader.git",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": true,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [
                    "https://translations.zorin.com/api/addons/1/?format=api",
                    "https://translations.zorin.com/api/addons/2/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver"
            },
            "language_code": "da",
            "id": 26,
            "filename": "po/da.po",
            "revision": "548f8f86f73da9f1f8b701fca779c8c73ba1ed4e",
            "web_url": "https://translations.zorin.com/projects/zorin-os-upgrader/zorin-os-upgrader/da/",
            "share_url": "https://translations.zorin.com/engage/zorin-os-upgrader/da/",
            "translate_url": "https://translations.zorin.com/translate/zorin-os-upgrader/zorin-os-upgrader/da/",
            "url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/da/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 135,
            "total_words": 773,
            "translated": 127,
            "translated_words": 686,
            "translated_percent": 94.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": "2025-10-05T18:43:13.775880Z",
            "last_author": "Translator2",
            "repository_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/da/repository/?format=api",
            "file_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/da/file/?format=api",
            "statistics_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/da/statistics/?format=api",
            "changes_list_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/da/changes/?format=api",
            "units_list_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/da/units/?format=api"
        },
        {
            "language": {
                "code": "de",
                "name": "German",
                "plural": {
                    "id": 122,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "deu_de",
                    "deu",
                    "ger"
                ],
                "direction": "ltr",
                "population": 136350226,
                "web_url": "https://translations.zorin.com/languages/de/",
                "url": "https://translations.zorin.com/api/languages/de/?format=api",
                "statistics_url": "https://translations.zorin.com/api/languages/de/statistics/?format=api"
            },
            "component": {
                "name": "Zorin OS Upgrader",
                "slug": "zorin-os-upgrader",
                "id": 1,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 149,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://translations.zorin.com/languages/en/",
                    "url": "https://translations.zorin.com/api/languages/en/?format=api",
                    "statistics_url": "https://translations.zorin.com/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Zorin OS Upgrader",
                    "slug": "zorin-os-upgrader",
                    "id": 2,
                    "web": "https://help.zorin.com/docs/getting-started/upgrade-zorin-os/",
                    "web_url": "https://translations.zorin.com/projects/zorin-os-upgrader/",
                    "url": "https://translations.zorin.com/api/projects/zorin-os-upgrader/?format=api",
                    "components_list_url": "https://translations.zorin.com/api/projects/zorin-os-upgrader/components/?format=api",
                    "repository_url": "https://translations.zorin.com/api/projects/zorin-os-upgrader/repository/?format=api",
                    "statistics_url": "https://translations.zorin.com/api/projects/zorin-os-upgrader/statistics/?format=api",
                    "changes_list_url": "https://translations.zorin.com/api/projects/zorin-os-upgrader/changes/?format=api",
                    "languages_url": "https://translations.zorin.com/api/projects/zorin-os-upgrader/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "git@gitlab.com:zorin-os/desktop/zorin-os-upgrader.git",
                "git_export": "https://translations.zorin.com/git/zorin-os-upgrader/zorin-os-upgrader/",
                "branch": "master",
                "push_branch": "",
                "filemask": "po/*.po",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "po/zorin-os-upgrader.pot",
                "file_format": "po",
                "license": "GPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "https://translations.zorin.com/projects/zorin-os-upgrader/zorin-os-upgrader/",
                "url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/?format=api",
                "repository_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/repository/?format=api",
                "translations_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/translations/?format=api",
                "statistics_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/statistics/?format=api",
                "lock_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/lock/?format=api",
                "links_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/links/?format=api",
                "changes_list_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "linux",
                "push": "git@gitlab.com:zorin-os/desktop/zorin-os-upgrader.git",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": true,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [
                    "https://translations.zorin.com/api/addons/1/?format=api",
                    "https://translations.zorin.com/api/addons/2/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver"
            },
            "language_code": "de",
            "id": 27,
            "filename": "po/de.po",
            "revision": "dd313508444c036ac84f9ff719f937514ff8780d",
            "web_url": "https://translations.zorin.com/projects/zorin-os-upgrader/zorin-os-upgrader/de/",
            "share_url": "https://translations.zorin.com/engage/zorin-os-upgrader/de/",
            "translate_url": "https://translations.zorin.com/translate/zorin-os-upgrader/zorin-os-upgrader/de/",
            "url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/de/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 135,
            "total_words": 773,
            "translated": 127,
            "translated_words": 686,
            "translated_percent": 94.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 8,
            "have_comment": 0,
            "last_change": "2024-03-12T08:58:39.139617Z",
            "last_author": "Ralf Martin Lebrecht",
            "repository_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/de/repository/?format=api",
            "file_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/de/file/?format=api",
            "statistics_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/de/statistics/?format=api",
            "changes_list_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/de/changes/?format=api",
            "units_list_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/de/units/?format=api"
        },
        {
            "language": {
                "code": "dv",
                "name": "Dhivehi",
                "plural": {
                    "id": 139,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "div"
                ],
                "direction": "rtl",
                "population": 388044,
                "web_url": "https://translations.zorin.com/languages/dv/",
                "url": "https://translations.zorin.com/api/languages/dv/?format=api",
                "statistics_url": "https://translations.zorin.com/api/languages/dv/statistics/?format=api"
            },
            "component": {
                "name": "Zorin OS Upgrader",
                "slug": "zorin-os-upgrader",
                "id": 1,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 149,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://translations.zorin.com/languages/en/",
                    "url": "https://translations.zorin.com/api/languages/en/?format=api",
                    "statistics_url": "https://translations.zorin.com/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Zorin OS Upgrader",
                    "slug": "zorin-os-upgrader",
                    "id": 2,
                    "web": "https://help.zorin.com/docs/getting-started/upgrade-zorin-os/",
                    "web_url": "https://translations.zorin.com/projects/zorin-os-upgrader/",
                    "url": "https://translations.zorin.com/api/projects/zorin-os-upgrader/?format=api",
                    "components_list_url": "https://translations.zorin.com/api/projects/zorin-os-upgrader/components/?format=api",
                    "repository_url": "https://translations.zorin.com/api/projects/zorin-os-upgrader/repository/?format=api",
                    "statistics_url": "https://translations.zorin.com/api/projects/zorin-os-upgrader/statistics/?format=api",
                    "changes_list_url": "https://translations.zorin.com/api/projects/zorin-os-upgrader/changes/?format=api",
                    "languages_url": "https://translations.zorin.com/api/projects/zorin-os-upgrader/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "git@gitlab.com:zorin-os/desktop/zorin-os-upgrader.git",
                "git_export": "https://translations.zorin.com/git/zorin-os-upgrader/zorin-os-upgrader/",
                "branch": "master",
                "push_branch": "",
                "filemask": "po/*.po",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "po/zorin-os-upgrader.pot",
                "file_format": "po",
                "license": "GPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "https://translations.zorin.com/projects/zorin-os-upgrader/zorin-os-upgrader/",
                "url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/?format=api",
                "repository_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/repository/?format=api",
                "translations_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/translations/?format=api",
                "statistics_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/statistics/?format=api",
                "lock_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/lock/?format=api",
                "links_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/links/?format=api",
                "changes_list_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "linux",
                "push": "git@gitlab.com:zorin-os/desktop/zorin-os-upgrader.git",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": true,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [
                    "https://translations.zorin.com/api/addons/1/?format=api",
                    "https://translations.zorin.com/api/addons/2/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver"
            },
            "language_code": "dv",
            "id": 28,
            "filename": "po/dv.po",
            "revision": "3b3f88ec88eeba139d0014b8d3e61b210e62c301",
            "web_url": "https://translations.zorin.com/projects/zorin-os-upgrader/zorin-os-upgrader/dv/",
            "share_url": "https://translations.zorin.com/engage/zorin-os-upgrader/dv/",
            "translate_url": "https://translations.zorin.com/translate/zorin-os-upgrader/zorin-os-upgrader/dv/",
            "url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/dv/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 135,
            "total_words": 773,
            "translated": 2,
            "translated_words": 2,
            "translated_percent": 1.4,
            "fuzzy": 4,
            "fuzzy_words": 8,
            "fuzzy_percent": 2.9,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2023-06-23T16:34:50.215552Z",
            "last_author": null,
            "repository_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/dv/repository/?format=api",
            "file_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/dv/file/?format=api",
            "statistics_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/dv/statistics/?format=api",
            "changes_list_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/dv/changes/?format=api",
            "units_list_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/dv/units/?format=api"
        },
        {
            "language": {
                "code": "dz",
                "name": "Dzongkha",
                "plural": {
                    "id": 141,
                    "source": 0,
                    "number": 1,
                    "formula": "0",
                    "type": 0
                },
                "aliases": [
                    "dzo"
                ],
                "direction": "ltr",
                "population": 370341,
                "web_url": "https://translations.zorin.com/languages/dz/",
                "url": "https://translations.zorin.com/api/languages/dz/?format=api",
                "statistics_url": "https://translations.zorin.com/api/languages/dz/statistics/?format=api"
            },
            "component": {
                "name": "Zorin OS Upgrader",
                "slug": "zorin-os-upgrader",
                "id": 1,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 149,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://translations.zorin.com/languages/en/",
                    "url": "https://translations.zorin.com/api/languages/en/?format=api",
                    "statistics_url": "https://translations.zorin.com/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Zorin OS Upgrader",
                    "slug": "zorin-os-upgrader",
                    "id": 2,
                    "web": "https://help.zorin.com/docs/getting-started/upgrade-zorin-os/",
                    "web_url": "https://translations.zorin.com/projects/zorin-os-upgrader/",
                    "url": "https://translations.zorin.com/api/projects/zorin-os-upgrader/?format=api",
                    "components_list_url": "https://translations.zorin.com/api/projects/zorin-os-upgrader/components/?format=api",
                    "repository_url": "https://translations.zorin.com/api/projects/zorin-os-upgrader/repository/?format=api",
                    "statistics_url": "https://translations.zorin.com/api/projects/zorin-os-upgrader/statistics/?format=api",
                    "changes_list_url": "https://translations.zorin.com/api/projects/zorin-os-upgrader/changes/?format=api",
                    "languages_url": "https://translations.zorin.com/api/projects/zorin-os-upgrader/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "git@gitlab.com:zorin-os/desktop/zorin-os-upgrader.git",
                "git_export": "https://translations.zorin.com/git/zorin-os-upgrader/zorin-os-upgrader/",
                "branch": "master",
                "push_branch": "",
                "filemask": "po/*.po",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "po/zorin-os-upgrader.pot",
                "file_format": "po",
                "license": "GPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "https://translations.zorin.com/projects/zorin-os-upgrader/zorin-os-upgrader/",
                "url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/?format=api",
                "repository_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/repository/?format=api",
                "translations_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/translations/?format=api",
                "statistics_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/statistics/?format=api",
                "lock_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/lock/?format=api",
                "links_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/links/?format=api",
                "changes_list_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "linux",
                "push": "git@gitlab.com:zorin-os/desktop/zorin-os-upgrader.git",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": true,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [
                    "https://translations.zorin.com/api/addons/1/?format=api",
                    "https://translations.zorin.com/api/addons/2/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver"
            },
            "language_code": "dz",
            "id": 29,
            "filename": "po/dz.po",
            "revision": "aeb2ad58e7a4ad42956ad8f44a4592a34cc28197",
            "web_url": "https://translations.zorin.com/projects/zorin-os-upgrader/zorin-os-upgrader/dz/",
            "share_url": "https://translations.zorin.com/engage/zorin-os-upgrader/dz/",
            "translate_url": "https://translations.zorin.com/translate/zorin-os-upgrader/zorin-os-upgrader/dz/",
            "url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/dz/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 135,
            "total_words": 773,
            "translated": 5,
            "translated_words": 8,
            "translated_percent": 3.7,
            "fuzzy": 1,
            "fuzzy_words": 2,
            "fuzzy_percent": 0.7,
            "failing_checks": 1,
            "failing_checks_words": 2,
            "failing_checks_percent": 0.7,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2023-06-23T16:34:50.532109Z",
            "last_author": null,
            "repository_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/dz/repository/?format=api",
            "file_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/dz/file/?format=api",
            "statistics_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/dz/statistics/?format=api",
            "changes_list_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/dz/changes/?format=api",
            "units_list_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/dz/units/?format=api"
        },
        {
            "language": {
                "code": "el",
                "name": "Greek",
                "plural": {
                    "id": 147,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "gr",
                    "ell",
                    "gre"
                ],
                "direction": "ltr",
                "population": 12292240,
                "web_url": "https://translations.zorin.com/languages/el/",
                "url": "https://translations.zorin.com/api/languages/el/?format=api",
                "statistics_url": "https://translations.zorin.com/api/languages/el/statistics/?format=api"
            },
            "component": {
                "name": "Zorin OS Upgrader",
                "slug": "zorin-os-upgrader",
                "id": 1,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 149,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://translations.zorin.com/languages/en/",
                    "url": "https://translations.zorin.com/api/languages/en/?format=api",
                    "statistics_url": "https://translations.zorin.com/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Zorin OS Upgrader",
                    "slug": "zorin-os-upgrader",
                    "id": 2,
                    "web": "https://help.zorin.com/docs/getting-started/upgrade-zorin-os/",
                    "web_url": "https://translations.zorin.com/projects/zorin-os-upgrader/",
                    "url": "https://translations.zorin.com/api/projects/zorin-os-upgrader/?format=api",
                    "components_list_url": "https://translations.zorin.com/api/projects/zorin-os-upgrader/components/?format=api",
                    "repository_url": "https://translations.zorin.com/api/projects/zorin-os-upgrader/repository/?format=api",
                    "statistics_url": "https://translations.zorin.com/api/projects/zorin-os-upgrader/statistics/?format=api",
                    "changes_list_url": "https://translations.zorin.com/api/projects/zorin-os-upgrader/changes/?format=api",
                    "languages_url": "https://translations.zorin.com/api/projects/zorin-os-upgrader/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "git@gitlab.com:zorin-os/desktop/zorin-os-upgrader.git",
                "git_export": "https://translations.zorin.com/git/zorin-os-upgrader/zorin-os-upgrader/",
                "branch": "master",
                "push_branch": "",
                "filemask": "po/*.po",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "po/zorin-os-upgrader.pot",
                "file_format": "po",
                "license": "GPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "https://translations.zorin.com/projects/zorin-os-upgrader/zorin-os-upgrader/",
                "url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/?format=api",
                "repository_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/repository/?format=api",
                "translations_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/translations/?format=api",
                "statistics_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/statistics/?format=api",
                "lock_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/lock/?format=api",
                "links_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/links/?format=api",
                "changes_list_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "linux",
                "push": "git@gitlab.com:zorin-os/desktop/zorin-os-upgrader.git",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": true,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [
                    "https://translations.zorin.com/api/addons/1/?format=api",
                    "https://translations.zorin.com/api/addons/2/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver"
            },
            "language_code": "el",
            "id": 30,
            "filename": "po/el.po",
            "revision": "7f79209ba80da3f0bf11ff106f9221191aa3c9e9",
            "web_url": "https://translations.zorin.com/projects/zorin-os-upgrader/zorin-os-upgrader/el/",
            "share_url": "https://translations.zorin.com/engage/zorin-os-upgrader/el/",
            "translate_url": "https://translations.zorin.com/translate/zorin-os-upgrader/zorin-os-upgrader/el/",
            "url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/el/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 135,
            "total_words": 773,
            "translated": 102,
            "translated_words": 467,
            "translated_percent": 75.5,
            "fuzzy": 1,
            "fuzzy_words": 2,
            "fuzzy_percent": 0.7,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 3,
            "have_comment": 0,
            "last_change": "2023-07-12T15:18:31.597831Z",
            "last_author": "Christos Vrachimis",
            "repository_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/el/repository/?format=api",
            "file_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/el/file/?format=api",
            "statistics_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/el/statistics/?format=api",
            "changes_list_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/el/changes/?format=api",
            "units_list_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/el/units/?format=api"
        },
        {
            "language": {
                "code": "en@shaw",
                "name": "English",
                "plural": {
                    "id": 687,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [],
                "direction": "ltr",
                "population": 0,
                "web_url": "https://translations.zorin.com/languages/en@shaw/",
                "url": "https://translations.zorin.com/api/languages/en@shaw/?format=api",
                "statistics_url": "https://translations.zorin.com/api/languages/en@shaw/statistics/?format=api"
            },
            "component": {
                "name": "Zorin OS Upgrader",
                "slug": "zorin-os-upgrader",
                "id": 1,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 149,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://translations.zorin.com/languages/en/",
                    "url": "https://translations.zorin.com/api/languages/en/?format=api",
                    "statistics_url": "https://translations.zorin.com/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Zorin OS Upgrader",
                    "slug": "zorin-os-upgrader",
                    "id": 2,
                    "web": "https://help.zorin.com/docs/getting-started/upgrade-zorin-os/",
                    "web_url": "https://translations.zorin.com/projects/zorin-os-upgrader/",
                    "url": "https://translations.zorin.com/api/projects/zorin-os-upgrader/?format=api",
                    "components_list_url": "https://translations.zorin.com/api/projects/zorin-os-upgrader/components/?format=api",
                    "repository_url": "https://translations.zorin.com/api/projects/zorin-os-upgrader/repository/?format=api",
                    "statistics_url": "https://translations.zorin.com/api/projects/zorin-os-upgrader/statistics/?format=api",
                    "changes_list_url": "https://translations.zorin.com/api/projects/zorin-os-upgrader/changes/?format=api",
                    "languages_url": "https://translations.zorin.com/api/projects/zorin-os-upgrader/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "git@gitlab.com:zorin-os/desktop/zorin-os-upgrader.git",
                "git_export": "https://translations.zorin.com/git/zorin-os-upgrader/zorin-os-upgrader/",
                "branch": "master",
                "push_branch": "",
                "filemask": "po/*.po",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "po/zorin-os-upgrader.pot",
                "file_format": "po",
                "license": "GPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "https://translations.zorin.com/projects/zorin-os-upgrader/zorin-os-upgrader/",
                "url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/?format=api",
                "repository_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/repository/?format=api",
                "translations_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/translations/?format=api",
                "statistics_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/statistics/?format=api",
                "lock_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/lock/?format=api",
                "links_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/links/?format=api",
                "changes_list_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "linux",
                "push": "git@gitlab.com:zorin-os/desktop/zorin-os-upgrader.git",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": true,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [
                    "https://translations.zorin.com/api/addons/1/?format=api",
                    "https://translations.zorin.com/api/addons/2/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver"
            },
            "language_code": "en@shaw",
            "id": 31,
            "filename": "po/en@shaw.po",
            "revision": "78bbd11adc78fa0cd324f3d75f484eea2e7e6c6d",
            "web_url": "https://translations.zorin.com/projects/zorin-os-upgrader/zorin-os-upgrader/en@shaw/",
            "share_url": "https://translations.zorin.com/engage/zorin-os-upgrader/en@shaw/",
            "translate_url": "https://translations.zorin.com/translate/zorin-os-upgrader/zorin-os-upgrader/en@shaw/",
            "url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/en@shaw/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 135,
            "total_words": 773,
            "translated": 5,
            "translated_words": 9,
            "translated_percent": 3.7,
            "fuzzy": 1,
            "fuzzy_words": 2,
            "fuzzy_percent": 0.7,
            "failing_checks": 3,
            "failing_checks_words": 9,
            "failing_checks_percent": 2.2,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2023-12-08T08:17:46.572616Z",
            "last_author": "Wayward",
            "repository_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/en@shaw/repository/?format=api",
            "file_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/en@shaw/file/?format=api",
            "statistics_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/en@shaw/statistics/?format=api",
            "changes_list_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/en@shaw/changes/?format=api",
            "units_list_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/en@shaw/units/?format=api"
        },
        {
            "language": {
                "code": "en_AU",
                "name": "English (Australia)",
                "plural": {
                    "id": 151,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "ena"
                ],
                "direction": "ltr",
                "population": 24447840,
                "web_url": "https://translations.zorin.com/languages/en_AU/",
                "url": "https://translations.zorin.com/api/languages/en_AU/?format=api",
                "statistics_url": "https://translations.zorin.com/api/languages/en_AU/statistics/?format=api"
            },
            "component": {
                "name": "Zorin OS Upgrader",
                "slug": "zorin-os-upgrader",
                "id": 1,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 149,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://translations.zorin.com/languages/en/",
                    "url": "https://translations.zorin.com/api/languages/en/?format=api",
                    "statistics_url": "https://translations.zorin.com/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Zorin OS Upgrader",
                    "slug": "zorin-os-upgrader",
                    "id": 2,
                    "web": "https://help.zorin.com/docs/getting-started/upgrade-zorin-os/",
                    "web_url": "https://translations.zorin.com/projects/zorin-os-upgrader/",
                    "url": "https://translations.zorin.com/api/projects/zorin-os-upgrader/?format=api",
                    "components_list_url": "https://translations.zorin.com/api/projects/zorin-os-upgrader/components/?format=api",
                    "repository_url": "https://translations.zorin.com/api/projects/zorin-os-upgrader/repository/?format=api",
                    "statistics_url": "https://translations.zorin.com/api/projects/zorin-os-upgrader/statistics/?format=api",
                    "changes_list_url": "https://translations.zorin.com/api/projects/zorin-os-upgrader/changes/?format=api",
                    "languages_url": "https://translations.zorin.com/api/projects/zorin-os-upgrader/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "git@gitlab.com:zorin-os/desktop/zorin-os-upgrader.git",
                "git_export": "https://translations.zorin.com/git/zorin-os-upgrader/zorin-os-upgrader/",
                "branch": "master",
                "push_branch": "",
                "filemask": "po/*.po",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "po/zorin-os-upgrader.pot",
                "file_format": "po",
                "license": "GPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "https://translations.zorin.com/projects/zorin-os-upgrader/zorin-os-upgrader/",
                "url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/?format=api",
                "repository_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/repository/?format=api",
                "translations_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/translations/?format=api",
                "statistics_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/statistics/?format=api",
                "lock_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/lock/?format=api",
                "links_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/links/?format=api",
                "changes_list_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "linux",
                "push": "git@gitlab.com:zorin-os/desktop/zorin-os-upgrader.git",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": true,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [
                    "https://translations.zorin.com/api/addons/1/?format=api",
                    "https://translations.zorin.com/api/addons/2/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver"
            },
            "language_code": "en_AU",
            "id": 32,
            "filename": "po/en_AU.po",
            "revision": "3846a6dfcf7d9979e0db4edf4d203e0bda93092a",
            "web_url": "https://translations.zorin.com/projects/zorin-os-upgrader/zorin-os-upgrader/en_AU/",
            "share_url": "https://translations.zorin.com/engage/zorin-os-upgrader/en_AU/",
            "translate_url": "https://translations.zorin.com/translate/zorin-os-upgrader/zorin-os-upgrader/en_AU/",
            "url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/en_AU/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 135,
            "total_words": 773,
            "translated": 44,
            "translated_words": 176,
            "translated_percent": 32.5,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 2,
            "have_comment": 0,
            "last_change": "2023-06-23T16:34:51.501742Z",
            "last_author": null,
            "repository_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/en_AU/repository/?format=api",
            "file_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/en_AU/file/?format=api",
            "statistics_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/en_AU/statistics/?format=api",
            "changes_list_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/en_AU/changes/?format=api",
            "units_list_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/en_AU/units/?format=api"
        },
        {
            "language": {
                "code": "en_CA",
                "name": "English (Canada)",
                "plural": {
                    "id": 152,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [],
                "direction": "ltr",
                "population": 32416926,
                "web_url": "https://translations.zorin.com/languages/en_CA/",
                "url": "https://translations.zorin.com/api/languages/en_CA/?format=api",
                "statistics_url": "https://translations.zorin.com/api/languages/en_CA/statistics/?format=api"
            },
            "component": {
                "name": "Zorin OS Upgrader",
                "slug": "zorin-os-upgrader",
                "id": 1,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 149,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://translations.zorin.com/languages/en/",
                    "url": "https://translations.zorin.com/api/languages/en/?format=api",
                    "statistics_url": "https://translations.zorin.com/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Zorin OS Upgrader",
                    "slug": "zorin-os-upgrader",
                    "id": 2,
                    "web": "https://help.zorin.com/docs/getting-started/upgrade-zorin-os/",
                    "web_url": "https://translations.zorin.com/projects/zorin-os-upgrader/",
                    "url": "https://translations.zorin.com/api/projects/zorin-os-upgrader/?format=api",
                    "components_list_url": "https://translations.zorin.com/api/projects/zorin-os-upgrader/components/?format=api",
                    "repository_url": "https://translations.zorin.com/api/projects/zorin-os-upgrader/repository/?format=api",
                    "statistics_url": "https://translations.zorin.com/api/projects/zorin-os-upgrader/statistics/?format=api",
                    "changes_list_url": "https://translations.zorin.com/api/projects/zorin-os-upgrader/changes/?format=api",
                    "languages_url": "https://translations.zorin.com/api/projects/zorin-os-upgrader/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "git@gitlab.com:zorin-os/desktop/zorin-os-upgrader.git",
                "git_export": "https://translations.zorin.com/git/zorin-os-upgrader/zorin-os-upgrader/",
                "branch": "master",
                "push_branch": "",
                "filemask": "po/*.po",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "po/zorin-os-upgrader.pot",
                "file_format": "po",
                "license": "GPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "https://translations.zorin.com/projects/zorin-os-upgrader/zorin-os-upgrader/",
                "url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/?format=api",
                "repository_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/repository/?format=api",
                "translations_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/translations/?format=api",
                "statistics_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/statistics/?format=api",
                "lock_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/lock/?format=api",
                "links_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/links/?format=api",
                "changes_list_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "linux",
                "push": "git@gitlab.com:zorin-os/desktop/zorin-os-upgrader.git",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": true,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [
                    "https://translations.zorin.com/api/addons/1/?format=api",
                    "https://translations.zorin.com/api/addons/2/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver"
            },
            "language_code": "en_CA",
            "id": 33,
            "filename": "po/en_CA.po",
            "revision": "5940ad14a0c4eb620885e66c68e882d26ea14434",
            "web_url": "https://translations.zorin.com/projects/zorin-os-upgrader/zorin-os-upgrader/en_CA/",
            "share_url": "https://translations.zorin.com/engage/zorin-os-upgrader/en_CA/",
            "translate_url": "https://translations.zorin.com/translate/zorin-os-upgrader/zorin-os-upgrader/en_CA/",
            "url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/en_CA/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 135,
            "total_words": 773,
            "translated": 51,
            "translated_words": 189,
            "translated_percent": 37.7,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 17,
            "have_comment": 0,
            "last_change": "2023-06-23T16:34:51.801181Z",
            "last_author": null,
            "repository_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/en_CA/repository/?format=api",
            "file_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/en_CA/file/?format=api",
            "statistics_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/en_CA/statistics/?format=api",
            "changes_list_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/en_CA/changes/?format=api",
            "units_list_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/en_CA/units/?format=api"
        },
        {
            "language": {
                "code": "en_GB",
                "name": "English (United Kingdom)",
                "plural": {
                    "id": 153,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "english_uk",
                    "eng_gb"
                ],
                "direction": "ltr",
                "population": 64445878,
                "web_url": "https://translations.zorin.com/languages/en_GB/",
                "url": "https://translations.zorin.com/api/languages/en_GB/?format=api",
                "statistics_url": "https://translations.zorin.com/api/languages/en_GB/statistics/?format=api"
            },
            "component": {
                "name": "Zorin OS Upgrader",
                "slug": "zorin-os-upgrader",
                "id": 1,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 149,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://translations.zorin.com/languages/en/",
                    "url": "https://translations.zorin.com/api/languages/en/?format=api",
                    "statistics_url": "https://translations.zorin.com/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Zorin OS Upgrader",
                    "slug": "zorin-os-upgrader",
                    "id": 2,
                    "web": "https://help.zorin.com/docs/getting-started/upgrade-zorin-os/",
                    "web_url": "https://translations.zorin.com/projects/zorin-os-upgrader/",
                    "url": "https://translations.zorin.com/api/projects/zorin-os-upgrader/?format=api",
                    "components_list_url": "https://translations.zorin.com/api/projects/zorin-os-upgrader/components/?format=api",
                    "repository_url": "https://translations.zorin.com/api/projects/zorin-os-upgrader/repository/?format=api",
                    "statistics_url": "https://translations.zorin.com/api/projects/zorin-os-upgrader/statistics/?format=api",
                    "changes_list_url": "https://translations.zorin.com/api/projects/zorin-os-upgrader/changes/?format=api",
                    "languages_url": "https://translations.zorin.com/api/projects/zorin-os-upgrader/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "git@gitlab.com:zorin-os/desktop/zorin-os-upgrader.git",
                "git_export": "https://translations.zorin.com/git/zorin-os-upgrader/zorin-os-upgrader/",
                "branch": "master",
                "push_branch": "",
                "filemask": "po/*.po",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "po/zorin-os-upgrader.pot",
                "file_format": "po",
                "license": "GPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "https://translations.zorin.com/projects/zorin-os-upgrader/zorin-os-upgrader/",
                "url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/?format=api",
                "repository_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/repository/?format=api",
                "translations_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/translations/?format=api",
                "statistics_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/statistics/?format=api",
                "lock_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/lock/?format=api",
                "links_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/links/?format=api",
                "changes_list_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "linux",
                "push": "git@gitlab.com:zorin-os/desktop/zorin-os-upgrader.git",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": true,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [
                    "https://translations.zorin.com/api/addons/1/?format=api",
                    "https://translations.zorin.com/api/addons/2/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver"
            },
            "language_code": "en_GB",
            "id": 34,
            "filename": "po/en_GB.po",
            "revision": "01d3f80ab4f79a5b998c2a27bcabbe083159d0ee",
            "web_url": "https://translations.zorin.com/projects/zorin-os-upgrader/zorin-os-upgrader/en_GB/",
            "share_url": "https://translations.zorin.com/engage/zorin-os-upgrader/en_GB/",
            "translate_url": "https://translations.zorin.com/translate/zorin-os-upgrader/zorin-os-upgrader/en_GB/",
            "url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/en_GB/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 135,
            "total_words": 773,
            "translated": 127,
            "translated_words": 686,
            "translated_percent": 94.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": "2025-12-26T07:19:13.331580Z",
            "last_author": "Rihards Simanovics",
            "repository_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/en_GB/repository/?format=api",
            "file_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/en_GB/file/?format=api",
            "statistics_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/en_GB/statistics/?format=api",
            "changes_list_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/en_GB/changes/?format=api",
            "units_list_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/en_GB/units/?format=api"
        },
        {
            "language": {
                "code": "eo",
                "name": "Esperanto",
                "plural": {
                    "id": 166,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "epo"
                ],
                "direction": "ltr",
                "population": 301,
                "web_url": "https://translations.zorin.com/languages/eo/",
                "url": "https://translations.zorin.com/api/languages/eo/?format=api",
                "statistics_url": "https://translations.zorin.com/api/languages/eo/statistics/?format=api"
            },
            "component": {
                "name": "Zorin OS Upgrader",
                "slug": "zorin-os-upgrader",
                "id": 1,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 149,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://translations.zorin.com/languages/en/",
                    "url": "https://translations.zorin.com/api/languages/en/?format=api",
                    "statistics_url": "https://translations.zorin.com/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Zorin OS Upgrader",
                    "slug": "zorin-os-upgrader",
                    "id": 2,
                    "web": "https://help.zorin.com/docs/getting-started/upgrade-zorin-os/",
                    "web_url": "https://translations.zorin.com/projects/zorin-os-upgrader/",
                    "url": "https://translations.zorin.com/api/projects/zorin-os-upgrader/?format=api",
                    "components_list_url": "https://translations.zorin.com/api/projects/zorin-os-upgrader/components/?format=api",
                    "repository_url": "https://translations.zorin.com/api/projects/zorin-os-upgrader/repository/?format=api",
                    "statistics_url": "https://translations.zorin.com/api/projects/zorin-os-upgrader/statistics/?format=api",
                    "changes_list_url": "https://translations.zorin.com/api/projects/zorin-os-upgrader/changes/?format=api",
                    "languages_url": "https://translations.zorin.com/api/projects/zorin-os-upgrader/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "git@gitlab.com:zorin-os/desktop/zorin-os-upgrader.git",
                "git_export": "https://translations.zorin.com/git/zorin-os-upgrader/zorin-os-upgrader/",
                "branch": "master",
                "push_branch": "",
                "filemask": "po/*.po",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "po/zorin-os-upgrader.pot",
                "file_format": "po",
                "license": "GPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "https://translations.zorin.com/projects/zorin-os-upgrader/zorin-os-upgrader/",
                "url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/?format=api",
                "repository_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/repository/?format=api",
                "translations_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/translations/?format=api",
                "statistics_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/statistics/?format=api",
                "lock_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/lock/?format=api",
                "links_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/links/?format=api",
                "changes_list_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "linux",
                "push": "git@gitlab.com:zorin-os/desktop/zorin-os-upgrader.git",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": true,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [
                    "https://translations.zorin.com/api/addons/1/?format=api",
                    "https://translations.zorin.com/api/addons/2/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver"
            },
            "language_code": "eo",
            "id": 35,
            "filename": "po/eo.po",
            "revision": "d47625fdc9a385bcc2117b15227784e3f7a4cb59",
            "web_url": "https://translations.zorin.com/projects/zorin-os-upgrader/zorin-os-upgrader/eo/",
            "share_url": "https://translations.zorin.com/engage/zorin-os-upgrader/eo/",
            "translate_url": "https://translations.zorin.com/translate/zorin-os-upgrader/zorin-os-upgrader/eo/",
            "url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/eo/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 135,
            "total_words": 773,
            "translated": 53,
            "translated_words": 199,
            "translated_percent": 39.2,
            "fuzzy": 14,
            "fuzzy_words": 58,
            "fuzzy_percent": 10.3,
            "failing_checks": 4,
            "failing_checks_words": 12,
            "failing_checks_percent": 2.9,
            "have_suggestion": 13,
            "have_comment": 0,
            "last_change": "2026-01-19T14:29:47.118063Z",
            "last_author": "eduver",
            "repository_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/eo/repository/?format=api",
            "file_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/eo/file/?format=api",
            "statistics_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/eo/statistics/?format=api",
            "changes_list_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/eo/changes/?format=api",
            "units_list_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/eo/units/?format=api"
        },
        {
            "language": {
                "code": "es",
                "name": "Spanish",
                "plural": {
                    "id": 167,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "es_la",
                    "esp",
                    "spa"
                ],
                "direction": "ltr",
                "population": 493528078,
                "web_url": "https://translations.zorin.com/languages/es/",
                "url": "https://translations.zorin.com/api/languages/es/?format=api",
                "statistics_url": "https://translations.zorin.com/api/languages/es/statistics/?format=api"
            },
            "component": {
                "name": "Zorin OS Upgrader",
                "slug": "zorin-os-upgrader",
                "id": 1,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 149,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://translations.zorin.com/languages/en/",
                    "url": "https://translations.zorin.com/api/languages/en/?format=api",
                    "statistics_url": "https://translations.zorin.com/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Zorin OS Upgrader",
                    "slug": "zorin-os-upgrader",
                    "id": 2,
                    "web": "https://help.zorin.com/docs/getting-started/upgrade-zorin-os/",
                    "web_url": "https://translations.zorin.com/projects/zorin-os-upgrader/",
                    "url": "https://translations.zorin.com/api/projects/zorin-os-upgrader/?format=api",
                    "components_list_url": "https://translations.zorin.com/api/projects/zorin-os-upgrader/components/?format=api",
                    "repository_url": "https://translations.zorin.com/api/projects/zorin-os-upgrader/repository/?format=api",
                    "statistics_url": "https://translations.zorin.com/api/projects/zorin-os-upgrader/statistics/?format=api",
                    "changes_list_url": "https://translations.zorin.com/api/projects/zorin-os-upgrader/changes/?format=api",
                    "languages_url": "https://translations.zorin.com/api/projects/zorin-os-upgrader/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "git@gitlab.com:zorin-os/desktop/zorin-os-upgrader.git",
                "git_export": "https://translations.zorin.com/git/zorin-os-upgrader/zorin-os-upgrader/",
                "branch": "master",
                "push_branch": "",
                "filemask": "po/*.po",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "po/zorin-os-upgrader.pot",
                "file_format": "po",
                "license": "GPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "https://translations.zorin.com/projects/zorin-os-upgrader/zorin-os-upgrader/",
                "url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/?format=api",
                "repository_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/repository/?format=api",
                "translations_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/translations/?format=api",
                "statistics_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/statistics/?format=api",
                "lock_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/lock/?format=api",
                "links_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/links/?format=api",
                "changes_list_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "linux",
                "push": "git@gitlab.com:zorin-os/desktop/zorin-os-upgrader.git",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": true,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [
                    "https://translations.zorin.com/api/addons/1/?format=api",
                    "https://translations.zorin.com/api/addons/2/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver"
            },
            "language_code": "es",
            "id": 36,
            "filename": "po/es.po",
            "revision": "5f4505f104ee895f9ea44a78c7fb320d566f4fb4",
            "web_url": "https://translations.zorin.com/projects/zorin-os-upgrader/zorin-os-upgrader/es/",
            "share_url": "https://translations.zorin.com/engage/zorin-os-upgrader/es/",
            "translate_url": "https://translations.zorin.com/translate/zorin-os-upgrader/zorin-os-upgrader/es/",
            "url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/es/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 135,
            "total_words": 773,
            "translated": 127,
            "translated_words": 686,
            "translated_percent": 94.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 1,
            "have_comment": 0,
            "last_change": "2025-12-12T13:08:48.367829Z",
            "last_author": "Giulia Idda",
            "repository_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/es/repository/?format=api",
            "file_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/es/file/?format=api",
            "statistics_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/es/statistics/?format=api",
            "changes_list_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/es/changes/?format=api",
            "units_list_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/es/units/?format=api"
        },
        {
            "language": {
                "code": "et",
                "name": "Estonian",
                "plural": {
                    "id": 187,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "et_et",
                    "est"
                ],
                "direction": "ltr",
                "population": 878449,
                "web_url": "https://translations.zorin.com/languages/et/",
                "url": "https://translations.zorin.com/api/languages/et/?format=api",
                "statistics_url": "https://translations.zorin.com/api/languages/et/statistics/?format=api"
            },
            "component": {
                "name": "Zorin OS Upgrader",
                "slug": "zorin-os-upgrader",
                "id": 1,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 149,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://translations.zorin.com/languages/en/",
                    "url": "https://translations.zorin.com/api/languages/en/?format=api",
                    "statistics_url": "https://translations.zorin.com/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Zorin OS Upgrader",
                    "slug": "zorin-os-upgrader",
                    "id": 2,
                    "web": "https://help.zorin.com/docs/getting-started/upgrade-zorin-os/",
                    "web_url": "https://translations.zorin.com/projects/zorin-os-upgrader/",
                    "url": "https://translations.zorin.com/api/projects/zorin-os-upgrader/?format=api",
                    "components_list_url": "https://translations.zorin.com/api/projects/zorin-os-upgrader/components/?format=api",
                    "repository_url": "https://translations.zorin.com/api/projects/zorin-os-upgrader/repository/?format=api",
                    "statistics_url": "https://translations.zorin.com/api/projects/zorin-os-upgrader/statistics/?format=api",
                    "changes_list_url": "https://translations.zorin.com/api/projects/zorin-os-upgrader/changes/?format=api",
                    "languages_url": "https://translations.zorin.com/api/projects/zorin-os-upgrader/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "git@gitlab.com:zorin-os/desktop/zorin-os-upgrader.git",
                "git_export": "https://translations.zorin.com/git/zorin-os-upgrader/zorin-os-upgrader/",
                "branch": "master",
                "push_branch": "",
                "filemask": "po/*.po",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "po/zorin-os-upgrader.pot",
                "file_format": "po",
                "license": "GPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "https://translations.zorin.com/projects/zorin-os-upgrader/zorin-os-upgrader/",
                "url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/?format=api",
                "repository_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/repository/?format=api",
                "translations_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/translations/?format=api",
                "statistics_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/statistics/?format=api",
                "lock_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/lock/?format=api",
                "links_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/links/?format=api",
                "changes_list_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "linux",
                "push": "git@gitlab.com:zorin-os/desktop/zorin-os-upgrader.git",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": true,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [
                    "https://translations.zorin.com/api/addons/1/?format=api",
                    "https://translations.zorin.com/api/addons/2/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver"
            },
            "language_code": "et",
            "id": 37,
            "filename": "po/et.po",
            "revision": "4e76f6bcb42adb7fc6fa05681260162b7080f47c",
            "web_url": "https://translations.zorin.com/projects/zorin-os-upgrader/zorin-os-upgrader/et/",
            "share_url": "https://translations.zorin.com/engage/zorin-os-upgrader/et/",
            "translate_url": "https://translations.zorin.com/translate/zorin-os-upgrader/zorin-os-upgrader/et/",
            "url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/et/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 135,
            "total_words": 773,
            "translated": 121,
            "translated_words": 646,
            "translated_percent": 89.6,
            "fuzzy": 1,
            "fuzzy_words": 2,
            "fuzzy_percent": 0.7,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-02-17T13:31:39.800000Z",
            "last_author": null,
            "repository_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/et/repository/?format=api",
            "file_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/et/file/?format=api",
            "statistics_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/et/statistics/?format=api",
            "changes_list_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/et/changes/?format=api",
            "units_list_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/et/units/?format=api"
        },
        {
            "language": {
                "code": "eu",
                "name": "Basque",
                "plural": {
                    "id": 188,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "es_eu",
                    "baq",
                    "eus"
                ],
                "direction": "ltr",
                "population": 1088518,
                "web_url": "https://translations.zorin.com/languages/eu/",
                "url": "https://translations.zorin.com/api/languages/eu/?format=api",
                "statistics_url": "https://translations.zorin.com/api/languages/eu/statistics/?format=api"
            },
            "component": {
                "name": "Zorin OS Upgrader",
                "slug": "zorin-os-upgrader",
                "id": 1,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 149,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://translations.zorin.com/languages/en/",
                    "url": "https://translations.zorin.com/api/languages/en/?format=api",
                    "statistics_url": "https://translations.zorin.com/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Zorin OS Upgrader",
                    "slug": "zorin-os-upgrader",
                    "id": 2,
                    "web": "https://help.zorin.com/docs/getting-started/upgrade-zorin-os/",
                    "web_url": "https://translations.zorin.com/projects/zorin-os-upgrader/",
                    "url": "https://translations.zorin.com/api/projects/zorin-os-upgrader/?format=api",
                    "components_list_url": "https://translations.zorin.com/api/projects/zorin-os-upgrader/components/?format=api",
                    "repository_url": "https://translations.zorin.com/api/projects/zorin-os-upgrader/repository/?format=api",
                    "statistics_url": "https://translations.zorin.com/api/projects/zorin-os-upgrader/statistics/?format=api",
                    "changes_list_url": "https://translations.zorin.com/api/projects/zorin-os-upgrader/changes/?format=api",
                    "languages_url": "https://translations.zorin.com/api/projects/zorin-os-upgrader/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "git@gitlab.com:zorin-os/desktop/zorin-os-upgrader.git",
                "git_export": "https://translations.zorin.com/git/zorin-os-upgrader/zorin-os-upgrader/",
                "branch": "master",
                "push_branch": "",
                "filemask": "po/*.po",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "po/zorin-os-upgrader.pot",
                "file_format": "po",
                "license": "GPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "https://translations.zorin.com/projects/zorin-os-upgrader/zorin-os-upgrader/",
                "url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/?format=api",
                "repository_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/repository/?format=api",
                "translations_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/translations/?format=api",
                "statistics_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/statistics/?format=api",
                "lock_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/lock/?format=api",
                "links_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/links/?format=api",
                "changes_list_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "linux",
                "push": "git@gitlab.com:zorin-os/desktop/zorin-os-upgrader.git",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": true,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [
                    "https://translations.zorin.com/api/addons/1/?format=api",
                    "https://translations.zorin.com/api/addons/2/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver"
            },
            "language_code": "eu",
            "id": 38,
            "filename": "po/eu.po",
            "revision": "396d58ae214006f7c035ef5db7c0d2b3b8d4d8ef",
            "web_url": "https://translations.zorin.com/projects/zorin-os-upgrader/zorin-os-upgrader/eu/",
            "share_url": "https://translations.zorin.com/engage/zorin-os-upgrader/eu/",
            "translate_url": "https://translations.zorin.com/translate/zorin-os-upgrader/zorin-os-upgrader/eu/",
            "url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/eu/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 135,
            "total_words": 773,
            "translated": 56,
            "translated_words": 207,
            "translated_percent": 41.4,
            "fuzzy": 7,
            "fuzzy_words": 31,
            "fuzzy_percent": 5.1,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2025-02-12T21:50:42.764410Z",
            "last_author": "Rafael Carrillo Palacio",
            "repository_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/eu/repository/?format=api",
            "file_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/eu/file/?format=api",
            "statistics_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/eu/statistics/?format=api",
            "changes_list_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/eu/changes/?format=api",
            "units_list_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/eu/units/?format=api"
        },
        {
            "language": {
                "code": "fa",
                "name": "Persian",
                "plural": {
                    "id": 191,
                    "source": 0,
                    "number": 2,
                    "formula": "n > 1",
                    "type": 1
                },
                "aliases": [
                    "fas_ir",
                    "fas",
                    "per"
                ],
                "direction": "rtl",
                "population": 84710458,
                "web_url": "https://translations.zorin.com/languages/fa/",
                "url": "https://translations.zorin.com/api/languages/fa/?format=api",
                "statistics_url": "https://translations.zorin.com/api/languages/fa/statistics/?format=api"
            },
            "component": {
                "name": "Zorin OS Upgrader",
                "slug": "zorin-os-upgrader",
                "id": 1,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 149,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://translations.zorin.com/languages/en/",
                    "url": "https://translations.zorin.com/api/languages/en/?format=api",
                    "statistics_url": "https://translations.zorin.com/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Zorin OS Upgrader",
                    "slug": "zorin-os-upgrader",
                    "id": 2,
                    "web": "https://help.zorin.com/docs/getting-started/upgrade-zorin-os/",
                    "web_url": "https://translations.zorin.com/projects/zorin-os-upgrader/",
                    "url": "https://translations.zorin.com/api/projects/zorin-os-upgrader/?format=api",
                    "components_list_url": "https://translations.zorin.com/api/projects/zorin-os-upgrader/components/?format=api",
                    "repository_url": "https://translations.zorin.com/api/projects/zorin-os-upgrader/repository/?format=api",
                    "statistics_url": "https://translations.zorin.com/api/projects/zorin-os-upgrader/statistics/?format=api",
                    "changes_list_url": "https://translations.zorin.com/api/projects/zorin-os-upgrader/changes/?format=api",
                    "languages_url": "https://translations.zorin.com/api/projects/zorin-os-upgrader/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "git@gitlab.com:zorin-os/desktop/zorin-os-upgrader.git",
                "git_export": "https://translations.zorin.com/git/zorin-os-upgrader/zorin-os-upgrader/",
                "branch": "master",
                "push_branch": "",
                "filemask": "po/*.po",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "po/zorin-os-upgrader.pot",
                "file_format": "po",
                "license": "GPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "https://translations.zorin.com/projects/zorin-os-upgrader/zorin-os-upgrader/",
                "url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/?format=api",
                "repository_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/repository/?format=api",
                "translations_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/translations/?format=api",
                "statistics_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/statistics/?format=api",
                "lock_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/lock/?format=api",
                "links_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/links/?format=api",
                "changes_list_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "linux",
                "push": "git@gitlab.com:zorin-os/desktop/zorin-os-upgrader.git",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": true,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [
                    "https://translations.zorin.com/api/addons/1/?format=api",
                    "https://translations.zorin.com/api/addons/2/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver"
            },
            "language_code": "fa",
            "id": 39,
            "filename": "po/fa.po",
            "revision": "b9d3e1fa748ddf6a09bd0e98a367d75b3e6271a6",
            "web_url": "https://translations.zorin.com/projects/zorin-os-upgrader/zorin-os-upgrader/fa/",
            "share_url": "https://translations.zorin.com/engage/zorin-os-upgrader/fa/",
            "translate_url": "https://translations.zorin.com/translate/zorin-os-upgrader/zorin-os-upgrader/fa/",
            "url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/fa/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 135,
            "total_words": 773,
            "translated": 50,
            "translated_words": 186,
            "translated_percent": 37.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 2,
            "have_comment": 0,
            "last_change": "2023-11-28T04:13:16.476045Z",
            "last_author": "reza kia",
            "repository_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/fa/repository/?format=api",
            "file_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/fa/file/?format=api",
            "statistics_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/fa/statistics/?format=api",
            "changes_list_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/fa/changes/?format=api",
            "units_list_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/fa/units/?format=api"
        },
        {
            "language": {
                "code": "fi",
                "name": "Finnish",
                "plural": {
                    "id": 196,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "fin_fi",
                    "fin"
                ],
                "direction": "ltr",
                "population": 5736841,
                "web_url": "https://translations.zorin.com/languages/fi/",
                "url": "https://translations.zorin.com/api/languages/fi/?format=api",
                "statistics_url": "https://translations.zorin.com/api/languages/fi/statistics/?format=api"
            },
            "component": {
                "name": "Zorin OS Upgrader",
                "slug": "zorin-os-upgrader",
                "id": 1,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 149,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://translations.zorin.com/languages/en/",
                    "url": "https://translations.zorin.com/api/languages/en/?format=api",
                    "statistics_url": "https://translations.zorin.com/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Zorin OS Upgrader",
                    "slug": "zorin-os-upgrader",
                    "id": 2,
                    "web": "https://help.zorin.com/docs/getting-started/upgrade-zorin-os/",
                    "web_url": "https://translations.zorin.com/projects/zorin-os-upgrader/",
                    "url": "https://translations.zorin.com/api/projects/zorin-os-upgrader/?format=api",
                    "components_list_url": "https://translations.zorin.com/api/projects/zorin-os-upgrader/components/?format=api",
                    "repository_url": "https://translations.zorin.com/api/projects/zorin-os-upgrader/repository/?format=api",
                    "statistics_url": "https://translations.zorin.com/api/projects/zorin-os-upgrader/statistics/?format=api",
                    "changes_list_url": "https://translations.zorin.com/api/projects/zorin-os-upgrader/changes/?format=api",
                    "languages_url": "https://translations.zorin.com/api/projects/zorin-os-upgrader/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "git@gitlab.com:zorin-os/desktop/zorin-os-upgrader.git",
                "git_export": "https://translations.zorin.com/git/zorin-os-upgrader/zorin-os-upgrader/",
                "branch": "master",
                "push_branch": "",
                "filemask": "po/*.po",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "po/zorin-os-upgrader.pot",
                "file_format": "po",
                "license": "GPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "https://translations.zorin.com/projects/zorin-os-upgrader/zorin-os-upgrader/",
                "url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/?format=api",
                "repository_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/repository/?format=api",
                "translations_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/translations/?format=api",
                "statistics_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/statistics/?format=api",
                "lock_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/lock/?format=api",
                "links_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/links/?format=api",
                "changes_list_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "linux",
                "push": "git@gitlab.com:zorin-os/desktop/zorin-os-upgrader.git",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": true,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [
                    "https://translations.zorin.com/api/addons/1/?format=api",
                    "https://translations.zorin.com/api/addons/2/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver"
            },
            "language_code": "fi",
            "id": 40,
            "filename": "po/fi.po",
            "revision": "b0c6aaf09abecbe8dd037729e47bdc5a133ef0fb",
            "web_url": "https://translations.zorin.com/projects/zorin-os-upgrader/zorin-os-upgrader/fi/",
            "share_url": "https://translations.zorin.com/engage/zorin-os-upgrader/fi/",
            "translate_url": "https://translations.zorin.com/translate/zorin-os-upgrader/zorin-os-upgrader/fi/",
            "url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/fi/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 135,
            "total_words": 773,
            "translated": 127,
            "translated_words": 686,
            "translated_percent": 94.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": "2025-10-16T08:19:10.885591Z",
            "last_author": "Ricky Tigg",
            "repository_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/fi/repository/?format=api",
            "file_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/fi/file/?format=api",
            "statistics_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/fi/statistics/?format=api",
            "changes_list_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/fi/changes/?format=api",
            "units_list_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/fi/units/?format=api"
        },
        {
            "language": {
                "code": "fil",
                "name": "Filipino",
                "plural": {
                    "id": 197,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1 && n != 2 && n != 3 && (n % 10 == 4 || n % 10 == 6 || n % 10 == 9)",
                    "type": 1
                },
                "aliases": [
                    "fil_fil"
                ],
                "direction": "ltr",
                "population": 67471095,
                "web_url": "https://translations.zorin.com/languages/fil/",
                "url": "https://translations.zorin.com/api/languages/fil/?format=api",
                "statistics_url": "https://translations.zorin.com/api/languages/fil/statistics/?format=api"
            },
            "component": {
                "name": "Zorin OS Upgrader",
                "slug": "zorin-os-upgrader",
                "id": 1,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 149,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://translations.zorin.com/languages/en/",
                    "url": "https://translations.zorin.com/api/languages/en/?format=api",
                    "statistics_url": "https://translations.zorin.com/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Zorin OS Upgrader",
                    "slug": "zorin-os-upgrader",
                    "id": 2,
                    "web": "https://help.zorin.com/docs/getting-started/upgrade-zorin-os/",
                    "web_url": "https://translations.zorin.com/projects/zorin-os-upgrader/",
                    "url": "https://translations.zorin.com/api/projects/zorin-os-upgrader/?format=api",
                    "components_list_url": "https://translations.zorin.com/api/projects/zorin-os-upgrader/components/?format=api",
                    "repository_url": "https://translations.zorin.com/api/projects/zorin-os-upgrader/repository/?format=api",
                    "statistics_url": "https://translations.zorin.com/api/projects/zorin-os-upgrader/statistics/?format=api",
                    "changes_list_url": "https://translations.zorin.com/api/projects/zorin-os-upgrader/changes/?format=api",
                    "languages_url": "https://translations.zorin.com/api/projects/zorin-os-upgrader/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "git@gitlab.com:zorin-os/desktop/zorin-os-upgrader.git",
                "git_export": "https://translations.zorin.com/git/zorin-os-upgrader/zorin-os-upgrader/",
                "branch": "master",
                "push_branch": "",
                "filemask": "po/*.po",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "po/zorin-os-upgrader.pot",
                "file_format": "po",
                "license": "GPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "https://translations.zorin.com/projects/zorin-os-upgrader/zorin-os-upgrader/",
                "url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/?format=api",
                "repository_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/repository/?format=api",
                "translations_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/translations/?format=api",
                "statistics_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/statistics/?format=api",
                "lock_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/lock/?format=api",
                "links_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/links/?format=api",
                "changes_list_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "linux",
                "push": "git@gitlab.com:zorin-os/desktop/zorin-os-upgrader.git",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": true,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [
                    "https://translations.zorin.com/api/addons/1/?format=api",
                    "https://translations.zorin.com/api/addons/2/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver"
            },
            "language_code": "fil",
            "id": 41,
            "filename": "po/fil.po",
            "revision": "16518cbd5ee15f2e7f462e5887fc7614adbdc98a",
            "web_url": "https://translations.zorin.com/projects/zorin-os-upgrader/zorin-os-upgrader/fil/",
            "share_url": "https://translations.zorin.com/engage/zorin-os-upgrader/fil/",
            "translate_url": "https://translations.zorin.com/translate/zorin-os-upgrader/zorin-os-upgrader/fil/",
            "url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/fil/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 135,
            "total_words": 773,
            "translated": 15,
            "translated_words": 41,
            "translated_percent": 11.1,
            "fuzzy": 11,
            "fuzzy_words": 39,
            "fuzzy_percent": 8.1,
            "failing_checks": 3,
            "failing_checks_words": 9,
            "failing_checks_percent": 2.2,
            "have_suggestion": 3,
            "have_comment": 0,
            "last_change": "2023-06-23T16:34:54.399383Z",
            "last_author": null,
            "repository_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/fil/repository/?format=api",
            "file_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/fil/file/?format=api",
            "statistics_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/fil/statistics/?format=api",
            "changes_list_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/fil/changes/?format=api",
            "units_list_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/fil/units/?format=api"
        },
        {
            "language": {
                "code": "fo",
                "name": "Faroese",
                "plural": {
                    "id": 199,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "fao"
                ],
                "direction": "ltr",
                "population": 71350,
                "web_url": "https://translations.zorin.com/languages/fo/",
                "url": "https://translations.zorin.com/api/languages/fo/?format=api",
                "statistics_url": "https://translations.zorin.com/api/languages/fo/statistics/?format=api"
            },
            "component": {
                "name": "Zorin OS Upgrader",
                "slug": "zorin-os-upgrader",
                "id": 1,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 149,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://translations.zorin.com/languages/en/",
                    "url": "https://translations.zorin.com/api/languages/en/?format=api",
                    "statistics_url": "https://translations.zorin.com/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Zorin OS Upgrader",
                    "slug": "zorin-os-upgrader",
                    "id": 2,
                    "web": "https://help.zorin.com/docs/getting-started/upgrade-zorin-os/",
                    "web_url": "https://translations.zorin.com/projects/zorin-os-upgrader/",
                    "url": "https://translations.zorin.com/api/projects/zorin-os-upgrader/?format=api",
                    "components_list_url": "https://translations.zorin.com/api/projects/zorin-os-upgrader/components/?format=api",
                    "repository_url": "https://translations.zorin.com/api/projects/zorin-os-upgrader/repository/?format=api",
                    "statistics_url": "https://translations.zorin.com/api/projects/zorin-os-upgrader/statistics/?format=api",
                    "changes_list_url": "https://translations.zorin.com/api/projects/zorin-os-upgrader/changes/?format=api",
                    "languages_url": "https://translations.zorin.com/api/projects/zorin-os-upgrader/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "git@gitlab.com:zorin-os/desktop/zorin-os-upgrader.git",
                "git_export": "https://translations.zorin.com/git/zorin-os-upgrader/zorin-os-upgrader/",
                "branch": "master",
                "push_branch": "",
                "filemask": "po/*.po",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "po/zorin-os-upgrader.pot",
                "file_format": "po",
                "license": "GPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "https://translations.zorin.com/projects/zorin-os-upgrader/zorin-os-upgrader/",
                "url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/?format=api",
                "repository_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/repository/?format=api",
                "translations_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/translations/?format=api",
                "statistics_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/statistics/?format=api",
                "lock_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/lock/?format=api",
                "links_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/links/?format=api",
                "changes_list_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "linux",
                "push": "git@gitlab.com:zorin-os/desktop/zorin-os-upgrader.git",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": true,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [
                    "https://translations.zorin.com/api/addons/1/?format=api",
                    "https://translations.zorin.com/api/addons/2/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver"
            },
            "language_code": "fo",
            "id": 42,
            "filename": "po/fo.po",
            "revision": "fccd3a51dfcaa7dba510fad1305bab79fe9cd528",
            "web_url": "https://translations.zorin.com/projects/zorin-os-upgrader/zorin-os-upgrader/fo/",
            "share_url": "https://translations.zorin.com/engage/zorin-os-upgrader/fo/",
            "translate_url": "https://translations.zorin.com/translate/zorin-os-upgrader/zorin-os-upgrader/fo/",
            "url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/fo/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 135,
            "total_words": 773,
            "translated": 6,
            "translated_words": 14,
            "translated_percent": 4.4,
            "fuzzy": 3,
            "fuzzy_words": 9,
            "fuzzy_percent": 2.2,
            "failing_checks": 1,
            "failing_checks_words": 5,
            "failing_checks_percent": 0.7,
            "have_suggestion": 1,
            "have_comment": 0,
            "last_change": "2023-12-19T09:58:19.810565Z",
            "last_author": "Signar Rasmussen",
            "repository_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/fo/repository/?format=api",
            "file_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/fo/file/?format=api",
            "statistics_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/fo/statistics/?format=api",
            "changes_list_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/fo/changes/?format=api",
            "units_list_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/fo/units/?format=api"
        },
        {
            "language": {
                "code": "fr",
                "name": "French",
                "plural": {
                    "id": 201,
                    "source": 0,
                    "number": 2,
                    "formula": "n > 1",
                    "type": 1
                },
                "aliases": [
                    "fra_fr",
                    "fra",
                    "fre"
                ],
                "direction": "ltr",
                "population": 278611506,
                "web_url": "https://translations.zorin.com/languages/fr/",
                "url": "https://translations.zorin.com/api/languages/fr/?format=api",
                "statistics_url": "https://translations.zorin.com/api/languages/fr/statistics/?format=api"
            },
            "component": {
                "name": "Zorin OS Upgrader",
                "slug": "zorin-os-upgrader",
                "id": 1,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 149,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://translations.zorin.com/languages/en/",
                    "url": "https://translations.zorin.com/api/languages/en/?format=api",
                    "statistics_url": "https://translations.zorin.com/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Zorin OS Upgrader",
                    "slug": "zorin-os-upgrader",
                    "id": 2,
                    "web": "https://help.zorin.com/docs/getting-started/upgrade-zorin-os/",
                    "web_url": "https://translations.zorin.com/projects/zorin-os-upgrader/",
                    "url": "https://translations.zorin.com/api/projects/zorin-os-upgrader/?format=api",
                    "components_list_url": "https://translations.zorin.com/api/projects/zorin-os-upgrader/components/?format=api",
                    "repository_url": "https://translations.zorin.com/api/projects/zorin-os-upgrader/repository/?format=api",
                    "statistics_url": "https://translations.zorin.com/api/projects/zorin-os-upgrader/statistics/?format=api",
                    "changes_list_url": "https://translations.zorin.com/api/projects/zorin-os-upgrader/changes/?format=api",
                    "languages_url": "https://translations.zorin.com/api/projects/zorin-os-upgrader/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "git@gitlab.com:zorin-os/desktop/zorin-os-upgrader.git",
                "git_export": "https://translations.zorin.com/git/zorin-os-upgrader/zorin-os-upgrader/",
                "branch": "master",
                "push_branch": "",
                "filemask": "po/*.po",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "po/zorin-os-upgrader.pot",
                "file_format": "po",
                "license": "GPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "https://translations.zorin.com/projects/zorin-os-upgrader/zorin-os-upgrader/",
                "url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/?format=api",
                "repository_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/repository/?format=api",
                "translations_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/translations/?format=api",
                "statistics_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/statistics/?format=api",
                "lock_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/lock/?format=api",
                "links_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/links/?format=api",
                "changes_list_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "linux",
                "push": "git@gitlab.com:zorin-os/desktop/zorin-os-upgrader.git",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": true,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [
                    "https://translations.zorin.com/api/addons/1/?format=api",
                    "https://translations.zorin.com/api/addons/2/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver"
            },
            "language_code": "fr",
            "id": 43,
            "filename": "po/fr.po",
            "revision": "86717f2a8adf19991808221dfef88d7ea14e61d3",
            "web_url": "https://translations.zorin.com/projects/zorin-os-upgrader/zorin-os-upgrader/fr/",
            "share_url": "https://translations.zorin.com/engage/zorin-os-upgrader/fr/",
            "translate_url": "https://translations.zorin.com/translate/zorin-os-upgrader/zorin-os-upgrader/fr/",
            "url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/fr/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 135,
            "total_words": 773,
            "translated": 127,
            "translated_words": 686,
            "translated_percent": 94.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-03-01T14:59:40.753827Z",
            "last_author": "Zachary Lamaison",
            "repository_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/fr/repository/?format=api",
            "file_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/fr/file/?format=api",
            "statistics_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/fr/statistics/?format=api",
            "changes_list_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/fr/changes/?format=api",
            "units_list_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/fr/units/?format=api"
        },
        {
            "language": {
                "code": "fr_CA",
                "name": "French (Canada)",
                "plural": {
                    "id": 206,
                    "source": 0,
                    "number": 2,
                    "formula": "n > 1",
                    "type": 1
                },
                "aliases": [],
                "direction": "ltr",
                "population": 11308230,
                "web_url": "https://translations.zorin.com/languages/fr_CA/",
                "url": "https://translations.zorin.com/api/languages/fr_CA/?format=api",
                "statistics_url": "https://translations.zorin.com/api/languages/fr_CA/statistics/?format=api"
            },
            "component": {
                "name": "Zorin OS Upgrader",
                "slug": "zorin-os-upgrader",
                "id": 1,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 149,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://translations.zorin.com/languages/en/",
                    "url": "https://translations.zorin.com/api/languages/en/?format=api",
                    "statistics_url": "https://translations.zorin.com/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Zorin OS Upgrader",
                    "slug": "zorin-os-upgrader",
                    "id": 2,
                    "web": "https://help.zorin.com/docs/getting-started/upgrade-zorin-os/",
                    "web_url": "https://translations.zorin.com/projects/zorin-os-upgrader/",
                    "url": "https://translations.zorin.com/api/projects/zorin-os-upgrader/?format=api",
                    "components_list_url": "https://translations.zorin.com/api/projects/zorin-os-upgrader/components/?format=api",
                    "repository_url": "https://translations.zorin.com/api/projects/zorin-os-upgrader/repository/?format=api",
                    "statistics_url": "https://translations.zorin.com/api/projects/zorin-os-upgrader/statistics/?format=api",
                    "changes_list_url": "https://translations.zorin.com/api/projects/zorin-os-upgrader/changes/?format=api",
                    "languages_url": "https://translations.zorin.com/api/projects/zorin-os-upgrader/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "git@gitlab.com:zorin-os/desktop/zorin-os-upgrader.git",
                "git_export": "https://translations.zorin.com/git/zorin-os-upgrader/zorin-os-upgrader/",
                "branch": "master",
                "push_branch": "",
                "filemask": "po/*.po",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "po/zorin-os-upgrader.pot",
                "file_format": "po",
                "license": "GPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "https://translations.zorin.com/projects/zorin-os-upgrader/zorin-os-upgrader/",
                "url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/?format=api",
                "repository_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/repository/?format=api",
                "translations_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/translations/?format=api",
                "statistics_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/statistics/?format=api",
                "lock_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/lock/?format=api",
                "links_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/links/?format=api",
                "changes_list_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "linux",
                "push": "git@gitlab.com:zorin-os/desktop/zorin-os-upgrader.git",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": true,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [
                    "https://translations.zorin.com/api/addons/1/?format=api",
                    "https://translations.zorin.com/api/addons/2/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver"
            },
            "language_code": "fr_CA",
            "id": 44,
            "filename": "po/fr_CA.po",
            "revision": "fcedb1cb76bcd0db251d9811e2d7725ce0627f48",
            "web_url": "https://translations.zorin.com/projects/zorin-os-upgrader/zorin-os-upgrader/fr_CA/",
            "share_url": "https://translations.zorin.com/engage/zorin-os-upgrader/fr_CA/",
            "translate_url": "https://translations.zorin.com/translate/zorin-os-upgrader/zorin-os-upgrader/fr_CA/",
            "url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/fr_CA/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 135,
            "total_words": 773,
            "translated": 127,
            "translated_words": 686,
            "translated_percent": 94.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": "2025-10-26T12:56:43.417448Z",
            "last_author": "Rolf Frey",
            "repository_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/fr_CA/repository/?format=api",
            "file_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/fr_CA/file/?format=api",
            "statistics_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/fr_CA/statistics/?format=api",
            "changes_list_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/fr_CA/changes/?format=api",
            "units_list_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/fr_CA/units/?format=api"
        },
        {
            "language": {
                "code": "frp",
                "name": "Franco-Provençal",
                "plural": {
                    "id": 213,
                    "source": 0,
                    "number": 2,
                    "formula": "n > 1",
                    "type": 1
                },
                "aliases": [],
                "direction": "ltr",
                "population": 63777,
                "web_url": "https://translations.zorin.com/languages/frp/",
                "url": "https://translations.zorin.com/api/languages/frp/?format=api",
                "statistics_url": "https://translations.zorin.com/api/languages/frp/statistics/?format=api"
            },
            "component": {
                "name": "Zorin OS Upgrader",
                "slug": "zorin-os-upgrader",
                "id": 1,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 149,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://translations.zorin.com/languages/en/",
                    "url": "https://translations.zorin.com/api/languages/en/?format=api",
                    "statistics_url": "https://translations.zorin.com/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Zorin OS Upgrader",
                    "slug": "zorin-os-upgrader",
                    "id": 2,
                    "web": "https://help.zorin.com/docs/getting-started/upgrade-zorin-os/",
                    "web_url": "https://translations.zorin.com/projects/zorin-os-upgrader/",
                    "url": "https://translations.zorin.com/api/projects/zorin-os-upgrader/?format=api",
                    "components_list_url": "https://translations.zorin.com/api/projects/zorin-os-upgrader/components/?format=api",
                    "repository_url": "https://translations.zorin.com/api/projects/zorin-os-upgrader/repository/?format=api",
                    "statistics_url": "https://translations.zorin.com/api/projects/zorin-os-upgrader/statistics/?format=api",
                    "changes_list_url": "https://translations.zorin.com/api/projects/zorin-os-upgrader/changes/?format=api",
                    "languages_url": "https://translations.zorin.com/api/projects/zorin-os-upgrader/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "git@gitlab.com:zorin-os/desktop/zorin-os-upgrader.git",
                "git_export": "https://translations.zorin.com/git/zorin-os-upgrader/zorin-os-upgrader/",
                "branch": "master",
                "push_branch": "",
                "filemask": "po/*.po",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "po/zorin-os-upgrader.pot",
                "file_format": "po",
                "license": "GPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "https://translations.zorin.com/projects/zorin-os-upgrader/zorin-os-upgrader/",
                "url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/?format=api",
                "repository_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/repository/?format=api",
                "translations_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/translations/?format=api",
                "statistics_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/statistics/?format=api",
                "lock_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/lock/?format=api",
                "links_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/links/?format=api",
                "changes_list_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "linux",
                "push": "git@gitlab.com:zorin-os/desktop/zorin-os-upgrader.git",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": true,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [
                    "https://translations.zorin.com/api/addons/1/?format=api",
                    "https://translations.zorin.com/api/addons/2/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver"
            },
            "language_code": "frp",
            "id": 45,
            "filename": "po/frp.po",
            "revision": "7e576cb2ff41f067858e11b8b5193b5e214c394b",
            "web_url": "https://translations.zorin.com/projects/zorin-os-upgrader/zorin-os-upgrader/frp/",
            "share_url": "https://translations.zorin.com/engage/zorin-os-upgrader/frp/",
            "translate_url": "https://translations.zorin.com/translate/zorin-os-upgrader/zorin-os-upgrader/frp/",
            "url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/frp/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 135,
            "total_words": 773,
            "translated": 1,
            "translated_words": 2,
            "translated_percent": 0.7,
            "fuzzy": 1,
            "fuzzy_words": 3,
            "fuzzy_percent": 0.7,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2023-06-23T16:34:55.603420Z",
            "last_author": null,
            "repository_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/frp/repository/?format=api",
            "file_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/frp/file/?format=api",
            "statistics_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/frp/statistics/?format=api",
            "changes_list_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/frp/changes/?format=api",
            "units_list_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/frp/units/?format=api"
        },
        {
            "language": {
                "code": "fur",
                "name": "Friulian",
                "plural": {
                    "id": 216,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [],
                "direction": "ltr",
                "population": 37441,
                "web_url": "https://translations.zorin.com/languages/fur/",
                "url": "https://translations.zorin.com/api/languages/fur/?format=api",
                "statistics_url": "https://translations.zorin.com/api/languages/fur/statistics/?format=api"
            },
            "component": {
                "name": "Zorin OS Upgrader",
                "slug": "zorin-os-upgrader",
                "id": 1,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 149,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://translations.zorin.com/languages/en/",
                    "url": "https://translations.zorin.com/api/languages/en/?format=api",
                    "statistics_url": "https://translations.zorin.com/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Zorin OS Upgrader",
                    "slug": "zorin-os-upgrader",
                    "id": 2,
                    "web": "https://help.zorin.com/docs/getting-started/upgrade-zorin-os/",
                    "web_url": "https://translations.zorin.com/projects/zorin-os-upgrader/",
                    "url": "https://translations.zorin.com/api/projects/zorin-os-upgrader/?format=api",
                    "components_list_url": "https://translations.zorin.com/api/projects/zorin-os-upgrader/components/?format=api",
                    "repository_url": "https://translations.zorin.com/api/projects/zorin-os-upgrader/repository/?format=api",
                    "statistics_url": "https://translations.zorin.com/api/projects/zorin-os-upgrader/statistics/?format=api",
                    "changes_list_url": "https://translations.zorin.com/api/projects/zorin-os-upgrader/changes/?format=api",
                    "languages_url": "https://translations.zorin.com/api/projects/zorin-os-upgrader/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "git@gitlab.com:zorin-os/desktop/zorin-os-upgrader.git",
                "git_export": "https://translations.zorin.com/git/zorin-os-upgrader/zorin-os-upgrader/",
                "branch": "master",
                "push_branch": "",
                "filemask": "po/*.po",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "po/zorin-os-upgrader.pot",
                "file_format": "po",
                "license": "GPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "https://translations.zorin.com/projects/zorin-os-upgrader/zorin-os-upgrader/",
                "url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/?format=api",
                "repository_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/repository/?format=api",
                "translations_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/translations/?format=api",
                "statistics_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/statistics/?format=api",
                "lock_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/lock/?format=api",
                "links_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/links/?format=api",
                "changes_list_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "linux",
                "push": "git@gitlab.com:zorin-os/desktop/zorin-os-upgrader.git",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": true,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [
                    "https://translations.zorin.com/api/addons/1/?format=api",
                    "https://translations.zorin.com/api/addons/2/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver"
            },
            "language_code": "fur",
            "id": 46,
            "filename": "po/fur.po",
            "revision": "66d0eedcb41058d5b854ed1fc185d0896461d427",
            "web_url": "https://translations.zorin.com/projects/zorin-os-upgrader/zorin-os-upgrader/fur/",
            "share_url": "https://translations.zorin.com/engage/zorin-os-upgrader/fur/",
            "translate_url": "https://translations.zorin.com/translate/zorin-os-upgrader/zorin-os-upgrader/fur/",
            "url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/fur/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 135,
            "total_words": 773,
            "translated": 29,
            "translated_words": 93,
            "translated_percent": 21.4,
            "fuzzy": 11,
            "fuzzy_words": 33,
            "fuzzy_percent": 8.1,
            "failing_checks": 2,
            "failing_checks_words": 7,
            "failing_checks_percent": 1.4,
            "have_suggestion": 1,
            "have_comment": 0,
            "last_change": "2023-06-23T16:34:55.928329Z",
            "last_author": null,
            "repository_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/fur/repository/?format=api",
            "file_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/fur/file/?format=api",
            "statistics_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/fur/statistics/?format=api",
            "changes_list_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/fur/changes/?format=api",
            "units_list_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/fur/units/?format=api"
        },
        {
            "language": {
                "code": "fy",
                "name": "Frisian",
                "plural": {
                    "id": 217,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "fry"
                ],
                "direction": "ltr",
                "population": 743057,
                "web_url": "https://translations.zorin.com/languages/fy/",
                "url": "https://translations.zorin.com/api/languages/fy/?format=api",
                "statistics_url": "https://translations.zorin.com/api/languages/fy/statistics/?format=api"
            },
            "component": {
                "name": "Zorin OS Upgrader",
                "slug": "zorin-os-upgrader",
                "id": 1,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 149,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://translations.zorin.com/languages/en/",
                    "url": "https://translations.zorin.com/api/languages/en/?format=api",
                    "statistics_url": "https://translations.zorin.com/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Zorin OS Upgrader",
                    "slug": "zorin-os-upgrader",
                    "id": 2,
                    "web": "https://help.zorin.com/docs/getting-started/upgrade-zorin-os/",
                    "web_url": "https://translations.zorin.com/projects/zorin-os-upgrader/",
                    "url": "https://translations.zorin.com/api/projects/zorin-os-upgrader/?format=api",
                    "components_list_url": "https://translations.zorin.com/api/projects/zorin-os-upgrader/components/?format=api",
                    "repository_url": "https://translations.zorin.com/api/projects/zorin-os-upgrader/repository/?format=api",
                    "statistics_url": "https://translations.zorin.com/api/projects/zorin-os-upgrader/statistics/?format=api",
                    "changes_list_url": "https://translations.zorin.com/api/projects/zorin-os-upgrader/changes/?format=api",
                    "languages_url": "https://translations.zorin.com/api/projects/zorin-os-upgrader/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "git@gitlab.com:zorin-os/desktop/zorin-os-upgrader.git",
                "git_export": "https://translations.zorin.com/git/zorin-os-upgrader/zorin-os-upgrader/",
                "branch": "master",
                "push_branch": "",
                "filemask": "po/*.po",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "po/zorin-os-upgrader.pot",
                "file_format": "po",
                "license": "GPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "https://translations.zorin.com/projects/zorin-os-upgrader/zorin-os-upgrader/",
                "url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/?format=api",
                "repository_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/repository/?format=api",
                "translations_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/translations/?format=api",
                "statistics_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/statistics/?format=api",
                "lock_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/lock/?format=api",
                "links_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/links/?format=api",
                "changes_list_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "linux",
                "push": "git@gitlab.com:zorin-os/desktop/zorin-os-upgrader.git",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": true,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [
                    "https://translations.zorin.com/api/addons/1/?format=api",
                    "https://translations.zorin.com/api/addons/2/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver"
            },
            "language_code": "fy",
            "id": 47,
            "filename": "po/fy.po",
            "revision": "499fcd1d83f750b7992a8c7783ebb4ff105b7b12",
            "web_url": "https://translations.zorin.com/projects/zorin-os-upgrader/zorin-os-upgrader/fy/",
            "share_url": "https://translations.zorin.com/engage/zorin-os-upgrader/fy/",
            "translate_url": "https://translations.zorin.com/translate/zorin-os-upgrader/zorin-os-upgrader/fy/",
            "url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/fy/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 135,
            "total_words": 773,
            "translated": 5,
            "translated_words": 7,
            "translated_percent": 3.7,
            "fuzzy": 1,
            "fuzzy_words": 4,
            "fuzzy_percent": 0.7,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2023-06-23T16:34:56.226950Z",
            "last_author": null,
            "repository_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/fy/repository/?format=api",
            "file_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/fy/file/?format=api",
            "statistics_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/fy/statistics/?format=api",
            "changes_list_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/fy/changes/?format=api",
            "units_list_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/fy/units/?format=api"
        },
        {
            "language": {
                "code": "ga",
                "name": "Irish",
                "plural": {
                    "id": 218,
                    "source": 0,
                    "number": 5,
                    "formula": "n==1 ? 0 : n==2 ? 1 : (n>2 && n<7) ? 2 :(n>6 && n<11) ? 3 : 4",
                    "type": 10
                },
                "aliases": [
                    "gle"
                ],
                "direction": "ltr",
                "population": 1237487,
                "web_url": "https://translations.zorin.com/languages/ga/",
                "url": "https://translations.zorin.com/api/languages/ga/?format=api",
                "statistics_url": "https://translations.zorin.com/api/languages/ga/statistics/?format=api"
            },
            "component": {
                "name": "Zorin OS Upgrader",
                "slug": "zorin-os-upgrader",
                "id": 1,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 149,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://translations.zorin.com/languages/en/",
                    "url": "https://translations.zorin.com/api/languages/en/?format=api",
                    "statistics_url": "https://translations.zorin.com/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Zorin OS Upgrader",
                    "slug": "zorin-os-upgrader",
                    "id": 2,
                    "web": "https://help.zorin.com/docs/getting-started/upgrade-zorin-os/",
                    "web_url": "https://translations.zorin.com/projects/zorin-os-upgrader/",
                    "url": "https://translations.zorin.com/api/projects/zorin-os-upgrader/?format=api",
                    "components_list_url": "https://translations.zorin.com/api/projects/zorin-os-upgrader/components/?format=api",
                    "repository_url": "https://translations.zorin.com/api/projects/zorin-os-upgrader/repository/?format=api",
                    "statistics_url": "https://translations.zorin.com/api/projects/zorin-os-upgrader/statistics/?format=api",
                    "changes_list_url": "https://translations.zorin.com/api/projects/zorin-os-upgrader/changes/?format=api",
                    "languages_url": "https://translations.zorin.com/api/projects/zorin-os-upgrader/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "git@gitlab.com:zorin-os/desktop/zorin-os-upgrader.git",
                "git_export": "https://translations.zorin.com/git/zorin-os-upgrader/zorin-os-upgrader/",
                "branch": "master",
                "push_branch": "",
                "filemask": "po/*.po",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "po/zorin-os-upgrader.pot",
                "file_format": "po",
                "license": "GPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "https://translations.zorin.com/projects/zorin-os-upgrader/zorin-os-upgrader/",
                "url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/?format=api",
                "repository_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/repository/?format=api",
                "translations_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/translations/?format=api",
                "statistics_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/statistics/?format=api",
                "lock_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/lock/?format=api",
                "links_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/links/?format=api",
                "changes_list_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "linux",
                "push": "git@gitlab.com:zorin-os/desktop/zorin-os-upgrader.git",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": true,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [
                    "https://translations.zorin.com/api/addons/1/?format=api",
                    "https://translations.zorin.com/api/addons/2/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver"
            },
            "language_code": "ga",
            "id": 48,
            "filename": "po/ga.po",
            "revision": "038a8713989b8da8caad23ebaaf83a7731ddb4a0",
            "web_url": "https://translations.zorin.com/projects/zorin-os-upgrader/zorin-os-upgrader/ga/",
            "share_url": "https://translations.zorin.com/engage/zorin-os-upgrader/ga/",
            "translate_url": "https://translations.zorin.com/translate/zorin-os-upgrader/zorin-os-upgrader/ga/",
            "url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/ga/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 135,
            "total_words": 773,
            "translated": 19,
            "translated_words": 53,
            "translated_percent": 14.0,
            "fuzzy": 1,
            "fuzzy_words": 2,
            "fuzzy_percent": 0.7,
            "failing_checks": 1,
            "failing_checks_words": 2,
            "failing_checks_percent": 0.7,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2023-06-30T08:15:02.651399Z",
            "last_author": "John Ó Ríordáin",
            "repository_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/ga/repository/?format=api",
            "file_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/ga/file/?format=api",
            "statistics_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/ga/statistics/?format=api",
            "changes_list_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/ga/changes/?format=api",
            "units_list_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/ga/units/?format=api"
        },
        {
            "language": {
                "code": "gd",
                "name": "Gaelic",
                "plural": {
                    "id": 223,
                    "source": 0,
                    "number": 4,
                    "formula": "(n==1 || n==11) ? 0 : (n==2 || n==12) ? 1 : (n > 2 && n < 20) ? 2 : 3",
                    "type": 6
                },
                "aliases": [
                    "gae",
                    "gla"
                ],
                "direction": "ltr",
                "population": 72337,
                "web_url": "https://translations.zorin.com/languages/gd/",
                "url": "https://translations.zorin.com/api/languages/gd/?format=api",
                "statistics_url": "https://translations.zorin.com/api/languages/gd/statistics/?format=api"
            },
            "component": {
                "name": "Zorin OS Upgrader",
                "slug": "zorin-os-upgrader",
                "id": 1,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 149,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://translations.zorin.com/languages/en/",
                    "url": "https://translations.zorin.com/api/languages/en/?format=api",
                    "statistics_url": "https://translations.zorin.com/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Zorin OS Upgrader",
                    "slug": "zorin-os-upgrader",
                    "id": 2,
                    "web": "https://help.zorin.com/docs/getting-started/upgrade-zorin-os/",
                    "web_url": "https://translations.zorin.com/projects/zorin-os-upgrader/",
                    "url": "https://translations.zorin.com/api/projects/zorin-os-upgrader/?format=api",
                    "components_list_url": "https://translations.zorin.com/api/projects/zorin-os-upgrader/components/?format=api",
                    "repository_url": "https://translations.zorin.com/api/projects/zorin-os-upgrader/repository/?format=api",
                    "statistics_url": "https://translations.zorin.com/api/projects/zorin-os-upgrader/statistics/?format=api",
                    "changes_list_url": "https://translations.zorin.com/api/projects/zorin-os-upgrader/changes/?format=api",
                    "languages_url": "https://translations.zorin.com/api/projects/zorin-os-upgrader/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "git@gitlab.com:zorin-os/desktop/zorin-os-upgrader.git",
                "git_export": "https://translations.zorin.com/git/zorin-os-upgrader/zorin-os-upgrader/",
                "branch": "master",
                "push_branch": "",
                "filemask": "po/*.po",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "po/zorin-os-upgrader.pot",
                "file_format": "po",
                "license": "GPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "https://translations.zorin.com/projects/zorin-os-upgrader/zorin-os-upgrader/",
                "url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/?format=api",
                "repository_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/repository/?format=api",
                "translations_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/translations/?format=api",
                "statistics_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/statistics/?format=api",
                "lock_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/lock/?format=api",
                "links_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/links/?format=api",
                "changes_list_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "linux",
                "push": "git@gitlab.com:zorin-os/desktop/zorin-os-upgrader.git",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": true,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [
                    "https://translations.zorin.com/api/addons/1/?format=api",
                    "https://translations.zorin.com/api/addons/2/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver"
            },
            "language_code": "gd",
            "id": 49,
            "filename": "po/gd.po",
            "revision": "7fc69dbb23e7d9ca72382b189042ee9443ad82dd",
            "web_url": "https://translations.zorin.com/projects/zorin-os-upgrader/zorin-os-upgrader/gd/",
            "share_url": "https://translations.zorin.com/engage/zorin-os-upgrader/gd/",
            "translate_url": "https://translations.zorin.com/translate/zorin-os-upgrader/zorin-os-upgrader/gd/",
            "url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/gd/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 135,
            "total_words": 773,
            "translated": 39,
            "translated_words": 138,
            "translated_percent": 28.8,
            "fuzzy": 12,
            "fuzzy_words": 53,
            "fuzzy_percent": 8.8,
            "failing_checks": 7,
            "failing_checks_words": 17,
            "failing_checks_percent": 5.1,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2023-06-23T16:34:56.995189Z",
            "last_author": null,
            "repository_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/gd/repository/?format=api",
            "file_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/gd/file/?format=api",
            "statistics_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/gd/statistics/?format=api",
            "changes_list_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/gd/changes/?format=api",
            "units_list_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/gd/units/?format=api"
        },
        {
            "language": {
                "code": "gl",
                "name": "Galician",
                "plural": {
                    "id": 226,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "glg_es",
                    "glg"
                ],
                "direction": "ltr",
                "population": 3515529,
                "web_url": "https://translations.zorin.com/languages/gl/",
                "url": "https://translations.zorin.com/api/languages/gl/?format=api",
                "statistics_url": "https://translations.zorin.com/api/languages/gl/statistics/?format=api"
            },
            "component": {
                "name": "Zorin OS Upgrader",
                "slug": "zorin-os-upgrader",
                "id": 1,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 149,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://translations.zorin.com/languages/en/",
                    "url": "https://translations.zorin.com/api/languages/en/?format=api",
                    "statistics_url": "https://translations.zorin.com/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Zorin OS Upgrader",
                    "slug": "zorin-os-upgrader",
                    "id": 2,
                    "web": "https://help.zorin.com/docs/getting-started/upgrade-zorin-os/",
                    "web_url": "https://translations.zorin.com/projects/zorin-os-upgrader/",
                    "url": "https://translations.zorin.com/api/projects/zorin-os-upgrader/?format=api",
                    "components_list_url": "https://translations.zorin.com/api/projects/zorin-os-upgrader/components/?format=api",
                    "repository_url": "https://translations.zorin.com/api/projects/zorin-os-upgrader/repository/?format=api",
                    "statistics_url": "https://translations.zorin.com/api/projects/zorin-os-upgrader/statistics/?format=api",
                    "changes_list_url": "https://translations.zorin.com/api/projects/zorin-os-upgrader/changes/?format=api",
                    "languages_url": "https://translations.zorin.com/api/projects/zorin-os-upgrader/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "git@gitlab.com:zorin-os/desktop/zorin-os-upgrader.git",
                "git_export": "https://translations.zorin.com/git/zorin-os-upgrader/zorin-os-upgrader/",
                "branch": "master",
                "push_branch": "",
                "filemask": "po/*.po",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "po/zorin-os-upgrader.pot",
                "file_format": "po",
                "license": "GPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "https://translations.zorin.com/projects/zorin-os-upgrader/zorin-os-upgrader/",
                "url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/?format=api",
                "repository_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/repository/?format=api",
                "translations_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/translations/?format=api",
                "statistics_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/statistics/?format=api",
                "lock_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/lock/?format=api",
                "links_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/links/?format=api",
                "changes_list_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "linux",
                "push": "git@gitlab.com:zorin-os/desktop/zorin-os-upgrader.git",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": true,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [
                    "https://translations.zorin.com/api/addons/1/?format=api",
                    "https://translations.zorin.com/api/addons/2/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver"
            },
            "language_code": "gl",
            "id": 50,
            "filename": "po/gl.po",
            "revision": "f7c30bc618a74dfa7ade0907bdb856a98f21c079",
            "web_url": "https://translations.zorin.com/projects/zorin-os-upgrader/zorin-os-upgrader/gl/",
            "share_url": "https://translations.zorin.com/engage/zorin-os-upgrader/gl/",
            "translate_url": "https://translations.zorin.com/translate/zorin-os-upgrader/zorin-os-upgrader/gl/",
            "url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/gl/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 135,
            "total_words": 773,
            "translated": 127,
            "translated_words": 686,
            "translated_percent": 94.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": "2025-12-08T18:55:12.712696Z",
            "last_author": "David Rebolo Magariños",
            "repository_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/gl/repository/?format=api",
            "file_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/gl/file/?format=api",
            "statistics_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/gl/statistics/?format=api",
            "changes_list_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/gl/changes/?format=api",
            "units_list_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/gl/units/?format=api"
        }
    ]
}