Translation components API.

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

GET /api/translations/?format=api&page=14
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 672,
    "next": null,
    "previous": "https://translations.zorin.com/api/translations/?format=api&page=13",
    "results": [
        {
            "language": {
                "code": "hr",
                "name": "Croatian",
                "plural": {
                    "id": 258,
                    "source": 0,
                    "number": 3,
                    "formula": "n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2",
                    "type": 22
                },
                "aliases": [
                    "scr",
                    "hrv"
                ],
                "direction": "ltr",
                "population": 6813163,
                "web_url": "https://translations.zorin.com/languages/hr/",
                "url": "https://translations.zorin.com/api/languages/hr/?format=api",
                "statistics_url": "https://translations.zorin.com/api/languages/hr/statistics/?format=api"
            },
            "component": {
                "name": "Glossary",
                "slug": "glossary",
                "id": 6,
                "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 Menu",
                    "slug": "zorin-menu",
                    "id": 4,
                    "web": "https://zorin.com/os/",
                    "web_url": "https://translations.zorin.com/projects/zorin-menu/",
                    "url": "https://translations.zorin.com/api/projects/zorin-menu/?format=api",
                    "components_list_url": "https://translations.zorin.com/api/projects/zorin-menu/components/?format=api",
                    "repository_url": "https://translations.zorin.com/api/projects/zorin-menu/repository/?format=api",
                    "statistics_url": "https://translations.zorin.com/api/projects/zorin-menu/statistics/?format=api",
                    "changes_list_url": "https://translations.zorin.com/api/projects/zorin-menu/changes/?format=api",
                    "languages_url": "https://translations.zorin.com/api/projects/zorin-menu/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-menu/glossary/",
                "branch": "main",
                "push_branch": "",
                "filemask": "*.tbx",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "tbx",
                "license": "GPL-2.0-or-later",
                "license_url": "https://spdx.org/licenses/GPL-2.0-or-later.html",
                "agreement": "",
                "web_url": "https://translations.zorin.com/projects/zorin-menu/glossary/",
                "url": "https://translations.zorin.com/api/components/zorin-menu/glossary/?format=api",
                "repository_url": "https://translations.zorin.com/api/components/zorin-menu/glossary/repository/?format=api",
                "translations_url": "https://translations.zorin.com/api/components/zorin-menu/glossary/translations/?format=api",
                "statistics_url": "https://translations.zorin.com/api/components/zorin-menu/glossary/statistics/?format=api",
                "lock_url": "https://translations.zorin.com/api/components/zorin-menu/glossary/lock/?format=api",
                "links_url": "https://translations.zorin.com/api/components/zorin-menu/glossary/links/?format=api",
                "changes_list_url": "https://translations.zorin.com/api/components/zorin-menu/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": "hr",
            "id": 850,
            "filename": "hr.tbx",
            "revision": "a707eb0b067f141dc98e77ff33c3d42e12c3d712",
            "web_url": "https://translations.zorin.com/projects/zorin-menu/glossary/hr/",
            "share_url": "https://translations.zorin.com/engage/zorin-menu/hr/",
            "translate_url": "https://translations.zorin.com/translate/zorin-menu/glossary/hr/",
            "url": "https://translations.zorin.com/api/translations/zorin-menu/glossary/hr/?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-menu/glossary/hr/repository/?format=api",
            "file_url": "https://translations.zorin.com/api/translations/zorin-menu/glossary/hr/file/?format=api",
            "statistics_url": "https://translations.zorin.com/api/translations/zorin-menu/glossary/hr/statistics/?format=api",
            "changes_list_url": "https://translations.zorin.com/api/translations/zorin-menu/glossary/hr/changes/?format=api",
            "units_list_url": "https://translations.zorin.com/api/translations/zorin-menu/glossary/hr/units/?format=api"
        },
        {
            "language": {
                "code": "bo",
                "name": "Tibetan",
                "plural": {
                    "id": 69,
                    "source": 0,
                    "number": 1,
                    "formula": "0",
                    "type": 0
                },
                "aliases": [
                    "bod",
                    "tib"
                ],
                "direction": "ltr",
                "population": 3006696,
                "web_url": "https://translations.zorin.com/languages/bo/",
                "url": "https://translations.zorin.com/api/languages/bo/?format=api",
                "statistics_url": "https://translations.zorin.com/api/languages/bo/statistics/?format=api"
            },
            "component": {
                "name": "Glossary",
                "slug": "glossary",
                "id": 6,
                "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 Menu",
                    "slug": "zorin-menu",
                    "id": 4,
                    "web": "https://zorin.com/os/",
                    "web_url": "https://translations.zorin.com/projects/zorin-menu/",
                    "url": "https://translations.zorin.com/api/projects/zorin-menu/?format=api",
                    "components_list_url": "https://translations.zorin.com/api/projects/zorin-menu/components/?format=api",
                    "repository_url": "https://translations.zorin.com/api/projects/zorin-menu/repository/?format=api",
                    "statistics_url": "https://translations.zorin.com/api/projects/zorin-menu/statistics/?format=api",
                    "changes_list_url": "https://translations.zorin.com/api/projects/zorin-menu/changes/?format=api",
                    "languages_url": "https://translations.zorin.com/api/projects/zorin-menu/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-menu/glossary/",
                "branch": "main",
                "push_branch": "",
                "filemask": "*.tbx",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "tbx",
                "license": "GPL-2.0-or-later",
                "license_url": "https://spdx.org/licenses/GPL-2.0-or-later.html",
                "agreement": "",
                "web_url": "https://translations.zorin.com/projects/zorin-menu/glossary/",
                "url": "https://translations.zorin.com/api/components/zorin-menu/glossary/?format=api",
                "repository_url": "https://translations.zorin.com/api/components/zorin-menu/glossary/repository/?format=api",
                "translations_url": "https://translations.zorin.com/api/components/zorin-menu/glossary/translations/?format=api",
                "statistics_url": "https://translations.zorin.com/api/components/zorin-menu/glossary/statistics/?format=api",
                "lock_url": "https://translations.zorin.com/api/components/zorin-menu/glossary/lock/?format=api",
                "links_url": "https://translations.zorin.com/api/components/zorin-menu/glossary/links/?format=api",
                "changes_list_url": "https://translations.zorin.com/api/components/zorin-menu/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": "bo",
            "id": 851,
            "filename": "bo.tbx",
            "revision": "a707eb0b067f141dc98e77ff33c3d42e12c3d712",
            "web_url": "https://translations.zorin.com/projects/zorin-menu/glossary/bo/",
            "share_url": "https://translations.zorin.com/engage/zorin-menu/bo/",
            "translate_url": "https://translations.zorin.com/translate/zorin-menu/glossary/bo/",
            "url": "https://translations.zorin.com/api/translations/zorin-menu/glossary/bo/?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-menu/glossary/bo/repository/?format=api",
            "file_url": "https://translations.zorin.com/api/translations/zorin-menu/glossary/bo/file/?format=api",
            "statistics_url": "https://translations.zorin.com/api/translations/zorin-menu/glossary/bo/statistics/?format=api",
            "changes_list_url": "https://translations.zorin.com/api/translations/zorin-menu/glossary/bo/changes/?format=api",
            "units_list_url": "https://translations.zorin.com/api/translations/zorin-menu/glossary/bo/units/?format=api"
        },
        {
            "language": {
                "code": "am",
                "name": "Amharic",
                "plural": {
                    "id": 17,
                    "source": 0,
                    "number": 2,
                    "formula": "n > 1",
                    "type": 1
                },
                "aliases": [
                    "amh"
                ],
                "direction": "ltr",
                "population": 35728475,
                "web_url": "https://translations.zorin.com/languages/am/",
                "url": "https://translations.zorin.com/api/languages/am/?format=api",
                "statistics_url": "https://translations.zorin.com/api/languages/am/statistics/?format=api"
            },
            "component": {
                "name": "Glossary",
                "slug": "glossary",
                "id": 6,
                "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 Menu",
                    "slug": "zorin-menu",
                    "id": 4,
                    "web": "https://zorin.com/os/",
                    "web_url": "https://translations.zorin.com/projects/zorin-menu/",
                    "url": "https://translations.zorin.com/api/projects/zorin-menu/?format=api",
                    "components_list_url": "https://translations.zorin.com/api/projects/zorin-menu/components/?format=api",
                    "repository_url": "https://translations.zorin.com/api/projects/zorin-menu/repository/?format=api",
                    "statistics_url": "https://translations.zorin.com/api/projects/zorin-menu/statistics/?format=api",
                    "changes_list_url": "https://translations.zorin.com/api/projects/zorin-menu/changes/?format=api",
                    "languages_url": "https://translations.zorin.com/api/projects/zorin-menu/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-menu/glossary/",
                "branch": "main",
                "push_branch": "",
                "filemask": "*.tbx",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "tbx",
                "license": "GPL-2.0-or-later",
                "license_url": "https://spdx.org/licenses/GPL-2.0-or-later.html",
                "agreement": "",
                "web_url": "https://translations.zorin.com/projects/zorin-menu/glossary/",
                "url": "https://translations.zorin.com/api/components/zorin-menu/glossary/?format=api",
                "repository_url": "https://translations.zorin.com/api/components/zorin-menu/glossary/repository/?format=api",
                "translations_url": "https://translations.zorin.com/api/components/zorin-menu/glossary/translations/?format=api",
                "statistics_url": "https://translations.zorin.com/api/components/zorin-menu/glossary/statistics/?format=api",
                "lock_url": "https://translations.zorin.com/api/components/zorin-menu/glossary/lock/?format=api",
                "links_url": "https://translations.zorin.com/api/components/zorin-menu/glossary/links/?format=api",
                "changes_list_url": "https://translations.zorin.com/api/components/zorin-menu/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": "am",
            "id": 852,
            "filename": "am.tbx",
            "revision": "a707eb0b067f141dc98e77ff33c3d42e12c3d712",
            "web_url": "https://translations.zorin.com/projects/zorin-menu/glossary/am/",
            "share_url": "https://translations.zorin.com/engage/zorin-menu/am/",
            "translate_url": "https://translations.zorin.com/translate/zorin-menu/glossary/am/",
            "url": "https://translations.zorin.com/api/translations/zorin-menu/glossary/am/?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-menu/glossary/am/repository/?format=api",
            "file_url": "https://translations.zorin.com/api/translations/zorin-menu/glossary/am/file/?format=api",
            "statistics_url": "https://translations.zorin.com/api/translations/zorin-menu/glossary/am/statistics/?format=api",
            "changes_list_url": "https://translations.zorin.com/api/translations/zorin-menu/glossary/am/changes/?format=api",
            "units_list_url": "https://translations.zorin.com/api/translations/zorin-menu/glossary/am/units/?format=api"
        },
        {
            "language": {
                "code": "my",
                "name": "Burmese",
                "plural": {
                    "id": 399,
                    "source": 0,
                    "number": 1,
                    "formula": "0",
                    "type": 0
                },
                "aliases": [
                    "bur",
                    "mya"
                ],
                "direction": "ltr",
                "population": 36559231,
                "web_url": "https://translations.zorin.com/languages/my/",
                "url": "https://translations.zorin.com/api/languages/my/?format=api",
                "statistics_url": "https://translations.zorin.com/api/languages/my/statistics/?format=api"
            },
            "component": {
                "name": "Glossary",
                "slug": "glossary",
                "id": 6,
                "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 Menu",
                    "slug": "zorin-menu",
                    "id": 4,
                    "web": "https://zorin.com/os/",
                    "web_url": "https://translations.zorin.com/projects/zorin-menu/",
                    "url": "https://translations.zorin.com/api/projects/zorin-menu/?format=api",
                    "components_list_url": "https://translations.zorin.com/api/projects/zorin-menu/components/?format=api",
                    "repository_url": "https://translations.zorin.com/api/projects/zorin-menu/repository/?format=api",
                    "statistics_url": "https://translations.zorin.com/api/projects/zorin-menu/statistics/?format=api",
                    "changes_list_url": "https://translations.zorin.com/api/projects/zorin-menu/changes/?format=api",
                    "languages_url": "https://translations.zorin.com/api/projects/zorin-menu/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-menu/glossary/",
                "branch": "main",
                "push_branch": "",
                "filemask": "*.tbx",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "tbx",
                "license": "GPL-2.0-or-later",
                "license_url": "https://spdx.org/licenses/GPL-2.0-or-later.html",
                "agreement": "",
                "web_url": "https://translations.zorin.com/projects/zorin-menu/glossary/",
                "url": "https://translations.zorin.com/api/components/zorin-menu/glossary/?format=api",
                "repository_url": "https://translations.zorin.com/api/components/zorin-menu/glossary/repository/?format=api",
                "translations_url": "https://translations.zorin.com/api/components/zorin-menu/glossary/translations/?format=api",
                "statistics_url": "https://translations.zorin.com/api/components/zorin-menu/glossary/statistics/?format=api",
                "lock_url": "https://translations.zorin.com/api/components/zorin-menu/glossary/lock/?format=api",
                "links_url": "https://translations.zorin.com/api/components/zorin-menu/glossary/links/?format=api",
                "changes_list_url": "https://translations.zorin.com/api/components/zorin-menu/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": "my",
            "id": 853,
            "filename": "my.tbx",
            "revision": "a707eb0b067f141dc98e77ff33c3d42e12c3d712",
            "web_url": "https://translations.zorin.com/projects/zorin-menu/glossary/my/",
            "share_url": "https://translations.zorin.com/engage/zorin-menu/my/",
            "translate_url": "https://translations.zorin.com/translate/zorin-menu/glossary/my/",
            "url": "https://translations.zorin.com/api/translations/zorin-menu/glossary/my/?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-menu/glossary/my/repository/?format=api",
            "file_url": "https://translations.zorin.com/api/translations/zorin-menu/glossary/my/file/?format=api",
            "statistics_url": "https://translations.zorin.com/api/translations/zorin-menu/glossary/my/statistics/?format=api",
            "changes_list_url": "https://translations.zorin.com/api/translations/zorin-menu/glossary/my/changes/?format=api",
            "units_list_url": "https://translations.zorin.com/api/translations/zorin-menu/glossary/my/units/?format=api"
        },
        {
            "language": {
                "code": "br",
                "name": "Breton",
                "plural": {
                    "id": 72,
                    "source": 0,
                    "number": 5,
                    "formula": "(n % 10 == 1 && n % 100 != 11 && n % 100 != 71 && n % 100 != 91) ? 0 : ((n % 10 == 2 && n % 100 != 12 && n % 100 != 72 && n % 100 != 92) ? 1 : ((((n % 10 == 3 || n % 10 == 4) || n % 10 == 9) && (n % 100 < 10 || n % 100 > 19) && (n % 100 < 70 || n % 100 > 79) && (n % 100 < 90 || n % 100 > 99)) ? 2 : ((n != 0 && n % 1000000 == 0) ? 3 : 4)))",
                    "type": 10
                },
                "aliases": [
                    "bre"
                ],
                "direction": "ltr",
                "population": 563140,
                "web_url": "https://translations.zorin.com/languages/br/",
                "url": "https://translations.zorin.com/api/languages/br/?format=api",
                "statistics_url": "https://translations.zorin.com/api/languages/br/statistics/?format=api"
            },
            "component": {
                "name": "Glossary",
                "slug": "glossary",
                "id": 6,
                "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 Menu",
                    "slug": "zorin-menu",
                    "id": 4,
                    "web": "https://zorin.com/os/",
                    "web_url": "https://translations.zorin.com/projects/zorin-menu/",
                    "url": "https://translations.zorin.com/api/projects/zorin-menu/?format=api",
                    "components_list_url": "https://translations.zorin.com/api/projects/zorin-menu/components/?format=api",
                    "repository_url": "https://translations.zorin.com/api/projects/zorin-menu/repository/?format=api",
                    "statistics_url": "https://translations.zorin.com/api/projects/zorin-menu/statistics/?format=api",
                    "changes_list_url": "https://translations.zorin.com/api/projects/zorin-menu/changes/?format=api",
                    "languages_url": "https://translations.zorin.com/api/projects/zorin-menu/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-menu/glossary/",
                "branch": "main",
                "push_branch": "",
                "filemask": "*.tbx",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "tbx",
                "license": "GPL-2.0-or-later",
                "license_url": "https://spdx.org/licenses/GPL-2.0-or-later.html",
                "agreement": "",
                "web_url": "https://translations.zorin.com/projects/zorin-menu/glossary/",
                "url": "https://translations.zorin.com/api/components/zorin-menu/glossary/?format=api",
                "repository_url": "https://translations.zorin.com/api/components/zorin-menu/glossary/repository/?format=api",
                "translations_url": "https://translations.zorin.com/api/components/zorin-menu/glossary/translations/?format=api",
                "statistics_url": "https://translations.zorin.com/api/components/zorin-menu/glossary/statistics/?format=api",
                "lock_url": "https://translations.zorin.com/api/components/zorin-menu/glossary/lock/?format=api",
                "links_url": "https://translations.zorin.com/api/components/zorin-menu/glossary/links/?format=api",
                "changes_list_url": "https://translations.zorin.com/api/components/zorin-menu/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": "br",
            "id": 854,
            "filename": "br.tbx",
            "revision": "a707eb0b067f141dc98e77ff33c3d42e12c3d712",
            "web_url": "https://translations.zorin.com/projects/zorin-menu/glossary/br/",
            "share_url": "https://translations.zorin.com/engage/zorin-menu/br/",
            "translate_url": "https://translations.zorin.com/translate/zorin-menu/glossary/br/",
            "url": "https://translations.zorin.com/api/translations/zorin-menu/glossary/br/?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-menu/glossary/br/repository/?format=api",
            "file_url": "https://translations.zorin.com/api/translations/zorin-menu/glossary/br/file/?format=api",
            "statistics_url": "https://translations.zorin.com/api/translations/zorin-menu/glossary/br/statistics/?format=api",
            "changes_list_url": "https://translations.zorin.com/api/translations/zorin-menu/glossary/br/changes/?format=api",
            "units_list_url": "https://translations.zorin.com/api/translations/zorin-menu/glossary/br/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": "Glossary",
                "slug": "glossary",
                "id": 6,
                "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 Menu",
                    "slug": "zorin-menu",
                    "id": 4,
                    "web": "https://zorin.com/os/",
                    "web_url": "https://translations.zorin.com/projects/zorin-menu/",
                    "url": "https://translations.zorin.com/api/projects/zorin-menu/?format=api",
                    "components_list_url": "https://translations.zorin.com/api/projects/zorin-menu/components/?format=api",
                    "repository_url": "https://translations.zorin.com/api/projects/zorin-menu/repository/?format=api",
                    "statistics_url": "https://translations.zorin.com/api/projects/zorin-menu/statistics/?format=api",
                    "changes_list_url": "https://translations.zorin.com/api/projects/zorin-menu/changes/?format=api",
                    "languages_url": "https://translations.zorin.com/api/projects/zorin-menu/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-menu/glossary/",
                "branch": "main",
                "push_branch": "",
                "filemask": "*.tbx",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "tbx",
                "license": "GPL-2.0-or-later",
                "license_url": "https://spdx.org/licenses/GPL-2.0-or-later.html",
                "agreement": "",
                "web_url": "https://translations.zorin.com/projects/zorin-menu/glossary/",
                "url": "https://translations.zorin.com/api/components/zorin-menu/glossary/?format=api",
                "repository_url": "https://translations.zorin.com/api/components/zorin-menu/glossary/repository/?format=api",
                "translations_url": "https://translations.zorin.com/api/components/zorin-menu/glossary/translations/?format=api",
                "statistics_url": "https://translations.zorin.com/api/components/zorin-menu/glossary/statistics/?format=api",
                "lock_url": "https://translations.zorin.com/api/components/zorin-menu/glossary/lock/?format=api",
                "links_url": "https://translations.zorin.com/api/components/zorin-menu/glossary/links/?format=api",
                "changes_list_url": "https://translations.zorin.com/api/components/zorin-menu/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": "zu",
            "id": 855,
            "filename": "zu.tbx",
            "revision": "a707eb0b067f141dc98e77ff33c3d42e12c3d712",
            "web_url": "https://translations.zorin.com/projects/zorin-menu/glossary/zu/",
            "share_url": "https://translations.zorin.com/engage/zorin-menu/zu/",
            "translate_url": "https://translations.zorin.com/translate/zorin-menu/glossary/zu/",
            "url": "https://translations.zorin.com/api/translations/zorin-menu/glossary/zu/?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-menu/glossary/zu/repository/?format=api",
            "file_url": "https://translations.zorin.com/api/translations/zorin-menu/glossary/zu/file/?format=api",
            "statistics_url": "https://translations.zorin.com/api/translations/zorin-menu/glossary/zu/statistics/?format=api",
            "changes_list_url": "https://translations.zorin.com/api/translations/zorin-menu/glossary/zu/changes/?format=api",
            "units_list_url": "https://translations.zorin.com/api/translations/zorin-menu/glossary/zu/units/?format=api"
        },
        {
            "language": {
                "code": "mn",
                "name": "Mongolian",
                "plural": {
                    "id": 383,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "mon"
                ],
                "direction": "ltr",
                "population": 2948393,
                "web_url": "https://translations.zorin.com/languages/mn/",
                "url": "https://translations.zorin.com/api/languages/mn/?format=api",
                "statistics_url": "https://translations.zorin.com/api/languages/mn/statistics/?format=api"
            },
            "component": {
                "name": "Glossary",
                "slug": "glossary",
                "id": 6,
                "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 Menu",
                    "slug": "zorin-menu",
                    "id": 4,
                    "web": "https://zorin.com/os/",
                    "web_url": "https://translations.zorin.com/projects/zorin-menu/",
                    "url": "https://translations.zorin.com/api/projects/zorin-menu/?format=api",
                    "components_list_url": "https://translations.zorin.com/api/projects/zorin-menu/components/?format=api",
                    "repository_url": "https://translations.zorin.com/api/projects/zorin-menu/repository/?format=api",
                    "statistics_url": "https://translations.zorin.com/api/projects/zorin-menu/statistics/?format=api",
                    "changes_list_url": "https://translations.zorin.com/api/projects/zorin-menu/changes/?format=api",
                    "languages_url": "https://translations.zorin.com/api/projects/zorin-menu/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-menu/glossary/",
                "branch": "main",
                "push_branch": "",
                "filemask": "*.tbx",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "tbx",
                "license": "GPL-2.0-or-later",
                "license_url": "https://spdx.org/licenses/GPL-2.0-or-later.html",
                "agreement": "",
                "web_url": "https://translations.zorin.com/projects/zorin-menu/glossary/",
                "url": "https://translations.zorin.com/api/components/zorin-menu/glossary/?format=api",
                "repository_url": "https://translations.zorin.com/api/components/zorin-menu/glossary/repository/?format=api",
                "translations_url": "https://translations.zorin.com/api/components/zorin-menu/glossary/translations/?format=api",
                "statistics_url": "https://translations.zorin.com/api/components/zorin-menu/glossary/statistics/?format=api",
                "lock_url": "https://translations.zorin.com/api/components/zorin-menu/glossary/lock/?format=api",
                "links_url": "https://translations.zorin.com/api/components/zorin-menu/glossary/links/?format=api",
                "changes_list_url": "https://translations.zorin.com/api/components/zorin-menu/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": "mn",
            "id": 856,
            "filename": "mn.tbx",
            "revision": "a707eb0b067f141dc98e77ff33c3d42e12c3d712",
            "web_url": "https://translations.zorin.com/projects/zorin-menu/glossary/mn/",
            "share_url": "https://translations.zorin.com/engage/zorin-menu/mn/",
            "translate_url": "https://translations.zorin.com/translate/zorin-menu/glossary/mn/",
            "url": "https://translations.zorin.com/api/translations/zorin-menu/glossary/mn/?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-menu/glossary/mn/repository/?format=api",
            "file_url": "https://translations.zorin.com/api/translations/zorin-menu/glossary/mn/file/?format=api",
            "statistics_url": "https://translations.zorin.com/api/translations/zorin-menu/glossary/mn/statistics/?format=api",
            "changes_list_url": "https://translations.zorin.com/api/translations/zorin-menu/glossary/mn/changes/?format=api",
            "units_list_url": "https://translations.zorin.com/api/translations/zorin-menu/glossary/mn/units/?format=api"
        },
        {
            "language": {
                "code": "crh",
                "name": "Crimean Tatar",
                "plural": {
                    "id": 112,
                    "source": 0,
                    "number": 1,
                    "formula": "0",
                    "type": 0
                },
                "aliases": [],
                "direction": "ltr",
                "population": 245968,
                "web_url": "https://translations.zorin.com/languages/crh/",
                "url": "https://translations.zorin.com/api/languages/crh/?format=api",
                "statistics_url": "https://translations.zorin.com/api/languages/crh/statistics/?format=api"
            },
            "component": {
                "name": "Glossary",
                "slug": "glossary",
                "id": 6,
                "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 Menu",
                    "slug": "zorin-menu",
                    "id": 4,
                    "web": "https://zorin.com/os/",
                    "web_url": "https://translations.zorin.com/projects/zorin-menu/",
                    "url": "https://translations.zorin.com/api/projects/zorin-menu/?format=api",
                    "components_list_url": "https://translations.zorin.com/api/projects/zorin-menu/components/?format=api",
                    "repository_url": "https://translations.zorin.com/api/projects/zorin-menu/repository/?format=api",
                    "statistics_url": "https://translations.zorin.com/api/projects/zorin-menu/statistics/?format=api",
                    "changes_list_url": "https://translations.zorin.com/api/projects/zorin-menu/changes/?format=api",
                    "languages_url": "https://translations.zorin.com/api/projects/zorin-menu/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-menu/glossary/",
                "branch": "main",
                "push_branch": "",
                "filemask": "*.tbx",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "tbx",
                "license": "GPL-2.0-or-later",
                "license_url": "https://spdx.org/licenses/GPL-2.0-or-later.html",
                "agreement": "",
                "web_url": "https://translations.zorin.com/projects/zorin-menu/glossary/",
                "url": "https://translations.zorin.com/api/components/zorin-menu/glossary/?format=api",
                "repository_url": "https://translations.zorin.com/api/components/zorin-menu/glossary/repository/?format=api",
                "translations_url": "https://translations.zorin.com/api/components/zorin-menu/glossary/translations/?format=api",
                "statistics_url": "https://translations.zorin.com/api/components/zorin-menu/glossary/statistics/?format=api",
                "lock_url": "https://translations.zorin.com/api/components/zorin-menu/glossary/lock/?format=api",
                "links_url": "https://translations.zorin.com/api/components/zorin-menu/glossary/links/?format=api",
                "changes_list_url": "https://translations.zorin.com/api/components/zorin-menu/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": "crh",
            "id": 857,
            "filename": "crh.tbx",
            "revision": "a707eb0b067f141dc98e77ff33c3d42e12c3d712",
            "web_url": "https://translations.zorin.com/projects/zorin-menu/glossary/crh/",
            "share_url": "https://translations.zorin.com/engage/zorin-menu/crh/",
            "translate_url": "https://translations.zorin.com/translate/zorin-menu/glossary/crh/",
            "url": "https://translations.zorin.com/api/translations/zorin-menu/glossary/crh/?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-menu/glossary/crh/repository/?format=api",
            "file_url": "https://translations.zorin.com/api/translations/zorin-menu/glossary/crh/file/?format=api",
            "statistics_url": "https://translations.zorin.com/api/translations/zorin-menu/glossary/crh/statistics/?format=api",
            "changes_list_url": "https://translations.zorin.com/api/translations/zorin-menu/glossary/crh/changes/?format=api",
            "units_list_url": "https://translations.zorin.com/api/translations/zorin-menu/glossary/crh/units/?format=api"
        },
        {
            "language": {
                "code": "hy",
                "name": "Armenian",
                "plural": {
                    "id": 265,
                    "source": 0,
                    "number": 2,
                    "formula": "n > 1",
                    "type": 1
                },
                "aliases": [
                    "arm",
                    "hye"
                ],
                "direction": "ltr",
                "population": 5317271,
                "web_url": "https://translations.zorin.com/languages/hy/",
                "url": "https://translations.zorin.com/api/languages/hy/?format=api",
                "statistics_url": "https://translations.zorin.com/api/languages/hy/statistics/?format=api"
            },
            "component": {
                "name": "Glossary",
                "slug": "glossary",
                "id": 6,
                "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 Menu",
                    "slug": "zorin-menu",
                    "id": 4,
                    "web": "https://zorin.com/os/",
                    "web_url": "https://translations.zorin.com/projects/zorin-menu/",
                    "url": "https://translations.zorin.com/api/projects/zorin-menu/?format=api",
                    "components_list_url": "https://translations.zorin.com/api/projects/zorin-menu/components/?format=api",
                    "repository_url": "https://translations.zorin.com/api/projects/zorin-menu/repository/?format=api",
                    "statistics_url": "https://translations.zorin.com/api/projects/zorin-menu/statistics/?format=api",
                    "changes_list_url": "https://translations.zorin.com/api/projects/zorin-menu/changes/?format=api",
                    "languages_url": "https://translations.zorin.com/api/projects/zorin-menu/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-menu/glossary/",
                "branch": "main",
                "push_branch": "",
                "filemask": "*.tbx",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "tbx",
                "license": "GPL-2.0-or-later",
                "license_url": "https://spdx.org/licenses/GPL-2.0-or-later.html",
                "agreement": "",
                "web_url": "https://translations.zorin.com/projects/zorin-menu/glossary/",
                "url": "https://translations.zorin.com/api/components/zorin-menu/glossary/?format=api",
                "repository_url": "https://translations.zorin.com/api/components/zorin-menu/glossary/repository/?format=api",
                "translations_url": "https://translations.zorin.com/api/components/zorin-menu/glossary/translations/?format=api",
                "statistics_url": "https://translations.zorin.com/api/components/zorin-menu/glossary/statistics/?format=api",
                "lock_url": "https://translations.zorin.com/api/components/zorin-menu/glossary/lock/?format=api",
                "links_url": "https://translations.zorin.com/api/components/zorin-menu/glossary/links/?format=api",
                "changes_list_url": "https://translations.zorin.com/api/components/zorin-menu/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": "hy",
            "id": 858,
            "filename": "hy.tbx",
            "revision": "a707eb0b067f141dc98e77ff33c3d42e12c3d712",
            "web_url": "https://translations.zorin.com/projects/zorin-menu/glossary/hy/",
            "share_url": "https://translations.zorin.com/engage/zorin-menu/hy/",
            "translate_url": "https://translations.zorin.com/translate/zorin-menu/glossary/hy/",
            "url": "https://translations.zorin.com/api/translations/zorin-menu/glossary/hy/?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-menu/glossary/hy/repository/?format=api",
            "file_url": "https://translations.zorin.com/api/translations/zorin-menu/glossary/hy/file/?format=api",
            "statistics_url": "https://translations.zorin.com/api/translations/zorin-menu/glossary/hy/statistics/?format=api",
            "changes_list_url": "https://translations.zorin.com/api/translations/zorin-menu/glossary/hy/changes/?format=api",
            "units_list_url": "https://translations.zorin.com/api/translations/zorin-menu/glossary/hy/units/?format=api"
        },
        {
            "language": {
                "code": "az",
                "name": "Azerbaijani",
                "plural": {
                    "id": 44,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "aze"
                ],
                "direction": "ltr",
                "population": 9690091,
                "web_url": "https://translations.zorin.com/languages/az/",
                "url": "https://translations.zorin.com/api/languages/az/?format=api",
                "statistics_url": "https://translations.zorin.com/api/languages/az/statistics/?format=api"
            },
            "component": {
                "name": "Glossary",
                "slug": "glossary",
                "id": 6,
                "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 Menu",
                    "slug": "zorin-menu",
                    "id": 4,
                    "web": "https://zorin.com/os/",
                    "web_url": "https://translations.zorin.com/projects/zorin-menu/",
                    "url": "https://translations.zorin.com/api/projects/zorin-menu/?format=api",
                    "components_list_url": "https://translations.zorin.com/api/projects/zorin-menu/components/?format=api",
                    "repository_url": "https://translations.zorin.com/api/projects/zorin-menu/repository/?format=api",
                    "statistics_url": "https://translations.zorin.com/api/projects/zorin-menu/statistics/?format=api",
                    "changes_list_url": "https://translations.zorin.com/api/projects/zorin-menu/changes/?format=api",
                    "languages_url": "https://translations.zorin.com/api/projects/zorin-menu/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-menu/glossary/",
                "branch": "main",
                "push_branch": "",
                "filemask": "*.tbx",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "tbx",
                "license": "GPL-2.0-or-later",
                "license_url": "https://spdx.org/licenses/GPL-2.0-or-later.html",
                "agreement": "",
                "web_url": "https://translations.zorin.com/projects/zorin-menu/glossary/",
                "url": "https://translations.zorin.com/api/components/zorin-menu/glossary/?format=api",
                "repository_url": "https://translations.zorin.com/api/components/zorin-menu/glossary/repository/?format=api",
                "translations_url": "https://translations.zorin.com/api/components/zorin-menu/glossary/translations/?format=api",
                "statistics_url": "https://translations.zorin.com/api/components/zorin-menu/glossary/statistics/?format=api",
                "lock_url": "https://translations.zorin.com/api/components/zorin-menu/glossary/lock/?format=api",
                "links_url": "https://translations.zorin.com/api/components/zorin-menu/glossary/links/?format=api",
                "changes_list_url": "https://translations.zorin.com/api/components/zorin-menu/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": "az",
            "id": 859,
            "filename": "az.tbx",
            "revision": "a707eb0b067f141dc98e77ff33c3d42e12c3d712",
            "web_url": "https://translations.zorin.com/projects/zorin-menu/glossary/az/",
            "share_url": "https://translations.zorin.com/engage/zorin-menu/az/",
            "translate_url": "https://translations.zorin.com/translate/zorin-menu/glossary/az/",
            "url": "https://translations.zorin.com/api/translations/zorin-menu/glossary/az/?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-menu/glossary/az/repository/?format=api",
            "file_url": "https://translations.zorin.com/api/translations/zorin-menu/glossary/az/file/?format=api",
            "statistics_url": "https://translations.zorin.com/api/translations/zorin-menu/glossary/az/statistics/?format=api",
            "changes_list_url": "https://translations.zorin.com/api/translations/zorin-menu/glossary/az/changes/?format=api",
            "units_list_url": "https://translations.zorin.com/api/translations/zorin-menu/glossary/az/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": "Glossary",
                "slug": "glossary",
                "id": 6,
                "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 Menu",
                    "slug": "zorin-menu",
                    "id": 4,
                    "web": "https://zorin.com/os/",
                    "web_url": "https://translations.zorin.com/projects/zorin-menu/",
                    "url": "https://translations.zorin.com/api/projects/zorin-menu/?format=api",
                    "components_list_url": "https://translations.zorin.com/api/projects/zorin-menu/components/?format=api",
                    "repository_url": "https://translations.zorin.com/api/projects/zorin-menu/repository/?format=api",
                    "statistics_url": "https://translations.zorin.com/api/projects/zorin-menu/statistics/?format=api",
                    "changes_list_url": "https://translations.zorin.com/api/projects/zorin-menu/changes/?format=api",
                    "languages_url": "https://translations.zorin.com/api/projects/zorin-menu/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-menu/glossary/",
                "branch": "main",
                "push_branch": "",
                "filemask": "*.tbx",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "tbx",
                "license": "GPL-2.0-or-later",
                "license_url": "https://spdx.org/licenses/GPL-2.0-or-later.html",
                "agreement": "",
                "web_url": "https://translations.zorin.com/projects/zorin-menu/glossary/",
                "url": "https://translations.zorin.com/api/components/zorin-menu/glossary/?format=api",
                "repository_url": "https://translations.zorin.com/api/components/zorin-menu/glossary/repository/?format=api",
                "translations_url": "https://translations.zorin.com/api/components/zorin-menu/glossary/translations/?format=api",
                "statistics_url": "https://translations.zorin.com/api/components/zorin-menu/glossary/statistics/?format=api",
                "lock_url": "https://translations.zorin.com/api/components/zorin-menu/glossary/lock/?format=api",
                "links_url": "https://translations.zorin.com/api/components/zorin-menu/glossary/links/?format=api",
                "changes_list_url": "https://translations.zorin.com/api/components/zorin-menu/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": "tl",
            "id": 860,
            "filename": "tl.tbx",
            "revision": "a707eb0b067f141dc98e77ff33c3d42e12c3d712",
            "web_url": "https://translations.zorin.com/projects/zorin-menu/glossary/tl/",
            "share_url": "https://translations.zorin.com/engage/zorin-menu/tl/",
            "translate_url": "https://translations.zorin.com/translate/zorin-menu/glossary/tl/",
            "url": "https://translations.zorin.com/api/translations/zorin-menu/glossary/tl/?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-menu/glossary/tl/repository/?format=api",
            "file_url": "https://translations.zorin.com/api/translations/zorin-menu/glossary/tl/file/?format=api",
            "statistics_url": "https://translations.zorin.com/api/translations/zorin-menu/glossary/tl/statistics/?format=api",
            "changes_list_url": "https://translations.zorin.com/api/translations/zorin-menu/glossary/tl/changes/?format=api",
            "units_list_url": "https://translations.zorin.com/api/translations/zorin-menu/glossary/tl/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": "Glossary",
                "slug": "glossary",
                "id": 6,
                "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 Menu",
                    "slug": "zorin-menu",
                    "id": 4,
                    "web": "https://zorin.com/os/",
                    "web_url": "https://translations.zorin.com/projects/zorin-menu/",
                    "url": "https://translations.zorin.com/api/projects/zorin-menu/?format=api",
                    "components_list_url": "https://translations.zorin.com/api/projects/zorin-menu/components/?format=api",
                    "repository_url": "https://translations.zorin.com/api/projects/zorin-menu/repository/?format=api",
                    "statistics_url": "https://translations.zorin.com/api/projects/zorin-menu/statistics/?format=api",
                    "changes_list_url": "https://translations.zorin.com/api/projects/zorin-menu/changes/?format=api",
                    "languages_url": "https://translations.zorin.com/api/projects/zorin-menu/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-menu/glossary/",
                "branch": "main",
                "push_branch": "",
                "filemask": "*.tbx",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "tbx",
                "license": "GPL-2.0-or-later",
                "license_url": "https://spdx.org/licenses/GPL-2.0-or-later.html",
                "agreement": "",
                "web_url": "https://translations.zorin.com/projects/zorin-menu/glossary/",
                "url": "https://translations.zorin.com/api/components/zorin-menu/glossary/?format=api",
                "repository_url": "https://translations.zorin.com/api/components/zorin-menu/glossary/repository/?format=api",
                "translations_url": "https://translations.zorin.com/api/components/zorin-menu/glossary/translations/?format=api",
                "statistics_url": "https://translations.zorin.com/api/components/zorin-menu/glossary/statistics/?format=api",
                "lock_url": "https://translations.zorin.com/api/components/zorin-menu/glossary/lock/?format=api",
                "links_url": "https://translations.zorin.com/api/components/zorin-menu/glossary/links/?format=api",
                "changes_list_url": "https://translations.zorin.com/api/components/zorin-menu/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": "yo",
            "id": 861,
            "filename": "yo.tbx",
            "revision": "a707eb0b067f141dc98e77ff33c3d42e12c3d712",
            "web_url": "https://translations.zorin.com/projects/zorin-menu/glossary/yo/",
            "share_url": "https://translations.zorin.com/engage/zorin-menu/yo/",
            "translate_url": "https://translations.zorin.com/translate/zorin-menu/glossary/yo/",
            "url": "https://translations.zorin.com/api/translations/zorin-menu/glossary/yo/?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-menu/glossary/yo/repository/?format=api",
            "file_url": "https://translations.zorin.com/api/translations/zorin-menu/glossary/yo/file/?format=api",
            "statistics_url": "https://translations.zorin.com/api/translations/zorin-menu/glossary/yo/statistics/?format=api",
            "changes_list_url": "https://translations.zorin.com/api/translations/zorin-menu/glossary/yo/changes/?format=api",
            "units_list_url": "https://translations.zorin.com/api/translations/zorin-menu/glossary/yo/units/?format=api"
        },
        {
            "language": {
                "code": "ast",
                "name": "Asturian",
                "plural": {
                    "id": 38,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [],
                "direction": "ltr",
                "population": 650205,
                "web_url": "https://translations.zorin.com/languages/ast/",
                "url": "https://translations.zorin.com/api/languages/ast/?format=api",
                "statistics_url": "https://translations.zorin.com/api/languages/ast/statistics/?format=api"
            },
            "component": {
                "name": "Glossary",
                "slug": "glossary",
                "id": 6,
                "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 Menu",
                    "slug": "zorin-menu",
                    "id": 4,
                    "web": "https://zorin.com/os/",
                    "web_url": "https://translations.zorin.com/projects/zorin-menu/",
                    "url": "https://translations.zorin.com/api/projects/zorin-menu/?format=api",
                    "components_list_url": "https://translations.zorin.com/api/projects/zorin-menu/components/?format=api",
                    "repository_url": "https://translations.zorin.com/api/projects/zorin-menu/repository/?format=api",
                    "statistics_url": "https://translations.zorin.com/api/projects/zorin-menu/statistics/?format=api",
                    "changes_list_url": "https://translations.zorin.com/api/projects/zorin-menu/changes/?format=api",
                    "languages_url": "https://translations.zorin.com/api/projects/zorin-menu/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-menu/glossary/",
                "branch": "main",
                "push_branch": "",
                "filemask": "*.tbx",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "tbx",
                "license": "GPL-2.0-or-later",
                "license_url": "https://spdx.org/licenses/GPL-2.0-or-later.html",
                "agreement": "",
                "web_url": "https://translations.zorin.com/projects/zorin-menu/glossary/",
                "url": "https://translations.zorin.com/api/components/zorin-menu/glossary/?format=api",
                "repository_url": "https://translations.zorin.com/api/components/zorin-menu/glossary/repository/?format=api",
                "translations_url": "https://translations.zorin.com/api/components/zorin-menu/glossary/translations/?format=api",
                "statistics_url": "https://translations.zorin.com/api/components/zorin-menu/glossary/statistics/?format=api",
                "lock_url": "https://translations.zorin.com/api/components/zorin-menu/glossary/lock/?format=api",
                "links_url": "https://translations.zorin.com/api/components/zorin-menu/glossary/links/?format=api",
                "changes_list_url": "https://translations.zorin.com/api/components/zorin-menu/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": "ast",
            "id": 862,
            "filename": "ast.tbx",
            "revision": "a707eb0b067f141dc98e77ff33c3d42e12c3d712",
            "web_url": "https://translations.zorin.com/projects/zorin-menu/glossary/ast/",
            "share_url": "https://translations.zorin.com/engage/zorin-menu/ast/",
            "translate_url": "https://translations.zorin.com/translate/zorin-menu/glossary/ast/",
            "url": "https://translations.zorin.com/api/translations/zorin-menu/glossary/ast/?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-menu/glossary/ast/repository/?format=api",
            "file_url": "https://translations.zorin.com/api/translations/zorin-menu/glossary/ast/file/?format=api",
            "statistics_url": "https://translations.zorin.com/api/translations/zorin-menu/glossary/ast/statistics/?format=api",
            "changes_list_url": "https://translations.zorin.com/api/translations/zorin-menu/glossary/ast/changes/?format=api",
            "units_list_url": "https://translations.zorin.com/api/translations/zorin-menu/glossary/ast/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": "Glossary",
                "slug": "glossary",
                "id": 6,
                "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 Menu",
                    "slug": "zorin-menu",
                    "id": 4,
                    "web": "https://zorin.com/os/",
                    "web_url": "https://translations.zorin.com/projects/zorin-menu/",
                    "url": "https://translations.zorin.com/api/projects/zorin-menu/?format=api",
                    "components_list_url": "https://translations.zorin.com/api/projects/zorin-menu/components/?format=api",
                    "repository_url": "https://translations.zorin.com/api/projects/zorin-menu/repository/?format=api",
                    "statistics_url": "https://translations.zorin.com/api/projects/zorin-menu/statistics/?format=api",
                    "changes_list_url": "https://translations.zorin.com/api/projects/zorin-menu/changes/?format=api",
                    "languages_url": "https://translations.zorin.com/api/projects/zorin-menu/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-menu/glossary/",
                "branch": "main",
                "push_branch": "",
                "filemask": "*.tbx",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "tbx",
                "license": "GPL-2.0-or-later",
                "license_url": "https://spdx.org/licenses/GPL-2.0-or-later.html",
                "agreement": "",
                "web_url": "https://translations.zorin.com/projects/zorin-menu/glossary/",
                "url": "https://translations.zorin.com/api/components/zorin-menu/glossary/?format=api",
                "repository_url": "https://translations.zorin.com/api/components/zorin-menu/glossary/repository/?format=api",
                "translations_url": "https://translations.zorin.com/api/components/zorin-menu/glossary/translations/?format=api",
                "statistics_url": "https://translations.zorin.com/api/components/zorin-menu/glossary/statistics/?format=api",
                "lock_url": "https://translations.zorin.com/api/components/zorin-menu/glossary/lock/?format=api",
                "links_url": "https://translations.zorin.com/api/components/zorin-menu/glossary/links/?format=api",
                "changes_list_url": "https://translations.zorin.com/api/components/zorin-menu/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": "sq",
            "id": 863,
            "filename": "sq.tbx",
            "revision": "a707eb0b067f141dc98e77ff33c3d42e12c3d712",
            "web_url": "https://translations.zorin.com/projects/zorin-menu/glossary/sq/",
            "share_url": "https://translations.zorin.com/engage/zorin-menu/sq/",
            "translate_url": "https://translations.zorin.com/translate/zorin-menu/glossary/sq/",
            "url": "https://translations.zorin.com/api/translations/zorin-menu/glossary/sq/?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-menu/glossary/sq/repository/?format=api",
            "file_url": "https://translations.zorin.com/api/translations/zorin-menu/glossary/sq/file/?format=api",
            "statistics_url": "https://translations.zorin.com/api/translations/zorin-menu/glossary/sq/statistics/?format=api",
            "changes_list_url": "https://translations.zorin.com/api/translations/zorin-menu/glossary/sq/changes/?format=api",
            "units_list_url": "https://translations.zorin.com/api/translations/zorin-menu/glossary/sq/units/?format=api"
        },
        {
            "language": {
                "code": "gd",
                "name": "Gaelic",
                "plural": {
                    "id": 223,
                    "source": 0,
                    "number": 4,
                    "formula": "(n==1 || n==11) ? 0 : (n==2 || n==12) ? 1 : (n > 2 && n < 20) ? 2 : 3",
                    "type": 6
                },
                "aliases": [
                    "gae",
                    "gla"
                ],
                "direction": "ltr",
                "population": 72337,
                "web_url": "https://translations.zorin.com/languages/gd/",
                "url": "https://translations.zorin.com/api/languages/gd/?format=api",
                "statistics_url": "https://translations.zorin.com/api/languages/gd/statistics/?format=api"
            },
            "component": {
                "name": "Glossary",
                "slug": "glossary",
                "id": 6,
                "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 Menu",
                    "slug": "zorin-menu",
                    "id": 4,
                    "web": "https://zorin.com/os/",
                    "web_url": "https://translations.zorin.com/projects/zorin-menu/",
                    "url": "https://translations.zorin.com/api/projects/zorin-menu/?format=api",
                    "components_list_url": "https://translations.zorin.com/api/projects/zorin-menu/components/?format=api",
                    "repository_url": "https://translations.zorin.com/api/projects/zorin-menu/repository/?format=api",
                    "statistics_url": "https://translations.zorin.com/api/projects/zorin-menu/statistics/?format=api",
                    "changes_list_url": "https://translations.zorin.com/api/projects/zorin-menu/changes/?format=api",
                    "languages_url": "https://translations.zorin.com/api/projects/zorin-menu/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-menu/glossary/",
                "branch": "main",
                "push_branch": "",
                "filemask": "*.tbx",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "tbx",
                "license": "GPL-2.0-or-later",
                "license_url": "https://spdx.org/licenses/GPL-2.0-or-later.html",
                "agreement": "",
                "web_url": "https://translations.zorin.com/projects/zorin-menu/glossary/",
                "url": "https://translations.zorin.com/api/components/zorin-menu/glossary/?format=api",
                "repository_url": "https://translations.zorin.com/api/components/zorin-menu/glossary/repository/?format=api",
                "translations_url": "https://translations.zorin.com/api/components/zorin-menu/glossary/translations/?format=api",
                "statistics_url": "https://translations.zorin.com/api/components/zorin-menu/glossary/statistics/?format=api",
                "lock_url": "https://translations.zorin.com/api/components/zorin-menu/glossary/lock/?format=api",
                "links_url": "https://translations.zorin.com/api/components/zorin-menu/glossary/links/?format=api",
                "changes_list_url": "https://translations.zorin.com/api/components/zorin-menu/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": "gd",
            "id": 864,
            "filename": "gd.tbx",
            "revision": "a707eb0b067f141dc98e77ff33c3d42e12c3d712",
            "web_url": "https://translations.zorin.com/projects/zorin-menu/glossary/gd/",
            "share_url": "https://translations.zorin.com/engage/zorin-menu/gd/",
            "translate_url": "https://translations.zorin.com/translate/zorin-menu/glossary/gd/",
            "url": "https://translations.zorin.com/api/translations/zorin-menu/glossary/gd/?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-menu/glossary/gd/repository/?format=api",
            "file_url": "https://translations.zorin.com/api/translations/zorin-menu/glossary/gd/file/?format=api",
            "statistics_url": "https://translations.zorin.com/api/translations/zorin-menu/glossary/gd/statistics/?format=api",
            "changes_list_url": "https://translations.zorin.com/api/translations/zorin-menu/glossary/gd/changes/?format=api",
            "units_list_url": "https://translations.zorin.com/api/translations/zorin-menu/glossary/gd/units/?format=api"
        },
        {
            "language": {
                "code": "fil",
                "name": "Filipino",
                "plural": {
                    "id": 197,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1 && n != 2 && n != 3 && (n % 10 == 4 || n % 10 == 6 || n % 10 == 9)",
                    "type": 1
                },
                "aliases": [
                    "fil_fil"
                ],
                "direction": "ltr",
                "population": 67471095,
                "web_url": "https://translations.zorin.com/languages/fil/",
                "url": "https://translations.zorin.com/api/languages/fil/?format=api",
                "statistics_url": "https://translations.zorin.com/api/languages/fil/statistics/?format=api"
            },
            "component": {
                "name": "Glossary",
                "slug": "glossary",
                "id": 6,
                "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 Menu",
                    "slug": "zorin-menu",
                    "id": 4,
                    "web": "https://zorin.com/os/",
                    "web_url": "https://translations.zorin.com/projects/zorin-menu/",
                    "url": "https://translations.zorin.com/api/projects/zorin-menu/?format=api",
                    "components_list_url": "https://translations.zorin.com/api/projects/zorin-menu/components/?format=api",
                    "repository_url": "https://translations.zorin.com/api/projects/zorin-menu/repository/?format=api",
                    "statistics_url": "https://translations.zorin.com/api/projects/zorin-menu/statistics/?format=api",
                    "changes_list_url": "https://translations.zorin.com/api/projects/zorin-menu/changes/?format=api",
                    "languages_url": "https://translations.zorin.com/api/projects/zorin-menu/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-menu/glossary/",
                "branch": "main",
                "push_branch": "",
                "filemask": "*.tbx",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "tbx",
                "license": "GPL-2.0-or-later",
                "license_url": "https://spdx.org/licenses/GPL-2.0-or-later.html",
                "agreement": "",
                "web_url": "https://translations.zorin.com/projects/zorin-menu/glossary/",
                "url": "https://translations.zorin.com/api/components/zorin-menu/glossary/?format=api",
                "repository_url": "https://translations.zorin.com/api/components/zorin-menu/glossary/repository/?format=api",
                "translations_url": "https://translations.zorin.com/api/components/zorin-menu/glossary/translations/?format=api",
                "statistics_url": "https://translations.zorin.com/api/components/zorin-menu/glossary/statistics/?format=api",
                "lock_url": "https://translations.zorin.com/api/components/zorin-menu/glossary/lock/?format=api",
                "links_url": "https://translations.zorin.com/api/components/zorin-menu/glossary/links/?format=api",
                "changes_list_url": "https://translations.zorin.com/api/components/zorin-menu/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": "fil",
            "id": 865,
            "filename": "fil.tbx",
            "revision": "a707eb0b067f141dc98e77ff33c3d42e12c3d712",
            "web_url": "https://translations.zorin.com/projects/zorin-menu/glossary/fil/",
            "share_url": "https://translations.zorin.com/engage/zorin-menu/fil/",
            "translate_url": "https://translations.zorin.com/translate/zorin-menu/glossary/fil/",
            "url": "https://translations.zorin.com/api/translations/zorin-menu/glossary/fil/?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-menu/glossary/fil/repository/?format=api",
            "file_url": "https://translations.zorin.com/api/translations/zorin-menu/glossary/fil/file/?format=api",
            "statistics_url": "https://translations.zorin.com/api/translations/zorin-menu/glossary/fil/statistics/?format=api",
            "changes_list_url": "https://translations.zorin.com/api/translations/zorin-menu/glossary/fil/changes/?format=api",
            "units_list_url": "https://translations.zorin.com/api/translations/zorin-menu/glossary/fil/units/?format=api"
        },
        {
            "language": {
                "code": "be_Latn",
                "name": "Belarusian (latin)",
                "plural": {
                    "id": 52,
                    "source": 0,
                    "number": 3,
                    "formula": "n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2",
                    "type": 22
                },
                "aliases": [
                    "be_rby",
                    "be@latin",
                    "by_lat"
                ],
                "direction": "ltr",
                "population": 10064517,
                "web_url": "https://translations.zorin.com/languages/be_Latn/",
                "url": "https://translations.zorin.com/api/languages/be_Latn/?format=api",
                "statistics_url": "https://translations.zorin.com/api/languages/be_Latn/statistics/?format=api"
            },
            "component": {
                "name": "Glossary",
                "slug": "glossary",
                "id": 6,
                "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 Menu",
                    "slug": "zorin-menu",
                    "id": 4,
                    "web": "https://zorin.com/os/",
                    "web_url": "https://translations.zorin.com/projects/zorin-menu/",
                    "url": "https://translations.zorin.com/api/projects/zorin-menu/?format=api",
                    "components_list_url": "https://translations.zorin.com/api/projects/zorin-menu/components/?format=api",
                    "repository_url": "https://translations.zorin.com/api/projects/zorin-menu/repository/?format=api",
                    "statistics_url": "https://translations.zorin.com/api/projects/zorin-menu/statistics/?format=api",
                    "changes_list_url": "https://translations.zorin.com/api/projects/zorin-menu/changes/?format=api",
                    "languages_url": "https://translations.zorin.com/api/projects/zorin-menu/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-menu/glossary/",
                "branch": "main",
                "push_branch": "",
                "filemask": "*.tbx",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "tbx",
                "license": "GPL-2.0-or-later",
                "license_url": "https://spdx.org/licenses/GPL-2.0-or-later.html",
                "agreement": "",
                "web_url": "https://translations.zorin.com/projects/zorin-menu/glossary/",
                "url": "https://translations.zorin.com/api/components/zorin-menu/glossary/?format=api",
                "repository_url": "https://translations.zorin.com/api/components/zorin-menu/glossary/repository/?format=api",
                "translations_url": "https://translations.zorin.com/api/components/zorin-menu/glossary/translations/?format=api",
                "statistics_url": "https://translations.zorin.com/api/components/zorin-menu/glossary/statistics/?format=api",
                "lock_url": "https://translations.zorin.com/api/components/zorin-menu/glossary/lock/?format=api",
                "links_url": "https://translations.zorin.com/api/components/zorin-menu/glossary/links/?format=api",
                "changes_list_url": "https://translations.zorin.com/api/components/zorin-menu/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": "be_Latn",
            "id": 866,
            "filename": "be_Latn.tbx",
            "revision": "a707eb0b067f141dc98e77ff33c3d42e12c3d712",
            "web_url": "https://translations.zorin.com/projects/zorin-menu/glossary/be_Latn/",
            "share_url": "https://translations.zorin.com/engage/zorin-menu/be_Latn/",
            "translate_url": "https://translations.zorin.com/translate/zorin-menu/glossary/be_Latn/",
            "url": "https://translations.zorin.com/api/translations/zorin-menu/glossary/be_Latn/?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-menu/glossary/be_Latn/repository/?format=api",
            "file_url": "https://translations.zorin.com/api/translations/zorin-menu/glossary/be_Latn/file/?format=api",
            "statistics_url": "https://translations.zorin.com/api/translations/zorin-menu/glossary/be_Latn/statistics/?format=api",
            "changes_list_url": "https://translations.zorin.com/api/translations/zorin-menu/glossary/be_Latn/changes/?format=api",
            "units_list_url": "https://translations.zorin.com/api/translations/zorin-menu/glossary/be_Latn/units/?format=api"
        },
        {
            "language": {
                "code": "ka",
                "name": "Georgian",
                "plural": {
                    "id": 292,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "geo",
                    "kat"
                ],
                "direction": "ltr",
                "population": 3543645,
                "web_url": "https://translations.zorin.com/languages/ka/",
                "url": "https://translations.zorin.com/api/languages/ka/?format=api",
                "statistics_url": "https://translations.zorin.com/api/languages/ka/statistics/?format=api"
            },
            "component": {
                "name": "Glossary",
                "slug": "glossary",
                "id": 6,
                "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 Menu",
                    "slug": "zorin-menu",
                    "id": 4,
                    "web": "https://zorin.com/os/",
                    "web_url": "https://translations.zorin.com/projects/zorin-menu/",
                    "url": "https://translations.zorin.com/api/projects/zorin-menu/?format=api",
                    "components_list_url": "https://translations.zorin.com/api/projects/zorin-menu/components/?format=api",
                    "repository_url": "https://translations.zorin.com/api/projects/zorin-menu/repository/?format=api",
                    "statistics_url": "https://translations.zorin.com/api/projects/zorin-menu/statistics/?format=api",
                    "changes_list_url": "https://translations.zorin.com/api/projects/zorin-menu/changes/?format=api",
                    "languages_url": "https://translations.zorin.com/api/projects/zorin-menu/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-menu/glossary/",
                "branch": "main",
                "push_branch": "",
                "filemask": "*.tbx",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "tbx",
                "license": "GPL-2.0-or-later",
                "license_url": "https://spdx.org/licenses/GPL-2.0-or-later.html",
                "agreement": "",
                "web_url": "https://translations.zorin.com/projects/zorin-menu/glossary/",
                "url": "https://translations.zorin.com/api/components/zorin-menu/glossary/?format=api",
                "repository_url": "https://translations.zorin.com/api/components/zorin-menu/glossary/repository/?format=api",
                "translations_url": "https://translations.zorin.com/api/components/zorin-menu/glossary/translations/?format=api",
                "statistics_url": "https://translations.zorin.com/api/components/zorin-menu/glossary/statistics/?format=api",
                "lock_url": "https://translations.zorin.com/api/components/zorin-menu/glossary/lock/?format=api",
                "links_url": "https://translations.zorin.com/api/components/zorin-menu/glossary/links/?format=api",
                "changes_list_url": "https://translations.zorin.com/api/components/zorin-menu/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": "ka",
            "id": 867,
            "filename": "ka.tbx",
            "revision": "a707eb0b067f141dc98e77ff33c3d42e12c3d712",
            "web_url": "https://translations.zorin.com/projects/zorin-menu/glossary/ka/",
            "share_url": "https://translations.zorin.com/engage/zorin-menu/ka/",
            "translate_url": "https://translations.zorin.com/translate/zorin-menu/glossary/ka/",
            "url": "https://translations.zorin.com/api/translations/zorin-menu/glossary/ka/?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-menu/glossary/ka/repository/?format=api",
            "file_url": "https://translations.zorin.com/api/translations/zorin-menu/glossary/ka/file/?format=api",
            "statistics_url": "https://translations.zorin.com/api/translations/zorin-menu/glossary/ka/statistics/?format=api",
            "changes_list_url": "https://translations.zorin.com/api/translations/zorin-menu/glossary/ka/changes/?format=api",
            "units_list_url": "https://translations.zorin.com/api/translations/zorin-menu/glossary/ka/units/?format=api"
        },
        {
            "language": {
                "code": "ia",
                "name": "Interlingua",
                "plural": {
                    "id": 267,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "ina"
                ],
                "direction": "ltr",
                "population": 135,
                "web_url": "https://translations.zorin.com/languages/ia/",
                "url": "https://translations.zorin.com/api/languages/ia/?format=api",
                "statistics_url": "https://translations.zorin.com/api/languages/ia/statistics/?format=api"
            },
            "component": {
                "name": "Zorin Menu",
                "slug": "zorin-menu",
                "id": 5,
                "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 Menu",
                    "slug": "zorin-menu",
                    "id": 4,
                    "web": "https://zorin.com/os/",
                    "web_url": "https://translations.zorin.com/projects/zorin-menu/",
                    "url": "https://translations.zorin.com/api/projects/zorin-menu/?format=api",
                    "components_list_url": "https://translations.zorin.com/api/projects/zorin-menu/components/?format=api",
                    "repository_url": "https://translations.zorin.com/api/projects/zorin-menu/repository/?format=api",
                    "statistics_url": "https://translations.zorin.com/api/projects/zorin-menu/statistics/?format=api",
                    "changes_list_url": "https://translations.zorin.com/api/projects/zorin-menu/changes/?format=api",
                    "languages_url": "https://translations.zorin.com/api/projects/zorin-menu/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-menu.git",
                "git_export": "https://translations.zorin.com/git/zorin-menu/zorin-menu/",
                "branch": "master",
                "push_branch": "",
                "filemask": "po/*.po",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "po/zorinmenu.pot",
                "file_format": "po",
                "license": "GPL-2.0-or-later",
                "license_url": "https://spdx.org/licenses/GPL-2.0-or-later.html",
                "agreement": "",
                "web_url": "https://translations.zorin.com/projects/zorin-menu/zorin-menu/",
                "url": "https://translations.zorin.com/api/components/zorin-menu/zorin-menu/?format=api",
                "repository_url": "https://translations.zorin.com/api/components/zorin-menu/zorin-menu/repository/?format=api",
                "translations_url": "https://translations.zorin.com/api/components/zorin-menu/zorin-menu/translations/?format=api",
                "statistics_url": "https://translations.zorin.com/api/components/zorin-menu/zorin-menu/statistics/?format=api",
                "lock_url": "https://translations.zorin.com/api/components/zorin-menu/zorin-menu/lock/?format=api",
                "links_url": "https://translations.zorin.com/api/components/zorin-menu/zorin-menu/links/?format=api",
                "changes_list_url": "https://translations.zorin.com/api/components/zorin-menu/zorin-menu/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "linux",
                "push": "git@gitlab.com:zorin-os/desktop/zorin-menu.git",
                "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": 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/5/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver"
            },
            "language_code": "ia",
            "id": 868,
            "filename": "po/ia.po",
            "revision": "bfb3f7bfc7bf8b6bf529b82f62ae6e1534c3afbc",
            "web_url": "https://translations.zorin.com/projects/zorin-menu/zorin-menu/ia/",
            "share_url": "https://translations.zorin.com/engage/zorin-menu/ia/",
            "translate_url": "https://translations.zorin.com/translate/zorin-menu/zorin-menu/ia/",
            "url": "https://translations.zorin.com/api/translations/zorin-menu/zorin-menu/ia/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 41,
            "total_words": 86,
            "translated": 36,
            "translated_words": 69,
            "translated_percent": 87.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": "2024-11-30T14:32:07.635229Z",
            "last_author": "eduver",
            "repository_url": "https://translations.zorin.com/api/translations/zorin-menu/zorin-menu/ia/repository/?format=api",
            "file_url": "https://translations.zorin.com/api/translations/zorin-menu/zorin-menu/ia/file/?format=api",
            "statistics_url": "https://translations.zorin.com/api/translations/zorin-menu/zorin-menu/ia/statistics/?format=api",
            "changes_list_url": "https://translations.zorin.com/api/translations/zorin-menu/zorin-menu/ia/changes/?format=api",
            "units_list_url": "https://translations.zorin.com/api/translations/zorin-menu/zorin-menu/ia/units/?format=api"
        },
        {
            "language": {
                "code": "ia",
                "name": "Interlingua",
                "plural": {
                    "id": 267,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "ina"
                ],
                "direction": "ltr",
                "population": 135,
                "web_url": "https://translations.zorin.com/languages/ia/",
                "url": "https://translations.zorin.com/api/languages/ia/?format=api",
                "statistics_url": "https://translations.zorin.com/api/languages/ia/statistics/?format=api"
            },
            "component": {
                "name": "Glossary",
                "slug": "glossary",
                "id": 6,
                "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 Menu",
                    "slug": "zorin-menu",
                    "id": 4,
                    "web": "https://zorin.com/os/",
                    "web_url": "https://translations.zorin.com/projects/zorin-menu/",
                    "url": "https://translations.zorin.com/api/projects/zorin-menu/?format=api",
                    "components_list_url": "https://translations.zorin.com/api/projects/zorin-menu/components/?format=api",
                    "repository_url": "https://translations.zorin.com/api/projects/zorin-menu/repository/?format=api",
                    "statistics_url": "https://translations.zorin.com/api/projects/zorin-menu/statistics/?format=api",
                    "changes_list_url": "https://translations.zorin.com/api/projects/zorin-menu/changes/?format=api",
                    "languages_url": "https://translations.zorin.com/api/projects/zorin-menu/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-menu/glossary/",
                "branch": "main",
                "push_branch": "",
                "filemask": "*.tbx",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "tbx",
                "license": "GPL-2.0-or-later",
                "license_url": "https://spdx.org/licenses/GPL-2.0-or-later.html",
                "agreement": "",
                "web_url": "https://translations.zorin.com/projects/zorin-menu/glossary/",
                "url": "https://translations.zorin.com/api/components/zorin-menu/glossary/?format=api",
                "repository_url": "https://translations.zorin.com/api/components/zorin-menu/glossary/repository/?format=api",
                "translations_url": "https://translations.zorin.com/api/components/zorin-menu/glossary/translations/?format=api",
                "statistics_url": "https://translations.zorin.com/api/components/zorin-menu/glossary/statistics/?format=api",
                "lock_url": "https://translations.zorin.com/api/components/zorin-menu/glossary/lock/?format=api",
                "links_url": "https://translations.zorin.com/api/components/zorin-menu/glossary/links/?format=api",
                "changes_list_url": "https://translations.zorin.com/api/components/zorin-menu/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": "ia",
            "id": 869,
            "filename": "ia.tbx",
            "revision": "a707eb0b067f141dc98e77ff33c3d42e12c3d712",
            "web_url": "https://translations.zorin.com/projects/zorin-menu/glossary/ia/",
            "share_url": "https://translations.zorin.com/engage/zorin-menu/ia/",
            "translate_url": "https://translations.zorin.com/translate/zorin-menu/glossary/ia/",
            "url": "https://translations.zorin.com/api/translations/zorin-menu/glossary/ia/?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-menu/glossary/ia/repository/?format=api",
            "file_url": "https://translations.zorin.com/api/translations/zorin-menu/glossary/ia/file/?format=api",
            "statistics_url": "https://translations.zorin.com/api/translations/zorin-menu/glossary/ia/statistics/?format=api",
            "changes_list_url": "https://translations.zorin.com/api/translations/zorin-menu/glossary/ia/changes/?format=api",
            "units_list_url": "https://translations.zorin.com/api/translations/zorin-menu/glossary/ia/units/?format=api"
        },
        {
            "language": {
                "code": "ht",
                "name": "Haitian",
                "plural": {
                    "id": 261,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "ht_ht",
                    "hat"
                ],
                "direction": "ltr",
                "population": 8964918,
                "web_url": "https://translations.zorin.com/languages/ht/",
                "url": "https://translations.zorin.com/api/languages/ht/?format=api",
                "statistics_url": "https://translations.zorin.com/api/languages/ht/statistics/?format=api"
            },
            "component": {
                "name": "Zorin Appearance",
                "slug": "zorin-appearance",
                "id": 3,
                "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 Appearance",
                    "slug": "zorin-appearance",
                    "id": 3,
                    "web": "https://zorin.com/os/#desktop",
                    "web_url": "https://translations.zorin.com/projects/zorin-appearance/",
                    "url": "https://translations.zorin.com/api/projects/zorin-appearance/?format=api",
                    "components_list_url": "https://translations.zorin.com/api/projects/zorin-appearance/components/?format=api",
                    "repository_url": "https://translations.zorin.com/api/projects/zorin-appearance/repository/?format=api",
                    "statistics_url": "https://translations.zorin.com/api/projects/zorin-appearance/statistics/?format=api",
                    "changes_list_url": "https://translations.zorin.com/api/projects/zorin-appearance/changes/?format=api",
                    "languages_url": "https://translations.zorin.com/api/projects/zorin-appearance/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-appearance.git",
                "git_export": "https://translations.zorin.com/git/zorin-appearance/zorin-appearance/",
                "branch": "main",
                "push_branch": "",
                "filemask": "po/*.po",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "po/zorin-appearance.pot",
                "file_format": "po",
                "license": "GPL-2.0-or-later",
                "license_url": "https://spdx.org/licenses/GPL-2.0-or-later.html",
                "agreement": "",
                "web_url": "https://translations.zorin.com/projects/zorin-appearance/zorin-appearance/",
                "url": "https://translations.zorin.com/api/components/zorin-appearance/zorin-appearance/?format=api",
                "repository_url": "https://translations.zorin.com/api/components/zorin-appearance/zorin-appearance/repository/?format=api",
                "translations_url": "https://translations.zorin.com/api/components/zorin-appearance/zorin-appearance/translations/?format=api",
                "statistics_url": "https://translations.zorin.com/api/components/zorin-appearance/zorin-appearance/statistics/?format=api",
                "lock_url": "https://translations.zorin.com/api/components/zorin-appearance/zorin-appearance/lock/?format=api",
                "links_url": "https://translations.zorin.com/api/components/zorin-appearance/zorin-appearance/links/?format=api",
                "changes_list_url": "https://translations.zorin.com/api/components/zorin-appearance/zorin-appearance/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "linux",
                "push": "git@gitlab.com:zorin-os/desktop/zorin-appearance.git",
                "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": 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/3/?format=api",
                    "https://translations.zorin.com/api/addons/4/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver"
            },
            "language_code": "ht",
            "id": 870,
            "filename": "po/ht.po",
            "revision": "596ce6bc9a8536db128dd89859ebedfd9e970f56",
            "web_url": "https://translations.zorin.com/projects/zorin-appearance/zorin-appearance/ht/",
            "share_url": "https://translations.zorin.com/engage/zorin-appearance/ht/",
            "translate_url": "https://translations.zorin.com/translate/zorin-appearance/zorin-appearance/ht/",
            "url": "https://translations.zorin.com/api/translations/zorin-appearance/zorin-appearance/ht/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 152,
            "total_words": 395,
            "translated": 5,
            "translated_words": 17,
            "translated_percent": 3.2,
            "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-01-28T16:07:19.772380Z",
            "last_author": "Mortimer Jyvor Slaadel",
            "repository_url": "https://translations.zorin.com/api/translations/zorin-appearance/zorin-appearance/ht/repository/?format=api",
            "file_url": "https://translations.zorin.com/api/translations/zorin-appearance/zorin-appearance/ht/file/?format=api",
            "statistics_url": "https://translations.zorin.com/api/translations/zorin-appearance/zorin-appearance/ht/statistics/?format=api",
            "changes_list_url": "https://translations.zorin.com/api/translations/zorin-appearance/zorin-appearance/ht/changes/?format=api",
            "units_list_url": "https://translations.zorin.com/api/translations/zorin-appearance/zorin-appearance/ht/units/?format=api"
        },
        {
            "language": {
                "code": "ht",
                "name": "Haitian",
                "plural": {
                    "id": 261,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "ht_ht",
                    "hat"
                ],
                "direction": "ltr",
                "population": 8964918,
                "web_url": "https://translations.zorin.com/languages/ht/",
                "url": "https://translations.zorin.com/api/languages/ht/?format=api",
                "statistics_url": "https://translations.zorin.com/api/languages/ht/statistics/?format=api"
            },
            "component": {
                "name": "Glossary",
                "slug": "glossary",
                "id": 4,
                "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 Appearance",
                    "slug": "zorin-appearance",
                    "id": 3,
                    "web": "https://zorin.com/os/#desktop",
                    "web_url": "https://translations.zorin.com/projects/zorin-appearance/",
                    "url": "https://translations.zorin.com/api/projects/zorin-appearance/?format=api",
                    "components_list_url": "https://translations.zorin.com/api/projects/zorin-appearance/components/?format=api",
                    "repository_url": "https://translations.zorin.com/api/projects/zorin-appearance/repository/?format=api",
                    "statistics_url": "https://translations.zorin.com/api/projects/zorin-appearance/statistics/?format=api",
                    "changes_list_url": "https://translations.zorin.com/api/projects/zorin-appearance/changes/?format=api",
                    "languages_url": "https://translations.zorin.com/api/projects/zorin-appearance/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-appearance/glossary/",
                "branch": "main",
                "push_branch": "",
                "filemask": "*.tbx",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "tbx",
                "license": "GPL-2.0-or-later",
                "license_url": "https://spdx.org/licenses/GPL-2.0-or-later.html",
                "agreement": "",
                "web_url": "https://translations.zorin.com/projects/zorin-appearance/glossary/",
                "url": "https://translations.zorin.com/api/components/zorin-appearance/glossary/?format=api",
                "repository_url": "https://translations.zorin.com/api/components/zorin-appearance/glossary/repository/?format=api",
                "translations_url": "https://translations.zorin.com/api/components/zorin-appearance/glossary/translations/?format=api",
                "statistics_url": "https://translations.zorin.com/api/components/zorin-appearance/glossary/statistics/?format=api",
                "lock_url": "https://translations.zorin.com/api/components/zorin-appearance/glossary/lock/?format=api",
                "links_url": "https://translations.zorin.com/api/components/zorin-appearance/glossary/links/?format=api",
                "changes_list_url": "https://translations.zorin.com/api/components/zorin-appearance/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": "ht",
            "id": 871,
            "filename": "ht.tbx",
            "revision": "99973d125e3570ad24e252362a607275b6524488",
            "web_url": "https://translations.zorin.com/projects/zorin-appearance/glossary/ht/",
            "share_url": "https://translations.zorin.com/engage/zorin-appearance/ht/",
            "translate_url": "https://translations.zorin.com/translate/zorin-appearance/glossary/ht/",
            "url": "https://translations.zorin.com/api/translations/zorin-appearance/glossary/ht/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 1,
            "total_words": 1,
            "translated": 1,
            "translated_words": 1,
            "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-appearance/glossary/ht/repository/?format=api",
            "file_url": "https://translations.zorin.com/api/translations/zorin-appearance/glossary/ht/file/?format=api",
            "statistics_url": "https://translations.zorin.com/api/translations/zorin-appearance/glossary/ht/statistics/?format=api",
            "changes_list_url": "https://translations.zorin.com/api/translations/zorin-appearance/glossary/ht/changes/?format=api",
            "units_list_url": "https://translations.zorin.com/api/translations/zorin-appearance/glossary/ht/units/?format=api"
        }
    ]
}