Translation components API.

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

GET /api/translations/?format=api&page=2
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=3",
    "previous": "https://translations.zorin.com/api/translations/?format=api",
    "results": [
        {
            "language": {
                "code": "gu",
                "name": "Gujarati",
                "plural": {
                    "id": 237,
                    "source": 0,
                    "number": 2,
                    "formula": "n > 1",
                    "type": 1
                },
                "aliases": [
                    "guj"
                ],
                "direction": "ltr",
                "population": 61721798,
                "web_url": "https://translations.zorin.com/languages/gu/",
                "url": "https://translations.zorin.com/api/languages/gu/?format=api",
                "statistics_url": "https://translations.zorin.com/api/languages/gu/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": "gu",
            "id": 51,
            "filename": "po/gu.po",
            "revision": "4a3b70644746843a3e804626daaec694eb2760a9",
            "web_url": "https://translations.zorin.com/projects/zorin-os-upgrader/zorin-os-upgrader/gu/",
            "share_url": "https://translations.zorin.com/engage/zorin-os-upgrader/gu/",
            "translate_url": "https://translations.zorin.com/translate/zorin-os-upgrader/zorin-os-upgrader/gu/",
            "url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/gu/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 127,
            "total_words": 686,
            "translated": 15,
            "translated_words": 46,
            "translated_percent": 11.8,
            "fuzzy": 2,
            "fuzzy_words": 5,
            "fuzzy_percent": 1.5,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2025-03-10T06:11:00.931073Z",
            "last_author": "Het Soni",
            "repository_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/gu/repository/?format=api",
            "file_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/gu/file/?format=api",
            "statistics_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/gu/statistics/?format=api",
            "changes_list_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/gu/changes/?format=api",
            "units_list_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/gu/units/?format=api"
        },
        {
            "language": {
                "code": "gv",
                "name": "Manx",
                "plural": {
                    "id": 244,
                    "source": 0,
                    "number": 4,
                    "formula": "(n % 10 == 1) ? 0 : ((n % 10 == 2) ? 1 : ((n % 100 == 0 || n % 100 == 20 || n % 100 == 40 || n % 100 == 60 || n % 100 == 80) ? 2 : 3))",
                    "type": 6
                },
                "aliases": [
                    "glv"
                ],
                "direction": "ltr",
                "population": 1719,
                "web_url": "https://translations.zorin.com/languages/gv/",
                "url": "https://translations.zorin.com/api/languages/gv/?format=api",
                "statistics_url": "https://translations.zorin.com/api/languages/gv/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": "gv",
            "id": 52,
            "filename": "po/gv.po",
            "revision": "b1bfac73a6e3c437e96faa11a817c21a27bb5581",
            "web_url": "https://translations.zorin.com/projects/zorin-os-upgrader/zorin-os-upgrader/gv/",
            "share_url": "https://translations.zorin.com/engage/zorin-os-upgrader/gv/",
            "translate_url": "https://translations.zorin.com/translate/zorin-os-upgrader/zorin-os-upgrader/gv/",
            "url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/gv/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 127,
            "total_words": 686,
            "translated": 4,
            "translated_words": 6,
            "translated_percent": 3.1,
            "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:58.042491Z",
            "last_author": null,
            "repository_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/gv/repository/?format=api",
            "file_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/gv/file/?format=api",
            "statistics_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/gv/statistics/?format=api",
            "changes_list_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/gv/changes/?format=api",
            "units_list_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/gv/units/?format=api"
        },
        {
            "language": {
                "code": "ha",
                "name": "Hausa",
                "plural": {
                    "id": 246,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "hau"
                ],
                "direction": "rtl",
                "population": 37412649,
                "web_url": "https://translations.zorin.com/languages/ha/",
                "url": "https://translations.zorin.com/api/languages/ha/?format=api",
                "statistics_url": "https://translations.zorin.com/api/languages/ha/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": "ha",
            "id": 53,
            "filename": "po/ha.po",
            "revision": "87fe9e6ae3174dd86ffd72dff6e16c539563954f",
            "web_url": "https://translations.zorin.com/projects/zorin-os-upgrader/zorin-os-upgrader/ha/",
            "share_url": "https://translations.zorin.com/engage/zorin-os-upgrader/ha/",
            "translate_url": "https://translations.zorin.com/translate/zorin-os-upgrader/zorin-os-upgrader/ha/",
            "url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/ha/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 127,
            "total_words": 686,
            "translated": 6,
            "translated_words": 13,
            "translated_percent": 4.7,
            "fuzzy": 1,
            "fuzzy_words": 2,
            "fuzzy_percent": 0.7,
            "failing_checks": 1,
            "failing_checks_words": 2,
            "failing_checks_percent": 0.7,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2023-12-12T12:01:30.736347Z",
            "last_author": "Abdul Aminu",
            "repository_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/ha/repository/?format=api",
            "file_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/ha/file/?format=api",
            "statistics_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/ha/statistics/?format=api",
            "changes_list_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/ha/changes/?format=api",
            "units_list_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/ha/units/?format=api"
        },
        {
            "language": {
                "code": "he",
                "name": "Hebrew",
                "plural": {
                    "id": 249,
                    "source": 0,
                    "number": 4,
                    "formula": "(n == 1) ? 0 : ((n == 2) ? 1 : ((n > 10 && n % 10 == 0) ? 2 : 3))",
                    "type": 6
                },
                "aliases": [
                    "he_he",
                    "iw",
                    "iw_il",
                    "iw_he",
                    "heb"
                ],
                "direction": "rtl",
                "population": 8675480,
                "web_url": "https://translations.zorin.com/languages/he/",
                "url": "https://translations.zorin.com/api/languages/he/?format=api",
                "statistics_url": "https://translations.zorin.com/api/languages/he/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": "he",
            "id": 54,
            "filename": "po/he.po",
            "revision": "555a81bcf330d3461f1b5778276255171a2b2401",
            "web_url": "https://translations.zorin.com/projects/zorin-os-upgrader/zorin-os-upgrader/he/",
            "share_url": "https://translations.zorin.com/engage/zorin-os-upgrader/he/",
            "translate_url": "https://translations.zorin.com/translate/zorin-os-upgrader/zorin-os-upgrader/he/",
            "url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/he/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 127,
            "total_words": 686,
            "translated": 54,
            "translated_words": 195,
            "translated_percent": 42.5,
            "fuzzy": 10,
            "fuzzy_words": 49,
            "fuzzy_percent": 7.8,
            "failing_checks": 2,
            "failing_checks_words": 8,
            "failing_checks_percent": 1.5,
            "have_suggestion": 7,
            "have_comment": 0,
            "last_change": "2023-06-23T16:34:58.809232Z",
            "last_author": null,
            "repository_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/he/repository/?format=api",
            "file_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/he/file/?format=api",
            "statistics_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/he/statistics/?format=api",
            "changes_list_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/he/changes/?format=api",
            "units_list_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/he/units/?format=api"
        },
        {
            "language": {
                "code": "hi",
                "name": "Hindi",
                "plural": {
                    "id": 251,
                    "source": 0,
                    "number": 2,
                    "formula": "n > 1",
                    "type": 1
                },
                "aliases": [
                    "hin"
                ],
                "direction": "ltr",
                "population": 545556054,
                "web_url": "https://translations.zorin.com/languages/hi/",
                "url": "https://translations.zorin.com/api/languages/hi/?format=api",
                "statistics_url": "https://translations.zorin.com/api/languages/hi/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": "hi",
            "id": 55,
            "filename": "po/hi.po",
            "revision": "02285cfaa59c5f895a79b750606947e45c61a030",
            "web_url": "https://translations.zorin.com/projects/zorin-os-upgrader/zorin-os-upgrader/hi/",
            "share_url": "https://translations.zorin.com/engage/zorin-os-upgrader/hi/",
            "translate_url": "https://translations.zorin.com/translate/zorin-os-upgrader/zorin-os-upgrader/hi/",
            "url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/hi/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 127,
            "total_words": 686,
            "translated": 119,
            "translated_words": 642,
            "translated_percent": 93.7,
            "fuzzy": 2,
            "fuzzy_words": 4,
            "fuzzy_percent": 1.5,
            "failing_checks": 3,
            "failing_checks_words": 15,
            "failing_checks_percent": 2.3,
            "have_suggestion": 6,
            "have_comment": 0,
            "last_change": "2024-02-17T13:31:42.579689Z",
            "last_author": null,
            "repository_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/hi/repository/?format=api",
            "file_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/hi/file/?format=api",
            "statistics_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/hi/statistics/?format=api",
            "changes_list_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/hi/changes/?format=api",
            "units_list_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/hi/units/?format=api"
        },
        {
            "language": {
                "code": "hr",
                "name": "Croatian",
                "plural": {
                    "id": 258,
                    "source": 0,
                    "number": 3,
                    "formula": "n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2",
                    "type": 22
                },
                "aliases": [
                    "scr",
                    "hrv"
                ],
                "direction": "ltr",
                "population": 6813163,
                "web_url": "https://translations.zorin.com/languages/hr/",
                "url": "https://translations.zorin.com/api/languages/hr/?format=api",
                "statistics_url": "https://translations.zorin.com/api/languages/hr/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": "hr",
            "id": 56,
            "filename": "po/hr.po",
            "revision": "840b7b8eb086b8794f19b741f9d69ce9a5bf2971",
            "web_url": "https://translations.zorin.com/projects/zorin-os-upgrader/zorin-os-upgrader/hr/",
            "share_url": "https://translations.zorin.com/engage/zorin-os-upgrader/hr/",
            "translate_url": "https://translations.zorin.com/translate/zorin-os-upgrader/zorin-os-upgrader/hr/",
            "url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/hr/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 127,
            "total_words": 686,
            "translated": 122,
            "translated_words": 655,
            "translated_percent": 96.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": "2023-12-04T23:40:53.824255Z",
            "last_author": "dodo",
            "repository_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/hr/repository/?format=api",
            "file_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/hr/file/?format=api",
            "statistics_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/hr/statistics/?format=api",
            "changes_list_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/hr/changes/?format=api",
            "units_list_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/hr/units/?format=api"
        },
        {
            "language": {
                "code": "hu",
                "name": "Hungarian",
                "plural": {
                    "id": 262,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "hun"
                ],
                "direction": "ltr",
                "population": 12443429,
                "web_url": "https://translations.zorin.com/languages/hu/",
                "url": "https://translations.zorin.com/api/languages/hu/?format=api",
                "statistics_url": "https://translations.zorin.com/api/languages/hu/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": "hu",
            "id": 57,
            "filename": "po/hu.po",
            "revision": "1614aa17421c230a742b8ca29f00010beea993ee",
            "web_url": "https://translations.zorin.com/projects/zorin-os-upgrader/zorin-os-upgrader/hu/",
            "share_url": "https://translations.zorin.com/engage/zorin-os-upgrader/hu/",
            "translate_url": "https://translations.zorin.com/translate/zorin-os-upgrader/zorin-os-upgrader/hu/",
            "url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/hu/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 127,
            "total_words": 686,
            "translated": 124,
            "translated_words": 659,
            "translated_percent": 97.6,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 21,
            "have_comment": 7,
            "last_change": "2024-06-14T15:51:44.685986Z",
            "last_author": "Zoltán Incze",
            "repository_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/hu/repository/?format=api",
            "file_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/hu/file/?format=api",
            "statistics_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/hu/statistics/?format=api",
            "changes_list_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/hu/changes/?format=api",
            "units_list_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/hu/units/?format=api"
        },
        {
            "language": {
                "code": "hy",
                "name": "Armenian",
                "plural": {
                    "id": 265,
                    "source": 0,
                    "number": 2,
                    "formula": "n > 1",
                    "type": 1
                },
                "aliases": [
                    "arm",
                    "hye"
                ],
                "direction": "ltr",
                "population": 5317271,
                "web_url": "https://translations.zorin.com/languages/hy/",
                "url": "https://translations.zorin.com/api/languages/hy/?format=api",
                "statistics_url": "https://translations.zorin.com/api/languages/hy/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": "hy",
            "id": 58,
            "filename": "po/hy.po",
            "revision": "037b1fb1811f2b4577e78f58d6e45100e8e045ca",
            "web_url": "https://translations.zorin.com/projects/zorin-os-upgrader/zorin-os-upgrader/hy/",
            "share_url": "https://translations.zorin.com/engage/zorin-os-upgrader/hy/",
            "translate_url": "https://translations.zorin.com/translate/zorin-os-upgrader/zorin-os-upgrader/hy/",
            "url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/hy/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 127,
            "total_words": 686,
            "translated": 117,
            "translated_words": 614,
            "translated_percent": 92.1,
            "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:42.940507Z",
            "last_author": null,
            "repository_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/hy/repository/?format=api",
            "file_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/hy/file/?format=api",
            "statistics_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/hy/statistics/?format=api",
            "changes_list_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/hy/changes/?format=api",
            "units_list_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/hy/units/?format=api"
        },
        {
            "language": {
                "code": "ia",
                "name": "Interlingua",
                "plural": {
                    "id": 267,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "ina"
                ],
                "direction": "ltr",
                "population": 135,
                "web_url": "https://translations.zorin.com/languages/ia/",
                "url": "https://translations.zorin.com/api/languages/ia/?format=api",
                "statistics_url": "https://translations.zorin.com/api/languages/ia/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": "ia",
            "id": 59,
            "filename": "po/ia.po",
            "revision": "fdde56a976b6ea3a557e080810bfc8c016cc9b62",
            "web_url": "https://translations.zorin.com/projects/zorin-os-upgrader/zorin-os-upgrader/ia/",
            "share_url": "https://translations.zorin.com/engage/zorin-os-upgrader/ia/",
            "translate_url": "https://translations.zorin.com/translate/zorin-os-upgrader/zorin-os-upgrader/ia/",
            "url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/ia/?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-15T00:41:48.724503Z",
            "last_author": "eduver",
            "repository_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/ia/repository/?format=api",
            "file_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/ia/file/?format=api",
            "statistics_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/ia/statistics/?format=api",
            "changes_list_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/ia/changes/?format=api",
            "units_list_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/ia/units/?format=api"
        },
        {
            "language": {
                "code": "id",
                "name": "Indonesian",
                "plural": {
                    "id": 269,
                    "source": 0,
                    "number": 1,
                    "formula": "0",
                    "type": 0
                },
                "aliases": [
                    "in",
                    "in_id",
                    "ind"
                ],
                "direction": "ltr",
                "population": 171207687,
                "web_url": "https://translations.zorin.com/languages/id/",
                "url": "https://translations.zorin.com/api/languages/id/?format=api",
                "statistics_url": "https://translations.zorin.com/api/languages/id/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": "id",
            "id": 60,
            "filename": "po/id.po",
            "revision": "b8432b494c6ef1f3e23f8dc834277f87b7306927",
            "web_url": "https://translations.zorin.com/projects/zorin-os-upgrader/zorin-os-upgrader/id/",
            "share_url": "https://translations.zorin.com/engage/zorin-os-upgrader/id/",
            "translate_url": "https://translations.zorin.com/translate/zorin-os-upgrader/zorin-os-upgrader/id/",
            "url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/id/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 127,
            "total_words": 686,
            "translated": 123,
            "translated_words": 657,
            "translated_percent": 96.8,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 1,
            "failing_checks_words": 2,
            "failing_checks_percent": 0.7,
            "have_suggestion": 48,
            "have_comment": 0,
            "last_change": "2023-12-07T04:07:09.576727Z",
            "last_author": "kresna",
            "repository_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/id/repository/?format=api",
            "file_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/id/file/?format=api",
            "statistics_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/id/statistics/?format=api",
            "changes_list_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/id/changes/?format=api",
            "units_list_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/id/units/?format=api"
        },
        {
            "language": {
                "code": "ig",
                "name": "Igbo",
                "plural": {
                    "id": 271,
                    "source": 0,
                    "number": 1,
                    "formula": "0",
                    "type": 0
                },
                "aliases": [
                    "ibo"
                ],
                "direction": "ltr",
                "population": 27823640,
                "web_url": "https://translations.zorin.com/languages/ig/",
                "url": "https://translations.zorin.com/api/languages/ig/?format=api",
                "statistics_url": "https://translations.zorin.com/api/languages/ig/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": "ig",
            "id": 61,
            "filename": "po/ig.po",
            "revision": "50d200a5e593e6472fd3f616dfc326103fd42496",
            "web_url": "https://translations.zorin.com/projects/zorin-os-upgrader/zorin-os-upgrader/ig/",
            "share_url": "https://translations.zorin.com/engage/zorin-os-upgrader/ig/",
            "translate_url": "https://translations.zorin.com/translate/zorin-os-upgrader/zorin-os-upgrader/ig/",
            "url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/ig/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 127,
            "total_words": 686,
            "translated": 4,
            "translated_words": 6,
            "translated_percent": 3.1,
            "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:35:02.886344Z",
            "last_author": null,
            "repository_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/ig/repository/?format=api",
            "file_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/ig/file/?format=api",
            "statistics_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/ig/statistics/?format=api",
            "changes_list_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/ig/changes/?format=api",
            "units_list_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/ig/units/?format=api"
        },
        {
            "language": {
                "code": "io",
                "name": "Ido",
                "plural": {
                    "id": 276,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "ido"
                ],
                "direction": "ltr",
                "population": 0,
                "web_url": "https://translations.zorin.com/languages/io/",
                "url": "https://translations.zorin.com/api/languages/io/?format=api",
                "statistics_url": "https://translations.zorin.com/api/languages/io/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": "io",
            "id": 62,
            "filename": "po/io.po",
            "revision": "587641b9d9c886d5fd6146cb18ad342aaf66696f",
            "web_url": "https://translations.zorin.com/projects/zorin-os-upgrader/zorin-os-upgrader/io/",
            "share_url": "https://translations.zorin.com/engage/zorin-os-upgrader/io/",
            "translate_url": "https://translations.zorin.com/translate/zorin-os-upgrader/zorin-os-upgrader/io/",
            "url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/io/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 127,
            "total_words": 686,
            "translated": 3,
            "translated_words": 4,
            "translated_percent": 2.3,
            "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/io/repository/?format=api",
            "file_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/io/file/?format=api",
            "statistics_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/io/statistics/?format=api",
            "changes_list_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/io/changes/?format=api",
            "units_list_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/io/units/?format=api"
        },
        {
            "language": {
                "code": "is",
                "name": "Icelandic",
                "plural": {
                    "id": 277,
                    "source": 0,
                    "number": 2,
                    "formula": "n % 10 != 1 || n % 100 == 11",
                    "type": 1
                },
                "aliases": [
                    "ice",
                    "isl"
                ],
                "direction": "ltr",
                "population": 350734,
                "web_url": "https://translations.zorin.com/languages/is/",
                "url": "https://translations.zorin.com/api/languages/is/?format=api",
                "statistics_url": "https://translations.zorin.com/api/languages/is/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": "is",
            "id": 63,
            "filename": "po/is.po",
            "revision": "00d4e8822e87ee3c39368b4d637b59e6371ae4b9",
            "web_url": "https://translations.zorin.com/projects/zorin-os-upgrader/zorin-os-upgrader/is/",
            "share_url": "https://translations.zorin.com/engage/zorin-os-upgrader/is/",
            "translate_url": "https://translations.zorin.com/translate/zorin-os-upgrader/zorin-os-upgrader/is/",
            "url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/is/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 127,
            "total_words": 686,
            "translated": 43,
            "translated_words": 129,
            "translated_percent": 33.8,
            "fuzzy": 11,
            "fuzzy_words": 41,
            "fuzzy_percent": 8.6,
            "failing_checks": 5,
            "failing_checks_words": 16,
            "failing_checks_percent": 3.9,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2023-06-23T16:35:04.623340Z",
            "last_author": null,
            "repository_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/is/repository/?format=api",
            "file_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/is/file/?format=api",
            "statistics_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/is/statistics/?format=api",
            "changes_list_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/is/changes/?format=api",
            "units_list_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/is/units/?format=api"
        },
        {
            "language": {
                "code": "it",
                "name": "Italian",
                "plural": {
                    "id": 278,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "ita_it",
                    "ita"
                ],
                "direction": "ltr",
                "population": 70247059,
                "web_url": "https://translations.zorin.com/languages/it/",
                "url": "https://translations.zorin.com/api/languages/it/?format=api",
                "statistics_url": "https://translations.zorin.com/api/languages/it/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": "it",
            "id": 64,
            "filename": "po/it.po",
            "revision": "542e95afba1c449393da9824f43f22c584f12445",
            "web_url": "https://translations.zorin.com/projects/zorin-os-upgrader/zorin-os-upgrader/it/",
            "share_url": "https://translations.zorin.com/engage/zorin-os-upgrader/it/",
            "translate_url": "https://translations.zorin.com/translate/zorin-os-upgrader/zorin-os-upgrader/it/",
            "url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/it/?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": 1,
            "have_comment": 0,
            "last_change": "2024-03-23T18:26:44.821850Z",
            "last_author": "Albano Battistella",
            "repository_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/it/repository/?format=api",
            "file_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/it/file/?format=api",
            "statistics_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/it/statistics/?format=api",
            "changes_list_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/it/changes/?format=api",
            "units_list_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/it/units/?format=api"
        },
        {
            "language": {
                "code": "ja",
                "name": "Japanese",
                "plural": {
                    "id": 283,
                    "source": 0,
                    "number": 1,
                    "formula": "0",
                    "type": 0
                },
                "aliases": [
                    "jp",
                    "jp_jpn",
                    "ja_ja",
                    "jpn_jp",
                    "jpn"
                ],
                "direction": "ltr",
                "population": 119729025,
                "web_url": "https://translations.zorin.com/languages/ja/",
                "url": "https://translations.zorin.com/api/languages/ja/?format=api",
                "statistics_url": "https://translations.zorin.com/api/languages/ja/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": "ja",
            "id": 65,
            "filename": "po/ja.po",
            "revision": "721bb6bd937b186794415ceee9c001c080e93334",
            "web_url": "https://translations.zorin.com/projects/zorin-os-upgrader/zorin-os-upgrader/ja/",
            "share_url": "https://translations.zorin.com/engage/zorin-os-upgrader/ja/",
            "translate_url": "https://translations.zorin.com/translate/zorin-os-upgrader/zorin-os-upgrader/ja/",
            "url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/ja/?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": 1,
            "failing_checks_words": 9,
            "failing_checks_percent": 0.7,
            "have_suggestion": 3,
            "have_comment": 0,
            "last_change": "2025-04-20T07:44:16.319894Z",
            "last_author": "DD",
            "repository_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/ja/repository/?format=api",
            "file_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/ja/file/?format=api",
            "statistics_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/ja/statistics/?format=api",
            "changes_list_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/ja/changes/?format=api",
            "units_list_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/ja/units/?format=api"
        },
        {
            "language": {
                "code": "ka",
                "name": "Georgian",
                "plural": {
                    "id": 292,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "geo",
                    "kat"
                ],
                "direction": "ltr",
                "population": 3543645,
                "web_url": "https://translations.zorin.com/languages/ka/",
                "url": "https://translations.zorin.com/api/languages/ka/?format=api",
                "statistics_url": "https://translations.zorin.com/api/languages/ka/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": "ka",
            "id": 66,
            "filename": "po/ka.po",
            "revision": "b84ffe092b981a4c9459f2a459943da28a7a48e4",
            "web_url": "https://translations.zorin.com/projects/zorin-os-upgrader/zorin-os-upgrader/ka/",
            "share_url": "https://translations.zorin.com/engage/zorin-os-upgrader/ka/",
            "translate_url": "https://translations.zorin.com/translate/zorin-os-upgrader/zorin-os-upgrader/ka/",
            "url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/ka/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 127,
            "total_words": 686,
            "translated": 21,
            "translated_words": 57,
            "translated_percent": 16.5,
            "fuzzy": 12,
            "fuzzy_words": 40,
            "fuzzy_percent": 9.4,
            "failing_checks": 4,
            "failing_checks_words": 11,
            "failing_checks_percent": 3.1,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2023-06-23T16:35:06.445242Z",
            "last_author": null,
            "repository_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/ka/repository/?format=api",
            "file_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/ka/file/?format=api",
            "statistics_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/ka/statistics/?format=api",
            "changes_list_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/ka/changes/?format=api",
            "units_list_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/ka/units/?format=api"
        },
        {
            "language": {
                "code": "kab",
                "name": "Kabyle",
                "plural": {
                    "id": 294,
                    "source": 0,
                    "number": 2,
                    "formula": "n > 1",
                    "type": 1
                },
                "aliases": [
                    "kab_kab"
                ],
                "direction": "ltr",
                "population": 3351886,
                "web_url": "https://translations.zorin.com/languages/kab/",
                "url": "https://translations.zorin.com/api/languages/kab/?format=api",
                "statistics_url": "https://translations.zorin.com/api/languages/kab/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": "kab",
            "id": 67,
            "filename": "po/kab.po",
            "revision": "19b7504b95448dd9e0f106d2d7bdc75b4a173bbb",
            "web_url": "https://translations.zorin.com/projects/zorin-os-upgrader/zorin-os-upgrader/kab/",
            "share_url": "https://translations.zorin.com/engage/zorin-os-upgrader/kab/",
            "translate_url": "https://translations.zorin.com/translate/zorin-os-upgrader/zorin-os-upgrader/kab/",
            "url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/kab/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 127,
            "total_words": 686,
            "translated": 10,
            "translated_words": 27,
            "translated_percent": 7.8,
            "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:35:07.013193Z",
            "last_author": null,
            "repository_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/kab/repository/?format=api",
            "file_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/kab/file/?format=api",
            "statistics_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/kab/statistics/?format=api",
            "changes_list_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/kab/changes/?format=api",
            "units_list_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/kab/units/?format=api"
        },
        {
            "language": {
                "code": "kk",
                "name": "Kazakh",
                "plural": {
                    "id": 308,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "kk_cyrl",
                    "kz",
                    "kaz"
                ],
                "direction": "ltr",
                "population": 12219390,
                "web_url": "https://translations.zorin.com/languages/kk/",
                "url": "https://translations.zorin.com/api/languages/kk/?format=api",
                "statistics_url": "https://translations.zorin.com/api/languages/kk/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": "kk",
            "id": 68,
            "filename": "po/kk.po",
            "revision": "2647643a29a9fc3d72f24573b14f6e45d78c4ada",
            "web_url": "https://translations.zorin.com/projects/zorin-os-upgrader/zorin-os-upgrader/kk/",
            "share_url": "https://translations.zorin.com/engage/zorin-os-upgrader/kk/",
            "translate_url": "https://translations.zorin.com/translate/zorin-os-upgrader/zorin-os-upgrader/kk/",
            "url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/kk/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 127,
            "total_words": 686,
            "translated": 42,
            "translated_words": 136,
            "translated_percent": 33.0,
            "fuzzy": 12,
            "fuzzy_words": 43,
            "fuzzy_percent": 9.4,
            "failing_checks": 3,
            "failing_checks_words": 10,
            "failing_checks_percent": 2.3,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2023-06-23T16:35:07.754662Z",
            "last_author": null,
            "repository_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/kk/repository/?format=api",
            "file_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/kk/file/?format=api",
            "statistics_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/kk/statistics/?format=api",
            "changes_list_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/kk/changes/?format=api",
            "units_list_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/kk/units/?format=api"
        },
        {
            "language": {
                "code": "km",
                "name": "Khmer (Central)",
                "plural": {
                    "id": 312,
                    "source": 0,
                    "number": 1,
                    "formula": "0",
                    "type": 0
                },
                "aliases": [
                    "khm"
                ],
                "direction": "ltr",
                "population": 15065030,
                "web_url": "https://translations.zorin.com/languages/km/",
                "url": "https://translations.zorin.com/api/languages/km/?format=api",
                "statistics_url": "https://translations.zorin.com/api/languages/km/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": "km",
            "id": 69,
            "filename": "po/km.po",
            "revision": "26880b7e2001ba7d66c513f2703b712a6bef9699",
            "web_url": "https://translations.zorin.com/projects/zorin-os-upgrader/zorin-os-upgrader/km/",
            "share_url": "https://translations.zorin.com/engage/zorin-os-upgrader/km/",
            "translate_url": "https://translations.zorin.com/translate/zorin-os-upgrader/zorin-os-upgrader/km/",
            "url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/km/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 127,
            "total_words": 686,
            "translated": 28,
            "translated_words": 86,
            "translated_percent": 22.0,
            "fuzzy": 11,
            "fuzzy_words": 51,
            "fuzzy_percent": 8.6,
            "failing_checks": 6,
            "failing_checks_words": 31,
            "failing_checks_percent": 4.7,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2023-06-23T16:35:08.191823Z",
            "last_author": null,
            "repository_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/km/repository/?format=api",
            "file_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/km/file/?format=api",
            "statistics_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/km/statistics/?format=api",
            "changes_list_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/km/changes/?format=api",
            "units_list_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/km/units/?format=api"
        },
        {
            "language": {
                "code": "kn",
                "name": "Kannada",
                "plural": {
                    "id": 316,
                    "source": 0,
                    "number": 2,
                    "formula": "n > 1",
                    "type": 1
                },
                "aliases": [
                    "kan"
                ],
                "direction": "ltr",
                "population": 49065330,
                "web_url": "https://translations.zorin.com/languages/kn/",
                "url": "https://translations.zorin.com/api/languages/kn/?format=api",
                "statistics_url": "https://translations.zorin.com/api/languages/kn/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": "kn",
            "id": 70,
            "filename": "po/kn.po",
            "revision": "897792ab30dd8731914cce1a77d753520d98c901",
            "web_url": "https://translations.zorin.com/projects/zorin-os-upgrader/zorin-os-upgrader/kn/",
            "share_url": "https://translations.zorin.com/engage/zorin-os-upgrader/kn/",
            "translate_url": "https://translations.zorin.com/translate/zorin-os-upgrader/zorin-os-upgrader/kn/",
            "url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/kn/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 127,
            "total_words": 686,
            "translated": 17,
            "translated_words": 50,
            "translated_percent": 13.3,
            "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:35:08.600628Z",
            "last_author": null,
            "repository_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/kn/repository/?format=api",
            "file_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/kn/file/?format=api",
            "statistics_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/kn/statistics/?format=api",
            "changes_list_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/kn/changes/?format=api",
            "units_list_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/kn/units/?format=api"
        },
        {
            "language": {
                "code": "ko",
                "name": "Korean",
                "plural": {
                    "id": 317,
                    "source": 0,
                    "number": 1,
                    "formula": "0",
                    "type": 0
                },
                "aliases": [
                    "ko_ko",
                    "kor_kr",
                    "kor"
                ],
                "direction": "ltr",
                "population": 78357047,
                "web_url": "https://translations.zorin.com/languages/ko/",
                "url": "https://translations.zorin.com/api/languages/ko/?format=api",
                "statistics_url": "https://translations.zorin.com/api/languages/ko/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": "ko",
            "id": 71,
            "filename": "po/ko.po",
            "revision": "215f522acdcaf2921e80df46dff05bc1018bd61b",
            "web_url": "https://translations.zorin.com/projects/zorin-os-upgrader/zorin-os-upgrader/ko/",
            "share_url": "https://translations.zorin.com/engage/zorin-os-upgrader/ko/",
            "translate_url": "https://translations.zorin.com/translate/zorin-os-upgrader/zorin-os-upgrader/ko/",
            "url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/ko/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 127,
            "total_words": 686,
            "translated": 58,
            "translated_words": 215,
            "translated_percent": 45.6,
            "fuzzy": 10,
            "fuzzy_words": 49,
            "fuzzy_percent": 7.8,
            "failing_checks": 4,
            "failing_checks_words": 12,
            "failing_checks_percent": 3.1,
            "have_suggestion": 16,
            "have_comment": 0,
            "last_change": "2023-06-23T16:35:08.947040Z",
            "last_author": null,
            "repository_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/ko/repository/?format=api",
            "file_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/ko/file/?format=api",
            "statistics_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/ko/statistics/?format=api",
            "changes_list_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/ko/changes/?format=api",
            "units_list_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/ko/units/?format=api"
        },
        {
            "language": {
                "code": "ku",
                "name": "Kurdish",
                "plural": {
                    "id": 328,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "kur"
                ],
                "direction": "ltr",
                "population": 6773773,
                "web_url": "https://translations.zorin.com/languages/ku/",
                "url": "https://translations.zorin.com/api/languages/ku/?format=api",
                "statistics_url": "https://translations.zorin.com/api/languages/ku/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": "ku",
            "id": 72,
            "filename": "po/ku.po",
            "revision": "9088cc77b465eda891393d2e3b75041364af2ce3",
            "web_url": "https://translations.zorin.com/projects/zorin-os-upgrader/zorin-os-upgrader/ku/",
            "share_url": "https://translations.zorin.com/engage/zorin-os-upgrader/ku/",
            "translate_url": "https://translations.zorin.com/translate/zorin-os-upgrader/zorin-os-upgrader/ku/",
            "url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/ku/?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": 1,
            "failing_checks_words": 11,
            "failing_checks_percent": 0.7,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2025-01-18T22:21:11.703078Z",
            "last_author": "Şerif Çiçekdağ",
            "repository_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/ku/repository/?format=api",
            "file_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/ku/file/?format=api",
            "statistics_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/ku/statistics/?format=api",
            "changes_list_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/ku/changes/?format=api",
            "units_list_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/ku/units/?format=api"
        },
        {
            "language": {
                "code": "kw",
                "name": "Cornish",
                "plural": {
                    "id": 332,
                    "source": 0,
                    "number": 6,
                    "formula": "(n == 0) ? 0 : ((n == 1) ? 1 : (((n % 100 == 2 || n % 100 == 22 || n % 100 == 42 || n % 100 == 62 || n % 100 == 82) || n % 1000 == 0 && (n % 100000 >= 1000 && n % 100000 <= 20000 || n % 100000 == 40000 || n % 100000 == 60000 || n % 100000 == 80000) || n != 0 && n % 1000000 == 100000) ? 2 : ((n % 100 == 3 || n % 100 == 23 || n % 100 == 43 || n % 100 == 63 || n % 100 == 83) ? 3 : ((n != 1 && (n % 100 == 1 || n % 100 == 21 || n % 100 == 41 || n % 100 == 61 || n % 100 == 81)) ? 4 : 5))))",
                    "type": 12
                },
                "aliases": [
                    "cor"
                ],
                "direction": "ltr",
                "population": 1972,
                "web_url": "https://translations.zorin.com/languages/kw/",
                "url": "https://translations.zorin.com/api/languages/kw/?format=api",
                "statistics_url": "https://translations.zorin.com/api/languages/kw/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": "kw",
            "id": 73,
            "filename": "po/kw.po",
            "revision": "7f15926520b281ea0a37fc615fec19a4805c5957",
            "web_url": "https://translations.zorin.com/projects/zorin-os-upgrader/zorin-os-upgrader/kw/",
            "share_url": "https://translations.zorin.com/engage/zorin-os-upgrader/kw/",
            "translate_url": "https://translations.zorin.com/translate/zorin-os-upgrader/zorin-os-upgrader/kw/",
            "url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/kw/?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:35:09.782002Z",
            "last_author": null,
            "repository_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/kw/repository/?format=api",
            "file_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/kw/file/?format=api",
            "statistics_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/kw/statistics/?format=api",
            "changes_list_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/kw/changes/?format=api",
            "units_list_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/kw/units/?format=api"
        },
        {
            "language": {
                "code": "ky",
                "name": "Kyrgyz",
                "plural": {
                    "id": 333,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "kir"
                ],
                "direction": "ltr",
                "population": 2863152,
                "web_url": "https://translations.zorin.com/languages/ky/",
                "url": "https://translations.zorin.com/api/languages/ky/?format=api",
                "statistics_url": "https://translations.zorin.com/api/languages/ky/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": "ky",
            "id": 74,
            "filename": "po/ky.po",
            "revision": "924714b970b4ed0e47622515c08214c789e3b03f",
            "web_url": "https://translations.zorin.com/projects/zorin-os-upgrader/zorin-os-upgrader/ky/",
            "share_url": "https://translations.zorin.com/engage/zorin-os-upgrader/ky/",
            "translate_url": "https://translations.zorin.com/translate/zorin-os-upgrader/zorin-os-upgrader/ky/",
            "url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/ky/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 127,
            "total_words": 686,
            "translated": 8,
            "translated_words": 23,
            "translated_percent": 6.2,
            "fuzzy": 2,
            "fuzzy_words": 10,
            "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:35:10.216790Z",
            "last_author": null,
            "repository_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/ky/repository/?format=api",
            "file_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/ky/file/?format=api",
            "statistics_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/ky/statistics/?format=api",
            "changes_list_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/ky/changes/?format=api",
            "units_list_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/ky/units/?format=api"
        },
        {
            "language": {
                "code": "li",
                "name": "Limburgish",
                "plural": {
                    "id": 342,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "lim"
                ],
                "direction": "ltr",
                "population": 950422,
                "web_url": "https://translations.zorin.com/languages/li/",
                "url": "https://translations.zorin.com/api/languages/li/?format=api",
                "statistics_url": "https://translations.zorin.com/api/languages/li/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": "li",
            "id": 75,
            "filename": "po/li.po",
            "revision": "2267babb757eececfb83506c9595ad7618dc86a7",
            "web_url": "https://translations.zorin.com/projects/zorin-os-upgrader/zorin-os-upgrader/li/",
            "share_url": "https://translations.zorin.com/engage/zorin-os-upgrader/li/",
            "translate_url": "https://translations.zorin.com/translate/zorin-os-upgrader/zorin-os-upgrader/li/",
            "url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/li/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 127,
            "total_words": 686,
            "translated": 3,
            "translated_words": 4,
            "translated_percent": 2.3,
            "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:35:10.629582Z",
            "last_author": null,
            "repository_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/li/repository/?format=api",
            "file_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/li/file/?format=api",
            "statistics_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/li/statistics/?format=api",
            "changes_list_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/li/changes/?format=api",
            "units_list_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/li/units/?format=api"
        },
        {
            "language": {
                "code": "ln",
                "name": "Lingala",
                "plural": {
                    "id": 345,
                    "source": 0,
                    "number": 2,
                    "formula": "n > 1",
                    "type": 1
                },
                "aliases": [
                    "lin"
                ],
                "direction": "ltr",
                "population": 3514491,
                "web_url": "https://translations.zorin.com/languages/ln/",
                "url": "https://translations.zorin.com/api/languages/ln/?format=api",
                "statistics_url": "https://translations.zorin.com/api/languages/ln/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": "ln",
            "id": 76,
            "filename": "po/ln.po",
            "revision": "b5b1672ed50800b3e2dbb334abc46d29f6292f85",
            "web_url": "https://translations.zorin.com/projects/zorin-os-upgrader/zorin-os-upgrader/ln/",
            "share_url": "https://translations.zorin.com/engage/zorin-os-upgrader/ln/",
            "translate_url": "https://translations.zorin.com/translate/zorin-os-upgrader/zorin-os-upgrader/ln/",
            "url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/ln/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 127,
            "total_words": 686,
            "translated": 7,
            "translated_words": 21,
            "translated_percent": 5.5,
            "fuzzy": 2,
            "fuzzy_words": 10,
            "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:35:11.049316Z",
            "last_author": null,
            "repository_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/ln/repository/?format=api",
            "file_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/ln/file/?format=api",
            "statistics_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/ln/statistics/?format=api",
            "changes_list_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/ln/changes/?format=api",
            "units_list_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/ln/units/?format=api"
        },
        {
            "language": {
                "code": "lt",
                "name": "Lithuanian",
                "plural": {
                    "id": 350,
                    "source": 0,
                    "number": 3,
                    "formula": "(n % 10 == 1 && (n % 100 < 11 || n % 100 > 19)) ? 0 : ((n % 10 >= 2 && n % 10 <= 9 && (n % 100 < 11 || n % 100 > 19)) ? 1 : 2)",
                    "type": 22
                },
                "aliases": [
                    "lit"
                ],
                "direction": "ltr",
                "population": 2488617,
                "web_url": "https://translations.zorin.com/languages/lt/",
                "url": "https://translations.zorin.com/api/languages/lt/?format=api",
                "statistics_url": "https://translations.zorin.com/api/languages/lt/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": "lt",
            "id": 77,
            "filename": "po/lt.po",
            "revision": "12eafe9ca1a3cd1ed5cc1fed1bd4ca5522b20ad2",
            "web_url": "https://translations.zorin.com/projects/zorin-os-upgrader/zorin-os-upgrader/lt/",
            "share_url": "https://translations.zorin.com/engage/zorin-os-upgrader/lt/",
            "translate_url": "https://translations.zorin.com/translate/zorin-os-upgrader/zorin-os-upgrader/lt/",
            "url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/lt/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 127,
            "total_words": 686,
            "translated": 54,
            "translated_words": 192,
            "translated_percent": 42.5,
            "fuzzy": 13,
            "fuzzy_words": 64,
            "fuzzy_percent": 10.2,
            "failing_checks": 3,
            "failing_checks_words": 10,
            "failing_checks_percent": 2.3,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2023-06-23T16:35:11.436171Z",
            "last_author": null,
            "repository_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/lt/repository/?format=api",
            "file_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/lt/file/?format=api",
            "statistics_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/lt/statistics/?format=api",
            "changes_list_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/lt/changes/?format=api",
            "units_list_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/lt/units/?format=api"
        },
        {
            "language": {
                "code": "lv",
                "name": "Latvian",
                "plural": {
                    "id": 359,
                    "source": 0,
                    "number": 3,
                    "formula": "(n % 10 == 0 || n % 100 >= 11 && n % 100 <= 19) ? 0 : ((n % 10 == 1 && n % 100 != 11) ? 1 : 2)",
                    "type": 11
                },
                "aliases": [
                    "lav"
                ],
                "direction": "ltr",
                "population": 1147550,
                "web_url": "https://translations.zorin.com/languages/lv/",
                "url": "https://translations.zorin.com/api/languages/lv/?format=api",
                "statistics_url": "https://translations.zorin.com/api/languages/lv/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": "lv",
            "id": 78,
            "filename": "po/lv.po",
            "revision": "cf03342c38785b0678a591e2777661e2c9674213",
            "web_url": "https://translations.zorin.com/projects/zorin-os-upgrader/zorin-os-upgrader/lv/",
            "share_url": "https://translations.zorin.com/engage/zorin-os-upgrader/lv/",
            "translate_url": "https://translations.zorin.com/translate/zorin-os-upgrader/zorin-os-upgrader/lv/",
            "url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/lv/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 127,
            "total_words": 686,
            "translated": 48,
            "translated_words": 163,
            "translated_percent": 37.7,
            "fuzzy": 12,
            "fuzzy_words": 54,
            "fuzzy_percent": 9.4,
            "failing_checks": 3,
            "failing_checks_words": 10,
            "failing_checks_percent": 2.3,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2023-06-23T16:35:11.813813Z",
            "last_author": null,
            "repository_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/lv/repository/?format=api",
            "file_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/lv/file/?format=api",
            "statistics_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/lv/statistics/?format=api",
            "changes_list_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/lv/changes/?format=api",
            "units_list_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/lv/units/?format=api"
        },
        {
            "language": {
                "code": "mai",
                "name": "Maithili",
                "plural": {
                    "id": 363,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [],
                "direction": "ltr",
                "population": 19249149,
                "web_url": "https://translations.zorin.com/languages/mai/",
                "url": "https://translations.zorin.com/api/languages/mai/?format=api",
                "statistics_url": "https://translations.zorin.com/api/languages/mai/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": "mai",
            "id": 79,
            "filename": "po/mai.po",
            "revision": "09b51a421ce3ce25a77041a4164b5ab8086d03f9",
            "web_url": "https://translations.zorin.com/projects/zorin-os-upgrader/zorin-os-upgrader/mai/",
            "share_url": "https://translations.zorin.com/engage/zorin-os-upgrader/mai/",
            "translate_url": "https://translations.zorin.com/translate/zorin-os-upgrader/zorin-os-upgrader/mai/",
            "url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/mai/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 127,
            "total_words": 686,
            "translated": 6,
            "translated_words": 11,
            "translated_percent": 4.7,
            "fuzzy": 2,
            "fuzzy_words": 5,
            "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:35:12.376963Z",
            "last_author": null,
            "repository_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/mai/repository/?format=api",
            "file_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/mai/file/?format=api",
            "statistics_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/mai/statistics/?format=api",
            "changes_list_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/mai/changes/?format=api",
            "units_list_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/mai/units/?format=api"
        },
        {
            "language": {
                "code": "mg",
                "name": "Malagasy",
                "plural": {
                    "id": 371,
                    "source": 0,
                    "number": 2,
                    "formula": "n > 1",
                    "type": 1
                },
                "aliases": [
                    "mlg"
                ],
                "direction": "ltr",
                "population": 24260130,
                "web_url": "https://translations.zorin.com/languages/mg/",
                "url": "https://translations.zorin.com/api/languages/mg/?format=api",
                "statistics_url": "https://translations.zorin.com/api/languages/mg/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": "mg",
            "id": 80,
            "filename": "po/mg.po",
            "revision": "4519bc64e4b267e8f4b1e5ab9b880ac7f3bc12b4",
            "web_url": "https://translations.zorin.com/projects/zorin-os-upgrader/zorin-os-upgrader/mg/",
            "share_url": "https://translations.zorin.com/engage/zorin-os-upgrader/mg/",
            "translate_url": "https://translations.zorin.com/translate/zorin-os-upgrader/zorin-os-upgrader/mg/",
            "url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/mg/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 127,
            "total_words": 686,
            "translated": 6,
            "translated_words": 10,
            "translated_percent": 4.7,
            "fuzzy": 2,
            "fuzzy_words": 5,
            "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:35:12.784696Z",
            "last_author": null,
            "repository_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/mg/repository/?format=api",
            "file_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/mg/file/?format=api",
            "statistics_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/mg/statistics/?format=api",
            "changes_list_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/mg/changes/?format=api",
            "units_list_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/mg/units/?format=api"
        },
        {
            "language": {
                "code": "mhr",
                "name": "Meadow Mari",
                "plural": {
                    "id": 375,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [],
                "direction": "ltr",
                "population": 0,
                "web_url": "https://translations.zorin.com/languages/mhr/",
                "url": "https://translations.zorin.com/api/languages/mhr/?format=api",
                "statistics_url": "https://translations.zorin.com/api/languages/mhr/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": "mhr",
            "id": 81,
            "filename": "po/mhr.po",
            "revision": "f5f3ab2e324ed90f8daf9dbbc725f82fe6024848",
            "web_url": "https://translations.zorin.com/projects/zorin-os-upgrader/zorin-os-upgrader/mhr/",
            "share_url": "https://translations.zorin.com/engage/zorin-os-upgrader/mhr/",
            "translate_url": "https://translations.zorin.com/translate/zorin-os-upgrader/zorin-os-upgrader/mhr/",
            "url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/mhr/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 127,
            "total_words": 686,
            "translated": 2,
            "translated_words": 3,
            "translated_percent": 1.5,
            "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:35:13.265885Z",
            "last_author": null,
            "repository_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/mhr/repository/?format=api",
            "file_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/mhr/file/?format=api",
            "statistics_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/mhr/statistics/?format=api",
            "changes_list_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/mhr/changes/?format=api",
            "units_list_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/mhr/units/?format=api"
        },
        {
            "language": {
                "code": "mi",
                "name": "Maori",
                "plural": {
                    "id": 376,
                    "source": 0,
                    "number": 2,
                    "formula": "n > 1",
                    "type": 1
                },
                "aliases": [
                    "mao",
                    "mri"
                ],
                "direction": "ltr",
                "population": 137913,
                "web_url": "https://translations.zorin.com/languages/mi/",
                "url": "https://translations.zorin.com/api/languages/mi/?format=api",
                "statistics_url": "https://translations.zorin.com/api/languages/mi/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": "mi",
            "id": 82,
            "filename": "po/mi.po",
            "revision": "f61a8a7b85afdf3a6ef78d3421f5666c81876e33",
            "web_url": "https://translations.zorin.com/projects/zorin-os-upgrader/zorin-os-upgrader/mi/",
            "share_url": "https://translations.zorin.com/engage/zorin-os-upgrader/mi/",
            "translate_url": "https://translations.zorin.com/translate/zorin-os-upgrader/zorin-os-upgrader/mi/",
            "url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/mi/?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/mi/repository/?format=api",
            "file_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/mi/file/?format=api",
            "statistics_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/mi/statistics/?format=api",
            "changes_list_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/mi/changes/?format=api",
            "units_list_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/mi/units/?format=api"
        },
        {
            "language": {
                "code": "mjw",
                "name": "Karbi",
                "plural": {
                    "id": 380,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [],
                "direction": "ltr",
                "population": 0,
                "web_url": "https://translations.zorin.com/languages/mjw/",
                "url": "https://translations.zorin.com/api/languages/mjw/?format=api",
                "statistics_url": "https://translations.zorin.com/api/languages/mjw/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": "mjw",
            "id": 83,
            "filename": "po/mjw.po",
            "revision": "e10383f5d1438205ff2d0dd966ccd0f3e601735c",
            "web_url": "https://translations.zorin.com/projects/zorin-os-upgrader/zorin-os-upgrader/mjw/",
            "share_url": "https://translations.zorin.com/engage/zorin-os-upgrader/mjw/",
            "translate_url": "https://translations.zorin.com/translate/zorin-os-upgrader/zorin-os-upgrader/mjw/",
            "url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/mjw/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 127,
            "total_words": 686,
            "translated": 7,
            "translated_words": 12,
            "translated_percent": 5.5,
            "fuzzy": 2,
            "fuzzy_words": 5,
            "fuzzy_percent": 1.5,
            "failing_checks": 4,
            "failing_checks_words": 8,
            "failing_checks_percent": 3.1,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2023-06-23T16:35:14.318459Z",
            "last_author": null,
            "repository_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/mjw/repository/?format=api",
            "file_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/mjw/file/?format=api",
            "statistics_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/mjw/statistics/?format=api",
            "changes_list_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/mjw/changes/?format=api",
            "units_list_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/mjw/units/?format=api"
        },
        {
            "language": {
                "code": "mk",
                "name": "Macedonian",
                "plural": {
                    "id": 381,
                    "source": 0,
                    "number": 2,
                    "formula": "n==1 || n%10==1 ? 0 : 1",
                    "type": 1
                },
                "aliases": [
                    "mac",
                    "mkd"
                ],
                "direction": "ltr",
                "population": 1608564,
                "web_url": "https://translations.zorin.com/languages/mk/",
                "url": "https://translations.zorin.com/api/languages/mk/?format=api",
                "statistics_url": "https://translations.zorin.com/api/languages/mk/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": "mk",
            "id": 84,
            "filename": "po/mk.po",
            "revision": "6d582b77f1f69de0bf0d2d0c6effc8e898fb8479",
            "web_url": "https://translations.zorin.com/projects/zorin-os-upgrader/zorin-os-upgrader/mk/",
            "share_url": "https://translations.zorin.com/engage/zorin-os-upgrader/mk/",
            "translate_url": "https://translations.zorin.com/translate/zorin-os-upgrader/zorin-os-upgrader/mk/",
            "url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/mk/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 127,
            "total_words": 686,
            "translated": 118,
            "translated_words": 629,
            "translated_percent": 92.9,
            "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:46.646672Z",
            "last_author": null,
            "repository_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/mk/repository/?format=api",
            "file_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/mk/file/?format=api",
            "statistics_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/mk/statistics/?format=api",
            "changes_list_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/mk/changes/?format=api",
            "units_list_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/mk/units/?format=api"
        },
        {
            "language": {
                "code": "ml",
                "name": "Malayalam",
                "plural": {
                    "id": 382,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "mal"
                ],
                "direction": "ltr",
                "population": 43257484,
                "web_url": "https://translations.zorin.com/languages/ml/",
                "url": "https://translations.zorin.com/api/languages/ml/?format=api",
                "statistics_url": "https://translations.zorin.com/api/languages/ml/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": "ml",
            "id": 85,
            "filename": "po/ml.po",
            "revision": "3822ff037bcf40d56defc502a78d965f4c8bc32f",
            "web_url": "https://translations.zorin.com/projects/zorin-os-upgrader/zorin-os-upgrader/ml/",
            "share_url": "https://translations.zorin.com/engage/zorin-os-upgrader/ml/",
            "translate_url": "https://translations.zorin.com/translate/zorin-os-upgrader/zorin-os-upgrader/ml/",
            "url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/ml/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 127,
            "total_words": 686,
            "translated": 21,
            "translated_words": 65,
            "translated_percent": 16.5,
            "fuzzy": 1,
            "fuzzy_words": 2,
            "fuzzy_percent": 0.7,
            "failing_checks": 3,
            "failing_checks_words": 19,
            "failing_checks_percent": 2.3,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2023-06-23T16:35:15.213011Z",
            "last_author": null,
            "repository_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/ml/repository/?format=api",
            "file_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/ml/file/?format=api",
            "statistics_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/ml/statistics/?format=api",
            "changes_list_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/ml/changes/?format=api",
            "units_list_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/ml/units/?format=api"
        },
        {
            "language": {
                "code": "mn",
                "name": "Mongolian",
                "plural": {
                    "id": 383,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "mon"
                ],
                "direction": "ltr",
                "population": 2948393,
                "web_url": "https://translations.zorin.com/languages/mn/",
                "url": "https://translations.zorin.com/api/languages/mn/?format=api",
                "statistics_url": "https://translations.zorin.com/api/languages/mn/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": "mn",
            "id": 86,
            "filename": "po/mn.po",
            "revision": "175971a5a78c48316ccb273272f550029f7689f5",
            "web_url": "https://translations.zorin.com/projects/zorin-os-upgrader/zorin-os-upgrader/mn/",
            "share_url": "https://translations.zorin.com/engage/zorin-os-upgrader/mn/",
            "translate_url": "https://translations.zorin.com/translate/zorin-os-upgrader/zorin-os-upgrader/mn/",
            "url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/mn/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 127,
            "total_words": 686,
            "translated": 4,
            "translated_words": 6,
            "translated_percent": 3.1,
            "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:35:15.664821Z",
            "last_author": null,
            "repository_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/mn/repository/?format=api",
            "file_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/mn/file/?format=api",
            "statistics_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/mn/statistics/?format=api",
            "changes_list_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/mn/changes/?format=api",
            "units_list_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/mn/units/?format=api"
        },
        {
            "language": {
                "code": "mnw",
                "name": "Mon",
                "plural": {
                    "id": 387,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [],
                "direction": "ltr",
                "population": 966113,
                "web_url": "https://translations.zorin.com/languages/mnw/",
                "url": "https://translations.zorin.com/api/languages/mnw/?format=api",
                "statistics_url": "https://translations.zorin.com/api/languages/mnw/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": "mnw",
            "id": 87,
            "filename": "po/mnw.po",
            "revision": "9724d5052bb5e964be492623ade45cecb5013c0a",
            "web_url": "https://translations.zorin.com/projects/zorin-os-upgrader/zorin-os-upgrader/mnw/",
            "share_url": "https://translations.zorin.com/engage/zorin-os-upgrader/mnw/",
            "translate_url": "https://translations.zorin.com/translate/zorin-os-upgrader/zorin-os-upgrader/mnw/",
            "url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/mnw/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 127,
            "total_words": 686,
            "translated": 3,
            "translated_words": 4,
            "translated_percent": 2.3,
            "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:35:16.167549Z",
            "last_author": null,
            "repository_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/mnw/repository/?format=api",
            "file_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/mnw/file/?format=api",
            "statistics_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/mnw/statistics/?format=api",
            "changes_list_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/mnw/changes/?format=api",
            "units_list_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/mnw/units/?format=api"
        },
        {
            "language": {
                "code": "mr",
                "name": "Marathi",
                "plural": {
                    "id": 391,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "mar"
                ],
                "direction": "ltr",
                "population": 92826300,
                "web_url": "https://translations.zorin.com/languages/mr/",
                "url": "https://translations.zorin.com/api/languages/mr/?format=api",
                "statistics_url": "https://translations.zorin.com/api/languages/mr/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": "mr",
            "id": 88,
            "filename": "po/mr.po",
            "revision": "94dfa2e7c984b4e6ef9fb91b98b7c7e24ec2b112",
            "web_url": "https://translations.zorin.com/projects/zorin-os-upgrader/zorin-os-upgrader/mr/",
            "share_url": "https://translations.zorin.com/engage/zorin-os-upgrader/mr/",
            "translate_url": "https://translations.zorin.com/translate/zorin-os-upgrader/zorin-os-upgrader/mr/",
            "url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/mr/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 127,
            "total_words": 686,
            "translated": 25,
            "translated_words": 76,
            "translated_percent": 19.6,
            "fuzzy": 4,
            "fuzzy_words": 11,
            "fuzzy_percent": 3.1,
            "failing_checks": 5,
            "failing_checks_words": 14,
            "failing_checks_percent": 3.9,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2023-06-23T16:35:16.583521Z",
            "last_author": null,
            "repository_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/mr/repository/?format=api",
            "file_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/mr/file/?format=api",
            "statistics_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/mr/statistics/?format=api",
            "changes_list_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/mr/changes/?format=api",
            "units_list_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/mr/units/?format=api"
        },
        {
            "language": {
                "code": "ms",
                "name": "Malay",
                "plural": {
                    "id": 393,
                    "source": 0,
                    "number": 1,
                    "formula": "0",
                    "type": 0
                },
                "aliases": [
                    "may",
                    "msa"
                ],
                "direction": "ltr",
                "population": 34869275,
                "web_url": "https://translations.zorin.com/languages/ms/",
                "url": "https://translations.zorin.com/api/languages/ms/?format=api",
                "statistics_url": "https://translations.zorin.com/api/languages/ms/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": "ms",
            "id": 89,
            "filename": "po/ms.po",
            "revision": "e147fc8807fefd09c72bd1e90eeb48ac19bf09b5",
            "web_url": "https://translations.zorin.com/projects/zorin-os-upgrader/zorin-os-upgrader/ms/",
            "share_url": "https://translations.zorin.com/engage/zorin-os-upgrader/ms/",
            "translate_url": "https://translations.zorin.com/translate/zorin-os-upgrader/zorin-os-upgrader/ms/",
            "url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/ms/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 127,
            "total_words": 686,
            "translated": 64,
            "translated_words": 241,
            "translated_percent": 50.3,
            "fuzzy": 8,
            "fuzzy_words": 43,
            "fuzzy_percent": 6.2,
            "failing_checks": 2,
            "failing_checks_words": 8,
            "failing_checks_percent": 1.5,
            "have_suggestion": 24,
            "have_comment": 0,
            "last_change": "2023-12-05T06:45:56.900914Z",
            "last_author": "Wan Mohamad Azhanudin",
            "repository_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/ms/repository/?format=api",
            "file_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/ms/file/?format=api",
            "statistics_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/ms/statistics/?format=api",
            "changes_list_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/ms/changes/?format=api",
            "units_list_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/ms/units/?format=api"
        },
        {
            "language": {
                "code": "my",
                "name": "Burmese",
                "plural": {
                    "id": 399,
                    "source": 0,
                    "number": 1,
                    "formula": "0",
                    "type": 0
                },
                "aliases": [
                    "bur",
                    "mya"
                ],
                "direction": "ltr",
                "population": 36559231,
                "web_url": "https://translations.zorin.com/languages/my/",
                "url": "https://translations.zorin.com/api/languages/my/?format=api",
                "statistics_url": "https://translations.zorin.com/api/languages/my/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": "my",
            "id": 90,
            "filename": "po/my.po",
            "revision": "b85b941e589009031ef744f1295f998f5a7f3cae",
            "web_url": "https://translations.zorin.com/projects/zorin-os-upgrader/zorin-os-upgrader/my/",
            "share_url": "https://translations.zorin.com/engage/zorin-os-upgrader/my/",
            "translate_url": "https://translations.zorin.com/translate/zorin-os-upgrader/zorin-os-upgrader/my/",
            "url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/my/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 127,
            "total_words": 686,
            "translated": 8,
            "translated_words": 22,
            "translated_percent": 6.2,
            "fuzzy": 1,
            "fuzzy_words": 2,
            "fuzzy_percent": 0.7,
            "failing_checks": 2,
            "failing_checks_words": 7,
            "failing_checks_percent": 1.5,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2023-06-23T16:35:17.505164Z",
            "last_author": null,
            "repository_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/my/repository/?format=api",
            "file_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/my/file/?format=api",
            "statistics_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/my/statistics/?format=api",
            "changes_list_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/my/changes/?format=api",
            "units_list_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/my/units/?format=api"
        },
        {
            "language": {
                "code": "nb_NO",
                "name": "Norwegian Bokmål",
                "plural": {
                    "id": 408,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "norwegian",
                    "no_nb",
                    "nb_nb",
                    "no_no",
                    "no",
                    "nb",
                    "nob",
                    "nor"
                ],
                "direction": "ltr",
                "population": 5467440,
                "web_url": "https://translations.zorin.com/languages/nb_NO/",
                "url": "https://translations.zorin.com/api/languages/nb_NO/?format=api",
                "statistics_url": "https://translations.zorin.com/api/languages/nb_NO/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": "nb",
            "id": 91,
            "filename": "po/nb.po",
            "revision": "f3a5681bd6c1a5c18a8bfafb98dc72aa7a2e1886",
            "web_url": "https://translations.zorin.com/projects/zorin-os-upgrader/zorin-os-upgrader/nb_NO/",
            "share_url": "https://translations.zorin.com/engage/zorin-os-upgrader/nb_NO/",
            "translate_url": "https://translations.zorin.com/translate/zorin-os-upgrader/zorin-os-upgrader/nb_NO/",
            "url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/nb_NO/?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": 1,
            "have_comment": 0,
            "last_change": "2024-03-03T02:53:11.853338Z",
            "last_author": "Leonardo Marinho",
            "repository_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/nb_NO/repository/?format=api",
            "file_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/nb_NO/file/?format=api",
            "statistics_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/nb_NO/statistics/?format=api",
            "changes_list_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/nb_NO/changes/?format=api",
            "units_list_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/nb_NO/units/?format=api"
        },
        {
            "language": {
                "code": "nds",
                "name": "German (Low)",
                "plural": {
                    "id": 410,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [],
                "direction": "ltr",
                "population": 11520008,
                "web_url": "https://translations.zorin.com/languages/nds/",
                "url": "https://translations.zorin.com/api/languages/nds/?format=api",
                "statistics_url": "https://translations.zorin.com/api/languages/nds/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": "nds",
            "id": 92,
            "filename": "po/nds.po",
            "revision": "46beb78d06429b86fecc8a0376397b6fdf0bd1f4",
            "web_url": "https://translations.zorin.com/projects/zorin-os-upgrader/zorin-os-upgrader/nds/",
            "share_url": "https://translations.zorin.com/engage/zorin-os-upgrader/nds/",
            "translate_url": "https://translations.zorin.com/translate/zorin-os-upgrader/zorin-os-upgrader/nds/",
            "url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/nds/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 127,
            "total_words": 686,
            "translated": 12,
            "translated_words": 25,
            "translated_percent": 9.4,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 1,
            "failing_checks_words": 2,
            "failing_checks_percent": 0.7,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2023-06-30T19:10:35.337224Z",
            "last_author": "Edson",
            "repository_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/nds/repository/?format=api",
            "file_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/nds/file/?format=api",
            "statistics_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/nds/statistics/?format=api",
            "changes_list_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/nds/changes/?format=api",
            "units_list_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/nds/units/?format=api"
        },
        {
            "language": {
                "code": "ne",
                "name": "Nepali",
                "plural": {
                    "id": 411,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "np",
                    "nep"
                ],
                "direction": "ltr",
                "population": 20903374,
                "web_url": "https://translations.zorin.com/languages/ne/",
                "url": "https://translations.zorin.com/api/languages/ne/?format=api",
                "statistics_url": "https://translations.zorin.com/api/languages/ne/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": "ne",
            "id": 93,
            "filename": "po/ne.po",
            "revision": "384eb583024d4ea305c548d02ee5ae77edc03160",
            "web_url": "https://translations.zorin.com/projects/zorin-os-upgrader/zorin-os-upgrader/ne/",
            "share_url": "https://translations.zorin.com/engage/zorin-os-upgrader/ne/",
            "translate_url": "https://translations.zorin.com/translate/zorin-os-upgrader/zorin-os-upgrader/ne/",
            "url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/ne/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 127,
            "total_words": 686,
            "translated": 28,
            "translated_words": 85,
            "translated_percent": 22.0,
            "fuzzy": 1,
            "fuzzy_words": 4,
            "fuzzy_percent": 0.7,
            "failing_checks": 2,
            "failing_checks_words": 5,
            "failing_checks_percent": 1.5,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2023-06-23T16:35:18.661683Z",
            "last_author": null,
            "repository_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/ne/repository/?format=api",
            "file_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/ne/file/?format=api",
            "statistics_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/ne/statistics/?format=api",
            "changes_list_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/ne/changes/?format=api",
            "units_list_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/ne/units/?format=api"
        },
        {
            "language": {
                "code": "nl",
                "name": "Dutch",
                "plural": {
                    "id": 416,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "dut",
                    "nld"
                ],
                "direction": "ltr",
                "population": 31765645,
                "web_url": "https://translations.zorin.com/languages/nl/",
                "url": "https://translations.zorin.com/api/languages/nl/?format=api",
                "statistics_url": "https://translations.zorin.com/api/languages/nl/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": "nl",
            "id": 94,
            "filename": "po/nl.po",
            "revision": "598ec3f9ca09234ca0c6b9600812a7a66795716f",
            "web_url": "https://translations.zorin.com/projects/zorin-os-upgrader/zorin-os-upgrader/nl/",
            "share_url": "https://translations.zorin.com/engage/zorin-os-upgrader/nl/",
            "translate_url": "https://translations.zorin.com/translate/zorin-os-upgrader/zorin-os-upgrader/nl/",
            "url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/nl/?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-01-14T18:27:09.163150Z",
            "last_author": "Michel Neder",
            "repository_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/nl/repository/?format=api",
            "file_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/nl/file/?format=api",
            "statistics_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/nl/statistics/?format=api",
            "changes_list_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/nl/changes/?format=api",
            "units_list_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/nl/units/?format=api"
        },
        {
            "language": {
                "code": "nn",
                "name": "Norwegian Nynorsk",
                "plural": {
                    "id": 420,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "nno"
                ],
                "direction": "ltr",
                "population": 1366860,
                "web_url": "https://translations.zorin.com/languages/nn/",
                "url": "https://translations.zorin.com/api/languages/nn/?format=api",
                "statistics_url": "https://translations.zorin.com/api/languages/nn/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": "nn",
            "id": 95,
            "filename": "po/nn.po",
            "revision": "2e755cd212d0d7bb01a2bed6177f350b11b6b483",
            "web_url": "https://translations.zorin.com/projects/zorin-os-upgrader/zorin-os-upgrader/nn/",
            "share_url": "https://translations.zorin.com/engage/zorin-os-upgrader/nn/",
            "translate_url": "https://translations.zorin.com/translate/zorin-os-upgrader/zorin-os-upgrader/nn/",
            "url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/nn/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 127,
            "total_words": 686,
            "translated": 30,
            "translated_words": 95,
            "translated_percent": 23.6,
            "fuzzy": 13,
            "fuzzy_words": 60,
            "fuzzy_percent": 10.2,
            "failing_checks": 3,
            "failing_checks_words": 10,
            "failing_checks_percent": 2.3,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2023-06-23T16:35:19.365678Z",
            "last_author": null,
            "repository_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/nn/repository/?format=api",
            "file_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/nn/file/?format=api",
            "statistics_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/nn/statistics/?format=api",
            "changes_list_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/nn/changes/?format=api",
            "units_list_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/nn/units/?format=api"
        },
        {
            "language": {
                "code": "nso",
                "name": "Pedi",
                "plural": {
                    "id": 426,
                    "source": 0,
                    "number": 2,
                    "formula": "n > 1",
                    "type": 1
                },
                "aliases": [],
                "direction": "ltr",
                "population": 5307578,
                "web_url": "https://translations.zorin.com/languages/nso/",
                "url": "https://translations.zorin.com/api/languages/nso/?format=api",
                "statistics_url": "https://translations.zorin.com/api/languages/nso/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": "nso",
            "id": 96,
            "filename": "po/nso.po",
            "revision": "802417518a4288d22de1be5d646e620d92fc80d2",
            "web_url": "https://translations.zorin.com/projects/zorin-os-upgrader/zorin-os-upgrader/nso/",
            "share_url": "https://translations.zorin.com/engage/zorin-os-upgrader/nso/",
            "translate_url": "https://translations.zorin.com/translate/zorin-os-upgrader/zorin-os-upgrader/nso/",
            "url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/nso/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 127,
            "total_words": 686,
            "translated": 4,
            "translated_words": 6,
            "translated_percent": 3.1,
            "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:35:19.780885Z",
            "last_author": null,
            "repository_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/nso/repository/?format=api",
            "file_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/nso/file/?format=api",
            "statistics_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/nso/statistics/?format=api",
            "changes_list_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/nso/changes/?format=api",
            "units_list_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/nso/units/?format=api"
        },
        {
            "language": {
                "code": "ny",
                "name": "Nyanja",
                "plural": {
                    "id": 430,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "nya"
                ],
                "direction": "ltr",
                "population": 17026780,
                "web_url": "https://translations.zorin.com/languages/ny/",
                "url": "https://translations.zorin.com/api/languages/ny/?format=api",
                "statistics_url": "https://translations.zorin.com/api/languages/ny/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": "ny",
            "id": 97,
            "filename": "po/ny.po",
            "revision": "735d3556bca019b1283b839d92621381d768be3b",
            "web_url": "https://translations.zorin.com/projects/zorin-os-upgrader/zorin-os-upgrader/ny/",
            "share_url": "https://translations.zorin.com/engage/zorin-os-upgrader/ny/",
            "translate_url": "https://translations.zorin.com/translate/zorin-os-upgrader/zorin-os-upgrader/ny/",
            "url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/ny/?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": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/ny/repository/?format=api",
            "file_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/ny/file/?format=api",
            "statistics_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/ny/statistics/?format=api",
            "changes_list_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/ny/changes/?format=api",
            "units_list_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/ny/units/?format=api"
        },
        {
            "language": {
                "code": "oc",
                "name": "Occitan",
                "plural": {
                    "id": 435,
                    "source": 0,
                    "number": 2,
                    "formula": "n > 1",
                    "type": 1
                },
                "aliases": [
                    "oci"
                ],
                "direction": "ltr",
                "population": 2040397,
                "web_url": "https://translations.zorin.com/languages/oc/",
                "url": "https://translations.zorin.com/api/languages/oc/?format=api",
                "statistics_url": "https://translations.zorin.com/api/languages/oc/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": "oc",
            "id": 98,
            "filename": "po/oc.po",
            "revision": "5cc2eaf6c643c1d7a354b829e7ca2496c3f87ad7",
            "web_url": "https://translations.zorin.com/projects/zorin-os-upgrader/zorin-os-upgrader/oc/",
            "share_url": "https://translations.zorin.com/engage/zorin-os-upgrader/oc/",
            "translate_url": "https://translations.zorin.com/translate/zorin-os-upgrader/zorin-os-upgrader/oc/",
            "url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/oc/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 127,
            "total_words": 686,
            "translated": 52,
            "translated_words": 180,
            "translated_percent": 40.9,
            "fuzzy": 13,
            "fuzzy_words": 56,
            "fuzzy_percent": 10.2,
            "failing_checks": 5,
            "failing_checks_words": 21,
            "failing_checks_percent": 3.9,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2023-06-23T16:35:20.679134Z",
            "last_author": null,
            "repository_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/oc/repository/?format=api",
            "file_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/oc/file/?format=api",
            "statistics_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/oc/statistics/?format=api",
            "changes_list_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/oc/changes/?format=api",
            "units_list_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/oc/units/?format=api"
        },
        {
            "language": {
                "code": "or",
                "name": "Odia",
                "plural": {
                    "id": 438,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "ori"
                ],
                "direction": "ltr",
                "population": 42434880,
                "web_url": "https://translations.zorin.com/languages/or/",
                "url": "https://translations.zorin.com/api/languages/or/?format=api",
                "statistics_url": "https://translations.zorin.com/api/languages/or/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": "or",
            "id": 99,
            "filename": "po/or.po",
            "revision": "53e800b30f20de744d884b99879c7b27ea275b82",
            "web_url": "https://translations.zorin.com/projects/zorin-os-upgrader/zorin-os-upgrader/or/",
            "share_url": "https://translations.zorin.com/engage/zorin-os-upgrader/or/",
            "translate_url": "https://translations.zorin.com/translate/zorin-os-upgrader/zorin-os-upgrader/or/",
            "url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/or/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 127,
            "total_words": 686,
            "translated": 13,
            "translated_words": 43,
            "translated_percent": 10.2,
            "fuzzy": 3,
            "fuzzy_words": 7,
            "fuzzy_percent": 2.3,
            "failing_checks": 2,
            "failing_checks_words": 4,
            "failing_checks_percent": 1.5,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2023-06-23T16:35:21.069849Z",
            "last_author": null,
            "repository_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/or/repository/?format=api",
            "file_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/or/file/?format=api",
            "statistics_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/or/statistics/?format=api",
            "changes_list_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/or/changes/?format=api",
            "units_list_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/or/units/?format=api"
        },
        {
            "language": {
                "code": "os",
                "name": "Ossetian",
                "plural": {
                    "id": 439,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "oss"
                ],
                "direction": "ltr",
                "population": 541444,
                "web_url": "https://translations.zorin.com/languages/os/",
                "url": "https://translations.zorin.com/api/languages/os/?format=api",
                "statistics_url": "https://translations.zorin.com/api/languages/os/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": "os",
            "id": 100,
            "filename": "po/os.po",
            "revision": "6ed64c8ab03a6c77b21599623f36335a08d62000",
            "web_url": "https://translations.zorin.com/projects/zorin-os-upgrader/zorin-os-upgrader/os/",
            "share_url": "https://translations.zorin.com/engage/zorin-os-upgrader/os/",
            "translate_url": "https://translations.zorin.com/translate/zorin-os-upgrader/zorin-os-upgrader/os/",
            "url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/os/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 127,
            "total_words": 686,
            "translated": 2,
            "translated_words": 3,
            "translated_percent": 1.5,
            "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:35:21.625763Z",
            "last_author": null,
            "repository_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/os/repository/?format=api",
            "file_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/os/file/?format=api",
            "statistics_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/os/statistics/?format=api",
            "changes_list_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/os/changes/?format=api",
            "units_list_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/os/units/?format=api"
        }
    ]
}