Translation components API.

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

GET /api/translations/?format=api&page=3
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=4",
    "previous": "https://translations.zorin.com/api/translations/?format=api&page=2",
    "results": [
        {
            "language": {
                "code": "pa",
                "name": "Punjabi",
                "plural": {
                    "id": 444,
                    "source": 0,
                    "number": 2,
                    "formula": "n > 1",
                    "type": 1
                },
                "aliases": [
                    "pu",
                    "pan"
                ],
                "direction": "ltr",
                "population": 40120509,
                "web_url": "https://translations.zorin.com/languages/pa/",
                "url": "https://translations.zorin.com/api/languages/pa/?format=api",
                "statistics_url": "https://translations.zorin.com/api/languages/pa/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": "pa",
            "id": 101,
            "filename": "po/pa.po",
            "revision": "30dbc5a1fc87defce407ed5373ad110970ec3bfb",
            "web_url": "https://translations.zorin.com/projects/zorin-os-upgrader/zorin-os-upgrader/pa/",
            "share_url": "https://translations.zorin.com/engage/zorin-os-upgrader/pa/",
            "translate_url": "https://translations.zorin.com/translate/zorin-os-upgrader/zorin-os-upgrader/pa/",
            "url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/pa/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 127,
            "total_words": 686,
            "translated": 46,
            "translated_words": 163,
            "translated_percent": 36.2,
            "fuzzy": 11,
            "fuzzy_words": 44,
            "fuzzy_percent": 8.6,
            "failing_checks": 5,
            "failing_checks_words": 14,
            "failing_checks_percent": 3.9,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2023-06-23T16:35:21.968867Z",
            "last_author": null,
            "repository_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/pa/repository/?format=api",
            "file_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/pa/file/?format=api",
            "statistics_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/pa/statistics/?format=api",
            "changes_list_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/pa/changes/?format=api",
            "units_list_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/pa/units/?format=api"
        },
        {
            "language": {
                "code": "pl",
                "name": "Polish",
                "plural": {
                    "id": 455,
                    "source": 0,
                    "number": 3,
                    "formula": "n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2",
                    "type": 22
                },
                "aliases": [
                    "plk",
                    "pol"
                ],
                "direction": "ltr",
                "population": 41077398,
                "web_url": "https://translations.zorin.com/languages/pl/",
                "url": "https://translations.zorin.com/api/languages/pl/?format=api",
                "statistics_url": "https://translations.zorin.com/api/languages/pl/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": "pl",
            "id": 102,
            "filename": "po/pl.po",
            "revision": "7a0b4448bec259f3f309a6e747e6d1cb15567a86",
            "web_url": "https://translations.zorin.com/projects/zorin-os-upgrader/zorin-os-upgrader/pl/",
            "share_url": "https://translations.zorin.com/engage/zorin-os-upgrader/pl/",
            "translate_url": "https://translations.zorin.com/translate/zorin-os-upgrader/zorin-os-upgrader/pl/",
            "url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/pl/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 127,
            "total_words": 686,
            "translated": 127,
            "translated_words": 686,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-02-26T15:06:10.417197Z",
            "last_author": "Bartosz Ceglarski",
            "repository_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/pl/repository/?format=api",
            "file_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/pl/file/?format=api",
            "statistics_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/pl/statistics/?format=api",
            "changes_list_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/pl/changes/?format=api",
            "units_list_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/pl/units/?format=api"
        },
        {
            "language": {
                "code": "ps",
                "name": "Pashto",
                "plural": {
                    "id": 462,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "pus"
                ],
                "direction": "rtl",
                "population": 53542641,
                "web_url": "https://translations.zorin.com/languages/ps/",
                "url": "https://translations.zorin.com/api/languages/ps/?format=api",
                "statistics_url": "https://translations.zorin.com/api/languages/ps/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": "ps",
            "id": 103,
            "filename": "po/ps.po",
            "revision": "51a2c4adbe91535aa3b5dac40d1d7882c1abc470",
            "web_url": "https://translations.zorin.com/projects/zorin-os-upgrader/zorin-os-upgrader/ps/",
            "share_url": "https://translations.zorin.com/engage/zorin-os-upgrader/ps/",
            "translate_url": "https://translations.zorin.com/translate/zorin-os-upgrader/zorin-os-upgrader/ps/",
            "url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/ps/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 127,
            "total_words": 686,
            "translated": 5,
            "translated_words": 9,
            "translated_percent": 3.9,
            "fuzzy": 1,
            "fuzzy_words": 2,
            "fuzzy_percent": 0.7,
            "failing_checks": 1,
            "failing_checks_words": 2,
            "failing_checks_percent": 0.7,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2023-06-23T16:35:22.828988Z",
            "last_author": null,
            "repository_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/ps/repository/?format=api",
            "file_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/ps/file/?format=api",
            "statistics_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/ps/statistics/?format=api",
            "changes_list_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/ps/changes/?format=api",
            "units_list_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/ps/units/?format=api"
        },
        {
            "language": {
                "code": "pt",
                "name": "Portuguese",
                "plural": {
                    "id": 463,
                    "source": 0,
                    "number": 2,
                    "formula": "n > 1",
                    "type": 1
                },
                "aliases": [
                    "por_pt",
                    "ptg",
                    "por"
                ],
                "direction": "ltr",
                "population": 237496883,
                "web_url": "https://translations.zorin.com/languages/pt/",
                "url": "https://translations.zorin.com/api/languages/pt/?format=api",
                "statistics_url": "https://translations.zorin.com/api/languages/pt/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": "pt",
            "id": 104,
            "filename": "po/pt.po",
            "revision": "58d592400c829a6c9fec7679cc2f4c51ea5b4274",
            "web_url": "https://translations.zorin.com/projects/zorin-os-upgrader/zorin-os-upgrader/pt/",
            "share_url": "https://translations.zorin.com/engage/zorin-os-upgrader/pt/",
            "translate_url": "https://translations.zorin.com/translate/zorin-os-upgrader/zorin-os-upgrader/pt/",
            "url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/pt/?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": 5,
            "last_change": "2025-05-02T12:09:52.134957Z",
            "last_author": "João Frade | 100Nome",
            "repository_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/pt/repository/?format=api",
            "file_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/pt/file/?format=api",
            "statistics_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/pt/statistics/?format=api",
            "changes_list_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/pt/changes/?format=api",
            "units_list_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/pt/units/?format=api"
        },
        {
            "language": {
                "code": "pt_BR",
                "name": "Portuguese (Brazil)",
                "plural": {
                    "id": 467,
                    "source": 0,
                    "number": 2,
                    "formula": "n > 1",
                    "type": 1
                },
                "aliases": [
                    "braz_por",
                    "portuguese_br",
                    "bp",
                    "por_br",
                    "ptb"
                ],
                "direction": "ltr",
                "population": 192661560,
                "web_url": "https://translations.zorin.com/languages/pt_BR/",
                "url": "https://translations.zorin.com/api/languages/pt_BR/?format=api",
                "statistics_url": "https://translations.zorin.com/api/languages/pt_BR/statistics/?format=api"
            },
            "component": {
                "name": "Zorin OS Upgrader",
                "slug": "zorin-os-upgrader",
                "id": 1,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 149,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://translations.zorin.com/languages/en/",
                    "url": "https://translations.zorin.com/api/languages/en/?format=api",
                    "statistics_url": "https://translations.zorin.com/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Zorin OS Upgrader",
                    "slug": "zorin-os-upgrader",
                    "id": 2,
                    "web": "https://help.zorin.com/docs/getting-started/upgrade-zorin-os/",
                    "web_url": "https://translations.zorin.com/projects/zorin-os-upgrader/",
                    "url": "https://translations.zorin.com/api/projects/zorin-os-upgrader/?format=api",
                    "components_list_url": "https://translations.zorin.com/api/projects/zorin-os-upgrader/components/?format=api",
                    "repository_url": "https://translations.zorin.com/api/projects/zorin-os-upgrader/repository/?format=api",
                    "statistics_url": "https://translations.zorin.com/api/projects/zorin-os-upgrader/statistics/?format=api",
                    "changes_list_url": "https://translations.zorin.com/api/projects/zorin-os-upgrader/changes/?format=api",
                    "languages_url": "https://translations.zorin.com/api/projects/zorin-os-upgrader/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "git@gitlab.com:zorin-os/desktop/zorin-os-upgrader.git",
                "git_export": "https://translations.zorin.com/git/zorin-os-upgrader/zorin-os-upgrader/",
                "branch": "master",
                "push_branch": "",
                "filemask": "po/*.po",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "po/zorin-os-upgrader.pot",
                "file_format": "po",
                "license": "GPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "https://translations.zorin.com/projects/zorin-os-upgrader/zorin-os-upgrader/",
                "url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/?format=api",
                "repository_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/repository/?format=api",
                "translations_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/translations/?format=api",
                "statistics_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/statistics/?format=api",
                "lock_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/lock/?format=api",
                "links_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/links/?format=api",
                "changes_list_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "linux",
                "push": "git@gitlab.com:zorin-os/desktop/zorin-os-upgrader.git",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": true,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [
                    "https://translations.zorin.com/api/addons/1/?format=api",
                    "https://translations.zorin.com/api/addons/2/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver"
            },
            "language_code": "pt_BR",
            "id": 105,
            "filename": "po/pt_BR.po",
            "revision": "374bbff32466ae8663b1afd13dc5ae5fd4d007b7",
            "web_url": "https://translations.zorin.com/projects/zorin-os-upgrader/zorin-os-upgrader/pt_BR/",
            "share_url": "https://translations.zorin.com/engage/zorin-os-upgrader/pt_BR/",
            "translate_url": "https://translations.zorin.com/translate/zorin-os-upgrader/zorin-os-upgrader/pt_BR/",
            "url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/pt_BR/?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": 4,
            "have_comment": 0,
            "last_change": "2024-02-26T20:55:45.848526Z",
            "last_author": "AgCrypto",
            "repository_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/pt_BR/repository/?format=api",
            "file_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/pt_BR/file/?format=api",
            "statistics_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/pt_BR/statistics/?format=api",
            "changes_list_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/pt_BR/changes/?format=api",
            "units_list_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/pt_BR/units/?format=api"
        },
        {
            "language": {
                "code": "ro",
                "name": "Romanian",
                "plural": {
                    "id": 483,
                    "source": 0,
                    "number": 3,
                    "formula": "n==1 ? 0 : (n==0 || (n%100 > 0 && n%100 < 20)) ? 1 : 2",
                    "type": 2
                },
                "aliases": [
                    "ron",
                    "rum"
                ],
                "direction": "ltr",
                "population": 22187407,
                "web_url": "https://translations.zorin.com/languages/ro/",
                "url": "https://translations.zorin.com/api/languages/ro/?format=api",
                "statistics_url": "https://translations.zorin.com/api/languages/ro/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": "ro",
            "id": 106,
            "filename": "po/ro.po",
            "revision": "83a096ab9711247d6ef4e5ad4422fbf9fa75c966",
            "web_url": "https://translations.zorin.com/projects/zorin-os-upgrader/zorin-os-upgrader/ro/",
            "share_url": "https://translations.zorin.com/engage/zorin-os-upgrader/ro/",
            "translate_url": "https://translations.zorin.com/translate/zorin-os-upgrader/zorin-os-upgrader/ro/",
            "url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/ro/?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": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2023-07-24T10:07:01.155000Z",
            "last_author": "Ionut",
            "repository_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/ro/repository/?format=api",
            "file_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/ro/file/?format=api",
            "statistics_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/ro/statistics/?format=api",
            "changes_list_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/ro/changes/?format=api",
            "units_list_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/ro/units/?format=api"
        },
        {
            "language": {
                "code": "ru",
                "name": "Russian",
                "plural": {
                    "id": 487,
                    "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": [
                    "ru_r",
                    "ru_rr",
                    "rus"
                ],
                "direction": "ltr",
                "population": 195841151,
                "web_url": "https://translations.zorin.com/languages/ru/",
                "url": "https://translations.zorin.com/api/languages/ru/?format=api",
                "statistics_url": "https://translations.zorin.com/api/languages/ru/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": "ru",
            "id": 107,
            "filename": "po/ru.po",
            "revision": "9c3482e987e34680abc6ebda9561a2312760938b",
            "web_url": "https://translations.zorin.com/projects/zorin-os-upgrader/zorin-os-upgrader/ru/",
            "share_url": "https://translations.zorin.com/engage/zorin-os-upgrader/ru/",
            "translate_url": "https://translations.zorin.com/translate/zorin-os-upgrader/zorin-os-upgrader/ru/",
            "url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/ru/?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": 0,
            "have_comment": 0,
            "last_change": "2023-12-14T19:44:11.522549Z",
            "last_author": "Vik",
            "repository_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/ru/repository/?format=api",
            "file_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/ru/file/?format=api",
            "statistics_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/ru/statistics/?format=api",
            "changes_list_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/ru/changes/?format=api",
            "units_list_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/ru/units/?format=api"
        },
        {
            "language": {
                "code": "rw",
                "name": "Kinyarwanda",
                "plural": {
                    "id": 493,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "kin"
                ],
                "direction": "ltr",
                "population": 11083625,
                "web_url": "https://translations.zorin.com/languages/rw/",
                "url": "https://translations.zorin.com/api/languages/rw/?format=api",
                "statistics_url": "https://translations.zorin.com/api/languages/rw/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": "rw",
            "id": 108,
            "filename": "po/rw.po",
            "revision": "529fc85884f068b398f93eb7f74c032a6c11f548",
            "web_url": "https://translations.zorin.com/projects/zorin-os-upgrader/zorin-os-upgrader/rw/",
            "share_url": "https://translations.zorin.com/engage/zorin-os-upgrader/rw/",
            "translate_url": "https://translations.zorin.com/translate/zorin-os-upgrader/zorin-os-upgrader/rw/",
            "url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/rw/?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": 4,
            "fuzzy_percent": 0.7,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2023-06-23T16:35:24.736610Z",
            "last_author": null,
            "repository_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/rw/repository/?format=api",
            "file_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/rw/file/?format=api",
            "statistics_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/rw/statistics/?format=api",
            "changes_list_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/rw/changes/?format=api",
            "units_list_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/rw/units/?format=api"
        },
        {
            "language": {
                "code": "sa",
                "name": "Sanskrit",
                "plural": {
                    "id": 495,
                    "source": 0,
                    "number": 3,
                    "formula": "n==1 ? 0 : n==2 ? 1 : 2",
                    "type": 4
                },
                "aliases": [
                    "san"
                ],
                "direction": "ltr",
                "population": 15913,
                "web_url": "https://translations.zorin.com/languages/sa/",
                "url": "https://translations.zorin.com/api/languages/sa/?format=api",
                "statistics_url": "https://translations.zorin.com/api/languages/sa/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": "sa",
            "id": 109,
            "filename": "po/sa.po",
            "revision": "4c6e7ae8fe4cf009956581d717077d30948d5192",
            "web_url": "https://translations.zorin.com/projects/zorin-os-upgrader/zorin-os-upgrader/sa/",
            "share_url": "https://translations.zorin.com/engage/zorin-os-upgrader/sa/",
            "translate_url": "https://translations.zorin.com/translate/zorin-os-upgrader/zorin-os-upgrader/sa/",
            "url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/sa/?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:25.169187Z",
            "last_author": null,
            "repository_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/sa/repository/?format=api",
            "file_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/sa/file/?format=api",
            "statistics_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/sa/statistics/?format=api",
            "changes_list_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/sa/changes/?format=api",
            "units_list_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/sa/units/?format=api"
        },
        {
            "language": {
                "code": "sd",
                "name": "Sindhi",
                "plural": {
                    "id": 506,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "snd"
                ],
                "direction": "ltr",
                "population": 38472984,
                "web_url": "https://translations.zorin.com/languages/sd/",
                "url": "https://translations.zorin.com/api/languages/sd/?format=api",
                "statistics_url": "https://translations.zorin.com/api/languages/sd/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": "sd",
            "id": 110,
            "filename": "po/sd.po",
            "revision": "f7891524ee06fe671eaa0a4a92f4c1ec6f1985a0",
            "web_url": "https://translations.zorin.com/projects/zorin-os-upgrader/zorin-os-upgrader/sd/",
            "share_url": "https://translations.zorin.com/engage/zorin-os-upgrader/sd/",
            "translate_url": "https://translations.zorin.com/translate/zorin-os-upgrader/zorin-os-upgrader/sd/",
            "url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/sd/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 127,
            "total_words": 686,
            "translated": 2,
            "translated_words": 3,
            "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/sd/repository/?format=api",
            "file_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/sd/file/?format=api",
            "statistics_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/sd/statistics/?format=api",
            "changes_list_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/sd/changes/?format=api",
            "units_list_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/sd/units/?format=api"
        },
        {
            "language": {
                "code": "se",
                "name": "Sami (Northern)",
                "plural": {
                    "id": 508,
                    "source": 0,
                    "number": 3,
                    "formula": "(n == 1) ? 0 : ((n == 2) ? 1 : 2)",
                    "type": 4
                },
                "aliases": [
                    "sme"
                ],
                "direction": "ltr",
                "population": 51529,
                "web_url": "https://translations.zorin.com/languages/se/",
                "url": "https://translations.zorin.com/api/languages/se/?format=api",
                "statistics_url": "https://translations.zorin.com/api/languages/se/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": "se",
            "id": 111,
            "filename": "po/se.po",
            "revision": "e5a5ea0c23bf53f441e9d23ee0be46e78e3f7337",
            "web_url": "https://translations.zorin.com/projects/zorin-os-upgrader/zorin-os-upgrader/se/",
            "share_url": "https://translations.zorin.com/engage/zorin-os-upgrader/se/",
            "translate_url": "https://translations.zorin.com/translate/zorin-os-upgrader/zorin-os-upgrader/se/",
            "url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/se/?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/se/repository/?format=api",
            "file_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/se/file/?format=api",
            "statistics_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/se/statistics/?format=api",
            "changes_list_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/se/changes/?format=api",
            "units_list_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/se/units/?format=api"
        },
        {
            "language": {
                "code": "shn",
                "name": "Shan",
                "plural": {
                    "id": 516,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [],
                "direction": "ltr",
                "population": 3687984,
                "web_url": "https://translations.zorin.com/languages/shn/",
                "url": "https://translations.zorin.com/api/languages/shn/?format=api",
                "statistics_url": "https://translations.zorin.com/api/languages/shn/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": "shn",
            "id": 112,
            "filename": "po/shn.po",
            "revision": "f7b0cc26ee819ff09ac1dbd7c780126550644482",
            "web_url": "https://translations.zorin.com/projects/zorin-os-upgrader/zorin-os-upgrader/shn/",
            "share_url": "https://translations.zorin.com/engage/zorin-os-upgrader/shn/",
            "translate_url": "https://translations.zorin.com/translate/zorin-os-upgrader/zorin-os-upgrader/shn/",
            "url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/shn/?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/shn/repository/?format=api",
            "file_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/shn/file/?format=api",
            "statistics_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/shn/statistics/?format=api",
            "changes_list_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/shn/changes/?format=api",
            "units_list_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/shn/units/?format=api"
        },
        {
            "language": {
                "code": "si",
                "name": "Sinhala",
                "plural": {
                    "id": 517,
                    "source": 0,
                    "number": 2,
                    "formula": "n > 1",
                    "type": 1
                },
                "aliases": [
                    "lk",
                    "sin"
                ],
                "direction": "ltr",
                "population": 15564656,
                "web_url": "https://translations.zorin.com/languages/si/",
                "url": "https://translations.zorin.com/api/languages/si/?format=api",
                "statistics_url": "https://translations.zorin.com/api/languages/si/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": "si",
            "id": 113,
            "filename": "po/si.po",
            "revision": "f3abda46108d5fd413e3047596aaf9ae3009d8b9",
            "web_url": "https://translations.zorin.com/projects/zorin-os-upgrader/zorin-os-upgrader/si/",
            "share_url": "https://translations.zorin.com/engage/zorin-os-upgrader/si/",
            "translate_url": "https://translations.zorin.com/translate/zorin-os-upgrader/zorin-os-upgrader/si/",
            "url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/si/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 127,
            "total_words": 686,
            "translated": 10,
            "translated_words": 27,
            "translated_percent": 7.8,
            "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:27.029231Z",
            "last_author": null,
            "repository_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/si/repository/?format=api",
            "file_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/si/file/?format=api",
            "statistics_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/si/statistics/?format=api",
            "changes_list_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/si/changes/?format=api",
            "units_list_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/si/units/?format=api"
        },
        {
            "language": {
                "code": "sk",
                "name": "Slovak",
                "plural": {
                    "id": 520,
                    "source": 0,
                    "number": 3,
                    "formula": "(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2",
                    "type": 22
                },
                "aliases": [
                    "svk",
                    "sky",
                    "slk",
                    "slo"
                ],
                "direction": "ltr",
                "population": 6680269,
                "web_url": "https://translations.zorin.com/languages/sk/",
                "url": "https://translations.zorin.com/api/languages/sk/?format=api",
                "statistics_url": "https://translations.zorin.com/api/languages/sk/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": "sk",
            "id": 114,
            "filename": "po/sk.po",
            "revision": "fa442a975e0452fc2d18beb000311c0d5370b098",
            "web_url": "https://translations.zorin.com/projects/zorin-os-upgrader/zorin-os-upgrader/sk/",
            "share_url": "https://translations.zorin.com/engage/zorin-os-upgrader/sk/",
            "translate_url": "https://translations.zorin.com/translate/zorin-os-upgrader/zorin-os-upgrader/sk/",
            "url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/sk/?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-07T21:16:59.240904Z",
            "last_author": "Marek",
            "repository_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/sk/repository/?format=api",
            "file_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/sk/file/?format=api",
            "statistics_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/sk/statistics/?format=api",
            "changes_list_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/sk/changes/?format=api",
            "units_list_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/sk/units/?format=api"
        },
        {
            "language": {
                "code": "sl",
                "name": "Slovenian",
                "plural": {
                    "id": 522,
                    "source": 0,
                    "number": 4,
                    "formula": "n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3",
                    "type": 6
                },
                "aliases": [
                    "sl_sl",
                    "slv"
                ],
                "direction": "ltr",
                "population": 1973179,
                "web_url": "https://translations.zorin.com/languages/sl/",
                "url": "https://translations.zorin.com/api/languages/sl/?format=api",
                "statistics_url": "https://translations.zorin.com/api/languages/sl/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": "sl",
            "id": 115,
            "filename": "po/sl.po",
            "revision": "fdd448badb5ee2188fb074b237e3d3d2da2b15aa",
            "web_url": "https://translations.zorin.com/projects/zorin-os-upgrader/zorin-os-upgrader/sl/",
            "share_url": "https://translations.zorin.com/engage/zorin-os-upgrader/sl/",
            "translate_url": "https://translations.zorin.com/translate/zorin-os-upgrader/zorin-os-upgrader/sl/",
            "url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/sl/?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-17T09:38:53.567073Z",
            "last_author": "Danijel Rumplin",
            "repository_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/sl/repository/?format=api",
            "file_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/sl/file/?format=api",
            "statistics_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/sl/statistics/?format=api",
            "changes_list_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/sl/changes/?format=api",
            "units_list_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/sl/units/?format=api"
        },
        {
            "language": {
                "code": "sn",
                "name": "Shona",
                "plural": {
                    "id": 530,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "sna"
                ],
                "direction": "ltr",
                "population": 11782503,
                "web_url": "https://translations.zorin.com/languages/sn/",
                "url": "https://translations.zorin.com/api/languages/sn/?format=api",
                "statistics_url": "https://translations.zorin.com/api/languages/sn/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": "sn",
            "id": 116,
            "filename": "po/sn.po",
            "revision": "2746616e3eca6e762a77e8edc52e2441a3d2bb14",
            "web_url": "https://translations.zorin.com/projects/zorin-os-upgrader/zorin-os-upgrader/sn/",
            "share_url": "https://translations.zorin.com/engage/zorin-os-upgrader/sn/",
            "translate_url": "https://translations.zorin.com/translate/zorin-os-upgrader/zorin-os-upgrader/sn/",
            "url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/sn/?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/sn/repository/?format=api",
            "file_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/sn/file/?format=api",
            "statistics_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/sn/statistics/?format=api",
            "changes_list_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/sn/changes/?format=api",
            "units_list_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/sn/units/?format=api"
        },
        {
            "language": {
                "code": "sq",
                "name": "Albanian",
                "plural": {
                    "id": 535,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "alb",
                    "sqi"
                ],
                "direction": "ltr",
                "population": 6791906,
                "web_url": "https://translations.zorin.com/languages/sq/",
                "url": "https://translations.zorin.com/api/languages/sq/?format=api",
                "statistics_url": "https://translations.zorin.com/api/languages/sq/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": "sq",
            "id": 117,
            "filename": "po/sq.po",
            "revision": "c11cd7e89e112b2a61cb1cf2d4453cdb0992de3f",
            "web_url": "https://translations.zorin.com/projects/zorin-os-upgrader/zorin-os-upgrader/sq/",
            "share_url": "https://translations.zorin.com/engage/zorin-os-upgrader/sq/",
            "translate_url": "https://translations.zorin.com/translate/zorin-os-upgrader/zorin-os-upgrader/sq/",
            "url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/sq/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 127,
            "total_words": 686,
            "translated": 120,
            "translated_words": 644,
            "translated_percent": 94.4,
            "fuzzy": 1,
            "fuzzy_words": 2,
            "fuzzy_percent": 0.7,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-02-17T13:31:51.635959Z",
            "last_author": null,
            "repository_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/sq/repository/?format=api",
            "file_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/sq/file/?format=api",
            "statistics_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/sq/statistics/?format=api",
            "changes_list_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/sq/changes/?format=api",
            "units_list_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/sq/units/?format=api"
        },
        {
            "language": {
                "code": "sr",
                "name": "Serbian",
                "plural": {
                    "id": 536,
                    "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": [
                    "scc",
                    "sr_cs",
                    "rs",
                    "srp"
                ],
                "direction": "ltr",
                "population": 7516818,
                "web_url": "https://translations.zorin.com/languages/sr/",
                "url": "https://translations.zorin.com/api/languages/sr/?format=api",
                "statistics_url": "https://translations.zorin.com/api/languages/sr/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": "sr",
            "id": 118,
            "filename": "po/sr.po",
            "revision": "9ae5ec69867e28890f4a7567f83cde2945f3c8c5",
            "web_url": "https://translations.zorin.com/projects/zorin-os-upgrader/zorin-os-upgrader/sr/",
            "share_url": "https://translations.zorin.com/engage/zorin-os-upgrader/sr/",
            "translate_url": "https://translations.zorin.com/translate/zorin-os-upgrader/zorin-os-upgrader/sr/",
            "url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/sr/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 127,
            "total_words": 686,
            "translated": 119,
            "translated_words": 627,
            "translated_percent": 93.7,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 2,
            "failing_checks_words": 15,
            "failing_checks_percent": 1.5,
            "have_suggestion": 1,
            "have_comment": 0,
            "last_change": "2023-07-08T17:54:04.785202Z",
            "last_author": "Nikola Matković",
            "repository_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/sr/repository/?format=api",
            "file_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/sr/file/?format=api",
            "statistics_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/sr/statistics/?format=api",
            "changes_list_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/sr/changes/?format=api",
            "units_list_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/sr/units/?format=api"
        },
        {
            "language": {
                "code": "sr_Latn",
                "name": "Serbian (latin)",
                "plural": {
                    "id": 540,
                    "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": [
                    "serbo_croatian",
                    "sh",
                    "sr_latn_rs",
                    "sr@latin",
                    "sr_rs@latin",
                    "srl",
                    "hbs"
                ],
                "direction": "ltr",
                "population": 8085593,
                "web_url": "https://translations.zorin.com/languages/sr_Latn/",
                "url": "https://translations.zorin.com/api/languages/sr_Latn/?format=api",
                "statistics_url": "https://translations.zorin.com/api/languages/sr_Latn/statistics/?format=api"
            },
            "component": {
                "name": "Zorin OS Upgrader",
                "slug": "zorin-os-upgrader",
                "id": 1,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 149,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://translations.zorin.com/languages/en/",
                    "url": "https://translations.zorin.com/api/languages/en/?format=api",
                    "statistics_url": "https://translations.zorin.com/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Zorin OS Upgrader",
                    "slug": "zorin-os-upgrader",
                    "id": 2,
                    "web": "https://help.zorin.com/docs/getting-started/upgrade-zorin-os/",
                    "web_url": "https://translations.zorin.com/projects/zorin-os-upgrader/",
                    "url": "https://translations.zorin.com/api/projects/zorin-os-upgrader/?format=api",
                    "components_list_url": "https://translations.zorin.com/api/projects/zorin-os-upgrader/components/?format=api",
                    "repository_url": "https://translations.zorin.com/api/projects/zorin-os-upgrader/repository/?format=api",
                    "statistics_url": "https://translations.zorin.com/api/projects/zorin-os-upgrader/statistics/?format=api",
                    "changes_list_url": "https://translations.zorin.com/api/projects/zorin-os-upgrader/changes/?format=api",
                    "languages_url": "https://translations.zorin.com/api/projects/zorin-os-upgrader/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "git@gitlab.com:zorin-os/desktop/zorin-os-upgrader.git",
                "git_export": "https://translations.zorin.com/git/zorin-os-upgrader/zorin-os-upgrader/",
                "branch": "master",
                "push_branch": "",
                "filemask": "po/*.po",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "po/zorin-os-upgrader.pot",
                "file_format": "po",
                "license": "GPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "https://translations.zorin.com/projects/zorin-os-upgrader/zorin-os-upgrader/",
                "url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/?format=api",
                "repository_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/repository/?format=api",
                "translations_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/translations/?format=api",
                "statistics_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/statistics/?format=api",
                "lock_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/lock/?format=api",
                "links_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/links/?format=api",
                "changes_list_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/zorin-os-upgrader/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "linux",
                "push": "git@gitlab.com:zorin-os/desktop/zorin-os-upgrader.git",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": true,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [
                    "https://translations.zorin.com/api/addons/1/?format=api",
                    "https://translations.zorin.com/api/addons/2/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver"
            },
            "language_code": "sr@latin",
            "id": 119,
            "filename": "po/sr@latin.po",
            "revision": "a2156b4508fadbdea832798f1ad45d8def114222",
            "web_url": "https://translations.zorin.com/projects/zorin-os-upgrader/zorin-os-upgrader/sr_Latn/",
            "share_url": "https://translations.zorin.com/engage/zorin-os-upgrader/sr_Latn/",
            "translate_url": "https://translations.zorin.com/translate/zorin-os-upgrader/zorin-os-upgrader/sr_Latn/",
            "url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/sr_Latn/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 127,
            "total_words": 686,
            "translated": 21,
            "translated_words": 86,
            "translated_percent": 16.5,
            "fuzzy": 3,
            "fuzzy_words": 7,
            "fuzzy_percent": 2.3,
            "failing_checks": 1,
            "failing_checks_words": 2,
            "failing_checks_percent": 0.7,
            "have_suggestion": 1,
            "have_comment": 0,
            "last_change": "2023-06-23T16:35:29.238770Z",
            "last_author": null,
            "repository_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/sr_Latn/repository/?format=api",
            "file_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/sr_Latn/file/?format=api",
            "statistics_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/sr_Latn/statistics/?format=api",
            "changes_list_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/sr_Latn/changes/?format=api",
            "units_list_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/sr_Latn/units/?format=api"
        },
        {
            "language": {
                "code": "sv",
                "name": "Swedish",
                "plural": {
                    "id": 550,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "swe_se",
                    "sve",
                    "swe"
                ],
                "direction": "ltr",
                "population": 12932871,
                "web_url": "https://translations.zorin.com/languages/sv/",
                "url": "https://translations.zorin.com/api/languages/sv/?format=api",
                "statistics_url": "https://translations.zorin.com/api/languages/sv/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": "sv",
            "id": 120,
            "filename": "po/sv.po",
            "revision": "4ac8a8d7a6c9357d121df67ee3bda5443d56b4e3",
            "web_url": "https://translations.zorin.com/projects/zorin-os-upgrader/zorin-os-upgrader/sv/",
            "share_url": "https://translations.zorin.com/engage/zorin-os-upgrader/sv/",
            "translate_url": "https://translations.zorin.com/translate/zorin-os-upgrader/zorin-os-upgrader/sv/",
            "url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/sv/?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": 10,
            "failing_checks_percent": 0.7,
            "have_suggestion": 4,
            "have_comment": 0,
            "last_change": "2024-02-26T14:39:21.913850Z",
            "last_author": "Stefan Nyberg",
            "repository_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/sv/repository/?format=api",
            "file_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/sv/file/?format=api",
            "statistics_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/sv/statistics/?format=api",
            "changes_list_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/sv/changes/?format=api",
            "units_list_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/sv/units/?format=api"
        },
        {
            "language": {
                "code": "sw",
                "name": "Swahili",
                "plural": {
                    "id": 551,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "swa"
                ],
                "direction": "ltr",
                "population": 171610296,
                "web_url": "https://translations.zorin.com/languages/sw/",
                "url": "https://translations.zorin.com/api/languages/sw/?format=api",
                "statistics_url": "https://translations.zorin.com/api/languages/sw/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": "sw",
            "id": 121,
            "filename": "po/sw.po",
            "revision": "24f57df91520d2b3785a5897b6b567eaf30697e3",
            "web_url": "https://translations.zorin.com/projects/zorin-os-upgrader/zorin-os-upgrader/sw/",
            "share_url": "https://translations.zorin.com/engage/zorin-os-upgrader/sw/",
            "translate_url": "https://translations.zorin.com/translate/zorin-os-upgrader/zorin-os-upgrader/sw/",
            "url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/sw/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 127,
            "total_words": 686,
            "translated": 1,
            "translated_words": 2,
            "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/sw/repository/?format=api",
            "file_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/sw/file/?format=api",
            "statistics_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/sw/statistics/?format=api",
            "changes_list_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/sw/changes/?format=api",
            "units_list_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/sw/units/?format=api"
        },
        {
            "language": {
                "code": "szl",
                "name": "Silesian",
                "plural": {
                    "id": 558,
                    "source": 0,
                    "number": 3,
                    "formula": "n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2",
                    "type": 22
                },
                "aliases": [],
                "direction": "ltr",
                "population": 497669,
                "web_url": "https://translations.zorin.com/languages/szl/",
                "url": "https://translations.zorin.com/api/languages/szl/?format=api",
                "statistics_url": "https://translations.zorin.com/api/languages/szl/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": "szl",
            "id": 122,
            "filename": "po/szl.po",
            "revision": "ad57b4ec359997c5218cfd1a0282044b3273bac9",
            "web_url": "https://translations.zorin.com/projects/zorin-os-upgrader/zorin-os-upgrader/szl/",
            "share_url": "https://translations.zorin.com/engage/zorin-os-upgrader/szl/",
            "translate_url": "https://translations.zorin.com/translate/zorin-os-upgrader/zorin-os-upgrader/szl/",
            "url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/szl/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 127,
            "total_words": 686,
            "translated": 8,
            "translated_words": 23,
            "translated_percent": 6.2,
            "fuzzy": 3,
            "fuzzy_words": 18,
            "fuzzy_percent": 2.3,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2023-06-23T16:35:30.833534Z",
            "last_author": null,
            "repository_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/szl/repository/?format=api",
            "file_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/szl/file/?format=api",
            "statistics_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/szl/statistics/?format=api",
            "changes_list_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/szl/changes/?format=api",
            "units_list_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/szl/units/?format=api"
        },
        {
            "language": {
                "code": "ta",
                "name": "Tamil",
                "plural": {
                    "id": 559,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "tam"
                ],
                "direction": "ltr",
                "population": 85616159,
                "web_url": "https://translations.zorin.com/languages/ta/",
                "url": "https://translations.zorin.com/api/languages/ta/?format=api",
                "statistics_url": "https://translations.zorin.com/api/languages/ta/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": "ta",
            "id": 123,
            "filename": "po/ta.po",
            "revision": "2a98e019281733822ade5631a77b18fc87f983ae",
            "web_url": "https://translations.zorin.com/projects/zorin-os-upgrader/zorin-os-upgrader/ta/",
            "share_url": "https://translations.zorin.com/engage/zorin-os-upgrader/ta/",
            "translate_url": "https://translations.zorin.com/translate/zorin-os-upgrader/zorin-os-upgrader/ta/",
            "url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/ta/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 127,
            "total_words": 686,
            "translated": 19,
            "translated_words": 52,
            "translated_percent": 14.9,
            "fuzzy": 4,
            "fuzzy_words": 11,
            "fuzzy_percent": 3.1,
            "failing_checks": 1,
            "failing_checks_words": 2,
            "failing_checks_percent": 0.7,
            "have_suggestion": 5,
            "have_comment": 0,
            "last_change": "2023-06-23T16:35:31.240455Z",
            "last_author": null,
            "repository_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/ta/repository/?format=api",
            "file_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/ta/file/?format=api",
            "statistics_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/ta/statistics/?format=api",
            "changes_list_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/ta/changes/?format=api",
            "units_list_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/ta/units/?format=api"
        },
        {
            "language": {
                "code": "ta_LK",
                "name": "Tamil (Sri Lanka)",
                "plural": {
                    "id": 560,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [],
                "direction": "ltr",
                "population": 3433380,
                "web_url": "https://translations.zorin.com/languages/ta_LK/",
                "url": "https://translations.zorin.com/api/languages/ta_LK/?format=api",
                "statistics_url": "https://translations.zorin.com/api/languages/ta_LK/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": "ta_LK",
            "id": 124,
            "filename": "po/ta_LK.po",
            "revision": "85672e765240d49fd0507684852d7ac90713f907",
            "web_url": "https://translations.zorin.com/projects/zorin-os-upgrader/zorin-os-upgrader/ta_LK/",
            "share_url": "https://translations.zorin.com/engage/zorin-os-upgrader/ta_LK/",
            "translate_url": "https://translations.zorin.com/translate/zorin-os-upgrader/zorin-os-upgrader/ta_LK/",
            "url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/ta_LK/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 127,
            "total_words": 686,
            "translated": 2,
            "translated_words": 2,
            "translated_percent": 1.5,
            "fuzzy": 3,
            "fuzzy_words": 7,
            "fuzzy_percent": 2.3,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2023-06-23T16:35:31.631718Z",
            "last_author": null,
            "repository_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/ta_LK/repository/?format=api",
            "file_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/ta_LK/file/?format=api",
            "statistics_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/ta_LK/statistics/?format=api",
            "changes_list_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/ta_LK/changes/?format=api",
            "units_list_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/ta_LK/units/?format=api"
        },
        {
            "language": {
                "code": "te",
                "name": "Telugu",
                "plural": {
                    "id": 561,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "tel"
                ],
                "direction": "ltr",
                "population": 95478480,
                "web_url": "https://translations.zorin.com/languages/te/",
                "url": "https://translations.zorin.com/api/languages/te/?format=api",
                "statistics_url": "https://translations.zorin.com/api/languages/te/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": "te",
            "id": 125,
            "filename": "po/te.po",
            "revision": "76a6385acb879c681af36ad7f65fe0714c455470",
            "web_url": "https://translations.zorin.com/projects/zorin-os-upgrader/zorin-os-upgrader/te/",
            "share_url": "https://translations.zorin.com/engage/zorin-os-upgrader/te/",
            "translate_url": "https://translations.zorin.com/translate/zorin-os-upgrader/zorin-os-upgrader/te/",
            "url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/te/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 127,
            "total_words": 686,
            "translated": 36,
            "translated_words": 127,
            "translated_percent": 28.3,
            "fuzzy": 9,
            "fuzzy_words": 28,
            "fuzzy_percent": 7.0,
            "failing_checks": 5,
            "failing_checks_words": 19,
            "failing_checks_percent": 3.9,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2023-06-23T16:35:32.002467Z",
            "last_author": null,
            "repository_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/te/repository/?format=api",
            "file_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/te/file/?format=api",
            "statistics_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/te/statistics/?format=api",
            "changes_list_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/te/changes/?format=api",
            "units_list_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/te/units/?format=api"
        },
        {
            "language": {
                "code": "tg",
                "name": "Tajik",
                "plural": {
                    "id": 566,
                    "source": 0,
                    "number": 1,
                    "formula": "0",
                    "type": 0
                },
                "aliases": [
                    "tgk"
                ],
                "direction": "ltr",
                "population": 8873670,
                "web_url": "https://translations.zorin.com/languages/tg/",
                "url": "https://translations.zorin.com/api/languages/tg/?format=api",
                "statistics_url": "https://translations.zorin.com/api/languages/tg/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": "tg",
            "id": 126,
            "filename": "po/tg.po",
            "revision": "d9e1f8b2264b6506b9930b9cd6c60131e6099831",
            "web_url": "https://translations.zorin.com/projects/zorin-os-upgrader/zorin-os-upgrader/tg/",
            "share_url": "https://translations.zorin.com/engage/zorin-os-upgrader/tg/",
            "translate_url": "https://translations.zorin.com/translate/zorin-os-upgrader/zorin-os-upgrader/tg/",
            "url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/tg/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 127,
            "total_words": 686,
            "translated": 19,
            "translated_words": 66,
            "translated_percent": 14.9,
            "fuzzy": 4,
            "fuzzy_words": 20,
            "fuzzy_percent": 3.1,
            "failing_checks": 1,
            "failing_checks_words": 2,
            "failing_checks_percent": 0.7,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2023-06-23T16:35:32.434681Z",
            "last_author": null,
            "repository_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/tg/repository/?format=api",
            "file_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/tg/file/?format=api",
            "statistics_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/tg/statistics/?format=api",
            "changes_list_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/tg/changes/?format=api",
            "units_list_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/tg/units/?format=api"
        },
        {
            "language": {
                "code": "th",
                "name": "Thai",
                "plural": {
                    "id": 567,
                    "source": 0,
                    "number": 1,
                    "formula": "0",
                    "type": 0
                },
                "aliases": [
                    "tha"
                ],
                "direction": "ltr",
                "population": 55181920,
                "web_url": "https://translations.zorin.com/languages/th/",
                "url": "https://translations.zorin.com/api/languages/th/?format=api",
                "statistics_url": "https://translations.zorin.com/api/languages/th/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": "th",
            "id": 127,
            "filename": "po/th.po",
            "revision": "19f0a08f66307d4b78d5d02a392bf8d33815df66",
            "web_url": "https://translations.zorin.com/projects/zorin-os-upgrader/zorin-os-upgrader/th/",
            "share_url": "https://translations.zorin.com/engage/zorin-os-upgrader/th/",
            "translate_url": "https://translations.zorin.com/translate/zorin-os-upgrader/zorin-os-upgrader/th/",
            "url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/th/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 127,
            "total_words": 686,
            "translated": 45,
            "translated_words": 154,
            "translated_percent": 35.4,
            "fuzzy": 13,
            "fuzzy_words": 62,
            "fuzzy_percent": 10.2,
            "failing_checks": 2,
            "failing_checks_words": 5,
            "failing_checks_percent": 1.5,
            "have_suggestion": 3,
            "have_comment": 0,
            "last_change": "2023-06-23T16:35:32.781518Z",
            "last_author": null,
            "repository_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/th/repository/?format=api",
            "file_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/th/file/?format=api",
            "statistics_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/th/statistics/?format=api",
            "changes_list_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/th/changes/?format=api",
            "units_list_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/th/units/?format=api"
        },
        {
            "language": {
                "code": "tk",
                "name": "Turkmen",
                "plural": {
                    "id": 571,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "tuk"
                ],
                "direction": "ltr",
                "population": 6870838,
                "web_url": "https://translations.zorin.com/languages/tk/",
                "url": "https://translations.zorin.com/api/languages/tk/?format=api",
                "statistics_url": "https://translations.zorin.com/api/languages/tk/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": "tk",
            "id": 128,
            "filename": "po/tk.po",
            "revision": "1073e23b40881e6030acf373fdc557a295d0bb3b",
            "web_url": "https://translations.zorin.com/projects/zorin-os-upgrader/zorin-os-upgrader/tk/",
            "share_url": "https://translations.zorin.com/engage/zorin-os-upgrader/tk/",
            "translate_url": "https://translations.zorin.com/translate/zorin-os-upgrader/zorin-os-upgrader/tk/",
            "url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/tk/?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:33.210766Z",
            "last_author": null,
            "repository_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/tk/repository/?format=api",
            "file_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/tk/file/?format=api",
            "statistics_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/tk/statistics/?format=api",
            "changes_list_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/tk/changes/?format=api",
            "units_list_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/tk/units/?format=api"
        },
        {
            "language": {
                "code": "tl",
                "name": "Tagalog",
                "plural": {
                    "id": 573,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1 && n != 2 && n != 3 && (n % 10 == 4 || n % 10 == 6 || n % 10 == 9)",
                    "type": 1
                },
                "aliases": [
                    "tgl"
                ],
                "direction": "ltr",
                "population": 0,
                "web_url": "https://translations.zorin.com/languages/tl/",
                "url": "https://translations.zorin.com/api/languages/tl/?format=api",
                "statistics_url": "https://translations.zorin.com/api/languages/tl/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": "tl",
            "id": 129,
            "filename": "po/tl.po",
            "revision": "a0942acd9760c65b88d629bee2d8458703a7d504",
            "web_url": "https://translations.zorin.com/projects/zorin-os-upgrader/zorin-os-upgrader/tl/",
            "share_url": "https://translations.zorin.com/engage/zorin-os-upgrader/tl/",
            "translate_url": "https://translations.zorin.com/translate/zorin-os-upgrader/zorin-os-upgrader/tl/",
            "url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/tl/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 127,
            "total_words": 686,
            "translated": 15,
            "translated_words": 42,
            "translated_percent": 11.8,
            "fuzzy": 12,
            "fuzzy_words": 41,
            "fuzzy_percent": 9.4,
            "failing_checks": 3,
            "failing_checks_words": 13,
            "failing_checks_percent": 2.3,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2023-06-23T16:35:33.619681Z",
            "last_author": null,
            "repository_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/tl/repository/?format=api",
            "file_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/tl/file/?format=api",
            "statistics_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/tl/statistics/?format=api",
            "changes_list_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/tl/changes/?format=api",
            "units_list_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/tl/units/?format=api"
        },
        {
            "language": {
                "code": "tr",
                "name": "Turkish",
                "plural": {
                    "id": 583,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "trk",
                    "tur"
                ],
                "direction": "ltr",
                "population": 80360705,
                "web_url": "https://translations.zorin.com/languages/tr/",
                "url": "https://translations.zorin.com/api/languages/tr/?format=api",
                "statistics_url": "https://translations.zorin.com/api/languages/tr/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": "tr",
            "id": 130,
            "filename": "po/tr.po",
            "revision": "c57f16d775c2b08803890251f3bbcf068c7d731c",
            "web_url": "https://translations.zorin.com/projects/zorin-os-upgrader/zorin-os-upgrader/tr/",
            "share_url": "https://translations.zorin.com/engage/zorin-os-upgrader/tr/",
            "translate_url": "https://translations.zorin.com/translate/zorin-os-upgrader/zorin-os-upgrader/tr/",
            "url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/tr/?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": 19,
            "have_comment": 0,
            "last_change": "2025-01-16T09:48:05.991073Z",
            "last_author": "Şerif Çiçekdağ",
            "repository_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/tr/repository/?format=api",
            "file_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/tr/file/?format=api",
            "statistics_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/tr/statistics/?format=api",
            "changes_list_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/tr/changes/?format=api",
            "units_list_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/tr/units/?format=api"
        },
        {
            "language": {
                "code": "tt",
                "name": "Tatar",
                "plural": {
                    "id": 588,
                    "source": 0,
                    "number": 1,
                    "formula": "0",
                    "type": 0
                },
                "aliases": [
                    "tat"
                ],
                "direction": "ltr",
                "population": 1984107,
                "web_url": "https://translations.zorin.com/languages/tt/",
                "url": "https://translations.zorin.com/api/languages/tt/?format=api",
                "statistics_url": "https://translations.zorin.com/api/languages/tt/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": "tt",
            "id": 131,
            "filename": "po/tt.po",
            "revision": "b844262217c69264c918e54843b1261a336f1b66",
            "web_url": "https://translations.zorin.com/projects/zorin-os-upgrader/zorin-os-upgrader/tt/",
            "share_url": "https://translations.zorin.com/engage/zorin-os-upgrader/tt/",
            "translate_url": "https://translations.zorin.com/translate/zorin-os-upgrader/zorin-os-upgrader/tt/",
            "url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/tt/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 127,
            "total_words": 686,
            "translated": 1,
            "translated_words": 2,
            "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/tt/repository/?format=api",
            "file_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/tt/file/?format=api",
            "statistics_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/tt/statistics/?format=api",
            "changes_list_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/tt/changes/?format=api",
            "units_list_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/tt/units/?format=api"
        },
        {
            "language": {
                "code": "ug",
                "name": "Uyghur",
                "plural": {
                    "id": 599,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "uig"
                ],
                "direction": "rtl",
                "population": 7670114,
                "web_url": "https://translations.zorin.com/languages/ug/",
                "url": "https://translations.zorin.com/api/languages/ug/?format=api",
                "statistics_url": "https://translations.zorin.com/api/languages/ug/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": "ug",
            "id": 132,
            "filename": "po/ug.po",
            "revision": "ef9711b5d5de298d5d4ac5439144b7c6f3eadb09",
            "web_url": "https://translations.zorin.com/projects/zorin-os-upgrader/zorin-os-upgrader/ug/",
            "share_url": "https://translations.zorin.com/engage/zorin-os-upgrader/ug/",
            "translate_url": "https://translations.zorin.com/translate/zorin-os-upgrader/zorin-os-upgrader/ug/",
            "url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/ug/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 127,
            "total_words": 686,
            "translated": 31,
            "translated_words": 101,
            "translated_percent": 24.4,
            "fuzzy": 13,
            "fuzzy_words": 61,
            "fuzzy_percent": 10.2,
            "failing_checks": 6,
            "failing_checks_words": 34,
            "failing_checks_percent": 4.7,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2023-06-23T16:35:34.923312Z",
            "last_author": null,
            "repository_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/ug/repository/?format=api",
            "file_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/ug/file/?format=api",
            "statistics_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/ug/statistics/?format=api",
            "changes_list_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/ug/changes/?format=api",
            "units_list_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/ug/units/?format=api"
        },
        {
            "language": {
                "code": "uk",
                "name": "Ukrainian",
                "plural": {
                    "id": 601,
                    "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": [
                    "ua",
                    "ua_ua",
                    "uk_uk",
                    "ukr"
                ],
                "direction": "ltr",
                "population": 29348975,
                "web_url": "https://translations.zorin.com/languages/uk/",
                "url": "https://translations.zorin.com/api/languages/uk/?format=api",
                "statistics_url": "https://translations.zorin.com/api/languages/uk/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": "uk",
            "id": 133,
            "filename": "po/uk.po",
            "revision": "154396e7d79b603d2c551f200550cea227700639",
            "web_url": "https://translations.zorin.com/projects/zorin-os-upgrader/zorin-os-upgrader/uk/",
            "share_url": "https://translations.zorin.com/engage/zorin-os-upgrader/uk/",
            "translate_url": "https://translations.zorin.com/translate/zorin-os-upgrader/zorin-os-upgrader/uk/",
            "url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/uk/?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": 1,
            "have_comment": 0,
            "last_change": "2023-07-01T18:12:35.046609Z",
            "last_author": "AlexDanshyn",
            "repository_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/uk/repository/?format=api",
            "file_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/uk/file/?format=api",
            "statistics_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/uk/statistics/?format=api",
            "changes_list_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/uk/changes/?format=api",
            "units_list_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/uk/units/?format=api"
        },
        {
            "language": {
                "code": "ur",
                "name": "Urdu",
                "plural": {
                    "id": 604,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "ur_ur",
                    "urd"
                ],
                "direction": "rtl",
                "population": 290790290,
                "web_url": "https://translations.zorin.com/languages/ur/",
                "url": "https://translations.zorin.com/api/languages/ur/?format=api",
                "statistics_url": "https://translations.zorin.com/api/languages/ur/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": "ur",
            "id": 134,
            "filename": "po/ur.po",
            "revision": "c925db6b223fddee6375c3a1d3486b6a0edbeb6e",
            "web_url": "https://translations.zorin.com/projects/zorin-os-upgrader/zorin-os-upgrader/ur/",
            "share_url": "https://translations.zorin.com/engage/zorin-os-upgrader/ur/",
            "translate_url": "https://translations.zorin.com/translate/zorin-os-upgrader/zorin-os-upgrader/ur/",
            "url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/ur/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 127,
            "total_words": 686,
            "translated": 20,
            "translated_words": 55,
            "translated_percent": 15.7,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 1,
            "failing_checks_words": 3,
            "failing_checks_percent": 0.7,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-03-22T07:37:01.529341Z",
            "last_author": "Malik Muzammil",
            "repository_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/ur/repository/?format=api",
            "file_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/ur/file/?format=api",
            "statistics_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/ur/statistics/?format=api",
            "changes_list_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/ur/changes/?format=api",
            "units_list_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/ur/units/?format=api"
        },
        {
            "language": {
                "code": "uz",
                "name": "Uzbek",
                "plural": {
                    "id": 607,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "uz@cyrillic",
                    "uzb"
                ],
                "direction": "ltr",
                "population": 26480135,
                "web_url": "https://translations.zorin.com/languages/uz/",
                "url": "https://translations.zorin.com/api/languages/uz/?format=api",
                "statistics_url": "https://translations.zorin.com/api/languages/uz/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": "uz",
            "id": 135,
            "filename": "po/uz.po",
            "revision": "ae7ebfacb38e77169f91eb11d916d2ee0e9b5985",
            "web_url": "https://translations.zorin.com/projects/zorin-os-upgrader/zorin-os-upgrader/uz/",
            "share_url": "https://translations.zorin.com/engage/zorin-os-upgrader/uz/",
            "translate_url": "https://translations.zorin.com/translate/zorin-os-upgrader/zorin-os-upgrader/uz/",
            "url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/uz/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 127,
            "total_words": 686,
            "translated": 6,
            "translated_words": 9,
            "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-06-23T16:35:36.078753Z",
            "last_author": null,
            "repository_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/uz/repository/?format=api",
            "file_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/uz/file/?format=api",
            "statistics_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/uz/statistics/?format=api",
            "changes_list_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/uz/changes/?format=api",
            "units_list_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/uz/units/?format=api"
        },
        {
            "language": {
                "code": "vec",
                "name": "Venetian",
                "plural": {
                    "id": 611,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [],
                "direction": "ltr",
                "population": 1380829,
                "web_url": "https://translations.zorin.com/languages/vec/",
                "url": "https://translations.zorin.com/api/languages/vec/?format=api",
                "statistics_url": "https://translations.zorin.com/api/languages/vec/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": "vec",
            "id": 136,
            "filename": "po/vec.po",
            "revision": "359fc4a206c4da145e50e63d72a3e93a83f171d9",
            "web_url": "https://translations.zorin.com/projects/zorin-os-upgrader/zorin-os-upgrader/vec/",
            "share_url": "https://translations.zorin.com/engage/zorin-os-upgrader/vec/",
            "translate_url": "https://translations.zorin.com/translate/zorin-os-upgrader/zorin-os-upgrader/vec/",
            "url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/vec/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 127,
            "total_words": 686,
            "translated": 2,
            "translated_words": 3,
            "translated_percent": 1.5,
            "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": "2023-06-23T16:35:36.486930Z",
            "last_author": null,
            "repository_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/vec/repository/?format=api",
            "file_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/vec/file/?format=api",
            "statistics_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/vec/statistics/?format=api",
            "changes_list_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/vec/changes/?format=api",
            "units_list_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/vec/units/?format=api"
        },
        {
            "language": {
                "code": "vi",
                "name": "Vietnamese",
                "plural": {
                    "id": 612,
                    "source": 0,
                    "number": 1,
                    "formula": "0",
                    "type": 0
                },
                "aliases": [
                    "vn",
                    "vie"
                ],
                "direction": "ltr",
                "population": 86222961,
                "web_url": "https://translations.zorin.com/languages/vi/",
                "url": "https://translations.zorin.com/api/languages/vi/?format=api",
                "statistics_url": "https://translations.zorin.com/api/languages/vi/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": "vi",
            "id": 137,
            "filename": "po/vi.po",
            "revision": "a72fb97b26a339c0d53dedbccfac7a3bc2d369f5",
            "web_url": "https://translations.zorin.com/projects/zorin-os-upgrader/zorin-os-upgrader/vi/",
            "share_url": "https://translations.zorin.com/engage/zorin-os-upgrader/vi/",
            "translate_url": "https://translations.zorin.com/translate/zorin-os-upgrader/zorin-os-upgrader/vi/",
            "url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/vi/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 127,
            "total_words": 686,
            "translated": 54,
            "translated_words": 192,
            "translated_percent": 42.5,
            "fuzzy": 9,
            "fuzzy_words": 29,
            "fuzzy_percent": 7.0,
            "failing_checks": 4,
            "failing_checks_words": 25,
            "failing_checks_percent": 3.1,
            "have_suggestion": 73,
            "have_comment": 0,
            "last_change": "2023-06-30T03:12:01.963049Z",
            "last_author": "Sugary",
            "repository_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/vi/repository/?format=api",
            "file_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/vi/file/?format=api",
            "statistics_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/vi/statistics/?format=api",
            "changes_list_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/vi/changes/?format=api",
            "units_list_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/vi/units/?format=api"
        },
        {
            "language": {
                "code": "wa",
                "name": "Walloon",
                "plural": {
                    "id": 617,
                    "source": 0,
                    "number": 2,
                    "formula": "n > 1",
                    "type": 1
                },
                "aliases": [
                    "wln"
                ],
                "direction": "ltr",
                "population": 679800,
                "web_url": "https://translations.zorin.com/languages/wa/",
                "url": "https://translations.zorin.com/api/languages/wa/?format=api",
                "statistics_url": "https://translations.zorin.com/api/languages/wa/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": "wa",
            "id": 138,
            "filename": "po/wa.po",
            "revision": "2a87100e36fc5727a3624000636f7524b85b9823",
            "web_url": "https://translations.zorin.com/projects/zorin-os-upgrader/zorin-os-upgrader/wa/",
            "share_url": "https://translations.zorin.com/engage/zorin-os-upgrader/wa/",
            "translate_url": "https://translations.zorin.com/translate/zorin-os-upgrader/zorin-os-upgrader/wa/",
            "url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/wa/?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:37.193389Z",
            "last_author": null,
            "repository_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/wa/repository/?format=api",
            "file_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/wa/file/?format=api",
            "statistics_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/wa/statistics/?format=api",
            "changes_list_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/wa/changes/?format=api",
            "units_list_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/wa/units/?format=api"
        },
        {
            "language": {
                "code": "wo",
                "name": "Wolof",
                "plural": {
                    "id": 624,
                    "source": 0,
                    "number": 1,
                    "formula": "0",
                    "type": 0
                },
                "aliases": [
                    "wol"
                ],
                "direction": "ltr",
                "population": 11025493,
                "web_url": "https://translations.zorin.com/languages/wo/",
                "url": "https://translations.zorin.com/api/languages/wo/?format=api",
                "statistics_url": "https://translations.zorin.com/api/languages/wo/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": "wo",
            "id": 139,
            "filename": "po/wo.po",
            "revision": "1849559003e4a474969f5604e05712408ebdd14c",
            "web_url": "https://translations.zorin.com/projects/zorin-os-upgrader/zorin-os-upgrader/wo/",
            "share_url": "https://translations.zorin.com/engage/zorin-os-upgrader/wo/",
            "translate_url": "https://translations.zorin.com/translate/zorin-os-upgrader/zorin-os-upgrader/wo/",
            "url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/wo/?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/wo/repository/?format=api",
            "file_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/wo/file/?format=api",
            "statistics_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/wo/statistics/?format=api",
            "changes_list_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/wo/changes/?format=api",
            "units_list_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/wo/units/?format=api"
        },
        {
            "language": {
                "code": "xh",
                "name": "Xhosa",
                "plural": {
                    "id": 628,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "xho"
                ],
                "direction": "ltr",
                "population": 10182944,
                "web_url": "https://translations.zorin.com/languages/xh/",
                "url": "https://translations.zorin.com/api/languages/xh/?format=api",
                "statistics_url": "https://translations.zorin.com/api/languages/xh/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": "xh",
            "id": 140,
            "filename": "po/xh.po",
            "revision": "0ef709fff48f2ee87ebf7ce49e2568d8efa13d98",
            "web_url": "https://translations.zorin.com/projects/zorin-os-upgrader/zorin-os-upgrader/xh/",
            "share_url": "https://translations.zorin.com/engage/zorin-os-upgrader/xh/",
            "translate_url": "https://translations.zorin.com/translate/zorin-os-upgrader/zorin-os-upgrader/xh/",
            "url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/xh/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 127,
            "total_words": 686,
            "translated": 5,
            "translated_words": 15,
            "translated_percent": 3.9,
            "fuzzy": 2,
            "fuzzy_words": 12,
            "fuzzy_percent": 1.5,
            "failing_checks": 1,
            "failing_checks_words": 2,
            "failing_checks_percent": 0.7,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2023-06-23T16:35:37.897168Z",
            "last_author": null,
            "repository_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/xh/repository/?format=api",
            "file_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/xh/file/?format=api",
            "statistics_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/xh/statistics/?format=api",
            "changes_list_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/xh/changes/?format=api",
            "units_list_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/xh/units/?format=api"
        },
        {
            "language": {
                "code": "yi",
                "name": "Yiddish",
                "plural": {
                    "id": 632,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "ji",
                    "yid"
                ],
                "direction": "rtl",
                "population": 997213,
                "web_url": "https://translations.zorin.com/languages/yi/",
                "url": "https://translations.zorin.com/api/languages/yi/?format=api",
                "statistics_url": "https://translations.zorin.com/api/languages/yi/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": "yi",
            "id": 141,
            "filename": "po/yi.po",
            "revision": "db0ee916d46c8f907dca38b87f1bf8d0ae99fcdd",
            "web_url": "https://translations.zorin.com/projects/zorin-os-upgrader/zorin-os-upgrader/yi/",
            "share_url": "https://translations.zorin.com/engage/zorin-os-upgrader/yi/",
            "translate_url": "https://translations.zorin.com/translate/zorin-os-upgrader/zorin-os-upgrader/yi/",
            "url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/yi/?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/yi/repository/?format=api",
            "file_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/yi/file/?format=api",
            "statistics_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/yi/statistics/?format=api",
            "changes_list_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/yi/changes/?format=api",
            "units_list_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/yi/units/?format=api"
        },
        {
            "language": {
                "code": "yo",
                "name": "Yoruba",
                "plural": {
                    "id": 633,
                    "source": 0,
                    "number": 1,
                    "formula": "0",
                    "type": 0
                },
                "aliases": [
                    "yor"
                ],
                "direction": "ltr",
                "population": 28685568,
                "web_url": "https://translations.zorin.com/languages/yo/",
                "url": "https://translations.zorin.com/api/languages/yo/?format=api",
                "statistics_url": "https://translations.zorin.com/api/languages/yo/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": "yo",
            "id": 142,
            "filename": "po/yo.po",
            "revision": "d208d9d09662fb3c95a5ef66defa93076cc79b52",
            "web_url": "https://translations.zorin.com/projects/zorin-os-upgrader/zorin-os-upgrader/yo/",
            "share_url": "https://translations.zorin.com/engage/zorin-os-upgrader/yo/",
            "translate_url": "https://translations.zorin.com/translate/zorin-os-upgrader/zorin-os-upgrader/yo/",
            "url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/yo/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 127,
            "total_words": 686,
            "translated": 5,
            "translated_words": 18,
            "translated_percent": 3.9,
            "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:38.807055Z",
            "last_author": null,
            "repository_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/yo/repository/?format=api",
            "file_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/yo/file/?format=api",
            "statistics_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/yo/statistics/?format=api",
            "changes_list_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/yo/changes/?format=api",
            "units_list_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/yo/units/?format=api"
        },
        {
            "language": {
                "code": "zh_Hans",
                "name": "Chinese (Simplified)",
                "plural": {
                    "id": 642,
                    "source": 0,
                    "number": 1,
                    "formula": "0",
                    "type": 0
                },
                "aliases": [
                    "chinese",
                    "chinese_chs",
                    "schinese",
                    "chinese_zh",
                    "cn",
                    "zh",
                    "zhcn",
                    "zh_cn",
                    "zh_chs",
                    "cmn",
                    "zh_hans_cn",
                    "zh_cmn_hans",
                    "chs",
                    "chi"
                ],
                "direction": "ltr",
                "population": 1266066359,
                "web_url": "https://translations.zorin.com/languages/zh_Hans/",
                "url": "https://translations.zorin.com/api/languages/zh_Hans/?format=api",
                "statistics_url": "https://translations.zorin.com/api/languages/zh_Hans/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": "zh_CN",
            "id": 143,
            "filename": "po/zh_CN.po",
            "revision": "582150de17bae91b2f0cd9368c28e076764e82d3",
            "web_url": "https://translations.zorin.com/projects/zorin-os-upgrader/zorin-os-upgrader/zh_Hans/",
            "share_url": "https://translations.zorin.com/engage/zorin-os-upgrader/zh_Hans/",
            "translate_url": "https://translations.zorin.com/translate/zorin-os-upgrader/zorin-os-upgrader/zh_Hans/",
            "url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/zh_Hans/?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": 2,
            "last_change": "2025-04-30T06:51:46.672056Z",
            "last_author": "张鹏",
            "repository_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/zh_Hans/repository/?format=api",
            "file_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/zh_Hans/file/?format=api",
            "statistics_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/zh_Hans/statistics/?format=api",
            "changes_list_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/zh_Hans/changes/?format=api",
            "units_list_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/zh_Hans/units/?format=api"
        },
        {
            "language": {
                "code": "zh_Hant_HK",
                "name": "Chinese (Traditional, Hong Kong)",
                "plural": {
                    "id": 645,
                    "source": 0,
                    "number": 1,
                    "formula": "0",
                    "type": 0
                },
                "aliases": [
                    "zh_hk"
                ],
                "direction": "ltr",
                "population": 6887414,
                "web_url": "https://translations.zorin.com/languages/zh_Hant_HK/",
                "url": "https://translations.zorin.com/api/languages/zh_Hant_HK/?format=api",
                "statistics_url": "https://translations.zorin.com/api/languages/zh_Hant_HK/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": "zh_HK",
            "id": 144,
            "filename": "po/zh_HK.po",
            "revision": "c4a9ccfe1d16bb4e41ec5a8f9dceb02a84828ca2",
            "web_url": "https://translations.zorin.com/projects/zorin-os-upgrader/zorin-os-upgrader/zh_Hant_HK/",
            "share_url": "https://translations.zorin.com/engage/zorin-os-upgrader/zh_Hant_HK/",
            "translate_url": "https://translations.zorin.com/translate/zorin-os-upgrader/zorin-os-upgrader/zh_Hant_HK/",
            "url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/zh_Hant_HK/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 127,
            "total_words": 686,
            "translated": 40,
            "translated_words": 152,
            "translated_percent": 31.4,
            "fuzzy": 11,
            "fuzzy_words": 51,
            "fuzzy_percent": 8.6,
            "failing_checks": 2,
            "failing_checks_words": 8,
            "failing_checks_percent": 1.5,
            "have_suggestion": 1,
            "have_comment": 0,
            "last_change": "2023-06-23T16:35:39.483663Z",
            "last_author": null,
            "repository_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/zh_Hant_HK/repository/?format=api",
            "file_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/zh_Hant_HK/file/?format=api",
            "statistics_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/zh_Hant_HK/statistics/?format=api",
            "changes_list_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/zh_Hant_HK/changes/?format=api",
            "units_list_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/zh_Hant_HK/units/?format=api"
        },
        {
            "language": {
                "code": "zh_Hant",
                "name": "Chinese (Traditional)",
                "plural": {
                    "id": 644,
                    "source": 0,
                    "number": 1,
                    "formula": "0",
                    "type": 0
                },
                "aliases": [
                    "tchinese",
                    "zh_cht",
                    "zhtw",
                    "zh_tw",
                    "zh_hant_tw",
                    "zh_hant@zh",
                    "zh_cmn_hant",
                    "cht",
                    "zho"
                ],
                "direction": "ltr",
                "population": 38612556,
                "web_url": "https://translations.zorin.com/languages/zh_Hant/",
                "url": "https://translations.zorin.com/api/languages/zh_Hant/?format=api",
                "statistics_url": "https://translations.zorin.com/api/languages/zh_Hant/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": "zh_TW",
            "id": 145,
            "filename": "po/zh_TW.po",
            "revision": "8c32f4f2e6882f91ae8f26a963db8cb7efce507f",
            "web_url": "https://translations.zorin.com/projects/zorin-os-upgrader/zorin-os-upgrader/zh_Hant/",
            "share_url": "https://translations.zorin.com/engage/zorin-os-upgrader/zh_Hant/",
            "translate_url": "https://translations.zorin.com/translate/zorin-os-upgrader/zorin-os-upgrader/zh_Hant/",
            "url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/zh_Hant/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 127,
            "total_words": 686,
            "translated": 127,
            "translated_words": 686,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 2,
            "have_comment": 0,
            "last_change": "2024-12-16T08:42:15.634539Z",
            "last_author": "李奕寯",
            "repository_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/zh_Hant/repository/?format=api",
            "file_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/zh_Hant/file/?format=api",
            "statistics_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/zh_Hant/statistics/?format=api",
            "changes_list_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/zh_Hant/changes/?format=api",
            "units_list_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/zh_Hant/units/?format=api"
        },
        {
            "language": {
                "code": "zu",
                "name": "Zulu",
                "plural": {
                    "id": 647,
                    "source": 0,
                    "number": 2,
                    "formula": "n > 1",
                    "type": 1
                },
                "aliases": [
                    "zul"
                ],
                "direction": "ltr",
                "population": 13973829,
                "web_url": "https://translations.zorin.com/languages/zu/",
                "url": "https://translations.zorin.com/api/languages/zu/?format=api",
                "statistics_url": "https://translations.zorin.com/api/languages/zu/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": "zu",
            "id": 146,
            "filename": "po/zu.po",
            "revision": "e42dd410d6ff37cfc8f4b1ea50e78eb03cde0e77",
            "web_url": "https://translations.zorin.com/projects/zorin-os-upgrader/zorin-os-upgrader/zu/",
            "share_url": "https://translations.zorin.com/engage/zorin-os-upgrader/zu/",
            "translate_url": "https://translations.zorin.com/translate/zorin-os-upgrader/zorin-os-upgrader/zu/",
            "url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/zu/?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": 4,
            "have_comment": 0,
            "last_change": "2023-06-23T16:35:40.262115Z",
            "last_author": null,
            "repository_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/zu/repository/?format=api",
            "file_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/zu/file/?format=api",
            "statistics_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/zu/statistics/?format=api",
            "changes_list_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/zu/changes/?format=api",
            "units_list_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/zorin-os-upgrader/zu/units/?format=api"
        },
        {
            "language": {
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 149,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485517,
                "web_url": "https://translations.zorin.com/languages/en/",
                "url": "https://translations.zorin.com/api/languages/en/?format=api",
                "statistics_url": "https://translations.zorin.com/api/languages/en/statistics/?format=api"
            },
            "component": {
                "name": "Glossary",
                "slug": "glossary",
                "id": 2,
                "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": "local",
                "repo": "local:",
                "git_export": "https://translations.zorin.com/git/zorin-os-upgrader/glossary/",
                "branch": "main",
                "push_branch": "",
                "filemask": "*.tbx",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "tbx",
                "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/glossary/",
                "url": "https://translations.zorin.com/api/components/zorin-os-upgrader/glossary/?format=api",
                "repository_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/glossary/repository/?format=api",
                "translations_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/glossary/translations/?format=api",
                "statistics_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/glossary/statistics/?format=api",
                "lock_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/glossary/lock/?format=api",
                "links_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/glossary/links/?format=api",
                "changes_list_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/glossary/changes/?format=api",
                "task_url": null,
                "new_lang": "none",
                "language_code_style": "",
                "push": "",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
                "addon_message": "Update translation files\n\nUpdated by \"{{ addon_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": false,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": true,
                "glossary_color": "silver"
            },
            "language_code": "en",
            "id": 147,
            "filename": "",
            "revision": "",
            "web_url": "https://translations.zorin.com/projects/zorin-os-upgrader/glossary/en/",
            "share_url": "https://translations.zorin.com/engage/zorin-os-upgrader/en/",
            "translate_url": "https://translations.zorin.com/translate/zorin-os-upgrader/glossary/en/",
            "url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/glossary/en/?format=api",
            "is_template": true,
            "is_source": true,
            "total": 0,
            "total_words": 0,
            "translated": 0,
            "translated_words": 0,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/glossary/en/repository/?format=api",
            "file_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/glossary/en/file/?format=api",
            "statistics_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/glossary/en/statistics/?format=api",
            "changes_list_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/glossary/en/changes/?format=api",
            "units_list_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/glossary/en/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": "Glossary",
                "slug": "glossary",
                "id": 2,
                "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": "local",
                "repo": "local:",
                "git_export": "https://translations.zorin.com/git/zorin-os-upgrader/glossary/",
                "branch": "main",
                "push_branch": "",
                "filemask": "*.tbx",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "tbx",
                "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/glossary/",
                "url": "https://translations.zorin.com/api/components/zorin-os-upgrader/glossary/?format=api",
                "repository_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/glossary/repository/?format=api",
                "translations_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/glossary/translations/?format=api",
                "statistics_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/glossary/statistics/?format=api",
                "lock_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/glossary/lock/?format=api",
                "links_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/glossary/links/?format=api",
                "changes_list_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/glossary/changes/?format=api",
                "task_url": null,
                "new_lang": "none",
                "language_code_style": "",
                "push": "",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
                "addon_message": "Update translation files\n\nUpdated by \"{{ addon_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": false,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": true,
                "glossary_color": "silver"
            },
            "language_code": "ja",
            "id": 148,
            "filename": "ja.tbx",
            "revision": "a707eb0b067f141dc98e77ff33c3d42e12c3d712",
            "web_url": "https://translations.zorin.com/projects/zorin-os-upgrader/glossary/ja/",
            "share_url": "https://translations.zorin.com/engage/zorin-os-upgrader/ja/",
            "translate_url": "https://translations.zorin.com/translate/zorin-os-upgrader/glossary/ja/",
            "url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/glossary/ja/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 0,
            "total_words": 0,
            "translated": 0,
            "translated_words": 0,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/glossary/ja/repository/?format=api",
            "file_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/glossary/ja/file/?format=api",
            "statistics_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/glossary/ja/statistics/?format=api",
            "changes_list_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/glossary/ja/changes/?format=api",
            "units_list_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/glossary/ja/units/?format=api"
        },
        {
            "language": {
                "code": "af",
                "name": "Afrikaans",
                "plural": {
                    "id": 8,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "afr"
                ],
                "direction": "ltr",
                "population": 9318845,
                "web_url": "https://translations.zorin.com/languages/af/",
                "url": "https://translations.zorin.com/api/languages/af/?format=api",
                "statistics_url": "https://translations.zorin.com/api/languages/af/statistics/?format=api"
            },
            "component": {
                "name": "Glossary",
                "slug": "glossary",
                "id": 2,
                "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": "local",
                "repo": "local:",
                "git_export": "https://translations.zorin.com/git/zorin-os-upgrader/glossary/",
                "branch": "main",
                "push_branch": "",
                "filemask": "*.tbx",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "tbx",
                "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/glossary/",
                "url": "https://translations.zorin.com/api/components/zorin-os-upgrader/glossary/?format=api",
                "repository_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/glossary/repository/?format=api",
                "translations_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/glossary/translations/?format=api",
                "statistics_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/glossary/statistics/?format=api",
                "lock_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/glossary/lock/?format=api",
                "links_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/glossary/links/?format=api",
                "changes_list_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/glossary/changes/?format=api",
                "task_url": null,
                "new_lang": "none",
                "language_code_style": "",
                "push": "",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
                "addon_message": "Update translation files\n\nUpdated by \"{{ addon_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": false,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": true,
                "glossary_color": "silver"
            },
            "language_code": "af",
            "id": 149,
            "filename": "af.tbx",
            "revision": "a707eb0b067f141dc98e77ff33c3d42e12c3d712",
            "web_url": "https://translations.zorin.com/projects/zorin-os-upgrader/glossary/af/",
            "share_url": "https://translations.zorin.com/engage/zorin-os-upgrader/af/",
            "translate_url": "https://translations.zorin.com/translate/zorin-os-upgrader/glossary/af/",
            "url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/glossary/af/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 0,
            "total_words": 0,
            "translated": 0,
            "translated_words": 0,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/glossary/af/repository/?format=api",
            "file_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/glossary/af/file/?format=api",
            "statistics_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/glossary/af/statistics/?format=api",
            "changes_list_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/glossary/af/changes/?format=api",
            "units_list_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/glossary/af/units/?format=api"
        },
        {
            "language": {
                "code": "gl",
                "name": "Galician",
                "plural": {
                    "id": 226,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "glg_es",
                    "glg"
                ],
                "direction": "ltr",
                "population": 3515529,
                "web_url": "https://translations.zorin.com/languages/gl/",
                "url": "https://translations.zorin.com/api/languages/gl/?format=api",
                "statistics_url": "https://translations.zorin.com/api/languages/gl/statistics/?format=api"
            },
            "component": {
                "name": "Glossary",
                "slug": "glossary",
                "id": 2,
                "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": "local",
                "repo": "local:",
                "git_export": "https://translations.zorin.com/git/zorin-os-upgrader/glossary/",
                "branch": "main",
                "push_branch": "",
                "filemask": "*.tbx",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "tbx",
                "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/glossary/",
                "url": "https://translations.zorin.com/api/components/zorin-os-upgrader/glossary/?format=api",
                "repository_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/glossary/repository/?format=api",
                "translations_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/glossary/translations/?format=api",
                "statistics_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/glossary/statistics/?format=api",
                "lock_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/glossary/lock/?format=api",
                "links_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/glossary/links/?format=api",
                "changes_list_url": "https://translations.zorin.com/api/components/zorin-os-upgrader/glossary/changes/?format=api",
                "task_url": null,
                "new_lang": "none",
                "language_code_style": "",
                "push": "",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
                "addon_message": "Update translation files\n\nUpdated by \"{{ addon_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": false,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": true,
                "glossary_color": "silver"
            },
            "language_code": "gl",
            "id": 150,
            "filename": "gl.tbx",
            "revision": "a707eb0b067f141dc98e77ff33c3d42e12c3d712",
            "web_url": "https://translations.zorin.com/projects/zorin-os-upgrader/glossary/gl/",
            "share_url": "https://translations.zorin.com/engage/zorin-os-upgrader/gl/",
            "translate_url": "https://translations.zorin.com/translate/zorin-os-upgrader/glossary/gl/",
            "url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/glossary/gl/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 0,
            "total_words": 0,
            "translated": 0,
            "translated_words": 0,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/glossary/gl/repository/?format=api",
            "file_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/glossary/gl/file/?format=api",
            "statistics_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/glossary/gl/statistics/?format=api",
            "changes_list_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/glossary/gl/changes/?format=api",
            "units_list_url": "https://translations.zorin.com/api/translations/zorin-os-upgrader/glossary/gl/units/?format=api"
        }
    ]
}