Translation components API.

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

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

{
    "count": 634,
    "next": "https://translate.yunohost.org/api/translations/?format=api&page=6",
    "previous": "https://translate.yunohost.org/api/translations/?format=api&page=4",
    "results": [
        {
            "language": {
                "id": 144,
                "code": "ja",
                "name": "Japanese",
                "plural": {
                    "id": 144,
                    "source": 0,
                    "number": 1,
                    "formula": "0",
                    "type": 0
                },
                "aliases": [
                    "jp",
                    "jp_jpn",
                    "ja_ja",
                    "jpn_jp",
                    "jpn"
                ],
                "direction": "ltr",
                "population": 119729025,
                "web_url": "https://translate.yunohost.org/languages/ja/",
                "url": "https://translate.yunohost.org/api/languages/ja/?format=api",
                "statistics_url": "https://translate.yunohost.org/api/languages/ja/statistics/?format=api"
            },
            "component": {
                "name": "admin",
                "slug": "admin",
                "id": 2,
                "source_language": {
                    "id": 73,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 73,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://translate.yunohost.org/languages/en/",
                    "url": "https://translate.yunohost.org/api/languages/en/?format=api",
                    "statistics_url": "https://translate.yunohost.org/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "YunoHost",
                    "slug": "yunohost",
                    "id": 1,
                    "web": "https://yunohost.org",
                    "web_url": "https://translate.yunohost.org/projects/yunohost/",
                    "url": "https://translate.yunohost.org/api/projects/yunohost/?format=api",
                    "components_list_url": "https://translate.yunohost.org/api/projects/yunohost/components/?format=api",
                    "repository_url": "https://translate.yunohost.org/api/projects/yunohost/repository/?format=api",
                    "statistics_url": "https://translate.yunohost.org/api/projects/yunohost/statistics/?format=api",
                    "categories_url": "https://translate.yunohost.org/api/projects/yunohost/categories/?format=api",
                    "changes_list_url": "https://translate.yunohost.org/api/projects/yunohost/changes/?format=api",
                    "languages_url": "https://translate.yunohost.org/api/projects/yunohost/languages/?format=api",
                    "labels_url": "https://translate.yunohost.org/api/projects/yunohost/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/YunoHost/yunohost-admin.git",
                "git_export": "https://translate.yunohost.org/git/yunohost/admin/",
                "branch": "dev",
                "push_branch": "",
                "filemask": "app/src/i18n/locales/*.json",
                "screenshot_filemask": "",
                "template": "app/src/i18n/locales/en.json",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "json",
                "license": "AGPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/AGPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "https://translate.yunohost.org/projects/yunohost/admin/",
                "url": "https://translate.yunohost.org/api/components/yunohost/admin/?format=api",
                "repository_url": "https://translate.yunohost.org/api/components/yunohost/admin/repository/?format=api",
                "translations_url": "https://translate.yunohost.org/api/components/yunohost/admin/translations/?format=api",
                "statistics_url": "https://translate.yunohost.org/api/components/yunohost/admin/statistics/?format=api",
                "lock_url": "https://translate.yunohost.org/api/components/yunohost/admin/lock/?format=api",
                "links_url": "https://translate.yunohost.org/api/components/yunohost/admin/links/?format=api",
                "changes_list_url": "https://translate.yunohost.org/api/components/yunohost/admin/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "",
                "push": "https://github.com/YunoHost/yunohost-admin.git",
                "check_flags": "python-brace-format",
                "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 \"{{ hook_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": true,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [
                    "https://translate.yunohost.org/api/addons/6/?format=api",
                    "https://translate.yunohost.org/api/addons/7/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "ja",
            "id": 218,
            "filename": "app/src/i18n/locales/ja.json",
            "revision": "7faa444a3985aab988c05b3da0154fb5e014f4db,3684f6c97e0d533184fc77260bdf4e283d490004",
            "web_url": "https://translate.yunohost.org/projects/yunohost/admin/ja/",
            "share_url": "https://translate.yunohost.org/engage/yunohost/-/ja/",
            "translate_url": "https://translate.yunohost.org/translate/yunohost/admin/ja/",
            "url": "https://translate.yunohost.org/api/translations/yunohost/admin/ja/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 557,
            "total_words": 3986,
            "translated": 537,
            "translated_words": 3493,
            "translated_percent": 96.4,
            "fuzzy": 9,
            "fuzzy_words": 194,
            "fuzzy_percent": 1.6,
            "failing_checks": 5,
            "failing_checks_words": 111,
            "failing_checks_percent": 0.8,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-05-07T23:42:03.958566Z",
            "last_author": null,
            "repository_url": "https://translate.yunohost.org/api/translations/yunohost/admin/ja/repository/?format=api",
            "file_url": "https://translate.yunohost.org/api/translations/yunohost/admin/ja/file/?format=api",
            "statistics_url": "https://translate.yunohost.org/api/translations/yunohost/admin/ja/statistics/?format=api",
            "changes_list_url": "https://translate.yunohost.org/api/translations/yunohost/admin/ja/changes/?format=api",
            "units_list_url": "https://translate.yunohost.org/api/translations/yunohost/admin/ja/units/?format=api"
        },
        {
            "language": {
                "id": 144,
                "code": "ja",
                "name": "Japanese",
                "plural": {
                    "id": 144,
                    "source": 0,
                    "number": 1,
                    "formula": "0",
                    "type": 0
                },
                "aliases": [
                    "jp",
                    "jp_jpn",
                    "ja_ja",
                    "jpn_jp",
                    "jpn"
                ],
                "direction": "ltr",
                "population": 119729025,
                "web_url": "https://translate.yunohost.org/languages/ja/",
                "url": "https://translate.yunohost.org/api/languages/ja/?format=api",
                "statistics_url": "https://translate.yunohost.org/api/languages/ja/statistics/?format=api"
            },
            "component": {
                "name": "SSOwat",
                "slug": "ssowat",
                "id": 4,
                "source_language": {
                    "id": 73,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 73,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://translate.yunohost.org/languages/en/",
                    "url": "https://translate.yunohost.org/api/languages/en/?format=api",
                    "statistics_url": "https://translate.yunohost.org/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "YunoHost",
                    "slug": "yunohost",
                    "id": 1,
                    "web": "https://yunohost.org",
                    "web_url": "https://translate.yunohost.org/projects/yunohost/",
                    "url": "https://translate.yunohost.org/api/projects/yunohost/?format=api",
                    "components_list_url": "https://translate.yunohost.org/api/projects/yunohost/components/?format=api",
                    "repository_url": "https://translate.yunohost.org/api/projects/yunohost/repository/?format=api",
                    "statistics_url": "https://translate.yunohost.org/api/projects/yunohost/statistics/?format=api",
                    "categories_url": "https://translate.yunohost.org/api/projects/yunohost/categories/?format=api",
                    "changes_list_url": "https://translate.yunohost.org/api/projects/yunohost/changes/?format=api",
                    "languages_url": "https://translate.yunohost.org/api/projects/yunohost/languages/?format=api",
                    "labels_url": "https://translate.yunohost.org/api/projects/yunohost/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/YunoHost/SSOwat.git",
                "git_export": "https://translate.yunohost.org/git/yunohost/ssowat/",
                "branch": "dev",
                "push_branch": "",
                "filemask": "portal/locales/*.json",
                "screenshot_filemask": "",
                "template": "portal/locales/en.json",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "json",
                "license": "AGPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/AGPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "https://translate.yunohost.org/projects/yunohost/ssowat/",
                "url": "https://translate.yunohost.org/api/components/yunohost/ssowat/?format=api",
                "repository_url": "https://translate.yunohost.org/api/components/yunohost/ssowat/repository/?format=api",
                "translations_url": "https://translate.yunohost.org/api/components/yunohost/ssowat/translations/?format=api",
                "statistics_url": "https://translate.yunohost.org/api/components/yunohost/ssowat/statistics/?format=api",
                "lock_url": "https://translate.yunohost.org/api/components/yunohost/ssowat/lock/?format=api",
                "links_url": "https://translate.yunohost.org/api/components/yunohost/ssowat/links/?format=api",
                "changes_list_url": "https://translate.yunohost.org/api/components/yunohost/ssowat/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "",
                "push": "https://github.com/YunoHost/SSOwat.git",
                "check_flags": "python-brace-format",
                "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 \"{{ hook_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": true,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [
                    "https://translate.yunohost.org/api/addons/8/?format=api",
                    "https://translate.yunohost.org/api/addons/9/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "ja",
            "id": 219,
            "filename": "portal/locales/ja.json",
            "revision": "1cc0624603d000095ab0d163f6ece67573ee7f15,2d07f11ae82528b3f87461e6bf93d65e801a96f8",
            "web_url": "https://translate.yunohost.org/projects/yunohost/ssowat/ja/",
            "share_url": "https://translate.yunohost.org/engage/yunohost/-/ja/",
            "translate_url": "https://translate.yunohost.org/translate/yunohost/ssowat/ja/",
            "url": "https://translate.yunohost.org/api/translations/yunohost/ssowat/ja/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 47,
            "total_words": 230,
            "translated": 47,
            "translated_words": 230,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 2,
            "failing_checks_words": 52,
            "failing_checks_percent": 4.2,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2023-07-11T14:31:20.852639Z",
            "last_author": "motcha",
            "repository_url": "https://translate.yunohost.org/api/translations/yunohost/ssowat/ja/repository/?format=api",
            "file_url": "https://translate.yunohost.org/api/translations/yunohost/ssowat/ja/file/?format=api",
            "statistics_url": "https://translate.yunohost.org/api/translations/yunohost/ssowat/ja/statistics/?format=api",
            "changes_list_url": "https://translate.yunohost.org/api/translations/yunohost/ssowat/ja/changes/?format=api",
            "units_list_url": "https://translate.yunohost.org/api/translations/yunohost/ssowat/ja/units/?format=api"
        },
        {
            "language": {
                "id": 144,
                "code": "ja",
                "name": "Japanese",
                "plural": {
                    "id": 144,
                    "source": 0,
                    "number": 1,
                    "formula": "0",
                    "type": 0
                },
                "aliases": [
                    "jp",
                    "jp_jpn",
                    "ja_ja",
                    "jpn_jp",
                    "jpn"
                ],
                "direction": "ltr",
                "population": 119729025,
                "web_url": "https://translate.yunohost.org/languages/ja/",
                "url": "https://translate.yunohost.org/api/languages/ja/?format=api",
                "statistics_url": "https://translate.yunohost.org/api/languages/ja/statistics/?format=api"
            },
            "component": {
                "name": "YunoHost",
                "slug": "glossary",
                "id": 5,
                "source_language": {
                    "id": 73,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 73,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://translate.yunohost.org/languages/en/",
                    "url": "https://translate.yunohost.org/api/languages/en/?format=api",
                    "statistics_url": "https://translate.yunohost.org/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "YunoHost",
                    "slug": "yunohost",
                    "id": 1,
                    "web": "https://yunohost.org",
                    "web_url": "https://translate.yunohost.org/projects/yunohost/",
                    "url": "https://translate.yunohost.org/api/projects/yunohost/?format=api",
                    "components_list_url": "https://translate.yunohost.org/api/projects/yunohost/components/?format=api",
                    "repository_url": "https://translate.yunohost.org/api/projects/yunohost/repository/?format=api",
                    "statistics_url": "https://translate.yunohost.org/api/projects/yunohost/statistics/?format=api",
                    "categories_url": "https://translate.yunohost.org/api/projects/yunohost/categories/?format=api",
                    "changes_list_url": "https://translate.yunohost.org/api/projects/yunohost/changes/?format=api",
                    "languages_url": "https://translate.yunohost.org/api/projects/yunohost/languages/?format=api",
                    "labels_url": "https://translate.yunohost.org/api/projects/yunohost/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://translate.yunohost.org/git/yunohost/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://translate.yunohost.org/projects/yunohost/glossary/",
                "url": "https://translate.yunohost.org/api/components/yunohost/glossary/?format=api",
                "repository_url": "https://translate.yunohost.org/api/components/yunohost/glossary/repository/?format=api",
                "translations_url": "https://translate.yunohost.org/api/components/yunohost/glossary/translations/?format=api",
                "statistics_url": "https://translate.yunohost.org/api/components/yunohost/glossary/statistics/?format=api",
                "lock_url": "https://translate.yunohost.org/api/components/yunohost/glossary/lock/?format=api",
                "links_url": "https://translate.yunohost.org/api/components/yunohost/glossary/links/?format=api",
                "changes_list_url": "https://translate.yunohost.org/api/components/yunohost/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": "ja",
            "id": 220,
            "filename": "ja.tbx",
            "revision": "3e5052d9e3c5a8ba9b0a6e4e02202a08b6593801",
            "web_url": "https://translate.yunohost.org/projects/yunohost/glossary/ja/",
            "share_url": "https://translate.yunohost.org/engage/yunohost/-/ja/",
            "translate_url": "https://translate.yunohost.org/translate/yunohost/glossary/ja/",
            "url": "https://translate.yunohost.org/api/translations/yunohost/glossary/ja/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 17,
            "total_words": 43,
            "translated": 17,
            "translated_words": 43,
            "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://translate.yunohost.org/api/translations/yunohost/glossary/ja/repository/?format=api",
            "file_url": "https://translate.yunohost.org/api/translations/yunohost/glossary/ja/file/?format=api",
            "statistics_url": "https://translate.yunohost.org/api/translations/yunohost/glossary/ja/statistics/?format=api",
            "changes_list_url": "https://translate.yunohost.org/api/translations/yunohost/glossary/ja/changes/?format=api",
            "units_list_url": "https://translate.yunohost.org/api/translations/yunohost/glossary/ja/units/?format=api"
        },
        {
            "language": {
                "id": 144,
                "code": "ja",
                "name": "Japanese",
                "plural": {
                    "id": 144,
                    "source": 0,
                    "number": 1,
                    "formula": "0",
                    "type": 0
                },
                "aliases": [
                    "jp",
                    "jp_jpn",
                    "ja_ja",
                    "jpn_jp",
                    "jpn"
                ],
                "direction": "ltr",
                "population": 119729025,
                "web_url": "https://translate.yunohost.org/languages/ja/",
                "url": "https://translate.yunohost.org/api/languages/ja/?format=api",
                "statistics_url": "https://translate.yunohost.org/api/languages/ja/statistics/?format=api"
            },
            "component": {
                "name": "core",
                "slug": "core",
                "id": 1,
                "source_language": {
                    "id": 73,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 73,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://translate.yunohost.org/languages/en/",
                    "url": "https://translate.yunohost.org/api/languages/en/?format=api",
                    "statistics_url": "https://translate.yunohost.org/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "YunoHost",
                    "slug": "yunohost",
                    "id": 1,
                    "web": "https://yunohost.org",
                    "web_url": "https://translate.yunohost.org/projects/yunohost/",
                    "url": "https://translate.yunohost.org/api/projects/yunohost/?format=api",
                    "components_list_url": "https://translate.yunohost.org/api/projects/yunohost/components/?format=api",
                    "repository_url": "https://translate.yunohost.org/api/projects/yunohost/repository/?format=api",
                    "statistics_url": "https://translate.yunohost.org/api/projects/yunohost/statistics/?format=api",
                    "categories_url": "https://translate.yunohost.org/api/projects/yunohost/categories/?format=api",
                    "changes_list_url": "https://translate.yunohost.org/api/projects/yunohost/changes/?format=api",
                    "languages_url": "https://translate.yunohost.org/api/projects/yunohost/languages/?format=api",
                    "labels_url": "https://translate.yunohost.org/api/projects/yunohost/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/YunoHost/yunohost.git",
                "git_export": "https://translate.yunohost.org/git/yunohost/core/",
                "branch": "dev",
                "push_branch": "",
                "filemask": "locales/*.json",
                "screenshot_filemask": "",
                "template": "locales/en.json",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "json",
                "license": "AGPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/AGPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "https://translate.yunohost.org/projects/yunohost/core/",
                "url": "https://translate.yunohost.org/api/components/yunohost/core/?format=api",
                "repository_url": "https://translate.yunohost.org/api/components/yunohost/core/repository/?format=api",
                "translations_url": "https://translate.yunohost.org/api/components/yunohost/core/translations/?format=api",
                "statistics_url": "https://translate.yunohost.org/api/components/yunohost/core/statistics/?format=api",
                "lock_url": "https://translate.yunohost.org/api/components/yunohost/core/lock/?format=api",
                "links_url": "https://translate.yunohost.org/api/components/yunohost/core/links/?format=api",
                "changes_list_url": "https://translate.yunohost.org/api/components/yunohost/core/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "",
                "push": "https://github.com/YunoHost/yunohost.git",
                "check_flags": "python-brace-format",
                "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 \"{{ hook_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": true,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [
                    "https://translate.yunohost.org/api/addons/1/?format=api",
                    "https://translate.yunohost.org/api/addons/4/?format=api",
                    "https://translate.yunohost.org/api/addons/5/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "ja",
            "id": 221,
            "filename": "locales/ja.json",
            "revision": "1c2a77c6a61bd84590868cebc3c73255ccbbfacd,760ab3a493a7e9d9136e128c3214463c7cd1d6cd",
            "web_url": "https://translate.yunohost.org/projects/yunohost/core/ja/",
            "share_url": "https://translate.yunohost.org/engage/yunohost/-/ja/",
            "translate_url": "https://translate.yunohost.org/translate/yunohost/core/ja/",
            "url": "https://translate.yunohost.org/api/translations/yunohost/core/ja/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 783,
            "total_words": 9284,
            "translated": 527,
            "translated_words": 5723,
            "translated_percent": 67.3,
            "fuzzy": 234,
            "fuzzy_words": 3330,
            "fuzzy_percent": 29.8,
            "failing_checks": 218,
            "failing_checks_words": 2969,
            "failing_checks_percent": 27.8,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-05-08T20:16:51.309204Z",
            "last_author": "OniriCorpe",
            "repository_url": "https://translate.yunohost.org/api/translations/yunohost/core/ja/repository/?format=api",
            "file_url": "https://translate.yunohost.org/api/translations/yunohost/core/ja/file/?format=api",
            "statistics_url": "https://translate.yunohost.org/api/translations/yunohost/core/ja/statistics/?format=api",
            "changes_list_url": "https://translate.yunohost.org/api/translations/yunohost/core/ja/changes/?format=api",
            "units_list_url": "https://translate.yunohost.org/api/translations/yunohost/core/ja/units/?format=api"
        },
        {
            "language": {
                "id": 144,
                "code": "ja",
                "name": "Japanese",
                "plural": {
                    "id": 144,
                    "source": 0,
                    "number": 1,
                    "formula": "0",
                    "type": 0
                },
                "aliases": [
                    "jp",
                    "jp_jpn",
                    "ja_ja",
                    "jpn_jp",
                    "jpn"
                ],
                "direction": "ltr",
                "population": 119729025,
                "web_url": "https://translate.yunohost.org/languages/ja/",
                "url": "https://translate.yunohost.org/api/languages/ja/?format=api",
                "statistics_url": "https://translate.yunohost.org/api/languages/ja/statistics/?format=api"
            },
            "component": {
                "name": "moulinette",
                "slug": "moulinette",
                "id": 3,
                "source_language": {
                    "id": 73,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 73,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://translate.yunohost.org/languages/en/",
                    "url": "https://translate.yunohost.org/api/languages/en/?format=api",
                    "statistics_url": "https://translate.yunohost.org/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "YunoHost",
                    "slug": "yunohost",
                    "id": 1,
                    "web": "https://yunohost.org",
                    "web_url": "https://translate.yunohost.org/projects/yunohost/",
                    "url": "https://translate.yunohost.org/api/projects/yunohost/?format=api",
                    "components_list_url": "https://translate.yunohost.org/api/projects/yunohost/components/?format=api",
                    "repository_url": "https://translate.yunohost.org/api/projects/yunohost/repository/?format=api",
                    "statistics_url": "https://translate.yunohost.org/api/projects/yunohost/statistics/?format=api",
                    "categories_url": "https://translate.yunohost.org/api/projects/yunohost/categories/?format=api",
                    "changes_list_url": "https://translate.yunohost.org/api/projects/yunohost/changes/?format=api",
                    "languages_url": "https://translate.yunohost.org/api/projects/yunohost/languages/?format=api",
                    "labels_url": "https://translate.yunohost.org/api/projects/yunohost/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/YunoHost/moulinette.git",
                "git_export": "https://translate.yunohost.org/git/yunohost/moulinette/",
                "branch": "dev",
                "push_branch": "",
                "filemask": "locales/*.json",
                "screenshot_filemask": "",
                "template": "locales/en.json",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "json",
                "license": "AGPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/AGPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "https://translate.yunohost.org/projects/yunohost/moulinette/",
                "url": "https://translate.yunohost.org/api/components/yunohost/moulinette/?format=api",
                "repository_url": "https://translate.yunohost.org/api/components/yunohost/moulinette/repository/?format=api",
                "translations_url": "https://translate.yunohost.org/api/components/yunohost/moulinette/translations/?format=api",
                "statistics_url": "https://translate.yunohost.org/api/components/yunohost/moulinette/statistics/?format=api",
                "lock_url": "https://translate.yunohost.org/api/components/yunohost/moulinette/lock/?format=api",
                "links_url": "https://translate.yunohost.org/api/components/yunohost/moulinette/links/?format=api",
                "changes_list_url": "https://translate.yunohost.org/api/components/yunohost/moulinette/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "",
                "push": "https://github.com/YunoHost/moulinette.git",
                "check_flags": "python-brace-format",
                "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 \"{{ hook_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": true,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [
                    "https://translate.yunohost.org/api/addons/10/?format=api",
                    "https://translate.yunohost.org/api/addons/11/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "ja",
            "id": 222,
            "filename": "locales/ja.json",
            "revision": "f9f6e5bac47ea84a4c09dbf0b0a771b194972e25,dd276ed04e73e88c673e60d9bc5e74497d919660",
            "web_url": "https://translate.yunohost.org/projects/yunohost/moulinette/ja/",
            "share_url": "https://translate.yunohost.org/engage/yunohost/-/ja/",
            "translate_url": "https://translate.yunohost.org/translate/yunohost/moulinette/ja/",
            "url": "https://translate.yunohost.org/api/translations/yunohost/moulinette/ja/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 45,
            "total_words": 268,
            "translated": 43,
            "translated_words": 245,
            "translated_percent": 95.5,
            "fuzzy": 2,
            "fuzzy_words": 23,
            "fuzzy_percent": 4.4,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-05-21T16:57:11.450879Z",
            "last_author": "Weblate Admin",
            "repository_url": "https://translate.yunohost.org/api/translations/yunohost/moulinette/ja/repository/?format=api",
            "file_url": "https://translate.yunohost.org/api/translations/yunohost/moulinette/ja/file/?format=api",
            "statistics_url": "https://translate.yunohost.org/api/translations/yunohost/moulinette/ja/statistics/?format=api",
            "changes_list_url": "https://translate.yunohost.org/api/translations/yunohost/moulinette/ja/changes/?format=api",
            "units_list_url": "https://translate.yunohost.org/api/translations/yunohost/moulinette/ja/units/?format=api"
        },
        {
            "language": {
                "id": 166,
                "code": "ko",
                "name": "Korean",
                "plural": {
                    "id": 166,
                    "source": 0,
                    "number": 1,
                    "formula": "0",
                    "type": 0
                },
                "aliases": [
                    "ko_ko",
                    "kor_kr",
                    "kor"
                ],
                "direction": "ltr",
                "population": 78357047,
                "web_url": "https://translate.yunohost.org/languages/ko/",
                "url": "https://translate.yunohost.org/api/languages/ko/?format=api",
                "statistics_url": "https://translate.yunohost.org/api/languages/ko/statistics/?format=api"
            },
            "component": {
                "name": "admin",
                "slug": "admin",
                "id": 2,
                "source_language": {
                    "id": 73,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 73,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://translate.yunohost.org/languages/en/",
                    "url": "https://translate.yunohost.org/api/languages/en/?format=api",
                    "statistics_url": "https://translate.yunohost.org/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "YunoHost",
                    "slug": "yunohost",
                    "id": 1,
                    "web": "https://yunohost.org",
                    "web_url": "https://translate.yunohost.org/projects/yunohost/",
                    "url": "https://translate.yunohost.org/api/projects/yunohost/?format=api",
                    "components_list_url": "https://translate.yunohost.org/api/projects/yunohost/components/?format=api",
                    "repository_url": "https://translate.yunohost.org/api/projects/yunohost/repository/?format=api",
                    "statistics_url": "https://translate.yunohost.org/api/projects/yunohost/statistics/?format=api",
                    "categories_url": "https://translate.yunohost.org/api/projects/yunohost/categories/?format=api",
                    "changes_list_url": "https://translate.yunohost.org/api/projects/yunohost/changes/?format=api",
                    "languages_url": "https://translate.yunohost.org/api/projects/yunohost/languages/?format=api",
                    "labels_url": "https://translate.yunohost.org/api/projects/yunohost/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/YunoHost/yunohost-admin.git",
                "git_export": "https://translate.yunohost.org/git/yunohost/admin/",
                "branch": "dev",
                "push_branch": "",
                "filemask": "app/src/i18n/locales/*.json",
                "screenshot_filemask": "",
                "template": "app/src/i18n/locales/en.json",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "json",
                "license": "AGPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/AGPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "https://translate.yunohost.org/projects/yunohost/admin/",
                "url": "https://translate.yunohost.org/api/components/yunohost/admin/?format=api",
                "repository_url": "https://translate.yunohost.org/api/components/yunohost/admin/repository/?format=api",
                "translations_url": "https://translate.yunohost.org/api/components/yunohost/admin/translations/?format=api",
                "statistics_url": "https://translate.yunohost.org/api/components/yunohost/admin/statistics/?format=api",
                "lock_url": "https://translate.yunohost.org/api/components/yunohost/admin/lock/?format=api",
                "links_url": "https://translate.yunohost.org/api/components/yunohost/admin/links/?format=api",
                "changes_list_url": "https://translate.yunohost.org/api/components/yunohost/admin/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "",
                "push": "https://github.com/YunoHost/yunohost-admin.git",
                "check_flags": "python-brace-format",
                "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 \"{{ hook_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": true,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [
                    "https://translate.yunohost.org/api/addons/6/?format=api",
                    "https://translate.yunohost.org/api/addons/7/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "ko",
            "id": 223,
            "filename": "app/src/i18n/locales/ko.json",
            "revision": "16a35ef31f7b6bd9ab576b590c7a1181f2155e26,3684f6c97e0d533184fc77260bdf4e283d490004",
            "web_url": "https://translate.yunohost.org/projects/yunohost/admin/ko/",
            "share_url": "https://translate.yunohost.org/engage/yunohost/-/ko/",
            "translate_url": "https://translate.yunohost.org/translate/yunohost/admin/ko/",
            "url": "https://translate.yunohost.org/api/translations/yunohost/admin/ko/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 557,
            "total_words": 3986,
            "translated": 20,
            "translated_words": 156,
            "translated_percent": 3.5,
            "fuzzy": 3,
            "fuzzy_words": 16,
            "fuzzy_percent": 0.5,
            "failing_checks": 1,
            "failing_checks_words": 7,
            "failing_checks_percent": 0.1,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-03-23T18:25:03.932855Z",
            "last_author": "OniriCorpe",
            "repository_url": "https://translate.yunohost.org/api/translations/yunohost/admin/ko/repository/?format=api",
            "file_url": "https://translate.yunohost.org/api/translations/yunohost/admin/ko/file/?format=api",
            "statistics_url": "https://translate.yunohost.org/api/translations/yunohost/admin/ko/statistics/?format=api",
            "changes_list_url": "https://translate.yunohost.org/api/translations/yunohost/admin/ko/changes/?format=api",
            "units_list_url": "https://translate.yunohost.org/api/translations/yunohost/admin/ko/units/?format=api"
        },
        {
            "language": {
                "id": 166,
                "code": "ko",
                "name": "Korean",
                "plural": {
                    "id": 166,
                    "source": 0,
                    "number": 1,
                    "formula": "0",
                    "type": 0
                },
                "aliases": [
                    "ko_ko",
                    "kor_kr",
                    "kor"
                ],
                "direction": "ltr",
                "population": 78357047,
                "web_url": "https://translate.yunohost.org/languages/ko/",
                "url": "https://translate.yunohost.org/api/languages/ko/?format=api",
                "statistics_url": "https://translate.yunohost.org/api/languages/ko/statistics/?format=api"
            },
            "component": {
                "name": "YunoHost",
                "slug": "glossary",
                "id": 5,
                "source_language": {
                    "id": 73,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 73,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://translate.yunohost.org/languages/en/",
                    "url": "https://translate.yunohost.org/api/languages/en/?format=api",
                    "statistics_url": "https://translate.yunohost.org/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "YunoHost",
                    "slug": "yunohost",
                    "id": 1,
                    "web": "https://yunohost.org",
                    "web_url": "https://translate.yunohost.org/projects/yunohost/",
                    "url": "https://translate.yunohost.org/api/projects/yunohost/?format=api",
                    "components_list_url": "https://translate.yunohost.org/api/projects/yunohost/components/?format=api",
                    "repository_url": "https://translate.yunohost.org/api/projects/yunohost/repository/?format=api",
                    "statistics_url": "https://translate.yunohost.org/api/projects/yunohost/statistics/?format=api",
                    "categories_url": "https://translate.yunohost.org/api/projects/yunohost/categories/?format=api",
                    "changes_list_url": "https://translate.yunohost.org/api/projects/yunohost/changes/?format=api",
                    "languages_url": "https://translate.yunohost.org/api/projects/yunohost/languages/?format=api",
                    "labels_url": "https://translate.yunohost.org/api/projects/yunohost/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://translate.yunohost.org/git/yunohost/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://translate.yunohost.org/projects/yunohost/glossary/",
                "url": "https://translate.yunohost.org/api/components/yunohost/glossary/?format=api",
                "repository_url": "https://translate.yunohost.org/api/components/yunohost/glossary/repository/?format=api",
                "translations_url": "https://translate.yunohost.org/api/components/yunohost/glossary/translations/?format=api",
                "statistics_url": "https://translate.yunohost.org/api/components/yunohost/glossary/statistics/?format=api",
                "lock_url": "https://translate.yunohost.org/api/components/yunohost/glossary/lock/?format=api",
                "links_url": "https://translate.yunohost.org/api/components/yunohost/glossary/links/?format=api",
                "changes_list_url": "https://translate.yunohost.org/api/components/yunohost/glossary/changes/?format=api",
                "task_url": null,
                "new_lang": "none",
                "language_code_style": "",
                "push": "",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
                "addon_message": "Update translation files\n\nUpdated by \"{{ addon_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": false,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": true,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "ko",
            "id": 224,
            "filename": "ko.tbx",
            "revision": "a707eb0b067f141dc98e77ff33c3d42e12c3d712",
            "web_url": "https://translate.yunohost.org/projects/yunohost/glossary/ko/",
            "share_url": "https://translate.yunohost.org/engage/yunohost/-/ko/",
            "translate_url": "https://translate.yunohost.org/translate/yunohost/glossary/ko/",
            "url": "https://translate.yunohost.org/api/translations/yunohost/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": null,
            "last_author": null,
            "repository_url": "https://translate.yunohost.org/api/translations/yunohost/glossary/ko/repository/?format=api",
            "file_url": "https://translate.yunohost.org/api/translations/yunohost/glossary/ko/file/?format=api",
            "statistics_url": "https://translate.yunohost.org/api/translations/yunohost/glossary/ko/statistics/?format=api",
            "changes_list_url": "https://translate.yunohost.org/api/translations/yunohost/glossary/ko/changes/?format=api",
            "units_list_url": "https://translate.yunohost.org/api/translations/yunohost/glossary/ko/units/?format=api"
        },
        {
            "language": {
                "id": 166,
                "code": "ko",
                "name": "Korean",
                "plural": {
                    "id": 166,
                    "source": 0,
                    "number": 1,
                    "formula": "0",
                    "type": 0
                },
                "aliases": [
                    "ko_ko",
                    "kor_kr",
                    "kor"
                ],
                "direction": "ltr",
                "population": 78357047,
                "web_url": "https://translate.yunohost.org/languages/ko/",
                "url": "https://translate.yunohost.org/api/languages/ko/?format=api",
                "statistics_url": "https://translate.yunohost.org/api/languages/ko/statistics/?format=api"
            },
            "component": {
                "name": "moulinette",
                "slug": "moulinette",
                "id": 3,
                "source_language": {
                    "id": 73,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 73,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://translate.yunohost.org/languages/en/",
                    "url": "https://translate.yunohost.org/api/languages/en/?format=api",
                    "statistics_url": "https://translate.yunohost.org/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "YunoHost",
                    "slug": "yunohost",
                    "id": 1,
                    "web": "https://yunohost.org",
                    "web_url": "https://translate.yunohost.org/projects/yunohost/",
                    "url": "https://translate.yunohost.org/api/projects/yunohost/?format=api",
                    "components_list_url": "https://translate.yunohost.org/api/projects/yunohost/components/?format=api",
                    "repository_url": "https://translate.yunohost.org/api/projects/yunohost/repository/?format=api",
                    "statistics_url": "https://translate.yunohost.org/api/projects/yunohost/statistics/?format=api",
                    "categories_url": "https://translate.yunohost.org/api/projects/yunohost/categories/?format=api",
                    "changes_list_url": "https://translate.yunohost.org/api/projects/yunohost/changes/?format=api",
                    "languages_url": "https://translate.yunohost.org/api/projects/yunohost/languages/?format=api",
                    "labels_url": "https://translate.yunohost.org/api/projects/yunohost/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/YunoHost/moulinette.git",
                "git_export": "https://translate.yunohost.org/git/yunohost/moulinette/",
                "branch": "dev",
                "push_branch": "",
                "filemask": "locales/*.json",
                "screenshot_filemask": "",
                "template": "locales/en.json",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "json",
                "license": "AGPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/AGPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "https://translate.yunohost.org/projects/yunohost/moulinette/",
                "url": "https://translate.yunohost.org/api/components/yunohost/moulinette/?format=api",
                "repository_url": "https://translate.yunohost.org/api/components/yunohost/moulinette/repository/?format=api",
                "translations_url": "https://translate.yunohost.org/api/components/yunohost/moulinette/translations/?format=api",
                "statistics_url": "https://translate.yunohost.org/api/components/yunohost/moulinette/statistics/?format=api",
                "lock_url": "https://translate.yunohost.org/api/components/yunohost/moulinette/lock/?format=api",
                "links_url": "https://translate.yunohost.org/api/components/yunohost/moulinette/links/?format=api",
                "changes_list_url": "https://translate.yunohost.org/api/components/yunohost/moulinette/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "",
                "push": "https://github.com/YunoHost/moulinette.git",
                "check_flags": "python-brace-format",
                "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 \"{{ hook_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": true,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [
                    "https://translate.yunohost.org/api/addons/10/?format=api",
                    "https://translate.yunohost.org/api/addons/11/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "ko",
            "id": 225,
            "filename": "locales/ko.json",
            "revision": "9e26dfeeb6e641a33dae4961196235bdb965b21b,dd276ed04e73e88c673e60d9bc5e74497d919660",
            "web_url": "https://translate.yunohost.org/projects/yunohost/moulinette/ko/",
            "share_url": "https://translate.yunohost.org/engage/yunohost/-/ko/",
            "translate_url": "https://translate.yunohost.org/translate/yunohost/moulinette/ko/",
            "url": "https://translate.yunohost.org/api/translations/yunohost/moulinette/ko/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 45,
            "total_words": 268,
            "translated": 0,
            "translated_words": 0,
            "translated_percent": 0.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-05-21T16:57:11.603362Z",
            "last_author": "Weblate Admin",
            "repository_url": "https://translate.yunohost.org/api/translations/yunohost/moulinette/ko/repository/?format=api",
            "file_url": "https://translate.yunohost.org/api/translations/yunohost/moulinette/ko/file/?format=api",
            "statistics_url": "https://translate.yunohost.org/api/translations/yunohost/moulinette/ko/statistics/?format=api",
            "changes_list_url": "https://translate.yunohost.org/api/translations/yunohost/moulinette/ko/changes/?format=api",
            "units_list_url": "https://translate.yunohost.org/api/translations/yunohost/moulinette/ko/units/?format=api"
        },
        {
            "language": {
                "id": 166,
                "code": "ko",
                "name": "Korean",
                "plural": {
                    "id": 166,
                    "source": 0,
                    "number": 1,
                    "formula": "0",
                    "type": 0
                },
                "aliases": [
                    "ko_ko",
                    "kor_kr",
                    "kor"
                ],
                "direction": "ltr",
                "population": 78357047,
                "web_url": "https://translate.yunohost.org/languages/ko/",
                "url": "https://translate.yunohost.org/api/languages/ko/?format=api",
                "statistics_url": "https://translate.yunohost.org/api/languages/ko/statistics/?format=api"
            },
            "component": {
                "name": "core",
                "slug": "core",
                "id": 1,
                "source_language": {
                    "id": 73,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 73,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://translate.yunohost.org/languages/en/",
                    "url": "https://translate.yunohost.org/api/languages/en/?format=api",
                    "statistics_url": "https://translate.yunohost.org/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "YunoHost",
                    "slug": "yunohost",
                    "id": 1,
                    "web": "https://yunohost.org",
                    "web_url": "https://translate.yunohost.org/projects/yunohost/",
                    "url": "https://translate.yunohost.org/api/projects/yunohost/?format=api",
                    "components_list_url": "https://translate.yunohost.org/api/projects/yunohost/components/?format=api",
                    "repository_url": "https://translate.yunohost.org/api/projects/yunohost/repository/?format=api",
                    "statistics_url": "https://translate.yunohost.org/api/projects/yunohost/statistics/?format=api",
                    "categories_url": "https://translate.yunohost.org/api/projects/yunohost/categories/?format=api",
                    "changes_list_url": "https://translate.yunohost.org/api/projects/yunohost/changes/?format=api",
                    "languages_url": "https://translate.yunohost.org/api/projects/yunohost/languages/?format=api",
                    "labels_url": "https://translate.yunohost.org/api/projects/yunohost/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/YunoHost/yunohost.git",
                "git_export": "https://translate.yunohost.org/git/yunohost/core/",
                "branch": "dev",
                "push_branch": "",
                "filemask": "locales/*.json",
                "screenshot_filemask": "",
                "template": "locales/en.json",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "json",
                "license": "AGPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/AGPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "https://translate.yunohost.org/projects/yunohost/core/",
                "url": "https://translate.yunohost.org/api/components/yunohost/core/?format=api",
                "repository_url": "https://translate.yunohost.org/api/components/yunohost/core/repository/?format=api",
                "translations_url": "https://translate.yunohost.org/api/components/yunohost/core/translations/?format=api",
                "statistics_url": "https://translate.yunohost.org/api/components/yunohost/core/statistics/?format=api",
                "lock_url": "https://translate.yunohost.org/api/components/yunohost/core/lock/?format=api",
                "links_url": "https://translate.yunohost.org/api/components/yunohost/core/links/?format=api",
                "changes_list_url": "https://translate.yunohost.org/api/components/yunohost/core/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "",
                "push": "https://github.com/YunoHost/yunohost.git",
                "check_flags": "python-brace-format",
                "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 \"{{ hook_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": true,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [
                    "https://translate.yunohost.org/api/addons/1/?format=api",
                    "https://translate.yunohost.org/api/addons/4/?format=api",
                    "https://translate.yunohost.org/api/addons/5/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "ko",
            "id": 226,
            "filename": "locales/ko.json",
            "revision": "9e26dfeeb6e641a33dae4961196235bdb965b21b,760ab3a493a7e9d9136e128c3214463c7cd1d6cd",
            "web_url": "https://translate.yunohost.org/projects/yunohost/core/ko/",
            "share_url": "https://translate.yunohost.org/engage/yunohost/-/ko/",
            "translate_url": "https://translate.yunohost.org/translate/yunohost/core/ko/",
            "url": "https://translate.yunohost.org/api/translations/yunohost/core/ko/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 783,
            "total_words": 9284,
            "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-03-23T04:48:45.958551Z",
            "last_author": "OniriCorpe",
            "repository_url": "https://translate.yunohost.org/api/translations/yunohost/core/ko/repository/?format=api",
            "file_url": "https://translate.yunohost.org/api/translations/yunohost/core/ko/file/?format=api",
            "statistics_url": "https://translate.yunohost.org/api/translations/yunohost/core/ko/statistics/?format=api",
            "changes_list_url": "https://translate.yunohost.org/api/translations/yunohost/core/ko/changes/?format=api",
            "units_list_url": "https://translate.yunohost.org/api/translations/yunohost/core/ko/units/?format=api"
        },
        {
            "language": {
                "id": 166,
                "code": "ko",
                "name": "Korean",
                "plural": {
                    "id": 166,
                    "source": 0,
                    "number": 1,
                    "formula": "0",
                    "type": 0
                },
                "aliases": [
                    "ko_ko",
                    "kor_kr",
                    "kor"
                ],
                "direction": "ltr",
                "population": 78357047,
                "web_url": "https://translate.yunohost.org/languages/ko/",
                "url": "https://translate.yunohost.org/api/languages/ko/?format=api",
                "statistics_url": "https://translate.yunohost.org/api/languages/ko/statistics/?format=api"
            },
            "component": {
                "name": "SSOwat",
                "slug": "ssowat",
                "id": 4,
                "source_language": {
                    "id": 73,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 73,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://translate.yunohost.org/languages/en/",
                    "url": "https://translate.yunohost.org/api/languages/en/?format=api",
                    "statistics_url": "https://translate.yunohost.org/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "YunoHost",
                    "slug": "yunohost",
                    "id": 1,
                    "web": "https://yunohost.org",
                    "web_url": "https://translate.yunohost.org/projects/yunohost/",
                    "url": "https://translate.yunohost.org/api/projects/yunohost/?format=api",
                    "components_list_url": "https://translate.yunohost.org/api/projects/yunohost/components/?format=api",
                    "repository_url": "https://translate.yunohost.org/api/projects/yunohost/repository/?format=api",
                    "statistics_url": "https://translate.yunohost.org/api/projects/yunohost/statistics/?format=api",
                    "categories_url": "https://translate.yunohost.org/api/projects/yunohost/categories/?format=api",
                    "changes_list_url": "https://translate.yunohost.org/api/projects/yunohost/changes/?format=api",
                    "languages_url": "https://translate.yunohost.org/api/projects/yunohost/languages/?format=api",
                    "labels_url": "https://translate.yunohost.org/api/projects/yunohost/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/YunoHost/SSOwat.git",
                "git_export": "https://translate.yunohost.org/git/yunohost/ssowat/",
                "branch": "dev",
                "push_branch": "",
                "filemask": "portal/locales/*.json",
                "screenshot_filemask": "",
                "template": "portal/locales/en.json",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "json",
                "license": "AGPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/AGPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "https://translate.yunohost.org/projects/yunohost/ssowat/",
                "url": "https://translate.yunohost.org/api/components/yunohost/ssowat/?format=api",
                "repository_url": "https://translate.yunohost.org/api/components/yunohost/ssowat/repository/?format=api",
                "translations_url": "https://translate.yunohost.org/api/components/yunohost/ssowat/translations/?format=api",
                "statistics_url": "https://translate.yunohost.org/api/components/yunohost/ssowat/statistics/?format=api",
                "lock_url": "https://translate.yunohost.org/api/components/yunohost/ssowat/lock/?format=api",
                "links_url": "https://translate.yunohost.org/api/components/yunohost/ssowat/links/?format=api",
                "changes_list_url": "https://translate.yunohost.org/api/components/yunohost/ssowat/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "",
                "push": "https://github.com/YunoHost/SSOwat.git",
                "check_flags": "python-brace-format",
                "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 \"{{ hook_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": true,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [
                    "https://translate.yunohost.org/api/addons/8/?format=api",
                    "https://translate.yunohost.org/api/addons/9/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "ko",
            "id": 227,
            "filename": "portal/locales/ko.json",
            "revision": "0967ef424bce6791893e9a57bb952f80fd536e93,2d07f11ae82528b3f87461e6bf93d65e801a96f8",
            "web_url": "https://translate.yunohost.org/projects/yunohost/ssowat/ko/",
            "share_url": "https://translate.yunohost.org/engage/yunohost/-/ko/",
            "translate_url": "https://translate.yunohost.org/translate/yunohost/ssowat/ko/",
            "url": "https://translate.yunohost.org/api/translations/yunohost/ssowat/ko/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 47,
            "total_words": 230,
            "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": null,
            "last_author": null,
            "repository_url": "https://translate.yunohost.org/api/translations/yunohost/ssowat/ko/repository/?format=api",
            "file_url": "https://translate.yunohost.org/api/translations/yunohost/ssowat/ko/file/?format=api",
            "statistics_url": "https://translate.yunohost.org/api/translations/yunohost/ssowat/ko/statistics/?format=api",
            "changes_list_url": "https://translate.yunohost.org/api/translations/yunohost/ssowat/ko/changes/?format=api",
            "units_list_url": "https://translate.yunohost.org/api/translations/yunohost/ssowat/ko/units/?format=api"
        },
        {
            "language": {
                "id": 73,
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 73,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485517,
                "web_url": "https://translate.yunohost.org/languages/en/",
                "url": "https://translate.yunohost.org/api/languages/en/?format=api",
                "statistics_url": "https://translate.yunohost.org/api/languages/en/statistics/?format=api"
            },
            "component": {
                "name": "portal",
                "slug": "portal",
                "id": 6,
                "source_language": {
                    "id": 73,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 73,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://translate.yunohost.org/languages/en/",
                    "url": "https://translate.yunohost.org/api/languages/en/?format=api",
                    "statistics_url": "https://translate.yunohost.org/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "YunoHost",
                    "slug": "yunohost",
                    "id": 1,
                    "web": "https://yunohost.org",
                    "web_url": "https://translate.yunohost.org/projects/yunohost/",
                    "url": "https://translate.yunohost.org/api/projects/yunohost/?format=api",
                    "components_list_url": "https://translate.yunohost.org/api/projects/yunohost/components/?format=api",
                    "repository_url": "https://translate.yunohost.org/api/projects/yunohost/repository/?format=api",
                    "statistics_url": "https://translate.yunohost.org/api/projects/yunohost/statistics/?format=api",
                    "categories_url": "https://translate.yunohost.org/api/projects/yunohost/categories/?format=api",
                    "changes_list_url": "https://translate.yunohost.org/api/projects/yunohost/changes/?format=api",
                    "languages_url": "https://translate.yunohost.org/api/projects/yunohost/languages/?format=api",
                    "labels_url": "https://translate.yunohost.org/api/projects/yunohost/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/YunoHost/yunohost-portal",
                "git_export": "https://translate.yunohost.org/git/yunohost/portal/",
                "branch": "dev",
                "push_branch": "",
                "filemask": "locales/*.json",
                "screenshot_filemask": "",
                "template": "locales/en.json",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "json-nested",
                "license": "AGPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/AGPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "https://translate.yunohost.org/projects/yunohost/portal/",
                "url": "https://translate.yunohost.org/api/components/yunohost/portal/?format=api",
                "repository_url": "https://translate.yunohost.org/api/components/yunohost/portal/repository/?format=api",
                "translations_url": "https://translate.yunohost.org/api/components/yunohost/portal/translations/?format=api",
                "statistics_url": "https://translate.yunohost.org/api/components/yunohost/portal/statistics/?format=api",
                "lock_url": "https://translate.yunohost.org/api/components/yunohost/portal/lock/?format=api",
                "links_url": "https://translate.yunohost.org/api/components/yunohost/portal/links/?format=api",
                "changes_list_url": "https://translate.yunohost.org/api/components/yunohost/portal/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "",
                "push": "https://github.com/YunoHost/yunohost-portal",
                "check_flags": "python-brace-format",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": true,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [
                    "https://translate.yunohost.org/api/addons/2/?format=api",
                    "https://translate.yunohost.org/api/addons/3/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "en",
            "id": 228,
            "filename": "locales/en.json",
            "revision": "69306e2a62627c83d4947a2799a7085642eb32bd,69306e2a62627c83d4947a2799a7085642eb32bd",
            "web_url": "https://translate.yunohost.org/projects/yunohost/portal/en/",
            "share_url": "https://translate.yunohost.org/engage/yunohost/-/en/",
            "translate_url": "https://translate.yunohost.org/translate/yunohost/portal/en/",
            "url": "https://translate.yunohost.org/api/translations/yunohost/portal/en/?format=api",
            "is_template": true,
            "is_source": true,
            "total": 57,
            "total_words": 230,
            "translated": 57,
            "translated_words": 230,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 7,
            "failing_checks_words": 94,
            "failing_checks_percent": 12.2,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://translate.yunohost.org/api/translations/yunohost/portal/en/repository/?format=api",
            "file_url": "https://translate.yunohost.org/api/translations/yunohost/portal/en/file/?format=api",
            "statistics_url": "https://translate.yunohost.org/api/translations/yunohost/portal/en/statistics/?format=api",
            "changes_list_url": "https://translate.yunohost.org/api/translations/yunohost/portal/en/changes/?format=api",
            "units_list_url": "https://translate.yunohost.org/api/translations/yunohost/portal/en/units/?format=api"
        },
        {
            "language": {
                "id": 12,
                "code": "ar",
                "name": "Arabic",
                "plural": {
                    "id": 12,
                    "source": 0,
                    "number": 6,
                    "formula": "n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 ? 4 : 5",
                    "type": 3
                },
                "aliases": [
                    "ar_ar",
                    "ara",
                    "arb"
                ],
                "direction": "rtl",
                "population": 351664195,
                "web_url": "https://translate.yunohost.org/languages/ar/",
                "url": "https://translate.yunohost.org/api/languages/ar/?format=api",
                "statistics_url": "https://translate.yunohost.org/api/languages/ar/statistics/?format=api"
            },
            "component": {
                "name": "portal",
                "slug": "portal",
                "id": 6,
                "source_language": {
                    "id": 73,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 73,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://translate.yunohost.org/languages/en/",
                    "url": "https://translate.yunohost.org/api/languages/en/?format=api",
                    "statistics_url": "https://translate.yunohost.org/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "YunoHost",
                    "slug": "yunohost",
                    "id": 1,
                    "web": "https://yunohost.org",
                    "web_url": "https://translate.yunohost.org/projects/yunohost/",
                    "url": "https://translate.yunohost.org/api/projects/yunohost/?format=api",
                    "components_list_url": "https://translate.yunohost.org/api/projects/yunohost/components/?format=api",
                    "repository_url": "https://translate.yunohost.org/api/projects/yunohost/repository/?format=api",
                    "statistics_url": "https://translate.yunohost.org/api/projects/yunohost/statistics/?format=api",
                    "categories_url": "https://translate.yunohost.org/api/projects/yunohost/categories/?format=api",
                    "changes_list_url": "https://translate.yunohost.org/api/projects/yunohost/changes/?format=api",
                    "languages_url": "https://translate.yunohost.org/api/projects/yunohost/languages/?format=api",
                    "labels_url": "https://translate.yunohost.org/api/projects/yunohost/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/YunoHost/yunohost-portal",
                "git_export": "https://translate.yunohost.org/git/yunohost/portal/",
                "branch": "dev",
                "push_branch": "",
                "filemask": "locales/*.json",
                "screenshot_filemask": "",
                "template": "locales/en.json",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "json-nested",
                "license": "AGPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/AGPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "https://translate.yunohost.org/projects/yunohost/portal/",
                "url": "https://translate.yunohost.org/api/components/yunohost/portal/?format=api",
                "repository_url": "https://translate.yunohost.org/api/components/yunohost/portal/repository/?format=api",
                "translations_url": "https://translate.yunohost.org/api/components/yunohost/portal/translations/?format=api",
                "statistics_url": "https://translate.yunohost.org/api/components/yunohost/portal/statistics/?format=api",
                "lock_url": "https://translate.yunohost.org/api/components/yunohost/portal/lock/?format=api",
                "links_url": "https://translate.yunohost.org/api/components/yunohost/portal/links/?format=api",
                "changes_list_url": "https://translate.yunohost.org/api/components/yunohost/portal/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "",
                "push": "https://github.com/YunoHost/yunohost-portal",
                "check_flags": "python-brace-format",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": true,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [
                    "https://translate.yunohost.org/api/addons/2/?format=api",
                    "https://translate.yunohost.org/api/addons/3/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "ar",
            "id": 229,
            "filename": "locales/ar.json",
            "revision": "c4e91f20f04e6eb8de565158870bd41e4a46a9fd,69306e2a62627c83d4947a2799a7085642eb32bd",
            "web_url": "https://translate.yunohost.org/projects/yunohost/portal/ar/",
            "share_url": "https://translate.yunohost.org/engage/yunohost/-/ar/",
            "translate_url": "https://translate.yunohost.org/translate/yunohost/portal/ar/",
            "url": "https://translate.yunohost.org/api/translations/yunohost/portal/ar/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 57,
            "total_words": 230,
            "translated": 52,
            "translated_words": 171,
            "translated_percent": 91.2,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 2,
            "failing_checks_words": 35,
            "failing_checks_percent": 3.5,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-01-28T07:15:35.726535Z",
            "last_author": "ButterflyOfFire",
            "repository_url": "https://translate.yunohost.org/api/translations/yunohost/portal/ar/repository/?format=api",
            "file_url": "https://translate.yunohost.org/api/translations/yunohost/portal/ar/file/?format=api",
            "statistics_url": "https://translate.yunohost.org/api/translations/yunohost/portal/ar/statistics/?format=api",
            "changes_list_url": "https://translate.yunohost.org/api/translations/yunohost/portal/ar/changes/?format=api",
            "units_list_url": "https://translate.yunohost.org/api/translations/yunohost/portal/ar/units/?format=api"
        },
        {
            "language": {
                "id": 37,
                "code": "bn_BD",
                "name": "Bengali (Bangladesh)",
                "plural": {
                    "id": 37,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [],
                "direction": "ltr",
                "population": 159397980,
                "web_url": "https://translate.yunohost.org/languages/bn_BD/",
                "url": "https://translate.yunohost.org/api/languages/bn_BD/?format=api",
                "statistics_url": "https://translate.yunohost.org/api/languages/bn_BD/statistics/?format=api"
            },
            "component": {
                "name": "portal",
                "slug": "portal",
                "id": 6,
                "source_language": {
                    "id": 73,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 73,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://translate.yunohost.org/languages/en/",
                    "url": "https://translate.yunohost.org/api/languages/en/?format=api",
                    "statistics_url": "https://translate.yunohost.org/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "YunoHost",
                    "slug": "yunohost",
                    "id": 1,
                    "web": "https://yunohost.org",
                    "web_url": "https://translate.yunohost.org/projects/yunohost/",
                    "url": "https://translate.yunohost.org/api/projects/yunohost/?format=api",
                    "components_list_url": "https://translate.yunohost.org/api/projects/yunohost/components/?format=api",
                    "repository_url": "https://translate.yunohost.org/api/projects/yunohost/repository/?format=api",
                    "statistics_url": "https://translate.yunohost.org/api/projects/yunohost/statistics/?format=api",
                    "categories_url": "https://translate.yunohost.org/api/projects/yunohost/categories/?format=api",
                    "changes_list_url": "https://translate.yunohost.org/api/projects/yunohost/changes/?format=api",
                    "languages_url": "https://translate.yunohost.org/api/projects/yunohost/languages/?format=api",
                    "labels_url": "https://translate.yunohost.org/api/projects/yunohost/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/YunoHost/yunohost-portal",
                "git_export": "https://translate.yunohost.org/git/yunohost/portal/",
                "branch": "dev",
                "push_branch": "",
                "filemask": "locales/*.json",
                "screenshot_filemask": "",
                "template": "locales/en.json",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "json-nested",
                "license": "AGPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/AGPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "https://translate.yunohost.org/projects/yunohost/portal/",
                "url": "https://translate.yunohost.org/api/components/yunohost/portal/?format=api",
                "repository_url": "https://translate.yunohost.org/api/components/yunohost/portal/repository/?format=api",
                "translations_url": "https://translate.yunohost.org/api/components/yunohost/portal/translations/?format=api",
                "statistics_url": "https://translate.yunohost.org/api/components/yunohost/portal/statistics/?format=api",
                "lock_url": "https://translate.yunohost.org/api/components/yunohost/portal/lock/?format=api",
                "links_url": "https://translate.yunohost.org/api/components/yunohost/portal/links/?format=api",
                "changes_list_url": "https://translate.yunohost.org/api/components/yunohost/portal/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "",
                "push": "https://github.com/YunoHost/yunohost-portal",
                "check_flags": "python-brace-format",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": true,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [
                    "https://translate.yunohost.org/api/addons/2/?format=api",
                    "https://translate.yunohost.org/api/addons/3/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "bn_BD",
            "id": 230,
            "filename": "locales/bn_BD.json",
            "revision": "62e071c258a9240a4b3056e1ea63189c06c8918e,69306e2a62627c83d4947a2799a7085642eb32bd",
            "web_url": "https://translate.yunohost.org/projects/yunohost/portal/bn_BD/",
            "share_url": "https://translate.yunohost.org/engage/yunohost/-/bn_BD/",
            "translate_url": "https://translate.yunohost.org/translate/yunohost/portal/bn_BD/",
            "url": "https://translate.yunohost.org/api/translations/yunohost/portal/bn_BD/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 57,
            "total_words": 230,
            "translated": 24,
            "translated_words": 76,
            "translated_percent": 42.1,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 2,
            "failing_checks_words": 35,
            "failing_checks_percent": 3.5,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://translate.yunohost.org/api/translations/yunohost/portal/bn_BD/repository/?format=api",
            "file_url": "https://translate.yunohost.org/api/translations/yunohost/portal/bn_BD/file/?format=api",
            "statistics_url": "https://translate.yunohost.org/api/translations/yunohost/portal/bn_BD/statistics/?format=api",
            "changes_list_url": "https://translate.yunohost.org/api/translations/yunohost/portal/bn_BD/changes/?format=api",
            "units_list_url": "https://translate.yunohost.org/api/translations/yunohost/portal/bn_BD/units/?format=api"
        },
        {
            "language": {
                "id": 40,
                "code": "br",
                "name": "Breton",
                "plural": {
                    "id": 40,
                    "source": 0,
                    "number": 5,
                    "formula": "(n % 10 == 1 && n % 100 != 11 && n % 100 != 71 && n % 100 != 91) ? 0 : ((n % 10 == 2 && n % 100 != 12 && n % 100 != 72 && n % 100 != 92) ? 1 : ((((n % 10 == 3 || n % 10 == 4) || n % 10 == 9) && (n % 100 < 10 || n % 100 > 19) && (n % 100 < 70 || n % 100 > 79) && (n % 100 < 90 || n % 100 > 99)) ? 2 : ((n != 0 && n % 1000000 == 0) ? 3 : 4)))",
                    "type": 10
                },
                "aliases": [
                    "bre"
                ],
                "direction": "ltr",
                "population": 563140,
                "web_url": "https://translate.yunohost.org/languages/br/",
                "url": "https://translate.yunohost.org/api/languages/br/?format=api",
                "statistics_url": "https://translate.yunohost.org/api/languages/br/statistics/?format=api"
            },
            "component": {
                "name": "portal",
                "slug": "portal",
                "id": 6,
                "source_language": {
                    "id": 73,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 73,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://translate.yunohost.org/languages/en/",
                    "url": "https://translate.yunohost.org/api/languages/en/?format=api",
                    "statistics_url": "https://translate.yunohost.org/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "YunoHost",
                    "slug": "yunohost",
                    "id": 1,
                    "web": "https://yunohost.org",
                    "web_url": "https://translate.yunohost.org/projects/yunohost/",
                    "url": "https://translate.yunohost.org/api/projects/yunohost/?format=api",
                    "components_list_url": "https://translate.yunohost.org/api/projects/yunohost/components/?format=api",
                    "repository_url": "https://translate.yunohost.org/api/projects/yunohost/repository/?format=api",
                    "statistics_url": "https://translate.yunohost.org/api/projects/yunohost/statistics/?format=api",
                    "categories_url": "https://translate.yunohost.org/api/projects/yunohost/categories/?format=api",
                    "changes_list_url": "https://translate.yunohost.org/api/projects/yunohost/changes/?format=api",
                    "languages_url": "https://translate.yunohost.org/api/projects/yunohost/languages/?format=api",
                    "labels_url": "https://translate.yunohost.org/api/projects/yunohost/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/YunoHost/yunohost-portal",
                "git_export": "https://translate.yunohost.org/git/yunohost/portal/",
                "branch": "dev",
                "push_branch": "",
                "filemask": "locales/*.json",
                "screenshot_filemask": "",
                "template": "locales/en.json",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "json-nested",
                "license": "AGPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/AGPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "https://translate.yunohost.org/projects/yunohost/portal/",
                "url": "https://translate.yunohost.org/api/components/yunohost/portal/?format=api",
                "repository_url": "https://translate.yunohost.org/api/components/yunohost/portal/repository/?format=api",
                "translations_url": "https://translate.yunohost.org/api/components/yunohost/portal/translations/?format=api",
                "statistics_url": "https://translate.yunohost.org/api/components/yunohost/portal/statistics/?format=api",
                "lock_url": "https://translate.yunohost.org/api/components/yunohost/portal/lock/?format=api",
                "links_url": "https://translate.yunohost.org/api/components/yunohost/portal/links/?format=api",
                "changes_list_url": "https://translate.yunohost.org/api/components/yunohost/portal/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "",
                "push": "https://github.com/YunoHost/yunohost-portal",
                "check_flags": "python-brace-format",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": true,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [
                    "https://translate.yunohost.org/api/addons/2/?format=api",
                    "https://translate.yunohost.org/api/addons/3/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "br",
            "id": 231,
            "filename": "locales/br.json",
            "revision": "3fa56fb0cf26525d585bc6d73627638257ee3668,69306e2a62627c83d4947a2799a7085642eb32bd",
            "web_url": "https://translate.yunohost.org/projects/yunohost/portal/br/",
            "share_url": "https://translate.yunohost.org/engage/yunohost/-/br/",
            "translate_url": "https://translate.yunohost.org/translate/yunohost/portal/br/",
            "url": "https://translate.yunohost.org/api/translations/yunohost/portal/br/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 57,
            "total_words": 230,
            "translated": 4,
            "translated_words": 4,
            "translated_percent": 7.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://translate.yunohost.org/api/translations/yunohost/portal/br/repository/?format=api",
            "file_url": "https://translate.yunohost.org/api/translations/yunohost/portal/br/file/?format=api",
            "statistics_url": "https://translate.yunohost.org/api/translations/yunohost/portal/br/statistics/?format=api",
            "changes_list_url": "https://translate.yunohost.org/api/translations/yunohost/portal/br/changes/?format=api",
            "units_list_url": "https://translate.yunohost.org/api/translations/yunohost/portal/br/units/?format=api"
        },
        {
            "language": {
                "id": 46,
                "code": "ca",
                "name": "Catalan",
                "plural": {
                    "id": 46,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "ca_ps",
                    "ca_ca",
                    "cat"
                ],
                "direction": "ltr",
                "population": 8679138,
                "web_url": "https://translate.yunohost.org/languages/ca/",
                "url": "https://translate.yunohost.org/api/languages/ca/?format=api",
                "statistics_url": "https://translate.yunohost.org/api/languages/ca/statistics/?format=api"
            },
            "component": {
                "name": "portal",
                "slug": "portal",
                "id": 6,
                "source_language": {
                    "id": 73,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 73,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://translate.yunohost.org/languages/en/",
                    "url": "https://translate.yunohost.org/api/languages/en/?format=api",
                    "statistics_url": "https://translate.yunohost.org/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "YunoHost",
                    "slug": "yunohost",
                    "id": 1,
                    "web": "https://yunohost.org",
                    "web_url": "https://translate.yunohost.org/projects/yunohost/",
                    "url": "https://translate.yunohost.org/api/projects/yunohost/?format=api",
                    "components_list_url": "https://translate.yunohost.org/api/projects/yunohost/components/?format=api",
                    "repository_url": "https://translate.yunohost.org/api/projects/yunohost/repository/?format=api",
                    "statistics_url": "https://translate.yunohost.org/api/projects/yunohost/statistics/?format=api",
                    "categories_url": "https://translate.yunohost.org/api/projects/yunohost/categories/?format=api",
                    "changes_list_url": "https://translate.yunohost.org/api/projects/yunohost/changes/?format=api",
                    "languages_url": "https://translate.yunohost.org/api/projects/yunohost/languages/?format=api",
                    "labels_url": "https://translate.yunohost.org/api/projects/yunohost/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/YunoHost/yunohost-portal",
                "git_export": "https://translate.yunohost.org/git/yunohost/portal/",
                "branch": "dev",
                "push_branch": "",
                "filemask": "locales/*.json",
                "screenshot_filemask": "",
                "template": "locales/en.json",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "json-nested",
                "license": "AGPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/AGPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "https://translate.yunohost.org/projects/yunohost/portal/",
                "url": "https://translate.yunohost.org/api/components/yunohost/portal/?format=api",
                "repository_url": "https://translate.yunohost.org/api/components/yunohost/portal/repository/?format=api",
                "translations_url": "https://translate.yunohost.org/api/components/yunohost/portal/translations/?format=api",
                "statistics_url": "https://translate.yunohost.org/api/components/yunohost/portal/statistics/?format=api",
                "lock_url": "https://translate.yunohost.org/api/components/yunohost/portal/lock/?format=api",
                "links_url": "https://translate.yunohost.org/api/components/yunohost/portal/links/?format=api",
                "changes_list_url": "https://translate.yunohost.org/api/components/yunohost/portal/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "",
                "push": "https://github.com/YunoHost/yunohost-portal",
                "check_flags": "python-brace-format",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": true,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [
                    "https://translate.yunohost.org/api/addons/2/?format=api",
                    "https://translate.yunohost.org/api/addons/3/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "ca",
            "id": 232,
            "filename": "locales/ca.json",
            "revision": "7b8cfb6e6bdf692f83cf325900db46d9847cd80e,69306e2a62627c83d4947a2799a7085642eb32bd",
            "web_url": "https://translate.yunohost.org/projects/yunohost/portal/ca/",
            "share_url": "https://translate.yunohost.org/engage/yunohost/-/ca/",
            "translate_url": "https://translate.yunohost.org/translate/yunohost/portal/ca/",
            "url": "https://translate.yunohost.org/api/translations/yunohost/portal/ca/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 57,
            "total_words": 230,
            "translated": 57,
            "translated_words": 230,
            "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-03-23T11:28:47.752579Z",
            "last_author": "xaloc33",
            "repository_url": "https://translate.yunohost.org/api/translations/yunohost/portal/ca/repository/?format=api",
            "file_url": "https://translate.yunohost.org/api/translations/yunohost/portal/ca/file/?format=api",
            "statistics_url": "https://translate.yunohost.org/api/translations/yunohost/portal/ca/statistics/?format=api",
            "changes_list_url": "https://translate.yunohost.org/api/translations/yunohost/portal/ca/changes/?format=api",
            "units_list_url": "https://translate.yunohost.org/api/translations/yunohost/portal/ca/units/?format=api"
        },
        {
            "language": {
                "id": 54,
                "code": "ckb",
                "name": "Kurdish (Central)",
                "plural": {
                    "id": 54,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [],
                "direction": "rtl",
                "population": 11086548,
                "web_url": "https://translate.yunohost.org/languages/ckb/",
                "url": "https://translate.yunohost.org/api/languages/ckb/?format=api",
                "statistics_url": "https://translate.yunohost.org/api/languages/ckb/statistics/?format=api"
            },
            "component": {
                "name": "portal",
                "slug": "portal",
                "id": 6,
                "source_language": {
                    "id": 73,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 73,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://translate.yunohost.org/languages/en/",
                    "url": "https://translate.yunohost.org/api/languages/en/?format=api",
                    "statistics_url": "https://translate.yunohost.org/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "YunoHost",
                    "slug": "yunohost",
                    "id": 1,
                    "web": "https://yunohost.org",
                    "web_url": "https://translate.yunohost.org/projects/yunohost/",
                    "url": "https://translate.yunohost.org/api/projects/yunohost/?format=api",
                    "components_list_url": "https://translate.yunohost.org/api/projects/yunohost/components/?format=api",
                    "repository_url": "https://translate.yunohost.org/api/projects/yunohost/repository/?format=api",
                    "statistics_url": "https://translate.yunohost.org/api/projects/yunohost/statistics/?format=api",
                    "categories_url": "https://translate.yunohost.org/api/projects/yunohost/categories/?format=api",
                    "changes_list_url": "https://translate.yunohost.org/api/projects/yunohost/changes/?format=api",
                    "languages_url": "https://translate.yunohost.org/api/projects/yunohost/languages/?format=api",
                    "labels_url": "https://translate.yunohost.org/api/projects/yunohost/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/YunoHost/yunohost-portal",
                "git_export": "https://translate.yunohost.org/git/yunohost/portal/",
                "branch": "dev",
                "push_branch": "",
                "filemask": "locales/*.json",
                "screenshot_filemask": "",
                "template": "locales/en.json",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "json-nested",
                "license": "AGPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/AGPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "https://translate.yunohost.org/projects/yunohost/portal/",
                "url": "https://translate.yunohost.org/api/components/yunohost/portal/?format=api",
                "repository_url": "https://translate.yunohost.org/api/components/yunohost/portal/repository/?format=api",
                "translations_url": "https://translate.yunohost.org/api/components/yunohost/portal/translations/?format=api",
                "statistics_url": "https://translate.yunohost.org/api/components/yunohost/portal/statistics/?format=api",
                "lock_url": "https://translate.yunohost.org/api/components/yunohost/portal/lock/?format=api",
                "links_url": "https://translate.yunohost.org/api/components/yunohost/portal/links/?format=api",
                "changes_list_url": "https://translate.yunohost.org/api/components/yunohost/portal/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "",
                "push": "https://github.com/YunoHost/yunohost-portal",
                "check_flags": "python-brace-format",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": true,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [
                    "https://translate.yunohost.org/api/addons/2/?format=api",
                    "https://translate.yunohost.org/api/addons/3/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "ckb",
            "id": 233,
            "filename": "locales/ckb.json",
            "revision": "1c550c64ed531a0339ee463aff27ff67a1a1df19,69306e2a62627c83d4947a2799a7085642eb32bd",
            "web_url": "https://translate.yunohost.org/projects/yunohost/portal/ckb/",
            "share_url": "https://translate.yunohost.org/engage/yunohost/-/ckb/",
            "translate_url": "https://translate.yunohost.org/translate/yunohost/portal/ckb/",
            "url": "https://translate.yunohost.org/api/translations/yunohost/portal/ckb/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 57,
            "total_words": 230,
            "translated": 3,
            "translated_words": 3,
            "translated_percent": 5.2,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://translate.yunohost.org/api/translations/yunohost/portal/ckb/repository/?format=api",
            "file_url": "https://translate.yunohost.org/api/translations/yunohost/portal/ckb/file/?format=api",
            "statistics_url": "https://translate.yunohost.org/api/translations/yunohost/portal/ckb/statistics/?format=api",
            "changes_list_url": "https://translate.yunohost.org/api/translations/yunohost/portal/ckb/changes/?format=api",
            "units_list_url": "https://translate.yunohost.org/api/translations/yunohost/portal/ckb/units/?format=api"
        },
        {
            "language": {
                "id": 58,
                "code": "cs",
                "name": "Czech",
                "plural": {
                    "id": 58,
                    "source": 0,
                    "number": 3,
                    "formula": "(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2",
                    "type": 22
                },
                "aliases": [
                    "cs_cs",
                    "cz",
                    "csy",
                    "ces",
                    "cze"
                ],
                "direction": "ltr",
                "population": 13045532,
                "web_url": "https://translate.yunohost.org/languages/cs/",
                "url": "https://translate.yunohost.org/api/languages/cs/?format=api",
                "statistics_url": "https://translate.yunohost.org/api/languages/cs/statistics/?format=api"
            },
            "component": {
                "name": "portal",
                "slug": "portal",
                "id": 6,
                "source_language": {
                    "id": 73,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 73,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://translate.yunohost.org/languages/en/",
                    "url": "https://translate.yunohost.org/api/languages/en/?format=api",
                    "statistics_url": "https://translate.yunohost.org/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "YunoHost",
                    "slug": "yunohost",
                    "id": 1,
                    "web": "https://yunohost.org",
                    "web_url": "https://translate.yunohost.org/projects/yunohost/",
                    "url": "https://translate.yunohost.org/api/projects/yunohost/?format=api",
                    "components_list_url": "https://translate.yunohost.org/api/projects/yunohost/components/?format=api",
                    "repository_url": "https://translate.yunohost.org/api/projects/yunohost/repository/?format=api",
                    "statistics_url": "https://translate.yunohost.org/api/projects/yunohost/statistics/?format=api",
                    "categories_url": "https://translate.yunohost.org/api/projects/yunohost/categories/?format=api",
                    "changes_list_url": "https://translate.yunohost.org/api/projects/yunohost/changes/?format=api",
                    "languages_url": "https://translate.yunohost.org/api/projects/yunohost/languages/?format=api",
                    "labels_url": "https://translate.yunohost.org/api/projects/yunohost/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/YunoHost/yunohost-portal",
                "git_export": "https://translate.yunohost.org/git/yunohost/portal/",
                "branch": "dev",
                "push_branch": "",
                "filemask": "locales/*.json",
                "screenshot_filemask": "",
                "template": "locales/en.json",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "json-nested",
                "license": "AGPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/AGPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "https://translate.yunohost.org/projects/yunohost/portal/",
                "url": "https://translate.yunohost.org/api/components/yunohost/portal/?format=api",
                "repository_url": "https://translate.yunohost.org/api/components/yunohost/portal/repository/?format=api",
                "translations_url": "https://translate.yunohost.org/api/components/yunohost/portal/translations/?format=api",
                "statistics_url": "https://translate.yunohost.org/api/components/yunohost/portal/statistics/?format=api",
                "lock_url": "https://translate.yunohost.org/api/components/yunohost/portal/lock/?format=api",
                "links_url": "https://translate.yunohost.org/api/components/yunohost/portal/links/?format=api",
                "changes_list_url": "https://translate.yunohost.org/api/components/yunohost/portal/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "",
                "push": "https://github.com/YunoHost/yunohost-portal",
                "check_flags": "python-brace-format",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": true,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [
                    "https://translate.yunohost.org/api/addons/2/?format=api",
                    "https://translate.yunohost.org/api/addons/3/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "cs",
            "id": 234,
            "filename": "locales/cs.json",
            "revision": "28bdcface558d58d0f89223082f62c83d90ee498,69306e2a62627c83d4947a2799a7085642eb32bd",
            "web_url": "https://translate.yunohost.org/projects/yunohost/portal/cs/",
            "share_url": "https://translate.yunohost.org/engage/yunohost/-/cs/",
            "translate_url": "https://translate.yunohost.org/translate/yunohost/portal/cs/",
            "url": "https://translate.yunohost.org/api/translations/yunohost/portal/cs/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 57,
            "total_words": 230,
            "translated": 24,
            "translated_words": 76,
            "translated_percent": 42.1,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 4,
            "failing_checks_words": 38,
            "failing_checks_percent": 7.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://translate.yunohost.org/api/translations/yunohost/portal/cs/repository/?format=api",
            "file_url": "https://translate.yunohost.org/api/translations/yunohost/portal/cs/file/?format=api",
            "statistics_url": "https://translate.yunohost.org/api/translations/yunohost/portal/cs/statistics/?format=api",
            "changes_list_url": "https://translate.yunohost.org/api/translations/yunohost/portal/cs/changes/?format=api",
            "units_list_url": "https://translate.yunohost.org/api/translations/yunohost/portal/cs/units/?format=api"
        },
        {
            "language": {
                "id": 63,
                "code": "da",
                "name": "Danish",
                "plural": {
                    "id": 63,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "da_da",
                    "dk",
                    "dan"
                ],
                "direction": "ltr",
                "population": 7072056,
                "web_url": "https://translate.yunohost.org/languages/da/",
                "url": "https://translate.yunohost.org/api/languages/da/?format=api",
                "statistics_url": "https://translate.yunohost.org/api/languages/da/statistics/?format=api"
            },
            "component": {
                "name": "portal",
                "slug": "portal",
                "id": 6,
                "source_language": {
                    "id": 73,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 73,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://translate.yunohost.org/languages/en/",
                    "url": "https://translate.yunohost.org/api/languages/en/?format=api",
                    "statistics_url": "https://translate.yunohost.org/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "YunoHost",
                    "slug": "yunohost",
                    "id": 1,
                    "web": "https://yunohost.org",
                    "web_url": "https://translate.yunohost.org/projects/yunohost/",
                    "url": "https://translate.yunohost.org/api/projects/yunohost/?format=api",
                    "components_list_url": "https://translate.yunohost.org/api/projects/yunohost/components/?format=api",
                    "repository_url": "https://translate.yunohost.org/api/projects/yunohost/repository/?format=api",
                    "statistics_url": "https://translate.yunohost.org/api/projects/yunohost/statistics/?format=api",
                    "categories_url": "https://translate.yunohost.org/api/projects/yunohost/categories/?format=api",
                    "changes_list_url": "https://translate.yunohost.org/api/projects/yunohost/changes/?format=api",
                    "languages_url": "https://translate.yunohost.org/api/projects/yunohost/languages/?format=api",
                    "labels_url": "https://translate.yunohost.org/api/projects/yunohost/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/YunoHost/yunohost-portal",
                "git_export": "https://translate.yunohost.org/git/yunohost/portal/",
                "branch": "dev",
                "push_branch": "",
                "filemask": "locales/*.json",
                "screenshot_filemask": "",
                "template": "locales/en.json",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "json-nested",
                "license": "AGPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/AGPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "https://translate.yunohost.org/projects/yunohost/portal/",
                "url": "https://translate.yunohost.org/api/components/yunohost/portal/?format=api",
                "repository_url": "https://translate.yunohost.org/api/components/yunohost/portal/repository/?format=api",
                "translations_url": "https://translate.yunohost.org/api/components/yunohost/portal/translations/?format=api",
                "statistics_url": "https://translate.yunohost.org/api/components/yunohost/portal/statistics/?format=api",
                "lock_url": "https://translate.yunohost.org/api/components/yunohost/portal/lock/?format=api",
                "links_url": "https://translate.yunohost.org/api/components/yunohost/portal/links/?format=api",
                "changes_list_url": "https://translate.yunohost.org/api/components/yunohost/portal/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "",
                "push": "https://github.com/YunoHost/yunohost-portal",
                "check_flags": "python-brace-format",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": true,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [
                    "https://translate.yunohost.org/api/addons/2/?format=api",
                    "https://translate.yunohost.org/api/addons/3/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "da",
            "id": 235,
            "filename": "locales/da.json",
            "revision": "000920fe4c6c07d9cb74e0399391e739cb6571c5,69306e2a62627c83d4947a2799a7085642eb32bd",
            "web_url": "https://translate.yunohost.org/projects/yunohost/portal/da/",
            "share_url": "https://translate.yunohost.org/engage/yunohost/-/da/",
            "translate_url": "https://translate.yunohost.org/translate/yunohost/portal/da/",
            "url": "https://translate.yunohost.org/api/translations/yunohost/portal/da/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 57,
            "total_words": 230,
            "translated": 3,
            "translated_words": 3,
            "translated_percent": 5.2,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://translate.yunohost.org/api/translations/yunohost/portal/da/repository/?format=api",
            "file_url": "https://translate.yunohost.org/api/translations/yunohost/portal/da/file/?format=api",
            "statistics_url": "https://translate.yunohost.org/api/translations/yunohost/portal/da/statistics/?format=api",
            "changes_list_url": "https://translate.yunohost.org/api/translations/yunohost/portal/da/changes/?format=api",
            "units_list_url": "https://translate.yunohost.org/api/translations/yunohost/portal/da/units/?format=api"
        },
        {
            "language": {
                "id": 64,
                "code": "de",
                "name": "German",
                "plural": {
                    "id": 64,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "deu_de",
                    "deu",
                    "ger"
                ],
                "direction": "ltr",
                "population": 136350226,
                "web_url": "https://translate.yunohost.org/languages/de/",
                "url": "https://translate.yunohost.org/api/languages/de/?format=api",
                "statistics_url": "https://translate.yunohost.org/api/languages/de/statistics/?format=api"
            },
            "component": {
                "name": "portal",
                "slug": "portal",
                "id": 6,
                "source_language": {
                    "id": 73,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 73,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://translate.yunohost.org/languages/en/",
                    "url": "https://translate.yunohost.org/api/languages/en/?format=api",
                    "statistics_url": "https://translate.yunohost.org/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "YunoHost",
                    "slug": "yunohost",
                    "id": 1,
                    "web": "https://yunohost.org",
                    "web_url": "https://translate.yunohost.org/projects/yunohost/",
                    "url": "https://translate.yunohost.org/api/projects/yunohost/?format=api",
                    "components_list_url": "https://translate.yunohost.org/api/projects/yunohost/components/?format=api",
                    "repository_url": "https://translate.yunohost.org/api/projects/yunohost/repository/?format=api",
                    "statistics_url": "https://translate.yunohost.org/api/projects/yunohost/statistics/?format=api",
                    "categories_url": "https://translate.yunohost.org/api/projects/yunohost/categories/?format=api",
                    "changes_list_url": "https://translate.yunohost.org/api/projects/yunohost/changes/?format=api",
                    "languages_url": "https://translate.yunohost.org/api/projects/yunohost/languages/?format=api",
                    "labels_url": "https://translate.yunohost.org/api/projects/yunohost/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/YunoHost/yunohost-portal",
                "git_export": "https://translate.yunohost.org/git/yunohost/portal/",
                "branch": "dev",
                "push_branch": "",
                "filemask": "locales/*.json",
                "screenshot_filemask": "",
                "template": "locales/en.json",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "json-nested",
                "license": "AGPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/AGPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "https://translate.yunohost.org/projects/yunohost/portal/",
                "url": "https://translate.yunohost.org/api/components/yunohost/portal/?format=api",
                "repository_url": "https://translate.yunohost.org/api/components/yunohost/portal/repository/?format=api",
                "translations_url": "https://translate.yunohost.org/api/components/yunohost/portal/translations/?format=api",
                "statistics_url": "https://translate.yunohost.org/api/components/yunohost/portal/statistics/?format=api",
                "lock_url": "https://translate.yunohost.org/api/components/yunohost/portal/lock/?format=api",
                "links_url": "https://translate.yunohost.org/api/components/yunohost/portal/links/?format=api",
                "changes_list_url": "https://translate.yunohost.org/api/components/yunohost/portal/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "",
                "push": "https://github.com/YunoHost/yunohost-portal",
                "check_flags": "python-brace-format",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": true,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [
                    "https://translate.yunohost.org/api/addons/2/?format=api",
                    "https://translate.yunohost.org/api/addons/3/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "de",
            "id": 236,
            "filename": "locales/de.json",
            "revision": "8c0672a958661afe41e840b677c19fabb82fab6a,69306e2a62627c83d4947a2799a7085642eb32bd",
            "web_url": "https://translate.yunohost.org/projects/yunohost/portal/de/",
            "share_url": "https://translate.yunohost.org/engage/yunohost/-/de/",
            "translate_url": "https://translate.yunohost.org/translate/yunohost/portal/de/",
            "url": "https://translate.yunohost.org/api/translations/yunohost/portal/de/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 57,
            "total_words": 230,
            "translated": 56,
            "translated_words": 218,
            "translated_percent": 98.2,
            "fuzzy": 1,
            "fuzzy_words": 12,
            "fuzzy_percent": 1.7,
            "failing_checks": 2,
            "failing_checks_words": 36,
            "failing_checks_percent": 3.5,
            "have_suggestion": 22,
            "have_comment": 0,
            "last_change": "2024-03-23T18:27:08.456185Z",
            "last_author": "OniriCorpe",
            "repository_url": "https://translate.yunohost.org/api/translations/yunohost/portal/de/repository/?format=api",
            "file_url": "https://translate.yunohost.org/api/translations/yunohost/portal/de/file/?format=api",
            "statistics_url": "https://translate.yunohost.org/api/translations/yunohost/portal/de/statistics/?format=api",
            "changes_list_url": "https://translate.yunohost.org/api/translations/yunohost/portal/de/changes/?format=api",
            "units_list_url": "https://translate.yunohost.org/api/translations/yunohost/portal/de/units/?format=api"
        },
        {
            "language": {
                "id": 72,
                "code": "el",
                "name": "Greek",
                "plural": {
                    "id": 72,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "gr",
                    "ell",
                    "gre"
                ],
                "direction": "ltr",
                "population": 12292240,
                "web_url": "https://translate.yunohost.org/languages/el/",
                "url": "https://translate.yunohost.org/api/languages/el/?format=api",
                "statistics_url": "https://translate.yunohost.org/api/languages/el/statistics/?format=api"
            },
            "component": {
                "name": "portal",
                "slug": "portal",
                "id": 6,
                "source_language": {
                    "id": 73,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 73,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://translate.yunohost.org/languages/en/",
                    "url": "https://translate.yunohost.org/api/languages/en/?format=api",
                    "statistics_url": "https://translate.yunohost.org/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "YunoHost",
                    "slug": "yunohost",
                    "id": 1,
                    "web": "https://yunohost.org",
                    "web_url": "https://translate.yunohost.org/projects/yunohost/",
                    "url": "https://translate.yunohost.org/api/projects/yunohost/?format=api",
                    "components_list_url": "https://translate.yunohost.org/api/projects/yunohost/components/?format=api",
                    "repository_url": "https://translate.yunohost.org/api/projects/yunohost/repository/?format=api",
                    "statistics_url": "https://translate.yunohost.org/api/projects/yunohost/statistics/?format=api",
                    "categories_url": "https://translate.yunohost.org/api/projects/yunohost/categories/?format=api",
                    "changes_list_url": "https://translate.yunohost.org/api/projects/yunohost/changes/?format=api",
                    "languages_url": "https://translate.yunohost.org/api/projects/yunohost/languages/?format=api",
                    "labels_url": "https://translate.yunohost.org/api/projects/yunohost/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/YunoHost/yunohost-portal",
                "git_export": "https://translate.yunohost.org/git/yunohost/portal/",
                "branch": "dev",
                "push_branch": "",
                "filemask": "locales/*.json",
                "screenshot_filemask": "",
                "template": "locales/en.json",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "json-nested",
                "license": "AGPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/AGPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "https://translate.yunohost.org/projects/yunohost/portal/",
                "url": "https://translate.yunohost.org/api/components/yunohost/portal/?format=api",
                "repository_url": "https://translate.yunohost.org/api/components/yunohost/portal/repository/?format=api",
                "translations_url": "https://translate.yunohost.org/api/components/yunohost/portal/translations/?format=api",
                "statistics_url": "https://translate.yunohost.org/api/components/yunohost/portal/statistics/?format=api",
                "lock_url": "https://translate.yunohost.org/api/components/yunohost/portal/lock/?format=api",
                "links_url": "https://translate.yunohost.org/api/components/yunohost/portal/links/?format=api",
                "changes_list_url": "https://translate.yunohost.org/api/components/yunohost/portal/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "",
                "push": "https://github.com/YunoHost/yunohost-portal",
                "check_flags": "python-brace-format",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": true,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [
                    "https://translate.yunohost.org/api/addons/2/?format=api",
                    "https://translate.yunohost.org/api/addons/3/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "el",
            "id": 237,
            "filename": "locales/el.json",
            "revision": "52478e29214b6b88dfe3537412349e4efe680722,69306e2a62627c83d4947a2799a7085642eb32bd",
            "web_url": "https://translate.yunohost.org/projects/yunohost/portal/el/",
            "share_url": "https://translate.yunohost.org/engage/yunohost/-/el/",
            "translate_url": "https://translate.yunohost.org/translate/yunohost/portal/el/",
            "url": "https://translate.yunohost.org/api/translations/yunohost/portal/el/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 57,
            "total_words": 230,
            "translated": 24,
            "translated_words": 76,
            "translated_percent": 42.1,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 2,
            "failing_checks_words": 35,
            "failing_checks_percent": 3.5,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://translate.yunohost.org/api/translations/yunohost/portal/el/repository/?format=api",
            "file_url": "https://translate.yunohost.org/api/translations/yunohost/portal/el/file/?format=api",
            "statistics_url": "https://translate.yunohost.org/api/translations/yunohost/portal/el/statistics/?format=api",
            "changes_list_url": "https://translate.yunohost.org/api/translations/yunohost/portal/el/changes/?format=api",
            "units_list_url": "https://translate.yunohost.org/api/translations/yunohost/portal/el/units/?format=api"
        },
        {
            "language": {
                "id": 83,
                "code": "eo",
                "name": "Esperanto",
                "plural": {
                    "id": 83,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "epo"
                ],
                "direction": "ltr",
                "population": 301,
                "web_url": "https://translate.yunohost.org/languages/eo/",
                "url": "https://translate.yunohost.org/api/languages/eo/?format=api",
                "statistics_url": "https://translate.yunohost.org/api/languages/eo/statistics/?format=api"
            },
            "component": {
                "name": "portal",
                "slug": "portal",
                "id": 6,
                "source_language": {
                    "id": 73,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 73,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://translate.yunohost.org/languages/en/",
                    "url": "https://translate.yunohost.org/api/languages/en/?format=api",
                    "statistics_url": "https://translate.yunohost.org/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "YunoHost",
                    "slug": "yunohost",
                    "id": 1,
                    "web": "https://yunohost.org",
                    "web_url": "https://translate.yunohost.org/projects/yunohost/",
                    "url": "https://translate.yunohost.org/api/projects/yunohost/?format=api",
                    "components_list_url": "https://translate.yunohost.org/api/projects/yunohost/components/?format=api",
                    "repository_url": "https://translate.yunohost.org/api/projects/yunohost/repository/?format=api",
                    "statistics_url": "https://translate.yunohost.org/api/projects/yunohost/statistics/?format=api",
                    "categories_url": "https://translate.yunohost.org/api/projects/yunohost/categories/?format=api",
                    "changes_list_url": "https://translate.yunohost.org/api/projects/yunohost/changes/?format=api",
                    "languages_url": "https://translate.yunohost.org/api/projects/yunohost/languages/?format=api",
                    "labels_url": "https://translate.yunohost.org/api/projects/yunohost/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/YunoHost/yunohost-portal",
                "git_export": "https://translate.yunohost.org/git/yunohost/portal/",
                "branch": "dev",
                "push_branch": "",
                "filemask": "locales/*.json",
                "screenshot_filemask": "",
                "template": "locales/en.json",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "json-nested",
                "license": "AGPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/AGPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "https://translate.yunohost.org/projects/yunohost/portal/",
                "url": "https://translate.yunohost.org/api/components/yunohost/portal/?format=api",
                "repository_url": "https://translate.yunohost.org/api/components/yunohost/portal/repository/?format=api",
                "translations_url": "https://translate.yunohost.org/api/components/yunohost/portal/translations/?format=api",
                "statistics_url": "https://translate.yunohost.org/api/components/yunohost/portal/statistics/?format=api",
                "lock_url": "https://translate.yunohost.org/api/components/yunohost/portal/lock/?format=api",
                "links_url": "https://translate.yunohost.org/api/components/yunohost/portal/links/?format=api",
                "changes_list_url": "https://translate.yunohost.org/api/components/yunohost/portal/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "",
                "push": "https://github.com/YunoHost/yunohost-portal",
                "check_flags": "python-brace-format",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": true,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [
                    "https://translate.yunohost.org/api/addons/2/?format=api",
                    "https://translate.yunohost.org/api/addons/3/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "eo",
            "id": 238,
            "filename": "locales/eo.json",
            "revision": "0bfcf7ad0740f61414ddd2aad420d795478394de,69306e2a62627c83d4947a2799a7085642eb32bd",
            "web_url": "https://translate.yunohost.org/projects/yunohost/portal/eo/",
            "share_url": "https://translate.yunohost.org/engage/yunohost/-/eo/",
            "translate_url": "https://translate.yunohost.org/translate/yunohost/portal/eo/",
            "url": "https://translate.yunohost.org/api/translations/yunohost/portal/eo/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 57,
            "total_words": 230,
            "translated": 24,
            "translated_words": 76,
            "translated_percent": 42.1,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 4,
            "failing_checks_words": 40,
            "failing_checks_percent": 7.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://translate.yunohost.org/api/translations/yunohost/portal/eo/repository/?format=api",
            "file_url": "https://translate.yunohost.org/api/translations/yunohost/portal/eo/file/?format=api",
            "statistics_url": "https://translate.yunohost.org/api/translations/yunohost/portal/eo/statistics/?format=api",
            "changes_list_url": "https://translate.yunohost.org/api/translations/yunohost/portal/eo/changes/?format=api",
            "units_list_url": "https://translate.yunohost.org/api/translations/yunohost/portal/eo/units/?format=api"
        },
        {
            "language": {
                "id": 84,
                "code": "es",
                "name": "Spanish",
                "plural": {
                    "id": 84,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "es_la",
                    "esp",
                    "spa"
                ],
                "direction": "ltr",
                "population": 493528078,
                "web_url": "https://translate.yunohost.org/languages/es/",
                "url": "https://translate.yunohost.org/api/languages/es/?format=api",
                "statistics_url": "https://translate.yunohost.org/api/languages/es/statistics/?format=api"
            },
            "component": {
                "name": "portal",
                "slug": "portal",
                "id": 6,
                "source_language": {
                    "id": 73,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 73,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://translate.yunohost.org/languages/en/",
                    "url": "https://translate.yunohost.org/api/languages/en/?format=api",
                    "statistics_url": "https://translate.yunohost.org/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "YunoHost",
                    "slug": "yunohost",
                    "id": 1,
                    "web": "https://yunohost.org",
                    "web_url": "https://translate.yunohost.org/projects/yunohost/",
                    "url": "https://translate.yunohost.org/api/projects/yunohost/?format=api",
                    "components_list_url": "https://translate.yunohost.org/api/projects/yunohost/components/?format=api",
                    "repository_url": "https://translate.yunohost.org/api/projects/yunohost/repository/?format=api",
                    "statistics_url": "https://translate.yunohost.org/api/projects/yunohost/statistics/?format=api",
                    "categories_url": "https://translate.yunohost.org/api/projects/yunohost/categories/?format=api",
                    "changes_list_url": "https://translate.yunohost.org/api/projects/yunohost/changes/?format=api",
                    "languages_url": "https://translate.yunohost.org/api/projects/yunohost/languages/?format=api",
                    "labels_url": "https://translate.yunohost.org/api/projects/yunohost/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/YunoHost/yunohost-portal",
                "git_export": "https://translate.yunohost.org/git/yunohost/portal/",
                "branch": "dev",
                "push_branch": "",
                "filemask": "locales/*.json",
                "screenshot_filemask": "",
                "template": "locales/en.json",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "json-nested",
                "license": "AGPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/AGPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "https://translate.yunohost.org/projects/yunohost/portal/",
                "url": "https://translate.yunohost.org/api/components/yunohost/portal/?format=api",
                "repository_url": "https://translate.yunohost.org/api/components/yunohost/portal/repository/?format=api",
                "translations_url": "https://translate.yunohost.org/api/components/yunohost/portal/translations/?format=api",
                "statistics_url": "https://translate.yunohost.org/api/components/yunohost/portal/statistics/?format=api",
                "lock_url": "https://translate.yunohost.org/api/components/yunohost/portal/lock/?format=api",
                "links_url": "https://translate.yunohost.org/api/components/yunohost/portal/links/?format=api",
                "changes_list_url": "https://translate.yunohost.org/api/components/yunohost/portal/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "",
                "push": "https://github.com/YunoHost/yunohost-portal",
                "check_flags": "python-brace-format",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": true,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [
                    "https://translate.yunohost.org/api/addons/2/?format=api",
                    "https://translate.yunohost.org/api/addons/3/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "es",
            "id": 239,
            "filename": "locales/es.json",
            "revision": "d3f10cc2709b8ef2fb9fa37e506a268919a236c9,69306e2a62627c83d4947a2799a7085642eb32bd",
            "web_url": "https://translate.yunohost.org/projects/yunohost/portal/es/",
            "share_url": "https://translate.yunohost.org/engage/yunohost/-/es/",
            "translate_url": "https://translate.yunohost.org/translate/yunohost/portal/es/",
            "url": "https://translate.yunohost.org/api/translations/yunohost/portal/es/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 57,
            "total_words": 230,
            "translated": 57,
            "translated_words": 230,
            "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-01-31T20:13:35.476360Z",
            "last_author": "Carlos Solís",
            "repository_url": "https://translate.yunohost.org/api/translations/yunohost/portal/es/repository/?format=api",
            "file_url": "https://translate.yunohost.org/api/translations/yunohost/portal/es/file/?format=api",
            "statistics_url": "https://translate.yunohost.org/api/translations/yunohost/portal/es/statistics/?format=api",
            "changes_list_url": "https://translate.yunohost.org/api/translations/yunohost/portal/es/changes/?format=api",
            "units_list_url": "https://translate.yunohost.org/api/translations/yunohost/portal/es/units/?format=api"
        },
        {
            "language": {
                "id": 95,
                "code": "eu",
                "name": "Basque",
                "plural": {
                    "id": 95,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "es_eu",
                    "baq",
                    "eus"
                ],
                "direction": "ltr",
                "population": 1088518,
                "web_url": "https://translate.yunohost.org/languages/eu/",
                "url": "https://translate.yunohost.org/api/languages/eu/?format=api",
                "statistics_url": "https://translate.yunohost.org/api/languages/eu/statistics/?format=api"
            },
            "component": {
                "name": "portal",
                "slug": "portal",
                "id": 6,
                "source_language": {
                    "id": 73,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 73,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://translate.yunohost.org/languages/en/",
                    "url": "https://translate.yunohost.org/api/languages/en/?format=api",
                    "statistics_url": "https://translate.yunohost.org/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "YunoHost",
                    "slug": "yunohost",
                    "id": 1,
                    "web": "https://yunohost.org",
                    "web_url": "https://translate.yunohost.org/projects/yunohost/",
                    "url": "https://translate.yunohost.org/api/projects/yunohost/?format=api",
                    "components_list_url": "https://translate.yunohost.org/api/projects/yunohost/components/?format=api",
                    "repository_url": "https://translate.yunohost.org/api/projects/yunohost/repository/?format=api",
                    "statistics_url": "https://translate.yunohost.org/api/projects/yunohost/statistics/?format=api",
                    "categories_url": "https://translate.yunohost.org/api/projects/yunohost/categories/?format=api",
                    "changes_list_url": "https://translate.yunohost.org/api/projects/yunohost/changes/?format=api",
                    "languages_url": "https://translate.yunohost.org/api/projects/yunohost/languages/?format=api",
                    "labels_url": "https://translate.yunohost.org/api/projects/yunohost/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/YunoHost/yunohost-portal",
                "git_export": "https://translate.yunohost.org/git/yunohost/portal/",
                "branch": "dev",
                "push_branch": "",
                "filemask": "locales/*.json",
                "screenshot_filemask": "",
                "template": "locales/en.json",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "json-nested",
                "license": "AGPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/AGPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "https://translate.yunohost.org/projects/yunohost/portal/",
                "url": "https://translate.yunohost.org/api/components/yunohost/portal/?format=api",
                "repository_url": "https://translate.yunohost.org/api/components/yunohost/portal/repository/?format=api",
                "translations_url": "https://translate.yunohost.org/api/components/yunohost/portal/translations/?format=api",
                "statistics_url": "https://translate.yunohost.org/api/components/yunohost/portal/statistics/?format=api",
                "lock_url": "https://translate.yunohost.org/api/components/yunohost/portal/lock/?format=api",
                "links_url": "https://translate.yunohost.org/api/components/yunohost/portal/links/?format=api",
                "changes_list_url": "https://translate.yunohost.org/api/components/yunohost/portal/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "",
                "push": "https://github.com/YunoHost/yunohost-portal",
                "check_flags": "python-brace-format",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": true,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [
                    "https://translate.yunohost.org/api/addons/2/?format=api",
                    "https://translate.yunohost.org/api/addons/3/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "eu",
            "id": 240,
            "filename": "locales/eu.json",
            "revision": "27efe3ba6a14fa582f92713a5fe194b8a1cb940d,69306e2a62627c83d4947a2799a7085642eb32bd",
            "web_url": "https://translate.yunohost.org/projects/yunohost/portal/eu/",
            "share_url": "https://translate.yunohost.org/engage/yunohost/-/eu/",
            "translate_url": "https://translate.yunohost.org/translate/yunohost/portal/eu/",
            "url": "https://translate.yunohost.org/api/translations/yunohost/portal/eu/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 57,
            "total_words": 230,
            "translated": 57,
            "translated_words": 230,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 1,
            "failing_checks_words": 34,
            "failing_checks_percent": 1.7,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-02-06T10:26:05.939537Z",
            "last_author": "xabirequejo",
            "repository_url": "https://translate.yunohost.org/api/translations/yunohost/portal/eu/repository/?format=api",
            "file_url": "https://translate.yunohost.org/api/translations/yunohost/portal/eu/file/?format=api",
            "statistics_url": "https://translate.yunohost.org/api/translations/yunohost/portal/eu/statistics/?format=api",
            "changes_list_url": "https://translate.yunohost.org/api/translations/yunohost/portal/eu/changes/?format=api",
            "units_list_url": "https://translate.yunohost.org/api/translations/yunohost/portal/eu/units/?format=api"
        },
        {
            "language": {
                "id": 96,
                "code": "fa",
                "name": "Persian",
                "plural": {
                    "id": 96,
                    "source": 0,
                    "number": 2,
                    "formula": "n > 1",
                    "type": 1
                },
                "aliases": [
                    "fas_ir",
                    "fas",
                    "per",
                    "pes"
                ],
                "direction": "rtl",
                "population": 84710458,
                "web_url": "https://translate.yunohost.org/languages/fa/",
                "url": "https://translate.yunohost.org/api/languages/fa/?format=api",
                "statistics_url": "https://translate.yunohost.org/api/languages/fa/statistics/?format=api"
            },
            "component": {
                "name": "portal",
                "slug": "portal",
                "id": 6,
                "source_language": {
                    "id": 73,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 73,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://translate.yunohost.org/languages/en/",
                    "url": "https://translate.yunohost.org/api/languages/en/?format=api",
                    "statistics_url": "https://translate.yunohost.org/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "YunoHost",
                    "slug": "yunohost",
                    "id": 1,
                    "web": "https://yunohost.org",
                    "web_url": "https://translate.yunohost.org/projects/yunohost/",
                    "url": "https://translate.yunohost.org/api/projects/yunohost/?format=api",
                    "components_list_url": "https://translate.yunohost.org/api/projects/yunohost/components/?format=api",
                    "repository_url": "https://translate.yunohost.org/api/projects/yunohost/repository/?format=api",
                    "statistics_url": "https://translate.yunohost.org/api/projects/yunohost/statistics/?format=api",
                    "categories_url": "https://translate.yunohost.org/api/projects/yunohost/categories/?format=api",
                    "changes_list_url": "https://translate.yunohost.org/api/projects/yunohost/changes/?format=api",
                    "languages_url": "https://translate.yunohost.org/api/projects/yunohost/languages/?format=api",
                    "labels_url": "https://translate.yunohost.org/api/projects/yunohost/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/YunoHost/yunohost-portal",
                "git_export": "https://translate.yunohost.org/git/yunohost/portal/",
                "branch": "dev",
                "push_branch": "",
                "filemask": "locales/*.json",
                "screenshot_filemask": "",
                "template": "locales/en.json",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "json-nested",
                "license": "AGPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/AGPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "https://translate.yunohost.org/projects/yunohost/portal/",
                "url": "https://translate.yunohost.org/api/components/yunohost/portal/?format=api",
                "repository_url": "https://translate.yunohost.org/api/components/yunohost/portal/repository/?format=api",
                "translations_url": "https://translate.yunohost.org/api/components/yunohost/portal/translations/?format=api",
                "statistics_url": "https://translate.yunohost.org/api/components/yunohost/portal/statistics/?format=api",
                "lock_url": "https://translate.yunohost.org/api/components/yunohost/portal/lock/?format=api",
                "links_url": "https://translate.yunohost.org/api/components/yunohost/portal/links/?format=api",
                "changes_list_url": "https://translate.yunohost.org/api/components/yunohost/portal/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "",
                "push": "https://github.com/YunoHost/yunohost-portal",
                "check_flags": "python-brace-format",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": true,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [
                    "https://translate.yunohost.org/api/addons/2/?format=api",
                    "https://translate.yunohost.org/api/addons/3/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "fa",
            "id": 241,
            "filename": "locales/fa.json",
            "revision": "06fe5129782cdc8ce6166a6877b67a907d258616,69306e2a62627c83d4947a2799a7085642eb32bd",
            "web_url": "https://translate.yunohost.org/projects/yunohost/portal/fa/",
            "share_url": "https://translate.yunohost.org/engage/yunohost/-/fa/",
            "translate_url": "https://translate.yunohost.org/translate/yunohost/portal/fa/",
            "url": "https://translate.yunohost.org/api/translations/yunohost/portal/fa/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 57,
            "total_words": 230,
            "translated": 24,
            "translated_words": 76,
            "translated_percent": 42.1,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 3,
            "failing_checks_words": 36,
            "failing_checks_percent": 5.2,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://translate.yunohost.org/api/translations/yunohost/portal/fa/repository/?format=api",
            "file_url": "https://translate.yunohost.org/api/translations/yunohost/portal/fa/file/?format=api",
            "statistics_url": "https://translate.yunohost.org/api/translations/yunohost/portal/fa/statistics/?format=api",
            "changes_list_url": "https://translate.yunohost.org/api/translations/yunohost/portal/fa/changes/?format=api",
            "units_list_url": "https://translate.yunohost.org/api/translations/yunohost/portal/fa/units/?format=api"
        },
        {
            "language": {
                "id": 99,
                "code": "fi",
                "name": "Finnish",
                "plural": {
                    "id": 99,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "fin_fi",
                    "fin"
                ],
                "direction": "ltr",
                "population": 5736841,
                "web_url": "https://translate.yunohost.org/languages/fi/",
                "url": "https://translate.yunohost.org/api/languages/fi/?format=api",
                "statistics_url": "https://translate.yunohost.org/api/languages/fi/statistics/?format=api"
            },
            "component": {
                "name": "portal",
                "slug": "portal",
                "id": 6,
                "source_language": {
                    "id": 73,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 73,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://translate.yunohost.org/languages/en/",
                    "url": "https://translate.yunohost.org/api/languages/en/?format=api",
                    "statistics_url": "https://translate.yunohost.org/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "YunoHost",
                    "slug": "yunohost",
                    "id": 1,
                    "web": "https://yunohost.org",
                    "web_url": "https://translate.yunohost.org/projects/yunohost/",
                    "url": "https://translate.yunohost.org/api/projects/yunohost/?format=api",
                    "components_list_url": "https://translate.yunohost.org/api/projects/yunohost/components/?format=api",
                    "repository_url": "https://translate.yunohost.org/api/projects/yunohost/repository/?format=api",
                    "statistics_url": "https://translate.yunohost.org/api/projects/yunohost/statistics/?format=api",
                    "categories_url": "https://translate.yunohost.org/api/projects/yunohost/categories/?format=api",
                    "changes_list_url": "https://translate.yunohost.org/api/projects/yunohost/changes/?format=api",
                    "languages_url": "https://translate.yunohost.org/api/projects/yunohost/languages/?format=api",
                    "labels_url": "https://translate.yunohost.org/api/projects/yunohost/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/YunoHost/yunohost-portal",
                "git_export": "https://translate.yunohost.org/git/yunohost/portal/",
                "branch": "dev",
                "push_branch": "",
                "filemask": "locales/*.json",
                "screenshot_filemask": "",
                "template": "locales/en.json",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "json-nested",
                "license": "AGPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/AGPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "https://translate.yunohost.org/projects/yunohost/portal/",
                "url": "https://translate.yunohost.org/api/components/yunohost/portal/?format=api",
                "repository_url": "https://translate.yunohost.org/api/components/yunohost/portal/repository/?format=api",
                "translations_url": "https://translate.yunohost.org/api/components/yunohost/portal/translations/?format=api",
                "statistics_url": "https://translate.yunohost.org/api/components/yunohost/portal/statistics/?format=api",
                "lock_url": "https://translate.yunohost.org/api/components/yunohost/portal/lock/?format=api",
                "links_url": "https://translate.yunohost.org/api/components/yunohost/portal/links/?format=api",
                "changes_list_url": "https://translate.yunohost.org/api/components/yunohost/portal/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "",
                "push": "https://github.com/YunoHost/yunohost-portal",
                "check_flags": "python-brace-format",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": true,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [
                    "https://translate.yunohost.org/api/addons/2/?format=api",
                    "https://translate.yunohost.org/api/addons/3/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "fi",
            "id": 242,
            "filename": "locales/fi.json",
            "revision": "ec0e8e0c3c8f080c51f92bc94ba3c3873eb4c101,69306e2a62627c83d4947a2799a7085642eb32bd",
            "web_url": "https://translate.yunohost.org/projects/yunohost/portal/fi/",
            "share_url": "https://translate.yunohost.org/engage/yunohost/-/fi/",
            "translate_url": "https://translate.yunohost.org/translate/yunohost/portal/fi/",
            "url": "https://translate.yunohost.org/api/translations/yunohost/portal/fi/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 57,
            "total_words": 230,
            "translated": 24,
            "translated_words": 76,
            "translated_percent": 42.1,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 2,
            "failing_checks_words": 35,
            "failing_checks_percent": 3.5,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://translate.yunohost.org/api/translations/yunohost/portal/fi/repository/?format=api",
            "file_url": "https://translate.yunohost.org/api/translations/yunohost/portal/fi/file/?format=api",
            "statistics_url": "https://translate.yunohost.org/api/translations/yunohost/portal/fi/statistics/?format=api",
            "changes_list_url": "https://translate.yunohost.org/api/translations/yunohost/portal/fi/changes/?format=api",
            "units_list_url": "https://translate.yunohost.org/api/translations/yunohost/portal/fi/units/?format=api"
        },
        {
            "language": {
                "id": 103,
                "code": "fr",
                "name": "French",
                "plural": {
                    "id": 103,
                    "source": 0,
                    "number": 2,
                    "formula": "n > 1",
                    "type": 1
                },
                "aliases": [
                    "fra_fr",
                    "fra",
                    "fre"
                ],
                "direction": "ltr",
                "population": 278611506,
                "web_url": "https://translate.yunohost.org/languages/fr/",
                "url": "https://translate.yunohost.org/api/languages/fr/?format=api",
                "statistics_url": "https://translate.yunohost.org/api/languages/fr/statistics/?format=api"
            },
            "component": {
                "name": "portal",
                "slug": "portal",
                "id": 6,
                "source_language": {
                    "id": 73,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 73,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://translate.yunohost.org/languages/en/",
                    "url": "https://translate.yunohost.org/api/languages/en/?format=api",
                    "statistics_url": "https://translate.yunohost.org/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "YunoHost",
                    "slug": "yunohost",
                    "id": 1,
                    "web": "https://yunohost.org",
                    "web_url": "https://translate.yunohost.org/projects/yunohost/",
                    "url": "https://translate.yunohost.org/api/projects/yunohost/?format=api",
                    "components_list_url": "https://translate.yunohost.org/api/projects/yunohost/components/?format=api",
                    "repository_url": "https://translate.yunohost.org/api/projects/yunohost/repository/?format=api",
                    "statistics_url": "https://translate.yunohost.org/api/projects/yunohost/statistics/?format=api",
                    "categories_url": "https://translate.yunohost.org/api/projects/yunohost/categories/?format=api",
                    "changes_list_url": "https://translate.yunohost.org/api/projects/yunohost/changes/?format=api",
                    "languages_url": "https://translate.yunohost.org/api/projects/yunohost/languages/?format=api",
                    "labels_url": "https://translate.yunohost.org/api/projects/yunohost/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/YunoHost/yunohost-portal",
                "git_export": "https://translate.yunohost.org/git/yunohost/portal/",
                "branch": "dev",
                "push_branch": "",
                "filemask": "locales/*.json",
                "screenshot_filemask": "",
                "template": "locales/en.json",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "json-nested",
                "license": "AGPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/AGPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "https://translate.yunohost.org/projects/yunohost/portal/",
                "url": "https://translate.yunohost.org/api/components/yunohost/portal/?format=api",
                "repository_url": "https://translate.yunohost.org/api/components/yunohost/portal/repository/?format=api",
                "translations_url": "https://translate.yunohost.org/api/components/yunohost/portal/translations/?format=api",
                "statistics_url": "https://translate.yunohost.org/api/components/yunohost/portal/statistics/?format=api",
                "lock_url": "https://translate.yunohost.org/api/components/yunohost/portal/lock/?format=api",
                "links_url": "https://translate.yunohost.org/api/components/yunohost/portal/links/?format=api",
                "changes_list_url": "https://translate.yunohost.org/api/components/yunohost/portal/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "",
                "push": "https://github.com/YunoHost/yunohost-portal",
                "check_flags": "python-brace-format",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": true,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [
                    "https://translate.yunohost.org/api/addons/2/?format=api",
                    "https://translate.yunohost.org/api/addons/3/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "fr",
            "id": 243,
            "filename": "locales/fr.json",
            "revision": "ac196095b640f8a2975aab371ebafac5fe363b30,69306e2a62627c83d4947a2799a7085642eb32bd",
            "web_url": "https://translate.yunohost.org/projects/yunohost/portal/fr/",
            "share_url": "https://translate.yunohost.org/engage/yunohost/-/fr/",
            "translate_url": "https://translate.yunohost.org/translate/yunohost/portal/fr/",
            "url": "https://translate.yunohost.org/api/translations/yunohost/portal/fr/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 57,
            "total_words": 230,
            "translated": 57,
            "translated_words": 230,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-05-08T00:44:57.563911Z",
            "last_author": "OniriCorpe",
            "repository_url": "https://translate.yunohost.org/api/translations/yunohost/portal/fr/repository/?format=api",
            "file_url": "https://translate.yunohost.org/api/translations/yunohost/portal/fr/file/?format=api",
            "statistics_url": "https://translate.yunohost.org/api/translations/yunohost/portal/fr/statistics/?format=api",
            "changes_list_url": "https://translate.yunohost.org/api/translations/yunohost/portal/fr/changes/?format=api",
            "units_list_url": "https://translate.yunohost.org/api/translations/yunohost/portal/fr/units/?format=api"
        },
        {
            "language": {
                "id": 113,
                "code": "gl",
                "name": "Galician",
                "plural": {
                    "id": 113,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "glg_es",
                    "glg"
                ],
                "direction": "ltr",
                "population": 3515529,
                "web_url": "https://translate.yunohost.org/languages/gl/",
                "url": "https://translate.yunohost.org/api/languages/gl/?format=api",
                "statistics_url": "https://translate.yunohost.org/api/languages/gl/statistics/?format=api"
            },
            "component": {
                "name": "portal",
                "slug": "portal",
                "id": 6,
                "source_language": {
                    "id": 73,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 73,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://translate.yunohost.org/languages/en/",
                    "url": "https://translate.yunohost.org/api/languages/en/?format=api",
                    "statistics_url": "https://translate.yunohost.org/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "YunoHost",
                    "slug": "yunohost",
                    "id": 1,
                    "web": "https://yunohost.org",
                    "web_url": "https://translate.yunohost.org/projects/yunohost/",
                    "url": "https://translate.yunohost.org/api/projects/yunohost/?format=api",
                    "components_list_url": "https://translate.yunohost.org/api/projects/yunohost/components/?format=api",
                    "repository_url": "https://translate.yunohost.org/api/projects/yunohost/repository/?format=api",
                    "statistics_url": "https://translate.yunohost.org/api/projects/yunohost/statistics/?format=api",
                    "categories_url": "https://translate.yunohost.org/api/projects/yunohost/categories/?format=api",
                    "changes_list_url": "https://translate.yunohost.org/api/projects/yunohost/changes/?format=api",
                    "languages_url": "https://translate.yunohost.org/api/projects/yunohost/languages/?format=api",
                    "labels_url": "https://translate.yunohost.org/api/projects/yunohost/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/YunoHost/yunohost-portal",
                "git_export": "https://translate.yunohost.org/git/yunohost/portal/",
                "branch": "dev",
                "push_branch": "",
                "filemask": "locales/*.json",
                "screenshot_filemask": "",
                "template": "locales/en.json",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "json-nested",
                "license": "AGPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/AGPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "https://translate.yunohost.org/projects/yunohost/portal/",
                "url": "https://translate.yunohost.org/api/components/yunohost/portal/?format=api",
                "repository_url": "https://translate.yunohost.org/api/components/yunohost/portal/repository/?format=api",
                "translations_url": "https://translate.yunohost.org/api/components/yunohost/portal/translations/?format=api",
                "statistics_url": "https://translate.yunohost.org/api/components/yunohost/portal/statistics/?format=api",
                "lock_url": "https://translate.yunohost.org/api/components/yunohost/portal/lock/?format=api",
                "links_url": "https://translate.yunohost.org/api/components/yunohost/portal/links/?format=api",
                "changes_list_url": "https://translate.yunohost.org/api/components/yunohost/portal/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "",
                "push": "https://github.com/YunoHost/yunohost-portal",
                "check_flags": "python-brace-format",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": true,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [
                    "https://translate.yunohost.org/api/addons/2/?format=api",
                    "https://translate.yunohost.org/api/addons/3/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "gl",
            "id": 244,
            "filename": "locales/gl.json",
            "revision": "85b28efb11f3bc1572b7974a80364d540731a47d,69306e2a62627c83d4947a2799a7085642eb32bd",
            "web_url": "https://translate.yunohost.org/projects/yunohost/portal/gl/",
            "share_url": "https://translate.yunohost.org/engage/yunohost/-/gl/",
            "translate_url": "https://translate.yunohost.org/translate/yunohost/portal/gl/",
            "url": "https://translate.yunohost.org/api/translations/yunohost/portal/gl/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 57,
            "total_words": 230,
            "translated": 57,
            "translated_words": 230,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 2,
            "last_change": "2024-02-12T01:30:52.549120Z",
            "last_author": "Francescc",
            "repository_url": "https://translate.yunohost.org/api/translations/yunohost/portal/gl/repository/?format=api",
            "file_url": "https://translate.yunohost.org/api/translations/yunohost/portal/gl/file/?format=api",
            "statistics_url": "https://translate.yunohost.org/api/translations/yunohost/portal/gl/statistics/?format=api",
            "changes_list_url": "https://translate.yunohost.org/api/translations/yunohost/portal/gl/changes/?format=api",
            "units_list_url": "https://translate.yunohost.org/api/translations/yunohost/portal/gl/units/?format=api"
        },
        {
            "language": {
                "id": 122,
                "code": "he",
                "name": "Hebrew",
                "plural": {
                    "id": 122,
                    "source": 0,
                    "number": 4,
                    "formula": "(n == 1) ? 0 : ((n == 2) ? 1 : ((n > 10 && n % 10 == 0) ? 2 : 3))",
                    "type": 6
                },
                "aliases": [
                    "he_he",
                    "iw",
                    "iw_il",
                    "iw_he",
                    "heb"
                ],
                "direction": "rtl",
                "population": 8675480,
                "web_url": "https://translate.yunohost.org/languages/he/",
                "url": "https://translate.yunohost.org/api/languages/he/?format=api",
                "statistics_url": "https://translate.yunohost.org/api/languages/he/statistics/?format=api"
            },
            "component": {
                "name": "portal",
                "slug": "portal",
                "id": 6,
                "source_language": {
                    "id": 73,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 73,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://translate.yunohost.org/languages/en/",
                    "url": "https://translate.yunohost.org/api/languages/en/?format=api",
                    "statistics_url": "https://translate.yunohost.org/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "YunoHost",
                    "slug": "yunohost",
                    "id": 1,
                    "web": "https://yunohost.org",
                    "web_url": "https://translate.yunohost.org/projects/yunohost/",
                    "url": "https://translate.yunohost.org/api/projects/yunohost/?format=api",
                    "components_list_url": "https://translate.yunohost.org/api/projects/yunohost/components/?format=api",
                    "repository_url": "https://translate.yunohost.org/api/projects/yunohost/repository/?format=api",
                    "statistics_url": "https://translate.yunohost.org/api/projects/yunohost/statistics/?format=api",
                    "categories_url": "https://translate.yunohost.org/api/projects/yunohost/categories/?format=api",
                    "changes_list_url": "https://translate.yunohost.org/api/projects/yunohost/changes/?format=api",
                    "languages_url": "https://translate.yunohost.org/api/projects/yunohost/languages/?format=api",
                    "labels_url": "https://translate.yunohost.org/api/projects/yunohost/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/YunoHost/yunohost-portal",
                "git_export": "https://translate.yunohost.org/git/yunohost/portal/",
                "branch": "dev",
                "push_branch": "",
                "filemask": "locales/*.json",
                "screenshot_filemask": "",
                "template": "locales/en.json",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "json-nested",
                "license": "AGPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/AGPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "https://translate.yunohost.org/projects/yunohost/portal/",
                "url": "https://translate.yunohost.org/api/components/yunohost/portal/?format=api",
                "repository_url": "https://translate.yunohost.org/api/components/yunohost/portal/repository/?format=api",
                "translations_url": "https://translate.yunohost.org/api/components/yunohost/portal/translations/?format=api",
                "statistics_url": "https://translate.yunohost.org/api/components/yunohost/portal/statistics/?format=api",
                "lock_url": "https://translate.yunohost.org/api/components/yunohost/portal/lock/?format=api",
                "links_url": "https://translate.yunohost.org/api/components/yunohost/portal/links/?format=api",
                "changes_list_url": "https://translate.yunohost.org/api/components/yunohost/portal/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "",
                "push": "https://github.com/YunoHost/yunohost-portal",
                "check_flags": "python-brace-format",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": true,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [
                    "https://translate.yunohost.org/api/addons/2/?format=api",
                    "https://translate.yunohost.org/api/addons/3/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "he",
            "id": 245,
            "filename": "locales/he.json",
            "revision": "55f2ee9c53f164ba70c6cda02a8db58acb31ff7d,69306e2a62627c83d4947a2799a7085642eb32bd",
            "web_url": "https://translate.yunohost.org/projects/yunohost/portal/he/",
            "share_url": "https://translate.yunohost.org/engage/yunohost/-/he/",
            "translate_url": "https://translate.yunohost.org/translate/yunohost/portal/he/",
            "url": "https://translate.yunohost.org/api/translations/yunohost/portal/he/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 57,
            "total_words": 230,
            "translated": 3,
            "translated_words": 3,
            "translated_percent": 5.2,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://translate.yunohost.org/api/translations/yunohost/portal/he/repository/?format=api",
            "file_url": "https://translate.yunohost.org/api/translations/yunohost/portal/he/file/?format=api",
            "statistics_url": "https://translate.yunohost.org/api/translations/yunohost/portal/he/statistics/?format=api",
            "changes_list_url": "https://translate.yunohost.org/api/translations/yunohost/portal/he/changes/?format=api",
            "units_list_url": "https://translate.yunohost.org/api/translations/yunohost/portal/he/units/?format=api"
        },
        {
            "language": {
                "id": 123,
                "code": "hi",
                "name": "Hindi",
                "plural": {
                    "id": 123,
                    "source": 0,
                    "number": 2,
                    "formula": "n > 1",
                    "type": 1
                },
                "aliases": [
                    "hin"
                ],
                "direction": "ltr",
                "population": 545556054,
                "web_url": "https://translate.yunohost.org/languages/hi/",
                "url": "https://translate.yunohost.org/api/languages/hi/?format=api",
                "statistics_url": "https://translate.yunohost.org/api/languages/hi/statistics/?format=api"
            },
            "component": {
                "name": "portal",
                "slug": "portal",
                "id": 6,
                "source_language": {
                    "id": 73,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 73,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://translate.yunohost.org/languages/en/",
                    "url": "https://translate.yunohost.org/api/languages/en/?format=api",
                    "statistics_url": "https://translate.yunohost.org/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "YunoHost",
                    "slug": "yunohost",
                    "id": 1,
                    "web": "https://yunohost.org",
                    "web_url": "https://translate.yunohost.org/projects/yunohost/",
                    "url": "https://translate.yunohost.org/api/projects/yunohost/?format=api",
                    "components_list_url": "https://translate.yunohost.org/api/projects/yunohost/components/?format=api",
                    "repository_url": "https://translate.yunohost.org/api/projects/yunohost/repository/?format=api",
                    "statistics_url": "https://translate.yunohost.org/api/projects/yunohost/statistics/?format=api",
                    "categories_url": "https://translate.yunohost.org/api/projects/yunohost/categories/?format=api",
                    "changes_list_url": "https://translate.yunohost.org/api/projects/yunohost/changes/?format=api",
                    "languages_url": "https://translate.yunohost.org/api/projects/yunohost/languages/?format=api",
                    "labels_url": "https://translate.yunohost.org/api/projects/yunohost/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/YunoHost/yunohost-portal",
                "git_export": "https://translate.yunohost.org/git/yunohost/portal/",
                "branch": "dev",
                "push_branch": "",
                "filemask": "locales/*.json",
                "screenshot_filemask": "",
                "template": "locales/en.json",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "json-nested",
                "license": "AGPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/AGPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "https://translate.yunohost.org/projects/yunohost/portal/",
                "url": "https://translate.yunohost.org/api/components/yunohost/portal/?format=api",
                "repository_url": "https://translate.yunohost.org/api/components/yunohost/portal/repository/?format=api",
                "translations_url": "https://translate.yunohost.org/api/components/yunohost/portal/translations/?format=api",
                "statistics_url": "https://translate.yunohost.org/api/components/yunohost/portal/statistics/?format=api",
                "lock_url": "https://translate.yunohost.org/api/components/yunohost/portal/lock/?format=api",
                "links_url": "https://translate.yunohost.org/api/components/yunohost/portal/links/?format=api",
                "changes_list_url": "https://translate.yunohost.org/api/components/yunohost/portal/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "",
                "push": "https://github.com/YunoHost/yunohost-portal",
                "check_flags": "python-brace-format",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": true,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [
                    "https://translate.yunohost.org/api/addons/2/?format=api",
                    "https://translate.yunohost.org/api/addons/3/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "hi",
            "id": 246,
            "filename": "locales/hi.json",
            "revision": "9bc50268877801dd16f442bf764ebbb1413b58e7,69306e2a62627c83d4947a2799a7085642eb32bd",
            "web_url": "https://translate.yunohost.org/projects/yunohost/portal/hi/",
            "share_url": "https://translate.yunohost.org/engage/yunohost/-/hi/",
            "translate_url": "https://translate.yunohost.org/translate/yunohost/portal/hi/",
            "url": "https://translate.yunohost.org/api/translations/yunohost/portal/hi/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 57,
            "total_words": 230,
            "translated": 24,
            "translated_words": 76,
            "translated_percent": 42.1,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 2,
            "failing_checks_words": 35,
            "failing_checks_percent": 3.5,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://translate.yunohost.org/api/translations/yunohost/portal/hi/repository/?format=api",
            "file_url": "https://translate.yunohost.org/api/translations/yunohost/portal/hi/file/?format=api",
            "statistics_url": "https://translate.yunohost.org/api/translations/yunohost/portal/hi/statistics/?format=api",
            "changes_list_url": "https://translate.yunohost.org/api/translations/yunohost/portal/hi/changes/?format=api",
            "units_list_url": "https://translate.yunohost.org/api/translations/yunohost/portal/hi/units/?format=api"
        },
        {
            "language": {
                "id": 131,
                "code": "hu",
                "name": "Hungarian",
                "plural": {
                    "id": 131,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "hun"
                ],
                "direction": "ltr",
                "population": 12443429,
                "web_url": "https://translate.yunohost.org/languages/hu/",
                "url": "https://translate.yunohost.org/api/languages/hu/?format=api",
                "statistics_url": "https://translate.yunohost.org/api/languages/hu/statistics/?format=api"
            },
            "component": {
                "name": "portal",
                "slug": "portal",
                "id": 6,
                "source_language": {
                    "id": 73,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 73,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://translate.yunohost.org/languages/en/",
                    "url": "https://translate.yunohost.org/api/languages/en/?format=api",
                    "statistics_url": "https://translate.yunohost.org/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "YunoHost",
                    "slug": "yunohost",
                    "id": 1,
                    "web": "https://yunohost.org",
                    "web_url": "https://translate.yunohost.org/projects/yunohost/",
                    "url": "https://translate.yunohost.org/api/projects/yunohost/?format=api",
                    "components_list_url": "https://translate.yunohost.org/api/projects/yunohost/components/?format=api",
                    "repository_url": "https://translate.yunohost.org/api/projects/yunohost/repository/?format=api",
                    "statistics_url": "https://translate.yunohost.org/api/projects/yunohost/statistics/?format=api",
                    "categories_url": "https://translate.yunohost.org/api/projects/yunohost/categories/?format=api",
                    "changes_list_url": "https://translate.yunohost.org/api/projects/yunohost/changes/?format=api",
                    "languages_url": "https://translate.yunohost.org/api/projects/yunohost/languages/?format=api",
                    "labels_url": "https://translate.yunohost.org/api/projects/yunohost/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/YunoHost/yunohost-portal",
                "git_export": "https://translate.yunohost.org/git/yunohost/portal/",
                "branch": "dev",
                "push_branch": "",
                "filemask": "locales/*.json",
                "screenshot_filemask": "",
                "template": "locales/en.json",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "json-nested",
                "license": "AGPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/AGPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "https://translate.yunohost.org/projects/yunohost/portal/",
                "url": "https://translate.yunohost.org/api/components/yunohost/portal/?format=api",
                "repository_url": "https://translate.yunohost.org/api/components/yunohost/portal/repository/?format=api",
                "translations_url": "https://translate.yunohost.org/api/components/yunohost/portal/translations/?format=api",
                "statistics_url": "https://translate.yunohost.org/api/components/yunohost/portal/statistics/?format=api",
                "lock_url": "https://translate.yunohost.org/api/components/yunohost/portal/lock/?format=api",
                "links_url": "https://translate.yunohost.org/api/components/yunohost/portal/links/?format=api",
                "changes_list_url": "https://translate.yunohost.org/api/components/yunohost/portal/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "",
                "push": "https://github.com/YunoHost/yunohost-portal",
                "check_flags": "python-brace-format",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": true,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [
                    "https://translate.yunohost.org/api/addons/2/?format=api",
                    "https://translate.yunohost.org/api/addons/3/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "hu",
            "id": 247,
            "filename": "locales/hu.json",
            "revision": "d278a1ef2059d5638e71103a5c13838291237ba4,69306e2a62627c83d4947a2799a7085642eb32bd",
            "web_url": "https://translate.yunohost.org/projects/yunohost/portal/hu/",
            "share_url": "https://translate.yunohost.org/engage/yunohost/-/hu/",
            "translate_url": "https://translate.yunohost.org/translate/yunohost/portal/hu/",
            "url": "https://translate.yunohost.org/api/translations/yunohost/portal/hu/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 57,
            "total_words": 230,
            "translated": 24,
            "translated_words": 76,
            "translated_percent": 42.1,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 2,
            "failing_checks_words": 35,
            "failing_checks_percent": 3.5,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://translate.yunohost.org/api/translations/yunohost/portal/hu/repository/?format=api",
            "file_url": "https://translate.yunohost.org/api/translations/yunohost/portal/hu/file/?format=api",
            "statistics_url": "https://translate.yunohost.org/api/translations/yunohost/portal/hu/statistics/?format=api",
            "changes_list_url": "https://translate.yunohost.org/api/translations/yunohost/portal/hu/changes/?format=api",
            "units_list_url": "https://translate.yunohost.org/api/translations/yunohost/portal/hu/units/?format=api"
        },
        {
            "language": {
                "id": 135,
                "code": "id",
                "name": "Indonesian",
                "plural": {
                    "id": 135,
                    "source": 0,
                    "number": 1,
                    "formula": "0",
                    "type": 0
                },
                "aliases": [
                    "in",
                    "in_id",
                    "ind"
                ],
                "direction": "ltr",
                "population": 171207687,
                "web_url": "https://translate.yunohost.org/languages/id/",
                "url": "https://translate.yunohost.org/api/languages/id/?format=api",
                "statistics_url": "https://translate.yunohost.org/api/languages/id/statistics/?format=api"
            },
            "component": {
                "name": "portal",
                "slug": "portal",
                "id": 6,
                "source_language": {
                    "id": 73,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 73,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://translate.yunohost.org/languages/en/",
                    "url": "https://translate.yunohost.org/api/languages/en/?format=api",
                    "statistics_url": "https://translate.yunohost.org/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "YunoHost",
                    "slug": "yunohost",
                    "id": 1,
                    "web": "https://yunohost.org",
                    "web_url": "https://translate.yunohost.org/projects/yunohost/",
                    "url": "https://translate.yunohost.org/api/projects/yunohost/?format=api",
                    "components_list_url": "https://translate.yunohost.org/api/projects/yunohost/components/?format=api",
                    "repository_url": "https://translate.yunohost.org/api/projects/yunohost/repository/?format=api",
                    "statistics_url": "https://translate.yunohost.org/api/projects/yunohost/statistics/?format=api",
                    "categories_url": "https://translate.yunohost.org/api/projects/yunohost/categories/?format=api",
                    "changes_list_url": "https://translate.yunohost.org/api/projects/yunohost/changes/?format=api",
                    "languages_url": "https://translate.yunohost.org/api/projects/yunohost/languages/?format=api",
                    "labels_url": "https://translate.yunohost.org/api/projects/yunohost/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/YunoHost/yunohost-portal",
                "git_export": "https://translate.yunohost.org/git/yunohost/portal/",
                "branch": "dev",
                "push_branch": "",
                "filemask": "locales/*.json",
                "screenshot_filemask": "",
                "template": "locales/en.json",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "json-nested",
                "license": "AGPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/AGPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "https://translate.yunohost.org/projects/yunohost/portal/",
                "url": "https://translate.yunohost.org/api/components/yunohost/portal/?format=api",
                "repository_url": "https://translate.yunohost.org/api/components/yunohost/portal/repository/?format=api",
                "translations_url": "https://translate.yunohost.org/api/components/yunohost/portal/translations/?format=api",
                "statistics_url": "https://translate.yunohost.org/api/components/yunohost/portal/statistics/?format=api",
                "lock_url": "https://translate.yunohost.org/api/components/yunohost/portal/lock/?format=api",
                "links_url": "https://translate.yunohost.org/api/components/yunohost/portal/links/?format=api",
                "changes_list_url": "https://translate.yunohost.org/api/components/yunohost/portal/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "",
                "push": "https://github.com/YunoHost/yunohost-portal",
                "check_flags": "python-brace-format",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": true,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [
                    "https://translate.yunohost.org/api/addons/2/?format=api",
                    "https://translate.yunohost.org/api/addons/3/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "id",
            "id": 248,
            "filename": "locales/id.json",
            "revision": "cf28b5b2616750db1dcef494134fb990e21cc04c,69306e2a62627c83d4947a2799a7085642eb32bd",
            "web_url": "https://translate.yunohost.org/projects/yunohost/portal/id/",
            "share_url": "https://translate.yunohost.org/engage/yunohost/-/id/",
            "translate_url": "https://translate.yunohost.org/translate/yunohost/portal/id/",
            "url": "https://translate.yunohost.org/api/translations/yunohost/portal/id/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 57,
            "total_words": 230,
            "translated": 24,
            "translated_words": 76,
            "translated_percent": 42.1,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 2,
            "failing_checks_words": 35,
            "failing_checks_percent": 3.5,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://translate.yunohost.org/api/translations/yunohost/portal/id/repository/?format=api",
            "file_url": "https://translate.yunohost.org/api/translations/yunohost/portal/id/file/?format=api",
            "statistics_url": "https://translate.yunohost.org/api/translations/yunohost/portal/id/statistics/?format=api",
            "changes_list_url": "https://translate.yunohost.org/api/translations/yunohost/portal/id/changes/?format=api",
            "units_list_url": "https://translate.yunohost.org/api/translations/yunohost/portal/id/units/?format=api"
        },
        {
            "language": {
                "id": 142,
                "code": "it",
                "name": "Italian",
                "plural": {
                    "id": 142,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "ita_it",
                    "ita"
                ],
                "direction": "ltr",
                "population": 70247059,
                "web_url": "https://translate.yunohost.org/languages/it/",
                "url": "https://translate.yunohost.org/api/languages/it/?format=api",
                "statistics_url": "https://translate.yunohost.org/api/languages/it/statistics/?format=api"
            },
            "component": {
                "name": "portal",
                "slug": "portal",
                "id": 6,
                "source_language": {
                    "id": 73,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 73,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://translate.yunohost.org/languages/en/",
                    "url": "https://translate.yunohost.org/api/languages/en/?format=api",
                    "statistics_url": "https://translate.yunohost.org/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "YunoHost",
                    "slug": "yunohost",
                    "id": 1,
                    "web": "https://yunohost.org",
                    "web_url": "https://translate.yunohost.org/projects/yunohost/",
                    "url": "https://translate.yunohost.org/api/projects/yunohost/?format=api",
                    "components_list_url": "https://translate.yunohost.org/api/projects/yunohost/components/?format=api",
                    "repository_url": "https://translate.yunohost.org/api/projects/yunohost/repository/?format=api",
                    "statistics_url": "https://translate.yunohost.org/api/projects/yunohost/statistics/?format=api",
                    "categories_url": "https://translate.yunohost.org/api/projects/yunohost/categories/?format=api",
                    "changes_list_url": "https://translate.yunohost.org/api/projects/yunohost/changes/?format=api",
                    "languages_url": "https://translate.yunohost.org/api/projects/yunohost/languages/?format=api",
                    "labels_url": "https://translate.yunohost.org/api/projects/yunohost/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/YunoHost/yunohost-portal",
                "git_export": "https://translate.yunohost.org/git/yunohost/portal/",
                "branch": "dev",
                "push_branch": "",
                "filemask": "locales/*.json",
                "screenshot_filemask": "",
                "template": "locales/en.json",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "json-nested",
                "license": "AGPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/AGPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "https://translate.yunohost.org/projects/yunohost/portal/",
                "url": "https://translate.yunohost.org/api/components/yunohost/portal/?format=api",
                "repository_url": "https://translate.yunohost.org/api/components/yunohost/portal/repository/?format=api",
                "translations_url": "https://translate.yunohost.org/api/components/yunohost/portal/translations/?format=api",
                "statistics_url": "https://translate.yunohost.org/api/components/yunohost/portal/statistics/?format=api",
                "lock_url": "https://translate.yunohost.org/api/components/yunohost/portal/lock/?format=api",
                "links_url": "https://translate.yunohost.org/api/components/yunohost/portal/links/?format=api",
                "changes_list_url": "https://translate.yunohost.org/api/components/yunohost/portal/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "",
                "push": "https://github.com/YunoHost/yunohost-portal",
                "check_flags": "python-brace-format",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": true,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [
                    "https://translate.yunohost.org/api/addons/2/?format=api",
                    "https://translate.yunohost.org/api/addons/3/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "it",
            "id": 249,
            "filename": "locales/it.json",
            "revision": "53912c7fcc5d5e7ca5fc2df013f9d1357f732b87,69306e2a62627c83d4947a2799a7085642eb32bd",
            "web_url": "https://translate.yunohost.org/projects/yunohost/portal/it/",
            "share_url": "https://translate.yunohost.org/engage/yunohost/-/it/",
            "translate_url": "https://translate.yunohost.org/translate/yunohost/portal/it/",
            "url": "https://translate.yunohost.org/api/translations/yunohost/portal/it/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 57,
            "total_words": 230,
            "translated": 57,
            "translated_words": 230,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-02-11T14:35:28.143669Z",
            "last_author": "Tommi",
            "repository_url": "https://translate.yunohost.org/api/translations/yunohost/portal/it/repository/?format=api",
            "file_url": "https://translate.yunohost.org/api/translations/yunohost/portal/it/file/?format=api",
            "statistics_url": "https://translate.yunohost.org/api/translations/yunohost/portal/it/statistics/?format=api",
            "changes_list_url": "https://translate.yunohost.org/api/translations/yunohost/portal/it/changes/?format=api",
            "units_list_url": "https://translate.yunohost.org/api/translations/yunohost/portal/it/units/?format=api"
        },
        {
            "language": {
                "id": 144,
                "code": "ja",
                "name": "Japanese",
                "plural": {
                    "id": 144,
                    "source": 0,
                    "number": 1,
                    "formula": "0",
                    "type": 0
                },
                "aliases": [
                    "jp",
                    "jp_jpn",
                    "ja_ja",
                    "jpn_jp",
                    "jpn"
                ],
                "direction": "ltr",
                "population": 119729025,
                "web_url": "https://translate.yunohost.org/languages/ja/",
                "url": "https://translate.yunohost.org/api/languages/ja/?format=api",
                "statistics_url": "https://translate.yunohost.org/api/languages/ja/statistics/?format=api"
            },
            "component": {
                "name": "portal",
                "slug": "portal",
                "id": 6,
                "source_language": {
                    "id": 73,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 73,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://translate.yunohost.org/languages/en/",
                    "url": "https://translate.yunohost.org/api/languages/en/?format=api",
                    "statistics_url": "https://translate.yunohost.org/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "YunoHost",
                    "slug": "yunohost",
                    "id": 1,
                    "web": "https://yunohost.org",
                    "web_url": "https://translate.yunohost.org/projects/yunohost/",
                    "url": "https://translate.yunohost.org/api/projects/yunohost/?format=api",
                    "components_list_url": "https://translate.yunohost.org/api/projects/yunohost/components/?format=api",
                    "repository_url": "https://translate.yunohost.org/api/projects/yunohost/repository/?format=api",
                    "statistics_url": "https://translate.yunohost.org/api/projects/yunohost/statistics/?format=api",
                    "categories_url": "https://translate.yunohost.org/api/projects/yunohost/categories/?format=api",
                    "changes_list_url": "https://translate.yunohost.org/api/projects/yunohost/changes/?format=api",
                    "languages_url": "https://translate.yunohost.org/api/projects/yunohost/languages/?format=api",
                    "labels_url": "https://translate.yunohost.org/api/projects/yunohost/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/YunoHost/yunohost-portal",
                "git_export": "https://translate.yunohost.org/git/yunohost/portal/",
                "branch": "dev",
                "push_branch": "",
                "filemask": "locales/*.json",
                "screenshot_filemask": "",
                "template": "locales/en.json",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "json-nested",
                "license": "AGPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/AGPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "https://translate.yunohost.org/projects/yunohost/portal/",
                "url": "https://translate.yunohost.org/api/components/yunohost/portal/?format=api",
                "repository_url": "https://translate.yunohost.org/api/components/yunohost/portal/repository/?format=api",
                "translations_url": "https://translate.yunohost.org/api/components/yunohost/portal/translations/?format=api",
                "statistics_url": "https://translate.yunohost.org/api/components/yunohost/portal/statistics/?format=api",
                "lock_url": "https://translate.yunohost.org/api/components/yunohost/portal/lock/?format=api",
                "links_url": "https://translate.yunohost.org/api/components/yunohost/portal/links/?format=api",
                "changes_list_url": "https://translate.yunohost.org/api/components/yunohost/portal/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "",
                "push": "https://github.com/YunoHost/yunohost-portal",
                "check_flags": "python-brace-format",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": true,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [
                    "https://translate.yunohost.org/api/addons/2/?format=api",
                    "https://translate.yunohost.org/api/addons/3/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "ja",
            "id": 250,
            "filename": "locales/ja.json",
            "revision": "f363b83594f6869793b38ad567e9df27ab64ab6d,69306e2a62627c83d4947a2799a7085642eb32bd",
            "web_url": "https://translate.yunohost.org/projects/yunohost/portal/ja/",
            "share_url": "https://translate.yunohost.org/engage/yunohost/-/ja/",
            "translate_url": "https://translate.yunohost.org/translate/yunohost/portal/ja/",
            "url": "https://translate.yunohost.org/api/translations/yunohost/portal/ja/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 57,
            "total_words": 230,
            "translated": 24,
            "translated_words": 76,
            "translated_percent": 42.1,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 3,
            "failing_checks_words": 36,
            "failing_checks_percent": 5.2,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://translate.yunohost.org/api/translations/yunohost/portal/ja/repository/?format=api",
            "file_url": "https://translate.yunohost.org/api/translations/yunohost/portal/ja/file/?format=api",
            "statistics_url": "https://translate.yunohost.org/api/translations/yunohost/portal/ja/statistics/?format=api",
            "changes_list_url": "https://translate.yunohost.org/api/translations/yunohost/portal/ja/changes/?format=api",
            "units_list_url": "https://translate.yunohost.org/api/translations/yunohost/portal/ja/units/?format=api"
        },
        {
            "language": {
                "id": 152,
                "code": "kab",
                "name": "Kabyle",
                "plural": {
                    "id": 152,
                    "source": 0,
                    "number": 2,
                    "formula": "n > 1",
                    "type": 1
                },
                "aliases": [
                    "kab_kab"
                ],
                "direction": "ltr",
                "population": 3351886,
                "web_url": "https://translate.yunohost.org/languages/kab/",
                "url": "https://translate.yunohost.org/api/languages/kab/?format=api",
                "statistics_url": "https://translate.yunohost.org/api/languages/kab/statistics/?format=api"
            },
            "component": {
                "name": "portal",
                "slug": "portal",
                "id": 6,
                "source_language": {
                    "id": 73,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 73,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://translate.yunohost.org/languages/en/",
                    "url": "https://translate.yunohost.org/api/languages/en/?format=api",
                    "statistics_url": "https://translate.yunohost.org/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "YunoHost",
                    "slug": "yunohost",
                    "id": 1,
                    "web": "https://yunohost.org",
                    "web_url": "https://translate.yunohost.org/projects/yunohost/",
                    "url": "https://translate.yunohost.org/api/projects/yunohost/?format=api",
                    "components_list_url": "https://translate.yunohost.org/api/projects/yunohost/components/?format=api",
                    "repository_url": "https://translate.yunohost.org/api/projects/yunohost/repository/?format=api",
                    "statistics_url": "https://translate.yunohost.org/api/projects/yunohost/statistics/?format=api",
                    "categories_url": "https://translate.yunohost.org/api/projects/yunohost/categories/?format=api",
                    "changes_list_url": "https://translate.yunohost.org/api/projects/yunohost/changes/?format=api",
                    "languages_url": "https://translate.yunohost.org/api/projects/yunohost/languages/?format=api",
                    "labels_url": "https://translate.yunohost.org/api/projects/yunohost/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/YunoHost/yunohost-portal",
                "git_export": "https://translate.yunohost.org/git/yunohost/portal/",
                "branch": "dev",
                "push_branch": "",
                "filemask": "locales/*.json",
                "screenshot_filemask": "",
                "template": "locales/en.json",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "json-nested",
                "license": "AGPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/AGPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "https://translate.yunohost.org/projects/yunohost/portal/",
                "url": "https://translate.yunohost.org/api/components/yunohost/portal/?format=api",
                "repository_url": "https://translate.yunohost.org/api/components/yunohost/portal/repository/?format=api",
                "translations_url": "https://translate.yunohost.org/api/components/yunohost/portal/translations/?format=api",
                "statistics_url": "https://translate.yunohost.org/api/components/yunohost/portal/statistics/?format=api",
                "lock_url": "https://translate.yunohost.org/api/components/yunohost/portal/lock/?format=api",
                "links_url": "https://translate.yunohost.org/api/components/yunohost/portal/links/?format=api",
                "changes_list_url": "https://translate.yunohost.org/api/components/yunohost/portal/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "",
                "push": "https://github.com/YunoHost/yunohost-portal",
                "check_flags": "python-brace-format",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": true,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [
                    "https://translate.yunohost.org/api/addons/2/?format=api",
                    "https://translate.yunohost.org/api/addons/3/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "kab",
            "id": 251,
            "filename": "locales/kab.json",
            "revision": "e644c1a879046f0bde66b396f6b67ec2724cbbe0,69306e2a62627c83d4947a2799a7085642eb32bd",
            "web_url": "https://translate.yunohost.org/projects/yunohost/portal/kab/",
            "share_url": "https://translate.yunohost.org/engage/yunohost/-/kab/",
            "translate_url": "https://translate.yunohost.org/translate/yunohost/portal/kab/",
            "url": "https://translate.yunohost.org/api/translations/yunohost/portal/kab/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 57,
            "total_words": 230,
            "translated": 16,
            "translated_words": 23,
            "translated_percent": 28.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 1,
            "failing_checks_words": 1,
            "failing_checks_percent": 1.7,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://translate.yunohost.org/api/translations/yunohost/portal/kab/repository/?format=api",
            "file_url": "https://translate.yunohost.org/api/translations/yunohost/portal/kab/file/?format=api",
            "statistics_url": "https://translate.yunohost.org/api/translations/yunohost/portal/kab/statistics/?format=api",
            "changes_list_url": "https://translate.yunohost.org/api/translations/yunohost/portal/kab/changes/?format=api",
            "units_list_url": "https://translate.yunohost.org/api/translations/yunohost/portal/kab/units/?format=api"
        },
        {
            "language": {
                "id": 184,
                "code": "lt",
                "name": "Lithuanian",
                "plural": {
                    "id": 184,
                    "source": 0,
                    "number": 3,
                    "formula": "(n % 10 == 1 && (n % 100 < 11 || n % 100 > 19)) ? 0 : ((n % 10 >= 2 && n % 10 <= 9 && (n % 100 < 11 || n % 100 > 19)) ? 1 : 2)",
                    "type": 22
                },
                "aliases": [
                    "lit"
                ],
                "direction": "ltr",
                "population": 2488617,
                "web_url": "https://translate.yunohost.org/languages/lt/",
                "url": "https://translate.yunohost.org/api/languages/lt/?format=api",
                "statistics_url": "https://translate.yunohost.org/api/languages/lt/statistics/?format=api"
            },
            "component": {
                "name": "portal",
                "slug": "portal",
                "id": 6,
                "source_language": {
                    "id": 73,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 73,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://translate.yunohost.org/languages/en/",
                    "url": "https://translate.yunohost.org/api/languages/en/?format=api",
                    "statistics_url": "https://translate.yunohost.org/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "YunoHost",
                    "slug": "yunohost",
                    "id": 1,
                    "web": "https://yunohost.org",
                    "web_url": "https://translate.yunohost.org/projects/yunohost/",
                    "url": "https://translate.yunohost.org/api/projects/yunohost/?format=api",
                    "components_list_url": "https://translate.yunohost.org/api/projects/yunohost/components/?format=api",
                    "repository_url": "https://translate.yunohost.org/api/projects/yunohost/repository/?format=api",
                    "statistics_url": "https://translate.yunohost.org/api/projects/yunohost/statistics/?format=api",
                    "categories_url": "https://translate.yunohost.org/api/projects/yunohost/categories/?format=api",
                    "changes_list_url": "https://translate.yunohost.org/api/projects/yunohost/changes/?format=api",
                    "languages_url": "https://translate.yunohost.org/api/projects/yunohost/languages/?format=api",
                    "labels_url": "https://translate.yunohost.org/api/projects/yunohost/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/YunoHost/yunohost-portal",
                "git_export": "https://translate.yunohost.org/git/yunohost/portal/",
                "branch": "dev",
                "push_branch": "",
                "filemask": "locales/*.json",
                "screenshot_filemask": "",
                "template": "locales/en.json",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "json-nested",
                "license": "AGPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/AGPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "https://translate.yunohost.org/projects/yunohost/portal/",
                "url": "https://translate.yunohost.org/api/components/yunohost/portal/?format=api",
                "repository_url": "https://translate.yunohost.org/api/components/yunohost/portal/repository/?format=api",
                "translations_url": "https://translate.yunohost.org/api/components/yunohost/portal/translations/?format=api",
                "statistics_url": "https://translate.yunohost.org/api/components/yunohost/portal/statistics/?format=api",
                "lock_url": "https://translate.yunohost.org/api/components/yunohost/portal/lock/?format=api",
                "links_url": "https://translate.yunohost.org/api/components/yunohost/portal/links/?format=api",
                "changes_list_url": "https://translate.yunohost.org/api/components/yunohost/portal/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "",
                "push": "https://github.com/YunoHost/yunohost-portal",
                "check_flags": "python-brace-format",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": true,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [
                    "https://translate.yunohost.org/api/addons/2/?format=api",
                    "https://translate.yunohost.org/api/addons/3/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "lt",
            "id": 252,
            "filename": "locales/lt.json",
            "revision": "eeaa7aa38eea662e3cea0c26d6628cd4f706756e,69306e2a62627c83d4947a2799a7085642eb32bd",
            "web_url": "https://translate.yunohost.org/projects/yunohost/portal/lt/",
            "share_url": "https://translate.yunohost.org/engage/yunohost/-/lt/",
            "translate_url": "https://translate.yunohost.org/translate/yunohost/portal/lt/",
            "url": "https://translate.yunohost.org/api/translations/yunohost/portal/lt/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 57,
            "total_words": 230,
            "translated": 3,
            "translated_words": 3,
            "translated_percent": 5.2,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://translate.yunohost.org/api/translations/yunohost/portal/lt/repository/?format=api",
            "file_url": "https://translate.yunohost.org/api/translations/yunohost/portal/lt/file/?format=api",
            "statistics_url": "https://translate.yunohost.org/api/translations/yunohost/portal/lt/statistics/?format=api",
            "changes_list_url": "https://translate.yunohost.org/api/translations/yunohost/portal/lt/changes/?format=api",
            "units_list_url": "https://translate.yunohost.org/api/translations/yunohost/portal/lt/units/?format=api"
        },
        {
            "language": {
                "id": 197,
                "code": "mk",
                "name": "Macedonian",
                "plural": {
                    "id": 197,
                    "source": 0,
                    "number": 2,
                    "formula": "n==1 || n%10==1 ? 0 : 1",
                    "type": 1
                },
                "aliases": [
                    "mac",
                    "mkd"
                ],
                "direction": "ltr",
                "population": 1608564,
                "web_url": "https://translate.yunohost.org/languages/mk/",
                "url": "https://translate.yunohost.org/api/languages/mk/?format=api",
                "statistics_url": "https://translate.yunohost.org/api/languages/mk/statistics/?format=api"
            },
            "component": {
                "name": "portal",
                "slug": "portal",
                "id": 6,
                "source_language": {
                    "id": 73,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 73,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://translate.yunohost.org/languages/en/",
                    "url": "https://translate.yunohost.org/api/languages/en/?format=api",
                    "statistics_url": "https://translate.yunohost.org/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "YunoHost",
                    "slug": "yunohost",
                    "id": 1,
                    "web": "https://yunohost.org",
                    "web_url": "https://translate.yunohost.org/projects/yunohost/",
                    "url": "https://translate.yunohost.org/api/projects/yunohost/?format=api",
                    "components_list_url": "https://translate.yunohost.org/api/projects/yunohost/components/?format=api",
                    "repository_url": "https://translate.yunohost.org/api/projects/yunohost/repository/?format=api",
                    "statistics_url": "https://translate.yunohost.org/api/projects/yunohost/statistics/?format=api",
                    "categories_url": "https://translate.yunohost.org/api/projects/yunohost/categories/?format=api",
                    "changes_list_url": "https://translate.yunohost.org/api/projects/yunohost/changes/?format=api",
                    "languages_url": "https://translate.yunohost.org/api/projects/yunohost/languages/?format=api",
                    "labels_url": "https://translate.yunohost.org/api/projects/yunohost/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/YunoHost/yunohost-portal",
                "git_export": "https://translate.yunohost.org/git/yunohost/portal/",
                "branch": "dev",
                "push_branch": "",
                "filemask": "locales/*.json",
                "screenshot_filemask": "",
                "template": "locales/en.json",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "json-nested",
                "license": "AGPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/AGPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "https://translate.yunohost.org/projects/yunohost/portal/",
                "url": "https://translate.yunohost.org/api/components/yunohost/portal/?format=api",
                "repository_url": "https://translate.yunohost.org/api/components/yunohost/portal/repository/?format=api",
                "translations_url": "https://translate.yunohost.org/api/components/yunohost/portal/translations/?format=api",
                "statistics_url": "https://translate.yunohost.org/api/components/yunohost/portal/statistics/?format=api",
                "lock_url": "https://translate.yunohost.org/api/components/yunohost/portal/lock/?format=api",
                "links_url": "https://translate.yunohost.org/api/components/yunohost/portal/links/?format=api",
                "changes_list_url": "https://translate.yunohost.org/api/components/yunohost/portal/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "",
                "push": "https://github.com/YunoHost/yunohost-portal",
                "check_flags": "python-brace-format",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": true,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [
                    "https://translate.yunohost.org/api/addons/2/?format=api",
                    "https://translate.yunohost.org/api/addons/3/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "mk",
            "id": 253,
            "filename": "locales/mk.json",
            "revision": "74f0d68287f6436ce8a56dcbb181f8d25985d691,69306e2a62627c83d4947a2799a7085642eb32bd",
            "web_url": "https://translate.yunohost.org/projects/yunohost/portal/mk/",
            "share_url": "https://translate.yunohost.org/engage/yunohost/-/mk/",
            "translate_url": "https://translate.yunohost.org/translate/yunohost/portal/mk/",
            "url": "https://translate.yunohost.org/api/translations/yunohost/portal/mk/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 57,
            "total_words": 230,
            "translated": 3,
            "translated_words": 3,
            "translated_percent": 5.2,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://translate.yunohost.org/api/translations/yunohost/portal/mk/repository/?format=api",
            "file_url": "https://translate.yunohost.org/api/translations/yunohost/portal/mk/file/?format=api",
            "statistics_url": "https://translate.yunohost.org/api/translations/yunohost/portal/mk/statistics/?format=api",
            "changes_list_url": "https://translate.yunohost.org/api/translations/yunohost/portal/mk/changes/?format=api",
            "units_list_url": "https://translate.yunohost.org/api/translations/yunohost/portal/mk/units/?format=api"
        },
        {
            "language": {
                "id": 210,
                "code": "nb_NO",
                "name": "Norwegian Bokmål",
                "plural": {
                    "id": 210,
                    "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://translate.yunohost.org/languages/nb_NO/",
                "url": "https://translate.yunohost.org/api/languages/nb_NO/?format=api",
                "statistics_url": "https://translate.yunohost.org/api/languages/nb_NO/statistics/?format=api"
            },
            "component": {
                "name": "portal",
                "slug": "portal",
                "id": 6,
                "source_language": {
                    "id": 73,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 73,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://translate.yunohost.org/languages/en/",
                    "url": "https://translate.yunohost.org/api/languages/en/?format=api",
                    "statistics_url": "https://translate.yunohost.org/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "YunoHost",
                    "slug": "yunohost",
                    "id": 1,
                    "web": "https://yunohost.org",
                    "web_url": "https://translate.yunohost.org/projects/yunohost/",
                    "url": "https://translate.yunohost.org/api/projects/yunohost/?format=api",
                    "components_list_url": "https://translate.yunohost.org/api/projects/yunohost/components/?format=api",
                    "repository_url": "https://translate.yunohost.org/api/projects/yunohost/repository/?format=api",
                    "statistics_url": "https://translate.yunohost.org/api/projects/yunohost/statistics/?format=api",
                    "categories_url": "https://translate.yunohost.org/api/projects/yunohost/categories/?format=api",
                    "changes_list_url": "https://translate.yunohost.org/api/projects/yunohost/changes/?format=api",
                    "languages_url": "https://translate.yunohost.org/api/projects/yunohost/languages/?format=api",
                    "labels_url": "https://translate.yunohost.org/api/projects/yunohost/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/YunoHost/yunohost-portal",
                "git_export": "https://translate.yunohost.org/git/yunohost/portal/",
                "branch": "dev",
                "push_branch": "",
                "filemask": "locales/*.json",
                "screenshot_filemask": "",
                "template": "locales/en.json",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "json-nested",
                "license": "AGPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/AGPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "https://translate.yunohost.org/projects/yunohost/portal/",
                "url": "https://translate.yunohost.org/api/components/yunohost/portal/?format=api",
                "repository_url": "https://translate.yunohost.org/api/components/yunohost/portal/repository/?format=api",
                "translations_url": "https://translate.yunohost.org/api/components/yunohost/portal/translations/?format=api",
                "statistics_url": "https://translate.yunohost.org/api/components/yunohost/portal/statistics/?format=api",
                "lock_url": "https://translate.yunohost.org/api/components/yunohost/portal/lock/?format=api",
                "links_url": "https://translate.yunohost.org/api/components/yunohost/portal/links/?format=api",
                "changes_list_url": "https://translate.yunohost.org/api/components/yunohost/portal/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "",
                "push": "https://github.com/YunoHost/yunohost-portal",
                "check_flags": "python-brace-format",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": true,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [
                    "https://translate.yunohost.org/api/addons/2/?format=api",
                    "https://translate.yunohost.org/api/addons/3/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "nb_NO",
            "id": 254,
            "filename": "locales/nb_NO.json",
            "revision": "62fc83ac4fcaf4d0a638d210159ba5395fca5604,69306e2a62627c83d4947a2799a7085642eb32bd",
            "web_url": "https://translate.yunohost.org/projects/yunohost/portal/nb_NO/",
            "share_url": "https://translate.yunohost.org/engage/yunohost/-/nb_NO/",
            "translate_url": "https://translate.yunohost.org/translate/yunohost/portal/nb_NO/",
            "url": "https://translate.yunohost.org/api/translations/yunohost/portal/nb_NO/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 57,
            "total_words": 230,
            "translated": 16,
            "translated_words": 24,
            "translated_percent": 28.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://translate.yunohost.org/api/translations/yunohost/portal/nb_NO/repository/?format=api",
            "file_url": "https://translate.yunohost.org/api/translations/yunohost/portal/nb_NO/file/?format=api",
            "statistics_url": "https://translate.yunohost.org/api/translations/yunohost/portal/nb_NO/statistics/?format=api",
            "changes_list_url": "https://translate.yunohost.org/api/translations/yunohost/portal/nb_NO/changes/?format=api",
            "units_list_url": "https://translate.yunohost.org/api/translations/yunohost/portal/nb_NO/units/?format=api"
        },
        {
            "language": {
                "id": 213,
                "code": "ne",
                "name": "Nepali",
                "plural": {
                    "id": 213,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "np",
                    "nep",
                    "npi"
                ],
                "direction": "ltr",
                "population": 20903374,
                "web_url": "https://translate.yunohost.org/languages/ne/",
                "url": "https://translate.yunohost.org/api/languages/ne/?format=api",
                "statistics_url": "https://translate.yunohost.org/api/languages/ne/statistics/?format=api"
            },
            "component": {
                "name": "portal",
                "slug": "portal",
                "id": 6,
                "source_language": {
                    "id": 73,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 73,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://translate.yunohost.org/languages/en/",
                    "url": "https://translate.yunohost.org/api/languages/en/?format=api",
                    "statistics_url": "https://translate.yunohost.org/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "YunoHost",
                    "slug": "yunohost",
                    "id": 1,
                    "web": "https://yunohost.org",
                    "web_url": "https://translate.yunohost.org/projects/yunohost/",
                    "url": "https://translate.yunohost.org/api/projects/yunohost/?format=api",
                    "components_list_url": "https://translate.yunohost.org/api/projects/yunohost/components/?format=api",
                    "repository_url": "https://translate.yunohost.org/api/projects/yunohost/repository/?format=api",
                    "statistics_url": "https://translate.yunohost.org/api/projects/yunohost/statistics/?format=api",
                    "categories_url": "https://translate.yunohost.org/api/projects/yunohost/categories/?format=api",
                    "changes_list_url": "https://translate.yunohost.org/api/projects/yunohost/changes/?format=api",
                    "languages_url": "https://translate.yunohost.org/api/projects/yunohost/languages/?format=api",
                    "labels_url": "https://translate.yunohost.org/api/projects/yunohost/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/YunoHost/yunohost-portal",
                "git_export": "https://translate.yunohost.org/git/yunohost/portal/",
                "branch": "dev",
                "push_branch": "",
                "filemask": "locales/*.json",
                "screenshot_filemask": "",
                "template": "locales/en.json",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "json-nested",
                "license": "AGPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/AGPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "https://translate.yunohost.org/projects/yunohost/portal/",
                "url": "https://translate.yunohost.org/api/components/yunohost/portal/?format=api",
                "repository_url": "https://translate.yunohost.org/api/components/yunohost/portal/repository/?format=api",
                "translations_url": "https://translate.yunohost.org/api/components/yunohost/portal/translations/?format=api",
                "statistics_url": "https://translate.yunohost.org/api/components/yunohost/portal/statistics/?format=api",
                "lock_url": "https://translate.yunohost.org/api/components/yunohost/portal/lock/?format=api",
                "links_url": "https://translate.yunohost.org/api/components/yunohost/portal/links/?format=api",
                "changes_list_url": "https://translate.yunohost.org/api/components/yunohost/portal/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "",
                "push": "https://github.com/YunoHost/yunohost-portal",
                "check_flags": "python-brace-format",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": true,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [
                    "https://translate.yunohost.org/api/addons/2/?format=api",
                    "https://translate.yunohost.org/api/addons/3/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "ne",
            "id": 255,
            "filename": "locales/ne.json",
            "revision": "0ef192851c79009d290932132ecca50928757060,69306e2a62627c83d4947a2799a7085642eb32bd",
            "web_url": "https://translate.yunohost.org/projects/yunohost/portal/ne/",
            "share_url": "https://translate.yunohost.org/engage/yunohost/-/ne/",
            "translate_url": "https://translate.yunohost.org/translate/yunohost/portal/ne/",
            "url": "https://translate.yunohost.org/api/translations/yunohost/portal/ne/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 57,
            "total_words": 230,
            "translated": 24,
            "translated_words": 76,
            "translated_percent": 42.1,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 1,
            "failing_checks_words": 34,
            "failing_checks_percent": 1.7,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://translate.yunohost.org/api/translations/yunohost/portal/ne/repository/?format=api",
            "file_url": "https://translate.yunohost.org/api/translations/yunohost/portal/ne/file/?format=api",
            "statistics_url": "https://translate.yunohost.org/api/translations/yunohost/portal/ne/statistics/?format=api",
            "changes_list_url": "https://translate.yunohost.org/api/translations/yunohost/portal/ne/changes/?format=api",
            "units_list_url": "https://translate.yunohost.org/api/translations/yunohost/portal/ne/units/?format=api"
        },
        {
            "language": {
                "id": 215,
                "code": "nl",
                "name": "Dutch",
                "plural": {
                    "id": 215,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "dut",
                    "nld"
                ],
                "direction": "ltr",
                "population": 31765645,
                "web_url": "https://translate.yunohost.org/languages/nl/",
                "url": "https://translate.yunohost.org/api/languages/nl/?format=api",
                "statistics_url": "https://translate.yunohost.org/api/languages/nl/statistics/?format=api"
            },
            "component": {
                "name": "portal",
                "slug": "portal",
                "id": 6,
                "source_language": {
                    "id": 73,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 73,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://translate.yunohost.org/languages/en/",
                    "url": "https://translate.yunohost.org/api/languages/en/?format=api",
                    "statistics_url": "https://translate.yunohost.org/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "YunoHost",
                    "slug": "yunohost",
                    "id": 1,
                    "web": "https://yunohost.org",
                    "web_url": "https://translate.yunohost.org/projects/yunohost/",
                    "url": "https://translate.yunohost.org/api/projects/yunohost/?format=api",
                    "components_list_url": "https://translate.yunohost.org/api/projects/yunohost/components/?format=api",
                    "repository_url": "https://translate.yunohost.org/api/projects/yunohost/repository/?format=api",
                    "statistics_url": "https://translate.yunohost.org/api/projects/yunohost/statistics/?format=api",
                    "categories_url": "https://translate.yunohost.org/api/projects/yunohost/categories/?format=api",
                    "changes_list_url": "https://translate.yunohost.org/api/projects/yunohost/changes/?format=api",
                    "languages_url": "https://translate.yunohost.org/api/projects/yunohost/languages/?format=api",
                    "labels_url": "https://translate.yunohost.org/api/projects/yunohost/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/YunoHost/yunohost-portal",
                "git_export": "https://translate.yunohost.org/git/yunohost/portal/",
                "branch": "dev",
                "push_branch": "",
                "filemask": "locales/*.json",
                "screenshot_filemask": "",
                "template": "locales/en.json",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "json-nested",
                "license": "AGPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/AGPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "https://translate.yunohost.org/projects/yunohost/portal/",
                "url": "https://translate.yunohost.org/api/components/yunohost/portal/?format=api",
                "repository_url": "https://translate.yunohost.org/api/components/yunohost/portal/repository/?format=api",
                "translations_url": "https://translate.yunohost.org/api/components/yunohost/portal/translations/?format=api",
                "statistics_url": "https://translate.yunohost.org/api/components/yunohost/portal/statistics/?format=api",
                "lock_url": "https://translate.yunohost.org/api/components/yunohost/portal/lock/?format=api",
                "links_url": "https://translate.yunohost.org/api/components/yunohost/portal/links/?format=api",
                "changes_list_url": "https://translate.yunohost.org/api/components/yunohost/portal/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "",
                "push": "https://github.com/YunoHost/yunohost-portal",
                "check_flags": "python-brace-format",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": true,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [
                    "https://translate.yunohost.org/api/addons/2/?format=api",
                    "https://translate.yunohost.org/api/addons/3/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "nl",
            "id": 256,
            "filename": "locales/nl.json",
            "revision": "df1cf2ff788ba662397751774e3a7f4091e6f98b,69306e2a62627c83d4947a2799a7085642eb32bd",
            "web_url": "https://translate.yunohost.org/projects/yunohost/portal/nl/",
            "share_url": "https://translate.yunohost.org/engage/yunohost/-/nl/",
            "translate_url": "https://translate.yunohost.org/translate/yunohost/portal/nl/",
            "url": "https://translate.yunohost.org/api/translations/yunohost/portal/nl/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 57,
            "total_words": 230,
            "translated": 24,
            "translated_words": 76,
            "translated_percent": 42.1,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 1,
            "failing_checks_words": 1,
            "failing_checks_percent": 1.7,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://translate.yunohost.org/api/translations/yunohost/portal/nl/repository/?format=api",
            "file_url": "https://translate.yunohost.org/api/translations/yunohost/portal/nl/file/?format=api",
            "statistics_url": "https://translate.yunohost.org/api/translations/yunohost/portal/nl/statistics/?format=api",
            "changes_list_url": "https://translate.yunohost.org/api/translations/yunohost/portal/nl/changes/?format=api",
            "units_list_url": "https://translate.yunohost.org/api/translations/yunohost/portal/nl/units/?format=api"
        },
        {
            "language": {
                "id": 225,
                "code": "oc",
                "name": "Occitan",
                "plural": {
                    "id": 225,
                    "source": 0,
                    "number": 2,
                    "formula": "n > 1",
                    "type": 1
                },
                "aliases": [
                    "oci"
                ],
                "direction": "ltr",
                "population": 2040397,
                "web_url": "https://translate.yunohost.org/languages/oc/",
                "url": "https://translate.yunohost.org/api/languages/oc/?format=api",
                "statistics_url": "https://translate.yunohost.org/api/languages/oc/statistics/?format=api"
            },
            "component": {
                "name": "portal",
                "slug": "portal",
                "id": 6,
                "source_language": {
                    "id": 73,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 73,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://translate.yunohost.org/languages/en/",
                    "url": "https://translate.yunohost.org/api/languages/en/?format=api",
                    "statistics_url": "https://translate.yunohost.org/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "YunoHost",
                    "slug": "yunohost",
                    "id": 1,
                    "web": "https://yunohost.org",
                    "web_url": "https://translate.yunohost.org/projects/yunohost/",
                    "url": "https://translate.yunohost.org/api/projects/yunohost/?format=api",
                    "components_list_url": "https://translate.yunohost.org/api/projects/yunohost/components/?format=api",
                    "repository_url": "https://translate.yunohost.org/api/projects/yunohost/repository/?format=api",
                    "statistics_url": "https://translate.yunohost.org/api/projects/yunohost/statistics/?format=api",
                    "categories_url": "https://translate.yunohost.org/api/projects/yunohost/categories/?format=api",
                    "changes_list_url": "https://translate.yunohost.org/api/projects/yunohost/changes/?format=api",
                    "languages_url": "https://translate.yunohost.org/api/projects/yunohost/languages/?format=api",
                    "labels_url": "https://translate.yunohost.org/api/projects/yunohost/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/YunoHost/yunohost-portal",
                "git_export": "https://translate.yunohost.org/git/yunohost/portal/",
                "branch": "dev",
                "push_branch": "",
                "filemask": "locales/*.json",
                "screenshot_filemask": "",
                "template": "locales/en.json",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "json-nested",
                "license": "AGPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/AGPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "https://translate.yunohost.org/projects/yunohost/portal/",
                "url": "https://translate.yunohost.org/api/components/yunohost/portal/?format=api",
                "repository_url": "https://translate.yunohost.org/api/components/yunohost/portal/repository/?format=api",
                "translations_url": "https://translate.yunohost.org/api/components/yunohost/portal/translations/?format=api",
                "statistics_url": "https://translate.yunohost.org/api/components/yunohost/portal/statistics/?format=api",
                "lock_url": "https://translate.yunohost.org/api/components/yunohost/portal/lock/?format=api",
                "links_url": "https://translate.yunohost.org/api/components/yunohost/portal/links/?format=api",
                "changes_list_url": "https://translate.yunohost.org/api/components/yunohost/portal/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "",
                "push": "https://github.com/YunoHost/yunohost-portal",
                "check_flags": "python-brace-format",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": true,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [
                    "https://translate.yunohost.org/api/addons/2/?format=api",
                    "https://translate.yunohost.org/api/addons/3/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "oc",
            "id": 257,
            "filename": "locales/oc.json",
            "revision": "40cf3dfa7035ca0a2d65bf85f8fa41460af5ac33,69306e2a62627c83d4947a2799a7085642eb32bd",
            "web_url": "https://translate.yunohost.org/projects/yunohost/portal/oc/",
            "share_url": "https://translate.yunohost.org/engage/yunohost/-/oc/",
            "translate_url": "https://translate.yunohost.org/translate/yunohost/portal/oc/",
            "url": "https://translate.yunohost.org/api/translations/yunohost/portal/oc/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 57,
            "total_words": 230,
            "translated": 46,
            "translated_words": 138,
            "translated_percent": 80.7,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 4,
            "failing_checks_words": 42,
            "failing_checks_percent": 7.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-02-03T19:34:32.987991Z",
            "last_author": "Quentí",
            "repository_url": "https://translate.yunohost.org/api/translations/yunohost/portal/oc/repository/?format=api",
            "file_url": "https://translate.yunohost.org/api/translations/yunohost/portal/oc/file/?format=api",
            "statistics_url": "https://translate.yunohost.org/api/translations/yunohost/portal/oc/statistics/?format=api",
            "changes_list_url": "https://translate.yunohost.org/api/translations/yunohost/portal/oc/changes/?format=api",
            "units_list_url": "https://translate.yunohost.org/api/translations/yunohost/portal/oc/units/?format=api"
        },
        {
            "language": {
                "id": 233,
                "code": "pl",
                "name": "Polish",
                "plural": {
                    "id": 233,
                    "source": 0,
                    "number": 3,
                    "formula": "n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2",
                    "type": 22
                },
                "aliases": [
                    "plk",
                    "pol"
                ],
                "direction": "ltr",
                "population": 41077398,
                "web_url": "https://translate.yunohost.org/languages/pl/",
                "url": "https://translate.yunohost.org/api/languages/pl/?format=api",
                "statistics_url": "https://translate.yunohost.org/api/languages/pl/statistics/?format=api"
            },
            "component": {
                "name": "portal",
                "slug": "portal",
                "id": 6,
                "source_language": {
                    "id": 73,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 73,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://translate.yunohost.org/languages/en/",
                    "url": "https://translate.yunohost.org/api/languages/en/?format=api",
                    "statistics_url": "https://translate.yunohost.org/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "YunoHost",
                    "slug": "yunohost",
                    "id": 1,
                    "web": "https://yunohost.org",
                    "web_url": "https://translate.yunohost.org/projects/yunohost/",
                    "url": "https://translate.yunohost.org/api/projects/yunohost/?format=api",
                    "components_list_url": "https://translate.yunohost.org/api/projects/yunohost/components/?format=api",
                    "repository_url": "https://translate.yunohost.org/api/projects/yunohost/repository/?format=api",
                    "statistics_url": "https://translate.yunohost.org/api/projects/yunohost/statistics/?format=api",
                    "categories_url": "https://translate.yunohost.org/api/projects/yunohost/categories/?format=api",
                    "changes_list_url": "https://translate.yunohost.org/api/projects/yunohost/changes/?format=api",
                    "languages_url": "https://translate.yunohost.org/api/projects/yunohost/languages/?format=api",
                    "labels_url": "https://translate.yunohost.org/api/projects/yunohost/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/YunoHost/yunohost-portal",
                "git_export": "https://translate.yunohost.org/git/yunohost/portal/",
                "branch": "dev",
                "push_branch": "",
                "filemask": "locales/*.json",
                "screenshot_filemask": "",
                "template": "locales/en.json",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "json-nested",
                "license": "AGPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/AGPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "https://translate.yunohost.org/projects/yunohost/portal/",
                "url": "https://translate.yunohost.org/api/components/yunohost/portal/?format=api",
                "repository_url": "https://translate.yunohost.org/api/components/yunohost/portal/repository/?format=api",
                "translations_url": "https://translate.yunohost.org/api/components/yunohost/portal/translations/?format=api",
                "statistics_url": "https://translate.yunohost.org/api/components/yunohost/portal/statistics/?format=api",
                "lock_url": "https://translate.yunohost.org/api/components/yunohost/portal/lock/?format=api",
                "links_url": "https://translate.yunohost.org/api/components/yunohost/portal/links/?format=api",
                "changes_list_url": "https://translate.yunohost.org/api/components/yunohost/portal/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "",
                "push": "https://github.com/YunoHost/yunohost-portal",
                "check_flags": "python-brace-format",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": true,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [
                    "https://translate.yunohost.org/api/addons/2/?format=api",
                    "https://translate.yunohost.org/api/addons/3/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "pl",
            "id": 258,
            "filename": "locales/pl.json",
            "revision": "34c6c3f0ddd5c27075e5811423b46da8135db1a2,69306e2a62627c83d4947a2799a7085642eb32bd",
            "web_url": "https://translate.yunohost.org/projects/yunohost/portal/pl/",
            "share_url": "https://translate.yunohost.org/engage/yunohost/-/pl/",
            "translate_url": "https://translate.yunohost.org/translate/yunohost/portal/pl/",
            "url": "https://translate.yunohost.org/api/translations/yunohost/portal/pl/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 57,
            "total_words": 230,
            "translated": 24,
            "translated_words": 76,
            "translated_percent": 42.1,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 2,
            "failing_checks_words": 35,
            "failing_checks_percent": 3.5,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://translate.yunohost.org/api/translations/yunohost/portal/pl/repository/?format=api",
            "file_url": "https://translate.yunohost.org/api/translations/yunohost/portal/pl/file/?format=api",
            "statistics_url": "https://translate.yunohost.org/api/translations/yunohost/portal/pl/statistics/?format=api",
            "changes_list_url": "https://translate.yunohost.org/api/translations/yunohost/portal/pl/changes/?format=api",
            "units_list_url": "https://translate.yunohost.org/api/translations/yunohost/portal/pl/units/?format=api"
        },
        {
            "language": {
                "id": 238,
                "code": "pt",
                "name": "Portuguese",
                "plural": {
                    "id": 238,
                    "source": 0,
                    "number": 2,
                    "formula": "n > 1",
                    "type": 1
                },
                "aliases": [
                    "por_pt",
                    "ptg",
                    "por"
                ],
                "direction": "ltr",
                "population": 237496883,
                "web_url": "https://translate.yunohost.org/languages/pt/",
                "url": "https://translate.yunohost.org/api/languages/pt/?format=api",
                "statistics_url": "https://translate.yunohost.org/api/languages/pt/statistics/?format=api"
            },
            "component": {
                "name": "portal",
                "slug": "portal",
                "id": 6,
                "source_language": {
                    "id": 73,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 73,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://translate.yunohost.org/languages/en/",
                    "url": "https://translate.yunohost.org/api/languages/en/?format=api",
                    "statistics_url": "https://translate.yunohost.org/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "YunoHost",
                    "slug": "yunohost",
                    "id": 1,
                    "web": "https://yunohost.org",
                    "web_url": "https://translate.yunohost.org/projects/yunohost/",
                    "url": "https://translate.yunohost.org/api/projects/yunohost/?format=api",
                    "components_list_url": "https://translate.yunohost.org/api/projects/yunohost/components/?format=api",
                    "repository_url": "https://translate.yunohost.org/api/projects/yunohost/repository/?format=api",
                    "statistics_url": "https://translate.yunohost.org/api/projects/yunohost/statistics/?format=api",
                    "categories_url": "https://translate.yunohost.org/api/projects/yunohost/categories/?format=api",
                    "changes_list_url": "https://translate.yunohost.org/api/projects/yunohost/changes/?format=api",
                    "languages_url": "https://translate.yunohost.org/api/projects/yunohost/languages/?format=api",
                    "labels_url": "https://translate.yunohost.org/api/projects/yunohost/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/YunoHost/yunohost-portal",
                "git_export": "https://translate.yunohost.org/git/yunohost/portal/",
                "branch": "dev",
                "push_branch": "",
                "filemask": "locales/*.json",
                "screenshot_filemask": "",
                "template": "locales/en.json",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "json-nested",
                "license": "AGPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/AGPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "https://translate.yunohost.org/projects/yunohost/portal/",
                "url": "https://translate.yunohost.org/api/components/yunohost/portal/?format=api",
                "repository_url": "https://translate.yunohost.org/api/components/yunohost/portal/repository/?format=api",
                "translations_url": "https://translate.yunohost.org/api/components/yunohost/portal/translations/?format=api",
                "statistics_url": "https://translate.yunohost.org/api/components/yunohost/portal/statistics/?format=api",
                "lock_url": "https://translate.yunohost.org/api/components/yunohost/portal/lock/?format=api",
                "links_url": "https://translate.yunohost.org/api/components/yunohost/portal/links/?format=api",
                "changes_list_url": "https://translate.yunohost.org/api/components/yunohost/portal/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "",
                "push": "https://github.com/YunoHost/yunohost-portal",
                "check_flags": "python-brace-format",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": true,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [
                    "https://translate.yunohost.org/api/addons/2/?format=api",
                    "https://translate.yunohost.org/api/addons/3/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "pt",
            "id": 259,
            "filename": "locales/pt.json",
            "revision": "3eb647b0629c4ac11595168ca4209b36d4c77aa1,69306e2a62627c83d4947a2799a7085642eb32bd",
            "web_url": "https://translate.yunohost.org/projects/yunohost/portal/pt/",
            "share_url": "https://translate.yunohost.org/engage/yunohost/-/pt/",
            "translate_url": "https://translate.yunohost.org/translate/yunohost/portal/pt/",
            "url": "https://translate.yunohost.org/api/translations/yunohost/portal/pt/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 57,
            "total_words": 230,
            "translated": 24,
            "translated_words": 76,
            "translated_percent": 42.1,
            "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://translate.yunohost.org/api/translations/yunohost/portal/pt/repository/?format=api",
            "file_url": "https://translate.yunohost.org/api/translations/yunohost/portal/pt/file/?format=api",
            "statistics_url": "https://translate.yunohost.org/api/translations/yunohost/portal/pt/statistics/?format=api",
            "changes_list_url": "https://translate.yunohost.org/api/translations/yunohost/portal/pt/changes/?format=api",
            "units_list_url": "https://translate.yunohost.org/api/translations/yunohost/portal/pt/units/?format=api"
        },
        {
            "language": {
                "id": 240,
                "code": "pt_BR",
                "name": "Portuguese (Brazil)",
                "plural": {
                    "id": 240,
                    "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://translate.yunohost.org/languages/pt_BR/",
                "url": "https://translate.yunohost.org/api/languages/pt_BR/?format=api",
                "statistics_url": "https://translate.yunohost.org/api/languages/pt_BR/statistics/?format=api"
            },
            "component": {
                "name": "portal",
                "slug": "portal",
                "id": 6,
                "source_language": {
                    "id": 73,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 73,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://translate.yunohost.org/languages/en/",
                    "url": "https://translate.yunohost.org/api/languages/en/?format=api",
                    "statistics_url": "https://translate.yunohost.org/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "YunoHost",
                    "slug": "yunohost",
                    "id": 1,
                    "web": "https://yunohost.org",
                    "web_url": "https://translate.yunohost.org/projects/yunohost/",
                    "url": "https://translate.yunohost.org/api/projects/yunohost/?format=api",
                    "components_list_url": "https://translate.yunohost.org/api/projects/yunohost/components/?format=api",
                    "repository_url": "https://translate.yunohost.org/api/projects/yunohost/repository/?format=api",
                    "statistics_url": "https://translate.yunohost.org/api/projects/yunohost/statistics/?format=api",
                    "categories_url": "https://translate.yunohost.org/api/projects/yunohost/categories/?format=api",
                    "changes_list_url": "https://translate.yunohost.org/api/projects/yunohost/changes/?format=api",
                    "languages_url": "https://translate.yunohost.org/api/projects/yunohost/languages/?format=api",
                    "labels_url": "https://translate.yunohost.org/api/projects/yunohost/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/YunoHost/yunohost-portal",
                "git_export": "https://translate.yunohost.org/git/yunohost/portal/",
                "branch": "dev",
                "push_branch": "",
                "filemask": "locales/*.json",
                "screenshot_filemask": "",
                "template": "locales/en.json",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "json-nested",
                "license": "AGPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/AGPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "https://translate.yunohost.org/projects/yunohost/portal/",
                "url": "https://translate.yunohost.org/api/components/yunohost/portal/?format=api",
                "repository_url": "https://translate.yunohost.org/api/components/yunohost/portal/repository/?format=api",
                "translations_url": "https://translate.yunohost.org/api/components/yunohost/portal/translations/?format=api",
                "statistics_url": "https://translate.yunohost.org/api/components/yunohost/portal/statistics/?format=api",
                "lock_url": "https://translate.yunohost.org/api/components/yunohost/portal/lock/?format=api",
                "links_url": "https://translate.yunohost.org/api/components/yunohost/portal/links/?format=api",
                "changes_list_url": "https://translate.yunohost.org/api/components/yunohost/portal/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "",
                "push": "https://github.com/YunoHost/yunohost-portal",
                "check_flags": "python-brace-format",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": true,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [
                    "https://translate.yunohost.org/api/addons/2/?format=api",
                    "https://translate.yunohost.org/api/addons/3/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "pt_BR",
            "id": 260,
            "filename": "locales/pt_BR.json",
            "revision": "e7c1349a3490cf55a5facb9664670c9179663468,69306e2a62627c83d4947a2799a7085642eb32bd",
            "web_url": "https://translate.yunohost.org/projects/yunohost/portal/pt_BR/",
            "share_url": "https://translate.yunohost.org/engage/yunohost/-/pt_BR/",
            "translate_url": "https://translate.yunohost.org/translate/yunohost/portal/pt_BR/",
            "url": "https://translate.yunohost.org/api/translations/yunohost/portal/pt_BR/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 57,
            "total_words": 230,
            "translated": 3,
            "translated_words": 3,
            "translated_percent": 5.2,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://translate.yunohost.org/api/translations/yunohost/portal/pt_BR/repository/?format=api",
            "file_url": "https://translate.yunohost.org/api/translations/yunohost/portal/pt_BR/file/?format=api",
            "statistics_url": "https://translate.yunohost.org/api/translations/yunohost/portal/pt_BR/statistics/?format=api",
            "changes_list_url": "https://translate.yunohost.org/api/translations/yunohost/portal/pt_BR/changes/?format=api",
            "units_list_url": "https://translate.yunohost.org/api/translations/yunohost/portal/pt_BR/units/?format=api"
        },
        {
            "language": {
                "id": 248,
                "code": "ru",
                "name": "Russian",
                "plural": {
                    "id": 248,
                    "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://translate.yunohost.org/languages/ru/",
                "url": "https://translate.yunohost.org/api/languages/ru/?format=api",
                "statistics_url": "https://translate.yunohost.org/api/languages/ru/statistics/?format=api"
            },
            "component": {
                "name": "portal",
                "slug": "portal",
                "id": 6,
                "source_language": {
                    "id": 73,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 73,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://translate.yunohost.org/languages/en/",
                    "url": "https://translate.yunohost.org/api/languages/en/?format=api",
                    "statistics_url": "https://translate.yunohost.org/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "YunoHost",
                    "slug": "yunohost",
                    "id": 1,
                    "web": "https://yunohost.org",
                    "web_url": "https://translate.yunohost.org/projects/yunohost/",
                    "url": "https://translate.yunohost.org/api/projects/yunohost/?format=api",
                    "components_list_url": "https://translate.yunohost.org/api/projects/yunohost/components/?format=api",
                    "repository_url": "https://translate.yunohost.org/api/projects/yunohost/repository/?format=api",
                    "statistics_url": "https://translate.yunohost.org/api/projects/yunohost/statistics/?format=api",
                    "categories_url": "https://translate.yunohost.org/api/projects/yunohost/categories/?format=api",
                    "changes_list_url": "https://translate.yunohost.org/api/projects/yunohost/changes/?format=api",
                    "languages_url": "https://translate.yunohost.org/api/projects/yunohost/languages/?format=api",
                    "labels_url": "https://translate.yunohost.org/api/projects/yunohost/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/YunoHost/yunohost-portal",
                "git_export": "https://translate.yunohost.org/git/yunohost/portal/",
                "branch": "dev",
                "push_branch": "",
                "filemask": "locales/*.json",
                "screenshot_filemask": "",
                "template": "locales/en.json",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "json-nested",
                "license": "AGPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/AGPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "https://translate.yunohost.org/projects/yunohost/portal/",
                "url": "https://translate.yunohost.org/api/components/yunohost/portal/?format=api",
                "repository_url": "https://translate.yunohost.org/api/components/yunohost/portal/repository/?format=api",
                "translations_url": "https://translate.yunohost.org/api/components/yunohost/portal/translations/?format=api",
                "statistics_url": "https://translate.yunohost.org/api/components/yunohost/portal/statistics/?format=api",
                "lock_url": "https://translate.yunohost.org/api/components/yunohost/portal/lock/?format=api",
                "links_url": "https://translate.yunohost.org/api/components/yunohost/portal/links/?format=api",
                "changes_list_url": "https://translate.yunohost.org/api/components/yunohost/portal/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "",
                "push": "https://github.com/YunoHost/yunohost-portal",
                "check_flags": "python-brace-format",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": true,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [
                    "https://translate.yunohost.org/api/addons/2/?format=api",
                    "https://translate.yunohost.org/api/addons/3/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "ru",
            "id": 261,
            "filename": "locales/ru.json",
            "revision": "f456774be99fa4b50d6352edd09e2c207490fefe,69306e2a62627c83d4947a2799a7085642eb32bd",
            "web_url": "https://translate.yunohost.org/projects/yunohost/portal/ru/",
            "share_url": "https://translate.yunohost.org/engage/yunohost/-/ru/",
            "translate_url": "https://translate.yunohost.org/translate/yunohost/portal/ru/",
            "url": "https://translate.yunohost.org/api/translations/yunohost/portal/ru/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 57,
            "total_words": 230,
            "translated": 24,
            "translated_words": 76,
            "translated_percent": 42.1,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 3,
            "failing_checks_words": 4,
            "failing_checks_percent": 5.2,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://translate.yunohost.org/api/translations/yunohost/portal/ru/repository/?format=api",
            "file_url": "https://translate.yunohost.org/api/translations/yunohost/portal/ru/file/?format=api",
            "statistics_url": "https://translate.yunohost.org/api/translations/yunohost/portal/ru/statistics/?format=api",
            "changes_list_url": "https://translate.yunohost.org/api/translations/yunohost/portal/ru/changes/?format=api",
            "units_list_url": "https://translate.yunohost.org/api/translations/yunohost/portal/ru/units/?format=api"
        },
        {
            "language": {
                "id": 267,
                "code": "sk",
                "name": "Slovak",
                "plural": {
                    "id": 267,
                    "source": 0,
                    "number": 3,
                    "formula": "(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2",
                    "type": 22
                },
                "aliases": [
                    "svk",
                    "sky",
                    "slk",
                    "slo"
                ],
                "direction": "ltr",
                "population": 6680269,
                "web_url": "https://translate.yunohost.org/languages/sk/",
                "url": "https://translate.yunohost.org/api/languages/sk/?format=api",
                "statistics_url": "https://translate.yunohost.org/api/languages/sk/statistics/?format=api"
            },
            "component": {
                "name": "portal",
                "slug": "portal",
                "id": 6,
                "source_language": {
                    "id": 73,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 73,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://translate.yunohost.org/languages/en/",
                    "url": "https://translate.yunohost.org/api/languages/en/?format=api",
                    "statistics_url": "https://translate.yunohost.org/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "YunoHost",
                    "slug": "yunohost",
                    "id": 1,
                    "web": "https://yunohost.org",
                    "web_url": "https://translate.yunohost.org/projects/yunohost/",
                    "url": "https://translate.yunohost.org/api/projects/yunohost/?format=api",
                    "components_list_url": "https://translate.yunohost.org/api/projects/yunohost/components/?format=api",
                    "repository_url": "https://translate.yunohost.org/api/projects/yunohost/repository/?format=api",
                    "statistics_url": "https://translate.yunohost.org/api/projects/yunohost/statistics/?format=api",
                    "categories_url": "https://translate.yunohost.org/api/projects/yunohost/categories/?format=api",
                    "changes_list_url": "https://translate.yunohost.org/api/projects/yunohost/changes/?format=api",
                    "languages_url": "https://translate.yunohost.org/api/projects/yunohost/languages/?format=api",
                    "labels_url": "https://translate.yunohost.org/api/projects/yunohost/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/YunoHost/yunohost-portal",
                "git_export": "https://translate.yunohost.org/git/yunohost/portal/",
                "branch": "dev",
                "push_branch": "",
                "filemask": "locales/*.json",
                "screenshot_filemask": "",
                "template": "locales/en.json",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "json-nested",
                "license": "AGPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/AGPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "https://translate.yunohost.org/projects/yunohost/portal/",
                "url": "https://translate.yunohost.org/api/components/yunohost/portal/?format=api",
                "repository_url": "https://translate.yunohost.org/api/components/yunohost/portal/repository/?format=api",
                "translations_url": "https://translate.yunohost.org/api/components/yunohost/portal/translations/?format=api",
                "statistics_url": "https://translate.yunohost.org/api/components/yunohost/portal/statistics/?format=api",
                "lock_url": "https://translate.yunohost.org/api/components/yunohost/portal/lock/?format=api",
                "links_url": "https://translate.yunohost.org/api/components/yunohost/portal/links/?format=api",
                "changes_list_url": "https://translate.yunohost.org/api/components/yunohost/portal/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "",
                "push": "https://github.com/YunoHost/yunohost-portal",
                "check_flags": "python-brace-format",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": true,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [
                    "https://translate.yunohost.org/api/addons/2/?format=api",
                    "https://translate.yunohost.org/api/addons/3/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "sk",
            "id": 262,
            "filename": "locales/sk.json",
            "revision": "b3ea07373f84c330ff116017c79d40f6127c7cc2,69306e2a62627c83d4947a2799a7085642eb32bd",
            "web_url": "https://translate.yunohost.org/projects/yunohost/portal/sk/",
            "share_url": "https://translate.yunohost.org/engage/yunohost/-/sk/",
            "translate_url": "https://translate.yunohost.org/translate/yunohost/portal/sk/",
            "url": "https://translate.yunohost.org/api/translations/yunohost/portal/sk/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 57,
            "total_words": 230,
            "translated": 24,
            "translated_words": 76,
            "translated_percent": 42.1,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 2,
            "failing_checks_words": 35,
            "failing_checks_percent": 3.5,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://translate.yunohost.org/api/translations/yunohost/portal/sk/repository/?format=api",
            "file_url": "https://translate.yunohost.org/api/translations/yunohost/portal/sk/file/?format=api",
            "statistics_url": "https://translate.yunohost.org/api/translations/yunohost/portal/sk/statistics/?format=api",
            "changes_list_url": "https://translate.yunohost.org/api/translations/yunohost/portal/sk/changes/?format=api",
            "units_list_url": "https://translate.yunohost.org/api/translations/yunohost/portal/sk/units/?format=api"
        },
        {
            "language": {
                "id": 268,
                "code": "sl",
                "name": "Slovenian",
                "plural": {
                    "id": 268,
                    "source": 0,
                    "number": 4,
                    "formula": "n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3",
                    "type": 6
                },
                "aliases": [
                    "sl_sl",
                    "slv"
                ],
                "direction": "ltr",
                "population": 1973179,
                "web_url": "https://translate.yunohost.org/languages/sl/",
                "url": "https://translate.yunohost.org/api/languages/sl/?format=api",
                "statistics_url": "https://translate.yunohost.org/api/languages/sl/statistics/?format=api"
            },
            "component": {
                "name": "portal",
                "slug": "portal",
                "id": 6,
                "source_language": {
                    "id": 73,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 73,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://translate.yunohost.org/languages/en/",
                    "url": "https://translate.yunohost.org/api/languages/en/?format=api",
                    "statistics_url": "https://translate.yunohost.org/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "YunoHost",
                    "slug": "yunohost",
                    "id": 1,
                    "web": "https://yunohost.org",
                    "web_url": "https://translate.yunohost.org/projects/yunohost/",
                    "url": "https://translate.yunohost.org/api/projects/yunohost/?format=api",
                    "components_list_url": "https://translate.yunohost.org/api/projects/yunohost/components/?format=api",
                    "repository_url": "https://translate.yunohost.org/api/projects/yunohost/repository/?format=api",
                    "statistics_url": "https://translate.yunohost.org/api/projects/yunohost/statistics/?format=api",
                    "categories_url": "https://translate.yunohost.org/api/projects/yunohost/categories/?format=api",
                    "changes_list_url": "https://translate.yunohost.org/api/projects/yunohost/changes/?format=api",
                    "languages_url": "https://translate.yunohost.org/api/projects/yunohost/languages/?format=api",
                    "labels_url": "https://translate.yunohost.org/api/projects/yunohost/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/YunoHost/yunohost-portal",
                "git_export": "https://translate.yunohost.org/git/yunohost/portal/",
                "branch": "dev",
                "push_branch": "",
                "filemask": "locales/*.json",
                "screenshot_filemask": "",
                "template": "locales/en.json",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "json-nested",
                "license": "AGPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/AGPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "https://translate.yunohost.org/projects/yunohost/portal/",
                "url": "https://translate.yunohost.org/api/components/yunohost/portal/?format=api",
                "repository_url": "https://translate.yunohost.org/api/components/yunohost/portal/repository/?format=api",
                "translations_url": "https://translate.yunohost.org/api/components/yunohost/portal/translations/?format=api",
                "statistics_url": "https://translate.yunohost.org/api/components/yunohost/portal/statistics/?format=api",
                "lock_url": "https://translate.yunohost.org/api/components/yunohost/portal/lock/?format=api",
                "links_url": "https://translate.yunohost.org/api/components/yunohost/portal/links/?format=api",
                "changes_list_url": "https://translate.yunohost.org/api/components/yunohost/portal/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "",
                "push": "https://github.com/YunoHost/yunohost-portal",
                "check_flags": "python-brace-format",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": true,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [
                    "https://translate.yunohost.org/api/addons/2/?format=api",
                    "https://translate.yunohost.org/api/addons/3/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "sl",
            "id": 263,
            "filename": "locales/sl.json",
            "revision": "ad774ea3df1b01d4a40b75223596cbe2ce8d1444,69306e2a62627c83d4947a2799a7085642eb32bd",
            "web_url": "https://translate.yunohost.org/projects/yunohost/portal/sl/",
            "share_url": "https://translate.yunohost.org/engage/yunohost/-/sl/",
            "translate_url": "https://translate.yunohost.org/translate/yunohost/portal/sl/",
            "url": "https://translate.yunohost.org/api/translations/yunohost/portal/sl/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 57,
            "total_words": 230,
            "translated": 4,
            "translated_words": 4,
            "translated_percent": 7.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://translate.yunohost.org/api/translations/yunohost/portal/sl/repository/?format=api",
            "file_url": "https://translate.yunohost.org/api/translations/yunohost/portal/sl/file/?format=api",
            "statistics_url": "https://translate.yunohost.org/api/translations/yunohost/portal/sl/statistics/?format=api",
            "changes_list_url": "https://translate.yunohost.org/api/translations/yunohost/portal/sl/changes/?format=api",
            "units_list_url": "https://translate.yunohost.org/api/translations/yunohost/portal/sl/units/?format=api"
        },
        {
            "language": {
                "id": 286,
                "code": "sv",
                "name": "Swedish",
                "plural": {
                    "id": 286,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "swe_se",
                    "sve",
                    "swe"
                ],
                "direction": "ltr",
                "population": 12932871,
                "web_url": "https://translate.yunohost.org/languages/sv/",
                "url": "https://translate.yunohost.org/api/languages/sv/?format=api",
                "statistics_url": "https://translate.yunohost.org/api/languages/sv/statistics/?format=api"
            },
            "component": {
                "name": "portal",
                "slug": "portal",
                "id": 6,
                "source_language": {
                    "id": 73,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 73,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://translate.yunohost.org/languages/en/",
                    "url": "https://translate.yunohost.org/api/languages/en/?format=api",
                    "statistics_url": "https://translate.yunohost.org/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "YunoHost",
                    "slug": "yunohost",
                    "id": 1,
                    "web": "https://yunohost.org",
                    "web_url": "https://translate.yunohost.org/projects/yunohost/",
                    "url": "https://translate.yunohost.org/api/projects/yunohost/?format=api",
                    "components_list_url": "https://translate.yunohost.org/api/projects/yunohost/components/?format=api",
                    "repository_url": "https://translate.yunohost.org/api/projects/yunohost/repository/?format=api",
                    "statistics_url": "https://translate.yunohost.org/api/projects/yunohost/statistics/?format=api",
                    "categories_url": "https://translate.yunohost.org/api/projects/yunohost/categories/?format=api",
                    "changes_list_url": "https://translate.yunohost.org/api/projects/yunohost/changes/?format=api",
                    "languages_url": "https://translate.yunohost.org/api/projects/yunohost/languages/?format=api",
                    "labels_url": "https://translate.yunohost.org/api/projects/yunohost/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/YunoHost/yunohost-portal",
                "git_export": "https://translate.yunohost.org/git/yunohost/portal/",
                "branch": "dev",
                "push_branch": "",
                "filemask": "locales/*.json",
                "screenshot_filemask": "",
                "template": "locales/en.json",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "json-nested",
                "license": "AGPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/AGPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "https://translate.yunohost.org/projects/yunohost/portal/",
                "url": "https://translate.yunohost.org/api/components/yunohost/portal/?format=api",
                "repository_url": "https://translate.yunohost.org/api/components/yunohost/portal/repository/?format=api",
                "translations_url": "https://translate.yunohost.org/api/components/yunohost/portal/translations/?format=api",
                "statistics_url": "https://translate.yunohost.org/api/components/yunohost/portal/statistics/?format=api",
                "lock_url": "https://translate.yunohost.org/api/components/yunohost/portal/lock/?format=api",
                "links_url": "https://translate.yunohost.org/api/components/yunohost/portal/links/?format=api",
                "changes_list_url": "https://translate.yunohost.org/api/components/yunohost/portal/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "",
                "push": "https://github.com/YunoHost/yunohost-portal",
                "check_flags": "python-brace-format",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": true,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [
                    "https://translate.yunohost.org/api/addons/2/?format=api",
                    "https://translate.yunohost.org/api/addons/3/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "sv",
            "id": 264,
            "filename": "locales/sv.json",
            "revision": "7a1f0283eaf535d4f9f537fb080d01dffdd408f3,69306e2a62627c83d4947a2799a7085642eb32bd",
            "web_url": "https://translate.yunohost.org/projects/yunohost/portal/sv/",
            "share_url": "https://translate.yunohost.org/engage/yunohost/-/sv/",
            "translate_url": "https://translate.yunohost.org/translate/yunohost/portal/sv/",
            "url": "https://translate.yunohost.org/api/translations/yunohost/portal/sv/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 57,
            "total_words": 230,
            "translated": 24,
            "translated_words": 76,
            "translated_percent": 42.1,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 2,
            "failing_checks_words": 35,
            "failing_checks_percent": 3.5,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-03-23T05:00:58.034530Z",
            "last_author": "Bram",
            "repository_url": "https://translate.yunohost.org/api/translations/yunohost/portal/sv/repository/?format=api",
            "file_url": "https://translate.yunohost.org/api/translations/yunohost/portal/sv/file/?format=api",
            "statistics_url": "https://translate.yunohost.org/api/translations/yunohost/portal/sv/statistics/?format=api",
            "changes_list_url": "https://translate.yunohost.org/api/translations/yunohost/portal/sv/changes/?format=api",
            "units_list_url": "https://translate.yunohost.org/api/translations/yunohost/portal/sv/units/?format=api"
        },
        {
            "language": {
                "id": 293,
                "code": "te",
                "name": "Telugu",
                "plural": {
                    "id": 293,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "tel"
                ],
                "direction": "ltr",
                "population": 95478480,
                "web_url": "https://translate.yunohost.org/languages/te/",
                "url": "https://translate.yunohost.org/api/languages/te/?format=api",
                "statistics_url": "https://translate.yunohost.org/api/languages/te/statistics/?format=api"
            },
            "component": {
                "name": "portal",
                "slug": "portal",
                "id": 6,
                "source_language": {
                    "id": 73,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 73,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://translate.yunohost.org/languages/en/",
                    "url": "https://translate.yunohost.org/api/languages/en/?format=api",
                    "statistics_url": "https://translate.yunohost.org/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "YunoHost",
                    "slug": "yunohost",
                    "id": 1,
                    "web": "https://yunohost.org",
                    "web_url": "https://translate.yunohost.org/projects/yunohost/",
                    "url": "https://translate.yunohost.org/api/projects/yunohost/?format=api",
                    "components_list_url": "https://translate.yunohost.org/api/projects/yunohost/components/?format=api",
                    "repository_url": "https://translate.yunohost.org/api/projects/yunohost/repository/?format=api",
                    "statistics_url": "https://translate.yunohost.org/api/projects/yunohost/statistics/?format=api",
                    "categories_url": "https://translate.yunohost.org/api/projects/yunohost/categories/?format=api",
                    "changes_list_url": "https://translate.yunohost.org/api/projects/yunohost/changes/?format=api",
                    "languages_url": "https://translate.yunohost.org/api/projects/yunohost/languages/?format=api",
                    "labels_url": "https://translate.yunohost.org/api/projects/yunohost/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/YunoHost/yunohost-portal",
                "git_export": "https://translate.yunohost.org/git/yunohost/portal/",
                "branch": "dev",
                "push_branch": "",
                "filemask": "locales/*.json",
                "screenshot_filemask": "",
                "template": "locales/en.json",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "json-nested",
                "license": "AGPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/AGPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "https://translate.yunohost.org/projects/yunohost/portal/",
                "url": "https://translate.yunohost.org/api/components/yunohost/portal/?format=api",
                "repository_url": "https://translate.yunohost.org/api/components/yunohost/portal/repository/?format=api",
                "translations_url": "https://translate.yunohost.org/api/components/yunohost/portal/translations/?format=api",
                "statistics_url": "https://translate.yunohost.org/api/components/yunohost/portal/statistics/?format=api",
                "lock_url": "https://translate.yunohost.org/api/components/yunohost/portal/lock/?format=api",
                "links_url": "https://translate.yunohost.org/api/components/yunohost/portal/links/?format=api",
                "changes_list_url": "https://translate.yunohost.org/api/components/yunohost/portal/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "",
                "push": "https://github.com/YunoHost/yunohost-portal",
                "check_flags": "python-brace-format",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": true,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [
                    "https://translate.yunohost.org/api/addons/2/?format=api",
                    "https://translate.yunohost.org/api/addons/3/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "te",
            "id": 265,
            "filename": "locales/te.json",
            "revision": "058a1515fdcd62088ae16b7f5be4c029282f39de,69306e2a62627c83d4947a2799a7085642eb32bd",
            "web_url": "https://translate.yunohost.org/projects/yunohost/portal/te/",
            "share_url": "https://translate.yunohost.org/engage/yunohost/-/te/",
            "translate_url": "https://translate.yunohost.org/translate/yunohost/portal/te/",
            "url": "https://translate.yunohost.org/api/translations/yunohost/portal/te/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 57,
            "total_words": 230,
            "translated": 4,
            "translated_words": 4,
            "translated_percent": 7.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://translate.yunohost.org/api/translations/yunohost/portal/te/repository/?format=api",
            "file_url": "https://translate.yunohost.org/api/translations/yunohost/portal/te/file/?format=api",
            "statistics_url": "https://translate.yunohost.org/api/translations/yunohost/portal/te/statistics/?format=api",
            "changes_list_url": "https://translate.yunohost.org/api/translations/yunohost/portal/te/changes/?format=api",
            "units_list_url": "https://translate.yunohost.org/api/translations/yunohost/portal/te/units/?format=api"
        },
        {
            "language": {
                "id": 305,
                "code": "tr",
                "name": "Turkish",
                "plural": {
                    "id": 305,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "trk",
                    "tur"
                ],
                "direction": "ltr",
                "population": 80360705,
                "web_url": "https://translate.yunohost.org/languages/tr/",
                "url": "https://translate.yunohost.org/api/languages/tr/?format=api",
                "statistics_url": "https://translate.yunohost.org/api/languages/tr/statistics/?format=api"
            },
            "component": {
                "name": "portal",
                "slug": "portal",
                "id": 6,
                "source_language": {
                    "id": 73,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 73,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://translate.yunohost.org/languages/en/",
                    "url": "https://translate.yunohost.org/api/languages/en/?format=api",
                    "statistics_url": "https://translate.yunohost.org/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "YunoHost",
                    "slug": "yunohost",
                    "id": 1,
                    "web": "https://yunohost.org",
                    "web_url": "https://translate.yunohost.org/projects/yunohost/",
                    "url": "https://translate.yunohost.org/api/projects/yunohost/?format=api",
                    "components_list_url": "https://translate.yunohost.org/api/projects/yunohost/components/?format=api",
                    "repository_url": "https://translate.yunohost.org/api/projects/yunohost/repository/?format=api",
                    "statistics_url": "https://translate.yunohost.org/api/projects/yunohost/statistics/?format=api",
                    "categories_url": "https://translate.yunohost.org/api/projects/yunohost/categories/?format=api",
                    "changes_list_url": "https://translate.yunohost.org/api/projects/yunohost/changes/?format=api",
                    "languages_url": "https://translate.yunohost.org/api/projects/yunohost/languages/?format=api",
                    "labels_url": "https://translate.yunohost.org/api/projects/yunohost/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/YunoHost/yunohost-portal",
                "git_export": "https://translate.yunohost.org/git/yunohost/portal/",
                "branch": "dev",
                "push_branch": "",
                "filemask": "locales/*.json",
                "screenshot_filemask": "",
                "template": "locales/en.json",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "json-nested",
                "license": "AGPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/AGPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "https://translate.yunohost.org/projects/yunohost/portal/",
                "url": "https://translate.yunohost.org/api/components/yunohost/portal/?format=api",
                "repository_url": "https://translate.yunohost.org/api/components/yunohost/portal/repository/?format=api",
                "translations_url": "https://translate.yunohost.org/api/components/yunohost/portal/translations/?format=api",
                "statistics_url": "https://translate.yunohost.org/api/components/yunohost/portal/statistics/?format=api",
                "lock_url": "https://translate.yunohost.org/api/components/yunohost/portal/lock/?format=api",
                "links_url": "https://translate.yunohost.org/api/components/yunohost/portal/links/?format=api",
                "changes_list_url": "https://translate.yunohost.org/api/components/yunohost/portal/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "",
                "push": "https://github.com/YunoHost/yunohost-portal",
                "check_flags": "python-brace-format",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": true,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [
                    "https://translate.yunohost.org/api/addons/2/?format=api",
                    "https://translate.yunohost.org/api/addons/3/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "tr",
            "id": 266,
            "filename": "locales/tr.json",
            "revision": "b3524ac811b45d1342e66b52983564e32b7e295d,69306e2a62627c83d4947a2799a7085642eb32bd",
            "web_url": "https://translate.yunohost.org/projects/yunohost/portal/tr/",
            "share_url": "https://translate.yunohost.org/engage/yunohost/-/tr/",
            "translate_url": "https://translate.yunohost.org/translate/yunohost/portal/tr/",
            "url": "https://translate.yunohost.org/api/translations/yunohost/portal/tr/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 57,
            "total_words": 230,
            "translated": 24,
            "translated_words": 76,
            "translated_percent": 42.1,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 3,
            "failing_checks_words": 36,
            "failing_checks_percent": 5.2,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://translate.yunohost.org/api/translations/yunohost/portal/tr/repository/?format=api",
            "file_url": "https://translate.yunohost.org/api/translations/yunohost/portal/tr/file/?format=api",
            "statistics_url": "https://translate.yunohost.org/api/translations/yunohost/portal/tr/statistics/?format=api",
            "changes_list_url": "https://translate.yunohost.org/api/translations/yunohost/portal/tr/changes/?format=api",
            "units_list_url": "https://translate.yunohost.org/api/translations/yunohost/portal/tr/units/?format=api"
        },
        {
            "language": {
                "id": 313,
                "code": "uk",
                "name": "Ukrainian",
                "plural": {
                    "id": 313,
                    "source": 0,
                    "number": 3,
                    "formula": "n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2",
                    "type": 22
                },
                "aliases": [
                    "ua",
                    "ua_ua",
                    "uk_uk",
                    "ukr"
                ],
                "direction": "ltr",
                "population": 29348975,
                "web_url": "https://translate.yunohost.org/languages/uk/",
                "url": "https://translate.yunohost.org/api/languages/uk/?format=api",
                "statistics_url": "https://translate.yunohost.org/api/languages/uk/statistics/?format=api"
            },
            "component": {
                "name": "portal",
                "slug": "portal",
                "id": 6,
                "source_language": {
                    "id": 73,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 73,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://translate.yunohost.org/languages/en/",
                    "url": "https://translate.yunohost.org/api/languages/en/?format=api",
                    "statistics_url": "https://translate.yunohost.org/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "YunoHost",
                    "slug": "yunohost",
                    "id": 1,
                    "web": "https://yunohost.org",
                    "web_url": "https://translate.yunohost.org/projects/yunohost/",
                    "url": "https://translate.yunohost.org/api/projects/yunohost/?format=api",
                    "components_list_url": "https://translate.yunohost.org/api/projects/yunohost/components/?format=api",
                    "repository_url": "https://translate.yunohost.org/api/projects/yunohost/repository/?format=api",
                    "statistics_url": "https://translate.yunohost.org/api/projects/yunohost/statistics/?format=api",
                    "categories_url": "https://translate.yunohost.org/api/projects/yunohost/categories/?format=api",
                    "changes_list_url": "https://translate.yunohost.org/api/projects/yunohost/changes/?format=api",
                    "languages_url": "https://translate.yunohost.org/api/projects/yunohost/languages/?format=api",
                    "labels_url": "https://translate.yunohost.org/api/projects/yunohost/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/YunoHost/yunohost-portal",
                "git_export": "https://translate.yunohost.org/git/yunohost/portal/",
                "branch": "dev",
                "push_branch": "",
                "filemask": "locales/*.json",
                "screenshot_filemask": "",
                "template": "locales/en.json",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "json-nested",
                "license": "AGPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/AGPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "https://translate.yunohost.org/projects/yunohost/portal/",
                "url": "https://translate.yunohost.org/api/components/yunohost/portal/?format=api",
                "repository_url": "https://translate.yunohost.org/api/components/yunohost/portal/repository/?format=api",
                "translations_url": "https://translate.yunohost.org/api/components/yunohost/portal/translations/?format=api",
                "statistics_url": "https://translate.yunohost.org/api/components/yunohost/portal/statistics/?format=api",
                "lock_url": "https://translate.yunohost.org/api/components/yunohost/portal/lock/?format=api",
                "links_url": "https://translate.yunohost.org/api/components/yunohost/portal/links/?format=api",
                "changes_list_url": "https://translate.yunohost.org/api/components/yunohost/portal/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "",
                "push": "https://github.com/YunoHost/yunohost-portal",
                "check_flags": "python-brace-format",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": true,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [
                    "https://translate.yunohost.org/api/addons/2/?format=api",
                    "https://translate.yunohost.org/api/addons/3/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "uk",
            "id": 267,
            "filename": "locales/uk.json",
            "revision": "cc1f0b655f5ed3ae61594eaee8a2bd71bfc6f972,69306e2a62627c83d4947a2799a7085642eb32bd",
            "web_url": "https://translate.yunohost.org/projects/yunohost/portal/uk/",
            "share_url": "https://translate.yunohost.org/engage/yunohost/-/uk/",
            "translate_url": "https://translate.yunohost.org/translate/yunohost/portal/uk/",
            "url": "https://translate.yunohost.org/api/translations/yunohost/portal/uk/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 57,
            "total_words": 230,
            "translated": 24,
            "translated_words": 76,
            "translated_percent": 42.1,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 2,
            "failing_checks_words": 35,
            "failing_checks_percent": 3.5,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://translate.yunohost.org/api/translations/yunohost/portal/uk/repository/?format=api",
            "file_url": "https://translate.yunohost.org/api/translations/yunohost/portal/uk/file/?format=api",
            "statistics_url": "https://translate.yunohost.org/api/translations/yunohost/portal/uk/statistics/?format=api",
            "changes_list_url": "https://translate.yunohost.org/api/translations/yunohost/portal/uk/changes/?format=api",
            "units_list_url": "https://translate.yunohost.org/api/translations/yunohost/portal/uk/units/?format=api"
        }
    ]
}