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": 2396,
    "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": 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": "2024-01-27T17:33:16.836388Z",
            "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": "bed4593486d73f4db4ed1e7032def6bc6e317b15,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": 25,
            "translated_words": 77,
            "translated_percent": 43.8,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 2,
            "failing_checks_words": 3,
            "failing_checks_percent": 3.5,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-08-05T11:54:48.022144Z",
            "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": "2024-01-27T17:33:16.939371Z",
            "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": "2024-01-27T17:33:16.985705Z",
            "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:05:25.722971Z",
            "last_author": null,
            "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": "2024-01-27T17:33:17.082447Z",
            "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": "1fcc963fa1977a25d06e8195ba0e548e7aaaa45c,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": 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-10-29T06:02:59.714216Z",
            "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": "2024-01-27T17:33:17.206555Z",
            "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"
        },
        {
            "language": {
                "id": 335,
                "code": "zh_Hans",
                "name": "Chinese (Simplified)",
                "plural": {
                    "id": 335,
                    "source": 0,
                    "number": 1,
                    "formula": "0",
                    "type": 0
                },
                "aliases": [
                    "chinese",
                    "chinese_chs",
                    "schinese",
                    "chinese_zh",
                    "cn",
                    "zh",
                    "zhcn",
                    "zh_cn",
                    "zh_chs",
                    "cmn",
                    "zh_hans_cn",
                    "zh_cmn_hans",
                    "chs",
                    "chi"
                ],
                "direction": "ltr",
                "population": 1266066359,
                "web_url": "https://translate.yunohost.org/languages/zh_Hans/",
                "url": "https://translate.yunohost.org/api/languages/zh_Hans/?format=api",
                "statistics_url": "https://translate.yunohost.org/api/languages/zh_Hans/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": "zh_Hans",
            "id": 268,
            "filename": "locales/zh_Hans.json",
            "revision": "e1a9a74ac3f1d8866b815e243b3bb656580a1b08,69306e2a62627c83d4947a2799a7085642eb32bd",
            "web_url": "https://translate.yunohost.org/projects/yunohost/portal/zh_Hans/",
            "share_url": "https://translate.yunohost.org/engage/yunohost/-/zh_Hans/",
            "translate_url": "https://translate.yunohost.org/translate/yunohost/portal/zh_Hans/",
            "url": "https://translate.yunohost.org/api/translations/yunohost/portal/zh_Hans/?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": "2025-01-21T13:09:14.544706Z",
            "last_author": null,
            "repository_url": "https://translate.yunohost.org/api/translations/yunohost/portal/zh_Hans/repository/?format=api",
            "file_url": "https://translate.yunohost.org/api/translations/yunohost/portal/zh_Hans/file/?format=api",
            "statistics_url": "https://translate.yunohost.org/api/translations/yunohost/portal/zh_Hans/statistics/?format=api",
            "changes_list_url": "https://translate.yunohost.org/api/translations/yunohost/portal/zh_Hans/changes/?format=api",
            "units_list_url": "https://translate.yunohost.org/api/translations/yunohost/portal/zh_Hans/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": "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": "ko",
            "id": 269,
            "filename": "locales/ko.json",
            "revision": "0967ef424bce6791893e9a57bb952f80fd536e93,69306e2a62627c83d4947a2799a7085642eb32bd",
            "web_url": "https://translate.yunohost.org/projects/yunohost/portal/ko/",
            "share_url": "https://translate.yunohost.org/engage/yunohost/-/ko/",
            "translate_url": "https://translate.yunohost.org/translate/yunohost/portal/ko/",
            "url": "https://translate.yunohost.org/api/translations/yunohost/portal/ko/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 57,
            "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": "2024-02-06T01:45:01.598826Z",
            "last_author": null,
            "repository_url": "https://translate.yunohost.org/api/translations/yunohost/portal/ko/repository/?format=api",
            "file_url": "https://translate.yunohost.org/api/translations/yunohost/portal/ko/file/?format=api",
            "statistics_url": "https://translate.yunohost.org/api/translations/yunohost/portal/ko/statistics/?format=api",
            "changes_list_url": "https://translate.yunohost.org/api/translations/yunohost/portal/ko/changes/?format=api",
            "units_list_url": "https://translate.yunohost.org/api/translations/yunohost/portal/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": "YunoHost Apps",
                "slug": "glossary",
                "id": 13,
                "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 Apps",
                    "slug": "yunohost-apps",
                    "id": 2,
                    "web": "https://yunohost.org",
                    "web_url": "https://translate.yunohost.org/projects/yunohost-apps/",
                    "url": "https://translate.yunohost.org/api/projects/yunohost-apps/?format=api",
                    "components_list_url": "https://translate.yunohost.org/api/projects/yunohost-apps/components/?format=api",
                    "repository_url": "https://translate.yunohost.org/api/projects/yunohost-apps/repository/?format=api",
                    "statistics_url": "https://translate.yunohost.org/api/projects/yunohost-apps/statistics/?format=api",
                    "categories_url": "https://translate.yunohost.org/api/projects/yunohost-apps/categories/?format=api",
                    "changes_list_url": "https://translate.yunohost.org/api/projects/yunohost-apps/changes/?format=api",
                    "languages_url": "https://translate.yunohost.org/api/projects/yunohost-apps/languages/?format=api",
                    "labels_url": "https://translate.yunohost.org/api/projects/yunohost-apps/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-apps/glossary/",
                "branch": "main",
                "push_branch": "",
                "filemask": "*.tbx",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "tbx",
                "license": "",
                "license_url": null,
                "agreement": "",
                "web_url": "https://translate.yunohost.org/projects/yunohost-apps/glossary/",
                "url": "https://translate.yunohost.org/api/components/yunohost-apps/glossary/?format=api",
                "repository_url": "https://translate.yunohost.org/api/components/yunohost-apps/glossary/repository/?format=api",
                "translations_url": "https://translate.yunohost.org/api/components/yunohost-apps/glossary/translations/?format=api",
                "statistics_url": "https://translate.yunohost.org/api/components/yunohost-apps/glossary/statistics/?format=api",
                "lock_url": "https://translate.yunohost.org/api/components/yunohost-apps/glossary/lock/?format=api",
                "links_url": "https://translate.yunohost.org/api/components/yunohost-apps/glossary/links/?format=api",
                "changes_list_url": "https://translate.yunohost.org/api/components/yunohost-apps/glossary/changes/?format=api",
                "task_url": null,
                "new_lang": "none",
                "language_code_style": "",
                "push": "",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
                "addon_message": "Update translation files\n\nUpdated by \"{{ addon_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": false,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": true,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "en",
            "id": 488,
            "filename": "",
            "revision": "",
            "web_url": "https://translate.yunohost.org/projects/yunohost-apps/glossary/en/",
            "share_url": "https://translate.yunohost.org/engage/yunohost-apps/-/en/",
            "translate_url": "https://translate.yunohost.org/translate/yunohost-apps/glossary/en/",
            "url": "https://translate.yunohost.org/api/translations/yunohost-apps/glossary/en/?format=api",
            "is_template": false,
            "is_source": true,
            "total": 0,
            "total_words": 0,
            "translated": 0,
            "translated_words": 0,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://translate.yunohost.org/api/translations/yunohost-apps/glossary/en/repository/?format=api",
            "file_url": "https://translate.yunohost.org/api/translations/yunohost-apps/glossary/en/file/?format=api",
            "statistics_url": "https://translate.yunohost.org/api/translations/yunohost-apps/glossary/en/statistics/?format=api",
            "changes_list_url": "https://translate.yunohost.org/api/translations/yunohost-apps/glossary/en/changes/?format=api",
            "units_list_url": "https://translate.yunohost.org/api/translations/yunohost-apps/glossary/en/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": "YunoHost Apps",
                "slug": "glossary",
                "id": 13,
                "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 Apps",
                    "slug": "yunohost-apps",
                    "id": 2,
                    "web": "https://yunohost.org",
                    "web_url": "https://translate.yunohost.org/projects/yunohost-apps/",
                    "url": "https://translate.yunohost.org/api/projects/yunohost-apps/?format=api",
                    "components_list_url": "https://translate.yunohost.org/api/projects/yunohost-apps/components/?format=api",
                    "repository_url": "https://translate.yunohost.org/api/projects/yunohost-apps/repository/?format=api",
                    "statistics_url": "https://translate.yunohost.org/api/projects/yunohost-apps/statistics/?format=api",
                    "categories_url": "https://translate.yunohost.org/api/projects/yunohost-apps/categories/?format=api",
                    "changes_list_url": "https://translate.yunohost.org/api/projects/yunohost-apps/changes/?format=api",
                    "languages_url": "https://translate.yunohost.org/api/projects/yunohost-apps/languages/?format=api",
                    "labels_url": "https://translate.yunohost.org/api/projects/yunohost-apps/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-apps/glossary/",
                "branch": "main",
                "push_branch": "",
                "filemask": "*.tbx",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "tbx",
                "license": "",
                "license_url": null,
                "agreement": "",
                "web_url": "https://translate.yunohost.org/projects/yunohost-apps/glossary/",
                "url": "https://translate.yunohost.org/api/components/yunohost-apps/glossary/?format=api",
                "repository_url": "https://translate.yunohost.org/api/components/yunohost-apps/glossary/repository/?format=api",
                "translations_url": "https://translate.yunohost.org/api/components/yunohost-apps/glossary/translations/?format=api",
                "statistics_url": "https://translate.yunohost.org/api/components/yunohost-apps/glossary/statistics/?format=api",
                "lock_url": "https://translate.yunohost.org/api/components/yunohost-apps/glossary/lock/?format=api",
                "links_url": "https://translate.yunohost.org/api/components/yunohost-apps/glossary/links/?format=api",
                "changes_list_url": "https://translate.yunohost.org/api/components/yunohost-apps/glossary/changes/?format=api",
                "task_url": null,
                "new_lang": "none",
                "language_code_style": "",
                "push": "",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
                "addon_message": "Update translation files\n\nUpdated by \"{{ addon_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": false,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": true,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "fr",
            "id": 489,
            "filename": "fr.tbx",
            "revision": "a707eb0b067f141dc98e77ff33c3d42e12c3d712",
            "web_url": "https://translate.yunohost.org/projects/yunohost-apps/glossary/fr/",
            "share_url": "https://translate.yunohost.org/engage/yunohost-apps/-/fr/",
            "translate_url": "https://translate.yunohost.org/translate/yunohost-apps/glossary/fr/",
            "url": "https://translate.yunohost.org/api/translations/yunohost-apps/glossary/fr/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 0,
            "total_words": 0,
            "translated": 0,
            "translated_words": 0,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-03-24T06:43:37.419549Z",
            "last_author": null,
            "repository_url": "https://translate.yunohost.org/api/translations/yunohost-apps/glossary/fr/repository/?format=api",
            "file_url": "https://translate.yunohost.org/api/translations/yunohost-apps/glossary/fr/file/?format=api",
            "statistics_url": "https://translate.yunohost.org/api/translations/yunohost-apps/glossary/fr/statistics/?format=api",
            "changes_list_url": "https://translate.yunohost.org/api/translations/yunohost-apps/glossary/fr/changes/?format=api",
            "units_list_url": "https://translate.yunohost.org/api/translations/yunohost-apps/glossary/fr/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": "YunoHost Apps",
                "slug": "glossary",
                "id": 13,
                "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 Apps",
                    "slug": "yunohost-apps",
                    "id": 2,
                    "web": "https://yunohost.org",
                    "web_url": "https://translate.yunohost.org/projects/yunohost-apps/",
                    "url": "https://translate.yunohost.org/api/projects/yunohost-apps/?format=api",
                    "components_list_url": "https://translate.yunohost.org/api/projects/yunohost-apps/components/?format=api",
                    "repository_url": "https://translate.yunohost.org/api/projects/yunohost-apps/repository/?format=api",
                    "statistics_url": "https://translate.yunohost.org/api/projects/yunohost-apps/statistics/?format=api",
                    "categories_url": "https://translate.yunohost.org/api/projects/yunohost-apps/categories/?format=api",
                    "changes_list_url": "https://translate.yunohost.org/api/projects/yunohost-apps/changes/?format=api",
                    "languages_url": "https://translate.yunohost.org/api/projects/yunohost-apps/languages/?format=api",
                    "labels_url": "https://translate.yunohost.org/api/projects/yunohost-apps/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-apps/glossary/",
                "branch": "main",
                "push_branch": "",
                "filemask": "*.tbx",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "tbx",
                "license": "",
                "license_url": null,
                "agreement": "",
                "web_url": "https://translate.yunohost.org/projects/yunohost-apps/glossary/",
                "url": "https://translate.yunohost.org/api/components/yunohost-apps/glossary/?format=api",
                "repository_url": "https://translate.yunohost.org/api/components/yunohost-apps/glossary/repository/?format=api",
                "translations_url": "https://translate.yunohost.org/api/components/yunohost-apps/glossary/translations/?format=api",
                "statistics_url": "https://translate.yunohost.org/api/components/yunohost-apps/glossary/statistics/?format=api",
                "lock_url": "https://translate.yunohost.org/api/components/yunohost-apps/glossary/lock/?format=api",
                "links_url": "https://translate.yunohost.org/api/components/yunohost-apps/glossary/links/?format=api",
                "changes_list_url": "https://translate.yunohost.org/api/components/yunohost-apps/glossary/changes/?format=api",
                "task_url": null,
                "new_lang": "none",
                "language_code_style": "",
                "push": "",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
                "addon_message": "Update translation files\n\nUpdated by \"{{ addon_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": false,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": true,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "nl",
            "id": 501,
            "filename": "nl.tbx",
            "revision": "a707eb0b067f141dc98e77ff33c3d42e12c3d712",
            "web_url": "https://translate.yunohost.org/projects/yunohost-apps/glossary/nl/",
            "share_url": "https://translate.yunohost.org/engage/yunohost-apps/-/nl/",
            "translate_url": "https://translate.yunohost.org/translate/yunohost-apps/glossary/nl/",
            "url": "https://translate.yunohost.org/api/translations/yunohost-apps/glossary/nl/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 0,
            "total_words": 0,
            "translated": 0,
            "translated_words": 0,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-03-25T02:32:14.898922Z",
            "last_author": null,
            "repository_url": "https://translate.yunohost.org/api/translations/yunohost-apps/glossary/nl/repository/?format=api",
            "file_url": "https://translate.yunohost.org/api/translations/yunohost-apps/glossary/nl/file/?format=api",
            "statistics_url": "https://translate.yunohost.org/api/translations/yunohost-apps/glossary/nl/statistics/?format=api",
            "changes_list_url": "https://translate.yunohost.org/api/translations/yunohost-apps/glossary/nl/changes/?format=api",
            "units_list_url": "https://translate.yunohost.org/api/translations/yunohost-apps/glossary/nl/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": "test_app_for_translation",
                "slug": "test_app_for_translation",
                "id": 22,
                "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 Apps",
                    "slug": "yunohost-apps",
                    "id": 2,
                    "web": "https://yunohost.org",
                    "web_url": "https://translate.yunohost.org/projects/yunohost-apps/",
                    "url": "https://translate.yunohost.org/api/projects/yunohost-apps/?format=api",
                    "components_list_url": "https://translate.yunohost.org/api/projects/yunohost-apps/components/?format=api",
                    "repository_url": "https://translate.yunohost.org/api/projects/yunohost-apps/repository/?format=api",
                    "statistics_url": "https://translate.yunohost.org/api/projects/yunohost-apps/statistics/?format=api",
                    "categories_url": "https://translate.yunohost.org/api/projects/yunohost-apps/categories/?format=api",
                    "changes_list_url": "https://translate.yunohost.org/api/projects/yunohost-apps/changes/?format=api",
                    "languages_url": "https://translate.yunohost.org/api/projects/yunohost-apps/languages/?format=api",
                    "labels_url": "https://translate.yunohost.org/api/projects/yunohost-apps/labels/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "https://github.com/yunohost/apps_translations",
                "git_export": "https://translate.yunohost.org/git/yunohost-apps/test_app_for_translation/",
                "branch": "main",
                "push_branch": "",
                "filemask": "translations/apps/test_app_for_translation/manifest/*.json",
                "screenshot_filemask": "",
                "template": "translations/apps/test_app_for_translation/manifest/en.json",
                "edit_template": true,
                "intermediate": "",
                "new_base": "translations/apps/test_app_for_translation/manifest/en.json",
                "file_format": "json",
                "license": "",
                "license_url": null,
                "agreement": "",
                "web_url": "https://translate.yunohost.org/projects/yunohost-apps/test_app_for_translation/",
                "url": "https://translate.yunohost.org/api/components/yunohost-apps/test_app_for_translation/?format=api",
                "repository_url": "https://translate.yunohost.org/api/components/yunohost-apps/test_app_for_translation/repository/?format=api",
                "translations_url": "https://translate.yunohost.org/api/components/yunohost-apps/test_app_for_translation/translations/?format=api",
                "statistics_url": "https://translate.yunohost.org/api/components/yunohost-apps/test_app_for_translation/statistics/?format=api",
                "lock_url": "https://translate.yunohost.org/api/components/yunohost-apps/test_app_for_translation/lock/?format=api",
                "links_url": "https://translate.yunohost.org/api/components/yunohost-apps/test_app_for_translation/links/?format=api",
                "changes_list_url": "https://translate.yunohost.org/api/components/yunohost-apps/test_app_for_translation/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "",
                "push": "git@github.com:yunohost/apps_translations.git",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": true,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "en",
            "id": 513,
            "filename": "translations/apps/test_app_for_translation/manifest/en.json",
            "revision": "2ed866c119aa3fd80a9db448888afc59dac82f16,2ed866c119aa3fd80a9db448888afc59dac82f16",
            "web_url": "https://translate.yunohost.org/projects/yunohost-apps/test_app_for_translation/en/",
            "share_url": "https://translate.yunohost.org/engage/yunohost-apps/-/en/",
            "translate_url": "https://translate.yunohost.org/translate/yunohost-apps/test_app_for_translation/en/",
            "url": "https://translate.yunohost.org/api/translations/yunohost-apps/test_app_for_translation/en/?format=api",
            "is_template": true,
            "is_source": true,
            "total": 11,
            "total_words": 112,
            "translated": 11,
            "translated_words": 112,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 4,
            "failing_checks_words": 62,
            "failing_checks_percent": 36.3,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-03-29T04:54:39.139186Z",
            "last_author": null,
            "repository_url": "https://translate.yunohost.org/api/translations/yunohost-apps/test_app_for_translation/en/repository/?format=api",
            "file_url": "https://translate.yunohost.org/api/translations/yunohost-apps/test_app_for_translation/en/file/?format=api",
            "statistics_url": "https://translate.yunohost.org/api/translations/yunohost-apps/test_app_for_translation/en/statistics/?format=api",
            "changes_list_url": "https://translate.yunohost.org/api/translations/yunohost-apps/test_app_for_translation/en/changes/?format=api",
            "units_list_url": "https://translate.yunohost.org/api/translations/yunohost-apps/test_app_for_translation/en/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": "test_app_for_translation",
                "slug": "test_app_for_translation",
                "id": 22,
                "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 Apps",
                    "slug": "yunohost-apps",
                    "id": 2,
                    "web": "https://yunohost.org",
                    "web_url": "https://translate.yunohost.org/projects/yunohost-apps/",
                    "url": "https://translate.yunohost.org/api/projects/yunohost-apps/?format=api",
                    "components_list_url": "https://translate.yunohost.org/api/projects/yunohost-apps/components/?format=api",
                    "repository_url": "https://translate.yunohost.org/api/projects/yunohost-apps/repository/?format=api",
                    "statistics_url": "https://translate.yunohost.org/api/projects/yunohost-apps/statistics/?format=api",
                    "categories_url": "https://translate.yunohost.org/api/projects/yunohost-apps/categories/?format=api",
                    "changes_list_url": "https://translate.yunohost.org/api/projects/yunohost-apps/changes/?format=api",
                    "languages_url": "https://translate.yunohost.org/api/projects/yunohost-apps/languages/?format=api",
                    "labels_url": "https://translate.yunohost.org/api/projects/yunohost-apps/labels/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "https://github.com/yunohost/apps_translations",
                "git_export": "https://translate.yunohost.org/git/yunohost-apps/test_app_for_translation/",
                "branch": "main",
                "push_branch": "",
                "filemask": "translations/apps/test_app_for_translation/manifest/*.json",
                "screenshot_filemask": "",
                "template": "translations/apps/test_app_for_translation/manifest/en.json",
                "edit_template": true,
                "intermediate": "",
                "new_base": "translations/apps/test_app_for_translation/manifest/en.json",
                "file_format": "json",
                "license": "",
                "license_url": null,
                "agreement": "",
                "web_url": "https://translate.yunohost.org/projects/yunohost-apps/test_app_for_translation/",
                "url": "https://translate.yunohost.org/api/components/yunohost-apps/test_app_for_translation/?format=api",
                "repository_url": "https://translate.yunohost.org/api/components/yunohost-apps/test_app_for_translation/repository/?format=api",
                "translations_url": "https://translate.yunohost.org/api/components/yunohost-apps/test_app_for_translation/translations/?format=api",
                "statistics_url": "https://translate.yunohost.org/api/components/yunohost-apps/test_app_for_translation/statistics/?format=api",
                "lock_url": "https://translate.yunohost.org/api/components/yunohost-apps/test_app_for_translation/lock/?format=api",
                "links_url": "https://translate.yunohost.org/api/components/yunohost-apps/test_app_for_translation/links/?format=api",
                "changes_list_url": "https://translate.yunohost.org/api/components/yunohost-apps/test_app_for_translation/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "",
                "push": "git@github.com:yunohost/apps_translations.git",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": true,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "fr",
            "id": 514,
            "filename": "translations/apps/test_app_for_translation/manifest/fr.json",
            "revision": "e18ef2da8f1c026fc9b6c9460e11f4335c15537f,2ed866c119aa3fd80a9db448888afc59dac82f16",
            "web_url": "https://translate.yunohost.org/projects/yunohost-apps/test_app_for_translation/fr/",
            "share_url": "https://translate.yunohost.org/engage/yunohost-apps/-/fr/",
            "translate_url": "https://translate.yunohost.org/translate/yunohost-apps/test_app_for_translation/fr/",
            "url": "https://translate.yunohost.org/api/translations/yunohost-apps/test_app_for_translation/fr/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 11,
            "total_words": 112,
            "translated": 11,
            "translated_words": 112,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 2,
            "failing_checks_words": 22,
            "failing_checks_percent": 18.1,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-07-10T23:32:33.944221Z",
            "last_author": null,
            "repository_url": "https://translate.yunohost.org/api/translations/yunohost-apps/test_app_for_translation/fr/repository/?format=api",
            "file_url": "https://translate.yunohost.org/api/translations/yunohost-apps/test_app_for_translation/fr/file/?format=api",
            "statistics_url": "https://translate.yunohost.org/api/translations/yunohost-apps/test_app_for_translation/fr/statistics/?format=api",
            "changes_list_url": "https://translate.yunohost.org/api/translations/yunohost-apps/test_app_for_translation/fr/changes/?format=api",
            "units_list_url": "https://translate.yunohost.org/api/translations/yunohost-apps/test_app_for_translation/fr/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": "test_app_for_translation",
                "slug": "test_app_for_translation",
                "id": 22,
                "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 Apps",
                    "slug": "yunohost-apps",
                    "id": 2,
                    "web": "https://yunohost.org",
                    "web_url": "https://translate.yunohost.org/projects/yunohost-apps/",
                    "url": "https://translate.yunohost.org/api/projects/yunohost-apps/?format=api",
                    "components_list_url": "https://translate.yunohost.org/api/projects/yunohost-apps/components/?format=api",
                    "repository_url": "https://translate.yunohost.org/api/projects/yunohost-apps/repository/?format=api",
                    "statistics_url": "https://translate.yunohost.org/api/projects/yunohost-apps/statistics/?format=api",
                    "categories_url": "https://translate.yunohost.org/api/projects/yunohost-apps/categories/?format=api",
                    "changes_list_url": "https://translate.yunohost.org/api/projects/yunohost-apps/changes/?format=api",
                    "languages_url": "https://translate.yunohost.org/api/projects/yunohost-apps/languages/?format=api",
                    "labels_url": "https://translate.yunohost.org/api/projects/yunohost-apps/labels/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "https://github.com/yunohost/apps_translations",
                "git_export": "https://translate.yunohost.org/git/yunohost-apps/test_app_for_translation/",
                "branch": "main",
                "push_branch": "",
                "filemask": "translations/apps/test_app_for_translation/manifest/*.json",
                "screenshot_filemask": "",
                "template": "translations/apps/test_app_for_translation/manifest/en.json",
                "edit_template": true,
                "intermediate": "",
                "new_base": "translations/apps/test_app_for_translation/manifest/en.json",
                "file_format": "json",
                "license": "",
                "license_url": null,
                "agreement": "",
                "web_url": "https://translate.yunohost.org/projects/yunohost-apps/test_app_for_translation/",
                "url": "https://translate.yunohost.org/api/components/yunohost-apps/test_app_for_translation/?format=api",
                "repository_url": "https://translate.yunohost.org/api/components/yunohost-apps/test_app_for_translation/repository/?format=api",
                "translations_url": "https://translate.yunohost.org/api/components/yunohost-apps/test_app_for_translation/translations/?format=api",
                "statistics_url": "https://translate.yunohost.org/api/components/yunohost-apps/test_app_for_translation/statistics/?format=api",
                "lock_url": "https://translate.yunohost.org/api/components/yunohost-apps/test_app_for_translation/lock/?format=api",
                "links_url": "https://translate.yunohost.org/api/components/yunohost-apps/test_app_for_translation/links/?format=api",
                "changes_list_url": "https://translate.yunohost.org/api/components/yunohost-apps/test_app_for_translation/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "",
                "push": "git@github.com:yunohost/apps_translations.git",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": true,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "nl",
            "id": 515,
            "filename": "translations/apps/test_app_for_translation/manifest/nl.json",
            "revision": "eaa8ed7e5f0ba42e07d79c0455ccc093f0ec4a81,2ed866c119aa3fd80a9db448888afc59dac82f16",
            "web_url": "https://translate.yunohost.org/projects/yunohost-apps/test_app_for_translation/nl/",
            "share_url": "https://translate.yunohost.org/engage/yunohost-apps/-/nl/",
            "translate_url": "https://translate.yunohost.org/translate/yunohost-apps/test_app_for_translation/nl/",
            "url": "https://translate.yunohost.org/api/translations/yunohost-apps/test_app_for_translation/nl/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 11,
            "total_words": 112,
            "translated": 4,
            "translated_words": 34,
            "translated_percent": 36.3,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 3,
            "failing_checks_words": 31,
            "failing_checks_percent": 27.2,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-09-06T06:56:49.013508Z",
            "last_author": null,
            "repository_url": "https://translate.yunohost.org/api/translations/yunohost-apps/test_app_for_translation/nl/repository/?format=api",
            "file_url": "https://translate.yunohost.org/api/translations/yunohost-apps/test_app_for_translation/nl/file/?format=api",
            "statistics_url": "https://translate.yunohost.org/api/translations/yunohost-apps/test_app_for_translation/nl/statistics/?format=api",
            "changes_list_url": "https://translate.yunohost.org/api/translations/yunohost-apps/test_app_for_translation/nl/changes/?format=api",
            "units_list_url": "https://translate.yunohost.org/api/translations/yunohost-apps/test_app_for_translation/nl/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": "cinny",
                "slug": "cinny",
                "id": 23,
                "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 Apps",
                    "slug": "yunohost-apps",
                    "id": 2,
                    "web": "https://yunohost.org",
                    "web_url": "https://translate.yunohost.org/projects/yunohost-apps/",
                    "url": "https://translate.yunohost.org/api/projects/yunohost-apps/?format=api",
                    "components_list_url": "https://translate.yunohost.org/api/projects/yunohost-apps/components/?format=api",
                    "repository_url": "https://translate.yunohost.org/api/projects/yunohost-apps/repository/?format=api",
                    "statistics_url": "https://translate.yunohost.org/api/projects/yunohost-apps/statistics/?format=api",
                    "categories_url": "https://translate.yunohost.org/api/projects/yunohost-apps/categories/?format=api",
                    "changes_list_url": "https://translate.yunohost.org/api/projects/yunohost-apps/changes/?format=api",
                    "languages_url": "https://translate.yunohost.org/api/projects/yunohost-apps/languages/?format=api",
                    "labels_url": "https://translate.yunohost.org/api/projects/yunohost-apps/labels/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "https://github.com/yunohost/apps_translations",
                "git_export": "https://translate.yunohost.org/git/yunohost-apps/cinny/",
                "branch": "main",
                "push_branch": "",
                "filemask": "translations/apps/cinny/manifest/*.json",
                "screenshot_filemask": "",
                "template": "translations/apps/cinny/manifest/en.json",
                "edit_template": true,
                "intermediate": "",
                "new_base": "translations/apps/cinny/manifest/en.json",
                "file_format": "json",
                "license": "",
                "license_url": null,
                "agreement": "",
                "web_url": "https://translate.yunohost.org/projects/yunohost-apps/cinny/",
                "url": "https://translate.yunohost.org/api/components/yunohost-apps/cinny/?format=api",
                "repository_url": "https://translate.yunohost.org/api/components/yunohost-apps/cinny/repository/?format=api",
                "translations_url": "https://translate.yunohost.org/api/components/yunohost-apps/cinny/translations/?format=api",
                "statistics_url": "https://translate.yunohost.org/api/components/yunohost-apps/cinny/statistics/?format=api",
                "lock_url": "https://translate.yunohost.org/api/components/yunohost-apps/cinny/lock/?format=api",
                "links_url": "https://translate.yunohost.org/api/components/yunohost-apps/cinny/links/?format=api",
                "changes_list_url": "https://translate.yunohost.org/api/components/yunohost-apps/cinny/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "",
                "push": "git@github.com:yunohost/apps_translations.git",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": true,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "en",
            "id": 516,
            "filename": "translations/apps/cinny/manifest/en.json",
            "revision": "27b8701a6a9caf587d7bfcc210d61a2f00aeac64,27b8701a6a9caf587d7bfcc210d61a2f00aeac64",
            "web_url": "https://translate.yunohost.org/projects/yunohost-apps/cinny/en/",
            "share_url": "https://translate.yunohost.org/engage/yunohost-apps/-/en/",
            "translate_url": "https://translate.yunohost.org/translate/yunohost-apps/cinny/en/",
            "url": "https://translate.yunohost.org/api/translations/yunohost-apps/cinny/en/?format=api",
            "is_template": true,
            "is_source": true,
            "total": 4,
            "total_words": 56,
            "translated": 4,
            "translated_words": 56,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 2,
            "failing_checks_words": 28,
            "failing_checks_percent": 50.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-03-31T04:48:01.191019Z",
            "last_author": null,
            "repository_url": "https://translate.yunohost.org/api/translations/yunohost-apps/cinny/en/repository/?format=api",
            "file_url": "https://translate.yunohost.org/api/translations/yunohost-apps/cinny/en/file/?format=api",
            "statistics_url": "https://translate.yunohost.org/api/translations/yunohost-apps/cinny/en/statistics/?format=api",
            "changes_list_url": "https://translate.yunohost.org/api/translations/yunohost-apps/cinny/en/changes/?format=api",
            "units_list_url": "https://translate.yunohost.org/api/translations/yunohost-apps/cinny/en/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": "fittrackee",
                "slug": "fittrackee",
                "id": 24,
                "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 Apps",
                    "slug": "yunohost-apps",
                    "id": 2,
                    "web": "https://yunohost.org",
                    "web_url": "https://translate.yunohost.org/projects/yunohost-apps/",
                    "url": "https://translate.yunohost.org/api/projects/yunohost-apps/?format=api",
                    "components_list_url": "https://translate.yunohost.org/api/projects/yunohost-apps/components/?format=api",
                    "repository_url": "https://translate.yunohost.org/api/projects/yunohost-apps/repository/?format=api",
                    "statistics_url": "https://translate.yunohost.org/api/projects/yunohost-apps/statistics/?format=api",
                    "categories_url": "https://translate.yunohost.org/api/projects/yunohost-apps/categories/?format=api",
                    "changes_list_url": "https://translate.yunohost.org/api/projects/yunohost-apps/changes/?format=api",
                    "languages_url": "https://translate.yunohost.org/api/projects/yunohost-apps/languages/?format=api",
                    "labels_url": "https://translate.yunohost.org/api/projects/yunohost-apps/labels/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "https://github.com/yunohost/apps_translations",
                "git_export": "https://translate.yunohost.org/git/yunohost-apps/fittrackee/",
                "branch": "main",
                "push_branch": "",
                "filemask": "translations/apps/fittrackee/manifest/*.json",
                "screenshot_filemask": "",
                "template": "translations/apps/fittrackee/manifest/en.json",
                "edit_template": true,
                "intermediate": "",
                "new_base": "translations/apps/fittrackee/manifest/en.json",
                "file_format": "json",
                "license": "",
                "license_url": null,
                "agreement": "",
                "web_url": "https://translate.yunohost.org/projects/yunohost-apps/fittrackee/",
                "url": "https://translate.yunohost.org/api/components/yunohost-apps/fittrackee/?format=api",
                "repository_url": "https://translate.yunohost.org/api/components/yunohost-apps/fittrackee/repository/?format=api",
                "translations_url": "https://translate.yunohost.org/api/components/yunohost-apps/fittrackee/translations/?format=api",
                "statistics_url": "https://translate.yunohost.org/api/components/yunohost-apps/fittrackee/statistics/?format=api",
                "lock_url": "https://translate.yunohost.org/api/components/yunohost-apps/fittrackee/lock/?format=api",
                "links_url": "https://translate.yunohost.org/api/components/yunohost-apps/fittrackee/links/?format=api",
                "changes_list_url": "https://translate.yunohost.org/api/components/yunohost-apps/fittrackee/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "",
                "push": "git@github.com:yunohost/apps_translations.git",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": true,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "en",
            "id": 517,
            "filename": "translations/apps/fittrackee/manifest/en.json",
            "revision": "d486dd8141d01e600e9f2c1aa9e5329dddaaffdf,d486dd8141d01e600e9f2c1aa9e5329dddaaffdf",
            "web_url": "https://translate.yunohost.org/projects/yunohost-apps/fittrackee/en/",
            "share_url": "https://translate.yunohost.org/engage/yunohost-apps/-/en/",
            "translate_url": "https://translate.yunohost.org/translate/yunohost-apps/fittrackee/en/",
            "url": "https://translate.yunohost.org/api/translations/yunohost-apps/fittrackee/en/?format=api",
            "is_template": true,
            "is_source": true,
            "total": 5,
            "total_words": 42,
            "translated": 5,
            "translated_words": 42,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 2,
            "failing_checks_words": 13,
            "failing_checks_percent": 40.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-03-31T04:48:04.781437Z",
            "last_author": null,
            "repository_url": "https://translate.yunohost.org/api/translations/yunohost-apps/fittrackee/en/repository/?format=api",
            "file_url": "https://translate.yunohost.org/api/translations/yunohost-apps/fittrackee/en/file/?format=api",
            "statistics_url": "https://translate.yunohost.org/api/translations/yunohost-apps/fittrackee/en/statistics/?format=api",
            "changes_list_url": "https://translate.yunohost.org/api/translations/yunohost-apps/fittrackee/en/changes/?format=api",
            "units_list_url": "https://translate.yunohost.org/api/translations/yunohost-apps/fittrackee/en/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": "cinny",
                "slug": "cinny",
                "id": 23,
                "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 Apps",
                    "slug": "yunohost-apps",
                    "id": 2,
                    "web": "https://yunohost.org",
                    "web_url": "https://translate.yunohost.org/projects/yunohost-apps/",
                    "url": "https://translate.yunohost.org/api/projects/yunohost-apps/?format=api",
                    "components_list_url": "https://translate.yunohost.org/api/projects/yunohost-apps/components/?format=api",
                    "repository_url": "https://translate.yunohost.org/api/projects/yunohost-apps/repository/?format=api",
                    "statistics_url": "https://translate.yunohost.org/api/projects/yunohost-apps/statistics/?format=api",
                    "categories_url": "https://translate.yunohost.org/api/projects/yunohost-apps/categories/?format=api",
                    "changes_list_url": "https://translate.yunohost.org/api/projects/yunohost-apps/changes/?format=api",
                    "languages_url": "https://translate.yunohost.org/api/projects/yunohost-apps/languages/?format=api",
                    "labels_url": "https://translate.yunohost.org/api/projects/yunohost-apps/labels/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "https://github.com/yunohost/apps_translations",
                "git_export": "https://translate.yunohost.org/git/yunohost-apps/cinny/",
                "branch": "main",
                "push_branch": "",
                "filemask": "translations/apps/cinny/manifest/*.json",
                "screenshot_filemask": "",
                "template": "translations/apps/cinny/manifest/en.json",
                "edit_template": true,
                "intermediate": "",
                "new_base": "translations/apps/cinny/manifest/en.json",
                "file_format": "json",
                "license": "",
                "license_url": null,
                "agreement": "",
                "web_url": "https://translate.yunohost.org/projects/yunohost-apps/cinny/",
                "url": "https://translate.yunohost.org/api/components/yunohost-apps/cinny/?format=api",
                "repository_url": "https://translate.yunohost.org/api/components/yunohost-apps/cinny/repository/?format=api",
                "translations_url": "https://translate.yunohost.org/api/components/yunohost-apps/cinny/translations/?format=api",
                "statistics_url": "https://translate.yunohost.org/api/components/yunohost-apps/cinny/statistics/?format=api",
                "lock_url": "https://translate.yunohost.org/api/components/yunohost-apps/cinny/lock/?format=api",
                "links_url": "https://translate.yunohost.org/api/components/yunohost-apps/cinny/links/?format=api",
                "changes_list_url": "https://translate.yunohost.org/api/components/yunohost-apps/cinny/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "",
                "push": "git@github.com:yunohost/apps_translations.git",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": true,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "fr",
            "id": 518,
            "filename": "translations/apps/cinny/manifest/fr.json",
            "revision": "9ce3d05e9598c96bd63be5806a7b7095e7224caf,27b8701a6a9caf587d7bfcc210d61a2f00aeac64",
            "web_url": "https://translate.yunohost.org/projects/yunohost-apps/cinny/fr/",
            "share_url": "https://translate.yunohost.org/engage/yunohost-apps/-/fr/",
            "translate_url": "https://translate.yunohost.org/translate/yunohost-apps/cinny/fr/",
            "url": "https://translate.yunohost.org/api/translations/yunohost-apps/cinny/fr/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 4,
            "total_words": 56,
            "translated": 4,
            "translated_words": 56,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 2,
            "failing_checks_words": 28,
            "failing_checks_percent": 50.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-07-10T23:32:34.601303Z",
            "last_author": null,
            "repository_url": "https://translate.yunohost.org/api/translations/yunohost-apps/cinny/fr/repository/?format=api",
            "file_url": "https://translate.yunohost.org/api/translations/yunohost-apps/cinny/fr/file/?format=api",
            "statistics_url": "https://translate.yunohost.org/api/translations/yunohost-apps/cinny/fr/statistics/?format=api",
            "changes_list_url": "https://translate.yunohost.org/api/translations/yunohost-apps/cinny/fr/changes/?format=api",
            "units_list_url": "https://translate.yunohost.org/api/translations/yunohost-apps/cinny/fr/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": "fluffychat",
                "slug": "fluffychat",
                "id": 25,
                "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 Apps",
                    "slug": "yunohost-apps",
                    "id": 2,
                    "web": "https://yunohost.org",
                    "web_url": "https://translate.yunohost.org/projects/yunohost-apps/",
                    "url": "https://translate.yunohost.org/api/projects/yunohost-apps/?format=api",
                    "components_list_url": "https://translate.yunohost.org/api/projects/yunohost-apps/components/?format=api",
                    "repository_url": "https://translate.yunohost.org/api/projects/yunohost-apps/repository/?format=api",
                    "statistics_url": "https://translate.yunohost.org/api/projects/yunohost-apps/statistics/?format=api",
                    "categories_url": "https://translate.yunohost.org/api/projects/yunohost-apps/categories/?format=api",
                    "changes_list_url": "https://translate.yunohost.org/api/projects/yunohost-apps/changes/?format=api",
                    "languages_url": "https://translate.yunohost.org/api/projects/yunohost-apps/languages/?format=api",
                    "labels_url": "https://translate.yunohost.org/api/projects/yunohost-apps/labels/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "https://github.com/yunohost/apps_translations",
                "git_export": "https://translate.yunohost.org/git/yunohost-apps/fluffychat/",
                "branch": "main",
                "push_branch": "",
                "filemask": "translations/apps/fluffychat/manifest/*.json",
                "screenshot_filemask": "",
                "template": "translations/apps/fluffychat/manifest/en.json",
                "edit_template": true,
                "intermediate": "",
                "new_base": "translations/apps/fluffychat/manifest/en.json",
                "file_format": "json",
                "license": "",
                "license_url": null,
                "agreement": "",
                "web_url": "https://translate.yunohost.org/projects/yunohost-apps/fluffychat/",
                "url": "https://translate.yunohost.org/api/components/yunohost-apps/fluffychat/?format=api",
                "repository_url": "https://translate.yunohost.org/api/components/yunohost-apps/fluffychat/repository/?format=api",
                "translations_url": "https://translate.yunohost.org/api/components/yunohost-apps/fluffychat/translations/?format=api",
                "statistics_url": "https://translate.yunohost.org/api/components/yunohost-apps/fluffychat/statistics/?format=api",
                "lock_url": "https://translate.yunohost.org/api/components/yunohost-apps/fluffychat/lock/?format=api",
                "links_url": "https://translate.yunohost.org/api/components/yunohost-apps/fluffychat/links/?format=api",
                "changes_list_url": "https://translate.yunohost.org/api/components/yunohost-apps/fluffychat/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "",
                "push": "git@github.com:yunohost/apps_translations.git",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": true,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "en",
            "id": 519,
            "filename": "translations/apps/fluffychat/manifest/en.json",
            "revision": "535e8acbafe1009e07b40daec28e5ff07b06e73d,535e8acbafe1009e07b40daec28e5ff07b06e73d",
            "web_url": "https://translate.yunohost.org/projects/yunohost-apps/fluffychat/en/",
            "share_url": "https://translate.yunohost.org/engage/yunohost-apps/-/en/",
            "translate_url": "https://translate.yunohost.org/translate/yunohost-apps/fluffychat/en/",
            "url": "https://translate.yunohost.org/api/translations/yunohost-apps/fluffychat/en/?format=api",
            "is_template": true,
            "is_source": true,
            "total": 3,
            "total_words": 19,
            "translated": 3,
            "translated_words": 19,
            "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-31T04:48:09.941601Z",
            "last_author": null,
            "repository_url": "https://translate.yunohost.org/api/translations/yunohost-apps/fluffychat/en/repository/?format=api",
            "file_url": "https://translate.yunohost.org/api/translations/yunohost-apps/fluffychat/en/file/?format=api",
            "statistics_url": "https://translate.yunohost.org/api/translations/yunohost-apps/fluffychat/en/statistics/?format=api",
            "changes_list_url": "https://translate.yunohost.org/api/translations/yunohost-apps/fluffychat/en/changes/?format=api",
            "units_list_url": "https://translate.yunohost.org/api/translations/yunohost-apps/fluffychat/en/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": "fittrackee",
                "slug": "fittrackee",
                "id": 24,
                "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 Apps",
                    "slug": "yunohost-apps",
                    "id": 2,
                    "web": "https://yunohost.org",
                    "web_url": "https://translate.yunohost.org/projects/yunohost-apps/",
                    "url": "https://translate.yunohost.org/api/projects/yunohost-apps/?format=api",
                    "components_list_url": "https://translate.yunohost.org/api/projects/yunohost-apps/components/?format=api",
                    "repository_url": "https://translate.yunohost.org/api/projects/yunohost-apps/repository/?format=api",
                    "statistics_url": "https://translate.yunohost.org/api/projects/yunohost-apps/statistics/?format=api",
                    "categories_url": "https://translate.yunohost.org/api/projects/yunohost-apps/categories/?format=api",
                    "changes_list_url": "https://translate.yunohost.org/api/projects/yunohost-apps/changes/?format=api",
                    "languages_url": "https://translate.yunohost.org/api/projects/yunohost-apps/languages/?format=api",
                    "labels_url": "https://translate.yunohost.org/api/projects/yunohost-apps/labels/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "https://github.com/yunohost/apps_translations",
                "git_export": "https://translate.yunohost.org/git/yunohost-apps/fittrackee/",
                "branch": "main",
                "push_branch": "",
                "filemask": "translations/apps/fittrackee/manifest/*.json",
                "screenshot_filemask": "",
                "template": "translations/apps/fittrackee/manifest/en.json",
                "edit_template": true,
                "intermediate": "",
                "new_base": "translations/apps/fittrackee/manifest/en.json",
                "file_format": "json",
                "license": "",
                "license_url": null,
                "agreement": "",
                "web_url": "https://translate.yunohost.org/projects/yunohost-apps/fittrackee/",
                "url": "https://translate.yunohost.org/api/components/yunohost-apps/fittrackee/?format=api",
                "repository_url": "https://translate.yunohost.org/api/components/yunohost-apps/fittrackee/repository/?format=api",
                "translations_url": "https://translate.yunohost.org/api/components/yunohost-apps/fittrackee/translations/?format=api",
                "statistics_url": "https://translate.yunohost.org/api/components/yunohost-apps/fittrackee/statistics/?format=api",
                "lock_url": "https://translate.yunohost.org/api/components/yunohost-apps/fittrackee/lock/?format=api",
                "links_url": "https://translate.yunohost.org/api/components/yunohost-apps/fittrackee/links/?format=api",
                "changes_list_url": "https://translate.yunohost.org/api/components/yunohost-apps/fittrackee/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "",
                "push": "git@github.com:yunohost/apps_translations.git",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": true,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "fr",
            "id": 520,
            "filename": "translations/apps/fittrackee/manifest/fr.json",
            "revision": "db0d02c25acee76ceb19a3adf7364eb7da69e76e,d486dd8141d01e600e9f2c1aa9e5329dddaaffdf",
            "web_url": "https://translate.yunohost.org/projects/yunohost-apps/fittrackee/fr/",
            "share_url": "https://translate.yunohost.org/engage/yunohost-apps/-/fr/",
            "translate_url": "https://translate.yunohost.org/translate/yunohost-apps/fittrackee/fr/",
            "url": "https://translate.yunohost.org/api/translations/yunohost-apps/fittrackee/fr/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 5,
            "total_words": 42,
            "translated": 5,
            "translated_words": 42,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 2,
            "failing_checks_words": 13,
            "failing_checks_percent": 40.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-07-10T23:32:34.209936Z",
            "last_author": null,
            "repository_url": "https://translate.yunohost.org/api/translations/yunohost-apps/fittrackee/fr/repository/?format=api",
            "file_url": "https://translate.yunohost.org/api/translations/yunohost-apps/fittrackee/fr/file/?format=api",
            "statistics_url": "https://translate.yunohost.org/api/translations/yunohost-apps/fittrackee/fr/statistics/?format=api",
            "changes_list_url": "https://translate.yunohost.org/api/translations/yunohost-apps/fittrackee/fr/changes/?format=api",
            "units_list_url": "https://translate.yunohost.org/api/translations/yunohost-apps/fittrackee/fr/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": "funkwhale",
                "slug": "funkwhale",
                "id": 26,
                "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 Apps",
                    "slug": "yunohost-apps",
                    "id": 2,
                    "web": "https://yunohost.org",
                    "web_url": "https://translate.yunohost.org/projects/yunohost-apps/",
                    "url": "https://translate.yunohost.org/api/projects/yunohost-apps/?format=api",
                    "components_list_url": "https://translate.yunohost.org/api/projects/yunohost-apps/components/?format=api",
                    "repository_url": "https://translate.yunohost.org/api/projects/yunohost-apps/repository/?format=api",
                    "statistics_url": "https://translate.yunohost.org/api/projects/yunohost-apps/statistics/?format=api",
                    "categories_url": "https://translate.yunohost.org/api/projects/yunohost-apps/categories/?format=api",
                    "changes_list_url": "https://translate.yunohost.org/api/projects/yunohost-apps/changes/?format=api",
                    "languages_url": "https://translate.yunohost.org/api/projects/yunohost-apps/languages/?format=api",
                    "labels_url": "https://translate.yunohost.org/api/projects/yunohost-apps/labels/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "https://github.com/yunohost/apps_translations",
                "git_export": "https://translate.yunohost.org/git/yunohost-apps/funkwhale/",
                "branch": "main",
                "push_branch": "",
                "filemask": "translations/apps/funkwhale/manifest/*.json",
                "screenshot_filemask": "",
                "template": "translations/apps/funkwhale/manifest/en.json",
                "edit_template": true,
                "intermediate": "",
                "new_base": "translations/apps/funkwhale/manifest/en.json",
                "file_format": "json",
                "license": "",
                "license_url": null,
                "agreement": "",
                "web_url": "https://translate.yunohost.org/projects/yunohost-apps/funkwhale/",
                "url": "https://translate.yunohost.org/api/components/yunohost-apps/funkwhale/?format=api",
                "repository_url": "https://translate.yunohost.org/api/components/yunohost-apps/funkwhale/repository/?format=api",
                "translations_url": "https://translate.yunohost.org/api/components/yunohost-apps/funkwhale/translations/?format=api",
                "statistics_url": "https://translate.yunohost.org/api/components/yunohost-apps/funkwhale/statistics/?format=api",
                "lock_url": "https://translate.yunohost.org/api/components/yunohost-apps/funkwhale/lock/?format=api",
                "links_url": "https://translate.yunohost.org/api/components/yunohost-apps/funkwhale/links/?format=api",
                "changes_list_url": "https://translate.yunohost.org/api/components/yunohost-apps/funkwhale/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "",
                "push": "git@github.com:yunohost/apps_translations.git",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": true,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "en",
            "id": 521,
            "filename": "translations/apps/funkwhale/manifest/en.json",
            "revision": "c9867ef0b4adfd615581bd410f890861643bb059,c9867ef0b4adfd615581bd410f890861643bb059",
            "web_url": "https://translate.yunohost.org/projects/yunohost-apps/funkwhale/en/",
            "share_url": "https://translate.yunohost.org/engage/yunohost-apps/-/en/",
            "translate_url": "https://translate.yunohost.org/translate/yunohost-apps/funkwhale/en/",
            "url": "https://translate.yunohost.org/api/translations/yunohost-apps/funkwhale/en/?format=api",
            "is_template": true,
            "is_source": true,
            "total": 2,
            "total_words": 30,
            "translated": 2,
            "translated_words": 30,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 2,
            "failing_checks_words": 30,
            "failing_checks_percent": 100.0,
            "have_suggestion": 1,
            "have_comment": 0,
            "last_change": "2024-06-20T02:33:10.262304Z",
            "last_author": "Anonymous",
            "repository_url": "https://translate.yunohost.org/api/translations/yunohost-apps/funkwhale/en/repository/?format=api",
            "file_url": "https://translate.yunohost.org/api/translations/yunohost-apps/funkwhale/en/file/?format=api",
            "statistics_url": "https://translate.yunohost.org/api/translations/yunohost-apps/funkwhale/en/statistics/?format=api",
            "changes_list_url": "https://translate.yunohost.org/api/translations/yunohost-apps/funkwhale/en/changes/?format=api",
            "units_list_url": "https://translate.yunohost.org/api/translations/yunohost-apps/funkwhale/en/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": "fluffychat",
                "slug": "fluffychat",
                "id": 25,
                "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 Apps",
                    "slug": "yunohost-apps",
                    "id": 2,
                    "web": "https://yunohost.org",
                    "web_url": "https://translate.yunohost.org/projects/yunohost-apps/",
                    "url": "https://translate.yunohost.org/api/projects/yunohost-apps/?format=api",
                    "components_list_url": "https://translate.yunohost.org/api/projects/yunohost-apps/components/?format=api",
                    "repository_url": "https://translate.yunohost.org/api/projects/yunohost-apps/repository/?format=api",
                    "statistics_url": "https://translate.yunohost.org/api/projects/yunohost-apps/statistics/?format=api",
                    "categories_url": "https://translate.yunohost.org/api/projects/yunohost-apps/categories/?format=api",
                    "changes_list_url": "https://translate.yunohost.org/api/projects/yunohost-apps/changes/?format=api",
                    "languages_url": "https://translate.yunohost.org/api/projects/yunohost-apps/languages/?format=api",
                    "labels_url": "https://translate.yunohost.org/api/projects/yunohost-apps/labels/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "https://github.com/yunohost/apps_translations",
                "git_export": "https://translate.yunohost.org/git/yunohost-apps/fluffychat/",
                "branch": "main",
                "push_branch": "",
                "filemask": "translations/apps/fluffychat/manifest/*.json",
                "screenshot_filemask": "",
                "template": "translations/apps/fluffychat/manifest/en.json",
                "edit_template": true,
                "intermediate": "",
                "new_base": "translations/apps/fluffychat/manifest/en.json",
                "file_format": "json",
                "license": "",
                "license_url": null,
                "agreement": "",
                "web_url": "https://translate.yunohost.org/projects/yunohost-apps/fluffychat/",
                "url": "https://translate.yunohost.org/api/components/yunohost-apps/fluffychat/?format=api",
                "repository_url": "https://translate.yunohost.org/api/components/yunohost-apps/fluffychat/repository/?format=api",
                "translations_url": "https://translate.yunohost.org/api/components/yunohost-apps/fluffychat/translations/?format=api",
                "statistics_url": "https://translate.yunohost.org/api/components/yunohost-apps/fluffychat/statistics/?format=api",
                "lock_url": "https://translate.yunohost.org/api/components/yunohost-apps/fluffychat/lock/?format=api",
                "links_url": "https://translate.yunohost.org/api/components/yunohost-apps/fluffychat/links/?format=api",
                "changes_list_url": "https://translate.yunohost.org/api/components/yunohost-apps/fluffychat/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "",
                "push": "git@github.com:yunohost/apps_translations.git",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": true,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "fr",
            "id": 522,
            "filename": "translations/apps/fluffychat/manifest/fr.json",
            "revision": "b497420a1a8e9ac336533f2b74ae4f4b55aec1fe,535e8acbafe1009e07b40daec28e5ff07b06e73d",
            "web_url": "https://translate.yunohost.org/projects/yunohost-apps/fluffychat/fr/",
            "share_url": "https://translate.yunohost.org/engage/yunohost-apps/-/fr/",
            "translate_url": "https://translate.yunohost.org/translate/yunohost-apps/fluffychat/fr/",
            "url": "https://translate.yunohost.org/api/translations/yunohost-apps/fluffychat/fr/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 3,
            "total_words": 19,
            "translated": 3,
            "translated_words": 19,
            "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-31T04:48:10.438276Z",
            "last_author": null,
            "repository_url": "https://translate.yunohost.org/api/translations/yunohost-apps/fluffychat/fr/repository/?format=api",
            "file_url": "https://translate.yunohost.org/api/translations/yunohost-apps/fluffychat/fr/file/?format=api",
            "statistics_url": "https://translate.yunohost.org/api/translations/yunohost-apps/fluffychat/fr/statistics/?format=api",
            "changes_list_url": "https://translate.yunohost.org/api/translations/yunohost-apps/fluffychat/fr/changes/?format=api",
            "units_list_url": "https://translate.yunohost.org/api/translations/yunohost-apps/fluffychat/fr/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": "gotosocial",
                "slug": "gotosocial",
                "id": 27,
                "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 Apps",
                    "slug": "yunohost-apps",
                    "id": 2,
                    "web": "https://yunohost.org",
                    "web_url": "https://translate.yunohost.org/projects/yunohost-apps/",
                    "url": "https://translate.yunohost.org/api/projects/yunohost-apps/?format=api",
                    "components_list_url": "https://translate.yunohost.org/api/projects/yunohost-apps/components/?format=api",
                    "repository_url": "https://translate.yunohost.org/api/projects/yunohost-apps/repository/?format=api",
                    "statistics_url": "https://translate.yunohost.org/api/projects/yunohost-apps/statistics/?format=api",
                    "categories_url": "https://translate.yunohost.org/api/projects/yunohost-apps/categories/?format=api",
                    "changes_list_url": "https://translate.yunohost.org/api/projects/yunohost-apps/changes/?format=api",
                    "languages_url": "https://translate.yunohost.org/api/projects/yunohost-apps/languages/?format=api",
                    "labels_url": "https://translate.yunohost.org/api/projects/yunohost-apps/labels/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "https://github.com/yunohost/apps_translations",
                "git_export": "https://translate.yunohost.org/git/yunohost-apps/gotosocial/",
                "branch": "main",
                "push_branch": "",
                "filemask": "translations/apps/gotosocial/manifest/*.json",
                "screenshot_filemask": "",
                "template": "translations/apps/gotosocial/manifest/en.json",
                "edit_template": true,
                "intermediate": "",
                "new_base": "translations/apps/gotosocial/manifest/en.json",
                "file_format": "json",
                "license": "",
                "license_url": null,
                "agreement": "",
                "web_url": "https://translate.yunohost.org/projects/yunohost-apps/gotosocial/",
                "url": "https://translate.yunohost.org/api/components/yunohost-apps/gotosocial/?format=api",
                "repository_url": "https://translate.yunohost.org/api/components/yunohost-apps/gotosocial/repository/?format=api",
                "translations_url": "https://translate.yunohost.org/api/components/yunohost-apps/gotosocial/translations/?format=api",
                "statistics_url": "https://translate.yunohost.org/api/components/yunohost-apps/gotosocial/statistics/?format=api",
                "lock_url": "https://translate.yunohost.org/api/components/yunohost-apps/gotosocial/lock/?format=api",
                "links_url": "https://translate.yunohost.org/api/components/yunohost-apps/gotosocial/links/?format=api",
                "changes_list_url": "https://translate.yunohost.org/api/components/yunohost-apps/gotosocial/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "",
                "push": "git@github.com:yunohost/apps_translations.git",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": true,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "en",
            "id": 523,
            "filename": "translations/apps/gotosocial/manifest/en.json",
            "revision": "16d54f796c896396e57205b3f278691548d771fb,16d54f796c896396e57205b3f278691548d771fb",
            "web_url": "https://translate.yunohost.org/projects/yunohost-apps/gotosocial/en/",
            "share_url": "https://translate.yunohost.org/engage/yunohost-apps/-/en/",
            "translate_url": "https://translate.yunohost.org/translate/yunohost-apps/gotosocial/en/",
            "url": "https://translate.yunohost.org/api/translations/yunohost-apps/gotosocial/en/?format=api",
            "is_template": true,
            "is_source": true,
            "total": 11,
            "total_words": 108,
            "translated": 11,
            "translated_words": 108,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 3,
            "failing_checks_words": 48,
            "failing_checks_percent": 27.2,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-03-31T04:48:16.567377Z",
            "last_author": null,
            "repository_url": "https://translate.yunohost.org/api/translations/yunohost-apps/gotosocial/en/repository/?format=api",
            "file_url": "https://translate.yunohost.org/api/translations/yunohost-apps/gotosocial/en/file/?format=api",
            "statistics_url": "https://translate.yunohost.org/api/translations/yunohost-apps/gotosocial/en/statistics/?format=api",
            "changes_list_url": "https://translate.yunohost.org/api/translations/yunohost-apps/gotosocial/en/changes/?format=api",
            "units_list_url": "https://translate.yunohost.org/api/translations/yunohost-apps/gotosocial/en/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": "photoprism",
                "slug": "photoprism",
                "id": 28,
                "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 Apps",
                    "slug": "yunohost-apps",
                    "id": 2,
                    "web": "https://yunohost.org",
                    "web_url": "https://translate.yunohost.org/projects/yunohost-apps/",
                    "url": "https://translate.yunohost.org/api/projects/yunohost-apps/?format=api",
                    "components_list_url": "https://translate.yunohost.org/api/projects/yunohost-apps/components/?format=api",
                    "repository_url": "https://translate.yunohost.org/api/projects/yunohost-apps/repository/?format=api",
                    "statistics_url": "https://translate.yunohost.org/api/projects/yunohost-apps/statistics/?format=api",
                    "categories_url": "https://translate.yunohost.org/api/projects/yunohost-apps/categories/?format=api",
                    "changes_list_url": "https://translate.yunohost.org/api/projects/yunohost-apps/changes/?format=api",
                    "languages_url": "https://translate.yunohost.org/api/projects/yunohost-apps/languages/?format=api",
                    "labels_url": "https://translate.yunohost.org/api/projects/yunohost-apps/labels/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "https://github.com/yunohost/apps_translations",
                "git_export": "https://translate.yunohost.org/git/yunohost-apps/photoprism/",
                "branch": "main",
                "push_branch": "",
                "filemask": "translations/apps/photoprism/manifest/*.json",
                "screenshot_filemask": "",
                "template": "translations/apps/photoprism/manifest/en.json",
                "edit_template": true,
                "intermediate": "",
                "new_base": "translations/apps/photoprism/manifest/en.json",
                "file_format": "json",
                "license": "",
                "license_url": null,
                "agreement": "",
                "web_url": "https://translate.yunohost.org/projects/yunohost-apps/photoprism/",
                "url": "https://translate.yunohost.org/api/components/yunohost-apps/photoprism/?format=api",
                "repository_url": "https://translate.yunohost.org/api/components/yunohost-apps/photoprism/repository/?format=api",
                "translations_url": "https://translate.yunohost.org/api/components/yunohost-apps/photoprism/translations/?format=api",
                "statistics_url": "https://translate.yunohost.org/api/components/yunohost-apps/photoprism/statistics/?format=api",
                "lock_url": "https://translate.yunohost.org/api/components/yunohost-apps/photoprism/lock/?format=api",
                "links_url": "https://translate.yunohost.org/api/components/yunohost-apps/photoprism/links/?format=api",
                "changes_list_url": "https://translate.yunohost.org/api/components/yunohost-apps/photoprism/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "",
                "push": "git@github.com:yunohost/apps_translations.git",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": true,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "en",
            "id": 524,
            "filename": "translations/apps/photoprism/manifest/en.json",
            "revision": "3fa7c92a1dade31b0a50b1e984561206279cba4a,3fa7c92a1dade31b0a50b1e984561206279cba4a",
            "web_url": "https://translate.yunohost.org/projects/yunohost-apps/photoprism/en/",
            "share_url": "https://translate.yunohost.org/engage/yunohost-apps/-/en/",
            "translate_url": "https://translate.yunohost.org/translate/yunohost-apps/photoprism/en/",
            "url": "https://translate.yunohost.org/api/translations/yunohost-apps/photoprism/en/?format=api",
            "is_template": true,
            "is_source": true,
            "total": 4,
            "total_words": 47,
            "translated": 4,
            "translated_words": 47,
            "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-31T04:48:20.970038Z",
            "last_author": null,
            "repository_url": "https://translate.yunohost.org/api/translations/yunohost-apps/photoprism/en/repository/?format=api",
            "file_url": "https://translate.yunohost.org/api/translations/yunohost-apps/photoprism/en/file/?format=api",
            "statistics_url": "https://translate.yunohost.org/api/translations/yunohost-apps/photoprism/en/statistics/?format=api",
            "changes_list_url": "https://translate.yunohost.org/api/translations/yunohost-apps/photoprism/en/changes/?format=api",
            "units_list_url": "https://translate.yunohost.org/api/translations/yunohost-apps/photoprism/en/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": "funkwhale",
                "slug": "funkwhale",
                "id": 26,
                "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 Apps",
                    "slug": "yunohost-apps",
                    "id": 2,
                    "web": "https://yunohost.org",
                    "web_url": "https://translate.yunohost.org/projects/yunohost-apps/",
                    "url": "https://translate.yunohost.org/api/projects/yunohost-apps/?format=api",
                    "components_list_url": "https://translate.yunohost.org/api/projects/yunohost-apps/components/?format=api",
                    "repository_url": "https://translate.yunohost.org/api/projects/yunohost-apps/repository/?format=api",
                    "statistics_url": "https://translate.yunohost.org/api/projects/yunohost-apps/statistics/?format=api",
                    "categories_url": "https://translate.yunohost.org/api/projects/yunohost-apps/categories/?format=api",
                    "changes_list_url": "https://translate.yunohost.org/api/projects/yunohost-apps/changes/?format=api",
                    "languages_url": "https://translate.yunohost.org/api/projects/yunohost-apps/languages/?format=api",
                    "labels_url": "https://translate.yunohost.org/api/projects/yunohost-apps/labels/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "https://github.com/yunohost/apps_translations",
                "git_export": "https://translate.yunohost.org/git/yunohost-apps/funkwhale/",
                "branch": "main",
                "push_branch": "",
                "filemask": "translations/apps/funkwhale/manifest/*.json",
                "screenshot_filemask": "",
                "template": "translations/apps/funkwhale/manifest/en.json",
                "edit_template": true,
                "intermediate": "",
                "new_base": "translations/apps/funkwhale/manifest/en.json",
                "file_format": "json",
                "license": "",
                "license_url": null,
                "agreement": "",
                "web_url": "https://translate.yunohost.org/projects/yunohost-apps/funkwhale/",
                "url": "https://translate.yunohost.org/api/components/yunohost-apps/funkwhale/?format=api",
                "repository_url": "https://translate.yunohost.org/api/components/yunohost-apps/funkwhale/repository/?format=api",
                "translations_url": "https://translate.yunohost.org/api/components/yunohost-apps/funkwhale/translations/?format=api",
                "statistics_url": "https://translate.yunohost.org/api/components/yunohost-apps/funkwhale/statistics/?format=api",
                "lock_url": "https://translate.yunohost.org/api/components/yunohost-apps/funkwhale/lock/?format=api",
                "links_url": "https://translate.yunohost.org/api/components/yunohost-apps/funkwhale/links/?format=api",
                "changes_list_url": "https://translate.yunohost.org/api/components/yunohost-apps/funkwhale/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "",
                "push": "git@github.com:yunohost/apps_translations.git",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": true,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "fr",
            "id": 525,
            "filename": "translations/apps/funkwhale/manifest/fr.json",
            "revision": "a95ae599876a8e52085e98d85dd07837a1e9eeaf,c9867ef0b4adfd615581bd410f890861643bb059",
            "web_url": "https://translate.yunohost.org/projects/yunohost-apps/funkwhale/fr/",
            "share_url": "https://translate.yunohost.org/engage/yunohost-apps/-/fr/",
            "translate_url": "https://translate.yunohost.org/translate/yunohost-apps/funkwhale/fr/",
            "url": "https://translate.yunohost.org/api/translations/yunohost-apps/funkwhale/fr/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 2,
            "total_words": 30,
            "translated": 2,
            "translated_words": 30,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 2,
            "failing_checks_words": 30,
            "failing_checks_percent": 100.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-03-31T04:48:14.454904Z",
            "last_author": null,
            "repository_url": "https://translate.yunohost.org/api/translations/yunohost-apps/funkwhale/fr/repository/?format=api",
            "file_url": "https://translate.yunohost.org/api/translations/yunohost-apps/funkwhale/fr/file/?format=api",
            "statistics_url": "https://translate.yunohost.org/api/translations/yunohost-apps/funkwhale/fr/statistics/?format=api",
            "changes_list_url": "https://translate.yunohost.org/api/translations/yunohost-apps/funkwhale/fr/changes/?format=api",
            "units_list_url": "https://translate.yunohost.org/api/translations/yunohost-apps/funkwhale/fr/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": "gotosocial",
                "slug": "gotosocial",
                "id": 27,
                "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 Apps",
                    "slug": "yunohost-apps",
                    "id": 2,
                    "web": "https://yunohost.org",
                    "web_url": "https://translate.yunohost.org/projects/yunohost-apps/",
                    "url": "https://translate.yunohost.org/api/projects/yunohost-apps/?format=api",
                    "components_list_url": "https://translate.yunohost.org/api/projects/yunohost-apps/components/?format=api",
                    "repository_url": "https://translate.yunohost.org/api/projects/yunohost-apps/repository/?format=api",
                    "statistics_url": "https://translate.yunohost.org/api/projects/yunohost-apps/statistics/?format=api",
                    "categories_url": "https://translate.yunohost.org/api/projects/yunohost-apps/categories/?format=api",
                    "changes_list_url": "https://translate.yunohost.org/api/projects/yunohost-apps/changes/?format=api",
                    "languages_url": "https://translate.yunohost.org/api/projects/yunohost-apps/languages/?format=api",
                    "labels_url": "https://translate.yunohost.org/api/projects/yunohost-apps/labels/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "https://github.com/yunohost/apps_translations",
                "git_export": "https://translate.yunohost.org/git/yunohost-apps/gotosocial/",
                "branch": "main",
                "push_branch": "",
                "filemask": "translations/apps/gotosocial/manifest/*.json",
                "screenshot_filemask": "",
                "template": "translations/apps/gotosocial/manifest/en.json",
                "edit_template": true,
                "intermediate": "",
                "new_base": "translations/apps/gotosocial/manifest/en.json",
                "file_format": "json",
                "license": "",
                "license_url": null,
                "agreement": "",
                "web_url": "https://translate.yunohost.org/projects/yunohost-apps/gotosocial/",
                "url": "https://translate.yunohost.org/api/components/yunohost-apps/gotosocial/?format=api",
                "repository_url": "https://translate.yunohost.org/api/components/yunohost-apps/gotosocial/repository/?format=api",
                "translations_url": "https://translate.yunohost.org/api/components/yunohost-apps/gotosocial/translations/?format=api",
                "statistics_url": "https://translate.yunohost.org/api/components/yunohost-apps/gotosocial/statistics/?format=api",
                "lock_url": "https://translate.yunohost.org/api/components/yunohost-apps/gotosocial/lock/?format=api",
                "links_url": "https://translate.yunohost.org/api/components/yunohost-apps/gotosocial/links/?format=api",
                "changes_list_url": "https://translate.yunohost.org/api/components/yunohost-apps/gotosocial/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "",
                "push": "git@github.com:yunohost/apps_translations.git",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": true,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "fr",
            "id": 526,
            "filename": "translations/apps/gotosocial/manifest/fr.json",
            "revision": "e18ef2da8f1c026fc9b6c9460e11f4335c15537f,16d54f796c896396e57205b3f278691548d771fb",
            "web_url": "https://translate.yunohost.org/projects/yunohost-apps/gotosocial/fr/",
            "share_url": "https://translate.yunohost.org/engage/yunohost-apps/-/fr/",
            "translate_url": "https://translate.yunohost.org/translate/yunohost-apps/gotosocial/fr/",
            "url": "https://translate.yunohost.org/api/translations/yunohost-apps/gotosocial/fr/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 11,
            "total_words": 108,
            "translated": 11,
            "translated_words": 108,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 1,
            "failing_checks_words": 8,
            "failing_checks_percent": 9.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-07-10T23:32:33.572222Z",
            "last_author": null,
            "repository_url": "https://translate.yunohost.org/api/translations/yunohost-apps/gotosocial/fr/repository/?format=api",
            "file_url": "https://translate.yunohost.org/api/translations/yunohost-apps/gotosocial/fr/file/?format=api",
            "statistics_url": "https://translate.yunohost.org/api/translations/yunohost-apps/gotosocial/fr/statistics/?format=api",
            "changes_list_url": "https://translate.yunohost.org/api/translations/yunohost-apps/gotosocial/fr/changes/?format=api",
            "units_list_url": "https://translate.yunohost.org/api/translations/yunohost-apps/gotosocial/fr/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": "gotosocial",
                "slug": "gotosocial",
                "id": 27,
                "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 Apps",
                    "slug": "yunohost-apps",
                    "id": 2,
                    "web": "https://yunohost.org",
                    "web_url": "https://translate.yunohost.org/projects/yunohost-apps/",
                    "url": "https://translate.yunohost.org/api/projects/yunohost-apps/?format=api",
                    "components_list_url": "https://translate.yunohost.org/api/projects/yunohost-apps/components/?format=api",
                    "repository_url": "https://translate.yunohost.org/api/projects/yunohost-apps/repository/?format=api",
                    "statistics_url": "https://translate.yunohost.org/api/projects/yunohost-apps/statistics/?format=api",
                    "categories_url": "https://translate.yunohost.org/api/projects/yunohost-apps/categories/?format=api",
                    "changes_list_url": "https://translate.yunohost.org/api/projects/yunohost-apps/changes/?format=api",
                    "languages_url": "https://translate.yunohost.org/api/projects/yunohost-apps/languages/?format=api",
                    "labels_url": "https://translate.yunohost.org/api/projects/yunohost-apps/labels/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "https://github.com/yunohost/apps_translations",
                "git_export": "https://translate.yunohost.org/git/yunohost-apps/gotosocial/",
                "branch": "main",
                "push_branch": "",
                "filemask": "translations/apps/gotosocial/manifest/*.json",
                "screenshot_filemask": "",
                "template": "translations/apps/gotosocial/manifest/en.json",
                "edit_template": true,
                "intermediate": "",
                "new_base": "translations/apps/gotosocial/manifest/en.json",
                "file_format": "json",
                "license": "",
                "license_url": null,
                "agreement": "",
                "web_url": "https://translate.yunohost.org/projects/yunohost-apps/gotosocial/",
                "url": "https://translate.yunohost.org/api/components/yunohost-apps/gotosocial/?format=api",
                "repository_url": "https://translate.yunohost.org/api/components/yunohost-apps/gotosocial/repository/?format=api",
                "translations_url": "https://translate.yunohost.org/api/components/yunohost-apps/gotosocial/translations/?format=api",
                "statistics_url": "https://translate.yunohost.org/api/components/yunohost-apps/gotosocial/statistics/?format=api",
                "lock_url": "https://translate.yunohost.org/api/components/yunohost-apps/gotosocial/lock/?format=api",
                "links_url": "https://translate.yunohost.org/api/components/yunohost-apps/gotosocial/links/?format=api",
                "changes_list_url": "https://translate.yunohost.org/api/components/yunohost-apps/gotosocial/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "",
                "push": "git@github.com:yunohost/apps_translations.git",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": true,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "nl",
            "id": 527,
            "filename": "translations/apps/gotosocial/manifest/nl.json",
            "revision": "340426f8d5f01fb6a4c24e6d2f928399010cf786,16d54f796c896396e57205b3f278691548d771fb",
            "web_url": "https://translate.yunohost.org/projects/yunohost-apps/gotosocial/nl/",
            "share_url": "https://translate.yunohost.org/engage/yunohost-apps/-/nl/",
            "translate_url": "https://translate.yunohost.org/translate/yunohost-apps/gotosocial/nl/",
            "url": "https://translate.yunohost.org/api/translations/yunohost-apps/gotosocial/nl/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 11,
            "total_words": 108,
            "translated": 1,
            "translated_words": 3,
            "translated_percent": 9.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 1,
            "failing_checks_words": 8,
            "failing_checks_percent": 9.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-09-06T06:56:48.776890Z",
            "last_author": null,
            "repository_url": "https://translate.yunohost.org/api/translations/yunohost-apps/gotosocial/nl/repository/?format=api",
            "file_url": "https://translate.yunohost.org/api/translations/yunohost-apps/gotosocial/nl/file/?format=api",
            "statistics_url": "https://translate.yunohost.org/api/translations/yunohost-apps/gotosocial/nl/statistics/?format=api",
            "changes_list_url": "https://translate.yunohost.org/api/translations/yunohost-apps/gotosocial/nl/changes/?format=api",
            "units_list_url": "https://translate.yunohost.org/api/translations/yunohost-apps/gotosocial/nl/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": "photoprism",
                "slug": "photoprism",
                "id": 28,
                "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 Apps",
                    "slug": "yunohost-apps",
                    "id": 2,
                    "web": "https://yunohost.org",
                    "web_url": "https://translate.yunohost.org/projects/yunohost-apps/",
                    "url": "https://translate.yunohost.org/api/projects/yunohost-apps/?format=api",
                    "components_list_url": "https://translate.yunohost.org/api/projects/yunohost-apps/components/?format=api",
                    "repository_url": "https://translate.yunohost.org/api/projects/yunohost-apps/repository/?format=api",
                    "statistics_url": "https://translate.yunohost.org/api/projects/yunohost-apps/statistics/?format=api",
                    "categories_url": "https://translate.yunohost.org/api/projects/yunohost-apps/categories/?format=api",
                    "changes_list_url": "https://translate.yunohost.org/api/projects/yunohost-apps/changes/?format=api",
                    "languages_url": "https://translate.yunohost.org/api/projects/yunohost-apps/languages/?format=api",
                    "labels_url": "https://translate.yunohost.org/api/projects/yunohost-apps/labels/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "https://github.com/yunohost/apps_translations",
                "git_export": "https://translate.yunohost.org/git/yunohost-apps/photoprism/",
                "branch": "main",
                "push_branch": "",
                "filemask": "translations/apps/photoprism/manifest/*.json",
                "screenshot_filemask": "",
                "template": "translations/apps/photoprism/manifest/en.json",
                "edit_template": true,
                "intermediate": "",
                "new_base": "translations/apps/photoprism/manifest/en.json",
                "file_format": "json",
                "license": "",
                "license_url": null,
                "agreement": "",
                "web_url": "https://translate.yunohost.org/projects/yunohost-apps/photoprism/",
                "url": "https://translate.yunohost.org/api/components/yunohost-apps/photoprism/?format=api",
                "repository_url": "https://translate.yunohost.org/api/components/yunohost-apps/photoprism/repository/?format=api",
                "translations_url": "https://translate.yunohost.org/api/components/yunohost-apps/photoprism/translations/?format=api",
                "statistics_url": "https://translate.yunohost.org/api/components/yunohost-apps/photoprism/statistics/?format=api",
                "lock_url": "https://translate.yunohost.org/api/components/yunohost-apps/photoprism/lock/?format=api",
                "links_url": "https://translate.yunohost.org/api/components/yunohost-apps/photoprism/links/?format=api",
                "changes_list_url": "https://translate.yunohost.org/api/components/yunohost-apps/photoprism/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "",
                "push": "git@github.com:yunohost/apps_translations.git",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": true,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "fr",
            "id": 528,
            "filename": "translations/apps/photoprism/manifest/fr.json",
            "revision": "b2e006ff8634d5f0f945fbeee42e2567305ddb49,3fa7c92a1dade31b0a50b1e984561206279cba4a",
            "web_url": "https://translate.yunohost.org/projects/yunohost-apps/photoprism/fr/",
            "share_url": "https://translate.yunohost.org/engage/yunohost-apps/-/fr/",
            "translate_url": "https://translate.yunohost.org/translate/yunohost-apps/photoprism/fr/",
            "url": "https://translate.yunohost.org/api/translations/yunohost-apps/photoprism/fr/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 4,
            "total_words": 47,
            "translated": 4,
            "translated_words": 47,
            "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-31T04:48:21.537495Z",
            "last_author": null,
            "repository_url": "https://translate.yunohost.org/api/translations/yunohost-apps/photoprism/fr/repository/?format=api",
            "file_url": "https://translate.yunohost.org/api/translations/yunohost-apps/photoprism/fr/file/?format=api",
            "statistics_url": "https://translate.yunohost.org/api/translations/yunohost-apps/photoprism/fr/statistics/?format=api",
            "changes_list_url": "https://translate.yunohost.org/api/translations/yunohost-apps/photoprism/fr/changes/?format=api",
            "units_list_url": "https://translate.yunohost.org/api/translations/yunohost-apps/photoprism/fr/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": "gotosocial",
                "slug": "gotosocial",
                "id": 27,
                "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 Apps",
                    "slug": "yunohost-apps",
                    "id": 2,
                    "web": "https://yunohost.org",
                    "web_url": "https://translate.yunohost.org/projects/yunohost-apps/",
                    "url": "https://translate.yunohost.org/api/projects/yunohost-apps/?format=api",
                    "components_list_url": "https://translate.yunohost.org/api/projects/yunohost-apps/components/?format=api",
                    "repository_url": "https://translate.yunohost.org/api/projects/yunohost-apps/repository/?format=api",
                    "statistics_url": "https://translate.yunohost.org/api/projects/yunohost-apps/statistics/?format=api",
                    "categories_url": "https://translate.yunohost.org/api/projects/yunohost-apps/categories/?format=api",
                    "changes_list_url": "https://translate.yunohost.org/api/projects/yunohost-apps/changes/?format=api",
                    "languages_url": "https://translate.yunohost.org/api/projects/yunohost-apps/languages/?format=api",
                    "labels_url": "https://translate.yunohost.org/api/projects/yunohost-apps/labels/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "https://github.com/yunohost/apps_translations",
                "git_export": "https://translate.yunohost.org/git/yunohost-apps/gotosocial/",
                "branch": "main",
                "push_branch": "",
                "filemask": "translations/apps/gotosocial/manifest/*.json",
                "screenshot_filemask": "",
                "template": "translations/apps/gotosocial/manifest/en.json",
                "edit_template": true,
                "intermediate": "",
                "new_base": "translations/apps/gotosocial/manifest/en.json",
                "file_format": "json",
                "license": "",
                "license_url": null,
                "agreement": "",
                "web_url": "https://translate.yunohost.org/projects/yunohost-apps/gotosocial/",
                "url": "https://translate.yunohost.org/api/components/yunohost-apps/gotosocial/?format=api",
                "repository_url": "https://translate.yunohost.org/api/components/yunohost-apps/gotosocial/repository/?format=api",
                "translations_url": "https://translate.yunohost.org/api/components/yunohost-apps/gotosocial/translations/?format=api",
                "statistics_url": "https://translate.yunohost.org/api/components/yunohost-apps/gotosocial/statistics/?format=api",
                "lock_url": "https://translate.yunohost.org/api/components/yunohost-apps/gotosocial/lock/?format=api",
                "links_url": "https://translate.yunohost.org/api/components/yunohost-apps/gotosocial/links/?format=api",
                "changes_list_url": "https://translate.yunohost.org/api/components/yunohost-apps/gotosocial/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "",
                "push": "git@github.com:yunohost/apps_translations.git",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": true,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "ko",
            "id": 529,
            "filename": "translations/apps/gotosocial/manifest/ko.json",
            "revision": "77a3d8503fff688abf7bc322a5b5da26821e95ee,16d54f796c896396e57205b3f278691548d771fb",
            "web_url": "https://translate.yunohost.org/projects/yunohost-apps/gotosocial/ko/",
            "share_url": "https://translate.yunohost.org/engage/yunohost-apps/-/ko/",
            "translate_url": "https://translate.yunohost.org/translate/yunohost-apps/gotosocial/ko/",
            "url": "https://translate.yunohost.org/api/translations/yunohost-apps/gotosocial/ko/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 11,
            "total_words": 108,
            "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-31T04:48:17.411193Z",
            "last_author": null,
            "repository_url": "https://translate.yunohost.org/api/translations/yunohost-apps/gotosocial/ko/repository/?format=api",
            "file_url": "https://translate.yunohost.org/api/translations/yunohost-apps/gotosocial/ko/file/?format=api",
            "statistics_url": "https://translate.yunohost.org/api/translations/yunohost-apps/gotosocial/ko/statistics/?format=api",
            "changes_list_url": "https://translate.yunohost.org/api/translations/yunohost-apps/gotosocial/ko/changes/?format=api",
            "units_list_url": "https://translate.yunohost.org/api/translations/yunohost-apps/gotosocial/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 Apps",
                "slug": "glossary",
                "id": 13,
                "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 Apps",
                    "slug": "yunohost-apps",
                    "id": 2,
                    "web": "https://yunohost.org",
                    "web_url": "https://translate.yunohost.org/projects/yunohost-apps/",
                    "url": "https://translate.yunohost.org/api/projects/yunohost-apps/?format=api",
                    "components_list_url": "https://translate.yunohost.org/api/projects/yunohost-apps/components/?format=api",
                    "repository_url": "https://translate.yunohost.org/api/projects/yunohost-apps/repository/?format=api",
                    "statistics_url": "https://translate.yunohost.org/api/projects/yunohost-apps/statistics/?format=api",
                    "categories_url": "https://translate.yunohost.org/api/projects/yunohost-apps/categories/?format=api",
                    "changes_list_url": "https://translate.yunohost.org/api/projects/yunohost-apps/changes/?format=api",
                    "languages_url": "https://translate.yunohost.org/api/projects/yunohost-apps/languages/?format=api",
                    "labels_url": "https://translate.yunohost.org/api/projects/yunohost-apps/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-apps/glossary/",
                "branch": "main",
                "push_branch": "",
                "filemask": "*.tbx",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "tbx",
                "license": "",
                "license_url": null,
                "agreement": "",
                "web_url": "https://translate.yunohost.org/projects/yunohost-apps/glossary/",
                "url": "https://translate.yunohost.org/api/components/yunohost-apps/glossary/?format=api",
                "repository_url": "https://translate.yunohost.org/api/components/yunohost-apps/glossary/repository/?format=api",
                "translations_url": "https://translate.yunohost.org/api/components/yunohost-apps/glossary/translations/?format=api",
                "statistics_url": "https://translate.yunohost.org/api/components/yunohost-apps/glossary/statistics/?format=api",
                "lock_url": "https://translate.yunohost.org/api/components/yunohost-apps/glossary/lock/?format=api",
                "links_url": "https://translate.yunohost.org/api/components/yunohost-apps/glossary/links/?format=api",
                "changes_list_url": "https://translate.yunohost.org/api/components/yunohost-apps/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": 530,
            "filename": "ko.tbx",
            "revision": "a707eb0b067f141dc98e77ff33c3d42e12c3d712",
            "web_url": "https://translate.yunohost.org/projects/yunohost-apps/glossary/ko/",
            "share_url": "https://translate.yunohost.org/engage/yunohost-apps/-/ko/",
            "translate_url": "https://translate.yunohost.org/translate/yunohost-apps/glossary/ko/",
            "url": "https://translate.yunohost.org/api/translations/yunohost-apps/glossary/ko/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 0,
            "total_words": 0,
            "translated": 0,
            "translated_words": 0,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-03-29T05:17:38.093429Z",
            "last_author": null,
            "repository_url": "https://translate.yunohost.org/api/translations/yunohost-apps/glossary/ko/repository/?format=api",
            "file_url": "https://translate.yunohost.org/api/translations/yunohost-apps/glossary/ko/file/?format=api",
            "statistics_url": "https://translate.yunohost.org/api/translations/yunohost-apps/glossary/ko/statistics/?format=api",
            "changes_list_url": "https://translate.yunohost.org/api/translations/yunohost-apps/glossary/ko/changes/?format=api",
            "units_list_url": "https://translate.yunohost.org/api/translations/yunohost-apps/glossary/ko/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": "cinny",
                "slug": "cinny",
                "id": 23,
                "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 Apps",
                    "slug": "yunohost-apps",
                    "id": 2,
                    "web": "https://yunohost.org",
                    "web_url": "https://translate.yunohost.org/projects/yunohost-apps/",
                    "url": "https://translate.yunohost.org/api/projects/yunohost-apps/?format=api",
                    "components_list_url": "https://translate.yunohost.org/api/projects/yunohost-apps/components/?format=api",
                    "repository_url": "https://translate.yunohost.org/api/projects/yunohost-apps/repository/?format=api",
                    "statistics_url": "https://translate.yunohost.org/api/projects/yunohost-apps/statistics/?format=api",
                    "categories_url": "https://translate.yunohost.org/api/projects/yunohost-apps/categories/?format=api",
                    "changes_list_url": "https://translate.yunohost.org/api/projects/yunohost-apps/changes/?format=api",
                    "languages_url": "https://translate.yunohost.org/api/projects/yunohost-apps/languages/?format=api",
                    "labels_url": "https://translate.yunohost.org/api/projects/yunohost-apps/labels/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "https://github.com/yunohost/apps_translations",
                "git_export": "https://translate.yunohost.org/git/yunohost-apps/cinny/",
                "branch": "main",
                "push_branch": "",
                "filemask": "translations/apps/cinny/manifest/*.json",
                "screenshot_filemask": "",
                "template": "translations/apps/cinny/manifest/en.json",
                "edit_template": true,
                "intermediate": "",
                "new_base": "translations/apps/cinny/manifest/en.json",
                "file_format": "json",
                "license": "",
                "license_url": null,
                "agreement": "",
                "web_url": "https://translate.yunohost.org/projects/yunohost-apps/cinny/",
                "url": "https://translate.yunohost.org/api/components/yunohost-apps/cinny/?format=api",
                "repository_url": "https://translate.yunohost.org/api/components/yunohost-apps/cinny/repository/?format=api",
                "translations_url": "https://translate.yunohost.org/api/components/yunohost-apps/cinny/translations/?format=api",
                "statistics_url": "https://translate.yunohost.org/api/components/yunohost-apps/cinny/statistics/?format=api",
                "lock_url": "https://translate.yunohost.org/api/components/yunohost-apps/cinny/lock/?format=api",
                "links_url": "https://translate.yunohost.org/api/components/yunohost-apps/cinny/links/?format=api",
                "changes_list_url": "https://translate.yunohost.org/api/components/yunohost-apps/cinny/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "",
                "push": "git@github.com:yunohost/apps_translations.git",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": true,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "ar",
            "id": 531,
            "filename": "translations/apps/cinny/manifest/ar.json",
            "revision": "0676ae99e6ecd20858bd2c3fd4d990eaa09024b4,27b8701a6a9caf587d7bfcc210d61a2f00aeac64",
            "web_url": "https://translate.yunohost.org/projects/yunohost-apps/cinny/ar/",
            "share_url": "https://translate.yunohost.org/engage/yunohost-apps/-/ar/",
            "translate_url": "https://translate.yunohost.org/translate/yunohost-apps/cinny/ar/",
            "url": "https://translate.yunohost.org/api/translations/yunohost-apps/cinny/ar/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 4,
            "total_words": 56,
            "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-31T04:48:01.227492Z",
            "last_author": null,
            "repository_url": "https://translate.yunohost.org/api/translations/yunohost-apps/cinny/ar/repository/?format=api",
            "file_url": "https://translate.yunohost.org/api/translations/yunohost-apps/cinny/ar/file/?format=api",
            "statistics_url": "https://translate.yunohost.org/api/translations/yunohost-apps/cinny/ar/statistics/?format=api",
            "changes_list_url": "https://translate.yunohost.org/api/translations/yunohost-apps/cinny/ar/changes/?format=api",
            "units_list_url": "https://translate.yunohost.org/api/translations/yunohost-apps/cinny/ar/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": "YunoHost Apps",
                "slug": "glossary",
                "id": 13,
                "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 Apps",
                    "slug": "yunohost-apps",
                    "id": 2,
                    "web": "https://yunohost.org",
                    "web_url": "https://translate.yunohost.org/projects/yunohost-apps/",
                    "url": "https://translate.yunohost.org/api/projects/yunohost-apps/?format=api",
                    "components_list_url": "https://translate.yunohost.org/api/projects/yunohost-apps/components/?format=api",
                    "repository_url": "https://translate.yunohost.org/api/projects/yunohost-apps/repository/?format=api",
                    "statistics_url": "https://translate.yunohost.org/api/projects/yunohost-apps/statistics/?format=api",
                    "categories_url": "https://translate.yunohost.org/api/projects/yunohost-apps/categories/?format=api",
                    "changes_list_url": "https://translate.yunohost.org/api/projects/yunohost-apps/changes/?format=api",
                    "languages_url": "https://translate.yunohost.org/api/projects/yunohost-apps/languages/?format=api",
                    "labels_url": "https://translate.yunohost.org/api/projects/yunohost-apps/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-apps/glossary/",
                "branch": "main",
                "push_branch": "",
                "filemask": "*.tbx",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "tbx",
                "license": "",
                "license_url": null,
                "agreement": "",
                "web_url": "https://translate.yunohost.org/projects/yunohost-apps/glossary/",
                "url": "https://translate.yunohost.org/api/components/yunohost-apps/glossary/?format=api",
                "repository_url": "https://translate.yunohost.org/api/components/yunohost-apps/glossary/repository/?format=api",
                "translations_url": "https://translate.yunohost.org/api/components/yunohost-apps/glossary/translations/?format=api",
                "statistics_url": "https://translate.yunohost.org/api/components/yunohost-apps/glossary/statistics/?format=api",
                "lock_url": "https://translate.yunohost.org/api/components/yunohost-apps/glossary/lock/?format=api",
                "links_url": "https://translate.yunohost.org/api/components/yunohost-apps/glossary/links/?format=api",
                "changes_list_url": "https://translate.yunohost.org/api/components/yunohost-apps/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": "ar",
            "id": 532,
            "filename": "ar.tbx",
            "revision": "a707eb0b067f141dc98e77ff33c3d42e12c3d712",
            "web_url": "https://translate.yunohost.org/projects/yunohost-apps/glossary/ar/",
            "share_url": "https://translate.yunohost.org/engage/yunohost-apps/-/ar/",
            "translate_url": "https://translate.yunohost.org/translate/yunohost-apps/glossary/ar/",
            "url": "https://translate.yunohost.org/api/translations/yunohost-apps/glossary/ar/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 0,
            "total_words": 0,
            "translated": 0,
            "translated_words": 0,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-03-29T05:25:03.212516Z",
            "last_author": null,
            "repository_url": "https://translate.yunohost.org/api/translations/yunohost-apps/glossary/ar/repository/?format=api",
            "file_url": "https://translate.yunohost.org/api/translations/yunohost-apps/glossary/ar/file/?format=api",
            "statistics_url": "https://translate.yunohost.org/api/translations/yunohost-apps/glossary/ar/statistics/?format=api",
            "changes_list_url": "https://translate.yunohost.org/api/translations/yunohost-apps/glossary/ar/changes/?format=api",
            "units_list_url": "https://translate.yunohost.org/api/translations/yunohost-apps/glossary/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": "cinny",
                "slug": "cinny",
                "id": 23,
                "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 Apps",
                    "slug": "yunohost-apps",
                    "id": 2,
                    "web": "https://yunohost.org",
                    "web_url": "https://translate.yunohost.org/projects/yunohost-apps/",
                    "url": "https://translate.yunohost.org/api/projects/yunohost-apps/?format=api",
                    "components_list_url": "https://translate.yunohost.org/api/projects/yunohost-apps/components/?format=api",
                    "repository_url": "https://translate.yunohost.org/api/projects/yunohost-apps/repository/?format=api",
                    "statistics_url": "https://translate.yunohost.org/api/projects/yunohost-apps/statistics/?format=api",
                    "categories_url": "https://translate.yunohost.org/api/projects/yunohost-apps/categories/?format=api",
                    "changes_list_url": "https://translate.yunohost.org/api/projects/yunohost-apps/changes/?format=api",
                    "languages_url": "https://translate.yunohost.org/api/projects/yunohost-apps/languages/?format=api",
                    "labels_url": "https://translate.yunohost.org/api/projects/yunohost-apps/labels/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "https://github.com/yunohost/apps_translations",
                "git_export": "https://translate.yunohost.org/git/yunohost-apps/cinny/",
                "branch": "main",
                "push_branch": "",
                "filemask": "translations/apps/cinny/manifest/*.json",
                "screenshot_filemask": "",
                "template": "translations/apps/cinny/manifest/en.json",
                "edit_template": true,
                "intermediate": "",
                "new_base": "translations/apps/cinny/manifest/en.json",
                "file_format": "json",
                "license": "",
                "license_url": null,
                "agreement": "",
                "web_url": "https://translate.yunohost.org/projects/yunohost-apps/cinny/",
                "url": "https://translate.yunohost.org/api/components/yunohost-apps/cinny/?format=api",
                "repository_url": "https://translate.yunohost.org/api/components/yunohost-apps/cinny/repository/?format=api",
                "translations_url": "https://translate.yunohost.org/api/components/yunohost-apps/cinny/translations/?format=api",
                "statistics_url": "https://translate.yunohost.org/api/components/yunohost-apps/cinny/statistics/?format=api",
                "lock_url": "https://translate.yunohost.org/api/components/yunohost-apps/cinny/lock/?format=api",
                "links_url": "https://translate.yunohost.org/api/components/yunohost-apps/cinny/links/?format=api",
                "changes_list_url": "https://translate.yunohost.org/api/components/yunohost-apps/cinny/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "",
                "push": "git@github.com:yunohost/apps_translations.git",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": true,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "bn_BD",
            "id": 533,
            "filename": "translations/apps/cinny/manifest/bn_BD.json",
            "revision": "0676ae99e6ecd20858bd2c3fd4d990eaa09024b4,27b8701a6a9caf587d7bfcc210d61a2f00aeac64",
            "web_url": "https://translate.yunohost.org/projects/yunohost-apps/cinny/bn_BD/",
            "share_url": "https://translate.yunohost.org/engage/yunohost-apps/-/bn_BD/",
            "translate_url": "https://translate.yunohost.org/translate/yunohost-apps/cinny/bn_BD/",
            "url": "https://translate.yunohost.org/api/translations/yunohost-apps/cinny/bn_BD/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 4,
            "total_words": 56,
            "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-31T04:48:01.268798Z",
            "last_author": null,
            "repository_url": "https://translate.yunohost.org/api/translations/yunohost-apps/cinny/bn_BD/repository/?format=api",
            "file_url": "https://translate.yunohost.org/api/translations/yunohost-apps/cinny/bn_BD/file/?format=api",
            "statistics_url": "https://translate.yunohost.org/api/translations/yunohost-apps/cinny/bn_BD/statistics/?format=api",
            "changes_list_url": "https://translate.yunohost.org/api/translations/yunohost-apps/cinny/bn_BD/changes/?format=api",
            "units_list_url": "https://translate.yunohost.org/api/translations/yunohost-apps/cinny/bn_BD/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": "YunoHost Apps",
                "slug": "glossary",
                "id": 13,
                "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 Apps",
                    "slug": "yunohost-apps",
                    "id": 2,
                    "web": "https://yunohost.org",
                    "web_url": "https://translate.yunohost.org/projects/yunohost-apps/",
                    "url": "https://translate.yunohost.org/api/projects/yunohost-apps/?format=api",
                    "components_list_url": "https://translate.yunohost.org/api/projects/yunohost-apps/components/?format=api",
                    "repository_url": "https://translate.yunohost.org/api/projects/yunohost-apps/repository/?format=api",
                    "statistics_url": "https://translate.yunohost.org/api/projects/yunohost-apps/statistics/?format=api",
                    "categories_url": "https://translate.yunohost.org/api/projects/yunohost-apps/categories/?format=api",
                    "changes_list_url": "https://translate.yunohost.org/api/projects/yunohost-apps/changes/?format=api",
                    "languages_url": "https://translate.yunohost.org/api/projects/yunohost-apps/languages/?format=api",
                    "labels_url": "https://translate.yunohost.org/api/projects/yunohost-apps/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-apps/glossary/",
                "branch": "main",
                "push_branch": "",
                "filemask": "*.tbx",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "tbx",
                "license": "",
                "license_url": null,
                "agreement": "",
                "web_url": "https://translate.yunohost.org/projects/yunohost-apps/glossary/",
                "url": "https://translate.yunohost.org/api/components/yunohost-apps/glossary/?format=api",
                "repository_url": "https://translate.yunohost.org/api/components/yunohost-apps/glossary/repository/?format=api",
                "translations_url": "https://translate.yunohost.org/api/components/yunohost-apps/glossary/translations/?format=api",
                "statistics_url": "https://translate.yunohost.org/api/components/yunohost-apps/glossary/statistics/?format=api",
                "lock_url": "https://translate.yunohost.org/api/components/yunohost-apps/glossary/lock/?format=api",
                "links_url": "https://translate.yunohost.org/api/components/yunohost-apps/glossary/links/?format=api",
                "changes_list_url": "https://translate.yunohost.org/api/components/yunohost-apps/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": "bn_BD",
            "id": 534,
            "filename": "bn_BD.tbx",
            "revision": "a707eb0b067f141dc98e77ff33c3d42e12c3d712",
            "web_url": "https://translate.yunohost.org/projects/yunohost-apps/glossary/bn_BD/",
            "share_url": "https://translate.yunohost.org/engage/yunohost-apps/-/bn_BD/",
            "translate_url": "https://translate.yunohost.org/translate/yunohost-apps/glossary/bn_BD/",
            "url": "https://translate.yunohost.org/api/translations/yunohost-apps/glossary/bn_BD/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 0,
            "total_words": 0,
            "translated": 0,
            "translated_words": 0,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-03-29T05:25:04.557553Z",
            "last_author": null,
            "repository_url": "https://translate.yunohost.org/api/translations/yunohost-apps/glossary/bn_BD/repository/?format=api",
            "file_url": "https://translate.yunohost.org/api/translations/yunohost-apps/glossary/bn_BD/file/?format=api",
            "statistics_url": "https://translate.yunohost.org/api/translations/yunohost-apps/glossary/bn_BD/statistics/?format=api",
            "changes_list_url": "https://translate.yunohost.org/api/translations/yunohost-apps/glossary/bn_BD/changes/?format=api",
            "units_list_url": "https://translate.yunohost.org/api/translations/yunohost-apps/glossary/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": "cinny",
                "slug": "cinny",
                "id": 23,
                "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 Apps",
                    "slug": "yunohost-apps",
                    "id": 2,
                    "web": "https://yunohost.org",
                    "web_url": "https://translate.yunohost.org/projects/yunohost-apps/",
                    "url": "https://translate.yunohost.org/api/projects/yunohost-apps/?format=api",
                    "components_list_url": "https://translate.yunohost.org/api/projects/yunohost-apps/components/?format=api",
                    "repository_url": "https://translate.yunohost.org/api/projects/yunohost-apps/repository/?format=api",
                    "statistics_url": "https://translate.yunohost.org/api/projects/yunohost-apps/statistics/?format=api",
                    "categories_url": "https://translate.yunohost.org/api/projects/yunohost-apps/categories/?format=api",
                    "changes_list_url": "https://translate.yunohost.org/api/projects/yunohost-apps/changes/?format=api",
                    "languages_url": "https://translate.yunohost.org/api/projects/yunohost-apps/languages/?format=api",
                    "labels_url": "https://translate.yunohost.org/api/projects/yunohost-apps/labels/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "https://github.com/yunohost/apps_translations",
                "git_export": "https://translate.yunohost.org/git/yunohost-apps/cinny/",
                "branch": "main",
                "push_branch": "",
                "filemask": "translations/apps/cinny/manifest/*.json",
                "screenshot_filemask": "",
                "template": "translations/apps/cinny/manifest/en.json",
                "edit_template": true,
                "intermediate": "",
                "new_base": "translations/apps/cinny/manifest/en.json",
                "file_format": "json",
                "license": "",
                "license_url": null,
                "agreement": "",
                "web_url": "https://translate.yunohost.org/projects/yunohost-apps/cinny/",
                "url": "https://translate.yunohost.org/api/components/yunohost-apps/cinny/?format=api",
                "repository_url": "https://translate.yunohost.org/api/components/yunohost-apps/cinny/repository/?format=api",
                "translations_url": "https://translate.yunohost.org/api/components/yunohost-apps/cinny/translations/?format=api",
                "statistics_url": "https://translate.yunohost.org/api/components/yunohost-apps/cinny/statistics/?format=api",
                "lock_url": "https://translate.yunohost.org/api/components/yunohost-apps/cinny/lock/?format=api",
                "links_url": "https://translate.yunohost.org/api/components/yunohost-apps/cinny/links/?format=api",
                "changes_list_url": "https://translate.yunohost.org/api/components/yunohost-apps/cinny/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "",
                "push": "git@github.com:yunohost/apps_translations.git",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": true,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "br",
            "id": 535,
            "filename": "translations/apps/cinny/manifest/br.json",
            "revision": "0676ae99e6ecd20858bd2c3fd4d990eaa09024b4,27b8701a6a9caf587d7bfcc210d61a2f00aeac64",
            "web_url": "https://translate.yunohost.org/projects/yunohost-apps/cinny/br/",
            "share_url": "https://translate.yunohost.org/engage/yunohost-apps/-/br/",
            "translate_url": "https://translate.yunohost.org/translate/yunohost-apps/cinny/br/",
            "url": "https://translate.yunohost.org/api/translations/yunohost-apps/cinny/br/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 4,
            "total_words": 56,
            "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-31T04:48:01.309883Z",
            "last_author": null,
            "repository_url": "https://translate.yunohost.org/api/translations/yunohost-apps/cinny/br/repository/?format=api",
            "file_url": "https://translate.yunohost.org/api/translations/yunohost-apps/cinny/br/file/?format=api",
            "statistics_url": "https://translate.yunohost.org/api/translations/yunohost-apps/cinny/br/statistics/?format=api",
            "changes_list_url": "https://translate.yunohost.org/api/translations/yunohost-apps/cinny/br/changes/?format=api",
            "units_list_url": "https://translate.yunohost.org/api/translations/yunohost-apps/cinny/br/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": "YunoHost Apps",
                "slug": "glossary",
                "id": 13,
                "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 Apps",
                    "slug": "yunohost-apps",
                    "id": 2,
                    "web": "https://yunohost.org",
                    "web_url": "https://translate.yunohost.org/projects/yunohost-apps/",
                    "url": "https://translate.yunohost.org/api/projects/yunohost-apps/?format=api",
                    "components_list_url": "https://translate.yunohost.org/api/projects/yunohost-apps/components/?format=api",
                    "repository_url": "https://translate.yunohost.org/api/projects/yunohost-apps/repository/?format=api",
                    "statistics_url": "https://translate.yunohost.org/api/projects/yunohost-apps/statistics/?format=api",
                    "categories_url": "https://translate.yunohost.org/api/projects/yunohost-apps/categories/?format=api",
                    "changes_list_url": "https://translate.yunohost.org/api/projects/yunohost-apps/changes/?format=api",
                    "languages_url": "https://translate.yunohost.org/api/projects/yunohost-apps/languages/?format=api",
                    "labels_url": "https://translate.yunohost.org/api/projects/yunohost-apps/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-apps/glossary/",
                "branch": "main",
                "push_branch": "",
                "filemask": "*.tbx",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "tbx",
                "license": "",
                "license_url": null,
                "agreement": "",
                "web_url": "https://translate.yunohost.org/projects/yunohost-apps/glossary/",
                "url": "https://translate.yunohost.org/api/components/yunohost-apps/glossary/?format=api",
                "repository_url": "https://translate.yunohost.org/api/components/yunohost-apps/glossary/repository/?format=api",
                "translations_url": "https://translate.yunohost.org/api/components/yunohost-apps/glossary/translations/?format=api",
                "statistics_url": "https://translate.yunohost.org/api/components/yunohost-apps/glossary/statistics/?format=api",
                "lock_url": "https://translate.yunohost.org/api/components/yunohost-apps/glossary/lock/?format=api",
                "links_url": "https://translate.yunohost.org/api/components/yunohost-apps/glossary/links/?format=api",
                "changes_list_url": "https://translate.yunohost.org/api/components/yunohost-apps/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": "br",
            "id": 536,
            "filename": "br.tbx",
            "revision": "a707eb0b067f141dc98e77ff33c3d42e12c3d712",
            "web_url": "https://translate.yunohost.org/projects/yunohost-apps/glossary/br/",
            "share_url": "https://translate.yunohost.org/engage/yunohost-apps/-/br/",
            "translate_url": "https://translate.yunohost.org/translate/yunohost-apps/glossary/br/",
            "url": "https://translate.yunohost.org/api/translations/yunohost-apps/glossary/br/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 0,
            "total_words": 0,
            "translated": 0,
            "translated_words": 0,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-03-29T05:25:10.050939Z",
            "last_author": null,
            "repository_url": "https://translate.yunohost.org/api/translations/yunohost-apps/glossary/br/repository/?format=api",
            "file_url": "https://translate.yunohost.org/api/translations/yunohost-apps/glossary/br/file/?format=api",
            "statistics_url": "https://translate.yunohost.org/api/translations/yunohost-apps/glossary/br/statistics/?format=api",
            "changes_list_url": "https://translate.yunohost.org/api/translations/yunohost-apps/glossary/br/changes/?format=api",
            "units_list_url": "https://translate.yunohost.org/api/translations/yunohost-apps/glossary/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": "cinny",
                "slug": "cinny",
                "id": 23,
                "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 Apps",
                    "slug": "yunohost-apps",
                    "id": 2,
                    "web": "https://yunohost.org",
                    "web_url": "https://translate.yunohost.org/projects/yunohost-apps/",
                    "url": "https://translate.yunohost.org/api/projects/yunohost-apps/?format=api",
                    "components_list_url": "https://translate.yunohost.org/api/projects/yunohost-apps/components/?format=api",
                    "repository_url": "https://translate.yunohost.org/api/projects/yunohost-apps/repository/?format=api",
                    "statistics_url": "https://translate.yunohost.org/api/projects/yunohost-apps/statistics/?format=api",
                    "categories_url": "https://translate.yunohost.org/api/projects/yunohost-apps/categories/?format=api",
                    "changes_list_url": "https://translate.yunohost.org/api/projects/yunohost-apps/changes/?format=api",
                    "languages_url": "https://translate.yunohost.org/api/projects/yunohost-apps/languages/?format=api",
                    "labels_url": "https://translate.yunohost.org/api/projects/yunohost-apps/labels/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "https://github.com/yunohost/apps_translations",
                "git_export": "https://translate.yunohost.org/git/yunohost-apps/cinny/",
                "branch": "main",
                "push_branch": "",
                "filemask": "translations/apps/cinny/manifest/*.json",
                "screenshot_filemask": "",
                "template": "translations/apps/cinny/manifest/en.json",
                "edit_template": true,
                "intermediate": "",
                "new_base": "translations/apps/cinny/manifest/en.json",
                "file_format": "json",
                "license": "",
                "license_url": null,
                "agreement": "",
                "web_url": "https://translate.yunohost.org/projects/yunohost-apps/cinny/",
                "url": "https://translate.yunohost.org/api/components/yunohost-apps/cinny/?format=api",
                "repository_url": "https://translate.yunohost.org/api/components/yunohost-apps/cinny/repository/?format=api",
                "translations_url": "https://translate.yunohost.org/api/components/yunohost-apps/cinny/translations/?format=api",
                "statistics_url": "https://translate.yunohost.org/api/components/yunohost-apps/cinny/statistics/?format=api",
                "lock_url": "https://translate.yunohost.org/api/components/yunohost-apps/cinny/lock/?format=api",
                "links_url": "https://translate.yunohost.org/api/components/yunohost-apps/cinny/links/?format=api",
                "changes_list_url": "https://translate.yunohost.org/api/components/yunohost-apps/cinny/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "",
                "push": "git@github.com:yunohost/apps_translations.git",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": true,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "ca",
            "id": 537,
            "filename": "translations/apps/cinny/manifest/ca.json",
            "revision": "9bf3f0b943d0bd5368c6d9167f62bfbaef14484d,27b8701a6a9caf587d7bfcc210d61a2f00aeac64",
            "web_url": "https://translate.yunohost.org/projects/yunohost-apps/cinny/ca/",
            "share_url": "https://translate.yunohost.org/engage/yunohost-apps/-/ca/",
            "translate_url": "https://translate.yunohost.org/translate/yunohost-apps/cinny/ca/",
            "url": "https://translate.yunohost.org/api/translations/yunohost-apps/cinny/ca/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 4,
            "total_words": 56,
            "translated": 4,
            "translated_words": 56,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 2,
            "failing_checks_words": 28,
            "failing_checks_percent": 50.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-03-31T04:48:01.347072Z",
            "last_author": null,
            "repository_url": "https://translate.yunohost.org/api/translations/yunohost-apps/cinny/ca/repository/?format=api",
            "file_url": "https://translate.yunohost.org/api/translations/yunohost-apps/cinny/ca/file/?format=api",
            "statistics_url": "https://translate.yunohost.org/api/translations/yunohost-apps/cinny/ca/statistics/?format=api",
            "changes_list_url": "https://translate.yunohost.org/api/translations/yunohost-apps/cinny/ca/changes/?format=api",
            "units_list_url": "https://translate.yunohost.org/api/translations/yunohost-apps/cinny/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": "cinny",
                "slug": "cinny",
                "id": 23,
                "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 Apps",
                    "slug": "yunohost-apps",
                    "id": 2,
                    "web": "https://yunohost.org",
                    "web_url": "https://translate.yunohost.org/projects/yunohost-apps/",
                    "url": "https://translate.yunohost.org/api/projects/yunohost-apps/?format=api",
                    "components_list_url": "https://translate.yunohost.org/api/projects/yunohost-apps/components/?format=api",
                    "repository_url": "https://translate.yunohost.org/api/projects/yunohost-apps/repository/?format=api",
                    "statistics_url": "https://translate.yunohost.org/api/projects/yunohost-apps/statistics/?format=api",
                    "categories_url": "https://translate.yunohost.org/api/projects/yunohost-apps/categories/?format=api",
                    "changes_list_url": "https://translate.yunohost.org/api/projects/yunohost-apps/changes/?format=api",
                    "languages_url": "https://translate.yunohost.org/api/projects/yunohost-apps/languages/?format=api",
                    "labels_url": "https://translate.yunohost.org/api/projects/yunohost-apps/labels/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "https://github.com/yunohost/apps_translations",
                "git_export": "https://translate.yunohost.org/git/yunohost-apps/cinny/",
                "branch": "main",
                "push_branch": "",
                "filemask": "translations/apps/cinny/manifest/*.json",
                "screenshot_filemask": "",
                "template": "translations/apps/cinny/manifest/en.json",
                "edit_template": true,
                "intermediate": "",
                "new_base": "translations/apps/cinny/manifest/en.json",
                "file_format": "json",
                "license": "",
                "license_url": null,
                "agreement": "",
                "web_url": "https://translate.yunohost.org/projects/yunohost-apps/cinny/",
                "url": "https://translate.yunohost.org/api/components/yunohost-apps/cinny/?format=api",
                "repository_url": "https://translate.yunohost.org/api/components/yunohost-apps/cinny/repository/?format=api",
                "translations_url": "https://translate.yunohost.org/api/components/yunohost-apps/cinny/translations/?format=api",
                "statistics_url": "https://translate.yunohost.org/api/components/yunohost-apps/cinny/statistics/?format=api",
                "lock_url": "https://translate.yunohost.org/api/components/yunohost-apps/cinny/lock/?format=api",
                "links_url": "https://translate.yunohost.org/api/components/yunohost-apps/cinny/links/?format=api",
                "changes_list_url": "https://translate.yunohost.org/api/components/yunohost-apps/cinny/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "",
                "push": "git@github.com:yunohost/apps_translations.git",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": true,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "ckb",
            "id": 538,
            "filename": "translations/apps/cinny/manifest/ckb.json",
            "revision": "0676ae99e6ecd20858bd2c3fd4d990eaa09024b4,27b8701a6a9caf587d7bfcc210d61a2f00aeac64",
            "web_url": "https://translate.yunohost.org/projects/yunohost-apps/cinny/ckb/",
            "share_url": "https://translate.yunohost.org/engage/yunohost-apps/-/ckb/",
            "translate_url": "https://translate.yunohost.org/translate/yunohost-apps/cinny/ckb/",
            "url": "https://translate.yunohost.org/api/translations/yunohost-apps/cinny/ckb/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 4,
            "total_words": 56,
            "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-31T04:48:01.377766Z",
            "last_author": null,
            "repository_url": "https://translate.yunohost.org/api/translations/yunohost-apps/cinny/ckb/repository/?format=api",
            "file_url": "https://translate.yunohost.org/api/translations/yunohost-apps/cinny/ckb/file/?format=api",
            "statistics_url": "https://translate.yunohost.org/api/translations/yunohost-apps/cinny/ckb/statistics/?format=api",
            "changes_list_url": "https://translate.yunohost.org/api/translations/yunohost-apps/cinny/ckb/changes/?format=api",
            "units_list_url": "https://translate.yunohost.org/api/translations/yunohost-apps/cinny/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": "cinny",
                "slug": "cinny",
                "id": 23,
                "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 Apps",
                    "slug": "yunohost-apps",
                    "id": 2,
                    "web": "https://yunohost.org",
                    "web_url": "https://translate.yunohost.org/projects/yunohost-apps/",
                    "url": "https://translate.yunohost.org/api/projects/yunohost-apps/?format=api",
                    "components_list_url": "https://translate.yunohost.org/api/projects/yunohost-apps/components/?format=api",
                    "repository_url": "https://translate.yunohost.org/api/projects/yunohost-apps/repository/?format=api",
                    "statistics_url": "https://translate.yunohost.org/api/projects/yunohost-apps/statistics/?format=api",
                    "categories_url": "https://translate.yunohost.org/api/projects/yunohost-apps/categories/?format=api",
                    "changes_list_url": "https://translate.yunohost.org/api/projects/yunohost-apps/changes/?format=api",
                    "languages_url": "https://translate.yunohost.org/api/projects/yunohost-apps/languages/?format=api",
                    "labels_url": "https://translate.yunohost.org/api/projects/yunohost-apps/labels/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "https://github.com/yunohost/apps_translations",
                "git_export": "https://translate.yunohost.org/git/yunohost-apps/cinny/",
                "branch": "main",
                "push_branch": "",
                "filemask": "translations/apps/cinny/manifest/*.json",
                "screenshot_filemask": "",
                "template": "translations/apps/cinny/manifest/en.json",
                "edit_template": true,
                "intermediate": "",
                "new_base": "translations/apps/cinny/manifest/en.json",
                "file_format": "json",
                "license": "",
                "license_url": null,
                "agreement": "",
                "web_url": "https://translate.yunohost.org/projects/yunohost-apps/cinny/",
                "url": "https://translate.yunohost.org/api/components/yunohost-apps/cinny/?format=api",
                "repository_url": "https://translate.yunohost.org/api/components/yunohost-apps/cinny/repository/?format=api",
                "translations_url": "https://translate.yunohost.org/api/components/yunohost-apps/cinny/translations/?format=api",
                "statistics_url": "https://translate.yunohost.org/api/components/yunohost-apps/cinny/statistics/?format=api",
                "lock_url": "https://translate.yunohost.org/api/components/yunohost-apps/cinny/lock/?format=api",
                "links_url": "https://translate.yunohost.org/api/components/yunohost-apps/cinny/links/?format=api",
                "changes_list_url": "https://translate.yunohost.org/api/components/yunohost-apps/cinny/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "",
                "push": "git@github.com:yunohost/apps_translations.git",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": true,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "cs",
            "id": 539,
            "filename": "translations/apps/cinny/manifest/cs.json",
            "revision": "2ac778f525f2d3d0439e5547d4e849c76bab28f4,27b8701a6a9caf587d7bfcc210d61a2f00aeac64",
            "web_url": "https://translate.yunohost.org/projects/yunohost-apps/cinny/cs/",
            "share_url": "https://translate.yunohost.org/engage/yunohost-apps/-/cs/",
            "translate_url": "https://translate.yunohost.org/translate/yunohost-apps/cinny/cs/",
            "url": "https://translate.yunohost.org/api/translations/yunohost-apps/cinny/cs/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 4,
            "total_words": 56,
            "translated": 4,
            "translated_words": 56,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 2,
            "failing_checks_words": 28,
            "failing_checks_percent": 50.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2025-04-02T09:02:20.663890Z",
            "last_author": null,
            "repository_url": "https://translate.yunohost.org/api/translations/yunohost-apps/cinny/cs/repository/?format=api",
            "file_url": "https://translate.yunohost.org/api/translations/yunohost-apps/cinny/cs/file/?format=api",
            "statistics_url": "https://translate.yunohost.org/api/translations/yunohost-apps/cinny/cs/statistics/?format=api",
            "changes_list_url": "https://translate.yunohost.org/api/translations/yunohost-apps/cinny/cs/changes/?format=api",
            "units_list_url": "https://translate.yunohost.org/api/translations/yunohost-apps/cinny/cs/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": "YunoHost Apps",
                "slug": "glossary",
                "id": 13,
                "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 Apps",
                    "slug": "yunohost-apps",
                    "id": 2,
                    "web": "https://yunohost.org",
                    "web_url": "https://translate.yunohost.org/projects/yunohost-apps/",
                    "url": "https://translate.yunohost.org/api/projects/yunohost-apps/?format=api",
                    "components_list_url": "https://translate.yunohost.org/api/projects/yunohost-apps/components/?format=api",
                    "repository_url": "https://translate.yunohost.org/api/projects/yunohost-apps/repository/?format=api",
                    "statistics_url": "https://translate.yunohost.org/api/projects/yunohost-apps/statistics/?format=api",
                    "categories_url": "https://translate.yunohost.org/api/projects/yunohost-apps/categories/?format=api",
                    "changes_list_url": "https://translate.yunohost.org/api/projects/yunohost-apps/changes/?format=api",
                    "languages_url": "https://translate.yunohost.org/api/projects/yunohost-apps/languages/?format=api",
                    "labels_url": "https://translate.yunohost.org/api/projects/yunohost-apps/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-apps/glossary/",
                "branch": "main",
                "push_branch": "",
                "filemask": "*.tbx",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "tbx",
                "license": "",
                "license_url": null,
                "agreement": "",
                "web_url": "https://translate.yunohost.org/projects/yunohost-apps/glossary/",
                "url": "https://translate.yunohost.org/api/components/yunohost-apps/glossary/?format=api",
                "repository_url": "https://translate.yunohost.org/api/components/yunohost-apps/glossary/repository/?format=api",
                "translations_url": "https://translate.yunohost.org/api/components/yunohost-apps/glossary/translations/?format=api",
                "statistics_url": "https://translate.yunohost.org/api/components/yunohost-apps/glossary/statistics/?format=api",
                "lock_url": "https://translate.yunohost.org/api/components/yunohost-apps/glossary/lock/?format=api",
                "links_url": "https://translate.yunohost.org/api/components/yunohost-apps/glossary/links/?format=api",
                "changes_list_url": "https://translate.yunohost.org/api/components/yunohost-apps/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": "ca",
            "id": 540,
            "filename": "ca.tbx",
            "revision": "a707eb0b067f141dc98e77ff33c3d42e12c3d712",
            "web_url": "https://translate.yunohost.org/projects/yunohost-apps/glossary/ca/",
            "share_url": "https://translate.yunohost.org/engage/yunohost-apps/-/ca/",
            "translate_url": "https://translate.yunohost.org/translate/yunohost-apps/glossary/ca/",
            "url": "https://translate.yunohost.org/api/translations/yunohost-apps/glossary/ca/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 0,
            "total_words": 0,
            "translated": 0,
            "translated_words": 0,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-03-29T05:25:12.120575Z",
            "last_author": null,
            "repository_url": "https://translate.yunohost.org/api/translations/yunohost-apps/glossary/ca/repository/?format=api",
            "file_url": "https://translate.yunohost.org/api/translations/yunohost-apps/glossary/ca/file/?format=api",
            "statistics_url": "https://translate.yunohost.org/api/translations/yunohost-apps/glossary/ca/statistics/?format=api",
            "changes_list_url": "https://translate.yunohost.org/api/translations/yunohost-apps/glossary/ca/changes/?format=api",
            "units_list_url": "https://translate.yunohost.org/api/translations/yunohost-apps/glossary/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": "YunoHost Apps",
                "slug": "glossary",
                "id": 13,
                "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 Apps",
                    "slug": "yunohost-apps",
                    "id": 2,
                    "web": "https://yunohost.org",
                    "web_url": "https://translate.yunohost.org/projects/yunohost-apps/",
                    "url": "https://translate.yunohost.org/api/projects/yunohost-apps/?format=api",
                    "components_list_url": "https://translate.yunohost.org/api/projects/yunohost-apps/components/?format=api",
                    "repository_url": "https://translate.yunohost.org/api/projects/yunohost-apps/repository/?format=api",
                    "statistics_url": "https://translate.yunohost.org/api/projects/yunohost-apps/statistics/?format=api",
                    "categories_url": "https://translate.yunohost.org/api/projects/yunohost-apps/categories/?format=api",
                    "changes_list_url": "https://translate.yunohost.org/api/projects/yunohost-apps/changes/?format=api",
                    "languages_url": "https://translate.yunohost.org/api/projects/yunohost-apps/languages/?format=api",
                    "labels_url": "https://translate.yunohost.org/api/projects/yunohost-apps/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-apps/glossary/",
                "branch": "main",
                "push_branch": "",
                "filemask": "*.tbx",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "tbx",
                "license": "",
                "license_url": null,
                "agreement": "",
                "web_url": "https://translate.yunohost.org/projects/yunohost-apps/glossary/",
                "url": "https://translate.yunohost.org/api/components/yunohost-apps/glossary/?format=api",
                "repository_url": "https://translate.yunohost.org/api/components/yunohost-apps/glossary/repository/?format=api",
                "translations_url": "https://translate.yunohost.org/api/components/yunohost-apps/glossary/translations/?format=api",
                "statistics_url": "https://translate.yunohost.org/api/components/yunohost-apps/glossary/statistics/?format=api",
                "lock_url": "https://translate.yunohost.org/api/components/yunohost-apps/glossary/lock/?format=api",
                "links_url": "https://translate.yunohost.org/api/components/yunohost-apps/glossary/links/?format=api",
                "changes_list_url": "https://translate.yunohost.org/api/components/yunohost-apps/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": "ckb",
            "id": 541,
            "filename": "ckb.tbx",
            "revision": "a707eb0b067f141dc98e77ff33c3d42e12c3d712",
            "web_url": "https://translate.yunohost.org/projects/yunohost-apps/glossary/ckb/",
            "share_url": "https://translate.yunohost.org/engage/yunohost-apps/-/ckb/",
            "translate_url": "https://translate.yunohost.org/translate/yunohost-apps/glossary/ckb/",
            "url": "https://translate.yunohost.org/api/translations/yunohost-apps/glossary/ckb/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 0,
            "total_words": 0,
            "translated": 0,
            "translated_words": 0,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-03-29T05:25:12.144786Z",
            "last_author": null,
            "repository_url": "https://translate.yunohost.org/api/translations/yunohost-apps/glossary/ckb/repository/?format=api",
            "file_url": "https://translate.yunohost.org/api/translations/yunohost-apps/glossary/ckb/file/?format=api",
            "statistics_url": "https://translate.yunohost.org/api/translations/yunohost-apps/glossary/ckb/statistics/?format=api",
            "changes_list_url": "https://translate.yunohost.org/api/translations/yunohost-apps/glossary/ckb/changes/?format=api",
            "units_list_url": "https://translate.yunohost.org/api/translations/yunohost-apps/glossary/ckb/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": "cinny",
                "slug": "cinny",
                "id": 23,
                "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 Apps",
                    "slug": "yunohost-apps",
                    "id": 2,
                    "web": "https://yunohost.org",
                    "web_url": "https://translate.yunohost.org/projects/yunohost-apps/",
                    "url": "https://translate.yunohost.org/api/projects/yunohost-apps/?format=api",
                    "components_list_url": "https://translate.yunohost.org/api/projects/yunohost-apps/components/?format=api",
                    "repository_url": "https://translate.yunohost.org/api/projects/yunohost-apps/repository/?format=api",
                    "statistics_url": "https://translate.yunohost.org/api/projects/yunohost-apps/statistics/?format=api",
                    "categories_url": "https://translate.yunohost.org/api/projects/yunohost-apps/categories/?format=api",
                    "changes_list_url": "https://translate.yunohost.org/api/projects/yunohost-apps/changes/?format=api",
                    "languages_url": "https://translate.yunohost.org/api/projects/yunohost-apps/languages/?format=api",
                    "labels_url": "https://translate.yunohost.org/api/projects/yunohost-apps/labels/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "https://github.com/yunohost/apps_translations",
                "git_export": "https://translate.yunohost.org/git/yunohost-apps/cinny/",
                "branch": "main",
                "push_branch": "",
                "filemask": "translations/apps/cinny/manifest/*.json",
                "screenshot_filemask": "",
                "template": "translations/apps/cinny/manifest/en.json",
                "edit_template": true,
                "intermediate": "",
                "new_base": "translations/apps/cinny/manifest/en.json",
                "file_format": "json",
                "license": "",
                "license_url": null,
                "agreement": "",
                "web_url": "https://translate.yunohost.org/projects/yunohost-apps/cinny/",
                "url": "https://translate.yunohost.org/api/components/yunohost-apps/cinny/?format=api",
                "repository_url": "https://translate.yunohost.org/api/components/yunohost-apps/cinny/repository/?format=api",
                "translations_url": "https://translate.yunohost.org/api/components/yunohost-apps/cinny/translations/?format=api",
                "statistics_url": "https://translate.yunohost.org/api/components/yunohost-apps/cinny/statistics/?format=api",
                "lock_url": "https://translate.yunohost.org/api/components/yunohost-apps/cinny/lock/?format=api",
                "links_url": "https://translate.yunohost.org/api/components/yunohost-apps/cinny/links/?format=api",
                "changes_list_url": "https://translate.yunohost.org/api/components/yunohost-apps/cinny/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "",
                "push": "git@github.com:yunohost/apps_translations.git",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": true,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "da",
            "id": 542,
            "filename": "translations/apps/cinny/manifest/da.json",
            "revision": "0676ae99e6ecd20858bd2c3fd4d990eaa09024b4,27b8701a6a9caf587d7bfcc210d61a2f00aeac64",
            "web_url": "https://translate.yunohost.org/projects/yunohost-apps/cinny/da/",
            "share_url": "https://translate.yunohost.org/engage/yunohost-apps/-/da/",
            "translate_url": "https://translate.yunohost.org/translate/yunohost-apps/cinny/da/",
            "url": "https://translate.yunohost.org/api/translations/yunohost-apps/cinny/da/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 4,
            "total_words": 56,
            "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-31T04:48:01.470394Z",
            "last_author": null,
            "repository_url": "https://translate.yunohost.org/api/translations/yunohost-apps/cinny/da/repository/?format=api",
            "file_url": "https://translate.yunohost.org/api/translations/yunohost-apps/cinny/da/file/?format=api",
            "statistics_url": "https://translate.yunohost.org/api/translations/yunohost-apps/cinny/da/statistics/?format=api",
            "changes_list_url": "https://translate.yunohost.org/api/translations/yunohost-apps/cinny/da/changes/?format=api",
            "units_list_url": "https://translate.yunohost.org/api/translations/yunohost-apps/cinny/da/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": "YunoHost Apps",
                "slug": "glossary",
                "id": 13,
                "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 Apps",
                    "slug": "yunohost-apps",
                    "id": 2,
                    "web": "https://yunohost.org",
                    "web_url": "https://translate.yunohost.org/projects/yunohost-apps/",
                    "url": "https://translate.yunohost.org/api/projects/yunohost-apps/?format=api",
                    "components_list_url": "https://translate.yunohost.org/api/projects/yunohost-apps/components/?format=api",
                    "repository_url": "https://translate.yunohost.org/api/projects/yunohost-apps/repository/?format=api",
                    "statistics_url": "https://translate.yunohost.org/api/projects/yunohost-apps/statistics/?format=api",
                    "categories_url": "https://translate.yunohost.org/api/projects/yunohost-apps/categories/?format=api",
                    "changes_list_url": "https://translate.yunohost.org/api/projects/yunohost-apps/changes/?format=api",
                    "languages_url": "https://translate.yunohost.org/api/projects/yunohost-apps/languages/?format=api",
                    "labels_url": "https://translate.yunohost.org/api/projects/yunohost-apps/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-apps/glossary/",
                "branch": "main",
                "push_branch": "",
                "filemask": "*.tbx",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "tbx",
                "license": "",
                "license_url": null,
                "agreement": "",
                "web_url": "https://translate.yunohost.org/projects/yunohost-apps/glossary/",
                "url": "https://translate.yunohost.org/api/components/yunohost-apps/glossary/?format=api",
                "repository_url": "https://translate.yunohost.org/api/components/yunohost-apps/glossary/repository/?format=api",
                "translations_url": "https://translate.yunohost.org/api/components/yunohost-apps/glossary/translations/?format=api",
                "statistics_url": "https://translate.yunohost.org/api/components/yunohost-apps/glossary/statistics/?format=api",
                "lock_url": "https://translate.yunohost.org/api/components/yunohost-apps/glossary/lock/?format=api",
                "links_url": "https://translate.yunohost.org/api/components/yunohost-apps/glossary/links/?format=api",
                "changes_list_url": "https://translate.yunohost.org/api/components/yunohost-apps/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": "cs",
            "id": 543,
            "filename": "cs.tbx",
            "revision": "a707eb0b067f141dc98e77ff33c3d42e12c3d712",
            "web_url": "https://translate.yunohost.org/projects/yunohost-apps/glossary/cs/",
            "share_url": "https://translate.yunohost.org/engage/yunohost-apps/-/cs/",
            "translate_url": "https://translate.yunohost.org/translate/yunohost-apps/glossary/cs/",
            "url": "https://translate.yunohost.org/api/translations/yunohost-apps/glossary/cs/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 0,
            "total_words": 0,
            "translated": 0,
            "translated_words": 0,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-03-29T05:25:14.745125Z",
            "last_author": null,
            "repository_url": "https://translate.yunohost.org/api/translations/yunohost-apps/glossary/cs/repository/?format=api",
            "file_url": "https://translate.yunohost.org/api/translations/yunohost-apps/glossary/cs/file/?format=api",
            "statistics_url": "https://translate.yunohost.org/api/translations/yunohost-apps/glossary/cs/statistics/?format=api",
            "changes_list_url": "https://translate.yunohost.org/api/translations/yunohost-apps/glossary/cs/changes/?format=api",
            "units_list_url": "https://translate.yunohost.org/api/translations/yunohost-apps/glossary/cs/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": "cinny",
                "slug": "cinny",
                "id": 23,
                "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 Apps",
                    "slug": "yunohost-apps",
                    "id": 2,
                    "web": "https://yunohost.org",
                    "web_url": "https://translate.yunohost.org/projects/yunohost-apps/",
                    "url": "https://translate.yunohost.org/api/projects/yunohost-apps/?format=api",
                    "components_list_url": "https://translate.yunohost.org/api/projects/yunohost-apps/components/?format=api",
                    "repository_url": "https://translate.yunohost.org/api/projects/yunohost-apps/repository/?format=api",
                    "statistics_url": "https://translate.yunohost.org/api/projects/yunohost-apps/statistics/?format=api",
                    "categories_url": "https://translate.yunohost.org/api/projects/yunohost-apps/categories/?format=api",
                    "changes_list_url": "https://translate.yunohost.org/api/projects/yunohost-apps/changes/?format=api",
                    "languages_url": "https://translate.yunohost.org/api/projects/yunohost-apps/languages/?format=api",
                    "labels_url": "https://translate.yunohost.org/api/projects/yunohost-apps/labels/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "https://github.com/yunohost/apps_translations",
                "git_export": "https://translate.yunohost.org/git/yunohost-apps/cinny/",
                "branch": "main",
                "push_branch": "",
                "filemask": "translations/apps/cinny/manifest/*.json",
                "screenshot_filemask": "",
                "template": "translations/apps/cinny/manifest/en.json",
                "edit_template": true,
                "intermediate": "",
                "new_base": "translations/apps/cinny/manifest/en.json",
                "file_format": "json",
                "license": "",
                "license_url": null,
                "agreement": "",
                "web_url": "https://translate.yunohost.org/projects/yunohost-apps/cinny/",
                "url": "https://translate.yunohost.org/api/components/yunohost-apps/cinny/?format=api",
                "repository_url": "https://translate.yunohost.org/api/components/yunohost-apps/cinny/repository/?format=api",
                "translations_url": "https://translate.yunohost.org/api/components/yunohost-apps/cinny/translations/?format=api",
                "statistics_url": "https://translate.yunohost.org/api/components/yunohost-apps/cinny/statistics/?format=api",
                "lock_url": "https://translate.yunohost.org/api/components/yunohost-apps/cinny/lock/?format=api",
                "links_url": "https://translate.yunohost.org/api/components/yunohost-apps/cinny/links/?format=api",
                "changes_list_url": "https://translate.yunohost.org/api/components/yunohost-apps/cinny/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "",
                "push": "git@github.com:yunohost/apps_translations.git",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": true,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "de",
            "id": 544,
            "filename": "translations/apps/cinny/manifest/de.json",
            "revision": "63046b6bc8b4ea7b49239fd4b87a5f4d72690ec8,27b8701a6a9caf587d7bfcc210d61a2f00aeac64",
            "web_url": "https://translate.yunohost.org/projects/yunohost-apps/cinny/de/",
            "share_url": "https://translate.yunohost.org/engage/yunohost-apps/-/de/",
            "translate_url": "https://translate.yunohost.org/translate/yunohost-apps/cinny/de/",
            "url": "https://translate.yunohost.org/api/translations/yunohost-apps/cinny/de/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 4,
            "total_words": 56,
            "translated": 4,
            "translated_words": 56,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 2,
            "failing_checks_words": 28,
            "failing_checks_percent": 50.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-07-09T08:18:10.339367Z",
            "last_author": null,
            "repository_url": "https://translate.yunohost.org/api/translations/yunohost-apps/cinny/de/repository/?format=api",
            "file_url": "https://translate.yunohost.org/api/translations/yunohost-apps/cinny/de/file/?format=api",
            "statistics_url": "https://translate.yunohost.org/api/translations/yunohost-apps/cinny/de/statistics/?format=api",
            "changes_list_url": "https://translate.yunohost.org/api/translations/yunohost-apps/cinny/de/changes/?format=api",
            "units_list_url": "https://translate.yunohost.org/api/translations/yunohost-apps/cinny/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": "cinny",
                "slug": "cinny",
                "id": 23,
                "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 Apps",
                    "slug": "yunohost-apps",
                    "id": 2,
                    "web": "https://yunohost.org",
                    "web_url": "https://translate.yunohost.org/projects/yunohost-apps/",
                    "url": "https://translate.yunohost.org/api/projects/yunohost-apps/?format=api",
                    "components_list_url": "https://translate.yunohost.org/api/projects/yunohost-apps/components/?format=api",
                    "repository_url": "https://translate.yunohost.org/api/projects/yunohost-apps/repository/?format=api",
                    "statistics_url": "https://translate.yunohost.org/api/projects/yunohost-apps/statistics/?format=api",
                    "categories_url": "https://translate.yunohost.org/api/projects/yunohost-apps/categories/?format=api",
                    "changes_list_url": "https://translate.yunohost.org/api/projects/yunohost-apps/changes/?format=api",
                    "languages_url": "https://translate.yunohost.org/api/projects/yunohost-apps/languages/?format=api",
                    "labels_url": "https://translate.yunohost.org/api/projects/yunohost-apps/labels/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "https://github.com/yunohost/apps_translations",
                "git_export": "https://translate.yunohost.org/git/yunohost-apps/cinny/",
                "branch": "main",
                "push_branch": "",
                "filemask": "translations/apps/cinny/manifest/*.json",
                "screenshot_filemask": "",
                "template": "translations/apps/cinny/manifest/en.json",
                "edit_template": true,
                "intermediate": "",
                "new_base": "translations/apps/cinny/manifest/en.json",
                "file_format": "json",
                "license": "",
                "license_url": null,
                "agreement": "",
                "web_url": "https://translate.yunohost.org/projects/yunohost-apps/cinny/",
                "url": "https://translate.yunohost.org/api/components/yunohost-apps/cinny/?format=api",
                "repository_url": "https://translate.yunohost.org/api/components/yunohost-apps/cinny/repository/?format=api",
                "translations_url": "https://translate.yunohost.org/api/components/yunohost-apps/cinny/translations/?format=api",
                "statistics_url": "https://translate.yunohost.org/api/components/yunohost-apps/cinny/statistics/?format=api",
                "lock_url": "https://translate.yunohost.org/api/components/yunohost-apps/cinny/lock/?format=api",
                "links_url": "https://translate.yunohost.org/api/components/yunohost-apps/cinny/links/?format=api",
                "changes_list_url": "https://translate.yunohost.org/api/components/yunohost-apps/cinny/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "",
                "push": "git@github.com:yunohost/apps_translations.git",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": true,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "el",
            "id": 545,
            "filename": "translations/apps/cinny/manifest/el.json",
            "revision": "0676ae99e6ecd20858bd2c3fd4d990eaa09024b4,27b8701a6a9caf587d7bfcc210d61a2f00aeac64",
            "web_url": "https://translate.yunohost.org/projects/yunohost-apps/cinny/el/",
            "share_url": "https://translate.yunohost.org/engage/yunohost-apps/-/el/",
            "translate_url": "https://translate.yunohost.org/translate/yunohost-apps/cinny/el/",
            "url": "https://translate.yunohost.org/api/translations/yunohost-apps/cinny/el/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 4,
            "total_words": 56,
            "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-31T04:48:01.568094Z",
            "last_author": null,
            "repository_url": "https://translate.yunohost.org/api/translations/yunohost-apps/cinny/el/repository/?format=api",
            "file_url": "https://translate.yunohost.org/api/translations/yunohost-apps/cinny/el/file/?format=api",
            "statistics_url": "https://translate.yunohost.org/api/translations/yunohost-apps/cinny/el/statistics/?format=api",
            "changes_list_url": "https://translate.yunohost.org/api/translations/yunohost-apps/cinny/el/changes/?format=api",
            "units_list_url": "https://translate.yunohost.org/api/translations/yunohost-apps/cinny/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": "cinny",
                "slug": "cinny",
                "id": 23,
                "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 Apps",
                    "slug": "yunohost-apps",
                    "id": 2,
                    "web": "https://yunohost.org",
                    "web_url": "https://translate.yunohost.org/projects/yunohost-apps/",
                    "url": "https://translate.yunohost.org/api/projects/yunohost-apps/?format=api",
                    "components_list_url": "https://translate.yunohost.org/api/projects/yunohost-apps/components/?format=api",
                    "repository_url": "https://translate.yunohost.org/api/projects/yunohost-apps/repository/?format=api",
                    "statistics_url": "https://translate.yunohost.org/api/projects/yunohost-apps/statistics/?format=api",
                    "categories_url": "https://translate.yunohost.org/api/projects/yunohost-apps/categories/?format=api",
                    "changes_list_url": "https://translate.yunohost.org/api/projects/yunohost-apps/changes/?format=api",
                    "languages_url": "https://translate.yunohost.org/api/projects/yunohost-apps/languages/?format=api",
                    "labels_url": "https://translate.yunohost.org/api/projects/yunohost-apps/labels/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "https://github.com/yunohost/apps_translations",
                "git_export": "https://translate.yunohost.org/git/yunohost-apps/cinny/",
                "branch": "main",
                "push_branch": "",
                "filemask": "translations/apps/cinny/manifest/*.json",
                "screenshot_filemask": "",
                "template": "translations/apps/cinny/manifest/en.json",
                "edit_template": true,
                "intermediate": "",
                "new_base": "translations/apps/cinny/manifest/en.json",
                "file_format": "json",
                "license": "",
                "license_url": null,
                "agreement": "",
                "web_url": "https://translate.yunohost.org/projects/yunohost-apps/cinny/",
                "url": "https://translate.yunohost.org/api/components/yunohost-apps/cinny/?format=api",
                "repository_url": "https://translate.yunohost.org/api/components/yunohost-apps/cinny/repository/?format=api",
                "translations_url": "https://translate.yunohost.org/api/components/yunohost-apps/cinny/translations/?format=api",
                "statistics_url": "https://translate.yunohost.org/api/components/yunohost-apps/cinny/statistics/?format=api",
                "lock_url": "https://translate.yunohost.org/api/components/yunohost-apps/cinny/lock/?format=api",
                "links_url": "https://translate.yunohost.org/api/components/yunohost-apps/cinny/links/?format=api",
                "changes_list_url": "https://translate.yunohost.org/api/components/yunohost-apps/cinny/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "",
                "push": "git@github.com:yunohost/apps_translations.git",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": true,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "eo",
            "id": 546,
            "filename": "translations/apps/cinny/manifest/eo.json",
            "revision": "0676ae99e6ecd20858bd2c3fd4d990eaa09024b4,27b8701a6a9caf587d7bfcc210d61a2f00aeac64",
            "web_url": "https://translate.yunohost.org/projects/yunohost-apps/cinny/eo/",
            "share_url": "https://translate.yunohost.org/engage/yunohost-apps/-/eo/",
            "translate_url": "https://translate.yunohost.org/translate/yunohost-apps/cinny/eo/",
            "url": "https://translate.yunohost.org/api/translations/yunohost-apps/cinny/eo/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 4,
            "total_words": 56,
            "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-31T04:48:01.611144Z",
            "last_author": null,
            "repository_url": "https://translate.yunohost.org/api/translations/yunohost-apps/cinny/eo/repository/?format=api",
            "file_url": "https://translate.yunohost.org/api/translations/yunohost-apps/cinny/eo/file/?format=api",
            "statistics_url": "https://translate.yunohost.org/api/translations/yunohost-apps/cinny/eo/statistics/?format=api",
            "changes_list_url": "https://translate.yunohost.org/api/translations/yunohost-apps/cinny/eo/changes/?format=api",
            "units_list_url": "https://translate.yunohost.org/api/translations/yunohost-apps/cinny/eo/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": "YunoHost Apps",
                "slug": "glossary",
                "id": 13,
                "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 Apps",
                    "slug": "yunohost-apps",
                    "id": 2,
                    "web": "https://yunohost.org",
                    "web_url": "https://translate.yunohost.org/projects/yunohost-apps/",
                    "url": "https://translate.yunohost.org/api/projects/yunohost-apps/?format=api",
                    "components_list_url": "https://translate.yunohost.org/api/projects/yunohost-apps/components/?format=api",
                    "repository_url": "https://translate.yunohost.org/api/projects/yunohost-apps/repository/?format=api",
                    "statistics_url": "https://translate.yunohost.org/api/projects/yunohost-apps/statistics/?format=api",
                    "categories_url": "https://translate.yunohost.org/api/projects/yunohost-apps/categories/?format=api",
                    "changes_list_url": "https://translate.yunohost.org/api/projects/yunohost-apps/changes/?format=api",
                    "languages_url": "https://translate.yunohost.org/api/projects/yunohost-apps/languages/?format=api",
                    "labels_url": "https://translate.yunohost.org/api/projects/yunohost-apps/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-apps/glossary/",
                "branch": "main",
                "push_branch": "",
                "filemask": "*.tbx",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "tbx",
                "license": "",
                "license_url": null,
                "agreement": "",
                "web_url": "https://translate.yunohost.org/projects/yunohost-apps/glossary/",
                "url": "https://translate.yunohost.org/api/components/yunohost-apps/glossary/?format=api",
                "repository_url": "https://translate.yunohost.org/api/components/yunohost-apps/glossary/repository/?format=api",
                "translations_url": "https://translate.yunohost.org/api/components/yunohost-apps/glossary/translations/?format=api",
                "statistics_url": "https://translate.yunohost.org/api/components/yunohost-apps/glossary/statistics/?format=api",
                "lock_url": "https://translate.yunohost.org/api/components/yunohost-apps/glossary/lock/?format=api",
                "links_url": "https://translate.yunohost.org/api/components/yunohost-apps/glossary/links/?format=api",
                "changes_list_url": "https://translate.yunohost.org/api/components/yunohost-apps/glossary/changes/?format=api",
                "task_url": null,
                "new_lang": "none",
                "language_code_style": "",
                "push": "",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
                "addon_message": "Update translation files\n\nUpdated by \"{{ addon_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": false,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": true,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "da",
            "id": 547,
            "filename": "da.tbx",
            "revision": "a707eb0b067f141dc98e77ff33c3d42e12c3d712",
            "web_url": "https://translate.yunohost.org/projects/yunohost-apps/glossary/da/",
            "share_url": "https://translate.yunohost.org/engage/yunohost-apps/-/da/",
            "translate_url": "https://translate.yunohost.org/translate/yunohost-apps/glossary/da/",
            "url": "https://translate.yunohost.org/api/translations/yunohost-apps/glossary/da/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 0,
            "total_words": 0,
            "translated": 0,
            "translated_words": 0,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-03-29T05:25:20.901519Z",
            "last_author": null,
            "repository_url": "https://translate.yunohost.org/api/translations/yunohost-apps/glossary/da/repository/?format=api",
            "file_url": "https://translate.yunohost.org/api/translations/yunohost-apps/glossary/da/file/?format=api",
            "statistics_url": "https://translate.yunohost.org/api/translations/yunohost-apps/glossary/da/statistics/?format=api",
            "changes_list_url": "https://translate.yunohost.org/api/translations/yunohost-apps/glossary/da/changes/?format=api",
            "units_list_url": "https://translate.yunohost.org/api/translations/yunohost-apps/glossary/da/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": "YunoHost Apps",
                "slug": "glossary",
                "id": 13,
                "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 Apps",
                    "slug": "yunohost-apps",
                    "id": 2,
                    "web": "https://yunohost.org",
                    "web_url": "https://translate.yunohost.org/projects/yunohost-apps/",
                    "url": "https://translate.yunohost.org/api/projects/yunohost-apps/?format=api",
                    "components_list_url": "https://translate.yunohost.org/api/projects/yunohost-apps/components/?format=api",
                    "repository_url": "https://translate.yunohost.org/api/projects/yunohost-apps/repository/?format=api",
                    "statistics_url": "https://translate.yunohost.org/api/projects/yunohost-apps/statistics/?format=api",
                    "categories_url": "https://translate.yunohost.org/api/projects/yunohost-apps/categories/?format=api",
                    "changes_list_url": "https://translate.yunohost.org/api/projects/yunohost-apps/changes/?format=api",
                    "languages_url": "https://translate.yunohost.org/api/projects/yunohost-apps/languages/?format=api",
                    "labels_url": "https://translate.yunohost.org/api/projects/yunohost-apps/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-apps/glossary/",
                "branch": "main",
                "push_branch": "",
                "filemask": "*.tbx",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "tbx",
                "license": "",
                "license_url": null,
                "agreement": "",
                "web_url": "https://translate.yunohost.org/projects/yunohost-apps/glossary/",
                "url": "https://translate.yunohost.org/api/components/yunohost-apps/glossary/?format=api",
                "repository_url": "https://translate.yunohost.org/api/components/yunohost-apps/glossary/repository/?format=api",
                "translations_url": "https://translate.yunohost.org/api/components/yunohost-apps/glossary/translations/?format=api",
                "statistics_url": "https://translate.yunohost.org/api/components/yunohost-apps/glossary/statistics/?format=api",
                "lock_url": "https://translate.yunohost.org/api/components/yunohost-apps/glossary/lock/?format=api",
                "links_url": "https://translate.yunohost.org/api/components/yunohost-apps/glossary/links/?format=api",
                "changes_list_url": "https://translate.yunohost.org/api/components/yunohost-apps/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": "el",
            "id": 548,
            "filename": "el.tbx",
            "revision": "a707eb0b067f141dc98e77ff33c3d42e12c3d712",
            "web_url": "https://translate.yunohost.org/projects/yunohost-apps/glossary/el/",
            "share_url": "https://translate.yunohost.org/engage/yunohost-apps/-/el/",
            "translate_url": "https://translate.yunohost.org/translate/yunohost-apps/glossary/el/",
            "url": "https://translate.yunohost.org/api/translations/yunohost-apps/glossary/el/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 0,
            "total_words": 0,
            "translated": 0,
            "translated_words": 0,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-03-29T05:25:20.951361Z",
            "last_author": null,
            "repository_url": "https://translate.yunohost.org/api/translations/yunohost-apps/glossary/el/repository/?format=api",
            "file_url": "https://translate.yunohost.org/api/translations/yunohost-apps/glossary/el/file/?format=api",
            "statistics_url": "https://translate.yunohost.org/api/translations/yunohost-apps/glossary/el/statistics/?format=api",
            "changes_list_url": "https://translate.yunohost.org/api/translations/yunohost-apps/glossary/el/changes/?format=api",
            "units_list_url": "https://translate.yunohost.org/api/translations/yunohost-apps/glossary/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": "YunoHost Apps",
                "slug": "glossary",
                "id": 13,
                "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 Apps",
                    "slug": "yunohost-apps",
                    "id": 2,
                    "web": "https://yunohost.org",
                    "web_url": "https://translate.yunohost.org/projects/yunohost-apps/",
                    "url": "https://translate.yunohost.org/api/projects/yunohost-apps/?format=api",
                    "components_list_url": "https://translate.yunohost.org/api/projects/yunohost-apps/components/?format=api",
                    "repository_url": "https://translate.yunohost.org/api/projects/yunohost-apps/repository/?format=api",
                    "statistics_url": "https://translate.yunohost.org/api/projects/yunohost-apps/statistics/?format=api",
                    "categories_url": "https://translate.yunohost.org/api/projects/yunohost-apps/categories/?format=api",
                    "changes_list_url": "https://translate.yunohost.org/api/projects/yunohost-apps/changes/?format=api",
                    "languages_url": "https://translate.yunohost.org/api/projects/yunohost-apps/languages/?format=api",
                    "labels_url": "https://translate.yunohost.org/api/projects/yunohost-apps/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-apps/glossary/",
                "branch": "main",
                "push_branch": "",
                "filemask": "*.tbx",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "tbx",
                "license": "",
                "license_url": null,
                "agreement": "",
                "web_url": "https://translate.yunohost.org/projects/yunohost-apps/glossary/",
                "url": "https://translate.yunohost.org/api/components/yunohost-apps/glossary/?format=api",
                "repository_url": "https://translate.yunohost.org/api/components/yunohost-apps/glossary/repository/?format=api",
                "translations_url": "https://translate.yunohost.org/api/components/yunohost-apps/glossary/translations/?format=api",
                "statistics_url": "https://translate.yunohost.org/api/components/yunohost-apps/glossary/statistics/?format=api",
                "lock_url": "https://translate.yunohost.org/api/components/yunohost-apps/glossary/lock/?format=api",
                "links_url": "https://translate.yunohost.org/api/components/yunohost-apps/glossary/links/?format=api",
                "changes_list_url": "https://translate.yunohost.org/api/components/yunohost-apps/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": "eo",
            "id": 550,
            "filename": "eo.tbx",
            "revision": "a707eb0b067f141dc98e77ff33c3d42e12c3d712",
            "web_url": "https://translate.yunohost.org/projects/yunohost-apps/glossary/eo/",
            "share_url": "https://translate.yunohost.org/engage/yunohost-apps/-/eo/",
            "translate_url": "https://translate.yunohost.org/translate/yunohost-apps/glossary/eo/",
            "url": "https://translate.yunohost.org/api/translations/yunohost-apps/glossary/eo/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 0,
            "total_words": 0,
            "translated": 0,
            "translated_words": 0,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-03-29T05:25:20.976755Z",
            "last_author": null,
            "repository_url": "https://translate.yunohost.org/api/translations/yunohost-apps/glossary/eo/repository/?format=api",
            "file_url": "https://translate.yunohost.org/api/translations/yunohost-apps/glossary/eo/file/?format=api",
            "statistics_url": "https://translate.yunohost.org/api/translations/yunohost-apps/glossary/eo/statistics/?format=api",
            "changes_list_url": "https://translate.yunohost.org/api/translations/yunohost-apps/glossary/eo/changes/?format=api",
            "units_list_url": "https://translate.yunohost.org/api/translations/yunohost-apps/glossary/eo/units/?format=api"
        }
    ]
}