Translation components API.

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

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

{
    "count": 138115,
    "next": "https://hosted.weblate.org/api/translations/?format=api&page=2763",
    "previous": "https://hosted.weblate.org/api/translations/?format=api&page=2761",
    "results": [
        {
            "language": {
                "id": 93,
                "code": "id",
                "name": "Indonesian",
                "plural": {
                    "id": 141,
                    "source": 0,
                    "number": 1,
                    "formula": "0",
                    "type": 0
                },
                "aliases": [
                    "in",
                    "in_id",
                    "ind"
                ],
                "direction": "ltr",
                "population": 171207687,
                "web_url": "https://hosted.weblate.org/languages/id/",
                "url": "https://hosted.weblate.org/api/languages/id/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/id/statistics/?format=api"
            },
            "component": {
                "name": "Glossary",
                "slug": "glossary",
                "id": 29098,
                "source_language": {
                    "id": 31,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 75,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://hosted.weblate.org/languages/en/",
                    "url": "https://hosted.weblate.org/api/languages/en/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Rounded Window Corners Reborn",
                    "slug": "rounded-window-corners-reborn",
                    "id": 5296,
                    "web": "https://github.com/flexagoon/rounded-window-corners",
                    "web_url": "https://hosted.weblate.org/projects/rounded-window-corners-reborn/",
                    "url": "https://hosted.weblate.org/api/projects/rounded-window-corners-reborn/?format=api",
                    "components_list_url": "https://hosted.weblate.org/api/projects/rounded-window-corners-reborn/components/?format=api",
                    "repository_url": "https://hosted.weblate.org/api/projects/rounded-window-corners-reborn/repository/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/projects/rounded-window-corners-reborn/statistics/?format=api",
                    "categories_url": "https://hosted.weblate.org/api/projects/rounded-window-corners-reborn/categories/?format=api",
                    "changes_list_url": "https://hosted.weblate.org/api/projects/rounded-window-corners-reborn/changes/?format=api",
                    "languages_url": "https://hosted.weblate.org/api/projects/rounded-window-corners-reborn/languages/?format=api",
                    "labels_url": "https://hosted.weblate.org/api/projects/rounded-window-corners-reborn/labels/?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://hosted.weblate.org/git/rounded-window-corners-reborn/glossary/",
                "branch": "main",
                "push_branch": "",
                "filemask": "*.tbx",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "tbx",
                "license": "GPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "https://hosted.weblate.org/projects/rounded-window-corners-reborn/glossary/",
                "url": "https://hosted.weblate.org/api/components/rounded-window-corners-reborn/glossary/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/rounded-window-corners-reborn/glossary/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/rounded-window-corners-reborn/glossary/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/rounded-window-corners-reborn/glossary/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/rounded-window-corners-reborn/glossary/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/rounded-window-corners-reborn/glossary/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/rounded-window-corners-reborn/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",
                "category": null,
                "linked_component": null
            },
            "language_code": "id",
            "id": 1453488,
            "filename": "id.tbx",
            "revision": "a707eb0b067f141dc98e77ff33c3d42e12c3d712",
            "web_url": "https://hosted.weblate.org/projects/rounded-window-corners-reborn/glossary/id/",
            "share_url": "https://hosted.weblate.org/engage/rounded-window-corners-reborn/-/id/",
            "translate_url": "https://hosted.weblate.org/translate/rounded-window-corners-reborn/glossary/id/",
            "url": "https://hosted.weblate.org/api/translations/rounded-window-corners-reborn/glossary/id/?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": "2024-05-04T03:35:06.530503+02:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/rounded-window-corners-reborn/glossary/id/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/rounded-window-corners-reborn/glossary/id/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/rounded-window-corners-reborn/glossary/id/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/rounded-window-corners-reborn/glossary/id/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/rounded-window-corners-reborn/glossary/id/units/?format=api"
        },
        {
            "language": {
                "id": 96,
                "code": "nl",
                "name": "Dutch",
                "plural": {
                    "id": 73,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "dut",
                    "nld"
                ],
                "direction": "ltr",
                "population": 31765645,
                "web_url": "https://hosted.weblate.org/languages/nl/",
                "url": "https://hosted.weblate.org/api/languages/nl/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/nl/statistics/?format=api"
            },
            "component": {
                "name": "Glossary",
                "slug": "glossary",
                "id": 29098,
                "source_language": {
                    "id": 31,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 75,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://hosted.weblate.org/languages/en/",
                    "url": "https://hosted.weblate.org/api/languages/en/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Rounded Window Corners Reborn",
                    "slug": "rounded-window-corners-reborn",
                    "id": 5296,
                    "web": "https://github.com/flexagoon/rounded-window-corners",
                    "web_url": "https://hosted.weblate.org/projects/rounded-window-corners-reborn/",
                    "url": "https://hosted.weblate.org/api/projects/rounded-window-corners-reborn/?format=api",
                    "components_list_url": "https://hosted.weblate.org/api/projects/rounded-window-corners-reborn/components/?format=api",
                    "repository_url": "https://hosted.weblate.org/api/projects/rounded-window-corners-reborn/repository/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/projects/rounded-window-corners-reborn/statistics/?format=api",
                    "categories_url": "https://hosted.weblate.org/api/projects/rounded-window-corners-reborn/categories/?format=api",
                    "changes_list_url": "https://hosted.weblate.org/api/projects/rounded-window-corners-reborn/changes/?format=api",
                    "languages_url": "https://hosted.weblate.org/api/projects/rounded-window-corners-reborn/languages/?format=api",
                    "labels_url": "https://hosted.weblate.org/api/projects/rounded-window-corners-reborn/labels/?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://hosted.weblate.org/git/rounded-window-corners-reborn/glossary/",
                "branch": "main",
                "push_branch": "",
                "filemask": "*.tbx",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "tbx",
                "license": "GPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "https://hosted.weblate.org/projects/rounded-window-corners-reborn/glossary/",
                "url": "https://hosted.weblate.org/api/components/rounded-window-corners-reborn/glossary/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/rounded-window-corners-reborn/glossary/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/rounded-window-corners-reborn/glossary/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/rounded-window-corners-reborn/glossary/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/rounded-window-corners-reborn/glossary/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/rounded-window-corners-reborn/glossary/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/rounded-window-corners-reborn/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",
                "category": null,
                "linked_component": null
            },
            "language_code": "nl",
            "id": 1453490,
            "filename": "nl.tbx",
            "revision": "a707eb0b067f141dc98e77ff33c3d42e12c3d712",
            "web_url": "https://hosted.weblate.org/projects/rounded-window-corners-reborn/glossary/nl/",
            "share_url": "https://hosted.weblate.org/engage/rounded-window-corners-reborn/-/nl/",
            "translate_url": "https://hosted.weblate.org/translate/rounded-window-corners-reborn/glossary/nl/",
            "url": "https://hosted.weblate.org/api/translations/rounded-window-corners-reborn/glossary/nl/?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": "2024-05-04T03:35:06.630958+02:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/rounded-window-corners-reborn/glossary/nl/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/rounded-window-corners-reborn/glossary/nl/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/rounded-window-corners-reborn/glossary/nl/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/rounded-window-corners-reborn/glossary/nl/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/rounded-window-corners-reborn/glossary/nl/units/?format=api"
        },
        {
            "language": {
                "id": 103,
                "code": "es",
                "name": "Spanish",
                "plural": {
                    "id": 291,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "es_la",
                    "esp",
                    "spa"
                ],
                "direction": "ltr",
                "population": 493528078,
                "web_url": "https://hosted.weblate.org/languages/es/",
                "url": "https://hosted.weblate.org/api/languages/es/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/es/statistics/?format=api"
            },
            "component": {
                "name": "Glossary",
                "slug": "glossary",
                "id": 29098,
                "source_language": {
                    "id": 31,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 75,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://hosted.weblate.org/languages/en/",
                    "url": "https://hosted.weblate.org/api/languages/en/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Rounded Window Corners Reborn",
                    "slug": "rounded-window-corners-reborn",
                    "id": 5296,
                    "web": "https://github.com/flexagoon/rounded-window-corners",
                    "web_url": "https://hosted.weblate.org/projects/rounded-window-corners-reborn/",
                    "url": "https://hosted.weblate.org/api/projects/rounded-window-corners-reborn/?format=api",
                    "components_list_url": "https://hosted.weblate.org/api/projects/rounded-window-corners-reborn/components/?format=api",
                    "repository_url": "https://hosted.weblate.org/api/projects/rounded-window-corners-reborn/repository/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/projects/rounded-window-corners-reborn/statistics/?format=api",
                    "categories_url": "https://hosted.weblate.org/api/projects/rounded-window-corners-reborn/categories/?format=api",
                    "changes_list_url": "https://hosted.weblate.org/api/projects/rounded-window-corners-reborn/changes/?format=api",
                    "languages_url": "https://hosted.weblate.org/api/projects/rounded-window-corners-reborn/languages/?format=api",
                    "labels_url": "https://hosted.weblate.org/api/projects/rounded-window-corners-reborn/labels/?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://hosted.weblate.org/git/rounded-window-corners-reborn/glossary/",
                "branch": "main",
                "push_branch": "",
                "filemask": "*.tbx",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "tbx",
                "license": "GPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "https://hosted.weblate.org/projects/rounded-window-corners-reborn/glossary/",
                "url": "https://hosted.weblate.org/api/components/rounded-window-corners-reborn/glossary/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/rounded-window-corners-reborn/glossary/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/rounded-window-corners-reborn/glossary/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/rounded-window-corners-reborn/glossary/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/rounded-window-corners-reborn/glossary/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/rounded-window-corners-reborn/glossary/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/rounded-window-corners-reborn/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",
                "category": null,
                "linked_component": null
            },
            "language_code": "es",
            "id": 1453492,
            "filename": "es.tbx",
            "revision": "a707eb0b067f141dc98e77ff33c3d42e12c3d712",
            "web_url": "https://hosted.weblate.org/projects/rounded-window-corners-reborn/glossary/es/",
            "share_url": "https://hosted.weblate.org/engage/rounded-window-corners-reborn/-/es/",
            "translate_url": "https://hosted.weblate.org/translate/rounded-window-corners-reborn/glossary/es/",
            "url": "https://hosted.weblate.org/api/translations/rounded-window-corners-reborn/glossary/es/?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": "2024-05-04T03:35:06.404829+02:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/rounded-window-corners-reborn/glossary/es/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/rounded-window-corners-reborn/glossary/es/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/rounded-window-corners-reborn/glossary/es/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/rounded-window-corners-reborn/glossary/es/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/rounded-window-corners-reborn/glossary/es/units/?format=api"
        },
        {
            "language": {
                "id": 105,
                "code": "fr",
                "name": "French",
                "plural": {
                    "id": 93,
                    "source": 0,
                    "number": 2,
                    "formula": "n > 1",
                    "type": 1
                },
                "aliases": [
                    "fra_fr",
                    "fra",
                    "fre"
                ],
                "direction": "ltr",
                "population": 278611506,
                "web_url": "https://hosted.weblate.org/languages/fr/",
                "url": "https://hosted.weblate.org/api/languages/fr/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/fr/statistics/?format=api"
            },
            "component": {
                "name": "Glossary",
                "slug": "glossary",
                "id": 29098,
                "source_language": {
                    "id": 31,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 75,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://hosted.weblate.org/languages/en/",
                    "url": "https://hosted.weblate.org/api/languages/en/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Rounded Window Corners Reborn",
                    "slug": "rounded-window-corners-reborn",
                    "id": 5296,
                    "web": "https://github.com/flexagoon/rounded-window-corners",
                    "web_url": "https://hosted.weblate.org/projects/rounded-window-corners-reborn/",
                    "url": "https://hosted.weblate.org/api/projects/rounded-window-corners-reborn/?format=api",
                    "components_list_url": "https://hosted.weblate.org/api/projects/rounded-window-corners-reborn/components/?format=api",
                    "repository_url": "https://hosted.weblate.org/api/projects/rounded-window-corners-reborn/repository/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/projects/rounded-window-corners-reborn/statistics/?format=api",
                    "categories_url": "https://hosted.weblate.org/api/projects/rounded-window-corners-reborn/categories/?format=api",
                    "changes_list_url": "https://hosted.weblate.org/api/projects/rounded-window-corners-reborn/changes/?format=api",
                    "languages_url": "https://hosted.weblate.org/api/projects/rounded-window-corners-reborn/languages/?format=api",
                    "labels_url": "https://hosted.weblate.org/api/projects/rounded-window-corners-reborn/labels/?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://hosted.weblate.org/git/rounded-window-corners-reborn/glossary/",
                "branch": "main",
                "push_branch": "",
                "filemask": "*.tbx",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "tbx",
                "license": "GPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "https://hosted.weblate.org/projects/rounded-window-corners-reborn/glossary/",
                "url": "https://hosted.weblate.org/api/components/rounded-window-corners-reborn/glossary/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/rounded-window-corners-reborn/glossary/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/rounded-window-corners-reborn/glossary/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/rounded-window-corners-reborn/glossary/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/rounded-window-corners-reborn/glossary/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/rounded-window-corners-reborn/glossary/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/rounded-window-corners-reborn/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",
                "category": null,
                "linked_component": null
            },
            "language_code": "fr",
            "id": 1453494,
            "filename": "fr.tbx",
            "revision": "a707eb0b067f141dc98e77ff33c3d42e12c3d712",
            "web_url": "https://hosted.weblate.org/projects/rounded-window-corners-reborn/glossary/fr/",
            "share_url": "https://hosted.weblate.org/engage/rounded-window-corners-reborn/-/fr/",
            "translate_url": "https://hosted.weblate.org/translate/rounded-window-corners-reborn/glossary/fr/",
            "url": "https://hosted.weblate.org/api/translations/rounded-window-corners-reborn/glossary/fr/?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": "2024-05-04T03:35:06.478023+02:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/rounded-window-corners-reborn/glossary/fr/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/rounded-window-corners-reborn/glossary/fr/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/rounded-window-corners-reborn/glossary/fr/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/rounded-window-corners-reborn/glossary/fr/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/rounded-window-corners-reborn/glossary/fr/units/?format=api"
        },
        {
            "language": {
                "id": 110,
                "code": "fi",
                "name": "Finnish",
                "plural": {
                    "id": 89,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "fin_fi",
                    "fin"
                ],
                "direction": "ltr",
                "population": 5736841,
                "web_url": "https://hosted.weblate.org/languages/fi/",
                "url": "https://hosted.weblate.org/api/languages/fi/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/fi/statistics/?format=api"
            },
            "component": {
                "name": "Glossary",
                "slug": "glossary",
                "id": 29098,
                "source_language": {
                    "id": 31,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 75,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://hosted.weblate.org/languages/en/",
                    "url": "https://hosted.weblate.org/api/languages/en/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Rounded Window Corners Reborn",
                    "slug": "rounded-window-corners-reborn",
                    "id": 5296,
                    "web": "https://github.com/flexagoon/rounded-window-corners",
                    "web_url": "https://hosted.weblate.org/projects/rounded-window-corners-reborn/",
                    "url": "https://hosted.weblate.org/api/projects/rounded-window-corners-reborn/?format=api",
                    "components_list_url": "https://hosted.weblate.org/api/projects/rounded-window-corners-reborn/components/?format=api",
                    "repository_url": "https://hosted.weblate.org/api/projects/rounded-window-corners-reborn/repository/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/projects/rounded-window-corners-reborn/statistics/?format=api",
                    "categories_url": "https://hosted.weblate.org/api/projects/rounded-window-corners-reborn/categories/?format=api",
                    "changes_list_url": "https://hosted.weblate.org/api/projects/rounded-window-corners-reborn/changes/?format=api",
                    "languages_url": "https://hosted.weblate.org/api/projects/rounded-window-corners-reborn/languages/?format=api",
                    "labels_url": "https://hosted.weblate.org/api/projects/rounded-window-corners-reborn/labels/?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://hosted.weblate.org/git/rounded-window-corners-reborn/glossary/",
                "branch": "main",
                "push_branch": "",
                "filemask": "*.tbx",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "tbx",
                "license": "GPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "https://hosted.weblate.org/projects/rounded-window-corners-reborn/glossary/",
                "url": "https://hosted.weblate.org/api/components/rounded-window-corners-reborn/glossary/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/rounded-window-corners-reborn/glossary/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/rounded-window-corners-reborn/glossary/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/rounded-window-corners-reborn/glossary/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/rounded-window-corners-reborn/glossary/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/rounded-window-corners-reborn/glossary/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/rounded-window-corners-reborn/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",
                "category": null,
                "linked_component": null
            },
            "language_code": "fi",
            "id": 1453496,
            "filename": "fi.tbx",
            "revision": "a707eb0b067f141dc98e77ff33c3d42e12c3d712",
            "web_url": "https://hosted.weblate.org/projects/rounded-window-corners-reborn/glossary/fi/",
            "share_url": "https://hosted.weblate.org/engage/rounded-window-corners-reborn/-/fi/",
            "translate_url": "https://hosted.weblate.org/translate/rounded-window-corners-reborn/glossary/fi/",
            "url": "https://hosted.weblate.org/api/translations/rounded-window-corners-reborn/glossary/fi/?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": "2024-05-04T03:35:06.451373+02:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/rounded-window-corners-reborn/glossary/fi/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/rounded-window-corners-reborn/glossary/fi/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/rounded-window-corners-reborn/glossary/fi/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/rounded-window-corners-reborn/glossary/fi/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/rounded-window-corners-reborn/glossary/fi/units/?format=api"
        },
        {
            "language": {
                "id": 186,
                "code": "zh_Hans",
                "name": "Chinese (Simplified)",
                "plural": {
                    "id": 57,
                    "source": 0,
                    "number": 1,
                    "formula": "0",
                    "type": 0
                },
                "aliases": [
                    "chinese",
                    "chinese_chs",
                    "schinese",
                    "chinese_zh",
                    "cn",
                    "zh",
                    "zhcn",
                    "zh_cn",
                    "zh_chs",
                    "cmn",
                    "zh_hans_cn",
                    "zh_cmn_hans",
                    "chs",
                    "chi"
                ],
                "direction": "ltr",
                "population": 1266066359,
                "web_url": "https://hosted.weblate.org/languages/zh_Hans/",
                "url": "https://hosted.weblate.org/api/languages/zh_Hans/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/zh_Hans/statistics/?format=api"
            },
            "component": {
                "name": "Glossary",
                "slug": "glossary",
                "id": 29098,
                "source_language": {
                    "id": 31,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 75,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://hosted.weblate.org/languages/en/",
                    "url": "https://hosted.weblate.org/api/languages/en/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Rounded Window Corners Reborn",
                    "slug": "rounded-window-corners-reborn",
                    "id": 5296,
                    "web": "https://github.com/flexagoon/rounded-window-corners",
                    "web_url": "https://hosted.weblate.org/projects/rounded-window-corners-reborn/",
                    "url": "https://hosted.weblate.org/api/projects/rounded-window-corners-reborn/?format=api",
                    "components_list_url": "https://hosted.weblate.org/api/projects/rounded-window-corners-reborn/components/?format=api",
                    "repository_url": "https://hosted.weblate.org/api/projects/rounded-window-corners-reborn/repository/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/projects/rounded-window-corners-reborn/statistics/?format=api",
                    "categories_url": "https://hosted.weblate.org/api/projects/rounded-window-corners-reborn/categories/?format=api",
                    "changes_list_url": "https://hosted.weblate.org/api/projects/rounded-window-corners-reborn/changes/?format=api",
                    "languages_url": "https://hosted.weblate.org/api/projects/rounded-window-corners-reborn/languages/?format=api",
                    "labels_url": "https://hosted.weblate.org/api/projects/rounded-window-corners-reborn/labels/?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://hosted.weblate.org/git/rounded-window-corners-reborn/glossary/",
                "branch": "main",
                "push_branch": "",
                "filemask": "*.tbx",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "tbx",
                "license": "GPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "https://hosted.weblate.org/projects/rounded-window-corners-reborn/glossary/",
                "url": "https://hosted.weblate.org/api/components/rounded-window-corners-reborn/glossary/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/rounded-window-corners-reborn/glossary/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/rounded-window-corners-reborn/glossary/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/rounded-window-corners-reborn/glossary/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/rounded-window-corners-reborn/glossary/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/rounded-window-corners-reborn/glossary/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/rounded-window-corners-reborn/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",
                "category": null,
                "linked_component": null
            },
            "language_code": "zh_Hans",
            "id": 1453498,
            "filename": "zh_Hans.tbx",
            "revision": "a707eb0b067f141dc98e77ff33c3d42e12c3d712",
            "web_url": "https://hosted.weblate.org/projects/rounded-window-corners-reborn/glossary/zh_Hans/",
            "share_url": "https://hosted.weblate.org/engage/rounded-window-corners-reborn/-/zh_Hans/",
            "translate_url": "https://hosted.weblate.org/translate/rounded-window-corners-reborn/glossary/zh_Hans/",
            "url": "https://hosted.weblate.org/api/translations/rounded-window-corners-reborn/glossary/zh_Hans/?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": "2024-05-04T03:35:06.928354+02:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/rounded-window-corners-reborn/glossary/zh_Hans/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/rounded-window-corners-reborn/glossary/zh_Hans/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/rounded-window-corners-reborn/glossary/zh_Hans/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/rounded-window-corners-reborn/glossary/zh_Hans/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/rounded-window-corners-reborn/glossary/zh_Hans/units/?format=api"
        },
        {
            "language": {
                "id": 449,
                "code": "nb_NO",
                "name": "Norwegian Bokmål",
                "plural": {
                    "id": 447,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "norwegian",
                    "no_nb",
                    "nb_nb",
                    "no_no",
                    "no",
                    "nb",
                    "nob",
                    "nor"
                ],
                "direction": "ltr",
                "population": 5467440,
                "web_url": "https://hosted.weblate.org/languages/nb_NO/",
                "url": "https://hosted.weblate.org/api/languages/nb_NO/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/nb_NO/statistics/?format=api"
            },
            "component": {
                "name": "Glossary",
                "slug": "glossary",
                "id": 29098,
                "source_language": {
                    "id": 31,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 75,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://hosted.weblate.org/languages/en/",
                    "url": "https://hosted.weblate.org/api/languages/en/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Rounded Window Corners Reborn",
                    "slug": "rounded-window-corners-reborn",
                    "id": 5296,
                    "web": "https://github.com/flexagoon/rounded-window-corners",
                    "web_url": "https://hosted.weblate.org/projects/rounded-window-corners-reborn/",
                    "url": "https://hosted.weblate.org/api/projects/rounded-window-corners-reborn/?format=api",
                    "components_list_url": "https://hosted.weblate.org/api/projects/rounded-window-corners-reborn/components/?format=api",
                    "repository_url": "https://hosted.weblate.org/api/projects/rounded-window-corners-reborn/repository/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/projects/rounded-window-corners-reborn/statistics/?format=api",
                    "categories_url": "https://hosted.weblate.org/api/projects/rounded-window-corners-reborn/categories/?format=api",
                    "changes_list_url": "https://hosted.weblate.org/api/projects/rounded-window-corners-reborn/changes/?format=api",
                    "languages_url": "https://hosted.weblate.org/api/projects/rounded-window-corners-reborn/languages/?format=api",
                    "labels_url": "https://hosted.weblate.org/api/projects/rounded-window-corners-reborn/labels/?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://hosted.weblate.org/git/rounded-window-corners-reborn/glossary/",
                "branch": "main",
                "push_branch": "",
                "filemask": "*.tbx",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "tbx",
                "license": "GPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "https://hosted.weblate.org/projects/rounded-window-corners-reborn/glossary/",
                "url": "https://hosted.weblate.org/api/components/rounded-window-corners-reborn/glossary/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/rounded-window-corners-reborn/glossary/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/rounded-window-corners-reborn/glossary/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/rounded-window-corners-reborn/glossary/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/rounded-window-corners-reborn/glossary/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/rounded-window-corners-reborn/glossary/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/rounded-window-corners-reborn/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",
                "category": null,
                "linked_component": null
            },
            "language_code": "nb_NO",
            "id": 1453500,
            "filename": "nb_NO.tbx",
            "revision": "a707eb0b067f141dc98e77ff33c3d42e12c3d712",
            "web_url": "https://hosted.weblate.org/projects/rounded-window-corners-reborn/glossary/nb_NO/",
            "share_url": "https://hosted.weblate.org/engage/rounded-window-corners-reborn/-/nb_NO/",
            "translate_url": "https://hosted.weblate.org/translate/rounded-window-corners-reborn/glossary/nb_NO/",
            "url": "https://hosted.weblate.org/api/translations/rounded-window-corners-reborn/glossary/nb_NO/?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": "2024-05-04T03:35:06.612047+02:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/rounded-window-corners-reborn/glossary/nb_NO/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/rounded-window-corners-reborn/glossary/nb_NO/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/rounded-window-corners-reborn/glossary/nb_NO/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/rounded-window-corners-reborn/glossary/nb_NO/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/rounded-window-corners-reborn/glossary/nb_NO/units/?format=api"
        },
        {
            "language": {
                "id": 31,
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 75,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485517,
                "web_url": "https://hosted.weblate.org/languages/en/",
                "url": "https://hosted.weblate.org/api/languages/en/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/en/statistics/?format=api"
            },
            "component": {
                "name": "Translation",
                "slug": "translation",
                "id": 29099,
                "source_language": {
                    "id": 31,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 75,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://hosted.weblate.org/languages/en/",
                    "url": "https://hosted.weblate.org/api/languages/en/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "GTD Sync",
                    "slug": "gtdsync",
                    "id": 5297,
                    "web": "https://sourceforge.net/p/gtdsync/wiki/Home/",
                    "web_url": "https://hosted.weblate.org/projects/gtdsync/",
                    "url": "https://hosted.weblate.org/api/projects/gtdsync/?format=api",
                    "components_list_url": "https://hosted.weblate.org/api/projects/gtdsync/components/?format=api",
                    "repository_url": "https://hosted.weblate.org/api/projects/gtdsync/repository/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/projects/gtdsync/statistics/?format=api",
                    "categories_url": "https://hosted.weblate.org/api/projects/gtdsync/categories/?format=api",
                    "changes_list_url": "https://hosted.weblate.org/api/projects/gtdsync/changes/?format=api",
                    "languages_url": "https://hosted.weblate.org/api/projects/gtdsync/languages/?format=api",
                    "labels_url": "https://hosted.weblate.org/api/projects/gtdsync/labels/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "Wait until I have organised things properly",
                    "enable_hooks": false,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "https://git.code.sf.net/p/gtdsync/code",
                "git_export": "https://hosted.weblate.org/git/gtdsync/translation/",
                "branch": "feature_45",
                "push_branch": "",
                "filemask": "gtdsync/src/addon/resources/translations_*.properties",
                "screenshot_filemask": "",
                "template": "gtdsync/src/addon/resources/translations.properties",
                "edit_template": false,
                "intermediate": "",
                "new_base": "",
                "file_format": "properties",
                "license": "LGPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/LGPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "https://hosted.weblate.org/projects/gtdsync/translation/",
                "url": "https://hosted.weblate.org/api/components/gtdsync/translation/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/gtdsync/translation/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/gtdsync/translation/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/gtdsync/translation/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/gtdsync/translation/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/gtdsync/translation/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/gtdsync/translation/changes/?format=api",
                "task_url": null,
                "new_lang": "contact",
                "language_code_style": "",
                "push": "ssh://git.code.sf.net/p/gtdsync/code",
                "check_flags": "",
                "priority": 120,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "https://sourceforge.net/p/gtdsync/code/ci/{{branch}}/tree/{{filename}}#l{{line}}",
                "report_source_bugs": "h.n.van.den.akker+weblatebugs@gmail.com",
                "merge_style": "merge",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": true,
                "manage_units": 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": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "en",
            "id": 1453502,
            "filename": "gtdsync/src/addon/resources/translations.properties",
            "revision": "ac281565638afe2df9a1ec03fca785d9ffe4cb8f,ac281565638afe2df9a1ec03fca785d9ffe4cb8f",
            "web_url": "https://hosted.weblate.org/projects/gtdsync/translation/en/",
            "share_url": "https://hosted.weblate.org/engage/gtdsync/-/en/",
            "translate_url": "https://hosted.weblate.org/translate/gtdsync/translation/en/",
            "url": "https://hosted.weblate.org/api/translations/gtdsync/translation/en/?format=api",
            "is_template": true,
            "is_source": true,
            "total": 177,
            "total_words": 1821,
            "translated": 177,
            "translated_words": 1821,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-05-04T18:29:06.486904+02:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/gtdsync/translation/en/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/gtdsync/translation/en/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/gtdsync/translation/en/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/gtdsync/translation/en/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/gtdsync/translation/en/units/?format=api"
        },
        {
            "language": {
                "id": 96,
                "code": "nl",
                "name": "Dutch",
                "plural": {
                    "id": 73,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "dut",
                    "nld"
                ],
                "direction": "ltr",
                "population": 31765645,
                "web_url": "https://hosted.weblate.org/languages/nl/",
                "url": "https://hosted.weblate.org/api/languages/nl/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/nl/statistics/?format=api"
            },
            "component": {
                "name": "Translation",
                "slug": "translation",
                "id": 29099,
                "source_language": {
                    "id": 31,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 75,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://hosted.weblate.org/languages/en/",
                    "url": "https://hosted.weblate.org/api/languages/en/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "GTD Sync",
                    "slug": "gtdsync",
                    "id": 5297,
                    "web": "https://sourceforge.net/p/gtdsync/wiki/Home/",
                    "web_url": "https://hosted.weblate.org/projects/gtdsync/",
                    "url": "https://hosted.weblate.org/api/projects/gtdsync/?format=api",
                    "components_list_url": "https://hosted.weblate.org/api/projects/gtdsync/components/?format=api",
                    "repository_url": "https://hosted.weblate.org/api/projects/gtdsync/repository/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/projects/gtdsync/statistics/?format=api",
                    "categories_url": "https://hosted.weblate.org/api/projects/gtdsync/categories/?format=api",
                    "changes_list_url": "https://hosted.weblate.org/api/projects/gtdsync/changes/?format=api",
                    "languages_url": "https://hosted.weblate.org/api/projects/gtdsync/languages/?format=api",
                    "labels_url": "https://hosted.weblate.org/api/projects/gtdsync/labels/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "Wait until I have organised things properly",
                    "enable_hooks": false,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "https://git.code.sf.net/p/gtdsync/code",
                "git_export": "https://hosted.weblate.org/git/gtdsync/translation/",
                "branch": "feature_45",
                "push_branch": "",
                "filemask": "gtdsync/src/addon/resources/translations_*.properties",
                "screenshot_filemask": "",
                "template": "gtdsync/src/addon/resources/translations.properties",
                "edit_template": false,
                "intermediate": "",
                "new_base": "",
                "file_format": "properties",
                "license": "LGPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/LGPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "https://hosted.weblate.org/projects/gtdsync/translation/",
                "url": "https://hosted.weblate.org/api/components/gtdsync/translation/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/gtdsync/translation/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/gtdsync/translation/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/gtdsync/translation/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/gtdsync/translation/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/gtdsync/translation/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/gtdsync/translation/changes/?format=api",
                "task_url": null,
                "new_lang": "contact",
                "language_code_style": "",
                "push": "ssh://git.code.sf.net/p/gtdsync/code",
                "check_flags": "",
                "priority": 120,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "https://sourceforge.net/p/gtdsync/code/ci/{{branch}}/tree/{{filename}}#l{{line}}",
                "report_source_bugs": "h.n.van.den.akker+weblatebugs@gmail.com",
                "merge_style": "merge",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": true,
                "manage_units": 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": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "nl",
            "id": 1453503,
            "filename": "gtdsync/src/addon/resources/translations_nl.properties",
            "revision": "50d8a113f29c832c8e89d1c0e48f46f5d815ae76,ac281565638afe2df9a1ec03fca785d9ffe4cb8f",
            "web_url": "https://hosted.weblate.org/projects/gtdsync/translation/nl/",
            "share_url": "https://hosted.weblate.org/engage/gtdsync/-/nl/",
            "translate_url": "https://hosted.weblate.org/translate/gtdsync/translation/nl/",
            "url": "https://hosted.weblate.org/api/translations/gtdsync/translation/nl/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 177,
            "total_words": 1821,
            "translated": 177,
            "translated_words": 1821,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-05-04T18:32:45.963315+02:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/gtdsync/translation/nl/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/gtdsync/translation/nl/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/gtdsync/translation/nl/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/gtdsync/translation/nl/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/gtdsync/translation/nl/units/?format=api"
        },
        {
            "language": {
                "id": 31,
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 75,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485517,
                "web_url": "https://hosted.weblate.org/languages/en/",
                "url": "https://hosted.weblate.org/api/languages/en/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/en/statistics/?format=api"
            },
            "component": {
                "name": "GTD Sync",
                "slug": "glossary",
                "id": 29100,
                "source_language": {
                    "id": 31,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 75,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://hosted.weblate.org/languages/en/",
                    "url": "https://hosted.weblate.org/api/languages/en/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "GTD Sync",
                    "slug": "gtdsync",
                    "id": 5297,
                    "web": "https://sourceforge.net/p/gtdsync/wiki/Home/",
                    "web_url": "https://hosted.weblate.org/projects/gtdsync/",
                    "url": "https://hosted.weblate.org/api/projects/gtdsync/?format=api",
                    "components_list_url": "https://hosted.weblate.org/api/projects/gtdsync/components/?format=api",
                    "repository_url": "https://hosted.weblate.org/api/projects/gtdsync/repository/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/projects/gtdsync/statistics/?format=api",
                    "categories_url": "https://hosted.weblate.org/api/projects/gtdsync/categories/?format=api",
                    "changes_list_url": "https://hosted.weblate.org/api/projects/gtdsync/changes/?format=api",
                    "languages_url": "https://hosted.weblate.org/api/projects/gtdsync/languages/?format=api",
                    "labels_url": "https://hosted.weblate.org/api/projects/gtdsync/labels/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "Wait until I have organised things properly",
                    "enable_hooks": false,
                    "language_aliases": ""
                },
                "vcs": "local",
                "repo": "local:",
                "git_export": "https://hosted.weblate.org/git/gtdsync/glossary/",
                "branch": "main",
                "push_branch": "",
                "filemask": "*.tbx",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "tbx",
                "license": "LGPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/LGPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "https://hosted.weblate.org/projects/gtdsync/glossary/",
                "url": "https://hosted.weblate.org/api/components/gtdsync/glossary/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/gtdsync/glossary/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/gtdsync/glossary/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/gtdsync/glossary/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/gtdsync/glossary/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/gtdsync/glossary/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/gtdsync/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",
                "category": null,
                "linked_component": null
            },
            "language_code": "en",
            "id": 1453504,
            "filename": "",
            "revision": "",
            "web_url": "https://hosted.weblate.org/projects/gtdsync/glossary/en/",
            "share_url": "https://hosted.weblate.org/engage/gtdsync/-/en/",
            "translate_url": "https://hosted.weblate.org/translate/gtdsync/glossary/en/",
            "url": "https://hosted.weblate.org/api/translations/gtdsync/glossary/en/?format=api",
            "is_template": false,
            "is_source": true,
            "total": 0,
            "total_words": 0,
            "translated": 0,
            "translated_words": 0,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/gtdsync/glossary/en/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/gtdsync/glossary/en/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/gtdsync/glossary/en/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/gtdsync/glossary/en/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/gtdsync/glossary/en/units/?format=api"
        },
        {
            "language": {
                "id": 96,
                "code": "nl",
                "name": "Dutch",
                "plural": {
                    "id": 73,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "dut",
                    "nld"
                ],
                "direction": "ltr",
                "population": 31765645,
                "web_url": "https://hosted.weblate.org/languages/nl/",
                "url": "https://hosted.weblate.org/api/languages/nl/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/nl/statistics/?format=api"
            },
            "component": {
                "name": "GTD Sync",
                "slug": "glossary",
                "id": 29100,
                "source_language": {
                    "id": 31,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 75,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://hosted.weblate.org/languages/en/",
                    "url": "https://hosted.weblate.org/api/languages/en/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "GTD Sync",
                    "slug": "gtdsync",
                    "id": 5297,
                    "web": "https://sourceforge.net/p/gtdsync/wiki/Home/",
                    "web_url": "https://hosted.weblate.org/projects/gtdsync/",
                    "url": "https://hosted.weblate.org/api/projects/gtdsync/?format=api",
                    "components_list_url": "https://hosted.weblate.org/api/projects/gtdsync/components/?format=api",
                    "repository_url": "https://hosted.weblate.org/api/projects/gtdsync/repository/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/projects/gtdsync/statistics/?format=api",
                    "categories_url": "https://hosted.weblate.org/api/projects/gtdsync/categories/?format=api",
                    "changes_list_url": "https://hosted.weblate.org/api/projects/gtdsync/changes/?format=api",
                    "languages_url": "https://hosted.weblate.org/api/projects/gtdsync/languages/?format=api",
                    "labels_url": "https://hosted.weblate.org/api/projects/gtdsync/labels/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "Wait until I have organised things properly",
                    "enable_hooks": false,
                    "language_aliases": ""
                },
                "vcs": "local",
                "repo": "local:",
                "git_export": "https://hosted.weblate.org/git/gtdsync/glossary/",
                "branch": "main",
                "push_branch": "",
                "filemask": "*.tbx",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "tbx",
                "license": "LGPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/LGPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "https://hosted.weblate.org/projects/gtdsync/glossary/",
                "url": "https://hosted.weblate.org/api/components/gtdsync/glossary/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/gtdsync/glossary/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/gtdsync/glossary/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/gtdsync/glossary/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/gtdsync/glossary/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/gtdsync/glossary/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/gtdsync/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",
                "category": null,
                "linked_component": null
            },
            "language_code": "nl",
            "id": 1453505,
            "filename": "nl.tbx",
            "revision": "a707eb0b067f141dc98e77ff33c3d42e12c3d712",
            "web_url": "https://hosted.weblate.org/projects/gtdsync/glossary/nl/",
            "share_url": "https://hosted.weblate.org/engage/gtdsync/-/nl/",
            "translate_url": "https://hosted.weblate.org/translate/gtdsync/glossary/nl/",
            "url": "https://hosted.weblate.org/api/translations/gtdsync/glossary/nl/?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": "2024-05-04T14:38:54.057071+02:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/gtdsync/glossary/nl/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/gtdsync/glossary/nl/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/gtdsync/glossary/nl/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/gtdsync/glossary/nl/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/gtdsync/glossary/nl/units/?format=api"
        },
        {
            "language": {
                "id": 186,
                "code": "zh_Hans",
                "name": "Chinese (Simplified)",
                "plural": {
                    "id": 57,
                    "source": 0,
                    "number": 1,
                    "formula": "0",
                    "type": 0
                },
                "aliases": [
                    "chinese",
                    "chinese_chs",
                    "schinese",
                    "chinese_zh",
                    "cn",
                    "zh",
                    "zhcn",
                    "zh_cn",
                    "zh_chs",
                    "cmn",
                    "zh_hans_cn",
                    "zh_cmn_hans",
                    "chs",
                    "chi"
                ],
                "direction": "ltr",
                "population": 1266066359,
                "web_url": "https://hosted.weblate.org/languages/zh_Hans/",
                "url": "https://hosted.weblate.org/api/languages/zh_Hans/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/zh_Hans/statistics/?format=api"
            },
            "component": {
                "name": "Strings",
                "slug": "strings",
                "id": 26897,
                "source_language": {
                    "id": 31,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 75,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://hosted.weblate.org/languages/en/",
                    "url": "https://hosted.weblate.org/api/languages/en/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Noti Progress Bar",
                    "slug": "noti-progress-bar",
                    "id": 4683,
                    "web": "https://github.com/GustavoASantos/Noti",
                    "web_url": "https://hosted.weblate.org/projects/noti-progress-bar/",
                    "url": "https://hosted.weblate.org/api/projects/noti-progress-bar/?format=api",
                    "components_list_url": "https://hosted.weblate.org/api/projects/noti-progress-bar/components/?format=api",
                    "repository_url": "https://hosted.weblate.org/api/projects/noti-progress-bar/repository/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/projects/noti-progress-bar/statistics/?format=api",
                    "categories_url": "https://hosted.weblate.org/api/projects/noti-progress-bar/categories/?format=api",
                    "changes_list_url": "https://hosted.weblate.org/api/projects/noti-progress-bar/changes/?format=api",
                    "languages_url": "https://hosted.weblate.org/api/projects/noti-progress-bar/languages/?format=api",
                    "labels_url": "https://hosted.weblate.org/api/projects/noti-progress-bar/labels/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "github",
                "repo": "https://github.com/GustavoASantos/Noti",
                "git_export": "https://hosted.weblate.org/git/noti-progress-bar/strings/",
                "branch": "main",
                "push_branch": "",
                "filemask": "app/src/main/res/values-*/strings.xml",
                "screenshot_filemask": "",
                "template": "app/src/main/res/values/strings.xml",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "aresource",
                "license": "GPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "https://hosted.weblate.org/projects/noti-progress-bar/strings/",
                "url": "https://hosted.weblate.org/api/components/noti-progress-bar/strings/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/noti-progress-bar/strings/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/noti-progress-bar/strings/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/noti-progress-bar/strings/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/noti-progress-bar/strings/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/noti-progress-bar/strings/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/noti-progress-bar/strings/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "",
                "push": "https://github.com/GustavoASantos/Noti",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "gustavoasgas1@gmail.com",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": true,
                "manage_units": 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": [
                    "https://hosted.weblate.org/api/addons/13708/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "zh-rCN",
            "id": 1453507,
            "filename": "app/src/main/res/values-zh-rCN/strings.xml",
            "revision": "a6b3daec9354f9ae75cdf8d94a67446c6227dd96,738ef4572f5e0f66f00df76e9093343ea65486f2",
            "web_url": "https://hosted.weblate.org/projects/noti-progress-bar/strings/zh_Hans/",
            "share_url": "https://hosted.weblate.org/engage/noti-progress-bar/-/zh_Hans/",
            "translate_url": "https://hosted.weblate.org/translate/noti-progress-bar/strings/zh_Hans/",
            "url": "https://hosted.weblate.org/api/translations/noti-progress-bar/strings/zh_Hans/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 86,
            "total_words": 334,
            "translated": 86,
            "translated_words": 334,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-05-05T03:32:05.512614+02:00",
            "last_author": "233 Flyfish (‪Flyfish‬)",
            "repository_url": "https://hosted.weblate.org/api/translations/noti-progress-bar/strings/zh_Hans/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/noti-progress-bar/strings/zh_Hans/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/noti-progress-bar/strings/zh_Hans/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/noti-progress-bar/strings/zh_Hans/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/noti-progress-bar/strings/zh_Hans/units/?format=api"
        },
        {
            "language": {
                "id": 24,
                "code": "de",
                "name": "German",
                "plural": {
                    "id": 104,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "deu_de",
                    "deu",
                    "ger"
                ],
                "direction": "ltr",
                "population": 136350226,
                "web_url": "https://hosted.weblate.org/languages/de/",
                "url": "https://hosted.weblate.org/api/languages/de/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/de/statistics/?format=api"
            },
            "component": {
                "name": "Google Play Store metadata",
                "slug": "google-play-store-metadata",
                "id": 28661,
                "source_language": {
                    "id": 31,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 75,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://hosted.weblate.org/languages/en/",
                    "url": "https://hosted.weblate.org/api/languages/en/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Frigoligo",
                    "slug": "frigoligo",
                    "id": 4780,
                    "web": "https://github.com/casimir/frigoligo",
                    "web_url": "https://hosted.weblate.org/projects/frigoligo/",
                    "url": "https://hosted.weblate.org/api/projects/frigoligo/?format=api",
                    "components_list_url": "https://hosted.weblate.org/api/projects/frigoligo/components/?format=api",
                    "repository_url": "https://hosted.weblate.org/api/projects/frigoligo/repository/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/projects/frigoligo/statistics/?format=api",
                    "categories_url": "https://hosted.weblate.org/api/projects/frigoligo/categories/?format=api",
                    "changes_list_url": "https://hosted.weblate.org/api/projects/frigoligo/changes/?format=api",
                    "languages_url": "https://hosted.weblate.org/api/projects/frigoligo/languages/?format=api",
                    "labels_url": "https://hosted.weblate.org/api/projects/frigoligo/labels/?format=api",
                    "translation_review": true,
                    "source_review": true,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "https://github.com/casimir/frigoligo.git",
                "git_export": "https://hosted.weblate.org/git/frigoligo/play-store-metadata/",
                "branch": "main",
                "push_branch": "",
                "filemask": "fastlane/metadata/android/*",
                "screenshot_filemask": "",
                "template": "fastlane/metadata/android/en-US",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "appstore",
                "license": "MIT",
                "license_url": "https://spdx.org/licenses/MIT.html",
                "agreement": "",
                "web_url": "https://hosted.weblate.org/projects/frigoligo/google-play-store-metadata/",
                "url": "https://hosted.weblate.org/api/components/frigoligo/google-play-store-metadata/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/frigoligo/google-play-store-metadata/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/frigoligo/google-play-store-metadata/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/frigoligo/google-play-store-metadata/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/frigoligo/google-play-store-metadata/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/frigoligo/google-play-store-metadata/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/frigoligo/google-play-store-metadata/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "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 }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": true,
                "manage_units": 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": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": "https://hosted.weblate.org/api/components/frigoligo/flutter/?format=api"
            },
            "language_code": "de-DE",
            "id": 1453508,
            "filename": "fastlane/metadata/android/de-DE",
            "revision": "da39a3ee5e6b4b0d3255bfef95601890afd80709,d214c99f981595a61bbe9d097764f36051a96700",
            "web_url": "https://hosted.weblate.org/projects/frigoligo/google-play-store-metadata/de/",
            "share_url": "https://hosted.weblate.org/engage/frigoligo/-/de/",
            "translate_url": "https://hosted.weblate.org/translate/frigoligo/google-play-store-metadata/de/",
            "url": "https://hosted.weblate.org/api/translations/frigoligo/google-play-store-metadata/de/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 3,
            "total_words": 50,
            "translated": 0,
            "translated_words": 0,
            "translated_percent": 0.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-05-04T18:45:08.283146+02:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/frigoligo/google-play-store-metadata/de/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/frigoligo/google-play-store-metadata/de/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/frigoligo/google-play-store-metadata/de/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/frigoligo/google-play-store-metadata/de/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/frigoligo/google-play-store-metadata/de/units/?format=api"
        },
        {
            "language": {
                "id": 55,
                "code": "cy",
                "name": "Welsh",
                "plural": {
                    "id": 342,
                    "source": 0,
                    "number": 6,
                    "formula": "(n==0) ? 0 : (n==1) ? 1 : (n==2) ? 2 : (n==3) ? 3 :(n==6) ? 4 : 5",
                    "type": 12
                },
                "aliases": [
                    "cym",
                    "wel"
                ],
                "direction": "ltr",
                "population": 884910,
                "web_url": "https://hosted.weblate.org/languages/cy/",
                "url": "https://hosted.weblate.org/api/languages/cy/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/cy/statistics/?format=api"
            },
            "component": {
                "name": "Translations",
                "slug": "translations",
                "id": 572,
                "source_language": {
                    "id": 31,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 75,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://hosted.weblate.org/languages/en/",
                    "url": "https://hosted.weblate.org/api/languages/en/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "User-Agent Switcher",
                    "slug": "uaswitcher",
                    "id": 178,
                    "web": "https://addons.mozilla.org/firefox/addon/uaswitcher/",
                    "web_url": "https://hosted.weblate.org/projects/uaswitcher/",
                    "url": "https://hosted.weblate.org/api/projects/uaswitcher/?format=api",
                    "components_list_url": "https://hosted.weblate.org/api/projects/uaswitcher/components/?format=api",
                    "repository_url": "https://hosted.weblate.org/api/projects/uaswitcher/repository/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/projects/uaswitcher/statistics/?format=api",
                    "categories_url": "https://hosted.weblate.org/api/projects/uaswitcher/categories/?format=api",
                    "changes_list_url": "https://hosted.weblate.org/api/projects/uaswitcher/changes/?format=api",
                    "languages_url": "https://hosted.weblate.org/api/projects/uaswitcher/languages/?format=api",
                    "labels_url": "https://hosted.weblate.org/api/projects/uaswitcher/labels/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "https://gitlab.com/ntninja/user-agent-switcher.git",
                "git_export": "https://hosted.weblate.org/git/uaswitcher/translations/",
                "branch": "main",
                "push_branch": "",
                "filemask": "_locales/*/messages.json",
                "screenshot_filemask": "",
                "template": "_locales/en/messages.json",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "webextension",
                "license": "GPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "https://hosted.weblate.org/projects/uaswitcher/translations/",
                "url": "https://hosted.weblate.org/api/components/uaswitcher/translations/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/uaswitcher/translations/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/uaswitcher/translations/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/uaswitcher/translations/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/uaswitcher/translations/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/uaswitcher/translations/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/uaswitcher/translations/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "",
                "push": "git@gitlab.com:ntninja/user-agent-switcher.git",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "https://gitlab.com/ntninja/user-agent-switcher/blob/{{branch}}/{{filename}}#L{{line}}",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ hook_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": true,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^(?!es_ES).*$",
                "variant_regex": "",
                "addons": [
                    "https://hosted.weblate.org/api/addons/266/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "cy",
            "id": 1453510,
            "filename": "_locales/cy/messages.json",
            "revision": "0967ef424bce6791893e9a57bb952f80fd536e93,019c0cfb489719b2abd97c78ac9c10476e1cb975",
            "web_url": "https://hosted.weblate.org/projects/uaswitcher/translations/cy/",
            "share_url": "https://hosted.weblate.org/engage/uaswitcher/-/cy/",
            "translate_url": "https://hosted.weblate.org/translate/uaswitcher/translations/cy/",
            "url": "https://hosted.weblate.org/api/translations/uaswitcher/translations/cy/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 35,
            "total_words": 84,
            "translated": 3,
            "translated_words": 17,
            "translated_percent": 8.5,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-05-04T19:03:21.729370+02:00",
            "last_author": "Brandon O'Connell",
            "repository_url": "https://hosted.weblate.org/api/translations/uaswitcher/translations/cy/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/uaswitcher/translations/cy/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/uaswitcher/translations/cy/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/uaswitcher/translations/cy/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/uaswitcher/translations/cy/units/?format=api"
        },
        {
            "language": {
                "id": 55,
                "code": "cy",
                "name": "Welsh",
                "plural": {
                    "id": 342,
                    "source": 0,
                    "number": 6,
                    "formula": "(n==0) ? 0 : (n==1) ? 1 : (n==2) ? 2 : (n==3) ? 3 :(n==6) ? 4 : 5",
                    "type": 12
                },
                "aliases": [
                    "cym",
                    "wel"
                ],
                "direction": "ltr",
                "population": 884910,
                "web_url": "https://hosted.weblate.org/languages/cy/",
                "url": "https://hosted.weblate.org/api/languages/cy/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/cy/statistics/?format=api"
            },
            "component": {
                "name": "User-Agent Switcher",
                "slug": "glossary",
                "id": 5524,
                "source_language": {
                    "id": 31,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 75,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://hosted.weblate.org/languages/en/",
                    "url": "https://hosted.weblate.org/api/languages/en/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "User-Agent Switcher",
                    "slug": "uaswitcher",
                    "id": 178,
                    "web": "https://addons.mozilla.org/firefox/addon/uaswitcher/",
                    "web_url": "https://hosted.weblate.org/projects/uaswitcher/",
                    "url": "https://hosted.weblate.org/api/projects/uaswitcher/?format=api",
                    "components_list_url": "https://hosted.weblate.org/api/projects/uaswitcher/components/?format=api",
                    "repository_url": "https://hosted.weblate.org/api/projects/uaswitcher/repository/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/projects/uaswitcher/statistics/?format=api",
                    "categories_url": "https://hosted.weblate.org/api/projects/uaswitcher/categories/?format=api",
                    "changes_list_url": "https://hosted.weblate.org/api/projects/uaswitcher/changes/?format=api",
                    "languages_url": "https://hosted.weblate.org/api/projects/uaswitcher/languages/?format=api",
                    "labels_url": "https://hosted.weblate.org/api/projects/uaswitcher/labels/?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://hosted.weblate.org/git/uaswitcher/glossary/",
                "branch": "main",
                "push_branch": "",
                "filemask": "*.tbx",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "tbx",
                "license": "GPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "https://hosted.weblate.org/projects/uaswitcher/glossary/",
                "url": "https://hosted.weblate.org/api/components/uaswitcher/glossary/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/uaswitcher/glossary/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/uaswitcher/glossary/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/uaswitcher/glossary/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/uaswitcher/glossary/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/uaswitcher/glossary/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/uaswitcher/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",
                "category": null,
                "linked_component": null
            },
            "language_code": "cy",
            "id": 1453511,
            "filename": "cy.tbx",
            "revision": "a707eb0b067f141dc98e77ff33c3d42e12c3d712",
            "web_url": "https://hosted.weblate.org/projects/uaswitcher/glossary/cy/",
            "share_url": "https://hosted.weblate.org/engage/uaswitcher/-/cy/",
            "translate_url": "https://hosted.weblate.org/translate/uaswitcher/glossary/cy/",
            "url": "https://hosted.weblate.org/api/translations/uaswitcher/glossary/cy/?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": "2024-05-04T18:52:32.162405+02:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/uaswitcher/glossary/cy/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/uaswitcher/glossary/cy/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/uaswitcher/glossary/cy/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/uaswitcher/glossary/cy/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/uaswitcher/glossary/cy/units/?format=api"
        },
        {
            "language": {
                "id": 67,
                "code": "hi",
                "name": "Hindi",
                "plural": {
                    "id": 134,
                    "source": 0,
                    "number": 2,
                    "formula": "n > 1",
                    "type": 1
                },
                "aliases": [
                    "hin"
                ],
                "direction": "ltr",
                "population": 545556054,
                "web_url": "https://hosted.weblate.org/languages/hi/",
                "url": "https://hosted.weblate.org/api/languages/hi/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/hi/statistics/?format=api"
            },
            "component": {
                "name": "Railway",
                "slug": "railway",
                "id": 25902,
                "source_language": {
                    "id": 31,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 75,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://hosted.weblate.org/languages/en/",
                    "url": "https://hosted.weblate.org/api/languages/en/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Schmiddi on Mobile",
                    "slug": "schmiddi-on-mobile",
                    "id": 2918,
                    "web": "https://gitlab.com/Schmiddiii",
                    "web_url": "https://hosted.weblate.org/projects/schmiddi-on-mobile/",
                    "url": "https://hosted.weblate.org/api/projects/schmiddi-on-mobile/?format=api",
                    "components_list_url": "https://hosted.weblate.org/api/projects/schmiddi-on-mobile/components/?format=api",
                    "repository_url": "https://hosted.weblate.org/api/projects/schmiddi-on-mobile/repository/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/projects/schmiddi-on-mobile/statistics/?format=api",
                    "categories_url": "https://hosted.weblate.org/api/projects/schmiddi-on-mobile/categories/?format=api",
                    "changes_list_url": "https://hosted.weblate.org/api/projects/schmiddi-on-mobile/changes/?format=api",
                    "languages_url": "https://hosted.weblate.org/api/projects/schmiddi-on-mobile/languages/?format=api",
                    "labels_url": "https://hosted.weblate.org/api/projects/schmiddi-on-mobile/labels/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "## Curly brackets\r\n\r\nCurly brackets in translation strings (e.g. `{}` or similar) should never be translated as they are used to template information into the string.\r\n\r\n## Credits\r\n\r\nIf you want to be credited in the About-page for translating, add your name and optionally email in the format `Name <email>` into the \"translator-credits\" key.",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "https://gitlab.com/schmiddi-on-mobile/railway.git",
                "git_export": "https://hosted.weblate.org/git/schmiddi-on-mobile/railway/",
                "branch": "master",
                "push_branch": "",
                "filemask": "po/*.po",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "po/diebahn.pot",
                "file_format": "po",
                "license": "GPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "https://hosted.weblate.org/projects/schmiddi-on-mobile/railway/",
                "url": "https://hosted.weblate.org/api/components/schmiddi-on-mobile/railway/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/schmiddi-on-mobile/railway/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/schmiddi-on-mobile/railway/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/schmiddi-on-mobile/railway/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/schmiddi-on-mobile/railway/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/schmiddi-on-mobile/railway/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/schmiddi-on-mobile/railway/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "",
                "push": "git@gitlab.com:schmiddi-on-mobile/railway.git",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": false,
                "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://hosted.weblate.org/api/addons/12566/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "hi",
            "id": 1453550,
            "filename": "po/hi.po",
            "revision": "83ed726e86e049f6eea7addfae55d1e28cb42b40",
            "web_url": "https://hosted.weblate.org/projects/schmiddi-on-mobile/railway/hi/",
            "share_url": "https://hosted.weblate.org/engage/schmiddi-on-mobile/-/hi/",
            "translate_url": "https://hosted.weblate.org/translate/schmiddi-on-mobile/railway/hi/",
            "url": "https://hosted.weblate.org/api/translations/schmiddi-on-mobile/railway/hi/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 161,
            "total_words": 518,
            "translated": 0,
            "translated_words": 0,
            "translated_percent": 0.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-05-04T20:27:16.372159+02:00",
            "last_author": "Scrambled777",
            "repository_url": "https://hosted.weblate.org/api/translations/schmiddi-on-mobile/railway/hi/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/schmiddi-on-mobile/railway/hi/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/schmiddi-on-mobile/railway/hi/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/schmiddi-on-mobile/railway/hi/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/schmiddi-on-mobile/railway/hi/units/?format=api"
        },
        {
            "language": {
                "id": 67,
                "code": "hi",
                "name": "Hindi",
                "plural": {
                    "id": 134,
                    "source": 0,
                    "number": 2,
                    "formula": "n > 1",
                    "type": 1
                },
                "aliases": [
                    "hin"
                ],
                "direction": "ltr",
                "population": 545556054,
                "web_url": "https://hosted.weblate.org/languages/hi/",
                "url": "https://hosted.weblate.org/api/languages/hi/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/hi/statistics/?format=api"
            },
            "component": {
                "name": "Glossary",
                "slug": "glossary",
                "id": 14607,
                "source_language": {
                    "id": 31,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 75,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://hosted.weblate.org/languages/en/",
                    "url": "https://hosted.weblate.org/api/languages/en/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Schmiddi on Mobile",
                    "slug": "schmiddi-on-mobile",
                    "id": 2918,
                    "web": "https://gitlab.com/Schmiddiii",
                    "web_url": "https://hosted.weblate.org/projects/schmiddi-on-mobile/",
                    "url": "https://hosted.weblate.org/api/projects/schmiddi-on-mobile/?format=api",
                    "components_list_url": "https://hosted.weblate.org/api/projects/schmiddi-on-mobile/components/?format=api",
                    "repository_url": "https://hosted.weblate.org/api/projects/schmiddi-on-mobile/repository/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/projects/schmiddi-on-mobile/statistics/?format=api",
                    "categories_url": "https://hosted.weblate.org/api/projects/schmiddi-on-mobile/categories/?format=api",
                    "changes_list_url": "https://hosted.weblate.org/api/projects/schmiddi-on-mobile/changes/?format=api",
                    "languages_url": "https://hosted.weblate.org/api/projects/schmiddi-on-mobile/languages/?format=api",
                    "labels_url": "https://hosted.weblate.org/api/projects/schmiddi-on-mobile/labels/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "## Curly brackets\r\n\r\nCurly brackets in translation strings (e.g. `{}` or similar) should never be translated as they are used to template information into the string.\r\n\r\n## Credits\r\n\r\nIf you want to be credited in the About-page for translating, add your name and optionally email in the format `Name <email>` into the \"translator-credits\" key.",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "local",
                "repo": "local:",
                "git_export": "https://hosted.weblate.org/git/schmiddi-on-mobile/glossary/",
                "branch": "main",
                "push_branch": "",
                "filemask": "*.tbx",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "tbx",
                "license": "AGPL-3.0-only",
                "license_url": "https://spdx.org/licenses/AGPL-3.0-only.html",
                "agreement": "",
                "web_url": "https://hosted.weblate.org/projects/schmiddi-on-mobile/glossary/",
                "url": "https://hosted.weblate.org/api/components/schmiddi-on-mobile/glossary/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/schmiddi-on-mobile/glossary/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/schmiddi-on-mobile/glossary/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/schmiddi-on-mobile/glossary/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/schmiddi-on-mobile/glossary/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/schmiddi-on-mobile/glossary/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/schmiddi-on-mobile/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 }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": 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",
                "category": null,
                "linked_component": null
            },
            "language_code": "hi",
            "id": 1453551,
            "filename": "hi.tbx",
            "revision": "a707eb0b067f141dc98e77ff33c3d42e12c3d712",
            "web_url": "https://hosted.weblate.org/projects/schmiddi-on-mobile/glossary/hi/",
            "share_url": "https://hosted.weblate.org/engage/schmiddi-on-mobile/-/hi/",
            "translate_url": "https://hosted.weblate.org/translate/schmiddi-on-mobile/glossary/hi/",
            "url": "https://hosted.weblate.org/api/translations/schmiddi-on-mobile/glossary/hi/?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": "2024-05-04T20:27:18.348873+02:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/schmiddi-on-mobile/glossary/hi/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/schmiddi-on-mobile/glossary/hi/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/schmiddi-on-mobile/glossary/hi/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/schmiddi-on-mobile/glossary/hi/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/schmiddi-on-mobile/glossary/hi/units/?format=api"
        },
        {
            "language": {
                "id": 24,
                "code": "de",
                "name": "German",
                "plural": {
                    "id": 104,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "deu_de",
                    "deu",
                    "ger"
                ],
                "direction": "ltr",
                "population": 136350226,
                "web_url": "https://hosted.weblate.org/languages/de/",
                "url": "https://hosted.weblate.org/api/languages/de/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/de/statistics/?format=api"
            },
            "component": {
                "name": "Kazarma",
                "slug": "kazarma",
                "id": 17335,
                "source_language": {
                    "id": 732,
                    "code": "en_devel",
                    "name": "English (Developer)",
                    "plural": {
                        "id": 746,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://hosted.weblate.org/languages/en_devel/",
                    "url": "https://hosted.weblate.org/api/languages/en_devel/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/languages/en_devel/statistics/?format=api"
                },
                "project": {
                    "name": "Kazarma",
                    "slug": "kazarma",
                    "id": 3778,
                    "web": "https://gitlab.com/kazarma/kazarma",
                    "web_url": "https://hosted.weblate.org/projects/kazarma/",
                    "url": "https://hosted.weblate.org/api/projects/kazarma/?format=api",
                    "components_list_url": "https://hosted.weblate.org/api/projects/kazarma/components/?format=api",
                    "repository_url": "https://hosted.weblate.org/api/projects/kazarma/repository/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/projects/kazarma/statistics/?format=api",
                    "categories_url": "https://hosted.weblate.org/api/projects/kazarma/categories/?format=api",
                    "changes_list_url": "https://hosted.weblate.org/api/projects/kazarma/changes/?format=api",
                    "languages_url": "https://hosted.weblate.org/api/projects/kazarma/languages/?format=api",
                    "labels_url": "https://hosted.weblate.org/api/projects/kazarma/labels/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "No specific instructions",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "gitlab",
                "repo": "https://gitlab.com/technostructures/kazarma/kazarma",
                "git_export": "https://hosted.weblate.org/git/kazarma/kazarma/",
                "branch": "main",
                "push_branch": "",
                "filemask": "priv/gettext/*/LC_MESSAGES/default.po",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "priv/gettext/default.pot",
                "file_format": "po",
                "license": "AGPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/AGPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "https://hosted.weblate.org/projects/kazarma/kazarma/",
                "url": "https://hosted.weblate.org/api/components/kazarma/kazarma/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/kazarma/kazarma/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/kazarma/kazarma/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/kazarma/kazarma/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/kazarma/kazarma/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/kazarma/kazarma/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/kazarma/kazarma/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "",
                "push": "",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "https://gitlab.com/technostructures/kazarma/kazarma/-/blob/{{branch}}/{{filename}}#L{{line}}",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": true,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "de",
            "id": 1453552,
            "filename": "priv/gettext/de/LC_MESSAGES/default.po",
            "revision": "d4bb84d191497ae02e7b3c86876ae1fa2b409eda",
            "web_url": "https://hosted.weblate.org/projects/kazarma/kazarma/de/",
            "share_url": "https://hosted.weblate.org/engage/kazarma/-/de/",
            "translate_url": "https://hosted.weblate.org/translate/kazarma/kazarma/de/",
            "url": "https://hosted.weblate.org/api/translations/kazarma/kazarma/de/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 85,
            "total_words": 548,
            "translated": 85,
            "translated_words": 548,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-05-04T23:01:13.945557+02:00",
            "last_author": "OpenVisor",
            "repository_url": "https://hosted.weblate.org/api/translations/kazarma/kazarma/de/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/kazarma/kazarma/de/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/kazarma/kazarma/de/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/kazarma/kazarma/de/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/kazarma/kazarma/de/units/?format=api"
        },
        {
            "language": {
                "id": 24,
                "code": "de",
                "name": "German",
                "plural": {
                    "id": 104,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "deu_de",
                    "deu",
                    "ger"
                ],
                "direction": "ltr",
                "population": 136350226,
                "web_url": "https://hosted.weblate.org/languages/de/",
                "url": "https://hosted.weblate.org/api/languages/de/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/de/statistics/?format=api"
            },
            "component": {
                "name": "Glossary",
                "slug": "glossary",
                "id": 17304,
                "source_language": {
                    "id": 31,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 75,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://hosted.weblate.org/languages/en/",
                    "url": "https://hosted.weblate.org/api/languages/en/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Kazarma",
                    "slug": "kazarma",
                    "id": 3778,
                    "web": "https://gitlab.com/kazarma/kazarma",
                    "web_url": "https://hosted.weblate.org/projects/kazarma/",
                    "url": "https://hosted.weblate.org/api/projects/kazarma/?format=api",
                    "components_list_url": "https://hosted.weblate.org/api/projects/kazarma/components/?format=api",
                    "repository_url": "https://hosted.weblate.org/api/projects/kazarma/repository/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/projects/kazarma/statistics/?format=api",
                    "categories_url": "https://hosted.weblate.org/api/projects/kazarma/categories/?format=api",
                    "changes_list_url": "https://hosted.weblate.org/api/projects/kazarma/changes/?format=api",
                    "languages_url": "https://hosted.weblate.org/api/projects/kazarma/languages/?format=api",
                    "labels_url": "https://hosted.weblate.org/api/projects/kazarma/labels/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "No specific instructions",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "local",
                "repo": "local:",
                "git_export": "https://hosted.weblate.org/git/kazarma/glossary/",
                "branch": "main",
                "push_branch": "",
                "filemask": "*.tbx",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "tbx",
                "license": "AGPL-3.0-only",
                "license_url": "https://spdx.org/licenses/AGPL-3.0-only.html",
                "agreement": "",
                "web_url": "https://hosted.weblate.org/projects/kazarma/glossary/",
                "url": "https://hosted.weblate.org/api/components/kazarma/glossary/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/kazarma/glossary/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/kazarma/glossary/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/kazarma/glossary/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/kazarma/glossary/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/kazarma/glossary/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/kazarma/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 }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": 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",
                "category": null,
                "linked_component": null
            },
            "language_code": "de",
            "id": 1453553,
            "filename": "de.tbx",
            "revision": "a707eb0b067f141dc98e77ff33c3d42e12c3d712",
            "web_url": "https://hosted.weblate.org/projects/kazarma/glossary/de/",
            "share_url": "https://hosted.weblate.org/engage/kazarma/-/de/",
            "translate_url": "https://hosted.weblate.org/translate/kazarma/glossary/de/",
            "url": "https://hosted.weblate.org/api/translations/kazarma/glossary/de/?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": "2024-05-04T21:09:23.973206+02:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/kazarma/glossary/de/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/kazarma/glossary/de/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/kazarma/glossary/de/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/kazarma/glossary/de/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/kazarma/glossary/de/units/?format=api"
        },
        {
            "language": {
                "id": 31,
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 75,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485517,
                "web_url": "https://hosted.weblate.org/languages/en/",
                "url": "https://hosted.weblate.org/api/languages/en/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/en/statistics/?format=api"
            },
            "component": {
                "name": "QtPokit Library",
                "slug": "qtpokit",
                "id": 29103,
                "source_language": {
                    "id": 31,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 75,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://hosted.weblate.org/languages/en/",
                    "url": "https://hosted.weblate.org/api/languages/en/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Dokit",
                    "slug": "dokit",
                    "id": 5299,
                    "web": "https://github.com/pcolby/dokit",
                    "web_url": "https://hosted.weblate.org/projects/dokit/",
                    "url": "https://hosted.weblate.org/api/projects/dokit/?format=api",
                    "components_list_url": "https://hosted.weblate.org/api/projects/dokit/components/?format=api",
                    "repository_url": "https://hosted.weblate.org/api/projects/dokit/repository/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/projects/dokit/statistics/?format=api",
                    "categories_url": "https://hosted.weblate.org/api/projects/dokit/categories/?format=api",
                    "changes_list_url": "https://hosted.weblate.org/api/projects/dokit/changes/?format=api",
                    "languages_url": "https://hosted.weblate.org/api/projects/dokit/languages/?format=api",
                    "labels_url": "https://hosted.weblate.org/api/projects/dokit/labels/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "https://github.com/pcolby/dokit.git",
                "git_export": "https://hosted.weblate.org/git/dokit/qtpokit/",
                "branch": "main",
                "push_branch": "",
                "filemask": "src/lib/i18n/*.ts",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "src/lib/i18n/en_AU.ts",
                "file_format": "ts",
                "license": "LGPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/LGPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "https://hosted.weblate.org/projects/dokit/qtpokit/",
                "url": "https://hosted.weblate.org/api/components/dokit/qtpokit/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/dokit/qtpokit/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/dokit/qtpokit/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/dokit/qtpokit/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/dokit/qtpokit/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/dokit/qtpokit/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/dokit/qtpokit/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "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": 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": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "en",
            "id": 1453564,
            "filename": "",
            "revision": "",
            "web_url": "https://hosted.weblate.org/projects/dokit/qtpokit/en/",
            "share_url": "https://hosted.weblate.org/engage/dokit/-/en/",
            "translate_url": "https://hosted.weblate.org/translate/dokit/qtpokit/en/",
            "url": "https://hosted.weblate.org/api/translations/dokit/qtpokit/en/?format=api",
            "is_template": false,
            "is_source": true,
            "total": 227,
            "total_words": 921,
            "translated": 227,
            "translated_words": 921,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-05-05T00:47:50.380876+02:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/dokit/qtpokit/en/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/dokit/qtpokit/en/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/dokit/qtpokit/en/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/dokit/qtpokit/en/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/dokit/qtpokit/en/units/?format=api"
        },
        {
            "language": {
                "id": 176,
                "code": "en_AU",
                "name": "English (Australia)",
                "plural": {
                    "id": 76,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "ena"
                ],
                "direction": "ltr",
                "population": 24447840,
                "web_url": "https://hosted.weblate.org/languages/en_AU/",
                "url": "https://hosted.weblate.org/api/languages/en_AU/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/en_AU/statistics/?format=api"
            },
            "component": {
                "name": "QtPokit Library",
                "slug": "qtpokit",
                "id": 29103,
                "source_language": {
                    "id": 31,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 75,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://hosted.weblate.org/languages/en/",
                    "url": "https://hosted.weblate.org/api/languages/en/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Dokit",
                    "slug": "dokit",
                    "id": 5299,
                    "web": "https://github.com/pcolby/dokit",
                    "web_url": "https://hosted.weblate.org/projects/dokit/",
                    "url": "https://hosted.weblate.org/api/projects/dokit/?format=api",
                    "components_list_url": "https://hosted.weblate.org/api/projects/dokit/components/?format=api",
                    "repository_url": "https://hosted.weblate.org/api/projects/dokit/repository/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/projects/dokit/statistics/?format=api",
                    "categories_url": "https://hosted.weblate.org/api/projects/dokit/categories/?format=api",
                    "changes_list_url": "https://hosted.weblate.org/api/projects/dokit/changes/?format=api",
                    "languages_url": "https://hosted.weblate.org/api/projects/dokit/languages/?format=api",
                    "labels_url": "https://hosted.weblate.org/api/projects/dokit/labels/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "https://github.com/pcolby/dokit.git",
                "git_export": "https://hosted.weblate.org/git/dokit/qtpokit/",
                "branch": "main",
                "push_branch": "",
                "filemask": "src/lib/i18n/*.ts",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "src/lib/i18n/en_AU.ts",
                "file_format": "ts",
                "license": "LGPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/LGPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "https://hosted.weblate.org/projects/dokit/qtpokit/",
                "url": "https://hosted.weblate.org/api/components/dokit/qtpokit/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/dokit/qtpokit/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/dokit/qtpokit/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/dokit/qtpokit/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/dokit/qtpokit/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/dokit/qtpokit/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/dokit/qtpokit/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "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": 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": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "en_AU",
            "id": 1453565,
            "filename": "src/lib/i18n/en_AU.ts",
            "revision": "b8bdf8f33e0dd6daf3526b697f3196361195d36f",
            "web_url": "https://hosted.weblate.org/projects/dokit/qtpokit/en_AU/",
            "share_url": "https://hosted.weblate.org/engage/dokit/-/en_AU/",
            "translate_url": "https://hosted.weblate.org/translate/dokit/qtpokit/en_AU/",
            "url": "https://hosted.weblate.org/api/translations/dokit/qtpokit/en_AU/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 227,
            "total_words": 921,
            "translated": 8,
            "translated_words": 110,
            "translated_percent": 3.5,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-05-05T00:47:50.397762+02:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/dokit/qtpokit/en_AU/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/dokit/qtpokit/en_AU/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/dokit/qtpokit/en_AU/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/dokit/qtpokit/en_AU/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/dokit/qtpokit/en_AU/units/?format=api"
        },
        {
            "language": {
                "id": 62,
                "code": "en_GB",
                "name": "English (United Kingdom)",
                "plural": {
                    "id": 81,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "english_uk",
                    "eng_gb"
                ],
                "direction": "ltr",
                "population": 64445878,
                "web_url": "https://hosted.weblate.org/languages/en_GB/",
                "url": "https://hosted.weblate.org/api/languages/en_GB/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/en_GB/statistics/?format=api"
            },
            "component": {
                "name": "QtPokit Library",
                "slug": "qtpokit",
                "id": 29103,
                "source_language": {
                    "id": 31,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 75,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://hosted.weblate.org/languages/en/",
                    "url": "https://hosted.weblate.org/api/languages/en/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Dokit",
                    "slug": "dokit",
                    "id": 5299,
                    "web": "https://github.com/pcolby/dokit",
                    "web_url": "https://hosted.weblate.org/projects/dokit/",
                    "url": "https://hosted.weblate.org/api/projects/dokit/?format=api",
                    "components_list_url": "https://hosted.weblate.org/api/projects/dokit/components/?format=api",
                    "repository_url": "https://hosted.weblate.org/api/projects/dokit/repository/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/projects/dokit/statistics/?format=api",
                    "categories_url": "https://hosted.weblate.org/api/projects/dokit/categories/?format=api",
                    "changes_list_url": "https://hosted.weblate.org/api/projects/dokit/changes/?format=api",
                    "languages_url": "https://hosted.weblate.org/api/projects/dokit/languages/?format=api",
                    "labels_url": "https://hosted.weblate.org/api/projects/dokit/labels/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "https://github.com/pcolby/dokit.git",
                "git_export": "https://hosted.weblate.org/git/dokit/qtpokit/",
                "branch": "main",
                "push_branch": "",
                "filemask": "src/lib/i18n/*.ts",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "src/lib/i18n/en_AU.ts",
                "file_format": "ts",
                "license": "LGPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/LGPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "https://hosted.weblate.org/projects/dokit/qtpokit/",
                "url": "https://hosted.weblate.org/api/components/dokit/qtpokit/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/dokit/qtpokit/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/dokit/qtpokit/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/dokit/qtpokit/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/dokit/qtpokit/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/dokit/qtpokit/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/dokit/qtpokit/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "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": 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": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "en_GB",
            "id": 1453566,
            "filename": "src/lib/i18n/en_GB.ts",
            "revision": "cb4ac63256406782ec7bc7955eb2b54fe399acdc",
            "web_url": "https://hosted.weblate.org/projects/dokit/qtpokit/en_GB/",
            "share_url": "https://hosted.weblate.org/engage/dokit/-/en_GB/",
            "translate_url": "https://hosted.weblate.org/translate/dokit/qtpokit/en_GB/",
            "url": "https://hosted.weblate.org/api/translations/dokit/qtpokit/en_GB/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 227,
            "total_words": 921,
            "translated": 8,
            "translated_words": 110,
            "translated_percent": 3.5,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-05-05T00:47:51.338537+02:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/dokit/qtpokit/en_GB/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/dokit/qtpokit/en_GB/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/dokit/qtpokit/en_GB/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/dokit/qtpokit/en_GB/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/dokit/qtpokit/en_GB/units/?format=api"
        },
        {
            "language": {
                "id": 135,
                "code": "en_US",
                "name": "English (United States)",
                "plural": {
                    "id": 82,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "us",
                    "enu"
                ],
                "direction": "ltr",
                "population": 319333440,
                "web_url": "https://hosted.weblate.org/languages/en_US/",
                "url": "https://hosted.weblate.org/api/languages/en_US/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/en_US/statistics/?format=api"
            },
            "component": {
                "name": "QtPokit Library",
                "slug": "qtpokit",
                "id": 29103,
                "source_language": {
                    "id": 31,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 75,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://hosted.weblate.org/languages/en/",
                    "url": "https://hosted.weblate.org/api/languages/en/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Dokit",
                    "slug": "dokit",
                    "id": 5299,
                    "web": "https://github.com/pcolby/dokit",
                    "web_url": "https://hosted.weblate.org/projects/dokit/",
                    "url": "https://hosted.weblate.org/api/projects/dokit/?format=api",
                    "components_list_url": "https://hosted.weblate.org/api/projects/dokit/components/?format=api",
                    "repository_url": "https://hosted.weblate.org/api/projects/dokit/repository/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/projects/dokit/statistics/?format=api",
                    "categories_url": "https://hosted.weblate.org/api/projects/dokit/categories/?format=api",
                    "changes_list_url": "https://hosted.weblate.org/api/projects/dokit/changes/?format=api",
                    "languages_url": "https://hosted.weblate.org/api/projects/dokit/languages/?format=api",
                    "labels_url": "https://hosted.weblate.org/api/projects/dokit/labels/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "https://github.com/pcolby/dokit.git",
                "git_export": "https://hosted.weblate.org/git/dokit/qtpokit/",
                "branch": "main",
                "push_branch": "",
                "filemask": "src/lib/i18n/*.ts",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "src/lib/i18n/en_AU.ts",
                "file_format": "ts",
                "license": "LGPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/LGPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "https://hosted.weblate.org/projects/dokit/qtpokit/",
                "url": "https://hosted.weblate.org/api/components/dokit/qtpokit/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/dokit/qtpokit/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/dokit/qtpokit/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/dokit/qtpokit/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/dokit/qtpokit/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/dokit/qtpokit/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/dokit/qtpokit/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "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": 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": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "en_US",
            "id": 1453567,
            "filename": "src/lib/i18n/en_US.ts",
            "revision": "2c5aee469c395ae92e07351c609904cc31f6ca2e",
            "web_url": "https://hosted.weblate.org/projects/dokit/qtpokit/en_US/",
            "share_url": "https://hosted.weblate.org/engage/dokit/-/en_US/",
            "translate_url": "https://hosted.weblate.org/translate/dokit/qtpokit/en_US/",
            "url": "https://hosted.weblate.org/api/translations/dokit/qtpokit/en_US/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 227,
            "total_words": 921,
            "translated": 8,
            "translated_words": 110,
            "translated_percent": 3.5,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-05-05T00:47:51.829179+02:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/dokit/qtpokit/en_US/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/dokit/qtpokit/en_US/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/dokit/qtpokit/en_US/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/dokit/qtpokit/en_US/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/dokit/qtpokit/en_US/units/?format=api"
        },
        {
            "language": {
                "id": 31,
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 75,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485517,
                "web_url": "https://hosted.weblate.org/languages/en/",
                "url": "https://hosted.weblate.org/api/languages/en/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/en/statistics/?format=api"
            },
            "component": {
                "name": "Dokit",
                "slug": "glossary",
                "id": 29104,
                "source_language": {
                    "id": 31,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 75,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://hosted.weblate.org/languages/en/",
                    "url": "https://hosted.weblate.org/api/languages/en/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Dokit",
                    "slug": "dokit",
                    "id": 5299,
                    "web": "https://github.com/pcolby/dokit",
                    "web_url": "https://hosted.weblate.org/projects/dokit/",
                    "url": "https://hosted.weblate.org/api/projects/dokit/?format=api",
                    "components_list_url": "https://hosted.weblate.org/api/projects/dokit/components/?format=api",
                    "repository_url": "https://hosted.weblate.org/api/projects/dokit/repository/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/projects/dokit/statistics/?format=api",
                    "categories_url": "https://hosted.weblate.org/api/projects/dokit/categories/?format=api",
                    "changes_list_url": "https://hosted.weblate.org/api/projects/dokit/changes/?format=api",
                    "languages_url": "https://hosted.weblate.org/api/projects/dokit/languages/?format=api",
                    "labels_url": "https://hosted.weblate.org/api/projects/dokit/labels/?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://hosted.weblate.org/git/dokit/glossary/",
                "branch": "main",
                "push_branch": "",
                "filemask": "*.tbx",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "tbx",
                "license": "LGPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/LGPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "https://hosted.weblate.org/projects/dokit/glossary/",
                "url": "https://hosted.weblate.org/api/components/dokit/glossary/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/dokit/glossary/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/dokit/glossary/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/dokit/glossary/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/dokit/glossary/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/dokit/glossary/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/dokit/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",
                "category": null,
                "linked_component": null
            },
            "language_code": "en",
            "id": 1453568,
            "filename": "",
            "revision": "",
            "web_url": "https://hosted.weblate.org/projects/dokit/glossary/en/",
            "share_url": "https://hosted.weblate.org/engage/dokit/-/en/",
            "translate_url": "https://hosted.weblate.org/translate/dokit/glossary/en/",
            "url": "https://hosted.weblate.org/api/translations/dokit/glossary/en/?format=api",
            "is_template": false,
            "is_source": true,
            "total": 0,
            "total_words": 0,
            "translated": 0,
            "translated_words": 0,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/dokit/glossary/en/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/dokit/glossary/en/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/dokit/glossary/en/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/dokit/glossary/en/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/dokit/glossary/en/units/?format=api"
        },
        {
            "language": {
                "id": 176,
                "code": "en_AU",
                "name": "English (Australia)",
                "plural": {
                    "id": 76,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "ena"
                ],
                "direction": "ltr",
                "population": 24447840,
                "web_url": "https://hosted.weblate.org/languages/en_AU/",
                "url": "https://hosted.weblate.org/api/languages/en_AU/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/en_AU/statistics/?format=api"
            },
            "component": {
                "name": "Dokit",
                "slug": "glossary",
                "id": 29104,
                "source_language": {
                    "id": 31,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 75,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://hosted.weblate.org/languages/en/",
                    "url": "https://hosted.weblate.org/api/languages/en/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Dokit",
                    "slug": "dokit",
                    "id": 5299,
                    "web": "https://github.com/pcolby/dokit",
                    "web_url": "https://hosted.weblate.org/projects/dokit/",
                    "url": "https://hosted.weblate.org/api/projects/dokit/?format=api",
                    "components_list_url": "https://hosted.weblate.org/api/projects/dokit/components/?format=api",
                    "repository_url": "https://hosted.weblate.org/api/projects/dokit/repository/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/projects/dokit/statistics/?format=api",
                    "categories_url": "https://hosted.weblate.org/api/projects/dokit/categories/?format=api",
                    "changes_list_url": "https://hosted.weblate.org/api/projects/dokit/changes/?format=api",
                    "languages_url": "https://hosted.weblate.org/api/projects/dokit/languages/?format=api",
                    "labels_url": "https://hosted.weblate.org/api/projects/dokit/labels/?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://hosted.weblate.org/git/dokit/glossary/",
                "branch": "main",
                "push_branch": "",
                "filemask": "*.tbx",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "tbx",
                "license": "LGPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/LGPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "https://hosted.weblate.org/projects/dokit/glossary/",
                "url": "https://hosted.weblate.org/api/components/dokit/glossary/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/dokit/glossary/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/dokit/glossary/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/dokit/glossary/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/dokit/glossary/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/dokit/glossary/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/dokit/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",
                "category": null,
                "linked_component": null
            },
            "language_code": "en_AU",
            "id": 1453569,
            "filename": "en_AU.tbx",
            "revision": "a707eb0b067f141dc98e77ff33c3d42e12c3d712",
            "web_url": "https://hosted.weblate.org/projects/dokit/glossary/en_AU/",
            "share_url": "https://hosted.weblate.org/engage/dokit/-/en_AU/",
            "translate_url": "https://hosted.weblate.org/translate/dokit/glossary/en_AU/",
            "url": "https://hosted.weblate.org/api/translations/dokit/glossary/en_AU/?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": "2024-05-05T00:47:57.752887+02:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/dokit/glossary/en_AU/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/dokit/glossary/en_AU/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/dokit/glossary/en_AU/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/dokit/glossary/en_AU/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/dokit/glossary/en_AU/units/?format=api"
        },
        {
            "language": {
                "id": 62,
                "code": "en_GB",
                "name": "English (United Kingdom)",
                "plural": {
                    "id": 81,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "english_uk",
                    "eng_gb"
                ],
                "direction": "ltr",
                "population": 64445878,
                "web_url": "https://hosted.weblate.org/languages/en_GB/",
                "url": "https://hosted.weblate.org/api/languages/en_GB/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/en_GB/statistics/?format=api"
            },
            "component": {
                "name": "Dokit",
                "slug": "glossary",
                "id": 29104,
                "source_language": {
                    "id": 31,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 75,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://hosted.weblate.org/languages/en/",
                    "url": "https://hosted.weblate.org/api/languages/en/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Dokit",
                    "slug": "dokit",
                    "id": 5299,
                    "web": "https://github.com/pcolby/dokit",
                    "web_url": "https://hosted.weblate.org/projects/dokit/",
                    "url": "https://hosted.weblate.org/api/projects/dokit/?format=api",
                    "components_list_url": "https://hosted.weblate.org/api/projects/dokit/components/?format=api",
                    "repository_url": "https://hosted.weblate.org/api/projects/dokit/repository/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/projects/dokit/statistics/?format=api",
                    "categories_url": "https://hosted.weblate.org/api/projects/dokit/categories/?format=api",
                    "changes_list_url": "https://hosted.weblate.org/api/projects/dokit/changes/?format=api",
                    "languages_url": "https://hosted.weblate.org/api/projects/dokit/languages/?format=api",
                    "labels_url": "https://hosted.weblate.org/api/projects/dokit/labels/?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://hosted.weblate.org/git/dokit/glossary/",
                "branch": "main",
                "push_branch": "",
                "filemask": "*.tbx",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "tbx",
                "license": "LGPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/LGPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "https://hosted.weblate.org/projects/dokit/glossary/",
                "url": "https://hosted.weblate.org/api/components/dokit/glossary/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/dokit/glossary/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/dokit/glossary/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/dokit/glossary/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/dokit/glossary/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/dokit/glossary/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/dokit/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",
                "category": null,
                "linked_component": null
            },
            "language_code": "en_GB",
            "id": 1453571,
            "filename": "en_GB.tbx",
            "revision": "a707eb0b067f141dc98e77ff33c3d42e12c3d712",
            "web_url": "https://hosted.weblate.org/projects/dokit/glossary/en_GB/",
            "share_url": "https://hosted.weblate.org/engage/dokit/-/en_GB/",
            "translate_url": "https://hosted.weblate.org/translate/dokit/glossary/en_GB/",
            "url": "https://hosted.weblate.org/api/translations/dokit/glossary/en_GB/?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": "2024-05-05T00:47:57.802838+02:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/dokit/glossary/en_GB/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/dokit/glossary/en_GB/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/dokit/glossary/en_GB/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/dokit/glossary/en_GB/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/dokit/glossary/en_GB/units/?format=api"
        },
        {
            "language": {
                "id": 135,
                "code": "en_US",
                "name": "English (United States)",
                "plural": {
                    "id": 82,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "us",
                    "enu"
                ],
                "direction": "ltr",
                "population": 319333440,
                "web_url": "https://hosted.weblate.org/languages/en_US/",
                "url": "https://hosted.weblate.org/api/languages/en_US/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/en_US/statistics/?format=api"
            },
            "component": {
                "name": "Dokit",
                "slug": "glossary",
                "id": 29104,
                "source_language": {
                    "id": 31,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 75,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://hosted.weblate.org/languages/en/",
                    "url": "https://hosted.weblate.org/api/languages/en/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Dokit",
                    "slug": "dokit",
                    "id": 5299,
                    "web": "https://github.com/pcolby/dokit",
                    "web_url": "https://hosted.weblate.org/projects/dokit/",
                    "url": "https://hosted.weblate.org/api/projects/dokit/?format=api",
                    "components_list_url": "https://hosted.weblate.org/api/projects/dokit/components/?format=api",
                    "repository_url": "https://hosted.weblate.org/api/projects/dokit/repository/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/projects/dokit/statistics/?format=api",
                    "categories_url": "https://hosted.weblate.org/api/projects/dokit/categories/?format=api",
                    "changes_list_url": "https://hosted.weblate.org/api/projects/dokit/changes/?format=api",
                    "languages_url": "https://hosted.weblate.org/api/projects/dokit/languages/?format=api",
                    "labels_url": "https://hosted.weblate.org/api/projects/dokit/labels/?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://hosted.weblate.org/git/dokit/glossary/",
                "branch": "main",
                "push_branch": "",
                "filemask": "*.tbx",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "tbx",
                "license": "LGPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/LGPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "https://hosted.weblate.org/projects/dokit/glossary/",
                "url": "https://hosted.weblate.org/api/components/dokit/glossary/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/dokit/glossary/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/dokit/glossary/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/dokit/glossary/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/dokit/glossary/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/dokit/glossary/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/dokit/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",
                "category": null,
                "linked_component": null
            },
            "language_code": "en_US",
            "id": 1453573,
            "filename": "en_US.tbx",
            "revision": "a707eb0b067f141dc98e77ff33c3d42e12c3d712",
            "web_url": "https://hosted.weblate.org/projects/dokit/glossary/en_US/",
            "share_url": "https://hosted.weblate.org/engage/dokit/-/en_US/",
            "translate_url": "https://hosted.weblate.org/translate/dokit/glossary/en_US/",
            "url": "https://hosted.weblate.org/api/translations/dokit/glossary/en_US/?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": "2024-05-05T00:47:57.830161+02:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/dokit/glossary/en_US/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/dokit/glossary/en_US/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/dokit/glossary/en_US/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/dokit/glossary/en_US/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/dokit/glossary/en_US/units/?format=api"
        },
        {
            "language": {
                "id": 31,
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 75,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485517,
                "web_url": "https://hosted.weblate.org/languages/en/",
                "url": "https://hosted.weblate.org/api/languages/en/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/en/statistics/?format=api"
            },
            "component": {
                "name": "Mainsail",
                "slug": "mainsail",
                "id": 29105,
                "source_language": {
                    "id": 31,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 75,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://hosted.weblate.org/languages/en/",
                    "url": "https://hosted.weblate.org/api/languages/en/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Mainsail",
                    "slug": "mainsail",
                    "id": 5298,
                    "web": "https://docs.mainsail.xyz",
                    "web_url": "https://hosted.weblate.org/projects/mainsail/",
                    "url": "https://hosted.weblate.org/api/projects/mainsail/?format=api",
                    "components_list_url": "https://hosted.weblate.org/api/projects/mainsail/components/?format=api",
                    "repository_url": "https://hosted.weblate.org/api/projects/mainsail/repository/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/projects/mainsail/statistics/?format=api",
                    "categories_url": "https://hosted.weblate.org/api/projects/mainsail/categories/?format=api",
                    "changes_list_url": "https://hosted.weblate.org/api/projects/mainsail/changes/?format=api",
                    "languages_url": "https://hosted.weblate.org/api/projects/mainsail/languages/?format=api",
                    "labels_url": "https://hosted.weblate.org/api/projects/mainsail/labels/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "https://github.com/mainsail-crew/mainsail",
                "git_export": "https://hosted.weblate.org/git/mainsail/mainsail/",
                "branch": "develop",
                "push_branch": "",
                "filemask": "src/locales/*.json",
                "screenshot_filemask": "",
                "template": "src/locales/en.json",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "json-nested",
                "license": "GPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "https://hosted.weblate.org/projects/mainsail/mainsail/",
                "url": "https://hosted.weblate.org/api/components/mainsail/mainsail/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/mainsail/mainsail/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/mainsail/mainsail/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/mainsail/mainsail/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/mainsail/mainsail/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/mainsail/mainsail/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/mainsail/mainsail/changes/?format=api",
                "task_url": null,
                "new_lang": "contact",
                "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 }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": true,
                "manage_units": 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": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "en",
            "id": 1453575,
            "filename": "src/locales/en.json",
            "revision": "7dc36a197a9fa8d203e02ac7ffdc2c627c023b41,7dc36a197a9fa8d203e02ac7ffdc2c627c023b41",
            "web_url": "https://hosted.weblate.org/projects/mainsail/mainsail/en/",
            "share_url": "https://hosted.weblate.org/engage/mainsail/-/en/",
            "translate_url": "https://hosted.weblate.org/translate/mainsail/mainsail/en/",
            "url": "https://hosted.weblate.org/api/translations/mainsail/mainsail/en/?format=api",
            "is_template": true,
            "is_source": true,
            "total": 1154,
            "total_words": 3858,
            "translated": 1152,
            "translated_words": 3858,
            "translated_percent": 99.8,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 267,
            "failing_checks_words": 1478,
            "failing_checks_percent": 23.1,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-05-05T00:58:07.020141+02:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/mainsail/mainsail/en/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/mainsail/mainsail/en/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/mainsail/mainsail/en/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/mainsail/mainsail/en/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/mainsail/mainsail/en/units/?format=api"
        },
        {
            "language": {
                "id": 56,
                "code": "cs",
                "name": "Czech",
                "plural": {
                    "id": 68,
                    "source": 0,
                    "number": 3,
                    "formula": "(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2",
                    "type": 22
                },
                "aliases": [
                    "cs_cs",
                    "cz",
                    "csy",
                    "ces",
                    "cze"
                ],
                "direction": "ltr",
                "population": 13045532,
                "web_url": "https://hosted.weblate.org/languages/cs/",
                "url": "https://hosted.weblate.org/api/languages/cs/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/cs/statistics/?format=api"
            },
            "component": {
                "name": "Mainsail",
                "slug": "mainsail",
                "id": 29105,
                "source_language": {
                    "id": 31,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 75,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://hosted.weblate.org/languages/en/",
                    "url": "https://hosted.weblate.org/api/languages/en/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Mainsail",
                    "slug": "mainsail",
                    "id": 5298,
                    "web": "https://docs.mainsail.xyz",
                    "web_url": "https://hosted.weblate.org/projects/mainsail/",
                    "url": "https://hosted.weblate.org/api/projects/mainsail/?format=api",
                    "components_list_url": "https://hosted.weblate.org/api/projects/mainsail/components/?format=api",
                    "repository_url": "https://hosted.weblate.org/api/projects/mainsail/repository/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/projects/mainsail/statistics/?format=api",
                    "categories_url": "https://hosted.weblate.org/api/projects/mainsail/categories/?format=api",
                    "changes_list_url": "https://hosted.weblate.org/api/projects/mainsail/changes/?format=api",
                    "languages_url": "https://hosted.weblate.org/api/projects/mainsail/languages/?format=api",
                    "labels_url": "https://hosted.weblate.org/api/projects/mainsail/labels/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "https://github.com/mainsail-crew/mainsail",
                "git_export": "https://hosted.weblate.org/git/mainsail/mainsail/",
                "branch": "develop",
                "push_branch": "",
                "filemask": "src/locales/*.json",
                "screenshot_filemask": "",
                "template": "src/locales/en.json",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "json-nested",
                "license": "GPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "https://hosted.weblate.org/projects/mainsail/mainsail/",
                "url": "https://hosted.weblate.org/api/components/mainsail/mainsail/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/mainsail/mainsail/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/mainsail/mainsail/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/mainsail/mainsail/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/mainsail/mainsail/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/mainsail/mainsail/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/mainsail/mainsail/changes/?format=api",
                "task_url": null,
                "new_lang": "contact",
                "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 }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": true,
                "manage_units": 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": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "cz",
            "id": 1453576,
            "filename": "src/locales/cz.json",
            "revision": "b40f8b5f4c117a042de41a67ce58305072a94005,7dc36a197a9fa8d203e02ac7ffdc2c627c023b41",
            "web_url": "https://hosted.weblate.org/projects/mainsail/mainsail/cs/",
            "share_url": "https://hosted.weblate.org/engage/mainsail/-/cs/",
            "translate_url": "https://hosted.weblate.org/translate/mainsail/mainsail/cs/",
            "url": "https://hosted.weblate.org/api/translations/mainsail/mainsail/cs/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 1154,
            "total_words": 3858,
            "translated": 952,
            "translated_words": 2993,
            "translated_percent": 82.4,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 54,
            "failing_checks_words": 128,
            "failing_checks_percent": 4.6,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-05-05T00:58:10.472762+02:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/mainsail/mainsail/cs/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/mainsail/mainsail/cs/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/mainsail/mainsail/cs/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/mainsail/mainsail/cs/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/mainsail/mainsail/cs/units/?format=api"
        },
        {
            "language": {
                "id": 25,
                "code": "da",
                "name": "Danish",
                "plural": {
                    "id": 69,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "da_da",
                    "dk",
                    "dan"
                ],
                "direction": "ltr",
                "population": 7072056,
                "web_url": "https://hosted.weblate.org/languages/da/",
                "url": "https://hosted.weblate.org/api/languages/da/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/da/statistics/?format=api"
            },
            "component": {
                "name": "Mainsail",
                "slug": "mainsail",
                "id": 29105,
                "source_language": {
                    "id": 31,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 75,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://hosted.weblate.org/languages/en/",
                    "url": "https://hosted.weblate.org/api/languages/en/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Mainsail",
                    "slug": "mainsail",
                    "id": 5298,
                    "web": "https://docs.mainsail.xyz",
                    "web_url": "https://hosted.weblate.org/projects/mainsail/",
                    "url": "https://hosted.weblate.org/api/projects/mainsail/?format=api",
                    "components_list_url": "https://hosted.weblate.org/api/projects/mainsail/components/?format=api",
                    "repository_url": "https://hosted.weblate.org/api/projects/mainsail/repository/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/projects/mainsail/statistics/?format=api",
                    "categories_url": "https://hosted.weblate.org/api/projects/mainsail/categories/?format=api",
                    "changes_list_url": "https://hosted.weblate.org/api/projects/mainsail/changes/?format=api",
                    "languages_url": "https://hosted.weblate.org/api/projects/mainsail/languages/?format=api",
                    "labels_url": "https://hosted.weblate.org/api/projects/mainsail/labels/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "https://github.com/mainsail-crew/mainsail",
                "git_export": "https://hosted.weblate.org/git/mainsail/mainsail/",
                "branch": "develop",
                "push_branch": "",
                "filemask": "src/locales/*.json",
                "screenshot_filemask": "",
                "template": "src/locales/en.json",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "json-nested",
                "license": "GPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "https://hosted.weblate.org/projects/mainsail/mainsail/",
                "url": "https://hosted.weblate.org/api/components/mainsail/mainsail/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/mainsail/mainsail/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/mainsail/mainsail/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/mainsail/mainsail/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/mainsail/mainsail/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/mainsail/mainsail/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/mainsail/mainsail/changes/?format=api",
                "task_url": null,
                "new_lang": "contact",
                "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 }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": true,
                "manage_units": 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": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "da",
            "id": 1453577,
            "filename": "src/locales/da.json",
            "revision": "bc117b0c4402dc5f26057f06a72841ec764db527,7dc36a197a9fa8d203e02ac7ffdc2c627c023b41",
            "web_url": "https://hosted.weblate.org/projects/mainsail/mainsail/da/",
            "share_url": "https://hosted.weblate.org/engage/mainsail/-/da/",
            "translate_url": "https://hosted.weblate.org/translate/mainsail/mainsail/da/",
            "url": "https://hosted.weblate.org/api/translations/mainsail/mainsail/da/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 1154,
            "total_words": 3858,
            "translated": 1079,
            "translated_words": 3613,
            "translated_percent": 93.5,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 101,
            "failing_checks_words": 346,
            "failing_checks_percent": 8.7,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-05-05T00:58:18.386032+02:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/mainsail/mainsail/da/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/mainsail/mainsail/da/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/mainsail/mainsail/da/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/mainsail/mainsail/da/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/mainsail/mainsail/da/units/?format=api"
        },
        {
            "language": {
                "id": 24,
                "code": "de",
                "name": "German",
                "plural": {
                    "id": 104,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "deu_de",
                    "deu",
                    "ger"
                ],
                "direction": "ltr",
                "population": 136350226,
                "web_url": "https://hosted.weblate.org/languages/de/",
                "url": "https://hosted.weblate.org/api/languages/de/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/de/statistics/?format=api"
            },
            "component": {
                "name": "Mainsail",
                "slug": "mainsail",
                "id": 29105,
                "source_language": {
                    "id": 31,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 75,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://hosted.weblate.org/languages/en/",
                    "url": "https://hosted.weblate.org/api/languages/en/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Mainsail",
                    "slug": "mainsail",
                    "id": 5298,
                    "web": "https://docs.mainsail.xyz",
                    "web_url": "https://hosted.weblate.org/projects/mainsail/",
                    "url": "https://hosted.weblate.org/api/projects/mainsail/?format=api",
                    "components_list_url": "https://hosted.weblate.org/api/projects/mainsail/components/?format=api",
                    "repository_url": "https://hosted.weblate.org/api/projects/mainsail/repository/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/projects/mainsail/statistics/?format=api",
                    "categories_url": "https://hosted.weblate.org/api/projects/mainsail/categories/?format=api",
                    "changes_list_url": "https://hosted.weblate.org/api/projects/mainsail/changes/?format=api",
                    "languages_url": "https://hosted.weblate.org/api/projects/mainsail/languages/?format=api",
                    "labels_url": "https://hosted.weblate.org/api/projects/mainsail/labels/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "https://github.com/mainsail-crew/mainsail",
                "git_export": "https://hosted.weblate.org/git/mainsail/mainsail/",
                "branch": "develop",
                "push_branch": "",
                "filemask": "src/locales/*.json",
                "screenshot_filemask": "",
                "template": "src/locales/en.json",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "json-nested",
                "license": "GPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "https://hosted.weblate.org/projects/mainsail/mainsail/",
                "url": "https://hosted.weblate.org/api/components/mainsail/mainsail/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/mainsail/mainsail/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/mainsail/mainsail/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/mainsail/mainsail/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/mainsail/mainsail/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/mainsail/mainsail/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/mainsail/mainsail/changes/?format=api",
                "task_url": null,
                "new_lang": "contact",
                "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 }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": true,
                "manage_units": 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": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "de",
            "id": 1453578,
            "filename": "src/locales/de.json",
            "revision": "b46e96466368ee180d7bdb5059ceb4c978d2bfbe,7dc36a197a9fa8d203e02ac7ffdc2c627c023b41",
            "web_url": "https://hosted.weblate.org/projects/mainsail/mainsail/de/",
            "share_url": "https://hosted.weblate.org/engage/mainsail/-/de/",
            "translate_url": "https://hosted.weblate.org/translate/mainsail/mainsail/de/",
            "url": "https://hosted.weblate.org/api/translations/mainsail/mainsail/de/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 1154,
            "total_words": 3858,
            "translated": 1152,
            "translated_words": 3858,
            "translated_percent": 99.8,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 72,
            "failing_checks_words": 184,
            "failing_checks_percent": 6.2,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-05-05T00:58:23.860245+02:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/mainsail/mainsail/de/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/mainsail/mainsail/de/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/mainsail/mainsail/de/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/mainsail/mainsail/de/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/mainsail/mainsail/de/units/?format=api"
        },
        {
            "language": {
                "id": 103,
                "code": "es",
                "name": "Spanish",
                "plural": {
                    "id": 291,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "es_la",
                    "esp",
                    "spa"
                ],
                "direction": "ltr",
                "population": 493528078,
                "web_url": "https://hosted.weblate.org/languages/es/",
                "url": "https://hosted.weblate.org/api/languages/es/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/es/statistics/?format=api"
            },
            "component": {
                "name": "Mainsail",
                "slug": "mainsail",
                "id": 29105,
                "source_language": {
                    "id": 31,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 75,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://hosted.weblate.org/languages/en/",
                    "url": "https://hosted.weblate.org/api/languages/en/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Mainsail",
                    "slug": "mainsail",
                    "id": 5298,
                    "web": "https://docs.mainsail.xyz",
                    "web_url": "https://hosted.weblate.org/projects/mainsail/",
                    "url": "https://hosted.weblate.org/api/projects/mainsail/?format=api",
                    "components_list_url": "https://hosted.weblate.org/api/projects/mainsail/components/?format=api",
                    "repository_url": "https://hosted.weblate.org/api/projects/mainsail/repository/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/projects/mainsail/statistics/?format=api",
                    "categories_url": "https://hosted.weblate.org/api/projects/mainsail/categories/?format=api",
                    "changes_list_url": "https://hosted.weblate.org/api/projects/mainsail/changes/?format=api",
                    "languages_url": "https://hosted.weblate.org/api/projects/mainsail/languages/?format=api",
                    "labels_url": "https://hosted.weblate.org/api/projects/mainsail/labels/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "https://github.com/mainsail-crew/mainsail",
                "git_export": "https://hosted.weblate.org/git/mainsail/mainsail/",
                "branch": "develop",
                "push_branch": "",
                "filemask": "src/locales/*.json",
                "screenshot_filemask": "",
                "template": "src/locales/en.json",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "json-nested",
                "license": "GPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "https://hosted.weblate.org/projects/mainsail/mainsail/",
                "url": "https://hosted.weblate.org/api/components/mainsail/mainsail/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/mainsail/mainsail/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/mainsail/mainsail/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/mainsail/mainsail/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/mainsail/mainsail/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/mainsail/mainsail/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/mainsail/mainsail/changes/?format=api",
                "task_url": null,
                "new_lang": "contact",
                "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 }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": true,
                "manage_units": 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": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "es",
            "id": 1453579,
            "filename": "src/locales/es.json",
            "revision": "79fde2cb6bffaefed59d1e3bf1433d29461b2a0c,7dc36a197a9fa8d203e02ac7ffdc2c627c023b41",
            "web_url": "https://hosted.weblate.org/projects/mainsail/mainsail/es/",
            "share_url": "https://hosted.weblate.org/engage/mainsail/-/es/",
            "translate_url": "https://hosted.weblate.org/translate/mainsail/mainsail/es/",
            "url": "https://hosted.weblate.org/api/translations/mainsail/mainsail/es/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 1154,
            "total_words": 3858,
            "translated": 1017,
            "translated_words": 3395,
            "translated_percent": 88.1,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 70,
            "failing_checks_words": 472,
            "failing_checks_percent": 6.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-05-05T00:58:27.176840+02:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/mainsail/mainsail/es/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/mainsail/mainsail/es/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/mainsail/mainsail/es/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/mainsail/mainsail/es/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/mainsail/mainsail/es/units/?format=api"
        },
        {
            "language": {
                "id": 105,
                "code": "fr",
                "name": "French",
                "plural": {
                    "id": 93,
                    "source": 0,
                    "number": 2,
                    "formula": "n > 1",
                    "type": 1
                },
                "aliases": [
                    "fra_fr",
                    "fra",
                    "fre"
                ],
                "direction": "ltr",
                "population": 278611506,
                "web_url": "https://hosted.weblate.org/languages/fr/",
                "url": "https://hosted.weblate.org/api/languages/fr/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/fr/statistics/?format=api"
            },
            "component": {
                "name": "Mainsail",
                "slug": "mainsail",
                "id": 29105,
                "source_language": {
                    "id": 31,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 75,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://hosted.weblate.org/languages/en/",
                    "url": "https://hosted.weblate.org/api/languages/en/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Mainsail",
                    "slug": "mainsail",
                    "id": 5298,
                    "web": "https://docs.mainsail.xyz",
                    "web_url": "https://hosted.weblate.org/projects/mainsail/",
                    "url": "https://hosted.weblate.org/api/projects/mainsail/?format=api",
                    "components_list_url": "https://hosted.weblate.org/api/projects/mainsail/components/?format=api",
                    "repository_url": "https://hosted.weblate.org/api/projects/mainsail/repository/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/projects/mainsail/statistics/?format=api",
                    "categories_url": "https://hosted.weblate.org/api/projects/mainsail/categories/?format=api",
                    "changes_list_url": "https://hosted.weblate.org/api/projects/mainsail/changes/?format=api",
                    "languages_url": "https://hosted.weblate.org/api/projects/mainsail/languages/?format=api",
                    "labels_url": "https://hosted.weblate.org/api/projects/mainsail/labels/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "https://github.com/mainsail-crew/mainsail",
                "git_export": "https://hosted.weblate.org/git/mainsail/mainsail/",
                "branch": "develop",
                "push_branch": "",
                "filemask": "src/locales/*.json",
                "screenshot_filemask": "",
                "template": "src/locales/en.json",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "json-nested",
                "license": "GPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "https://hosted.weblate.org/projects/mainsail/mainsail/",
                "url": "https://hosted.weblate.org/api/components/mainsail/mainsail/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/mainsail/mainsail/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/mainsail/mainsail/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/mainsail/mainsail/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/mainsail/mainsail/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/mainsail/mainsail/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/mainsail/mainsail/changes/?format=api",
                "task_url": null,
                "new_lang": "contact",
                "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 }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": true,
                "manage_units": 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": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "fr",
            "id": 1453580,
            "filename": "src/locales/fr.json",
            "revision": "29359ae44b624a0b0746dd0228b9ccc1a7334e98,7dc36a197a9fa8d203e02ac7ffdc2c627c023b41",
            "web_url": "https://hosted.weblate.org/projects/mainsail/mainsail/fr/",
            "share_url": "https://hosted.weblate.org/engage/mainsail/-/fr/",
            "translate_url": "https://hosted.weblate.org/translate/mainsail/mainsail/fr/",
            "url": "https://hosted.weblate.org/api/translations/mainsail/mainsail/fr/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 1154,
            "total_words": 3858,
            "translated": 1063,
            "translated_words": 3562,
            "translated_percent": 92.1,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 126,
            "failing_checks_words": 672,
            "failing_checks_percent": 10.9,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-05-05T00:58:31.787485+02:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/mainsail/mainsail/fr/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/mainsail/mainsail/fr/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/mainsail/mainsail/fr/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/mainsail/mainsail/fr/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/mainsail/mainsail/fr/units/?format=api"
        },
        {
            "language": {
                "id": 66,
                "code": "hu",
                "name": "Hungarian",
                "plural": {
                    "id": 136,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "hun"
                ],
                "direction": "ltr",
                "population": 12443429,
                "web_url": "https://hosted.weblate.org/languages/hu/",
                "url": "https://hosted.weblate.org/api/languages/hu/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/hu/statistics/?format=api"
            },
            "component": {
                "name": "Mainsail",
                "slug": "mainsail",
                "id": 29105,
                "source_language": {
                    "id": 31,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 75,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://hosted.weblate.org/languages/en/",
                    "url": "https://hosted.weblate.org/api/languages/en/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Mainsail",
                    "slug": "mainsail",
                    "id": 5298,
                    "web": "https://docs.mainsail.xyz",
                    "web_url": "https://hosted.weblate.org/projects/mainsail/",
                    "url": "https://hosted.weblate.org/api/projects/mainsail/?format=api",
                    "components_list_url": "https://hosted.weblate.org/api/projects/mainsail/components/?format=api",
                    "repository_url": "https://hosted.weblate.org/api/projects/mainsail/repository/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/projects/mainsail/statistics/?format=api",
                    "categories_url": "https://hosted.weblate.org/api/projects/mainsail/categories/?format=api",
                    "changes_list_url": "https://hosted.weblate.org/api/projects/mainsail/changes/?format=api",
                    "languages_url": "https://hosted.weblate.org/api/projects/mainsail/languages/?format=api",
                    "labels_url": "https://hosted.weblate.org/api/projects/mainsail/labels/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "https://github.com/mainsail-crew/mainsail",
                "git_export": "https://hosted.weblate.org/git/mainsail/mainsail/",
                "branch": "develop",
                "push_branch": "",
                "filemask": "src/locales/*.json",
                "screenshot_filemask": "",
                "template": "src/locales/en.json",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "json-nested",
                "license": "GPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "https://hosted.weblate.org/projects/mainsail/mainsail/",
                "url": "https://hosted.weblate.org/api/components/mainsail/mainsail/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/mainsail/mainsail/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/mainsail/mainsail/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/mainsail/mainsail/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/mainsail/mainsail/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/mainsail/mainsail/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/mainsail/mainsail/changes/?format=api",
                "task_url": null,
                "new_lang": "contact",
                "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 }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": true,
                "manage_units": 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": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "hu",
            "id": 1453581,
            "filename": "src/locales/hu.json",
            "revision": "bac5776ac82a6a16e6e91b0288320e7dbb1ac716,7dc36a197a9fa8d203e02ac7ffdc2c627c023b41",
            "web_url": "https://hosted.weblate.org/projects/mainsail/mainsail/hu/",
            "share_url": "https://hosted.weblate.org/engage/mainsail/-/hu/",
            "translate_url": "https://hosted.weblate.org/translate/mainsail/mainsail/hu/",
            "url": "https://hosted.weblate.org/api/translations/mainsail/mainsail/hu/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 1154,
            "total_words": 3858,
            "translated": 840,
            "translated_words": 2564,
            "translated_percent": 72.7,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 52,
            "failing_checks_words": 271,
            "failing_checks_percent": 4.5,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-05-05T00:58:40.119928+02:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/mainsail/mainsail/hu/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/mainsail/mainsail/hu/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/mainsail/mainsail/hu/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/mainsail/mainsail/hu/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/mainsail/mainsail/hu/units/?format=api"
        },
        {
            "language": {
                "id": 86,
                "code": "it",
                "name": "Italian",
                "plural": {
                    "id": 146,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "ita_it",
                    "ita"
                ],
                "direction": "ltr",
                "population": 70247059,
                "web_url": "https://hosted.weblate.org/languages/it/",
                "url": "https://hosted.weblate.org/api/languages/it/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/it/statistics/?format=api"
            },
            "component": {
                "name": "Mainsail",
                "slug": "mainsail",
                "id": 29105,
                "source_language": {
                    "id": 31,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 75,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://hosted.weblate.org/languages/en/",
                    "url": "https://hosted.weblate.org/api/languages/en/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Mainsail",
                    "slug": "mainsail",
                    "id": 5298,
                    "web": "https://docs.mainsail.xyz",
                    "web_url": "https://hosted.weblate.org/projects/mainsail/",
                    "url": "https://hosted.weblate.org/api/projects/mainsail/?format=api",
                    "components_list_url": "https://hosted.weblate.org/api/projects/mainsail/components/?format=api",
                    "repository_url": "https://hosted.weblate.org/api/projects/mainsail/repository/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/projects/mainsail/statistics/?format=api",
                    "categories_url": "https://hosted.weblate.org/api/projects/mainsail/categories/?format=api",
                    "changes_list_url": "https://hosted.weblate.org/api/projects/mainsail/changes/?format=api",
                    "languages_url": "https://hosted.weblate.org/api/projects/mainsail/languages/?format=api",
                    "labels_url": "https://hosted.weblate.org/api/projects/mainsail/labels/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "https://github.com/mainsail-crew/mainsail",
                "git_export": "https://hosted.weblate.org/git/mainsail/mainsail/",
                "branch": "develop",
                "push_branch": "",
                "filemask": "src/locales/*.json",
                "screenshot_filemask": "",
                "template": "src/locales/en.json",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "json-nested",
                "license": "GPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "https://hosted.weblate.org/projects/mainsail/mainsail/",
                "url": "https://hosted.weblate.org/api/components/mainsail/mainsail/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/mainsail/mainsail/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/mainsail/mainsail/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/mainsail/mainsail/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/mainsail/mainsail/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/mainsail/mainsail/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/mainsail/mainsail/changes/?format=api",
                "task_url": null,
                "new_lang": "contact",
                "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 }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": true,
                "manage_units": 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": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "it",
            "id": 1453582,
            "filename": "src/locales/it.json",
            "revision": "d4a2267fd7104abd6e089871a987ea2736179423,7dc36a197a9fa8d203e02ac7ffdc2c627c023b41",
            "web_url": "https://hosted.weblate.org/projects/mainsail/mainsail/it/",
            "share_url": "https://hosted.weblate.org/engage/mainsail/-/it/",
            "translate_url": "https://hosted.weblate.org/translate/mainsail/mainsail/it/",
            "url": "https://hosted.weblate.org/api/translations/mainsail/mainsail/it/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 1154,
            "total_words": 3858,
            "translated": 1083,
            "translated_words": 3639,
            "translated_percent": 93.8,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 110,
            "failing_checks_words": 288,
            "failing_checks_percent": 9.5,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-05-05T00:58:43.476112+02:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/mainsail/mainsail/it/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/mainsail/mainsail/it/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/mainsail/mainsail/it/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/mainsail/mainsail/it/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/mainsail/mainsail/it/units/?format=api"
        },
        {
            "language": {
                "id": 49,
                "code": "ja",
                "name": "Japanese",
                "plural": {
                    "id": 148,
                    "source": 0,
                    "number": 1,
                    "formula": "0",
                    "type": 0
                },
                "aliases": [
                    "jp",
                    "jp_jpn",
                    "ja_ja",
                    "jpn_jp",
                    "jpn"
                ],
                "direction": "ltr",
                "population": 119729025,
                "web_url": "https://hosted.weblate.org/languages/ja/",
                "url": "https://hosted.weblate.org/api/languages/ja/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/ja/statistics/?format=api"
            },
            "component": {
                "name": "Mainsail",
                "slug": "mainsail",
                "id": 29105,
                "source_language": {
                    "id": 31,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 75,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://hosted.weblate.org/languages/en/",
                    "url": "https://hosted.weblate.org/api/languages/en/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Mainsail",
                    "slug": "mainsail",
                    "id": 5298,
                    "web": "https://docs.mainsail.xyz",
                    "web_url": "https://hosted.weblate.org/projects/mainsail/",
                    "url": "https://hosted.weblate.org/api/projects/mainsail/?format=api",
                    "components_list_url": "https://hosted.weblate.org/api/projects/mainsail/components/?format=api",
                    "repository_url": "https://hosted.weblate.org/api/projects/mainsail/repository/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/projects/mainsail/statistics/?format=api",
                    "categories_url": "https://hosted.weblate.org/api/projects/mainsail/categories/?format=api",
                    "changes_list_url": "https://hosted.weblate.org/api/projects/mainsail/changes/?format=api",
                    "languages_url": "https://hosted.weblate.org/api/projects/mainsail/languages/?format=api",
                    "labels_url": "https://hosted.weblate.org/api/projects/mainsail/labels/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "https://github.com/mainsail-crew/mainsail",
                "git_export": "https://hosted.weblate.org/git/mainsail/mainsail/",
                "branch": "develop",
                "push_branch": "",
                "filemask": "src/locales/*.json",
                "screenshot_filemask": "",
                "template": "src/locales/en.json",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "json-nested",
                "license": "GPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "https://hosted.weblate.org/projects/mainsail/mainsail/",
                "url": "https://hosted.weblate.org/api/components/mainsail/mainsail/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/mainsail/mainsail/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/mainsail/mainsail/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/mainsail/mainsail/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/mainsail/mainsail/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/mainsail/mainsail/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/mainsail/mainsail/changes/?format=api",
                "task_url": null,
                "new_lang": "contact",
                "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 }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": true,
                "manage_units": 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": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "ja",
            "id": 1453583,
            "filename": "src/locales/ja.json",
            "revision": "fc744aa71bb906d199cd45a926f379d5c9b23332,7dc36a197a9fa8d203e02ac7ffdc2c627c023b41",
            "web_url": "https://hosted.weblate.org/projects/mainsail/mainsail/ja/",
            "share_url": "https://hosted.weblate.org/engage/mainsail/-/ja/",
            "translate_url": "https://hosted.weblate.org/translate/mainsail/mainsail/ja/",
            "url": "https://hosted.weblate.org/api/translations/mainsail/mainsail/ja/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 1154,
            "total_words": 3858,
            "translated": 950,
            "translated_words": 2982,
            "translated_percent": 82.3,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 69,
            "failing_checks_words": 421,
            "failing_checks_percent": 5.9,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-05-05T00:58:47.031647+02:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/mainsail/mainsail/ja/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/mainsail/mainsail/ja/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/mainsail/mainsail/ja/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/mainsail/mainsail/ja/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/mainsail/mainsail/ja/units/?format=api"
        },
        {
            "language": {
                "id": 116,
                "code": "ko",
                "name": "Korean",
                "plural": {
                    "id": 165,
                    "source": 0,
                    "number": 1,
                    "formula": "0",
                    "type": 0
                },
                "aliases": [
                    "ko_ko",
                    "kor_kr",
                    "kor"
                ],
                "direction": "ltr",
                "population": 78357047,
                "web_url": "https://hosted.weblate.org/languages/ko/",
                "url": "https://hosted.weblate.org/api/languages/ko/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/ko/statistics/?format=api"
            },
            "component": {
                "name": "Mainsail",
                "slug": "mainsail",
                "id": 29105,
                "source_language": {
                    "id": 31,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 75,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://hosted.weblate.org/languages/en/",
                    "url": "https://hosted.weblate.org/api/languages/en/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Mainsail",
                    "slug": "mainsail",
                    "id": 5298,
                    "web": "https://docs.mainsail.xyz",
                    "web_url": "https://hosted.weblate.org/projects/mainsail/",
                    "url": "https://hosted.weblate.org/api/projects/mainsail/?format=api",
                    "components_list_url": "https://hosted.weblate.org/api/projects/mainsail/components/?format=api",
                    "repository_url": "https://hosted.weblate.org/api/projects/mainsail/repository/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/projects/mainsail/statistics/?format=api",
                    "categories_url": "https://hosted.weblate.org/api/projects/mainsail/categories/?format=api",
                    "changes_list_url": "https://hosted.weblate.org/api/projects/mainsail/changes/?format=api",
                    "languages_url": "https://hosted.weblate.org/api/projects/mainsail/languages/?format=api",
                    "labels_url": "https://hosted.weblate.org/api/projects/mainsail/labels/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "https://github.com/mainsail-crew/mainsail",
                "git_export": "https://hosted.weblate.org/git/mainsail/mainsail/",
                "branch": "develop",
                "push_branch": "",
                "filemask": "src/locales/*.json",
                "screenshot_filemask": "",
                "template": "src/locales/en.json",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "json-nested",
                "license": "GPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "https://hosted.weblate.org/projects/mainsail/mainsail/",
                "url": "https://hosted.weblate.org/api/components/mainsail/mainsail/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/mainsail/mainsail/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/mainsail/mainsail/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/mainsail/mainsail/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/mainsail/mainsail/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/mainsail/mainsail/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/mainsail/mainsail/changes/?format=api",
                "task_url": null,
                "new_lang": "contact",
                "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 }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": true,
                "manage_units": 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": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "ko",
            "id": 1453584,
            "filename": "src/locales/ko.json",
            "revision": "51ee3ef87f7428793f11f8bb4899e4c5e47cd227,7dc36a197a9fa8d203e02ac7ffdc2c627c023b41",
            "web_url": "https://hosted.weblate.org/projects/mainsail/mainsail/ko/",
            "share_url": "https://hosted.weblate.org/engage/mainsail/-/ko/",
            "translate_url": "https://hosted.weblate.org/translate/mainsail/mainsail/ko/",
            "url": "https://hosted.weblate.org/api/translations/mainsail/mainsail/ko/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 1154,
            "total_words": 3858,
            "translated": 955,
            "translated_words": 3001,
            "translated_percent": 82.7,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 115,
            "failing_checks_words": 1040,
            "failing_checks_percent": 9.9,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-05-05T00:58:50.410529+02:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/mainsail/mainsail/ko/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/mainsail/mainsail/ko/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/mainsail/mainsail/ko/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/mainsail/mainsail/ko/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/mainsail/mainsail/ko/units/?format=api"
        },
        {
            "language": {
                "id": 96,
                "code": "nl",
                "name": "Dutch",
                "plural": {
                    "id": 73,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "dut",
                    "nld"
                ],
                "direction": "ltr",
                "population": 31765645,
                "web_url": "https://hosted.weblate.org/languages/nl/",
                "url": "https://hosted.weblate.org/api/languages/nl/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/nl/statistics/?format=api"
            },
            "component": {
                "name": "Mainsail",
                "slug": "mainsail",
                "id": 29105,
                "source_language": {
                    "id": 31,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 75,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://hosted.weblate.org/languages/en/",
                    "url": "https://hosted.weblate.org/api/languages/en/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Mainsail",
                    "slug": "mainsail",
                    "id": 5298,
                    "web": "https://docs.mainsail.xyz",
                    "web_url": "https://hosted.weblate.org/projects/mainsail/",
                    "url": "https://hosted.weblate.org/api/projects/mainsail/?format=api",
                    "components_list_url": "https://hosted.weblate.org/api/projects/mainsail/components/?format=api",
                    "repository_url": "https://hosted.weblate.org/api/projects/mainsail/repository/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/projects/mainsail/statistics/?format=api",
                    "categories_url": "https://hosted.weblate.org/api/projects/mainsail/categories/?format=api",
                    "changes_list_url": "https://hosted.weblate.org/api/projects/mainsail/changes/?format=api",
                    "languages_url": "https://hosted.weblate.org/api/projects/mainsail/languages/?format=api",
                    "labels_url": "https://hosted.weblate.org/api/projects/mainsail/labels/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "https://github.com/mainsail-crew/mainsail",
                "git_export": "https://hosted.weblate.org/git/mainsail/mainsail/",
                "branch": "develop",
                "push_branch": "",
                "filemask": "src/locales/*.json",
                "screenshot_filemask": "",
                "template": "src/locales/en.json",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "json-nested",
                "license": "GPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "https://hosted.weblate.org/projects/mainsail/mainsail/",
                "url": "https://hosted.weblate.org/api/components/mainsail/mainsail/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/mainsail/mainsail/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/mainsail/mainsail/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/mainsail/mainsail/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/mainsail/mainsail/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/mainsail/mainsail/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/mainsail/mainsail/changes/?format=api",
                "task_url": null,
                "new_lang": "contact",
                "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 }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": true,
                "manage_units": 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": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "nl",
            "id": 1453585,
            "filename": "src/locales/nl.json",
            "revision": "4690724dac6fc185443c3bd8ec2acde2d3d30654,7dc36a197a9fa8d203e02ac7ffdc2c627c023b41",
            "web_url": "https://hosted.weblate.org/projects/mainsail/mainsail/nl/",
            "share_url": "https://hosted.weblate.org/engage/mainsail/-/nl/",
            "translate_url": "https://hosted.weblate.org/translate/mainsail/mainsail/nl/",
            "url": "https://hosted.weblate.org/api/translations/mainsail/mainsail/nl/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 1154,
            "total_words": 3858,
            "translated": 958,
            "translated_words": 2987,
            "translated_percent": 83.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 111,
            "failing_checks_words": 312,
            "failing_checks_percent": 9.6,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-05-05T00:58:53.871641+02:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/mainsail/mainsail/nl/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/mainsail/mainsail/nl/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/mainsail/mainsail/nl/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/mainsail/mainsail/nl/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/mainsail/mainsail/nl/units/?format=api"
        },
        {
            "language": {
                "id": 78,
                "code": "pl",
                "name": "Polish",
                "plural": {
                    "id": 244,
                    "source": 0,
                    "number": 3,
                    "formula": "n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2",
                    "type": 22
                },
                "aliases": [
                    "plk",
                    "pol"
                ],
                "direction": "ltr",
                "population": 41077398,
                "web_url": "https://hosted.weblate.org/languages/pl/",
                "url": "https://hosted.weblate.org/api/languages/pl/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/pl/statistics/?format=api"
            },
            "component": {
                "name": "Mainsail",
                "slug": "mainsail",
                "id": 29105,
                "source_language": {
                    "id": 31,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 75,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://hosted.weblate.org/languages/en/",
                    "url": "https://hosted.weblate.org/api/languages/en/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Mainsail",
                    "slug": "mainsail",
                    "id": 5298,
                    "web": "https://docs.mainsail.xyz",
                    "web_url": "https://hosted.weblate.org/projects/mainsail/",
                    "url": "https://hosted.weblate.org/api/projects/mainsail/?format=api",
                    "components_list_url": "https://hosted.weblate.org/api/projects/mainsail/components/?format=api",
                    "repository_url": "https://hosted.weblate.org/api/projects/mainsail/repository/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/projects/mainsail/statistics/?format=api",
                    "categories_url": "https://hosted.weblate.org/api/projects/mainsail/categories/?format=api",
                    "changes_list_url": "https://hosted.weblate.org/api/projects/mainsail/changes/?format=api",
                    "languages_url": "https://hosted.weblate.org/api/projects/mainsail/languages/?format=api",
                    "labels_url": "https://hosted.weblate.org/api/projects/mainsail/labels/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "https://github.com/mainsail-crew/mainsail",
                "git_export": "https://hosted.weblate.org/git/mainsail/mainsail/",
                "branch": "develop",
                "push_branch": "",
                "filemask": "src/locales/*.json",
                "screenshot_filemask": "",
                "template": "src/locales/en.json",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "json-nested",
                "license": "GPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "https://hosted.weblate.org/projects/mainsail/mainsail/",
                "url": "https://hosted.weblate.org/api/components/mainsail/mainsail/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/mainsail/mainsail/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/mainsail/mainsail/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/mainsail/mainsail/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/mainsail/mainsail/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/mainsail/mainsail/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/mainsail/mainsail/changes/?format=api",
                "task_url": null,
                "new_lang": "contact",
                "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 }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": true,
                "manage_units": 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": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "pl",
            "id": 1453586,
            "filename": "src/locales/pl.json",
            "revision": "7887bada892978200e9ddca02586ed895f1b2279,7dc36a197a9fa8d203e02ac7ffdc2c627c023b41",
            "web_url": "https://hosted.weblate.org/projects/mainsail/mainsail/pl/",
            "share_url": "https://hosted.weblate.org/engage/mainsail/-/pl/",
            "translate_url": "https://hosted.weblate.org/translate/mainsail/mainsail/pl/",
            "url": "https://hosted.weblate.org/api/translations/mainsail/mainsail/pl/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 1154,
            "total_words": 3858,
            "translated": 1049,
            "translated_words": 3532,
            "translated_percent": 90.9,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 44,
            "failing_checks_words": 181,
            "failing_checks_percent": 3.8,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-05-05T00:58:57.089931+02:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/mainsail/mainsail/pl/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/mainsail/mainsail/pl/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/mainsail/mainsail/pl/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/mainsail/mainsail/pl/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/mainsail/mainsail/pl/units/?format=api"
        },
        {
            "language": {
                "id": 58,
                "code": "pt",
                "name": "Portuguese",
                "plural": {
                    "id": 245,
                    "source": 0,
                    "number": 2,
                    "formula": "n > 1",
                    "type": 1
                },
                "aliases": [
                    "por_pt",
                    "ptg",
                    "por"
                ],
                "direction": "ltr",
                "population": 237496883,
                "web_url": "https://hosted.weblate.org/languages/pt/",
                "url": "https://hosted.weblate.org/api/languages/pt/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/pt/statistics/?format=api"
            },
            "component": {
                "name": "Mainsail",
                "slug": "mainsail",
                "id": 29105,
                "source_language": {
                    "id": 31,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 75,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://hosted.weblate.org/languages/en/",
                    "url": "https://hosted.weblate.org/api/languages/en/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Mainsail",
                    "slug": "mainsail",
                    "id": 5298,
                    "web": "https://docs.mainsail.xyz",
                    "web_url": "https://hosted.weblate.org/projects/mainsail/",
                    "url": "https://hosted.weblate.org/api/projects/mainsail/?format=api",
                    "components_list_url": "https://hosted.weblate.org/api/projects/mainsail/components/?format=api",
                    "repository_url": "https://hosted.weblate.org/api/projects/mainsail/repository/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/projects/mainsail/statistics/?format=api",
                    "categories_url": "https://hosted.weblate.org/api/projects/mainsail/categories/?format=api",
                    "changes_list_url": "https://hosted.weblate.org/api/projects/mainsail/changes/?format=api",
                    "languages_url": "https://hosted.weblate.org/api/projects/mainsail/languages/?format=api",
                    "labels_url": "https://hosted.weblate.org/api/projects/mainsail/labels/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "https://github.com/mainsail-crew/mainsail",
                "git_export": "https://hosted.weblate.org/git/mainsail/mainsail/",
                "branch": "develop",
                "push_branch": "",
                "filemask": "src/locales/*.json",
                "screenshot_filemask": "",
                "template": "src/locales/en.json",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "json-nested",
                "license": "GPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "https://hosted.weblate.org/projects/mainsail/mainsail/",
                "url": "https://hosted.weblate.org/api/components/mainsail/mainsail/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/mainsail/mainsail/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/mainsail/mainsail/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/mainsail/mainsail/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/mainsail/mainsail/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/mainsail/mainsail/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/mainsail/mainsail/changes/?format=api",
                "task_url": null,
                "new_lang": "contact",
                "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 }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": true,
                "manage_units": 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": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "pt",
            "id": 1453587,
            "filename": "src/locales/pt.json",
            "revision": "2674c4bbc9c451b8662c11f48aa60695512ff1aa,7dc36a197a9fa8d203e02ac7ffdc2c627c023b41",
            "web_url": "https://hosted.weblate.org/projects/mainsail/mainsail/pt/",
            "share_url": "https://hosted.weblate.org/engage/mainsail/-/pt/",
            "translate_url": "https://hosted.weblate.org/translate/mainsail/mainsail/pt/",
            "url": "https://hosted.weblate.org/api/translations/mainsail/mainsail/pt/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 1154,
            "total_words": 3858,
            "translated": 973,
            "translated_words": 3075,
            "translated_percent": 84.3,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 98,
            "failing_checks_words": 413,
            "failing_checks_percent": 8.4,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-05-05T00:59:00.282999+02:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/mainsail/mainsail/pt/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/mainsail/mainsail/pt/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/mainsail/mainsail/pt/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/mainsail/mainsail/pt/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/mainsail/mainsail/pt/units/?format=api"
        },
        {
            "language": {
                "id": 36,
                "code": "ru",
                "name": "Russian",
                "plural": {
                    "id": 255,
                    "source": 0,
                    "number": 3,
                    "formula": "n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2",
                    "type": 22
                },
                "aliases": [
                    "ru_r",
                    "ru_rr",
                    "rus"
                ],
                "direction": "ltr",
                "population": 195841151,
                "web_url": "https://hosted.weblate.org/languages/ru/",
                "url": "https://hosted.weblate.org/api/languages/ru/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/ru/statistics/?format=api"
            },
            "component": {
                "name": "Mainsail",
                "slug": "mainsail",
                "id": 29105,
                "source_language": {
                    "id": 31,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 75,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://hosted.weblate.org/languages/en/",
                    "url": "https://hosted.weblate.org/api/languages/en/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Mainsail",
                    "slug": "mainsail",
                    "id": 5298,
                    "web": "https://docs.mainsail.xyz",
                    "web_url": "https://hosted.weblate.org/projects/mainsail/",
                    "url": "https://hosted.weblate.org/api/projects/mainsail/?format=api",
                    "components_list_url": "https://hosted.weblate.org/api/projects/mainsail/components/?format=api",
                    "repository_url": "https://hosted.weblate.org/api/projects/mainsail/repository/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/projects/mainsail/statistics/?format=api",
                    "categories_url": "https://hosted.weblate.org/api/projects/mainsail/categories/?format=api",
                    "changes_list_url": "https://hosted.weblate.org/api/projects/mainsail/changes/?format=api",
                    "languages_url": "https://hosted.weblate.org/api/projects/mainsail/languages/?format=api",
                    "labels_url": "https://hosted.weblate.org/api/projects/mainsail/labels/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "https://github.com/mainsail-crew/mainsail",
                "git_export": "https://hosted.weblate.org/git/mainsail/mainsail/",
                "branch": "develop",
                "push_branch": "",
                "filemask": "src/locales/*.json",
                "screenshot_filemask": "",
                "template": "src/locales/en.json",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "json-nested",
                "license": "GPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "https://hosted.weblate.org/projects/mainsail/mainsail/",
                "url": "https://hosted.weblate.org/api/components/mainsail/mainsail/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/mainsail/mainsail/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/mainsail/mainsail/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/mainsail/mainsail/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/mainsail/mainsail/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/mainsail/mainsail/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/mainsail/mainsail/changes/?format=api",
                "task_url": null,
                "new_lang": "contact",
                "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 }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": true,
                "manage_units": 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": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "ru",
            "id": 1453588,
            "filename": "src/locales/ru.json",
            "revision": "95b7a368dee8ddefcca1cbf68035b201414f976a,7dc36a197a9fa8d203e02ac7ffdc2c627c023b41",
            "web_url": "https://hosted.weblate.org/projects/mainsail/mainsail/ru/",
            "share_url": "https://hosted.weblate.org/engage/mainsail/-/ru/",
            "translate_url": "https://hosted.weblate.org/translate/mainsail/mainsail/ru/",
            "url": "https://hosted.weblate.org/api/translations/mainsail/mainsail/ru/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 1154,
            "total_words": 3858,
            "translated": 1110,
            "translated_words": 3754,
            "translated_percent": 96.1,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 62,
            "failing_checks_words": 354,
            "failing_checks_percent": 5.3,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-05-05T00:59:03.813574+02:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/mainsail/mainsail/ru/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/mainsail/mainsail/ru/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/mainsail/mainsail/ru/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/mainsail/mainsail/ru/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/mainsail/mainsail/ru/units/?format=api"
        },
        {
            "language": {
                "id": 168,
                "code": "se",
                "name": "Sami (Northern)",
                "plural": {
                    "id": 221,
                    "source": 0,
                    "number": 3,
                    "formula": "(n == 1) ? 0 : ((n == 2) ? 1 : 2)",
                    "type": 4
                },
                "aliases": [
                    "sme"
                ],
                "direction": "ltr",
                "population": 51529,
                "web_url": "https://hosted.weblate.org/languages/se/",
                "url": "https://hosted.weblate.org/api/languages/se/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/se/statistics/?format=api"
            },
            "component": {
                "name": "Mainsail",
                "slug": "mainsail",
                "id": 29105,
                "source_language": {
                    "id": 31,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 75,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://hosted.weblate.org/languages/en/",
                    "url": "https://hosted.weblate.org/api/languages/en/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Mainsail",
                    "slug": "mainsail",
                    "id": 5298,
                    "web": "https://docs.mainsail.xyz",
                    "web_url": "https://hosted.weblate.org/projects/mainsail/",
                    "url": "https://hosted.weblate.org/api/projects/mainsail/?format=api",
                    "components_list_url": "https://hosted.weblate.org/api/projects/mainsail/components/?format=api",
                    "repository_url": "https://hosted.weblate.org/api/projects/mainsail/repository/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/projects/mainsail/statistics/?format=api",
                    "categories_url": "https://hosted.weblate.org/api/projects/mainsail/categories/?format=api",
                    "changes_list_url": "https://hosted.weblate.org/api/projects/mainsail/changes/?format=api",
                    "languages_url": "https://hosted.weblate.org/api/projects/mainsail/languages/?format=api",
                    "labels_url": "https://hosted.weblate.org/api/projects/mainsail/labels/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "https://github.com/mainsail-crew/mainsail",
                "git_export": "https://hosted.weblate.org/git/mainsail/mainsail/",
                "branch": "develop",
                "push_branch": "",
                "filemask": "src/locales/*.json",
                "screenshot_filemask": "",
                "template": "src/locales/en.json",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "json-nested",
                "license": "GPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "https://hosted.weblate.org/projects/mainsail/mainsail/",
                "url": "https://hosted.weblate.org/api/components/mainsail/mainsail/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/mainsail/mainsail/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/mainsail/mainsail/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/mainsail/mainsail/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/mainsail/mainsail/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/mainsail/mainsail/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/mainsail/mainsail/changes/?format=api",
                "task_url": null,
                "new_lang": "contact",
                "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 }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": true,
                "manage_units": 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": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "se",
            "id": 1453589,
            "filename": "src/locales/se.json",
            "revision": "ec8607981e7b1e7980500757dcf11abb393e7bee,7dc36a197a9fa8d203e02ac7ffdc2c627c023b41",
            "web_url": "https://hosted.weblate.org/projects/mainsail/mainsail/se/",
            "share_url": "https://hosted.weblate.org/engage/mainsail/-/se/",
            "translate_url": "https://hosted.weblate.org/translate/mainsail/mainsail/se/",
            "url": "https://hosted.weblate.org/api/translations/mainsail/mainsail/se/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 1154,
            "total_words": 3858,
            "translated": 1078,
            "translated_words": 3610,
            "translated_percent": 93.4,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 46,
            "failing_checks_words": 87,
            "failing_checks_percent": 3.9,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-05-05T00:59:06.662071+02:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/mainsail/mainsail/se/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/mainsail/mainsail/se/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/mainsail/mainsail/se/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/mainsail/mainsail/se/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/mainsail/mainsail/se/units/?format=api"
        },
        {
            "language": {
                "id": 12,
                "code": "tr",
                "name": "Turkish",
                "plural": {
                    "id": 323,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "trk",
                    "tur"
                ],
                "direction": "ltr",
                "population": 80360705,
                "web_url": "https://hosted.weblate.org/languages/tr/",
                "url": "https://hosted.weblate.org/api/languages/tr/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/tr/statistics/?format=api"
            },
            "component": {
                "name": "Mainsail",
                "slug": "mainsail",
                "id": 29105,
                "source_language": {
                    "id": 31,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 75,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://hosted.weblate.org/languages/en/",
                    "url": "https://hosted.weblate.org/api/languages/en/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Mainsail",
                    "slug": "mainsail",
                    "id": 5298,
                    "web": "https://docs.mainsail.xyz",
                    "web_url": "https://hosted.weblate.org/projects/mainsail/",
                    "url": "https://hosted.weblate.org/api/projects/mainsail/?format=api",
                    "components_list_url": "https://hosted.weblate.org/api/projects/mainsail/components/?format=api",
                    "repository_url": "https://hosted.weblate.org/api/projects/mainsail/repository/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/projects/mainsail/statistics/?format=api",
                    "categories_url": "https://hosted.weblate.org/api/projects/mainsail/categories/?format=api",
                    "changes_list_url": "https://hosted.weblate.org/api/projects/mainsail/changes/?format=api",
                    "languages_url": "https://hosted.weblate.org/api/projects/mainsail/languages/?format=api",
                    "labels_url": "https://hosted.weblate.org/api/projects/mainsail/labels/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "https://github.com/mainsail-crew/mainsail",
                "git_export": "https://hosted.weblate.org/git/mainsail/mainsail/",
                "branch": "develop",
                "push_branch": "",
                "filemask": "src/locales/*.json",
                "screenshot_filemask": "",
                "template": "src/locales/en.json",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "json-nested",
                "license": "GPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "https://hosted.weblate.org/projects/mainsail/mainsail/",
                "url": "https://hosted.weblate.org/api/components/mainsail/mainsail/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/mainsail/mainsail/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/mainsail/mainsail/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/mainsail/mainsail/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/mainsail/mainsail/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/mainsail/mainsail/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/mainsail/mainsail/changes/?format=api",
                "task_url": null,
                "new_lang": "contact",
                "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 }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": true,
                "manage_units": 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": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "tr",
            "id": 1453590,
            "filename": "src/locales/tr.json",
            "revision": "7b44299e8ba40d88a2039168ba92628a4ac40fe8,7dc36a197a9fa8d203e02ac7ffdc2c627c023b41",
            "web_url": "https://hosted.weblate.org/projects/mainsail/mainsail/tr/",
            "share_url": "https://hosted.weblate.org/engage/mainsail/-/tr/",
            "translate_url": "https://hosted.weblate.org/translate/mainsail/mainsail/tr/",
            "url": "https://hosted.weblate.org/api/translations/mainsail/mainsail/tr/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 1154,
            "total_words": 3858,
            "translated": 1007,
            "translated_words": 3365,
            "translated_percent": 87.2,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 52,
            "failing_checks_words": 205,
            "failing_checks_percent": 4.5,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-05-05T00:59:15.241505+02:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/mainsail/mainsail/tr/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/mainsail/mainsail/tr/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/mainsail/mainsail/tr/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/mainsail/mainsail/tr/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/mainsail/mainsail/tr/units/?format=api"
        },
        {
            "language": {
                "id": 42,
                "code": "uk",
                "name": "Ukrainian",
                "plural": {
                    "id": 327,
                    "source": 0,
                    "number": 3,
                    "formula": "n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2",
                    "type": 22
                },
                "aliases": [
                    "ua",
                    "ua_ua",
                    "uk_uk",
                    "ukr"
                ],
                "direction": "ltr",
                "population": 29348975,
                "web_url": "https://hosted.weblate.org/languages/uk/",
                "url": "https://hosted.weblate.org/api/languages/uk/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/uk/statistics/?format=api"
            },
            "component": {
                "name": "Mainsail",
                "slug": "mainsail",
                "id": 29105,
                "source_language": {
                    "id": 31,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 75,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://hosted.weblate.org/languages/en/",
                    "url": "https://hosted.weblate.org/api/languages/en/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Mainsail",
                    "slug": "mainsail",
                    "id": 5298,
                    "web": "https://docs.mainsail.xyz",
                    "web_url": "https://hosted.weblate.org/projects/mainsail/",
                    "url": "https://hosted.weblate.org/api/projects/mainsail/?format=api",
                    "components_list_url": "https://hosted.weblate.org/api/projects/mainsail/components/?format=api",
                    "repository_url": "https://hosted.weblate.org/api/projects/mainsail/repository/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/projects/mainsail/statistics/?format=api",
                    "categories_url": "https://hosted.weblate.org/api/projects/mainsail/categories/?format=api",
                    "changes_list_url": "https://hosted.weblate.org/api/projects/mainsail/changes/?format=api",
                    "languages_url": "https://hosted.weblate.org/api/projects/mainsail/languages/?format=api",
                    "labels_url": "https://hosted.weblate.org/api/projects/mainsail/labels/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "https://github.com/mainsail-crew/mainsail",
                "git_export": "https://hosted.weblate.org/git/mainsail/mainsail/",
                "branch": "develop",
                "push_branch": "",
                "filemask": "src/locales/*.json",
                "screenshot_filemask": "",
                "template": "src/locales/en.json",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "json-nested",
                "license": "GPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "https://hosted.weblate.org/projects/mainsail/mainsail/",
                "url": "https://hosted.weblate.org/api/components/mainsail/mainsail/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/mainsail/mainsail/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/mainsail/mainsail/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/mainsail/mainsail/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/mainsail/mainsail/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/mainsail/mainsail/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/mainsail/mainsail/changes/?format=api",
                "task_url": null,
                "new_lang": "contact",
                "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 }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": true,
                "manage_units": 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": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "uk",
            "id": 1453591,
            "filename": "src/locales/uk.json",
            "revision": "684818cc95cd3a6635b82b57fd1f5222d3a7b325,7dc36a197a9fa8d203e02ac7ffdc2c627c023b41",
            "web_url": "https://hosted.weblate.org/projects/mainsail/mainsail/uk/",
            "share_url": "https://hosted.weblate.org/engage/mainsail/-/uk/",
            "translate_url": "https://hosted.weblate.org/translate/mainsail/mainsail/uk/",
            "url": "https://hosted.weblate.org/api/translations/mainsail/mainsail/uk/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 1154,
            "total_words": 3858,
            "translated": 1101,
            "translated_words": 3718,
            "translated_percent": 95.4,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 20,
            "failing_checks_words": 51,
            "failing_checks_percent": 1.7,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-05-05T00:59:18.954134+02:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/mainsail/mainsail/uk/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/mainsail/mainsail/uk/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/mainsail/mainsail/uk/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/mainsail/mainsail/uk/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/mainsail/mainsail/uk/units/?format=api"
        },
        {
            "language": {
                "id": 186,
                "code": "zh_Hans",
                "name": "Chinese (Simplified)",
                "plural": {
                    "id": 57,
                    "source": 0,
                    "number": 1,
                    "formula": "0",
                    "type": 0
                },
                "aliases": [
                    "chinese",
                    "chinese_chs",
                    "schinese",
                    "chinese_zh",
                    "cn",
                    "zh",
                    "zhcn",
                    "zh_cn",
                    "zh_chs",
                    "cmn",
                    "zh_hans_cn",
                    "zh_cmn_hans",
                    "chs",
                    "chi"
                ],
                "direction": "ltr",
                "population": 1266066359,
                "web_url": "https://hosted.weblate.org/languages/zh_Hans/",
                "url": "https://hosted.weblate.org/api/languages/zh_Hans/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/zh_Hans/statistics/?format=api"
            },
            "component": {
                "name": "Mainsail",
                "slug": "mainsail",
                "id": 29105,
                "source_language": {
                    "id": 31,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 75,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://hosted.weblate.org/languages/en/",
                    "url": "https://hosted.weblate.org/api/languages/en/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Mainsail",
                    "slug": "mainsail",
                    "id": 5298,
                    "web": "https://docs.mainsail.xyz",
                    "web_url": "https://hosted.weblate.org/projects/mainsail/",
                    "url": "https://hosted.weblate.org/api/projects/mainsail/?format=api",
                    "components_list_url": "https://hosted.weblate.org/api/projects/mainsail/components/?format=api",
                    "repository_url": "https://hosted.weblate.org/api/projects/mainsail/repository/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/projects/mainsail/statistics/?format=api",
                    "categories_url": "https://hosted.weblate.org/api/projects/mainsail/categories/?format=api",
                    "changes_list_url": "https://hosted.weblate.org/api/projects/mainsail/changes/?format=api",
                    "languages_url": "https://hosted.weblate.org/api/projects/mainsail/languages/?format=api",
                    "labels_url": "https://hosted.weblate.org/api/projects/mainsail/labels/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "https://github.com/mainsail-crew/mainsail",
                "git_export": "https://hosted.weblate.org/git/mainsail/mainsail/",
                "branch": "develop",
                "push_branch": "",
                "filemask": "src/locales/*.json",
                "screenshot_filemask": "",
                "template": "src/locales/en.json",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "json-nested",
                "license": "GPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "https://hosted.weblate.org/projects/mainsail/mainsail/",
                "url": "https://hosted.weblate.org/api/components/mainsail/mainsail/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/mainsail/mainsail/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/mainsail/mainsail/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/mainsail/mainsail/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/mainsail/mainsail/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/mainsail/mainsail/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/mainsail/mainsail/changes/?format=api",
                "task_url": null,
                "new_lang": "contact",
                "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 }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": true,
                "manage_units": 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": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "zh",
            "id": 1453592,
            "filename": "src/locales/zh.json",
            "revision": "f33d907d172534291343f8eaddd0658ac4e6d5ef,7dc36a197a9fa8d203e02ac7ffdc2c627c023b41",
            "web_url": "https://hosted.weblate.org/projects/mainsail/mainsail/zh_Hans/",
            "share_url": "https://hosted.weblate.org/engage/mainsail/-/zh_Hans/",
            "translate_url": "https://hosted.weblate.org/translate/mainsail/mainsail/zh_Hans/",
            "url": "https://hosted.weblate.org/api/translations/mainsail/mainsail/zh_Hans/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 1154,
            "total_words": 3858,
            "translated": 1099,
            "translated_words": 3718,
            "translated_percent": 95.2,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 40,
            "failing_checks_words": 240,
            "failing_checks_percent": 3.4,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-05-05T00:59:22.180425+02:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/mainsail/mainsail/zh_Hans/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/mainsail/mainsail/zh_Hans/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/mainsail/mainsail/zh_Hans/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/mainsail/mainsail/zh_Hans/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/mainsail/mainsail/zh_Hans/units/?format=api"
        },
        {
            "language": {
                "id": 185,
                "code": "zh_Hant",
                "name": "Chinese (Traditional)",
                "plural": {
                    "id": 734,
                    "source": 0,
                    "number": 1,
                    "formula": "0",
                    "type": 0
                },
                "aliases": [
                    "tchinese",
                    "zh_cht",
                    "zhtw",
                    "zh_tw",
                    "zh_hant_tw",
                    "zh_hant@zh",
                    "zh_cmn_hant",
                    "cht",
                    "zho"
                ],
                "direction": "ltr",
                "population": 38612556,
                "web_url": "https://hosted.weblate.org/languages/zh_Hant/",
                "url": "https://hosted.weblate.org/api/languages/zh_Hant/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/zh_Hant/statistics/?format=api"
            },
            "component": {
                "name": "Mainsail",
                "slug": "mainsail",
                "id": 29105,
                "source_language": {
                    "id": 31,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 75,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://hosted.weblate.org/languages/en/",
                    "url": "https://hosted.weblate.org/api/languages/en/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Mainsail",
                    "slug": "mainsail",
                    "id": 5298,
                    "web": "https://docs.mainsail.xyz",
                    "web_url": "https://hosted.weblate.org/projects/mainsail/",
                    "url": "https://hosted.weblate.org/api/projects/mainsail/?format=api",
                    "components_list_url": "https://hosted.weblate.org/api/projects/mainsail/components/?format=api",
                    "repository_url": "https://hosted.weblate.org/api/projects/mainsail/repository/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/projects/mainsail/statistics/?format=api",
                    "categories_url": "https://hosted.weblate.org/api/projects/mainsail/categories/?format=api",
                    "changes_list_url": "https://hosted.weblate.org/api/projects/mainsail/changes/?format=api",
                    "languages_url": "https://hosted.weblate.org/api/projects/mainsail/languages/?format=api",
                    "labels_url": "https://hosted.weblate.org/api/projects/mainsail/labels/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "https://github.com/mainsail-crew/mainsail",
                "git_export": "https://hosted.weblate.org/git/mainsail/mainsail/",
                "branch": "develop",
                "push_branch": "",
                "filemask": "src/locales/*.json",
                "screenshot_filemask": "",
                "template": "src/locales/en.json",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "json-nested",
                "license": "GPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "https://hosted.weblate.org/projects/mainsail/mainsail/",
                "url": "https://hosted.weblate.org/api/components/mainsail/mainsail/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/mainsail/mainsail/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/mainsail/mainsail/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/mainsail/mainsail/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/mainsail/mainsail/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/mainsail/mainsail/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/mainsail/mainsail/changes/?format=api",
                "task_url": null,
                "new_lang": "contact",
                "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 }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": true,
                "manage_units": 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": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "zh_TW",
            "id": 1453593,
            "filename": "src/locales/zh_TW.json",
            "revision": "7209586b7fbc508e6475713d7c7b5bf58562f1aa,7dc36a197a9fa8d203e02ac7ffdc2c627c023b41",
            "web_url": "https://hosted.weblate.org/projects/mainsail/mainsail/zh_Hant/",
            "share_url": "https://hosted.weblate.org/engage/mainsail/-/zh_Hant/",
            "translate_url": "https://hosted.weblate.org/translate/mainsail/mainsail/zh_Hant/",
            "url": "https://hosted.weblate.org/api/translations/mainsail/mainsail/zh_Hant/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 1154,
            "total_words": 3858,
            "translated": 928,
            "translated_words": 2830,
            "translated_percent": 80.4,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 27,
            "failing_checks_words": 117,
            "failing_checks_percent": 2.3,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-05-05T00:59:25.705198+02:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/mainsail/mainsail/zh_Hant/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/mainsail/mainsail/zh_Hant/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/mainsail/mainsail/zh_Hant/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/mainsail/mainsail/zh_Hant/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/mainsail/mainsail/zh_Hant/units/?format=api"
        },
        {
            "language": {
                "id": 31,
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 75,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485517,
                "web_url": "https://hosted.weblate.org/languages/en/",
                "url": "https://hosted.weblate.org/api/languages/en/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/en/statistics/?format=api"
            },
            "component": {
                "name": "Glossary",
                "slug": "glossary",
                "id": 29106,
                "source_language": {
                    "id": 31,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 75,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://hosted.weblate.org/languages/en/",
                    "url": "https://hosted.weblate.org/api/languages/en/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Mainsail",
                    "slug": "mainsail",
                    "id": 5298,
                    "web": "https://docs.mainsail.xyz",
                    "web_url": "https://hosted.weblate.org/projects/mainsail/",
                    "url": "https://hosted.weblate.org/api/projects/mainsail/?format=api",
                    "components_list_url": "https://hosted.weblate.org/api/projects/mainsail/components/?format=api",
                    "repository_url": "https://hosted.weblate.org/api/projects/mainsail/repository/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/projects/mainsail/statistics/?format=api",
                    "categories_url": "https://hosted.weblate.org/api/projects/mainsail/categories/?format=api",
                    "changes_list_url": "https://hosted.weblate.org/api/projects/mainsail/changes/?format=api",
                    "languages_url": "https://hosted.weblate.org/api/projects/mainsail/languages/?format=api",
                    "labels_url": "https://hosted.weblate.org/api/projects/mainsail/labels/?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://hosted.weblate.org/git/mainsail/glossary/",
                "branch": "main",
                "push_branch": "",
                "filemask": "*.tbx",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "tbx",
                "license": "GPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "https://hosted.weblate.org/projects/mainsail/glossary/",
                "url": "https://hosted.weblate.org/api/components/mainsail/glossary/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/mainsail/glossary/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/mainsail/glossary/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/mainsail/glossary/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/mainsail/glossary/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/mainsail/glossary/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/mainsail/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",
                "category": null,
                "linked_component": null
            },
            "language_code": "en",
            "id": 1453594,
            "filename": "",
            "revision": "",
            "web_url": "https://hosted.weblate.org/projects/mainsail/glossary/en/",
            "share_url": "https://hosted.weblate.org/engage/mainsail/-/en/",
            "translate_url": "https://hosted.weblate.org/translate/mainsail/glossary/en/",
            "url": "https://hosted.weblate.org/api/translations/mainsail/glossary/en/?format=api",
            "is_template": false,
            "is_source": true,
            "total": 0,
            "total_words": 0,
            "translated": 0,
            "translated_words": 0,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/mainsail/glossary/en/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/mainsail/glossary/en/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/mainsail/glossary/en/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/mainsail/glossary/en/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/mainsail/glossary/en/units/?format=api"
        },
        {
            "language": {
                "id": 25,
                "code": "da",
                "name": "Danish",
                "plural": {
                    "id": 69,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "da_da",
                    "dk",
                    "dan"
                ],
                "direction": "ltr",
                "population": 7072056,
                "web_url": "https://hosted.weblate.org/languages/da/",
                "url": "https://hosted.weblate.org/api/languages/da/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/da/statistics/?format=api"
            },
            "component": {
                "name": "Glossary",
                "slug": "glossary",
                "id": 29106,
                "source_language": {
                    "id": 31,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 75,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://hosted.weblate.org/languages/en/",
                    "url": "https://hosted.weblate.org/api/languages/en/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Mainsail",
                    "slug": "mainsail",
                    "id": 5298,
                    "web": "https://docs.mainsail.xyz",
                    "web_url": "https://hosted.weblate.org/projects/mainsail/",
                    "url": "https://hosted.weblate.org/api/projects/mainsail/?format=api",
                    "components_list_url": "https://hosted.weblate.org/api/projects/mainsail/components/?format=api",
                    "repository_url": "https://hosted.weblate.org/api/projects/mainsail/repository/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/projects/mainsail/statistics/?format=api",
                    "categories_url": "https://hosted.weblate.org/api/projects/mainsail/categories/?format=api",
                    "changes_list_url": "https://hosted.weblate.org/api/projects/mainsail/changes/?format=api",
                    "languages_url": "https://hosted.weblate.org/api/projects/mainsail/languages/?format=api",
                    "labels_url": "https://hosted.weblate.org/api/projects/mainsail/labels/?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://hosted.weblate.org/git/mainsail/glossary/",
                "branch": "main",
                "push_branch": "",
                "filemask": "*.tbx",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "tbx",
                "license": "GPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "https://hosted.weblate.org/projects/mainsail/glossary/",
                "url": "https://hosted.weblate.org/api/components/mainsail/glossary/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/mainsail/glossary/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/mainsail/glossary/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/mainsail/glossary/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/mainsail/glossary/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/mainsail/glossary/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/mainsail/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",
                "category": null,
                "linked_component": null
            },
            "language_code": "da",
            "id": 1453595,
            "filename": "da.tbx",
            "revision": "a707eb0b067f141dc98e77ff33c3d42e12c3d712",
            "web_url": "https://hosted.weblate.org/projects/mainsail/glossary/da/",
            "share_url": "https://hosted.weblate.org/engage/mainsail/-/da/",
            "translate_url": "https://hosted.weblate.org/translate/mainsail/glossary/da/",
            "url": "https://hosted.weblate.org/api/translations/mainsail/glossary/da/?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": "2024-05-05T00:59:53.013257+02:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/mainsail/glossary/da/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/mainsail/glossary/da/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/mainsail/glossary/da/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/mainsail/glossary/da/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/mainsail/glossary/da/units/?format=api"
        },
        {
            "language": {
                "id": 168,
                "code": "se",
                "name": "Sami (Northern)",
                "plural": {
                    "id": 221,
                    "source": 0,
                    "number": 3,
                    "formula": "(n == 1) ? 0 : ((n == 2) ? 1 : 2)",
                    "type": 4
                },
                "aliases": [
                    "sme"
                ],
                "direction": "ltr",
                "population": 51529,
                "web_url": "https://hosted.weblate.org/languages/se/",
                "url": "https://hosted.weblate.org/api/languages/se/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/se/statistics/?format=api"
            },
            "component": {
                "name": "Glossary",
                "slug": "glossary",
                "id": 29106,
                "source_language": {
                    "id": 31,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 75,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://hosted.weblate.org/languages/en/",
                    "url": "https://hosted.weblate.org/api/languages/en/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Mainsail",
                    "slug": "mainsail",
                    "id": 5298,
                    "web": "https://docs.mainsail.xyz",
                    "web_url": "https://hosted.weblate.org/projects/mainsail/",
                    "url": "https://hosted.weblate.org/api/projects/mainsail/?format=api",
                    "components_list_url": "https://hosted.weblate.org/api/projects/mainsail/components/?format=api",
                    "repository_url": "https://hosted.weblate.org/api/projects/mainsail/repository/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/projects/mainsail/statistics/?format=api",
                    "categories_url": "https://hosted.weblate.org/api/projects/mainsail/categories/?format=api",
                    "changes_list_url": "https://hosted.weblate.org/api/projects/mainsail/changes/?format=api",
                    "languages_url": "https://hosted.weblate.org/api/projects/mainsail/languages/?format=api",
                    "labels_url": "https://hosted.weblate.org/api/projects/mainsail/labels/?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://hosted.weblate.org/git/mainsail/glossary/",
                "branch": "main",
                "push_branch": "",
                "filemask": "*.tbx",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "tbx",
                "license": "GPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "https://hosted.weblate.org/projects/mainsail/glossary/",
                "url": "https://hosted.weblate.org/api/components/mainsail/glossary/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/mainsail/glossary/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/mainsail/glossary/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/mainsail/glossary/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/mainsail/glossary/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/mainsail/glossary/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/mainsail/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",
                "category": null,
                "linked_component": null
            },
            "language_code": "se",
            "id": 1453596,
            "filename": "se.tbx",
            "revision": "a707eb0b067f141dc98e77ff33c3d42e12c3d712",
            "web_url": "https://hosted.weblate.org/projects/mainsail/glossary/se/",
            "share_url": "https://hosted.weblate.org/engage/mainsail/-/se/",
            "translate_url": "https://hosted.weblate.org/translate/mainsail/glossary/se/",
            "url": "https://hosted.weblate.org/api/translations/mainsail/glossary/se/?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": "2024-05-05T00:59:53.178179+02:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/mainsail/glossary/se/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/mainsail/glossary/se/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/mainsail/glossary/se/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/mainsail/glossary/se/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/mainsail/glossary/se/units/?format=api"
        },
        {
            "language": {
                "id": 116,
                "code": "ko",
                "name": "Korean",
                "plural": {
                    "id": 165,
                    "source": 0,
                    "number": 1,
                    "formula": "0",
                    "type": 0
                },
                "aliases": [
                    "ko_ko",
                    "kor_kr",
                    "kor"
                ],
                "direction": "ltr",
                "population": 78357047,
                "web_url": "https://hosted.weblate.org/languages/ko/",
                "url": "https://hosted.weblate.org/api/languages/ko/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/ko/statistics/?format=api"
            },
            "component": {
                "name": "Glossary",
                "slug": "glossary",
                "id": 29106,
                "source_language": {
                    "id": 31,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 75,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://hosted.weblate.org/languages/en/",
                    "url": "https://hosted.weblate.org/api/languages/en/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Mainsail",
                    "slug": "mainsail",
                    "id": 5298,
                    "web": "https://docs.mainsail.xyz",
                    "web_url": "https://hosted.weblate.org/projects/mainsail/",
                    "url": "https://hosted.weblate.org/api/projects/mainsail/?format=api",
                    "components_list_url": "https://hosted.weblate.org/api/projects/mainsail/components/?format=api",
                    "repository_url": "https://hosted.weblate.org/api/projects/mainsail/repository/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/projects/mainsail/statistics/?format=api",
                    "categories_url": "https://hosted.weblate.org/api/projects/mainsail/categories/?format=api",
                    "changes_list_url": "https://hosted.weblate.org/api/projects/mainsail/changes/?format=api",
                    "languages_url": "https://hosted.weblate.org/api/projects/mainsail/languages/?format=api",
                    "labels_url": "https://hosted.weblate.org/api/projects/mainsail/labels/?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://hosted.weblate.org/git/mainsail/glossary/",
                "branch": "main",
                "push_branch": "",
                "filemask": "*.tbx",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "tbx",
                "license": "GPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "https://hosted.weblate.org/projects/mainsail/glossary/",
                "url": "https://hosted.weblate.org/api/components/mainsail/glossary/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/mainsail/glossary/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/mainsail/glossary/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/mainsail/glossary/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/mainsail/glossary/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/mainsail/glossary/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/mainsail/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",
                "category": null,
                "linked_component": null
            },
            "language_code": "ko",
            "id": 1453597,
            "filename": "ko.tbx",
            "revision": "a707eb0b067f141dc98e77ff33c3d42e12c3d712",
            "web_url": "https://hosted.weblate.org/projects/mainsail/glossary/ko/",
            "share_url": "https://hosted.weblate.org/engage/mainsail/-/ko/",
            "translate_url": "https://hosted.weblate.org/translate/mainsail/glossary/ko/",
            "url": "https://hosted.weblate.org/api/translations/mainsail/glossary/ko/?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": "2024-05-05T00:59:53.115382+02:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/mainsail/glossary/ko/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/mainsail/glossary/ko/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/mainsail/glossary/ko/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/mainsail/glossary/ko/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/mainsail/glossary/ko/units/?format=api"
        }
    ]
}