Translation components API.

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

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

{
    "count": 137964,
    "next": "https://hosted.weblate.org/api/translations/?format=api&page=2753",
    "previous": "https://hosted.weblate.org/api/translations/?format=api&page=2751",
    "results": [
        {
            "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": "Binary",
                "slug": "glossary",
                "id": 27742,
                "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": "Binary",
                    "slug": "binary",
                    "id": 4848,
                    "web": "https://github.com/fizzyizzy05/binary",
                    "web_url": "https://hosted.weblate.org/projects/binary/",
                    "url": "https://hosted.weblate.org/api/projects/binary/?format=api",
                    "components_list_url": "https://hosted.weblate.org/api/projects/binary/components/?format=api",
                    "repository_url": "https://hosted.weblate.org/api/projects/binary/repository/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/projects/binary/statistics/?format=api",
                    "categories_url": "https://hosted.weblate.org/api/projects/binary/categories/?format=api",
                    "changes_list_url": "https://hosted.weblate.org/api/projects/binary/changes/?format=api",
                    "languages_url": "https://hosted.weblate.org/api/projects/binary/languages/?format=api",
                    "labels_url": "https://hosted.weblate.org/api/projects/binary/labels/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "1. Check that the language you want to translate Binary into is in the po/LINGUAS file. If it isn't please add it to the file.",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "local",
                "repo": "local:",
                "git_export": "https://hosted.weblate.org/git/binary/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/binary/glossary/",
                "url": "https://hosted.weblate.org/api/components/binary/glossary/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/binary/glossary/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/binary/glossary/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/binary/glossary/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/binary/glossary/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/binary/glossary/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/binary/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": "pt",
            "id": 1466531,
            "filename": "pt.tbx",
            "revision": "a707eb0b067f141dc98e77ff33c3d42e12c3d712",
            "web_url": "https://hosted.weblate.org/projects/binary/glossary/pt/",
            "share_url": "https://hosted.weblate.org/engage/binary/-/pt/",
            "translate_url": "https://hosted.weblate.org/translate/binary/glossary/pt/",
            "url": "https://hosted.weblate.org/api/translations/binary/glossary/pt/?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-06-26T03:29:44.769861+02:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/binary/glossary/pt/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/binary/glossary/pt/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/binary/glossary/pt/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/binary/glossary/pt/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/binary/glossary/pt/units/?format=api"
        },
        {
            "language": {
                "id": 60,
                "code": "vi",
                "name": "Vietnamese",
                "plural": {
                    "id": 337,
                    "source": 0,
                    "number": 1,
                    "formula": "0",
                    "type": 0
                },
                "aliases": [
                    "vn",
                    "vie"
                ],
                "direction": "ltr",
                "population": 86222961,
                "web_url": "https://hosted.weblate.org/languages/vi/",
                "url": "https://hosted.weblate.org/api/languages/vi/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/vi/statistics/?format=api"
            },
            "component": {
                "name": "main",
                "slug": "main",
                "id": 27635,
                "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": "DataBackup",
                    "slug": "databackup",
                    "id": 3700,
                    "web": "https://github.com/XayahSuSuSu/Android-DataBackup",
                    "web_url": "https://hosted.weblate.org/projects/databackup/",
                    "url": "https://hosted.weblate.org/api/projects/databackup/?format=api",
                    "components_list_url": "https://hosted.weblate.org/api/projects/databackup/components/?format=api",
                    "repository_url": "https://hosted.weblate.org/api/projects/databackup/repository/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/projects/databackup/statistics/?format=api",
                    "categories_url": "https://hosted.weblate.org/api/projects/databackup/categories/?format=api",
                    "changes_list_url": "https://hosted.weblate.org/api/projects/databackup/changes/?format=api",
                    "languages_url": "https://hosted.weblate.org/api/projects/databackup/languages/?format=api",
                    "labels_url": "https://hosted.weblate.org/api/projects/databackup/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/XayahSuSuSu/Android-DataBackup",
                "git_export": "https://hosted.weblate.org/git/databackup/main/",
                "branch": "main",
                "push_branch": "",
                "filemask": "source/app/src/main/res/values-*/strings.xml",
                "screenshot_filemask": "",
                "template": "source/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/databackup/main/",
                "url": "https://hosted.weblate.org/api/components/databackup/main/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/databackup/main/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/databackup/main/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/databackup/main/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/databackup/main/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/databackup/main/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/databackup/main/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "android",
                "push": "git@github.com:XayahSuSuSu/Android-DataBackup.git",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": true,
                "manage_units": 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/14644/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "vi",
            "id": 1466532,
            "filename": "source/app/src/main/res/values-vi/strings.xml",
            "revision": "1a59069f841414d1587050b097201b994d6b89e7,22e99a72e923113a8add5eea5c55a784b04921f6",
            "web_url": "https://hosted.weblate.org/projects/databackup/main/vi/",
            "share_url": "https://hosted.weblate.org/engage/databackup/-/vi/",
            "translate_url": "https://hosted.weblate.org/translate/databackup/main/vi/",
            "url": "https://hosted.weblate.org/api/translations/databackup/main/vi/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 340,
            "total_words": 1044,
            "translated": 92,
            "translated_words": 257,
            "translated_percent": 27.0,
            "fuzzy": 2,
            "fuzzy_words": 3,
            "fuzzy_percent": 0.5,
            "failing_checks": 10,
            "failing_checks_words": 36,
            "failing_checks_percent": 2.9,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-06-29T13:17:05.620261+02:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/databackup/main/vi/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/databackup/main/vi/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/databackup/main/vi/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/databackup/main/vi/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/databackup/main/vi/units/?format=api"
        },
        {
            "language": {
                "id": 23,
                "code": "pt_BR",
                "name": "Portuguese (Brazil)",
                "plural": {
                    "id": 246,
                    "source": 0,
                    "number": 2,
                    "formula": "n > 1",
                    "type": 1
                },
                "aliases": [
                    "braz_por",
                    "portuguese_br",
                    "bp",
                    "por_br",
                    "ptb"
                ],
                "direction": "ltr",
                "population": 192661560,
                "web_url": "https://hosted.weblate.org/languages/pt_BR/",
                "url": "https://hosted.weblate.org/api/languages/pt_BR/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/pt_BR/statistics/?format=api"
            },
            "component": {
                "name": "Main menu",
                "slug": "app",
                "id": 28687,
                "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": "Maccy",
                    "slug": "maccy",
                    "id": 5174,
                    "web": "https://maccy.app",
                    "web_url": "https://hosted.weblate.org/projects/maccy/",
                    "url": "https://hosted.weblate.org/api/projects/maccy/?format=api",
                    "components_list_url": "https://hosted.weblate.org/api/projects/maccy/components/?format=api",
                    "repository_url": "https://hosted.weblate.org/api/projects/maccy/repository/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/projects/maccy/statistics/?format=api",
                    "categories_url": "https://hosted.weblate.org/api/projects/maccy/categories/?format=api",
                    "changes_list_url": "https://hosted.weblate.org/api/projects/maccy/changes/?format=api",
                    "languages_url": "https://hosted.weblate.org/api/projects/maccy/languages/?format=api",
                    "labels_url": "https://hosted.weblate.org/api/projects/maccy/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/p0deje/Maccy",
                "git_export": "https://hosted.weblate.org/git/maccy/app/",
                "branch": "master",
                "push_branch": "",
                "filemask": "Maccy/*.lproj/Localizable.strings",
                "screenshot_filemask": "",
                "template": "Maccy/en.lproj/Localizable.strings",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "strings-utf8",
                "license": "MIT",
                "license_url": "https://spdx.org/licenses/MIT.html",
                "agreement": "",
                "web_url": "https://hosted.weblate.org/projects/maccy/app/",
                "url": "https://hosted.weblate.org/api/components/maccy/app/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/maccy/app/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/maccy/app/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/maccy/app/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/maccy/app/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/maccy/app/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/maccy/app/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": null
            },
            "language_code": "pt-BR",
            "id": 1466533,
            "filename": "Maccy/pt-BR.lproj/Localizable.strings",
            "revision": "e3a182e2d5976f2bdc088e4f0dee9443085c22a8,73f70a6e0a3c75892a28eacc938e46b884bba8bc",
            "web_url": "https://hosted.weblate.org/projects/maccy/app/pt_BR/",
            "share_url": "https://hosted.weblate.org/engage/maccy/-/pt_BR/",
            "translate_url": "https://hosted.weblate.org/translate/maccy/app/pt_BR/",
            "url": "https://hosted.weblate.org/api/translations/maccy/app/pt_BR/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 34,
            "total_words": 136,
            "translated": 34,
            "translated_words": 136,
            "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-06-28T23:19:28.736706+02:00",
            "last_author": "Alex Rodionov",
            "repository_url": "https://hosted.weblate.org/api/translations/maccy/app/pt_BR/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/maccy/app/pt_BR/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/maccy/app/pt_BR/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/maccy/app/pt_BR/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/maccy/app/pt_BR/units/?format=api"
        },
        {
            "language": {
                "id": 23,
                "code": "pt_BR",
                "name": "Portuguese (Brazil)",
                "plural": {
                    "id": 246,
                    "source": 0,
                    "number": 2,
                    "formula": "n > 1",
                    "type": 1
                },
                "aliases": [
                    "braz_por",
                    "portuguese_br",
                    "bp",
                    "por_br",
                    "ptb"
                ],
                "direction": "ltr",
                "population": 192661560,
                "web_url": "https://hosted.weblate.org/languages/pt_BR/",
                "url": "https://hosted.weblate.org/api/languages/pt_BR/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/pt_BR/statistics/?format=api"
            },
            "component": {
                "name": "Maccy",
                "slug": "glossary",
                "id": 28688,
                "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": "Maccy",
                    "slug": "maccy",
                    "id": 5174,
                    "web": "https://maccy.app",
                    "web_url": "https://hosted.weblate.org/projects/maccy/",
                    "url": "https://hosted.weblate.org/api/projects/maccy/?format=api",
                    "components_list_url": "https://hosted.weblate.org/api/projects/maccy/components/?format=api",
                    "repository_url": "https://hosted.weblate.org/api/projects/maccy/repository/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/projects/maccy/statistics/?format=api",
                    "categories_url": "https://hosted.weblate.org/api/projects/maccy/categories/?format=api",
                    "changes_list_url": "https://hosted.weblate.org/api/projects/maccy/changes/?format=api",
                    "languages_url": "https://hosted.weblate.org/api/projects/maccy/languages/?format=api",
                    "labels_url": "https://hosted.weblate.org/api/projects/maccy/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/maccy/glossary/",
                "branch": "main",
                "push_branch": "",
                "filemask": "*.tbx",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "tbx",
                "license": "MIT",
                "license_url": "https://spdx.org/licenses/MIT.html",
                "agreement": "",
                "web_url": "https://hosted.weblate.org/projects/maccy/glossary/",
                "url": "https://hosted.weblate.org/api/components/maccy/glossary/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/maccy/glossary/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/maccy/glossary/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/maccy/glossary/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/maccy/glossary/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/maccy/glossary/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/maccy/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": "pt_BR",
            "id": 1466534,
            "filename": "pt_BR.tbx",
            "revision": "458eada800246aa3d60b15d30f10039272f25d6b",
            "web_url": "https://hosted.weblate.org/projects/maccy/glossary/pt_BR/",
            "share_url": "https://hosted.weblate.org/engage/maccy/-/pt_BR/",
            "translate_url": "https://hosted.weblate.org/translate/maccy/glossary/pt_BR/",
            "url": "https://hosted.weblate.org/api/translations/maccy/glossary/pt_BR/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 1,
            "total_words": 1,
            "translated": 1,
            "translated_words": 1,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-06-28T22:56:25.799669+02:00",
            "last_author": "Alex Rodionov",
            "repository_url": "https://hosted.weblate.org/api/translations/maccy/glossary/pt_BR/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/maccy/glossary/pt_BR/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/maccy/glossary/pt_BR/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/maccy/glossary/pt_BR/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/maccy/glossary/pt_BR/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": "GlobalSupportlink",
                "slug": "globalsupportlink",
                "id": 29382,
                "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": "Guardian Project",
                    "slug": "guardianproject",
                    "id": 316,
                    "web": "https://guardianproject.info/",
                    "web_url": "https://hosted.weblate.org/projects/guardianproject/",
                    "url": "https://hosted.weblate.org/api/projects/guardianproject/?format=api",
                    "components_list_url": "https://hosted.weblate.org/api/projects/guardianproject/components/?format=api",
                    "repository_url": "https://hosted.weblate.org/api/projects/guardianproject/repository/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/projects/guardianproject/statistics/?format=api",
                    "categories_url": "https://hosted.weblate.org/api/projects/guardianproject/categories/?format=api",
                    "changes_list_url": "https://hosted.weblate.org/api/projects/guardianproject/changes/?format=api",
                    "languages_url": "https://hosted.weblate.org/api/projects/guardianproject/languages/?format=api",
                    "labels_url": "https://hosted.weblate.org/api/projects/guardianproject/labels/?format=api",
                    "translation_review": true,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "https://www.localizationlab.org/contributor\nMailing list for translators: <otfl10n@googlegroups.com\n",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "gitlab",
                "repo": "git@gitlab.com:guardianproject/public-content/globalsupportlink.git",
                "git_export": "https://hosted.weblate.org/git/guardianproject/globalsupportlink/",
                "branch": "main",
                "push_branch": "",
                "filemask": "*/README.md",
                "screenshot_filemask": "",
                "template": "en/README.md",
                "edit_template": false,
                "intermediate": "",
                "new_base": "en/README.md",
                "file_format": "markdown",
                "license": "proprietary",
                "license_url": null,
                "agreement": "",
                "web_url": "https://hosted.weblate.org/projects/guardianproject/globalsupportlink/",
                "url": "https://hosted.weblate.org/api/components/guardianproject/globalsupportlink/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/guardianproject/globalsupportlink/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/guardianproject/globalsupportlink/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/guardianproject/globalsupportlink/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/guardianproject/globalsupportlink/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/guardianproject/globalsupportlink/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/guardianproject/globalsupportlink/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 }}\" add-on 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": 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/15653/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "ru",
            "id": 1466535,
            "filename": "ru/README.md",
            "revision": "1ab9c4f0968c7963eea456aeeacce4551633b7d9,f131d58781d57da9d4e4740db25fe6d685003977",
            "web_url": "https://hosted.weblate.org/projects/guardianproject/globalsupportlink/ru/",
            "share_url": "https://hosted.weblate.org/engage/guardianproject/-/ru/",
            "translate_url": "https://hosted.weblate.org/translate/guardianproject/globalsupportlink/ru/",
            "url": "https://hosted.weblate.org/api/translations/guardianproject/globalsupportlink/ru/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 13,
            "total_words": 152,
            "translated": 13,
            "translated_words": 152,
            "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-06-26T23:56:14.277490+02:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/guardianproject/globalsupportlink/ru/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/guardianproject/globalsupportlink/ru/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/guardianproject/globalsupportlink/ru/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/guardianproject/globalsupportlink/ru/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/guardianproject/globalsupportlink/ru/units/?format=api"
        },
        {
            "language": {
                "id": 23,
                "code": "pt_BR",
                "name": "Portuguese (Brazil)",
                "plural": {
                    "id": 246,
                    "source": 0,
                    "number": 2,
                    "formula": "n > 1",
                    "type": 1
                },
                "aliases": [
                    "braz_por",
                    "portuguese_br",
                    "bp",
                    "por_br",
                    "ptb"
                ],
                "direction": "ltr",
                "population": 192661560,
                "web_url": "https://hosted.weblate.org/languages/pt_BR/",
                "url": "https://hosted.weblate.org/api/languages/pt_BR/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/pt_BR/statistics/?format=api"
            },
            "component": {
                "name": "Settings / Storage",
                "slug": "settings-storage",
                "id": 29004,
                "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": "Maccy",
                    "slug": "maccy",
                    "id": 5174,
                    "web": "https://maccy.app",
                    "web_url": "https://hosted.weblate.org/projects/maccy/",
                    "url": "https://hosted.weblate.org/api/projects/maccy/?format=api",
                    "components_list_url": "https://hosted.weblate.org/api/projects/maccy/components/?format=api",
                    "repository_url": "https://hosted.weblate.org/api/projects/maccy/repository/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/projects/maccy/statistics/?format=api",
                    "categories_url": "https://hosted.weblate.org/api/projects/maccy/categories/?format=api",
                    "changes_list_url": "https://hosted.weblate.org/api/projects/maccy/changes/?format=api",
                    "languages_url": "https://hosted.weblate.org/api/projects/maccy/languages/?format=api",
                    "labels_url": "https://hosted.weblate.org/api/projects/maccy/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/p0deje/Maccy",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "Maccy/Settings/*.lproj/StorageSettingsViewController.strings",
                "screenshot_filemask": "",
                "template": "Maccy/Settings/en.lproj/StorageSettingsViewController.strings",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "strings-utf8",
                "license": "MIT",
                "license_url": "https://spdx.org/licenses/MIT.html",
                "agreement": "",
                "web_url": "https://hosted.weblate.org/projects/maccy/settings-storage/",
                "url": "https://hosted.weblate.org/api/components/maccy/settings-storage/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/maccy/settings-storage/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/maccy/settings-storage/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/maccy/settings-storage/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/maccy/settings-storage/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/maccy/settings-storage/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/maccy/settings-storage/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/maccy/app/?format=api"
            },
            "language_code": "pt-BR",
            "id": 1466536,
            "filename": "Maccy/Settings/pt-BR.lproj/StorageSettingsViewController.strings",
            "revision": "245af4a8155aaee4a1eeb7d60c5a8d0f51c2e37a,6f6a95a6bb69442c2b67a382d13645ecb8b998f8",
            "web_url": "https://hosted.weblate.org/projects/maccy/settings-storage/pt_BR/",
            "share_url": "https://hosted.weblate.org/engage/maccy/-/pt_BR/",
            "translate_url": "https://hosted.weblate.org/translate/maccy/settings-storage/pt_BR/",
            "url": "https://hosted.weblate.org/api/translations/maccy/settings-storage/pt_BR/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 12,
            "total_words": 40,
            "translated": 12,
            "translated_words": 40,
            "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-06-28T22:56:32.798372+02:00",
            "last_author": "Alex Rodionov",
            "repository_url": "https://hosted.weblate.org/api/translations/maccy/settings-storage/pt_BR/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/maccy/settings-storage/pt_BR/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/maccy/settings-storage/pt_BR/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/maccy/settings-storage/pt_BR/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/maccy/settings-storage/pt_BR/units/?format=api"
        },
        {
            "language": {
                "id": 23,
                "code": "pt_BR",
                "name": "Portuguese (Brazil)",
                "plural": {
                    "id": 246,
                    "source": 0,
                    "number": 2,
                    "formula": "n > 1",
                    "type": 1
                },
                "aliases": [
                    "braz_por",
                    "portuguese_br",
                    "bp",
                    "por_br",
                    "ptb"
                ],
                "direction": "ltr",
                "population": 192661560,
                "web_url": "https://hosted.weblate.org/languages/pt_BR/",
                "url": "https://hosted.weblate.org/api/languages/pt_BR/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/pt_BR/statistics/?format=api"
            },
            "component": {
                "name": "Settings / Advanced",
                "slug": "settings-advanced",
                "id": 29008,
                "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": "Maccy",
                    "slug": "maccy",
                    "id": 5174,
                    "web": "https://maccy.app",
                    "web_url": "https://hosted.weblate.org/projects/maccy/",
                    "url": "https://hosted.weblate.org/api/projects/maccy/?format=api",
                    "components_list_url": "https://hosted.weblate.org/api/projects/maccy/components/?format=api",
                    "repository_url": "https://hosted.weblate.org/api/projects/maccy/repository/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/projects/maccy/statistics/?format=api",
                    "categories_url": "https://hosted.weblate.org/api/projects/maccy/categories/?format=api",
                    "changes_list_url": "https://hosted.weblate.org/api/projects/maccy/changes/?format=api",
                    "languages_url": "https://hosted.weblate.org/api/projects/maccy/languages/?format=api",
                    "labels_url": "https://hosted.weblate.org/api/projects/maccy/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/p0deje/Maccy",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "Maccy/Settings/*.lproj/AdvancedSettingsViewController.strings",
                "screenshot_filemask": "",
                "template": "Maccy/Settings/en.lproj/AdvancedSettingsViewController.strings",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "strings-utf8",
                "license": "MIT",
                "license_url": "https://spdx.org/licenses/MIT.html",
                "agreement": "",
                "web_url": "https://hosted.weblate.org/projects/maccy/settings-advanced/",
                "url": "https://hosted.weblate.org/api/components/maccy/settings-advanced/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/maccy/settings-advanced/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/maccy/settings-advanced/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/maccy/settings-advanced/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/maccy/settings-advanced/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/maccy/settings-advanced/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/maccy/settings-advanced/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": 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/maccy/app/?format=api"
            },
            "language_code": "pt-BR",
            "id": 1466537,
            "filename": "Maccy/Settings/pt-BR.lproj/AdvancedSettingsViewController.strings",
            "revision": "3b4b4b4ea70711b68216acd8dd96bd5b29059d7a,dbedc06d2c325c8e45dec08bcd0ca494129ea76a",
            "web_url": "https://hosted.weblate.org/projects/maccy/settings-advanced/pt_BR/",
            "share_url": "https://hosted.weblate.org/engage/maccy/-/pt_BR/",
            "translate_url": "https://hosted.weblate.org/translate/maccy/settings-advanced/pt_BR/",
            "url": "https://hosted.weblate.org/api/translations/maccy/settings-advanced/pt_BR/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 11,
            "total_words": 161,
            "translated": 11,
            "translated_words": 161,
            "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-06-28T22:56:33.999604+02:00",
            "last_author": "Alex Rodionov",
            "repository_url": "https://hosted.weblate.org/api/translations/maccy/settings-advanced/pt_BR/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/maccy/settings-advanced/pt_BR/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/maccy/settings-advanced/pt_BR/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/maccy/settings-advanced/pt_BR/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/maccy/settings-advanced/pt_BR/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": "Karaoke Mugen Tags",
                "slug": "karaoke-mugen-tags",
                "id": 29739,
                "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": "Karaoke Mugen",
                    "slug": "karaoke-mugen",
                    "id": 1936,
                    "web": "https://mugen.karaokes.moe/",
                    "web_url": "https://hosted.weblate.org/projects/karaoke-mugen/",
                    "url": "https://hosted.weblate.org/api/projects/karaoke-mugen/?format=api",
                    "components_list_url": "https://hosted.weblate.org/api/projects/karaoke-mugen/components/?format=api",
                    "repository_url": "https://hosted.weblate.org/api/projects/karaoke-mugen/repository/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/projects/karaoke-mugen/statistics/?format=api",
                    "categories_url": "https://hosted.weblate.org/api/projects/karaoke-mugen/categories/?format=api",
                    "changes_list_url": "https://hosted.weblate.org/api/projects/karaoke-mugen/changes/?format=api",
                    "languages_url": "https://hosted.weblate.org/api/projects/karaoke-mugen/languages/?format=api",
                    "labels_url": "https://hosted.weblate.org/api/projects/karaoke-mugen/labels/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "When there are {{text}} tags, you must leave these tags and not translate the text. The set is replaced by a variable.\r\nWhen there are \\<1\\> text \\</1\\> tags, you have to leave the tags but translate the text between the tags. Tags allow us to add code to the text such as bolding, having a link, etc.\r\nIf you have any questions, feel free to join our [Discord](https://karaokes.moe/discord) and talk in channel #translations.\r\n\r\nWhen there is & in karaoke-mugen-app-backend : It's used for mouse-less navigation, you would press Alt and then the letter that is underlined, which is the character after the ampersand (here is an example of that with [Firefox](https://gitlab.com/karaokemugen/karaokemugen-app/uploads/cf65c5da56e284c2dada2bd8d04ca193/Peek_06-01-2022_01-26.mp4)). It's important that there is only unique letters for each menu (they are scoped by the title after the first underscore, here it's VIEW).",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "git@gitlab.com:karaokemugen/bases/tags-i18n.git",
                "git_export": "https://hosted.weblate.org/git/karaoke-mugen/karaoke-mugen-tags/",
                "branch": "main",
                "push_branch": "main",
                "filemask": "locales/*.json",
                "screenshot_filemask": "",
                "template": "locales/en.json",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "json-nested",
                "license": "MIT",
                "license_url": "https://spdx.org/licenses/MIT.html",
                "agreement": "",
                "web_url": "https://hosted.weblate.org/projects/karaoke-mugen/karaoke-mugen-tags/",
                "url": "https://hosted.weblate.org/api/components/karaoke-mugen/karaoke-mugen-tags/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/karaoke-mugen/karaoke-mugen-tags/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/karaoke-mugen/karaoke-mugen-tags/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/karaoke-mugen/karaoke-mugen-tags/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/karaoke-mugen/karaoke-mugen-tags/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/karaoke-mugen/karaoke-mugen-tags/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/karaoke-mugen/karaoke-mugen-tags/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "",
                "push": "git@gitlab.com:karaokemugen/bases/tags-i18n.git",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "https://gitlab.com/karaokemugen/bases/tags-i18n/-/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 }}\" add-on 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": 1466538,
            "filename": "locales/pt.json",
            "revision": "0967ef424bce6791893e9a57bb952f80fd536e93,1c79aacf90e975aac070d9ddc464d57f8ceb1dcb",
            "web_url": "https://hosted.weblate.org/projects/karaoke-mugen/karaoke-mugen-tags/pt/",
            "share_url": "https://hosted.weblate.org/engage/karaoke-mugen/-/pt/",
            "translate_url": "https://hosted.weblate.org/translate/karaoke-mugen/karaoke-mugen-tags/pt/",
            "url": "https://hosted.weblate.org/api/translations/karaoke-mugen/karaoke-mugen-tags/pt/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 97,
            "total_words": 245,
            "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-06-27T14:30:12.993426+02:00",
            "last_author": "Louis Royer",
            "repository_url": "https://hosted.weblate.org/api/translations/karaoke-mugen/karaoke-mugen-tags/pt/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/karaoke-mugen/karaoke-mugen-tags/pt/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/karaoke-mugen/karaoke-mugen-tags/pt/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/karaoke-mugen/karaoke-mugen-tags/pt/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/karaoke-mugen/karaoke-mugen-tags/pt/units/?format=api"
        },
        {
            "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": "Karaoke Mugen Tags",
                "slug": "karaoke-mugen-tags",
                "id": 29739,
                "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": "Karaoke Mugen",
                    "slug": "karaoke-mugen",
                    "id": 1936,
                    "web": "https://mugen.karaokes.moe/",
                    "web_url": "https://hosted.weblate.org/projects/karaoke-mugen/",
                    "url": "https://hosted.weblate.org/api/projects/karaoke-mugen/?format=api",
                    "components_list_url": "https://hosted.weblate.org/api/projects/karaoke-mugen/components/?format=api",
                    "repository_url": "https://hosted.weblate.org/api/projects/karaoke-mugen/repository/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/projects/karaoke-mugen/statistics/?format=api",
                    "categories_url": "https://hosted.weblate.org/api/projects/karaoke-mugen/categories/?format=api",
                    "changes_list_url": "https://hosted.weblate.org/api/projects/karaoke-mugen/changes/?format=api",
                    "languages_url": "https://hosted.weblate.org/api/projects/karaoke-mugen/languages/?format=api",
                    "labels_url": "https://hosted.weblate.org/api/projects/karaoke-mugen/labels/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "When there are {{text}} tags, you must leave these tags and not translate the text. The set is replaced by a variable.\r\nWhen there are \\<1\\> text \\</1\\> tags, you have to leave the tags but translate the text between the tags. Tags allow us to add code to the text such as bolding, having a link, etc.\r\nIf you have any questions, feel free to join our [Discord](https://karaokes.moe/discord) and talk in channel #translations.\r\n\r\nWhen there is & in karaoke-mugen-app-backend : It's used for mouse-less navigation, you would press Alt and then the letter that is underlined, which is the character after the ampersand (here is an example of that with [Firefox](https://gitlab.com/karaokemugen/karaokemugen-app/uploads/cf65c5da56e284c2dada2bd8d04ca193/Peek_06-01-2022_01-26.mp4)). It's important that there is only unique letters for each menu (they are scoped by the title after the first underscore, here it's VIEW).",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "git@gitlab.com:karaokemugen/bases/tags-i18n.git",
                "git_export": "https://hosted.weblate.org/git/karaoke-mugen/karaoke-mugen-tags/",
                "branch": "main",
                "push_branch": "main",
                "filemask": "locales/*.json",
                "screenshot_filemask": "",
                "template": "locales/en.json",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "json-nested",
                "license": "MIT",
                "license_url": "https://spdx.org/licenses/MIT.html",
                "agreement": "",
                "web_url": "https://hosted.weblate.org/projects/karaoke-mugen/karaoke-mugen-tags/",
                "url": "https://hosted.weblate.org/api/components/karaoke-mugen/karaoke-mugen-tags/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/karaoke-mugen/karaoke-mugen-tags/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/karaoke-mugen/karaoke-mugen-tags/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/karaoke-mugen/karaoke-mugen-tags/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/karaoke-mugen/karaoke-mugen-tags/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/karaoke-mugen/karaoke-mugen-tags/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/karaoke-mugen/karaoke-mugen-tags/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "",
                "push": "git@gitlab.com:karaokemugen/bases/tags-i18n.git",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "https://gitlab.com/karaokemugen/bases/tags-i18n/-/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 }}\" add-on 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": "id",
            "id": 1466543,
            "filename": "locales/id.json",
            "revision": "0967ef424bce6791893e9a57bb952f80fd536e93,1c79aacf90e975aac070d9ddc464d57f8ceb1dcb",
            "web_url": "https://hosted.weblate.org/projects/karaoke-mugen/karaoke-mugen-tags/id/",
            "share_url": "https://hosted.weblate.org/engage/karaoke-mugen/-/id/",
            "translate_url": "https://hosted.weblate.org/translate/karaoke-mugen/karaoke-mugen-tags/id/",
            "url": "https://hosted.weblate.org/api/translations/karaoke-mugen/karaoke-mugen-tags/id/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 97,
            "total_words": 245,
            "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-06-27T14:30:12.868594+02:00",
            "last_author": "Louis Royer",
            "repository_url": "https://hosted.weblate.org/api/translations/karaoke-mugen/karaoke-mugen-tags/id/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/karaoke-mugen/karaoke-mugen-tags/id/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/karaoke-mugen/karaoke-mugen-tags/id/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/karaoke-mugen/karaoke-mugen-tags/id/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/karaoke-mugen/karaoke-mugen-tags/id/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": "Karaoke Mugen Tags",
                "slug": "karaoke-mugen-tags",
                "id": 29739,
                "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": "Karaoke Mugen",
                    "slug": "karaoke-mugen",
                    "id": 1936,
                    "web": "https://mugen.karaokes.moe/",
                    "web_url": "https://hosted.weblate.org/projects/karaoke-mugen/",
                    "url": "https://hosted.weblate.org/api/projects/karaoke-mugen/?format=api",
                    "components_list_url": "https://hosted.weblate.org/api/projects/karaoke-mugen/components/?format=api",
                    "repository_url": "https://hosted.weblate.org/api/projects/karaoke-mugen/repository/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/projects/karaoke-mugen/statistics/?format=api",
                    "categories_url": "https://hosted.weblate.org/api/projects/karaoke-mugen/categories/?format=api",
                    "changes_list_url": "https://hosted.weblate.org/api/projects/karaoke-mugen/changes/?format=api",
                    "languages_url": "https://hosted.weblate.org/api/projects/karaoke-mugen/languages/?format=api",
                    "labels_url": "https://hosted.weblate.org/api/projects/karaoke-mugen/labels/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "When there are {{text}} tags, you must leave these tags and not translate the text. The set is replaced by a variable.\r\nWhen there are \\<1\\> text \\</1\\> tags, you have to leave the tags but translate the text between the tags. Tags allow us to add code to the text such as bolding, having a link, etc.\r\nIf you have any questions, feel free to join our [Discord](https://karaokes.moe/discord) and talk in channel #translations.\r\n\r\nWhen there is & in karaoke-mugen-app-backend : It's used for mouse-less navigation, you would press Alt and then the letter that is underlined, which is the character after the ampersand (here is an example of that with [Firefox](https://gitlab.com/karaokemugen/karaokemugen-app/uploads/cf65c5da56e284c2dada2bd8d04ca193/Peek_06-01-2022_01-26.mp4)). It's important that there is only unique letters for each menu (they are scoped by the title after the first underscore, here it's VIEW).",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "git@gitlab.com:karaokemugen/bases/tags-i18n.git",
                "git_export": "https://hosted.weblate.org/git/karaoke-mugen/karaoke-mugen-tags/",
                "branch": "main",
                "push_branch": "main",
                "filemask": "locales/*.json",
                "screenshot_filemask": "",
                "template": "locales/en.json",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "json-nested",
                "license": "MIT",
                "license_url": "https://spdx.org/licenses/MIT.html",
                "agreement": "",
                "web_url": "https://hosted.weblate.org/projects/karaoke-mugen/karaoke-mugen-tags/",
                "url": "https://hosted.weblate.org/api/components/karaoke-mugen/karaoke-mugen-tags/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/karaoke-mugen/karaoke-mugen-tags/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/karaoke-mugen/karaoke-mugen-tags/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/karaoke-mugen/karaoke-mugen-tags/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/karaoke-mugen/karaoke-mugen-tags/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/karaoke-mugen/karaoke-mugen-tags/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/karaoke-mugen/karaoke-mugen-tags/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "",
                "push": "git@gitlab.com:karaokemugen/bases/tags-i18n.git",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "https://gitlab.com/karaokemugen/bases/tags-i18n/-/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 }}\" add-on 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": "nb_NO",
            "id": 1466548,
            "filename": "locales/nb_NO.json",
            "revision": "0967ef424bce6791893e9a57bb952f80fd536e93,1c79aacf90e975aac070d9ddc464d57f8ceb1dcb",
            "web_url": "https://hosted.weblate.org/projects/karaoke-mugen/karaoke-mugen-tags/nb_NO/",
            "share_url": "https://hosted.weblate.org/engage/karaoke-mugen/-/nb_NO/",
            "translate_url": "https://hosted.weblate.org/translate/karaoke-mugen/karaoke-mugen-tags/nb_NO/",
            "url": "https://hosted.weblate.org/api/translations/karaoke-mugen/karaoke-mugen-tags/nb_NO/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 97,
            "total_words": 245,
            "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-06-27T14:30:12.977687+02:00",
            "last_author": "Louis Royer",
            "repository_url": "https://hosted.weblate.org/api/translations/karaoke-mugen/karaoke-mugen-tags/nb_NO/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/karaoke-mugen/karaoke-mugen-tags/nb_NO/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/karaoke-mugen/karaoke-mugen-tags/nb_NO/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/karaoke-mugen/karaoke-mugen-tags/nb_NO/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/karaoke-mugen/karaoke-mugen-tags/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": "< polycule > client",
                "slug": "polycule-client",
                "id": 29742,
                "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": "< polycule >",
                    "slug": "polycule",
                    "id": 5529,
                    "web": "https://gitlab.com/polycule_client/polycule/",
                    "web_url": "https://hosted.weblate.org/projects/polycule/",
                    "url": "https://hosted.weblate.org/api/projects/polycule/?format=api",
                    "components_list_url": "https://hosted.weblate.org/api/projects/polycule/components/?format=api",
                    "repository_url": "https://hosted.weblate.org/api/projects/polycule/repository/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/projects/polycule/statistics/?format=api",
                    "categories_url": "https://hosted.weblate.org/api/projects/polycule/categories/?format=api",
                    "changes_list_url": "https://hosted.weblate.org/api/projects/polycule/changes/?format=api",
                    "languages_url": "https://hosted.weblate.org/api/projects/polycule/languages/?format=api",
                    "labels_url": "https://hosted.weblate.org/api/projects/polycule/labels/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "Please note the special spelling and grammar we use. It is mentioned in the String explanations in the ARB files.",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "https://gitlab.com/polycule_client/polycule.git",
                "git_export": "https://hosted.weblate.org/git/polycule/polycule-client/",
                "branch": "main",
                "push_branch": "main",
                "filemask": "lib/l10n/arb/app_*.arb",
                "screenshot_filemask": "",
                "template": "lib/l10n/arb/app_en.arb",
                "edit_template": true,
                "intermediate": "",
                "new_base": "lib/l10n/arb/app_en.arb",
                "file_format": "arb",
                "license": "EUPL-1.2",
                "license_url": "https://spdx.org/licenses/EUPL-1.2.html",
                "agreement": "",
                "web_url": "https://hosted.weblate.org/projects/polycule/polycule-client/",
                "url": "https://hosted.weblate.org/api/components/polycule/polycule-client/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/polycule/polycule-client/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/polycule/polycule-client/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/polycule/polycule-client/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/polycule/polycule-client/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/polycule/polycule-client/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/polycule/polycule-client/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "",
                "push": "git@gitlab.com:polycule_client/polycule.git",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
                "addon_message": "Update translation files\n\nUpdated by \"{{ addon_name }}\" add-on 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": 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": 1466566,
            "filename": "lib/l10n/arb/app_en.arb",
            "revision": "043f386a860683b1943c773e7edf5125df325a6f,043f386a860683b1943c773e7edf5125df325a6f",
            "web_url": "https://hosted.weblate.org/projects/polycule/polycule-client/en/",
            "share_url": "https://hosted.weblate.org/engage/polycule/-/en/",
            "translate_url": "https://hosted.weblate.org/translate/polycule/polycule-client/en/",
            "url": "https://hosted.weblate.org/api/translations/polycule/polycule-client/en/?format=api",
            "is_template": true,
            "is_source": true,
            "total": 110,
            "total_words": 500,
            "translated": 110,
            "translated_words": 500,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 5,
            "failing_checks_words": 35,
            "failing_checks_percent": 4.5,
            "have_suggestion": 6,
            "have_comment": 4,
            "last_change": "2024-06-27T23:27:32.927895+02:00",
            "last_author": "Allan Nordhøy",
            "repository_url": "https://hosted.weblate.org/api/translations/polycule/polycule-client/en/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/polycule/polycule-client/en/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/polycule/polycule-client/en/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/polycule/polycule-client/en/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/polycule/polycule-client/en/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": "< polycule >",
                "slug": "glossary",
                "id": 29743,
                "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": "< polycule >",
                    "slug": "polycule",
                    "id": 5529,
                    "web": "https://gitlab.com/polycule_client/polycule/",
                    "web_url": "https://hosted.weblate.org/projects/polycule/",
                    "url": "https://hosted.weblate.org/api/projects/polycule/?format=api",
                    "components_list_url": "https://hosted.weblate.org/api/projects/polycule/components/?format=api",
                    "repository_url": "https://hosted.weblate.org/api/projects/polycule/repository/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/projects/polycule/statistics/?format=api",
                    "categories_url": "https://hosted.weblate.org/api/projects/polycule/categories/?format=api",
                    "changes_list_url": "https://hosted.weblate.org/api/projects/polycule/changes/?format=api",
                    "languages_url": "https://hosted.weblate.org/api/projects/polycule/languages/?format=api",
                    "labels_url": "https://hosted.weblate.org/api/projects/polycule/labels/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "Please note the special spelling and grammar we use. It is mentioned in the String explanations in the ARB files.",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "local",
                "repo": "local:",
                "git_export": "https://hosted.weblate.org/git/polycule/glossary/",
                "branch": "main",
                "push_branch": "",
                "filemask": "*.tbx",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "tbx",
                "license": "EUPL-1.2",
                "license_url": "https://spdx.org/licenses/EUPL-1.2.html",
                "agreement": "",
                "web_url": "https://hosted.weblate.org/projects/polycule/glossary/",
                "url": "https://hosted.weblate.org/api/components/polycule/glossary/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/polycule/glossary/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/polycule/glossary/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/polycule/glossary/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/polycule/glossary/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/polycule/glossary/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/polycule/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 }}\" add-on 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": 1466567,
            "filename": "",
            "revision": "",
            "web_url": "https://hosted.weblate.org/projects/polycule/glossary/en/",
            "share_url": "https://hosted.weblate.org/engage/polycule/-/en/",
            "translate_url": "https://hosted.weblate.org/translate/polycule/glossary/en/",
            "url": "https://hosted.weblate.org/api/translations/polycule/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/polycule/glossary/en/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/polycule/glossary/en/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/polycule/glossary/en/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/polycule/glossary/en/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/polycule/glossary/en/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": "< polycule > app metadata",
                "slug": "polycule-metadata",
                "id": 29744,
                "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": "< polycule >",
                    "slug": "polycule",
                    "id": 5529,
                    "web": "https://gitlab.com/polycule_client/polycule/",
                    "web_url": "https://hosted.weblate.org/projects/polycule/",
                    "url": "https://hosted.weblate.org/api/projects/polycule/?format=api",
                    "components_list_url": "https://hosted.weblate.org/api/projects/polycule/components/?format=api",
                    "repository_url": "https://hosted.weblate.org/api/projects/polycule/repository/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/projects/polycule/statistics/?format=api",
                    "categories_url": "https://hosted.weblate.org/api/projects/polycule/categories/?format=api",
                    "changes_list_url": "https://hosted.weblate.org/api/projects/polycule/changes/?format=api",
                    "languages_url": "https://hosted.weblate.org/api/projects/polycule/languages/?format=api",
                    "labels_url": "https://hosted.weblate.org/api/projects/polycule/labels/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "Please note the special spelling and grammar we use. It is mentioned in the String explanations in the ARB files.",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "https://gitlab.com/polycule_client/polycule.git",
                "git_export": "",
                "branch": "main",
                "push_branch": "main",
                "filemask": "fastlane/metadata/android/*",
                "screenshot_filemask": "",
                "template": "fastlane/metadata/android/en-US",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "appstore",
                "license": "EUPL-1.2",
                "license_url": "https://spdx.org/licenses/EUPL-1.2.html",
                "agreement": "",
                "web_url": "https://hosted.weblate.org/projects/polycule/polycule-metadata/",
                "url": "https://hosted.weblate.org/api/components/polycule/polycule-metadata/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/polycule/polycule-metadata/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/polycule/polycule-metadata/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/polycule/polycule-metadata/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/polycule/polycule-metadata/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/polycule/polycule-metadata/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/polycule/polycule-metadata/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "",
                "push": "git@gitlab.com:polycule_client/polycule.git",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
                "addon_message": "Update translation files\n\nUpdated by \"{{ addon_name }}\" add-on 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": 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/polycule/polycule-client/?format=api"
            },
            "language_code": "en",
            "id": 1466568,
            "filename": "fastlane/metadata/android/en-US",
            "revision": "8ccf99b8b853e198e6b1b8a5d56eccb212871038,8ccf99b8b853e198e6b1b8a5d56eccb212871038",
            "web_url": "https://hosted.weblate.org/projects/polycule/polycule-metadata/en/",
            "share_url": "https://hosted.weblate.org/engage/polycule/-/en/",
            "translate_url": "https://hosted.weblate.org/translate/polycule/polycule-metadata/en/",
            "url": "https://hosted.weblate.org/api/translations/polycule/polycule-metadata/en/?format=api",
            "is_template": true,
            "is_source": true,
            "total": 3,
            "total_words": 96,
            "translated": 3,
            "translated_words": 96,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 1,
            "have_comment": 0,
            "last_change": "2024-06-26T17:17:10.240056+02:00",
            "last_author": "The one with the braid",
            "repository_url": "https://hosted.weblate.org/api/translations/polycule/polycule-metadata/en/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/polycule/polycule-metadata/en/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/polycule/polycule-metadata/en/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/polycule/polycule-metadata/en/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/polycule/polycule-metadata/en/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": "main",
                "slug": "main",
                "id": 27635,
                "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": "DataBackup",
                    "slug": "databackup",
                    "id": 3700,
                    "web": "https://github.com/XayahSuSuSu/Android-DataBackup",
                    "web_url": "https://hosted.weblate.org/projects/databackup/",
                    "url": "https://hosted.weblate.org/api/projects/databackup/?format=api",
                    "components_list_url": "https://hosted.weblate.org/api/projects/databackup/components/?format=api",
                    "repository_url": "https://hosted.weblate.org/api/projects/databackup/repository/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/projects/databackup/statistics/?format=api",
                    "categories_url": "https://hosted.weblate.org/api/projects/databackup/categories/?format=api",
                    "changes_list_url": "https://hosted.weblate.org/api/projects/databackup/changes/?format=api",
                    "languages_url": "https://hosted.weblate.org/api/projects/databackup/languages/?format=api",
                    "labels_url": "https://hosted.weblate.org/api/projects/databackup/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/XayahSuSuSu/Android-DataBackup",
                "git_export": "https://hosted.weblate.org/git/databackup/main/",
                "branch": "main",
                "push_branch": "",
                "filemask": "source/app/src/main/res/values-*/strings.xml",
                "screenshot_filemask": "",
                "template": "source/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/databackup/main/",
                "url": "https://hosted.weblate.org/api/components/databackup/main/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/databackup/main/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/databackup/main/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/databackup/main/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/databackup/main/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/databackup/main/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/databackup/main/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "android",
                "push": "git@github.com:XayahSuSuSu/Android-DataBackup.git",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": true,
                "manage_units": 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/14644/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "it",
            "id": 1466569,
            "filename": "source/app/src/main/res/values-it/strings.xml",
            "revision": "a6b3daec9354f9ae75cdf8d94a67446c6227dd96,22e99a72e923113a8add5eea5c55a784b04921f6",
            "web_url": "https://hosted.weblate.org/projects/databackup/main/it/",
            "share_url": "https://hosted.weblate.org/engage/databackup/-/it/",
            "translate_url": "https://hosted.weblate.org/translate/databackup/main/it/",
            "url": "https://hosted.weblate.org/api/translations/databackup/main/it/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 340,
            "total_words": 1044,
            "translated": 10,
            "translated_words": 16,
            "translated_percent": 2.9,
            "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-06-29T13:17:03.913712+02:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/databackup/main/it/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/databackup/main/it/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/databackup/main/it/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/databackup/main/it/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/databackup/main/it/units/?format=api"
        },
        {
            "language": {
                "id": 38,
                "code": "ro",
                "name": "Romanian",
                "plural": {
                    "id": 251,
                    "source": 0,
                    "number": 3,
                    "formula": "n==1 ? 0 : (n==0 || (n%100 > 0 && n%100 < 20)) ? 1 : 2",
                    "type": 2
                },
                "aliases": [
                    "ron",
                    "rum",
                    "mol"
                ],
                "direction": "ltr",
                "population": 22187407,
                "web_url": "https://hosted.weblate.org/languages/ro/",
                "url": "https://hosted.weblate.org/api/languages/ro/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/ro/statistics/?format=api"
            },
            "component": {
                "name": "main",
                "slug": "main",
                "id": 27635,
                "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": "DataBackup",
                    "slug": "databackup",
                    "id": 3700,
                    "web": "https://github.com/XayahSuSuSu/Android-DataBackup",
                    "web_url": "https://hosted.weblate.org/projects/databackup/",
                    "url": "https://hosted.weblate.org/api/projects/databackup/?format=api",
                    "components_list_url": "https://hosted.weblate.org/api/projects/databackup/components/?format=api",
                    "repository_url": "https://hosted.weblate.org/api/projects/databackup/repository/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/projects/databackup/statistics/?format=api",
                    "categories_url": "https://hosted.weblate.org/api/projects/databackup/categories/?format=api",
                    "changes_list_url": "https://hosted.weblate.org/api/projects/databackup/changes/?format=api",
                    "languages_url": "https://hosted.weblate.org/api/projects/databackup/languages/?format=api",
                    "labels_url": "https://hosted.weblate.org/api/projects/databackup/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/XayahSuSuSu/Android-DataBackup",
                "git_export": "https://hosted.weblate.org/git/databackup/main/",
                "branch": "main",
                "push_branch": "",
                "filemask": "source/app/src/main/res/values-*/strings.xml",
                "screenshot_filemask": "",
                "template": "source/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/databackup/main/",
                "url": "https://hosted.weblate.org/api/components/databackup/main/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/databackup/main/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/databackup/main/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/databackup/main/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/databackup/main/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/databackup/main/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/databackup/main/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "android",
                "push": "git@github.com:XayahSuSuSu/Android-DataBackup.git",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": true,
                "manage_units": 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/14644/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "ro",
            "id": 1466570,
            "filename": "source/app/src/main/res/values-ro/strings.xml",
            "revision": "a6b3daec9354f9ae75cdf8d94a67446c6227dd96,22e99a72e923113a8add5eea5c55a784b04921f6",
            "web_url": "https://hosted.weblate.org/projects/databackup/main/ro/",
            "share_url": "https://hosted.weblate.org/engage/databackup/-/ro/",
            "translate_url": "https://hosted.weblate.org/translate/databackup/main/ro/",
            "url": "https://hosted.weblate.org/api/translations/databackup/main/ro/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 340,
            "total_words": 1044,
            "translated": 10,
            "translated_words": 16,
            "translated_percent": 2.9,
            "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-06-29T13:17:04.742347+02:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/databackup/main/ro/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/databackup/main/ro/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/databackup/main/ro/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/databackup/main/ro/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/databackup/main/ro/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": "DataBackup",
                "slug": "glossary",
                "id": 17120,
                "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": "DataBackup",
                    "slug": "databackup",
                    "id": 3700,
                    "web": "https://github.com/XayahSuSuSu/Android-DataBackup",
                    "web_url": "https://hosted.weblate.org/projects/databackup/",
                    "url": "https://hosted.weblate.org/api/projects/databackup/?format=api",
                    "components_list_url": "https://hosted.weblate.org/api/projects/databackup/components/?format=api",
                    "repository_url": "https://hosted.weblate.org/api/projects/databackup/repository/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/projects/databackup/statistics/?format=api",
                    "categories_url": "https://hosted.weblate.org/api/projects/databackup/categories/?format=api",
                    "changes_list_url": "https://hosted.weblate.org/api/projects/databackup/changes/?format=api",
                    "languages_url": "https://hosted.weblate.org/api/projects/databackup/languages/?format=api",
                    "labels_url": "https://hosted.weblate.org/api/projects/databackup/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/databackup/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/databackup/glossary/",
                "url": "https://hosted.weblate.org/api/components/databackup/glossary/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/databackup/glossary/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/databackup/glossary/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/databackup/glossary/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/databackup/glossary/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/databackup/glossary/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/databackup/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": "it",
            "id": 1466571,
            "filename": "it.tbx",
            "revision": "a707eb0b067f141dc98e77ff33c3d42e12c3d712",
            "web_url": "https://hosted.weblate.org/projects/databackup/glossary/it/",
            "share_url": "https://hosted.weblate.org/engage/databackup/-/it/",
            "translate_url": "https://hosted.weblate.org/translate/databackup/glossary/it/",
            "url": "https://hosted.weblate.org/api/translations/databackup/glossary/it/?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-06-26T10:12:55.069500+02:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/databackup/glossary/it/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/databackup/glossary/it/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/databackup/glossary/it/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/databackup/glossary/it/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/databackup/glossary/it/units/?format=api"
        },
        {
            "language": {
                "id": 38,
                "code": "ro",
                "name": "Romanian",
                "plural": {
                    "id": 251,
                    "source": 0,
                    "number": 3,
                    "formula": "n==1 ? 0 : (n==0 || (n%100 > 0 && n%100 < 20)) ? 1 : 2",
                    "type": 2
                },
                "aliases": [
                    "ron",
                    "rum",
                    "mol"
                ],
                "direction": "ltr",
                "population": 22187407,
                "web_url": "https://hosted.weblate.org/languages/ro/",
                "url": "https://hosted.weblate.org/api/languages/ro/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/ro/statistics/?format=api"
            },
            "component": {
                "name": "DataBackup",
                "slug": "glossary",
                "id": 17120,
                "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": "DataBackup",
                    "slug": "databackup",
                    "id": 3700,
                    "web": "https://github.com/XayahSuSuSu/Android-DataBackup",
                    "web_url": "https://hosted.weblate.org/projects/databackup/",
                    "url": "https://hosted.weblate.org/api/projects/databackup/?format=api",
                    "components_list_url": "https://hosted.weblate.org/api/projects/databackup/components/?format=api",
                    "repository_url": "https://hosted.weblate.org/api/projects/databackup/repository/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/projects/databackup/statistics/?format=api",
                    "categories_url": "https://hosted.weblate.org/api/projects/databackup/categories/?format=api",
                    "changes_list_url": "https://hosted.weblate.org/api/projects/databackup/changes/?format=api",
                    "languages_url": "https://hosted.weblate.org/api/projects/databackup/languages/?format=api",
                    "labels_url": "https://hosted.weblate.org/api/projects/databackup/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/databackup/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/databackup/glossary/",
                "url": "https://hosted.weblate.org/api/components/databackup/glossary/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/databackup/glossary/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/databackup/glossary/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/databackup/glossary/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/databackup/glossary/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/databackup/glossary/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/databackup/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": "ro",
            "id": 1466572,
            "filename": "ro.tbx",
            "revision": "a707eb0b067f141dc98e77ff33c3d42e12c3d712",
            "web_url": "https://hosted.weblate.org/projects/databackup/glossary/ro/",
            "share_url": "https://hosted.weblate.org/engage/databackup/-/ro/",
            "translate_url": "https://hosted.weblate.org/translate/databackup/glossary/ro/",
            "url": "https://hosted.weblate.org/api/translations/databackup/glossary/ro/?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-06-26T10:12:55.172228+02:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/databackup/glossary/ro/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/databackup/glossary/ro/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/databackup/glossary/ro/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/databackup/glossary/ro/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/databackup/glossary/ro/units/?format=api"
        },
        {
            "language": {
                "id": 39,
                "code": "bn",
                "name": "Bengali",
                "plural": {
                    "id": 32,
                    "source": 0,
                    "number": 2,
                    "formula": "n > 1",
                    "type": 1
                },
                "aliases": [
                    "bd",
                    "ben"
                ],
                "direction": "ltr",
                "population": 267193288,
                "web_url": "https://hosted.weblate.org/languages/bn/",
                "url": "https://hosted.weblate.org/api/languages/bn/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/bn/statistics/?format=api"
            },
            "component": {
                "name": "main",
                "slug": "main",
                "id": 27635,
                "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": "DataBackup",
                    "slug": "databackup",
                    "id": 3700,
                    "web": "https://github.com/XayahSuSuSu/Android-DataBackup",
                    "web_url": "https://hosted.weblate.org/projects/databackup/",
                    "url": "https://hosted.weblate.org/api/projects/databackup/?format=api",
                    "components_list_url": "https://hosted.weblate.org/api/projects/databackup/components/?format=api",
                    "repository_url": "https://hosted.weblate.org/api/projects/databackup/repository/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/projects/databackup/statistics/?format=api",
                    "categories_url": "https://hosted.weblate.org/api/projects/databackup/categories/?format=api",
                    "changes_list_url": "https://hosted.weblate.org/api/projects/databackup/changes/?format=api",
                    "languages_url": "https://hosted.weblate.org/api/projects/databackup/languages/?format=api",
                    "labels_url": "https://hosted.weblate.org/api/projects/databackup/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/XayahSuSuSu/Android-DataBackup",
                "git_export": "https://hosted.weblate.org/git/databackup/main/",
                "branch": "main",
                "push_branch": "",
                "filemask": "source/app/src/main/res/values-*/strings.xml",
                "screenshot_filemask": "",
                "template": "source/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/databackup/main/",
                "url": "https://hosted.weblate.org/api/components/databackup/main/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/databackup/main/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/databackup/main/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/databackup/main/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/databackup/main/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/databackup/main/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/databackup/main/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "android",
                "push": "git@github.com:XayahSuSuSu/Android-DataBackup.git",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": true,
                "manage_units": 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/14644/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "bn",
            "id": 1466677,
            "filename": "source/app/src/main/res/values-bn/strings.xml",
            "revision": "a6b3daec9354f9ae75cdf8d94a67446c6227dd96,22e99a72e923113a8add5eea5c55a784b04921f6",
            "web_url": "https://hosted.weblate.org/projects/databackup/main/bn/",
            "share_url": "https://hosted.weblate.org/engage/databackup/-/bn/",
            "translate_url": "https://hosted.weblate.org/translate/databackup/main/bn/",
            "url": "https://hosted.weblate.org/api/translations/databackup/main/bn/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 340,
            "total_words": 1044,
            "translated": 10,
            "translated_words": 16,
            "translated_percent": 2.9,
            "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-06-29T13:17:02.672370+02:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/databackup/main/bn/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/databackup/main/bn/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/databackup/main/bn/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/databackup/main/bn/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/databackup/main/bn/units/?format=api"
        },
        {
            "language": {
                "id": 114,
                "code": "sr",
                "name": "Serbian",
                "plural": {
                    "id": 268,
                    "source": 0,
                    "number": 3,
                    "formula": "n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2",
                    "type": 22
                },
                "aliases": [
                    "scc",
                    "sr_cs",
                    "rs",
                    "srp"
                ],
                "direction": "ltr",
                "population": 7516818,
                "web_url": "https://hosted.weblate.org/languages/sr/",
                "url": "https://hosted.weblate.org/api/languages/sr/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/sr/statistics/?format=api"
            },
            "component": {
                "name": "main",
                "slug": "main",
                "id": 27635,
                "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": "DataBackup",
                    "slug": "databackup",
                    "id": 3700,
                    "web": "https://github.com/XayahSuSuSu/Android-DataBackup",
                    "web_url": "https://hosted.weblate.org/projects/databackup/",
                    "url": "https://hosted.weblate.org/api/projects/databackup/?format=api",
                    "components_list_url": "https://hosted.weblate.org/api/projects/databackup/components/?format=api",
                    "repository_url": "https://hosted.weblate.org/api/projects/databackup/repository/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/projects/databackup/statistics/?format=api",
                    "categories_url": "https://hosted.weblate.org/api/projects/databackup/categories/?format=api",
                    "changes_list_url": "https://hosted.weblate.org/api/projects/databackup/changes/?format=api",
                    "languages_url": "https://hosted.weblate.org/api/projects/databackup/languages/?format=api",
                    "labels_url": "https://hosted.weblate.org/api/projects/databackup/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/XayahSuSuSu/Android-DataBackup",
                "git_export": "https://hosted.weblate.org/git/databackup/main/",
                "branch": "main",
                "push_branch": "",
                "filemask": "source/app/src/main/res/values-*/strings.xml",
                "screenshot_filemask": "",
                "template": "source/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/databackup/main/",
                "url": "https://hosted.weblate.org/api/components/databackup/main/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/databackup/main/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/databackup/main/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/databackup/main/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/databackup/main/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/databackup/main/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/databackup/main/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "android",
                "push": "git@github.com:XayahSuSuSu/Android-DataBackup.git",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": true,
                "manage_units": 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/14644/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "sr",
            "id": 1466678,
            "filename": "source/app/src/main/res/values-sr/strings.xml",
            "revision": "a6b3daec9354f9ae75cdf8d94a67446c6227dd96,22e99a72e923113a8add5eea5c55a784b04921f6",
            "web_url": "https://hosted.weblate.org/projects/databackup/main/sr/",
            "share_url": "https://hosted.weblate.org/engage/databackup/-/sr/",
            "translate_url": "https://hosted.weblate.org/translate/databackup/main/sr/",
            "url": "https://hosted.weblate.org/api/translations/databackup/main/sr/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 340,
            "total_words": 1044,
            "translated": 10,
            "translated_words": 16,
            "translated_percent": 2.9,
            "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-06-29T13:17:04.952433+02:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/databackup/main/sr/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/databackup/main/sr/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/databackup/main/sr/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/databackup/main/sr/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/databackup/main/sr/units/?format=api"
        },
        {
            "language": {
                "id": 129,
                "code": "uz",
                "name": "Uzbek",
                "plural": {
                    "id": 332,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "uz@cyrillic",
                    "uzb",
                    "uzn"
                ],
                "direction": "ltr",
                "population": 26480135,
                "web_url": "https://hosted.weblate.org/languages/uz/",
                "url": "https://hosted.weblate.org/api/languages/uz/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/uz/statistics/?format=api"
            },
            "component": {
                "name": "main",
                "slug": "main",
                "id": 27635,
                "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": "DataBackup",
                    "slug": "databackup",
                    "id": 3700,
                    "web": "https://github.com/XayahSuSuSu/Android-DataBackup",
                    "web_url": "https://hosted.weblate.org/projects/databackup/",
                    "url": "https://hosted.weblate.org/api/projects/databackup/?format=api",
                    "components_list_url": "https://hosted.weblate.org/api/projects/databackup/components/?format=api",
                    "repository_url": "https://hosted.weblate.org/api/projects/databackup/repository/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/projects/databackup/statistics/?format=api",
                    "categories_url": "https://hosted.weblate.org/api/projects/databackup/categories/?format=api",
                    "changes_list_url": "https://hosted.weblate.org/api/projects/databackup/changes/?format=api",
                    "languages_url": "https://hosted.weblate.org/api/projects/databackup/languages/?format=api",
                    "labels_url": "https://hosted.weblate.org/api/projects/databackup/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/XayahSuSuSu/Android-DataBackup",
                "git_export": "https://hosted.weblate.org/git/databackup/main/",
                "branch": "main",
                "push_branch": "",
                "filemask": "source/app/src/main/res/values-*/strings.xml",
                "screenshot_filemask": "",
                "template": "source/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/databackup/main/",
                "url": "https://hosted.weblate.org/api/components/databackup/main/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/databackup/main/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/databackup/main/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/databackup/main/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/databackup/main/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/databackup/main/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/databackup/main/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "android",
                "push": "git@github.com:XayahSuSuSu/Android-DataBackup.git",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": true,
                "manage_units": 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/14644/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "uz",
            "id": 1466679,
            "filename": "source/app/src/main/res/values-uz/strings.xml",
            "revision": "a6b3daec9354f9ae75cdf8d94a67446c6227dd96,22e99a72e923113a8add5eea5c55a784b04921f6",
            "web_url": "https://hosted.weblate.org/projects/databackup/main/uz/",
            "share_url": "https://hosted.weblate.org/engage/databackup/-/uz/",
            "translate_url": "https://hosted.weblate.org/translate/databackup/main/uz/",
            "url": "https://hosted.weblate.org/api/translations/databackup/main/uz/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 340,
            "total_words": 1044,
            "translated": 10,
            "translated_words": 16,
            "translated_percent": 2.9,
            "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-06-29T13:17:05.522151+02:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/databackup/main/uz/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/databackup/main/uz/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/databackup/main/uz/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/databackup/main/uz/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/databackup/main/uz/units/?format=api"
        },
        {
            "language": {
                "id": 114,
                "code": "sr",
                "name": "Serbian",
                "plural": {
                    "id": 268,
                    "source": 0,
                    "number": 3,
                    "formula": "n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2",
                    "type": 22
                },
                "aliases": [
                    "scc",
                    "sr_cs",
                    "rs",
                    "srp"
                ],
                "direction": "ltr",
                "population": 7516818,
                "web_url": "https://hosted.weblate.org/languages/sr/",
                "url": "https://hosted.weblate.org/api/languages/sr/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/sr/statistics/?format=api"
            },
            "component": {
                "name": "DataBackup",
                "slug": "glossary",
                "id": 17120,
                "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": "DataBackup",
                    "slug": "databackup",
                    "id": 3700,
                    "web": "https://github.com/XayahSuSuSu/Android-DataBackup",
                    "web_url": "https://hosted.weblate.org/projects/databackup/",
                    "url": "https://hosted.weblate.org/api/projects/databackup/?format=api",
                    "components_list_url": "https://hosted.weblate.org/api/projects/databackup/components/?format=api",
                    "repository_url": "https://hosted.weblate.org/api/projects/databackup/repository/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/projects/databackup/statistics/?format=api",
                    "categories_url": "https://hosted.weblate.org/api/projects/databackup/categories/?format=api",
                    "changes_list_url": "https://hosted.weblate.org/api/projects/databackup/changes/?format=api",
                    "languages_url": "https://hosted.weblate.org/api/projects/databackup/languages/?format=api",
                    "labels_url": "https://hosted.weblate.org/api/projects/databackup/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/databackup/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/databackup/glossary/",
                "url": "https://hosted.weblate.org/api/components/databackup/glossary/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/databackup/glossary/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/databackup/glossary/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/databackup/glossary/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/databackup/glossary/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/databackup/glossary/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/databackup/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": "sr",
            "id": 1466680,
            "filename": "sr.tbx",
            "revision": "a707eb0b067f141dc98e77ff33c3d42e12c3d712",
            "web_url": "https://hosted.weblate.org/projects/databackup/glossary/sr/",
            "share_url": "https://hosted.weblate.org/engage/databackup/-/sr/",
            "translate_url": "https://hosted.weblate.org/translate/databackup/glossary/sr/",
            "url": "https://hosted.weblate.org/api/translations/databackup/glossary/sr/?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-06-26T12:20:40.161867+02:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/databackup/glossary/sr/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/databackup/glossary/sr/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/databackup/glossary/sr/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/databackup/glossary/sr/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/databackup/glossary/sr/units/?format=api"
        },
        {
            "language": {
                "id": 129,
                "code": "uz",
                "name": "Uzbek",
                "plural": {
                    "id": 332,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "uz@cyrillic",
                    "uzb",
                    "uzn"
                ],
                "direction": "ltr",
                "population": 26480135,
                "web_url": "https://hosted.weblate.org/languages/uz/",
                "url": "https://hosted.weblate.org/api/languages/uz/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/uz/statistics/?format=api"
            },
            "component": {
                "name": "DataBackup",
                "slug": "glossary",
                "id": 17120,
                "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": "DataBackup",
                    "slug": "databackup",
                    "id": 3700,
                    "web": "https://github.com/XayahSuSuSu/Android-DataBackup",
                    "web_url": "https://hosted.weblate.org/projects/databackup/",
                    "url": "https://hosted.weblate.org/api/projects/databackup/?format=api",
                    "components_list_url": "https://hosted.weblate.org/api/projects/databackup/components/?format=api",
                    "repository_url": "https://hosted.weblate.org/api/projects/databackup/repository/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/projects/databackup/statistics/?format=api",
                    "categories_url": "https://hosted.weblate.org/api/projects/databackup/categories/?format=api",
                    "changes_list_url": "https://hosted.weblate.org/api/projects/databackup/changes/?format=api",
                    "languages_url": "https://hosted.weblate.org/api/projects/databackup/languages/?format=api",
                    "labels_url": "https://hosted.weblate.org/api/projects/databackup/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/databackup/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/databackup/glossary/",
                "url": "https://hosted.weblate.org/api/components/databackup/glossary/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/databackup/glossary/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/databackup/glossary/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/databackup/glossary/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/databackup/glossary/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/databackup/glossary/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/databackup/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": "uz",
            "id": 1466681,
            "filename": "uz.tbx",
            "revision": "a707eb0b067f141dc98e77ff33c3d42e12c3d712",
            "web_url": "https://hosted.weblate.org/projects/databackup/glossary/uz/",
            "share_url": "https://hosted.weblate.org/engage/databackup/-/uz/",
            "translate_url": "https://hosted.weblate.org/translate/databackup/glossary/uz/",
            "url": "https://hosted.weblate.org/api/translations/databackup/glossary/uz/?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-06-26T12:20:40.214830+02:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/databackup/glossary/uz/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/databackup/glossary/uz/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/databackup/glossary/uz/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/databackup/glossary/uz/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/databackup/glossary/uz/units/?format=api"
        },
        {
            "language": {
                "id": 39,
                "code": "bn",
                "name": "Bengali",
                "plural": {
                    "id": 32,
                    "source": 0,
                    "number": 2,
                    "formula": "n > 1",
                    "type": 1
                },
                "aliases": [
                    "bd",
                    "ben"
                ],
                "direction": "ltr",
                "population": 267193288,
                "web_url": "https://hosted.weblate.org/languages/bn/",
                "url": "https://hosted.weblate.org/api/languages/bn/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/bn/statistics/?format=api"
            },
            "component": {
                "name": "DataBackup",
                "slug": "glossary",
                "id": 17120,
                "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": "DataBackup",
                    "slug": "databackup",
                    "id": 3700,
                    "web": "https://github.com/XayahSuSuSu/Android-DataBackup",
                    "web_url": "https://hosted.weblate.org/projects/databackup/",
                    "url": "https://hosted.weblate.org/api/projects/databackup/?format=api",
                    "components_list_url": "https://hosted.weblate.org/api/projects/databackup/components/?format=api",
                    "repository_url": "https://hosted.weblate.org/api/projects/databackup/repository/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/projects/databackup/statistics/?format=api",
                    "categories_url": "https://hosted.weblate.org/api/projects/databackup/categories/?format=api",
                    "changes_list_url": "https://hosted.weblate.org/api/projects/databackup/changes/?format=api",
                    "languages_url": "https://hosted.weblate.org/api/projects/databackup/languages/?format=api",
                    "labels_url": "https://hosted.weblate.org/api/projects/databackup/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/databackup/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/databackup/glossary/",
                "url": "https://hosted.weblate.org/api/components/databackup/glossary/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/databackup/glossary/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/databackup/glossary/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/databackup/glossary/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/databackup/glossary/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/databackup/glossary/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/databackup/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": "bn",
            "id": 1466682,
            "filename": "bn.tbx",
            "revision": "a707eb0b067f141dc98e77ff33c3d42e12c3d712",
            "web_url": "https://hosted.weblate.org/projects/databackup/glossary/bn/",
            "share_url": "https://hosted.weblate.org/engage/databackup/-/bn/",
            "translate_url": "https://hosted.weblate.org/translate/databackup/glossary/bn/",
            "url": "https://hosted.weblate.org/api/translations/databackup/glossary/bn/?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-06-26T12:20:39.743497+02:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/databackup/glossary/bn/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/databackup/glossary/bn/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/databackup/glossary/bn/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/databackup/glossary/bn/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/databackup/glossary/bn/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": "Translations",
                "slug": "translations",
                "id": 29677,
                "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": "priviblur",
                    "slug": "priviblur",
                    "id": 5521,
                    "web": "https://github.com/syeopite/priviblur",
                    "web_url": "https://hosted.weblate.org/projects/priviblur/",
                    "url": "https://hosted.weblate.org/api/projects/priviblur/?format=api",
                    "components_list_url": "https://hosted.weblate.org/api/projects/priviblur/components/?format=api",
                    "repository_url": "https://hosted.weblate.org/api/projects/priviblur/repository/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/projects/priviblur/statistics/?format=api",
                    "categories_url": "https://hosted.weblate.org/api/projects/priviblur/categories/?format=api",
                    "changes_list_url": "https://hosted.weblate.org/api/projects/priviblur/changes/?format=api",
                    "languages_url": "https://hosted.weblate.org/api/projects/priviblur/languages/?format=api",
                    "labels_url": "https://hosted.weblate.org/api/projects/priviblur/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/syeopite/priviblur",
                "git_export": "https://hosted.weblate.org/git/priviblur/translations/",
                "branch": "master",
                "push_branch": "",
                "filemask": "locales/*/LC_MESSAGES/priviblur.po",
                "screenshot_filemask": "",
                "template": "locales/en_US/LC_MESSAGES/priviblur.po",
                "edit_template": true,
                "intermediate": "",
                "new_base": "locales/priviblur.pot",
                "file_format": "po-mono",
                "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/priviblur/translations/",
                "url": "https://hosted.weblate.org/api/components/priviblur/translations/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/priviblur/translations/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/priviblur/translations/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/priviblur/translations/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/priviblur/translations/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/priviblur/translations/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/priviblur/translations/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "",
                "push": "",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [
                    "python_brace_format"
                ],
                "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 }}\" add-on 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": 1466683,
            "filename": "locales/fr/LC_MESSAGES/priviblur.po",
            "revision": "ec71aef3b37a74da6746fb9feab431a1091a263d,8130558d50841783d9deef9e283dc0bbef7bdfb3",
            "web_url": "https://hosted.weblate.org/projects/priviblur/translations/fr/",
            "share_url": "https://hosted.weblate.org/engage/priviblur/-/fr/",
            "translate_url": "https://hosted.weblate.org/translate/priviblur/translations/fr/",
            "url": "https://hosted.weblate.org/api/translations/priviblur/translations/fr/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 67,
            "total_words": 206,
            "translated": 66,
            "translated_words": 202,
            "translated_percent": 98.5,
            "fuzzy": 1,
            "fuzzy_words": 4,
            "fuzzy_percent": 1.4,
            "failing_checks": 1,
            "failing_checks_words": 4,
            "failing_checks_percent": 1.4,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-06-29T06:09:15.631207+02:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/priviblur/translations/fr/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/priviblur/translations/fr/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/priviblur/translations/fr/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/priviblur/translations/fr/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/priviblur/translations/fr/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": "priviblur",
                "slug": "glossary",
                "id": 29678,
                "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": "priviblur",
                    "slug": "priviblur",
                    "id": 5521,
                    "web": "https://github.com/syeopite/priviblur",
                    "web_url": "https://hosted.weblate.org/projects/priviblur/",
                    "url": "https://hosted.weblate.org/api/projects/priviblur/?format=api",
                    "components_list_url": "https://hosted.weblate.org/api/projects/priviblur/components/?format=api",
                    "repository_url": "https://hosted.weblate.org/api/projects/priviblur/repository/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/projects/priviblur/statistics/?format=api",
                    "categories_url": "https://hosted.weblate.org/api/projects/priviblur/categories/?format=api",
                    "changes_list_url": "https://hosted.weblate.org/api/projects/priviblur/changes/?format=api",
                    "languages_url": "https://hosted.weblate.org/api/projects/priviblur/languages/?format=api",
                    "labels_url": "https://hosted.weblate.org/api/projects/priviblur/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/priviblur/glossary/",
                "branch": "main",
                "push_branch": "",
                "filemask": "*.tbx",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "tbx",
                "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/priviblur/glossary/",
                "url": "https://hosted.weblate.org/api/components/priviblur/glossary/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/priviblur/glossary/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/priviblur/glossary/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/priviblur/glossary/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/priviblur/glossary/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/priviblur/glossary/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/priviblur/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 }}\" add-on 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": "fr",
            "id": 1466684,
            "filename": "fr.tbx",
            "revision": "a707eb0b067f141dc98e77ff33c3d42e12c3d712",
            "web_url": "https://hosted.weblate.org/projects/priviblur/glossary/fr/",
            "share_url": "https://hosted.weblate.org/engage/priviblur/-/fr/",
            "translate_url": "https://hosted.weblate.org/translate/priviblur/glossary/fr/",
            "url": "https://hosted.weblate.org/api/translations/priviblur/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-06-26T14:11:39.501100+02:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/priviblur/glossary/fr/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/priviblur/glossary/fr/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/priviblur/glossary/fr/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/priviblur/glossary/fr/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/priviblur/glossary/fr/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": "< polycule > client",
                "slug": "polycule-client",
                "id": 29742,
                "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": "< polycule >",
                    "slug": "polycule",
                    "id": 5529,
                    "web": "https://gitlab.com/polycule_client/polycule/",
                    "web_url": "https://hosted.weblate.org/projects/polycule/",
                    "url": "https://hosted.weblate.org/api/projects/polycule/?format=api",
                    "components_list_url": "https://hosted.weblate.org/api/projects/polycule/components/?format=api",
                    "repository_url": "https://hosted.weblate.org/api/projects/polycule/repository/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/projects/polycule/statistics/?format=api",
                    "categories_url": "https://hosted.weblate.org/api/projects/polycule/categories/?format=api",
                    "changes_list_url": "https://hosted.weblate.org/api/projects/polycule/changes/?format=api",
                    "languages_url": "https://hosted.weblate.org/api/projects/polycule/languages/?format=api",
                    "labels_url": "https://hosted.weblate.org/api/projects/polycule/labels/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "Please note the special spelling and grammar we use. It is mentioned in the String explanations in the ARB files.",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "https://gitlab.com/polycule_client/polycule.git",
                "git_export": "https://hosted.weblate.org/git/polycule/polycule-client/",
                "branch": "main",
                "push_branch": "main",
                "filemask": "lib/l10n/arb/app_*.arb",
                "screenshot_filemask": "",
                "template": "lib/l10n/arb/app_en.arb",
                "edit_template": true,
                "intermediate": "",
                "new_base": "lib/l10n/arb/app_en.arb",
                "file_format": "arb",
                "license": "EUPL-1.2",
                "license_url": "https://spdx.org/licenses/EUPL-1.2.html",
                "agreement": "",
                "web_url": "https://hosted.weblate.org/projects/polycule/polycule-client/",
                "url": "https://hosted.weblate.org/api/components/polycule/polycule-client/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/polycule/polycule-client/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/polycule/polycule-client/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/polycule/polycule-client/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/polycule/polycule-client/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/polycule/polycule-client/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/polycule/polycule-client/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "",
                "push": "git@gitlab.com:polycule_client/polycule.git",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
                "addon_message": "Update translation files\n\nUpdated by \"{{ addon_name }}\" add-on 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": 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": "nb",
            "id": 1466687,
            "filename": "lib/l10n/arb/app_nb.arb",
            "revision": "72431e6cfc5eef66b191b23dc5a28317e95a4696,043f386a860683b1943c773e7edf5125df325a6f",
            "web_url": "https://hosted.weblate.org/projects/polycule/polycule-client/nb_NO/",
            "share_url": "https://hosted.weblate.org/engage/polycule/-/nb_NO/",
            "translate_url": "https://hosted.weblate.org/translate/polycule/polycule-client/nb_NO/",
            "url": "https://hosted.weblate.org/api/translations/polycule/polycule-client/nb_NO/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 110,
            "total_words": 500,
            "translated": 79,
            "translated_words": 322,
            "translated_percent": 71.8,
            "fuzzy": 31,
            "fuzzy_words": 178,
            "fuzzy_percent": 28.1,
            "failing_checks": 10,
            "failing_checks_words": 66,
            "failing_checks_percent": 9.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-06-26T17:31:40.043335+02:00",
            "last_author": "The one with the braid",
            "repository_url": "https://hosted.weblate.org/api/translations/polycule/polycule-client/nb_NO/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/polycule/polycule-client/nb_NO/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/polycule/polycule-client/nb_NO/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/polycule/polycule-client/nb_NO/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/polycule/polycule-client/nb_NO/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": "< polycule >",
                "slug": "glossary",
                "id": 29743,
                "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": "< polycule >",
                    "slug": "polycule",
                    "id": 5529,
                    "web": "https://gitlab.com/polycule_client/polycule/",
                    "web_url": "https://hosted.weblate.org/projects/polycule/",
                    "url": "https://hosted.weblate.org/api/projects/polycule/?format=api",
                    "components_list_url": "https://hosted.weblate.org/api/projects/polycule/components/?format=api",
                    "repository_url": "https://hosted.weblate.org/api/projects/polycule/repository/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/projects/polycule/statistics/?format=api",
                    "categories_url": "https://hosted.weblate.org/api/projects/polycule/categories/?format=api",
                    "changes_list_url": "https://hosted.weblate.org/api/projects/polycule/changes/?format=api",
                    "languages_url": "https://hosted.weblate.org/api/projects/polycule/languages/?format=api",
                    "labels_url": "https://hosted.weblate.org/api/projects/polycule/labels/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "Please note the special spelling and grammar we use. It is mentioned in the String explanations in the ARB files.",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "local",
                "repo": "local:",
                "git_export": "https://hosted.weblate.org/git/polycule/glossary/",
                "branch": "main",
                "push_branch": "",
                "filemask": "*.tbx",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "tbx",
                "license": "EUPL-1.2",
                "license_url": "https://spdx.org/licenses/EUPL-1.2.html",
                "agreement": "",
                "web_url": "https://hosted.weblate.org/projects/polycule/glossary/",
                "url": "https://hosted.weblate.org/api/components/polycule/glossary/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/polycule/glossary/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/polycule/glossary/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/polycule/glossary/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/polycule/glossary/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/polycule/glossary/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/polycule/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 }}\" add-on 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": 1466688,
            "filename": "nb_NO.tbx",
            "revision": "a707eb0b067f141dc98e77ff33c3d42e12c3d712",
            "web_url": "https://hosted.weblate.org/projects/polycule/glossary/nb_NO/",
            "share_url": "https://hosted.weblate.org/engage/polycule/-/nb_NO/",
            "translate_url": "https://hosted.weblate.org/translate/polycule/glossary/nb_NO/",
            "url": "https://hosted.weblate.org/api/translations/polycule/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-06-26T14:44:17.487912+02:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/polycule/glossary/nb_NO/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/polycule/glossary/nb_NO/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/polycule/glossary/nb_NO/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/polycule/glossary/nb_NO/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/polycule/glossary/nb_NO/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": "common",
                "slug": "common",
                "id": 16170,
                "source_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"
                },
                "project": {
                    "name": "Specify 7",
                    "slug": "specify-7",
                    "id": 3456,
                    "web": "http://github.com/specify/specify7/",
                    "web_url": "https://hosted.weblate.org/projects/specify-7/",
                    "url": "https://hosted.weblate.org/api/projects/specify-7/?format=api",
                    "components_list_url": "https://hosted.weblate.org/api/projects/specify-7/components/?format=api",
                    "repository_url": "https://hosted.weblate.org/api/projects/specify-7/repository/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/projects/specify-7/statistics/?format=api",
                    "categories_url": "https://hosted.weblate.org/api/projects/specify-7/categories/?format=api",
                    "changes_list_url": "https://hosted.weblate.org/api/projects/specify-7/changes/?format=api",
                    "languages_url": "https://hosted.weblate.org/api/projects/specify-7/languages/?format=api",
                    "labels_url": "https://hosted.weblate.org/api/projects/specify-7/labels/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "Translation Instructions - https://discourse.specifysoftware.org/t/get-started-with-specify-7-localization/956",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "https://github.com/specify/specify7/",
                "git_export": "",
                "branch": "weblate-localization",
                "push_branch": "weblate-localization",
                "filemask": "strings/common/*.po",
                "screenshot_filemask": "",
                "template": "strings/common/en_US.po",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "po-mono",
                "license": "GPL-2.0-only",
                "license_url": "https://spdx.org/licenses/GPL-2.0-only.html",
                "agreement": "",
                "web_url": "https://hosted.weblate.org/projects/specify-7/common/",
                "url": "https://hosted.weblate.org/api/components/specify-7/common/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/specify-7/common/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/specify-7/common/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/specify-7/common/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/specify-7/common/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/specify-7/common/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/specify-7/common/changes/?format=api",
                "task_url": null,
                "new_lang": "url",
                "language_code_style": "",
                "push": "git@github.com:specify/specify7.git",
                "check_flags": "icu-message-format, icu-flags:xml, icu-flags:strict-xml",
                "priority": 60,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "https://github.com/specify/specify7/tree/production/specifyweb/frontend/js_src/lib/{{filename}}#L{{line}}",
                "report_source_bugs": "support@specifysoftware.org",
                "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": 1,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [
                    "https://hosted.weblate.org/api/addons/7994/?format=api",
                    "https://hosted.weblate.org/api/addons/8015/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": "https://hosted.weblate.org/api/components/specify-7/schema/?format=api"
            },
            "language_code": "pt",
            "id": 1466918,
            "filename": "strings/common/pt.po",
            "revision": "22af1e10913e42856981a76b50905f53a144784d,86001bf905a8a87b0e7fdd38d4c8fba3414b88b1",
            "web_url": "https://hosted.weblate.org/projects/specify-7/common/pt/",
            "share_url": "https://hosted.weblate.org/engage/specify-7/-/pt/",
            "translate_url": "https://hosted.weblate.org/translate/specify-7/common/pt/",
            "url": "https://hosted.weblate.org/api/translations/specify-7/common/pt/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 87,
            "total_words": 139,
            "translated": 1,
            "translated_words": 2,
            "translated_percent": 1.1,
            "fuzzy": 86,
            "fuzzy_words": 137,
            "fuzzy_percent": 98.8,
            "failing_checks": 5,
            "failing_checks_words": 8,
            "failing_checks_percent": 5.7,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-06-28T20:09:27.902716+02:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/specify-7/common/pt/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/specify-7/common/pt/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/specify-7/common/pt/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/specify-7/common/pt/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/specify-7/common/pt/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": "Specify 7",
                "slug": "glossary",
                "id": 16171,
                "source_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"
                },
                "project": {
                    "name": "Specify 7",
                    "slug": "specify-7",
                    "id": 3456,
                    "web": "http://github.com/specify/specify7/",
                    "web_url": "https://hosted.weblate.org/projects/specify-7/",
                    "url": "https://hosted.weblate.org/api/projects/specify-7/?format=api",
                    "components_list_url": "https://hosted.weblate.org/api/projects/specify-7/components/?format=api",
                    "repository_url": "https://hosted.weblate.org/api/projects/specify-7/repository/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/projects/specify-7/statistics/?format=api",
                    "categories_url": "https://hosted.weblate.org/api/projects/specify-7/categories/?format=api",
                    "changes_list_url": "https://hosted.weblate.org/api/projects/specify-7/changes/?format=api",
                    "languages_url": "https://hosted.weblate.org/api/projects/specify-7/languages/?format=api",
                    "labels_url": "https://hosted.weblate.org/api/projects/specify-7/labels/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "Translation Instructions - https://discourse.specifysoftware.org/t/get-started-with-specify-7-localization/956",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "local",
                "repo": "local:",
                "git_export": "https://hosted.weblate.org/git/specify-7/glossary/",
                "branch": "main",
                "push_branch": "",
                "filemask": "*.tbx",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "tbx",
                "license": "GPL-2.0-only",
                "license_url": "https://spdx.org/licenses/GPL-2.0-only.html",
                "agreement": "",
                "web_url": "https://hosted.weblate.org/projects/specify-7/glossary/",
                "url": "https://hosted.weblate.org/api/components/specify-7/glossary/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/specify-7/glossary/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/specify-7/glossary/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/specify-7/glossary/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/specify-7/glossary/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/specify-7/glossary/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/specify-7/glossary/changes/?format=api",
                "task_url": null,
                "new_lang": "none",
                "language_code_style": "",
                "push": "",
                "check_flags": "icu-message-format, icu-flags:xml, icu-flags:strict-xml",
                "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": [
                    "https://hosted.weblate.org/api/addons/8023/?format=api"
                ],
                "is_glossary": true,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "pt",
            "id": 1466919,
            "filename": "pt.tbx",
            "revision": "97efd6599fb94e0b0c03a8410116c74675126fc7",
            "web_url": "https://hosted.weblate.org/projects/specify-7/glossary/pt/",
            "share_url": "https://hosted.weblate.org/engage/specify-7/-/pt/",
            "translate_url": "https://hosted.weblate.org/translate/specify-7/glossary/pt/",
            "url": "https://hosted.weblate.org/api/translations/specify-7/glossary/pt/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 10,
            "total_words": 11,
            "translated": 2,
            "translated_words": 3,
            "translated_percent": 20.0,
            "fuzzy": 8,
            "fuzzy_words": 8,
            "fuzzy_percent": 80.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-06-29T19:09:18.790958+02:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/specify-7/glossary/pt/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/specify-7/glossary/pt/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/specify-7/glossary/pt/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/specify-7/glossary/pt/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/specify-7/glossary/pt/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": "< polycule > app metadata",
                "slug": "polycule-metadata",
                "id": 29744,
                "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": "< polycule >",
                    "slug": "polycule",
                    "id": 5529,
                    "web": "https://gitlab.com/polycule_client/polycule/",
                    "web_url": "https://hosted.weblate.org/projects/polycule/",
                    "url": "https://hosted.weblate.org/api/projects/polycule/?format=api",
                    "components_list_url": "https://hosted.weblate.org/api/projects/polycule/components/?format=api",
                    "repository_url": "https://hosted.weblate.org/api/projects/polycule/repository/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/projects/polycule/statistics/?format=api",
                    "categories_url": "https://hosted.weblate.org/api/projects/polycule/categories/?format=api",
                    "changes_list_url": "https://hosted.weblate.org/api/projects/polycule/changes/?format=api",
                    "languages_url": "https://hosted.weblate.org/api/projects/polycule/languages/?format=api",
                    "labels_url": "https://hosted.weblate.org/api/projects/polycule/labels/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "Please note the special spelling and grammar we use. It is mentioned in the String explanations in the ARB files.",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "https://gitlab.com/polycule_client/polycule.git",
                "git_export": "",
                "branch": "main",
                "push_branch": "main",
                "filemask": "fastlane/metadata/android/*",
                "screenshot_filemask": "",
                "template": "fastlane/metadata/android/en-US",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "appstore",
                "license": "EUPL-1.2",
                "license_url": "https://spdx.org/licenses/EUPL-1.2.html",
                "agreement": "",
                "web_url": "https://hosted.weblate.org/projects/polycule/polycule-metadata/",
                "url": "https://hosted.weblate.org/api/components/polycule/polycule-metadata/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/polycule/polycule-metadata/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/polycule/polycule-metadata/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/polycule/polycule-metadata/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/polycule/polycule-metadata/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/polycule/polycule-metadata/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/polycule/polycule-metadata/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "",
                "push": "git@gitlab.com:polycule_client/polycule.git",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
                "addon_message": "Update translation files\n\nUpdated by \"{{ addon_name }}\" add-on 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": 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/polycule/polycule-client/?format=api"
            },
            "language_code": "no-NO",
            "id": 1466920,
            "filename": "fastlane/metadata/android/no-NO",
            "revision": "82f2bedafd6bb8e483ac825df87c643e223d7760,8ccf99b8b853e198e6b1b8a5d56eccb212871038",
            "web_url": "https://hosted.weblate.org/projects/polycule/polycule-metadata/nb_NO/",
            "share_url": "https://hosted.weblate.org/engage/polycule/-/nb_NO/",
            "translate_url": "https://hosted.weblate.org/translate/polycule/polycule-metadata/nb_NO/",
            "url": "https://hosted.weblate.org/api/translations/polycule/polycule-metadata/nb_NO/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 3,
            "total_words": 96,
            "translated": 2,
            "translated_words": 12,
            "translated_percent": 66.6,
            "fuzzy": 1,
            "fuzzy_words": 84,
            "fuzzy_percent": 33.3,
            "failing_checks": 1,
            "failing_checks_words": 84,
            "failing_checks_percent": 33.3,
            "have_suggestion": 0,
            "have_comment": 1,
            "last_change": "2024-06-26T17:19:36.351603+02:00",
            "last_author": "The one with the braid",
            "repository_url": "https://hosted.weblate.org/api/translations/polycule/polycule-metadata/nb_NO/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/polycule/polycule-metadata/nb_NO/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/polycule/polycule-metadata/nb_NO/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/polycule/polycule-metadata/nb_NO/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/polycule/polycule-metadata/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": "harbor",
                "slug": "harbor",
                "id": 29773,
                "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": "Harbor",
                    "slug": "harbor",
                    "id": 5530,
                    "web": "https://goharbor.io/",
                    "web_url": "https://hosted.weblate.org/projects/harbor/",
                    "url": "https://hosted.weblate.org/api/projects/harbor/?format=api",
                    "components_list_url": "https://hosted.weblate.org/api/projects/harbor/components/?format=api",
                    "repository_url": "https://hosted.weblate.org/api/projects/harbor/repository/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/projects/harbor/statistics/?format=api",
                    "categories_url": "https://hosted.weblate.org/api/projects/harbor/categories/?format=api",
                    "changes_list_url": "https://hosted.weblate.org/api/projects/harbor/changes/?format=api",
                    "languages_url": "https://hosted.weblate.org/api/projects/harbor/languages/?format=api",
                    "labels_url": "https://hosted.weblate.org/api/projects/harbor/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/goharbor/harbor/",
                "git_export": "https://hosted.weblate.org/git/harbor/harbor/",
                "branch": "main",
                "push_branch": "",
                "filemask": "src/portal/src/i18n/lang/*-lang.json",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "src/portal/src/i18n/lang/zh-cn-lang.json",
                "file_format": "json-nested",
                "license": "Apache-2.0",
                "license_url": "https://spdx.org/licenses/Apache-2.0.html",
                "agreement": "",
                "web_url": "https://hosted.weblate.org/projects/harbor/harbor/",
                "url": "https://hosted.weblate.org/api/components/harbor/harbor/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/harbor/harbor/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/harbor/harbor/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/harbor/harbor/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/harbor/harbor/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/harbor/harbor/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/harbor/harbor/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 }}\" add-on 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": 1466921,
            "filename": "",
            "revision": "",
            "web_url": "https://hosted.weblate.org/projects/harbor/harbor/en/",
            "share_url": "https://hosted.weblate.org/engage/harbor/-/en/",
            "translate_url": "https://hosted.weblate.org/translate/harbor/harbor/en/",
            "url": "https://hosted.weblate.org/api/translations/harbor/harbor/en/?format=api",
            "is_template": false,
            "is_source": true,
            "total": 1840,
            "total_words": 1840,
            "translated": 1840,
            "translated_words": 1840,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 394,
            "failing_checks_words": 394,
            "failing_checks_percent": 21.4,
            "have_suggestion": 0,
            "have_comment": 1,
            "last_change": "2024-06-27T15:45:18.149795+02:00",
            "last_author": "Allan Nordhøy",
            "repository_url": "https://hosted.weblate.org/api/translations/harbor/harbor/en/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/harbor/harbor/en/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/harbor/harbor/en/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/harbor/harbor/en/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/harbor/harbor/en/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": "harbor",
                "slug": "harbor",
                "id": 29773,
                "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": "Harbor",
                    "slug": "harbor",
                    "id": 5530,
                    "web": "https://goharbor.io/",
                    "web_url": "https://hosted.weblate.org/projects/harbor/",
                    "url": "https://hosted.weblate.org/api/projects/harbor/?format=api",
                    "components_list_url": "https://hosted.weblate.org/api/projects/harbor/components/?format=api",
                    "repository_url": "https://hosted.weblate.org/api/projects/harbor/repository/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/projects/harbor/statistics/?format=api",
                    "categories_url": "https://hosted.weblate.org/api/projects/harbor/categories/?format=api",
                    "changes_list_url": "https://hosted.weblate.org/api/projects/harbor/changes/?format=api",
                    "languages_url": "https://hosted.weblate.org/api/projects/harbor/languages/?format=api",
                    "labels_url": "https://hosted.weblate.org/api/projects/harbor/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/goharbor/harbor/",
                "git_export": "https://hosted.weblate.org/git/harbor/harbor/",
                "branch": "main",
                "push_branch": "",
                "filemask": "src/portal/src/i18n/lang/*-lang.json",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "src/portal/src/i18n/lang/zh-cn-lang.json",
                "file_format": "json-nested",
                "license": "Apache-2.0",
                "license_url": "https://spdx.org/licenses/Apache-2.0.html",
                "agreement": "",
                "web_url": "https://hosted.weblate.org/projects/harbor/harbor/",
                "url": "https://hosted.weblate.org/api/components/harbor/harbor/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/harbor/harbor/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/harbor/harbor/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/harbor/harbor/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/harbor/harbor/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/harbor/harbor/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/harbor/harbor/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 }}\" add-on 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": "de-de",
            "id": 1466922,
            "filename": "src/portal/src/i18n/lang/de-de-lang.json",
            "revision": "e389f7a4f5bd64c3f276521ffbd558f080db8dc5",
            "web_url": "https://hosted.weblate.org/projects/harbor/harbor/de/",
            "share_url": "https://hosted.weblate.org/engage/harbor/-/de/",
            "translate_url": "https://hosted.weblate.org/translate/harbor/harbor/de/",
            "url": "https://hosted.weblate.org/api/translations/harbor/harbor/de/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 1828,
            "total_words": 1828,
            "translated": 1827,
            "translated_words": 1827,
            "translated_percent": 99.9,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 374,
            "failing_checks_words": 374,
            "failing_checks_percent": 20.4,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-06-27T01:23:50.751841+02:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/harbor/harbor/de/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/harbor/harbor/de/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/harbor/harbor/de/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/harbor/harbor/de/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/harbor/harbor/de/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": "harbor",
                "slug": "harbor",
                "id": 29773,
                "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": "Harbor",
                    "slug": "harbor",
                    "id": 5530,
                    "web": "https://goharbor.io/",
                    "web_url": "https://hosted.weblate.org/projects/harbor/",
                    "url": "https://hosted.weblate.org/api/projects/harbor/?format=api",
                    "components_list_url": "https://hosted.weblate.org/api/projects/harbor/components/?format=api",
                    "repository_url": "https://hosted.weblate.org/api/projects/harbor/repository/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/projects/harbor/statistics/?format=api",
                    "categories_url": "https://hosted.weblate.org/api/projects/harbor/categories/?format=api",
                    "changes_list_url": "https://hosted.weblate.org/api/projects/harbor/changes/?format=api",
                    "languages_url": "https://hosted.weblate.org/api/projects/harbor/languages/?format=api",
                    "labels_url": "https://hosted.weblate.org/api/projects/harbor/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/goharbor/harbor/",
                "git_export": "https://hosted.weblate.org/git/harbor/harbor/",
                "branch": "main",
                "push_branch": "",
                "filemask": "src/portal/src/i18n/lang/*-lang.json",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "src/portal/src/i18n/lang/zh-cn-lang.json",
                "file_format": "json-nested",
                "license": "Apache-2.0",
                "license_url": "https://spdx.org/licenses/Apache-2.0.html",
                "agreement": "",
                "web_url": "https://hosted.weblate.org/projects/harbor/harbor/",
                "url": "https://hosted.weblate.org/api/components/harbor/harbor/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/harbor/harbor/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/harbor/harbor/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/harbor/harbor/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/harbor/harbor/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/harbor/harbor/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/harbor/harbor/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 }}\" add-on 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": 1466923,
            "filename": "src/portal/src/i18n/lang/en-us-lang.json",
            "revision": "c8bccb305ea9559573d05da70ff298a41d5ae352",
            "web_url": "https://hosted.weblate.org/projects/harbor/harbor/en_US/",
            "share_url": "https://hosted.weblate.org/engage/harbor/-/en_US/",
            "translate_url": "https://hosted.weblate.org/translate/harbor/harbor/en_US/",
            "url": "https://hosted.weblate.org/api/translations/harbor/harbor/en_US/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 1828,
            "total_words": 1828,
            "translated": 1827,
            "translated_words": 1827,
            "translated_percent": 99.9,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 364,
            "failing_checks_words": 364,
            "failing_checks_percent": 19.9,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-06-26T16:34:10.557709+02:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/harbor/harbor/en_US/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/harbor/harbor/en_US/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/harbor/harbor/en_US/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/harbor/harbor/en_US/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/harbor/harbor/en_US/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": "harbor",
                "slug": "harbor",
                "id": 29773,
                "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": "Harbor",
                    "slug": "harbor",
                    "id": 5530,
                    "web": "https://goharbor.io/",
                    "web_url": "https://hosted.weblate.org/projects/harbor/",
                    "url": "https://hosted.weblate.org/api/projects/harbor/?format=api",
                    "components_list_url": "https://hosted.weblate.org/api/projects/harbor/components/?format=api",
                    "repository_url": "https://hosted.weblate.org/api/projects/harbor/repository/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/projects/harbor/statistics/?format=api",
                    "categories_url": "https://hosted.weblate.org/api/projects/harbor/categories/?format=api",
                    "changes_list_url": "https://hosted.weblate.org/api/projects/harbor/changes/?format=api",
                    "languages_url": "https://hosted.weblate.org/api/projects/harbor/languages/?format=api",
                    "labels_url": "https://hosted.weblate.org/api/projects/harbor/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/goharbor/harbor/",
                "git_export": "https://hosted.weblate.org/git/harbor/harbor/",
                "branch": "main",
                "push_branch": "",
                "filemask": "src/portal/src/i18n/lang/*-lang.json",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "src/portal/src/i18n/lang/zh-cn-lang.json",
                "file_format": "json-nested",
                "license": "Apache-2.0",
                "license_url": "https://spdx.org/licenses/Apache-2.0.html",
                "agreement": "",
                "web_url": "https://hosted.weblate.org/projects/harbor/harbor/",
                "url": "https://hosted.weblate.org/api/components/harbor/harbor/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/harbor/harbor/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/harbor/harbor/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/harbor/harbor/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/harbor/harbor/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/harbor/harbor/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/harbor/harbor/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 }}\" add-on 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": "es-es",
            "id": 1466924,
            "filename": "src/portal/src/i18n/lang/es-es-lang.json",
            "revision": "21560b47094fc132cce01fce722a60f359d70cc6",
            "web_url": "https://hosted.weblate.org/projects/harbor/harbor/es/",
            "share_url": "https://hosted.weblate.org/engage/harbor/-/es/",
            "translate_url": "https://hosted.weblate.org/translate/harbor/harbor/es/",
            "url": "https://hosted.weblate.org/api/translations/harbor/harbor/es/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 1824,
            "total_words": 1824,
            "translated": 1823,
            "translated_words": 1823,
            "translated_percent": 99.9,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 357,
            "failing_checks_words": 357,
            "failing_checks_percent": 19.5,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-06-26T16:34:16.514176+02:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/harbor/harbor/es/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/harbor/harbor/es/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/harbor/harbor/es/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/harbor/harbor/es/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/harbor/harbor/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": "harbor",
                "slug": "harbor",
                "id": 29773,
                "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": "Harbor",
                    "slug": "harbor",
                    "id": 5530,
                    "web": "https://goharbor.io/",
                    "web_url": "https://hosted.weblate.org/projects/harbor/",
                    "url": "https://hosted.weblate.org/api/projects/harbor/?format=api",
                    "components_list_url": "https://hosted.weblate.org/api/projects/harbor/components/?format=api",
                    "repository_url": "https://hosted.weblate.org/api/projects/harbor/repository/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/projects/harbor/statistics/?format=api",
                    "categories_url": "https://hosted.weblate.org/api/projects/harbor/categories/?format=api",
                    "changes_list_url": "https://hosted.weblate.org/api/projects/harbor/changes/?format=api",
                    "languages_url": "https://hosted.weblate.org/api/projects/harbor/languages/?format=api",
                    "labels_url": "https://hosted.weblate.org/api/projects/harbor/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/goharbor/harbor/",
                "git_export": "https://hosted.weblate.org/git/harbor/harbor/",
                "branch": "main",
                "push_branch": "",
                "filemask": "src/portal/src/i18n/lang/*-lang.json",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "src/portal/src/i18n/lang/zh-cn-lang.json",
                "file_format": "json-nested",
                "license": "Apache-2.0",
                "license_url": "https://spdx.org/licenses/Apache-2.0.html",
                "agreement": "",
                "web_url": "https://hosted.weblate.org/projects/harbor/harbor/",
                "url": "https://hosted.weblate.org/api/components/harbor/harbor/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/harbor/harbor/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/harbor/harbor/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/harbor/harbor/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/harbor/harbor/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/harbor/harbor/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/harbor/harbor/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 }}\" add-on 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": "fr-fr",
            "id": 1466925,
            "filename": "src/portal/src/i18n/lang/fr-fr-lang.json",
            "revision": "1f19b4162da535d5a155fdb6203d2eec74536166",
            "web_url": "https://hosted.weblate.org/projects/harbor/harbor/fr/",
            "share_url": "https://hosted.weblate.org/engage/harbor/-/fr/",
            "translate_url": "https://hosted.weblate.org/translate/harbor/harbor/fr/",
            "url": "https://hosted.weblate.org/api/translations/harbor/harbor/fr/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 1827,
            "total_words": 1827,
            "translated": 1826,
            "translated_words": 1826,
            "translated_percent": 99.9,
            "fuzzy": 1,
            "fuzzy_words": 1,
            "fuzzy_percent": 0.1,
            "failing_checks": 369,
            "failing_checks_words": 369,
            "failing_checks_percent": 20.1,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-06-27T01:23:51.207919+02:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/harbor/harbor/fr/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/harbor/harbor/fr/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/harbor/harbor/fr/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/harbor/harbor/fr/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/harbor/harbor/fr/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": "harbor",
                "slug": "harbor",
                "id": 29773,
                "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": "Harbor",
                    "slug": "harbor",
                    "id": 5530,
                    "web": "https://goharbor.io/",
                    "web_url": "https://hosted.weblate.org/projects/harbor/",
                    "url": "https://hosted.weblate.org/api/projects/harbor/?format=api",
                    "components_list_url": "https://hosted.weblate.org/api/projects/harbor/components/?format=api",
                    "repository_url": "https://hosted.weblate.org/api/projects/harbor/repository/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/projects/harbor/statistics/?format=api",
                    "categories_url": "https://hosted.weblate.org/api/projects/harbor/categories/?format=api",
                    "changes_list_url": "https://hosted.weblate.org/api/projects/harbor/changes/?format=api",
                    "languages_url": "https://hosted.weblate.org/api/projects/harbor/languages/?format=api",
                    "labels_url": "https://hosted.weblate.org/api/projects/harbor/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/goharbor/harbor/",
                "git_export": "https://hosted.weblate.org/git/harbor/harbor/",
                "branch": "main",
                "push_branch": "",
                "filemask": "src/portal/src/i18n/lang/*-lang.json",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "src/portal/src/i18n/lang/zh-cn-lang.json",
                "file_format": "json-nested",
                "license": "Apache-2.0",
                "license_url": "https://spdx.org/licenses/Apache-2.0.html",
                "agreement": "",
                "web_url": "https://hosted.weblate.org/projects/harbor/harbor/",
                "url": "https://hosted.weblate.org/api/components/harbor/harbor/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/harbor/harbor/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/harbor/harbor/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/harbor/harbor/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/harbor/harbor/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/harbor/harbor/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/harbor/harbor/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 }}\" add-on 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": "ko-kr",
            "id": 1466926,
            "filename": "src/portal/src/i18n/lang/ko-kr-lang.json",
            "revision": "e082fba27932579cdfaea3659f623541f70f449b",
            "web_url": "https://hosted.weblate.org/projects/harbor/harbor/ko/",
            "share_url": "https://hosted.weblate.org/engage/harbor/-/ko/",
            "translate_url": "https://hosted.weblate.org/translate/harbor/harbor/ko/",
            "url": "https://hosted.weblate.org/api/translations/harbor/harbor/ko/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 1821,
            "total_words": 1821,
            "translated": 1820,
            "translated_words": 1820,
            "translated_percent": 99.9,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 393,
            "failing_checks_words": 393,
            "failing_checks_percent": 21.5,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-06-26T16:34:30.585708+02:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/harbor/harbor/ko/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/harbor/harbor/ko/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/harbor/harbor/ko/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/harbor/harbor/ko/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/harbor/harbor/ko/units/?format=api"
        },
        {
            "language": {
                "id": 23,
                "code": "pt_BR",
                "name": "Portuguese (Brazil)",
                "plural": {
                    "id": 246,
                    "source": 0,
                    "number": 2,
                    "formula": "n > 1",
                    "type": 1
                },
                "aliases": [
                    "braz_por",
                    "portuguese_br",
                    "bp",
                    "por_br",
                    "ptb"
                ],
                "direction": "ltr",
                "population": 192661560,
                "web_url": "https://hosted.weblate.org/languages/pt_BR/",
                "url": "https://hosted.weblate.org/api/languages/pt_BR/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/pt_BR/statistics/?format=api"
            },
            "component": {
                "name": "harbor",
                "slug": "harbor",
                "id": 29773,
                "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": "Harbor",
                    "slug": "harbor",
                    "id": 5530,
                    "web": "https://goharbor.io/",
                    "web_url": "https://hosted.weblate.org/projects/harbor/",
                    "url": "https://hosted.weblate.org/api/projects/harbor/?format=api",
                    "components_list_url": "https://hosted.weblate.org/api/projects/harbor/components/?format=api",
                    "repository_url": "https://hosted.weblate.org/api/projects/harbor/repository/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/projects/harbor/statistics/?format=api",
                    "categories_url": "https://hosted.weblate.org/api/projects/harbor/categories/?format=api",
                    "changes_list_url": "https://hosted.weblate.org/api/projects/harbor/changes/?format=api",
                    "languages_url": "https://hosted.weblate.org/api/projects/harbor/languages/?format=api",
                    "labels_url": "https://hosted.weblate.org/api/projects/harbor/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/goharbor/harbor/",
                "git_export": "https://hosted.weblate.org/git/harbor/harbor/",
                "branch": "main",
                "push_branch": "",
                "filemask": "src/portal/src/i18n/lang/*-lang.json",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "src/portal/src/i18n/lang/zh-cn-lang.json",
                "file_format": "json-nested",
                "license": "Apache-2.0",
                "license_url": "https://spdx.org/licenses/Apache-2.0.html",
                "agreement": "",
                "web_url": "https://hosted.weblate.org/projects/harbor/harbor/",
                "url": "https://hosted.weblate.org/api/components/harbor/harbor/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/harbor/harbor/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/harbor/harbor/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/harbor/harbor/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/harbor/harbor/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/harbor/harbor/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/harbor/harbor/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 }}\" add-on 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": "pt-br",
            "id": 1466927,
            "filename": "src/portal/src/i18n/lang/pt-br-lang.json",
            "revision": "35debc986c403638e751345279a4dde051504102",
            "web_url": "https://hosted.weblate.org/projects/harbor/harbor/pt_BR/",
            "share_url": "https://hosted.weblate.org/engage/harbor/-/pt_BR/",
            "translate_url": "https://hosted.weblate.org/translate/harbor/harbor/pt_BR/",
            "url": "https://hosted.weblate.org/api/translations/harbor/harbor/pt_BR/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 1825,
            "total_words": 1825,
            "translated": 1824,
            "translated_words": 1824,
            "translated_percent": 99.9,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 366,
            "failing_checks_words": 366,
            "failing_checks_percent": 20.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-06-26T16:34:38.042720+02:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/harbor/harbor/pt_BR/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/harbor/harbor/pt_BR/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/harbor/harbor/pt_BR/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/harbor/harbor/pt_BR/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/harbor/harbor/pt_BR/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": "harbor",
                "slug": "harbor",
                "id": 29773,
                "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": "Harbor",
                    "slug": "harbor",
                    "id": 5530,
                    "web": "https://goharbor.io/",
                    "web_url": "https://hosted.weblate.org/projects/harbor/",
                    "url": "https://hosted.weblate.org/api/projects/harbor/?format=api",
                    "components_list_url": "https://hosted.weblate.org/api/projects/harbor/components/?format=api",
                    "repository_url": "https://hosted.weblate.org/api/projects/harbor/repository/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/projects/harbor/statistics/?format=api",
                    "categories_url": "https://hosted.weblate.org/api/projects/harbor/categories/?format=api",
                    "changes_list_url": "https://hosted.weblate.org/api/projects/harbor/changes/?format=api",
                    "languages_url": "https://hosted.weblate.org/api/projects/harbor/languages/?format=api",
                    "labels_url": "https://hosted.weblate.org/api/projects/harbor/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/goharbor/harbor/",
                "git_export": "https://hosted.weblate.org/git/harbor/harbor/",
                "branch": "main",
                "push_branch": "",
                "filemask": "src/portal/src/i18n/lang/*-lang.json",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "src/portal/src/i18n/lang/zh-cn-lang.json",
                "file_format": "json-nested",
                "license": "Apache-2.0",
                "license_url": "https://spdx.org/licenses/Apache-2.0.html",
                "agreement": "",
                "web_url": "https://hosted.weblate.org/projects/harbor/harbor/",
                "url": "https://hosted.weblate.org/api/components/harbor/harbor/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/harbor/harbor/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/harbor/harbor/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/harbor/harbor/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/harbor/harbor/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/harbor/harbor/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/harbor/harbor/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 }}\" add-on 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": "tr-tr",
            "id": 1466928,
            "filename": "src/portal/src/i18n/lang/tr-tr-lang.json",
            "revision": "6e6b2f3feecacf8a194d3be21527b31a0ef1060c",
            "web_url": "https://hosted.weblate.org/projects/harbor/harbor/tr/",
            "share_url": "https://hosted.weblate.org/engage/harbor/-/tr/",
            "translate_url": "https://hosted.weblate.org/translate/harbor/harbor/tr/",
            "url": "https://hosted.weblate.org/api/translations/harbor/harbor/tr/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 1828,
            "total_words": 1828,
            "translated": 1827,
            "translated_words": 1827,
            "translated_percent": 99.9,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 374,
            "failing_checks_words": 374,
            "failing_checks_percent": 20.4,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-06-26T16:34:44.391764+02:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/harbor/harbor/tr/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/harbor/harbor/tr/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/harbor/harbor/tr/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/harbor/harbor/tr/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/harbor/harbor/tr/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": "harbor",
                "slug": "harbor",
                "id": 29773,
                "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": "Harbor",
                    "slug": "harbor",
                    "id": 5530,
                    "web": "https://goharbor.io/",
                    "web_url": "https://hosted.weblate.org/projects/harbor/",
                    "url": "https://hosted.weblate.org/api/projects/harbor/?format=api",
                    "components_list_url": "https://hosted.weblate.org/api/projects/harbor/components/?format=api",
                    "repository_url": "https://hosted.weblate.org/api/projects/harbor/repository/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/projects/harbor/statistics/?format=api",
                    "categories_url": "https://hosted.weblate.org/api/projects/harbor/categories/?format=api",
                    "changes_list_url": "https://hosted.weblate.org/api/projects/harbor/changes/?format=api",
                    "languages_url": "https://hosted.weblate.org/api/projects/harbor/languages/?format=api",
                    "labels_url": "https://hosted.weblate.org/api/projects/harbor/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/goharbor/harbor/",
                "git_export": "https://hosted.weblate.org/git/harbor/harbor/",
                "branch": "main",
                "push_branch": "",
                "filemask": "src/portal/src/i18n/lang/*-lang.json",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "src/portal/src/i18n/lang/zh-cn-lang.json",
                "file_format": "json-nested",
                "license": "Apache-2.0",
                "license_url": "https://spdx.org/licenses/Apache-2.0.html",
                "agreement": "",
                "web_url": "https://hosted.weblate.org/projects/harbor/harbor/",
                "url": "https://hosted.weblate.org/api/components/harbor/harbor/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/harbor/harbor/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/harbor/harbor/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/harbor/harbor/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/harbor/harbor/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/harbor/harbor/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/harbor/harbor/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 }}\" add-on 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": "zh-cn",
            "id": 1466929,
            "filename": "src/portal/src/i18n/lang/zh-cn-lang.json",
            "revision": "4977d13351c370f453a4d0e2741730c28f88ce6a",
            "web_url": "https://hosted.weblate.org/projects/harbor/harbor/zh_Hans/",
            "share_url": "https://hosted.weblate.org/engage/harbor/-/zh_Hans/",
            "translate_url": "https://hosted.weblate.org/translate/harbor/harbor/zh_Hans/",
            "url": "https://hosted.weblate.org/api/translations/harbor/harbor/zh_Hans/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 1825,
            "total_words": 1825,
            "translated": 1824,
            "translated_words": 1824,
            "translated_percent": 99.9,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 296,
            "failing_checks_words": 296,
            "failing_checks_percent": 16.2,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-06-26T16:34:50.619283+02:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/harbor/harbor/zh_Hans/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/harbor/harbor/zh_Hans/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/harbor/harbor/zh_Hans/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/harbor/harbor/zh_Hans/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/harbor/harbor/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": "harbor",
                "slug": "harbor",
                "id": 29773,
                "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": "Harbor",
                    "slug": "harbor",
                    "id": 5530,
                    "web": "https://goharbor.io/",
                    "web_url": "https://hosted.weblate.org/projects/harbor/",
                    "url": "https://hosted.weblate.org/api/projects/harbor/?format=api",
                    "components_list_url": "https://hosted.weblate.org/api/projects/harbor/components/?format=api",
                    "repository_url": "https://hosted.weblate.org/api/projects/harbor/repository/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/projects/harbor/statistics/?format=api",
                    "categories_url": "https://hosted.weblate.org/api/projects/harbor/categories/?format=api",
                    "changes_list_url": "https://hosted.weblate.org/api/projects/harbor/changes/?format=api",
                    "languages_url": "https://hosted.weblate.org/api/projects/harbor/languages/?format=api",
                    "labels_url": "https://hosted.weblate.org/api/projects/harbor/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/goharbor/harbor/",
                "git_export": "https://hosted.weblate.org/git/harbor/harbor/",
                "branch": "main",
                "push_branch": "",
                "filemask": "src/portal/src/i18n/lang/*-lang.json",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "src/portal/src/i18n/lang/zh-cn-lang.json",
                "file_format": "json-nested",
                "license": "Apache-2.0",
                "license_url": "https://spdx.org/licenses/Apache-2.0.html",
                "agreement": "",
                "web_url": "https://hosted.weblate.org/projects/harbor/harbor/",
                "url": "https://hosted.weblate.org/api/components/harbor/harbor/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/harbor/harbor/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/harbor/harbor/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/harbor/harbor/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/harbor/harbor/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/harbor/harbor/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/harbor/harbor/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 }}\" add-on 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": "zh-tw",
            "id": 1466930,
            "filename": "src/portal/src/i18n/lang/zh-tw-lang.json",
            "revision": "9252bf151c651c941385a603258975bd02933465",
            "web_url": "https://hosted.weblate.org/projects/harbor/harbor/zh_Hant/",
            "share_url": "https://hosted.weblate.org/engage/harbor/-/zh_Hant/",
            "translate_url": "https://hosted.weblate.org/translate/harbor/harbor/zh_Hant/",
            "url": "https://hosted.weblate.org/api/translations/harbor/harbor/zh_Hant/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 1825,
            "total_words": 1825,
            "translated": 1824,
            "translated_words": 1824,
            "translated_percent": 99.9,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 322,
            "failing_checks_words": 322,
            "failing_checks_percent": 17.6,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-06-26T16:34:56.740898+02:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/harbor/harbor/zh_Hant/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/harbor/harbor/zh_Hant/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/harbor/harbor/zh_Hant/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/harbor/harbor/zh_Hant/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/harbor/harbor/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": "Harbor",
                "slug": "glossary",
                "id": 29774,
                "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": "Harbor",
                    "slug": "harbor",
                    "id": 5530,
                    "web": "https://goharbor.io/",
                    "web_url": "https://hosted.weblate.org/projects/harbor/",
                    "url": "https://hosted.weblate.org/api/projects/harbor/?format=api",
                    "components_list_url": "https://hosted.weblate.org/api/projects/harbor/components/?format=api",
                    "repository_url": "https://hosted.weblate.org/api/projects/harbor/repository/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/projects/harbor/statistics/?format=api",
                    "categories_url": "https://hosted.weblate.org/api/projects/harbor/categories/?format=api",
                    "changes_list_url": "https://hosted.weblate.org/api/projects/harbor/changes/?format=api",
                    "languages_url": "https://hosted.weblate.org/api/projects/harbor/languages/?format=api",
                    "labels_url": "https://hosted.weblate.org/api/projects/harbor/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/harbor/glossary/",
                "branch": "main",
                "push_branch": "",
                "filemask": "*.tbx",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "tbx",
                "license": "Apache-2.0",
                "license_url": "https://spdx.org/licenses/Apache-2.0.html",
                "agreement": "",
                "web_url": "https://hosted.weblate.org/projects/harbor/glossary/",
                "url": "https://hosted.weblate.org/api/components/harbor/glossary/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/harbor/glossary/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/harbor/glossary/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/harbor/glossary/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/harbor/glossary/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/harbor/glossary/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/harbor/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 }}\" add-on 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": 1466931,
            "filename": "",
            "revision": "",
            "web_url": "https://hosted.weblate.org/projects/harbor/glossary/en/",
            "share_url": "https://hosted.weblate.org/engage/harbor/-/en/",
            "translate_url": "https://hosted.weblate.org/translate/harbor/glossary/en/",
            "url": "https://hosted.weblate.org/api/translations/harbor/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/harbor/glossary/en/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/harbor/glossary/en/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/harbor/glossary/en/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/harbor/glossary/en/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/harbor/glossary/en/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": "Harbor",
                "slug": "glossary",
                "id": 29774,
                "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": "Harbor",
                    "slug": "harbor",
                    "id": 5530,
                    "web": "https://goharbor.io/",
                    "web_url": "https://hosted.weblate.org/projects/harbor/",
                    "url": "https://hosted.weblate.org/api/projects/harbor/?format=api",
                    "components_list_url": "https://hosted.weblate.org/api/projects/harbor/components/?format=api",
                    "repository_url": "https://hosted.weblate.org/api/projects/harbor/repository/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/projects/harbor/statistics/?format=api",
                    "categories_url": "https://hosted.weblate.org/api/projects/harbor/categories/?format=api",
                    "changes_list_url": "https://hosted.weblate.org/api/projects/harbor/changes/?format=api",
                    "languages_url": "https://hosted.weblate.org/api/projects/harbor/languages/?format=api",
                    "labels_url": "https://hosted.weblate.org/api/projects/harbor/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/harbor/glossary/",
                "branch": "main",
                "push_branch": "",
                "filemask": "*.tbx",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "tbx",
                "license": "Apache-2.0",
                "license_url": "https://spdx.org/licenses/Apache-2.0.html",
                "agreement": "",
                "web_url": "https://hosted.weblate.org/projects/harbor/glossary/",
                "url": "https://hosted.weblate.org/api/components/harbor/glossary/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/harbor/glossary/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/harbor/glossary/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/harbor/glossary/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/harbor/glossary/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/harbor/glossary/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/harbor/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 }}\" add-on 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": "tr",
            "id": 1466932,
            "filename": "tr.tbx",
            "revision": "a707eb0b067f141dc98e77ff33c3d42e12c3d712",
            "web_url": "https://hosted.weblate.org/projects/harbor/glossary/tr/",
            "share_url": "https://hosted.weblate.org/engage/harbor/-/tr/",
            "translate_url": "https://hosted.weblate.org/translate/harbor/glossary/tr/",
            "url": "https://hosted.weblate.org/api/translations/harbor/glossary/tr/?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-06-26T16:35:37.726970+02:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/harbor/glossary/tr/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/harbor/glossary/tr/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/harbor/glossary/tr/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/harbor/glossary/tr/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/harbor/glossary/tr/units/?format=api"
        },
        {
            "language": {
                "id": 23,
                "code": "pt_BR",
                "name": "Portuguese (Brazil)",
                "plural": {
                    "id": 246,
                    "source": 0,
                    "number": 2,
                    "formula": "n > 1",
                    "type": 1
                },
                "aliases": [
                    "braz_por",
                    "portuguese_br",
                    "bp",
                    "por_br",
                    "ptb"
                ],
                "direction": "ltr",
                "population": 192661560,
                "web_url": "https://hosted.weblate.org/languages/pt_BR/",
                "url": "https://hosted.weblate.org/api/languages/pt_BR/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/pt_BR/statistics/?format=api"
            },
            "component": {
                "name": "Harbor",
                "slug": "glossary",
                "id": 29774,
                "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": "Harbor",
                    "slug": "harbor",
                    "id": 5530,
                    "web": "https://goharbor.io/",
                    "web_url": "https://hosted.weblate.org/projects/harbor/",
                    "url": "https://hosted.weblate.org/api/projects/harbor/?format=api",
                    "components_list_url": "https://hosted.weblate.org/api/projects/harbor/components/?format=api",
                    "repository_url": "https://hosted.weblate.org/api/projects/harbor/repository/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/projects/harbor/statistics/?format=api",
                    "categories_url": "https://hosted.weblate.org/api/projects/harbor/categories/?format=api",
                    "changes_list_url": "https://hosted.weblate.org/api/projects/harbor/changes/?format=api",
                    "languages_url": "https://hosted.weblate.org/api/projects/harbor/languages/?format=api",
                    "labels_url": "https://hosted.weblate.org/api/projects/harbor/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/harbor/glossary/",
                "branch": "main",
                "push_branch": "",
                "filemask": "*.tbx",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "tbx",
                "license": "Apache-2.0",
                "license_url": "https://spdx.org/licenses/Apache-2.0.html",
                "agreement": "",
                "web_url": "https://hosted.weblate.org/projects/harbor/glossary/",
                "url": "https://hosted.weblate.org/api/components/harbor/glossary/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/harbor/glossary/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/harbor/glossary/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/harbor/glossary/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/harbor/glossary/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/harbor/glossary/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/harbor/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 }}\" add-on 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": "pt_BR",
            "id": 1466933,
            "filename": "pt_BR.tbx",
            "revision": "a707eb0b067f141dc98e77ff33c3d42e12c3d712",
            "web_url": "https://hosted.weblate.org/projects/harbor/glossary/pt_BR/",
            "share_url": "https://hosted.weblate.org/engage/harbor/-/pt_BR/",
            "translate_url": "https://hosted.weblate.org/translate/harbor/glossary/pt_BR/",
            "url": "https://hosted.weblate.org/api/translations/harbor/glossary/pt_BR/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 0,
            "total_words": 0,
            "translated": 0,
            "translated_words": 0,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-06-26T16:35:37.687086+02:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/harbor/glossary/pt_BR/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/harbor/glossary/pt_BR/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/harbor/glossary/pt_BR/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/harbor/glossary/pt_BR/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/harbor/glossary/pt_BR/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": "Harbor",
                "slug": "glossary",
                "id": 29774,
                "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": "Harbor",
                    "slug": "harbor",
                    "id": 5530,
                    "web": "https://goharbor.io/",
                    "web_url": "https://hosted.weblate.org/projects/harbor/",
                    "url": "https://hosted.weblate.org/api/projects/harbor/?format=api",
                    "components_list_url": "https://hosted.weblate.org/api/projects/harbor/components/?format=api",
                    "repository_url": "https://hosted.weblate.org/api/projects/harbor/repository/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/projects/harbor/statistics/?format=api",
                    "categories_url": "https://hosted.weblate.org/api/projects/harbor/categories/?format=api",
                    "changes_list_url": "https://hosted.weblate.org/api/projects/harbor/changes/?format=api",
                    "languages_url": "https://hosted.weblate.org/api/projects/harbor/languages/?format=api",
                    "labels_url": "https://hosted.weblate.org/api/projects/harbor/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/harbor/glossary/",
                "branch": "main",
                "push_branch": "",
                "filemask": "*.tbx",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "tbx",
                "license": "Apache-2.0",
                "license_url": "https://spdx.org/licenses/Apache-2.0.html",
                "agreement": "",
                "web_url": "https://hosted.weblate.org/projects/harbor/glossary/",
                "url": "https://hosted.weblate.org/api/components/harbor/glossary/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/harbor/glossary/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/harbor/glossary/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/harbor/glossary/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/harbor/glossary/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/harbor/glossary/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/harbor/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 }}\" add-on 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": "de",
            "id": 1466934,
            "filename": "de.tbx",
            "revision": "a707eb0b067f141dc98e77ff33c3d42e12c3d712",
            "web_url": "https://hosted.weblate.org/projects/harbor/glossary/de/",
            "share_url": "https://hosted.weblate.org/engage/harbor/-/de/",
            "translate_url": "https://hosted.weblate.org/translate/harbor/glossary/de/",
            "url": "https://hosted.weblate.org/api/translations/harbor/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-06-26T16:35:37.584857+02:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/harbor/glossary/de/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/harbor/glossary/de/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/harbor/glossary/de/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/harbor/glossary/de/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/harbor/glossary/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": "Harbor",
                "slug": "glossary",
                "id": 29774,
                "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": "Harbor",
                    "slug": "harbor",
                    "id": 5530,
                    "web": "https://goharbor.io/",
                    "web_url": "https://hosted.weblate.org/projects/harbor/",
                    "url": "https://hosted.weblate.org/api/projects/harbor/?format=api",
                    "components_list_url": "https://hosted.weblate.org/api/projects/harbor/components/?format=api",
                    "repository_url": "https://hosted.weblate.org/api/projects/harbor/repository/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/projects/harbor/statistics/?format=api",
                    "categories_url": "https://hosted.weblate.org/api/projects/harbor/categories/?format=api",
                    "changes_list_url": "https://hosted.weblate.org/api/projects/harbor/changes/?format=api",
                    "languages_url": "https://hosted.weblate.org/api/projects/harbor/languages/?format=api",
                    "labels_url": "https://hosted.weblate.org/api/projects/harbor/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/harbor/glossary/",
                "branch": "main",
                "push_branch": "",
                "filemask": "*.tbx",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "tbx",
                "license": "Apache-2.0",
                "license_url": "https://spdx.org/licenses/Apache-2.0.html",
                "agreement": "",
                "web_url": "https://hosted.weblate.org/projects/harbor/glossary/",
                "url": "https://hosted.weblate.org/api/components/harbor/glossary/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/harbor/glossary/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/harbor/glossary/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/harbor/glossary/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/harbor/glossary/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/harbor/glossary/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/harbor/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 }}\" add-on 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": 1466935,
            "filename": "es.tbx",
            "revision": "a707eb0b067f141dc98e77ff33c3d42e12c3d712",
            "web_url": "https://hosted.weblate.org/projects/harbor/glossary/es/",
            "share_url": "https://hosted.weblate.org/engage/harbor/-/es/",
            "translate_url": "https://hosted.weblate.org/translate/harbor/glossary/es/",
            "url": "https://hosted.weblate.org/api/translations/harbor/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-06-26T16:35:37.620246+02:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/harbor/glossary/es/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/harbor/glossary/es/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/harbor/glossary/es/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/harbor/glossary/es/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/harbor/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": "Harbor",
                "slug": "glossary",
                "id": 29774,
                "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": "Harbor",
                    "slug": "harbor",
                    "id": 5530,
                    "web": "https://goharbor.io/",
                    "web_url": "https://hosted.weblate.org/projects/harbor/",
                    "url": "https://hosted.weblate.org/api/projects/harbor/?format=api",
                    "components_list_url": "https://hosted.weblate.org/api/projects/harbor/components/?format=api",
                    "repository_url": "https://hosted.weblate.org/api/projects/harbor/repository/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/projects/harbor/statistics/?format=api",
                    "categories_url": "https://hosted.weblate.org/api/projects/harbor/categories/?format=api",
                    "changes_list_url": "https://hosted.weblate.org/api/projects/harbor/changes/?format=api",
                    "languages_url": "https://hosted.weblate.org/api/projects/harbor/languages/?format=api",
                    "labels_url": "https://hosted.weblate.org/api/projects/harbor/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/harbor/glossary/",
                "branch": "main",
                "push_branch": "",
                "filemask": "*.tbx",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "tbx",
                "license": "Apache-2.0",
                "license_url": "https://spdx.org/licenses/Apache-2.0.html",
                "agreement": "",
                "web_url": "https://hosted.weblate.org/projects/harbor/glossary/",
                "url": "https://hosted.weblate.org/api/components/harbor/glossary/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/harbor/glossary/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/harbor/glossary/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/harbor/glossary/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/harbor/glossary/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/harbor/glossary/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/harbor/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 }}\" add-on 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": 1466936,
            "filename": "fr.tbx",
            "revision": "a707eb0b067f141dc98e77ff33c3d42e12c3d712",
            "web_url": "https://hosted.weblate.org/projects/harbor/glossary/fr/",
            "share_url": "https://hosted.weblate.org/engage/harbor/-/fr/",
            "translate_url": "https://hosted.weblate.org/translate/harbor/glossary/fr/",
            "url": "https://hosted.weblate.org/api/translations/harbor/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-06-26T16:35:37.637496+02:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/harbor/glossary/fr/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/harbor/glossary/fr/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/harbor/glossary/fr/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/harbor/glossary/fr/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/harbor/glossary/fr/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": "Harbor",
                "slug": "glossary",
                "id": 29774,
                "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": "Harbor",
                    "slug": "harbor",
                    "id": 5530,
                    "web": "https://goharbor.io/",
                    "web_url": "https://hosted.weblate.org/projects/harbor/",
                    "url": "https://hosted.weblate.org/api/projects/harbor/?format=api",
                    "components_list_url": "https://hosted.weblate.org/api/projects/harbor/components/?format=api",
                    "repository_url": "https://hosted.weblate.org/api/projects/harbor/repository/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/projects/harbor/statistics/?format=api",
                    "categories_url": "https://hosted.weblate.org/api/projects/harbor/categories/?format=api",
                    "changes_list_url": "https://hosted.weblate.org/api/projects/harbor/changes/?format=api",
                    "languages_url": "https://hosted.weblate.org/api/projects/harbor/languages/?format=api",
                    "labels_url": "https://hosted.weblate.org/api/projects/harbor/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/harbor/glossary/",
                "branch": "main",
                "push_branch": "",
                "filemask": "*.tbx",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "tbx",
                "license": "Apache-2.0",
                "license_url": "https://spdx.org/licenses/Apache-2.0.html",
                "agreement": "",
                "web_url": "https://hosted.weblate.org/projects/harbor/glossary/",
                "url": "https://hosted.weblate.org/api/components/harbor/glossary/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/harbor/glossary/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/harbor/glossary/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/harbor/glossary/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/harbor/glossary/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/harbor/glossary/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/harbor/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 }}\" add-on 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": 1466937,
            "filename": "ko.tbx",
            "revision": "a707eb0b067f141dc98e77ff33c3d42e12c3d712",
            "web_url": "https://hosted.weblate.org/projects/harbor/glossary/ko/",
            "share_url": "https://hosted.weblate.org/engage/harbor/-/ko/",
            "translate_url": "https://hosted.weblate.org/translate/harbor/glossary/ko/",
            "url": "https://hosted.weblate.org/api/translations/harbor/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-06-26T16:35:37.654857+02:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/harbor/glossary/ko/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/harbor/glossary/ko/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/harbor/glossary/ko/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/harbor/glossary/ko/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/harbor/glossary/ko/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": "Harbor",
                "slug": "glossary",
                "id": 29774,
                "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": "Harbor",
                    "slug": "harbor",
                    "id": 5530,
                    "web": "https://goharbor.io/",
                    "web_url": "https://hosted.weblate.org/projects/harbor/",
                    "url": "https://hosted.weblate.org/api/projects/harbor/?format=api",
                    "components_list_url": "https://hosted.weblate.org/api/projects/harbor/components/?format=api",
                    "repository_url": "https://hosted.weblate.org/api/projects/harbor/repository/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/projects/harbor/statistics/?format=api",
                    "categories_url": "https://hosted.weblate.org/api/projects/harbor/categories/?format=api",
                    "changes_list_url": "https://hosted.weblate.org/api/projects/harbor/changes/?format=api",
                    "languages_url": "https://hosted.weblate.org/api/projects/harbor/languages/?format=api",
                    "labels_url": "https://hosted.weblate.org/api/projects/harbor/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/harbor/glossary/",
                "branch": "main",
                "push_branch": "",
                "filemask": "*.tbx",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "tbx",
                "license": "Apache-2.0",
                "license_url": "https://spdx.org/licenses/Apache-2.0.html",
                "agreement": "",
                "web_url": "https://hosted.weblate.org/projects/harbor/glossary/",
                "url": "https://hosted.weblate.org/api/components/harbor/glossary/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/harbor/glossary/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/harbor/glossary/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/harbor/glossary/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/harbor/glossary/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/harbor/glossary/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/harbor/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 }}\" add-on 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": 1466938,
            "filename": "en_US.tbx",
            "revision": "a707eb0b067f141dc98e77ff33c3d42e12c3d712",
            "web_url": "https://hosted.weblate.org/projects/harbor/glossary/en_US/",
            "share_url": "https://hosted.weblate.org/engage/harbor/-/en_US/",
            "translate_url": "https://hosted.weblate.org/translate/harbor/glossary/en_US/",
            "url": "https://hosted.weblate.org/api/translations/harbor/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-06-26T16:35:37.601016+02:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/harbor/glossary/en_US/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/harbor/glossary/en_US/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/harbor/glossary/en_US/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/harbor/glossary/en_US/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/harbor/glossary/en_US/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": "Harbor",
                "slug": "glossary",
                "id": 29774,
                "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": "Harbor",
                    "slug": "harbor",
                    "id": 5530,
                    "web": "https://goharbor.io/",
                    "web_url": "https://hosted.weblate.org/projects/harbor/",
                    "url": "https://hosted.weblate.org/api/projects/harbor/?format=api",
                    "components_list_url": "https://hosted.weblate.org/api/projects/harbor/components/?format=api",
                    "repository_url": "https://hosted.weblate.org/api/projects/harbor/repository/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/projects/harbor/statistics/?format=api",
                    "categories_url": "https://hosted.weblate.org/api/projects/harbor/categories/?format=api",
                    "changes_list_url": "https://hosted.weblate.org/api/projects/harbor/changes/?format=api",
                    "languages_url": "https://hosted.weblate.org/api/projects/harbor/languages/?format=api",
                    "labels_url": "https://hosted.weblate.org/api/projects/harbor/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/harbor/glossary/",
                "branch": "main",
                "push_branch": "",
                "filemask": "*.tbx",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "tbx",
                "license": "Apache-2.0",
                "license_url": "https://spdx.org/licenses/Apache-2.0.html",
                "agreement": "",
                "web_url": "https://hosted.weblate.org/projects/harbor/glossary/",
                "url": "https://hosted.weblate.org/api/components/harbor/glossary/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/harbor/glossary/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/harbor/glossary/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/harbor/glossary/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/harbor/glossary/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/harbor/glossary/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/harbor/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 }}\" add-on 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_Hant",
            "id": 1466939,
            "filename": "zh_Hant.tbx",
            "revision": "a707eb0b067f141dc98e77ff33c3d42e12c3d712",
            "web_url": "https://hosted.weblate.org/projects/harbor/glossary/zh_Hant/",
            "share_url": "https://hosted.weblate.org/engage/harbor/-/zh_Hant/",
            "translate_url": "https://hosted.weblate.org/translate/harbor/glossary/zh_Hant/",
            "url": "https://hosted.weblate.org/api/translations/harbor/glossary/zh_Hant/?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-06-26T16:35:37.780991+02:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/harbor/glossary/zh_Hant/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/harbor/glossary/zh_Hant/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/harbor/glossary/zh_Hant/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/harbor/glossary/zh_Hant/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/harbor/glossary/zh_Hant/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": "Harbor",
                "slug": "glossary",
                "id": 29774,
                "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": "Harbor",
                    "slug": "harbor",
                    "id": 5530,
                    "web": "https://goharbor.io/",
                    "web_url": "https://hosted.weblate.org/projects/harbor/",
                    "url": "https://hosted.weblate.org/api/projects/harbor/?format=api",
                    "components_list_url": "https://hosted.weblate.org/api/projects/harbor/components/?format=api",
                    "repository_url": "https://hosted.weblate.org/api/projects/harbor/repository/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/projects/harbor/statistics/?format=api",
                    "categories_url": "https://hosted.weblate.org/api/projects/harbor/categories/?format=api",
                    "changes_list_url": "https://hosted.weblate.org/api/projects/harbor/changes/?format=api",
                    "languages_url": "https://hosted.weblate.org/api/projects/harbor/languages/?format=api",
                    "labels_url": "https://hosted.weblate.org/api/projects/harbor/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/harbor/glossary/",
                "branch": "main",
                "push_branch": "",
                "filemask": "*.tbx",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "tbx",
                "license": "Apache-2.0",
                "license_url": "https://spdx.org/licenses/Apache-2.0.html",
                "agreement": "",
                "web_url": "https://hosted.weblate.org/projects/harbor/glossary/",
                "url": "https://hosted.weblate.org/api/components/harbor/glossary/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/harbor/glossary/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/harbor/glossary/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/harbor/glossary/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/harbor/glossary/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/harbor/glossary/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/harbor/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 }}\" add-on 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": 1466940,
            "filename": "zh_Hans.tbx",
            "revision": "a707eb0b067f141dc98e77ff33c3d42e12c3d712",
            "web_url": "https://hosted.weblate.org/projects/harbor/glossary/zh_Hans/",
            "share_url": "https://hosted.weblate.org/engage/harbor/-/zh_Hans/",
            "translate_url": "https://hosted.weblate.org/translate/harbor/glossary/zh_Hans/",
            "url": "https://hosted.weblate.org/api/translations/harbor/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-06-26T16:35:37.748754+02:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/harbor/glossary/zh_Hans/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/harbor/glossary/zh_Hans/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/harbor/glossary/zh_Hans/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/harbor/glossary/zh_Hans/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/harbor/glossary/zh_Hans/units/?format=api"
        }
    ]
}