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": "37dda32dfdb529a742b05c8bba58add373cd3255",
            "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": 127,
            "total_words": 686,
            "translated": 127,
            "translated_words": 686,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 32,
            "failing_checks_words": 167,
            "failing_checks_percent": 25.1,
            "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": "9a71a2c7b4f23d4ff42f30caf39a50b9cb605a6a",
            "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": 127,
            "total_words": 686,
            "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": "120ba6a5c3a340e674f0950da25bedb0812b7de7",
            "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": 127,
            "total_words": 686,
            "translated": 119,
            "translated_words": 626,
            "translated_percent": 93.7,
            "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": "0816dbdfe039db00c0337a6ca2f981a89bae52fc",
            "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": 127,
            "total_words": 686,
            "translated": 118,
            "translated_words": 617,
            "translated_percent": 92.9,
            "fuzzy": 1,
            "fuzzy_words": 2,
            "fuzzy_percent": 0.7,
            "failing_checks": 4,
            "failing_checks_words": 18,
            "failing_checks_percent": 3.1,
            "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": "e6552268870292a53f42b3f789a19ffa0ae6e21c",
            "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": 127,
            "total_words": 686,
            "translated": 12,
            "translated_words": 41,
            "translated_percent": 9.4,
            "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": "2539289bc235d8fcb063807aa259acf020394c51",
            "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": 127,
            "total_words": 686,
            "translated": 127,
            "translated_words": 686,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-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": "bb839dc27d7715ce77f481bedf9d41206f1f5daa",
            "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": 127,
            "total_words": 686,
            "translated": 14,
            "translated_words": 44,
            "translated_percent": 11.0,
            "fuzzy": 3,
            "fuzzy_words": 7,
            "fuzzy_percent": 2.3,
            "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": "eb128c272e899166c4c86feb3ba7161be7e679be",
            "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": 127,
            "total_words": 686,
            "translated": 38,
            "translated_words": 137,
            "translated_percent": 29.9,
            "fuzzy": 14,
            "fuzzy_words": 62,
            "fuzzy_percent": 11.0,
            "failing_checks": 3,
            "failing_checks_words": 10,
            "failing_checks_percent": 2.3,
            "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": "276738c32c0a262a880c124c49a8236557228f24",
            "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": 127,
            "total_words": 686,
            "translated": 20,
            "translated_words": 58,
            "translated_percent": 15.7,
            "fuzzy": 4,
            "fuzzy_words": 9,
            "fuzzy_percent": 3.1,
            "failing_checks": 2,
            "failing_checks_words": 3,
            "failing_checks_percent": 1.5,
            "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": "42a0c9bbb0ce1426023f6a07bba6b2728b2ac786",
            "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": 127,
            "total_words": 686,
            "translated": 47,
            "translated_words": 168,
            "translated_percent": 37.0,
            "fuzzy": 11,
            "fuzzy_words": 59,
            "fuzzy_percent": 8.6,
            "failing_checks": 6,
            "failing_checks_words": 30,
            "failing_checks_percent": 4.7,
            "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": "5f601ecb7e6d48ddc4dbf0ce370b98792ea41944",
            "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": 127,
            "total_words": 686,
            "translated": 6,
            "translated_words": 19,
            "translated_percent": 4.7,
            "fuzzy": 2,
            "fuzzy_words": 12,
            "fuzzy_percent": 1.5,
            "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": "3c776121f6f173e6b4f8880df564686355f59278",
            "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": 127,
            "total_words": 686,
            "translated": 49,
            "translated_words": 194,
            "translated_percent": 38.5,
            "fuzzy": 10,
            "fuzzy_words": 49,
            "fuzzy_percent": 7.8,
            "failing_checks": 5,
            "failing_checks_words": 15,
            "failing_checks_percent": 3.9,
            "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": "c813fa7362d65f27e8088a9ec074d064aff71137",
            "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": 127,
            "total_words": 686,
            "translated": 127,
            "translated_words": 686,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 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": "e290236403231e4fd37c5cc13b53212b85d56956",
            "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": 127,
            "total_words": 686,
            "translated": 14,
            "translated_words": 45,
            "translated_percent": 11.0,
            "fuzzy": 3,
            "fuzzy_words": 7,
            "fuzzy_percent": 2.3,
            "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": "2f6250b6ef0e9c9fcd91b9679efde6695fc688fe",
            "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": 127,
            "total_words": 686,
            "translated": 24,
            "translated_words": 74,
            "translated_percent": 18.8,
            "fuzzy": 13,
            "fuzzy_words": 49,
            "fuzzy_percent": 10.2,
            "failing_checks": 10,
            "failing_checks_words": 57,
            "failing_checks_percent": 7.8,
            "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": "e92e1a6a068eb2f36bbedf138487734fd93ca332",
            "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": 127,
            "total_words": 686,
            "translated": 26,
            "translated_words": 85,
            "translated_percent": 20.4,
            "fuzzy": 12,
            "fuzzy_words": 41,
            "fuzzy_percent": 9.4,
            "failing_checks": 4,
            "failing_checks_words": 20,
            "failing_checks_percent": 3.1,
            "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": "f9d60339b43580bfa482366b291266518553b26e",
            "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": 127,
            "total_words": 686,
            "translated": 127,
            "translated_words": 686,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-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": "750f28110b7ed8bc59ea999dde151bbc4cae3dea",
            "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": 127,
            "total_words": 686,
            "translated": 127,
            "translated_words": 686,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "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": "a19193a5c142d9aac87f1470d28c0d7e20091813",
            "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": 127,
            "total_words": 686,
            "translated": 120,
            "translated_words": 644,
            "translated_percent": 94.4,
            "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": "e45a6a06ede0ab84478f70aa4dc77a1812c9aca5",
            "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": 127,
            "total_words": 686,
            "translated": 16,
            "translated_words": 47,
            "translated_percent": 12.5,
            "fuzzy": 1,
            "fuzzy_words": 2,
            "fuzzy_percent": 0.7,
            "failing_checks": 2,
            "failing_checks_words": 4,
            "failing_checks_percent": 1.5,
            "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": "1775d169c68484d1f8b44015ad5477d9b4251355",
            "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": 127,
            "total_words": 686,
            "translated": 22,
            "translated_words": 72,
            "translated_percent": 17.3,
            "fuzzy": 14,
            "fuzzy_words": 51,
            "fuzzy_percent": 11.0,
            "failing_checks": 3,
            "failing_checks_words": 10,
            "failing_checks_percent": 2.3,
            "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": "c6b01a4f738952e80d9238ae12a72eee30f8b311",
            "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": 127,
            "total_words": 686,
            "translated": 125,
            "translated_words": 666,
            "translated_percent": 98.4,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 2,
            "failing_checks_words": 4,
            "failing_checks_percent": 1.5,
            "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": "8a2ab8f6756999c0a8fb89b0bcf9c10e0a2facad",
            "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": 127,
            "total_words": 686,
            "translated": 17,
            "translated_words": 50,
            "translated_percent": 13.3,
            "fuzzy": 11,
            "fuzzy_words": 39,
            "fuzzy_percent": 8.6,
            "failing_checks": 4,
            "failing_checks_words": 19,
            "failing_checks_percent": 3.1,
            "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": "1cf0041546c864f7c4d6efafe821308296853346",
            "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": 127,
            "total_words": 686,
            "translated": 2,
            "translated_words": 2,
            "translated_percent": 1.5,
            "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": "dbde625c61eb62481cfe01e0fe7d72b783abd6a7",
            "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": 127,
            "total_words": 686,
            "translated": 25,
            "translated_words": 67,
            "translated_percent": 19.6,
            "fuzzy": 11,
            "fuzzy_words": 39,
            "fuzzy_percent": 8.6,
            "failing_checks": 5,
            "failing_checks_words": 12,
            "failing_checks_percent": 3.9,
            "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": "76d96f6b0e655522c5e161c97fb892277285d157",
            "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": 127,
            "total_words": 686,
            "translated": 106,
            "translated_words": 515,
            "translated_percent": 83.4,
            "fuzzy": 4,
            "fuzzy_words": 22,
            "fuzzy_percent": 3.1,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 22,
            "have_comment": 0,
            "last_change": "2023-07-02T07:57:04.645814Z",
            "last_author": "Rune Fencker",
            "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": "0b221fde284dfbc2356dcf5fbe541b3f04b7371a",
            "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": 127,
            "total_words": 686,
            "translated": 127,
            "translated_words": 686,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 2,
            "have_comment": 0,
            "last_change": "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": "8ffb9f05d6a555df9b838dc57a83a74aca0ce055",
            "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": 127,
            "total_words": 686,
            "translated": 2,
            "translated_words": 2,
            "translated_percent": 1.5,
            "fuzzy": 4,
            "fuzzy_words": 8,
            "fuzzy_percent": 3.1,
            "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": "27399fc100b4e2e6f5b5b3f601a159305816acef",
            "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": 127,
            "total_words": 686,
            "translated": 5,
            "translated_words": 8,
            "translated_percent": 3.9,
            "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": "5e77170977e96c765439d5caae1be9ac1519ba45",
            "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": 127,
            "total_words": 686,
            "translated": 102,
            "translated_words": 467,
            "translated_percent": 80.3,
            "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": "19d8798ddef650e7e1954c33c4b4ac9321e3a862",
            "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": 127,
            "total_words": 686,
            "translated": 5,
            "translated_words": 9,
            "translated_percent": 3.9,
            "fuzzy": 1,
            "fuzzy_words": 2,
            "fuzzy_percent": 0.7,
            "failing_checks": 3,
            "failing_checks_words": 9,
            "failing_checks_percent": 2.3,
            "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": "023112db111203095b3c760400357c1a5c136814",
            "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": 127,
            "total_words": 686,
            "translated": 44,
            "translated_words": 176,
            "translated_percent": 34.6,
            "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": "451e8b7c15c4f5e86c6f9f00056dec12b8557ddf",
            "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": 127,
            "total_words": 686,
            "translated": 51,
            "translated_words": 189,
            "translated_percent": 40.1,
            "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": "26290464f8289222d2740178e5f56b05eb70ab70",
            "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": 127,
            "total_words": 686,
            "translated": 70,
            "translated_words": 274,
            "translated_percent": 55.1,
            "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": "2023-12-16T10:28:32.400225Z",
            "last_author": "Michael Wlcek",
            "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": "57a68c7be973b33d41b8bc9dee7e8b000889dbc8",
            "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": 127,
            "total_words": 686,
            "translated": 53,
            "translated_words": 199,
            "translated_percent": 41.7,
            "fuzzy": 14,
            "fuzzy_words": 58,
            "fuzzy_percent": 11.0,
            "failing_checks": 4,
            "failing_checks_words": 12,
            "failing_checks_percent": 3.1,
            "have_suggestion": 13,
            "have_comment": 0,
            "last_change": "2023-06-23T16:34:52.372469Z",
            "last_author": null,
            "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": "85e24584014ecae5ad14a2c0137fe33fd5c50c09",
            "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": 127,
            "total_words": 686,
            "translated": 127,
            "translated_words": 686,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 16,
            "have_comment": 0,
            "last_change": "2024-07-17T22:46:11.185754Z",
            "last_author": "Adrián",
            "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": "7034b4c6bf8fad9c0b6572f14eb33dca76beaccf",
            "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": 127,
            "total_words": 686,
            "translated": 121,
            "translated_words": 646,
            "translated_percent": 95.2,
            "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": "5b2396ec0fba64f9ade66fb8774dc8e1f0d3e28c",
            "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": 127,
            "total_words": 686,
            "translated": 56,
            "translated_words": 207,
            "translated_percent": 44.0,
            "fuzzy": 7,
            "fuzzy_words": 31,
            "fuzzy_percent": 5.5,
            "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": "d4ed07b8b86f6d5abbab4eff2742a29e73f12042",
            "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": 127,
            "total_words": 686,
            "translated": 50,
            "translated_words": 186,
            "translated_percent": 39.3,
            "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": "91d86e939b5d770ab860025f407af5fabfcc3795",
            "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": 127,
            "total_words": 686,
            "translated": 127,
            "translated_words": 686,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-12-28T16:47:12.013807Z",
            "last_author": "Ogloppi",
            "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": "03735b617ad937fc1118eb3610d8c95be5fa0570",
            "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": 127,
            "total_words": 686,
            "translated": 15,
            "translated_words": 41,
            "translated_percent": 11.8,
            "fuzzy": 11,
            "fuzzy_words": 39,
            "fuzzy_percent": 8.6,
            "failing_checks": 3,
            "failing_checks_words": 9,
            "failing_checks_percent": 2.3,
            "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": "ef0c83a865ca411e4b2dfbaa3aab2b568ce836a0",
            "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": 127,
            "total_words": 686,
            "translated": 6,
            "translated_words": 14,
            "translated_percent": 4.7,
            "fuzzy": 3,
            "fuzzy_words": 9,
            "fuzzy_percent": 2.3,
            "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": "9d15ca0f3fd9ed12ed26b0b74bec3db3852d8290",
            "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": 127,
            "total_words": 686,
            "translated": 127,
            "translated_words": 686,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-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": "36ac63525b213b653615143963a34edd6d573b50",
            "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": 127,
            "total_words": 686,
            "translated": 120,
            "translated_words": 644,
            "translated_percent": 94.4,
            "fuzzy": 1,
            "fuzzy_words": 2,
            "fuzzy_percent": 0.7,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 2,
            "have_comment": 0,
            "last_change": "2024-02-17T13:31:41.028397Z",
            "last_author": null,
            "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": "72515eea24cf5bacdbf814e53ec928cb8a0aecf2",
            "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": 127,
            "total_words": 686,
            "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": "d349dfa9cf79213a588f3e0737c0df2f8c364219",
            "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": 127,
            "total_words": 686,
            "translated": 29,
            "translated_words": 93,
            "translated_percent": 22.8,
            "fuzzy": 11,
            "fuzzy_words": 33,
            "fuzzy_percent": 8.6,
            "failing_checks": 2,
            "failing_checks_words": 7,
            "failing_checks_percent": 1.5,
            "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": "ccca05178ecc83606b51885ac3af28c5e0626231",
            "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": 127,
            "total_words": 686,
            "translated": 5,
            "translated_words": 7,
            "translated_percent": 3.9,
            "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": "e846c8708ff5207f16ee7d495066abb47174ed0c",
            "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": 127,
            "total_words": 686,
            "translated": 19,
            "translated_words": 53,
            "translated_percent": 14.9,
            "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": "1683ea24649d2fd1da78c9284f4761110dcc01f2",
            "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": 127,
            "total_words": 686,
            "translated": 39,
            "translated_words": 138,
            "translated_percent": 30.7,
            "fuzzy": 12,
            "fuzzy_words": 53,
            "fuzzy_percent": 9.4,
            "failing_checks": 7,
            "failing_checks_words": 17,
            "failing_checks_percent": 5.5,
            "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": "cb61dfda1c30f93e815f90663e0ece2df423c55e",
            "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": 127,
            "total_words": 686,
            "translated": 96,
            "translated_words": 426,
            "translated_percent": 75.5,
            "fuzzy": 3,
            "fuzzy_words": 21,
            "fuzzy_percent": 2.3,
            "failing_checks": 1,
            "failing_checks_words": 5,
            "failing_checks_percent": 0.7,
            "have_suggestion": 24,
            "have_comment": 0,
            "last_change": "2023-12-04T22:03:57.669789Z",
            "last_author": "Vladimir Shmidt",
            "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"
        }
    ]
}