Translation components API.

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

GET /api/translations/?format=api&page=46
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=47",
    "previous": "https://translate.yunohost.org/api/translations/?format=api&page=45",
    "results": [
        {
            "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": "onlyoffice",
                "slug": "onlyoffice",
                "id": 485,
                "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 (test)",
                    "slug": "yunohost-apps-test",
                    "id": 4,
                    "web": "https://github.com/Jibec/yunohost-app-translation",
                    "web_url": "https://translate.yunohost.org/projects/yunohost-apps-test/",
                    "url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/?format=api",
                    "components_list_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/components/?format=api",
                    "repository_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/repository/?format=api",
                    "statistics_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/statistics/?format=api",
                    "categories_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/categories/?format=api",
                    "changes_list_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/changes/?format=api",
                    "languages_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/languages/?format=api",
                    "labels_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/labels/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": null,
                "repo": null,
                "git_export": "",
                "branch": null,
                "push_branch": "",
                "filemask": null,
                "screenshot_filemask": null,
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "translation_files/onlyoffice/onlyoffice.pot",
                "file_format": "po",
                "license": "AGPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/AGPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "https://translate.yunohost.org/projects/yunohost-apps-test/onlyoffice/",
                "url": "https://translate.yunohost.org/api/components/yunohost-apps-test/onlyoffice/?format=api",
                "repository_url": "https://translate.yunohost.org/api/components/yunohost-apps-test/onlyoffice/repository/?format=api",
                "translations_url": "https://translate.yunohost.org/api/components/yunohost-apps-test/onlyoffice/translations/?format=api",
                "statistics_url": "https://translate.yunohost.org/api/components/yunohost-apps-test/onlyoffice/statistics/?format=api",
                "lock_url": "https://translate.yunohost.org/api/components/yunohost-apps-test/onlyoffice/lock/?format=api",
                "links_url": "https://translate.yunohost.org/api/components/yunohost-apps-test/onlyoffice/links/?format=api",
                "changes_list_url": "https://translate.yunohost.org/api/components/yunohost-apps-test/onlyoffice/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "",
                "push": null,
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
                "addon_message": "Update translation files\n\nUpdated by \"{{ addon_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": true,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": "https://translate.yunohost.org/api/components/yunohost-apps-test/13ft/?format=api"
            },
            "language_code": "de",
            "id": 2696,
            "filename": "translation_files/onlyoffice/de.po",
            "revision": "82f5a588345d778cf494b56413c4ed9212426934",
            "web_url": "https://translate.yunohost.org/projects/yunohost-apps-test/onlyoffice/de/",
            "share_url": "https://translate.yunohost.org/engage/yunohost-apps-test/-/de/",
            "translate_url": "https://translate.yunohost.org/translate/yunohost-apps-test/onlyoffice/de/",
            "url": "https://translate.yunohost.org/api/translations/yunohost-apps-test/onlyoffice/de/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 38,
            "total_words": 475,
            "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": "2025-03-20T10:06:55.327653Z",
            "last_author": null,
            "repository_url": "https://translate.yunohost.org/api/translations/yunohost-apps-test/onlyoffice/de/repository/?format=api",
            "file_url": "https://translate.yunohost.org/api/translations/yunohost-apps-test/onlyoffice/de/file/?format=api",
            "statistics_url": "https://translate.yunohost.org/api/translations/yunohost-apps-test/onlyoffice/de/statistics/?format=api",
            "changes_list_url": "https://translate.yunohost.org/api/translations/yunohost-apps-test/onlyoffice/de/changes/?format=api",
            "units_list_url": "https://translate.yunohost.org/api/translations/yunohost-apps-test/onlyoffice/de/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": "libreto",
                "slug": "libreto",
                "id": 491,
                "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 (test)",
                    "slug": "yunohost-apps-test",
                    "id": 4,
                    "web": "https://github.com/Jibec/yunohost-app-translation",
                    "web_url": "https://translate.yunohost.org/projects/yunohost-apps-test/",
                    "url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/?format=api",
                    "components_list_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/components/?format=api",
                    "repository_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/repository/?format=api",
                    "statistics_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/statistics/?format=api",
                    "categories_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/categories/?format=api",
                    "changes_list_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/changes/?format=api",
                    "languages_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/languages/?format=api",
                    "labels_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/labels/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": null,
                "repo": null,
                "git_export": "",
                "branch": null,
                "push_branch": "",
                "filemask": null,
                "screenshot_filemask": null,
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "translation_files/libreto/libreto.pot",
                "file_format": "po",
                "license": "AGPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/AGPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "https://translate.yunohost.org/projects/yunohost-apps-test/libreto/",
                "url": "https://translate.yunohost.org/api/components/yunohost-apps-test/libreto/?format=api",
                "repository_url": "https://translate.yunohost.org/api/components/yunohost-apps-test/libreto/repository/?format=api",
                "translations_url": "https://translate.yunohost.org/api/components/yunohost-apps-test/libreto/translations/?format=api",
                "statistics_url": "https://translate.yunohost.org/api/components/yunohost-apps-test/libreto/statistics/?format=api",
                "lock_url": "https://translate.yunohost.org/api/components/yunohost-apps-test/libreto/lock/?format=api",
                "links_url": "https://translate.yunohost.org/api/components/yunohost-apps-test/libreto/links/?format=api",
                "changes_list_url": "https://translate.yunohost.org/api/components/yunohost-apps-test/libreto/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "",
                "push": null,
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
                "addon_message": "Update translation files\n\nUpdated by \"{{ addon_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": true,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": "https://translate.yunohost.org/api/components/yunohost-apps-test/13ft/?format=api"
            },
            "language_code": "de",
            "id": 2697,
            "filename": "translation_files/libreto/de.po",
            "revision": "d4d763d6ba756e4fbfcc6e8fc33002fab5ff20a1",
            "web_url": "https://translate.yunohost.org/projects/yunohost-apps-test/libreto/de/",
            "share_url": "https://translate.yunohost.org/engage/yunohost-apps-test/-/de/",
            "translate_url": "https://translate.yunohost.org/translate/yunohost-apps-test/libreto/de/",
            "url": "https://translate.yunohost.org/api/translations/yunohost-apps-test/libreto/de/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 1,
            "total_words": 24,
            "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": "2025-03-20T10:07:05.460292Z",
            "last_author": null,
            "repository_url": "https://translate.yunohost.org/api/translations/yunohost-apps-test/libreto/de/repository/?format=api",
            "file_url": "https://translate.yunohost.org/api/translations/yunohost-apps-test/libreto/de/file/?format=api",
            "statistics_url": "https://translate.yunohost.org/api/translations/yunohost-apps-test/libreto/de/statistics/?format=api",
            "changes_list_url": "https://translate.yunohost.org/api/translations/yunohost-apps-test/libreto/de/changes/?format=api",
            "units_list_url": "https://translate.yunohost.org/api/translations/yunohost-apps-test/libreto/de/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": "monica",
                "slug": "monica",
                "id": 500,
                "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 (test)",
                    "slug": "yunohost-apps-test",
                    "id": 4,
                    "web": "https://github.com/Jibec/yunohost-app-translation",
                    "web_url": "https://translate.yunohost.org/projects/yunohost-apps-test/",
                    "url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/?format=api",
                    "components_list_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/components/?format=api",
                    "repository_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/repository/?format=api",
                    "statistics_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/statistics/?format=api",
                    "categories_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/categories/?format=api",
                    "changes_list_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/changes/?format=api",
                    "languages_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/languages/?format=api",
                    "labels_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/labels/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": null,
                "repo": null,
                "git_export": "",
                "branch": null,
                "push_branch": "",
                "filemask": null,
                "screenshot_filemask": null,
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "translation_files/monica/monica.pot",
                "file_format": "po",
                "license": "AGPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/AGPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "https://translate.yunohost.org/projects/yunohost-apps-test/monica/",
                "url": "https://translate.yunohost.org/api/components/yunohost-apps-test/monica/?format=api",
                "repository_url": "https://translate.yunohost.org/api/components/yunohost-apps-test/monica/repository/?format=api",
                "translations_url": "https://translate.yunohost.org/api/components/yunohost-apps-test/monica/translations/?format=api",
                "statistics_url": "https://translate.yunohost.org/api/components/yunohost-apps-test/monica/statistics/?format=api",
                "lock_url": "https://translate.yunohost.org/api/components/yunohost-apps-test/monica/lock/?format=api",
                "links_url": "https://translate.yunohost.org/api/components/yunohost-apps-test/monica/links/?format=api",
                "changes_list_url": "https://translate.yunohost.org/api/components/yunohost-apps-test/monica/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "",
                "push": null,
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
                "addon_message": "Update translation files\n\nUpdated by \"{{ addon_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": true,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": "https://translate.yunohost.org/api/components/yunohost-apps-test/13ft/?format=api"
            },
            "language_code": "de",
            "id": 2698,
            "filename": "translation_files/monica/de.po",
            "revision": "9e77aee82e2e68afde3279c448353ba75fbc2945",
            "web_url": "https://translate.yunohost.org/projects/yunohost-apps-test/monica/de/",
            "share_url": "https://translate.yunohost.org/engage/yunohost-apps-test/-/de/",
            "translate_url": "https://translate.yunohost.org/translate/yunohost-apps-test/monica/de/",
            "url": "https://translate.yunohost.org/api/translations/yunohost-apps-test/monica/de/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 4,
            "total_words": 95,
            "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": "2025-03-20T10:07:16.424022Z",
            "last_author": null,
            "repository_url": "https://translate.yunohost.org/api/translations/yunohost-apps-test/monica/de/repository/?format=api",
            "file_url": "https://translate.yunohost.org/api/translations/yunohost-apps-test/monica/de/file/?format=api",
            "statistics_url": "https://translate.yunohost.org/api/translations/yunohost-apps-test/monica/de/statistics/?format=api",
            "changes_list_url": "https://translate.yunohost.org/api/translations/yunohost-apps-test/monica/de/changes/?format=api",
            "units_list_url": "https://translate.yunohost.org/api/translations/yunohost-apps-test/monica/de/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": "hedgedoc",
                "slug": "hedgedoc",
                "id": 503,
                "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 (test)",
                    "slug": "yunohost-apps-test",
                    "id": 4,
                    "web": "https://github.com/Jibec/yunohost-app-translation",
                    "web_url": "https://translate.yunohost.org/projects/yunohost-apps-test/",
                    "url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/?format=api",
                    "components_list_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/components/?format=api",
                    "repository_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/repository/?format=api",
                    "statistics_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/statistics/?format=api",
                    "categories_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/categories/?format=api",
                    "changes_list_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/changes/?format=api",
                    "languages_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/languages/?format=api",
                    "labels_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/labels/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": null,
                "repo": null,
                "git_export": "",
                "branch": null,
                "push_branch": "",
                "filemask": null,
                "screenshot_filemask": null,
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "translation_files/hedgedoc/hedgedoc.pot",
                "file_format": "po",
                "license": "AGPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/AGPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "https://translate.yunohost.org/projects/yunohost-apps-test/hedgedoc/",
                "url": "https://translate.yunohost.org/api/components/yunohost-apps-test/hedgedoc/?format=api",
                "repository_url": "https://translate.yunohost.org/api/components/yunohost-apps-test/hedgedoc/repository/?format=api",
                "translations_url": "https://translate.yunohost.org/api/components/yunohost-apps-test/hedgedoc/translations/?format=api",
                "statistics_url": "https://translate.yunohost.org/api/components/yunohost-apps-test/hedgedoc/statistics/?format=api",
                "lock_url": "https://translate.yunohost.org/api/components/yunohost-apps-test/hedgedoc/lock/?format=api",
                "links_url": "https://translate.yunohost.org/api/components/yunohost-apps-test/hedgedoc/links/?format=api",
                "changes_list_url": "https://translate.yunohost.org/api/components/yunohost-apps-test/hedgedoc/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "",
                "push": null,
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
                "addon_message": "Update translation files\n\nUpdated by \"{{ addon_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": true,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": "https://translate.yunohost.org/api/components/yunohost-apps-test/13ft/?format=api"
            },
            "language_code": "de",
            "id": 2699,
            "filename": "translation_files/hedgedoc/de.po",
            "revision": "3c8f8293b1675ce6a8647f9816c219fe5b1d120e",
            "web_url": "https://translate.yunohost.org/projects/yunohost-apps-test/hedgedoc/de/",
            "share_url": "https://translate.yunohost.org/engage/yunohost-apps-test/-/de/",
            "translate_url": "https://translate.yunohost.org/translate/yunohost-apps-test/hedgedoc/de/",
            "url": "https://translate.yunohost.org/api/translations/yunohost-apps-test/hedgedoc/de/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 7,
            "total_words": 62,
            "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": "2025-03-20T10:07:27.393405Z",
            "last_author": null,
            "repository_url": "https://translate.yunohost.org/api/translations/yunohost-apps-test/hedgedoc/de/repository/?format=api",
            "file_url": "https://translate.yunohost.org/api/translations/yunohost-apps-test/hedgedoc/de/file/?format=api",
            "statistics_url": "https://translate.yunohost.org/api/translations/yunohost-apps-test/hedgedoc/de/statistics/?format=api",
            "changes_list_url": "https://translate.yunohost.org/api/translations/yunohost-apps-test/hedgedoc/de/changes/?format=api",
            "units_list_url": "https://translate.yunohost.org/api/translations/yunohost-apps-test/hedgedoc/de/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": "listmonk",
                "slug": "listmonk",
                "id": 507,
                "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 (test)",
                    "slug": "yunohost-apps-test",
                    "id": 4,
                    "web": "https://github.com/Jibec/yunohost-app-translation",
                    "web_url": "https://translate.yunohost.org/projects/yunohost-apps-test/",
                    "url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/?format=api",
                    "components_list_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/components/?format=api",
                    "repository_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/repository/?format=api",
                    "statistics_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/statistics/?format=api",
                    "categories_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/categories/?format=api",
                    "changes_list_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/changes/?format=api",
                    "languages_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/languages/?format=api",
                    "labels_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/labels/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": null,
                "repo": null,
                "git_export": "",
                "branch": null,
                "push_branch": "",
                "filemask": null,
                "screenshot_filemask": null,
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "translation_files/listmonk/listmonk.pot",
                "file_format": "po",
                "license": "AGPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/AGPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "https://translate.yunohost.org/projects/yunohost-apps-test/listmonk/",
                "url": "https://translate.yunohost.org/api/components/yunohost-apps-test/listmonk/?format=api",
                "repository_url": "https://translate.yunohost.org/api/components/yunohost-apps-test/listmonk/repository/?format=api",
                "translations_url": "https://translate.yunohost.org/api/components/yunohost-apps-test/listmonk/translations/?format=api",
                "statistics_url": "https://translate.yunohost.org/api/components/yunohost-apps-test/listmonk/statistics/?format=api",
                "lock_url": "https://translate.yunohost.org/api/components/yunohost-apps-test/listmonk/lock/?format=api",
                "links_url": "https://translate.yunohost.org/api/components/yunohost-apps-test/listmonk/links/?format=api",
                "changes_list_url": "https://translate.yunohost.org/api/components/yunohost-apps-test/listmonk/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "",
                "push": null,
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
                "addon_message": "Update translation files\n\nUpdated by \"{{ addon_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": true,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": "https://translate.yunohost.org/api/components/yunohost-apps-test/13ft/?format=api"
            },
            "language_code": "de",
            "id": 2700,
            "filename": "translation_files/listmonk/de.po",
            "revision": "b5b0a9ce800eff86a864c3b99649b6cb5fa60439",
            "web_url": "https://translate.yunohost.org/projects/yunohost-apps-test/listmonk/de/",
            "share_url": "https://translate.yunohost.org/engage/yunohost-apps-test/-/de/",
            "translate_url": "https://translate.yunohost.org/translate/yunohost-apps-test/listmonk/de/",
            "url": "https://translate.yunohost.org/api/translations/yunohost-apps-test/listmonk/de/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 1,
            "total_words": 29,
            "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": "2025-03-20T10:07:38.144924Z",
            "last_author": null,
            "repository_url": "https://translate.yunohost.org/api/translations/yunohost-apps-test/listmonk/de/repository/?format=api",
            "file_url": "https://translate.yunohost.org/api/translations/yunohost-apps-test/listmonk/de/file/?format=api",
            "statistics_url": "https://translate.yunohost.org/api/translations/yunohost-apps-test/listmonk/de/statistics/?format=api",
            "changes_list_url": "https://translate.yunohost.org/api/translations/yunohost-apps-test/listmonk/de/changes/?format=api",
            "units_list_url": "https://translate.yunohost.org/api/translations/yunohost-apps-test/listmonk/de/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": "rss-bridge",
                "slug": "rss-bridge",
                "id": 510,
                "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 (test)",
                    "slug": "yunohost-apps-test",
                    "id": 4,
                    "web": "https://github.com/Jibec/yunohost-app-translation",
                    "web_url": "https://translate.yunohost.org/projects/yunohost-apps-test/",
                    "url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/?format=api",
                    "components_list_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/components/?format=api",
                    "repository_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/repository/?format=api",
                    "statistics_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/statistics/?format=api",
                    "categories_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/categories/?format=api",
                    "changes_list_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/changes/?format=api",
                    "languages_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/languages/?format=api",
                    "labels_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/labels/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": null,
                "repo": null,
                "git_export": "",
                "branch": null,
                "push_branch": "",
                "filemask": null,
                "screenshot_filemask": null,
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "translation_files/rss-bridge/rss-bridge.pot",
                "file_format": "po",
                "license": "AGPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/AGPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "https://translate.yunohost.org/projects/yunohost-apps-test/rss-bridge/",
                "url": "https://translate.yunohost.org/api/components/yunohost-apps-test/rss-bridge/?format=api",
                "repository_url": "https://translate.yunohost.org/api/components/yunohost-apps-test/rss-bridge/repository/?format=api",
                "translations_url": "https://translate.yunohost.org/api/components/yunohost-apps-test/rss-bridge/translations/?format=api",
                "statistics_url": "https://translate.yunohost.org/api/components/yunohost-apps-test/rss-bridge/statistics/?format=api",
                "lock_url": "https://translate.yunohost.org/api/components/yunohost-apps-test/rss-bridge/lock/?format=api",
                "links_url": "https://translate.yunohost.org/api/components/yunohost-apps-test/rss-bridge/links/?format=api",
                "changes_list_url": "https://translate.yunohost.org/api/components/yunohost-apps-test/rss-bridge/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "",
                "push": null,
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
                "addon_message": "Update translation files\n\nUpdated by \"{{ addon_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": true,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": "https://translate.yunohost.org/api/components/yunohost-apps-test/13ft/?format=api"
            },
            "language_code": "de",
            "id": 2701,
            "filename": "translation_files/rss-bridge/de.po",
            "revision": "8c8aec472349031df72e5eeea277427108be2eb8",
            "web_url": "https://translate.yunohost.org/projects/yunohost-apps-test/rss-bridge/de/",
            "share_url": "https://translate.yunohost.org/engage/yunohost-apps-test/-/de/",
            "translate_url": "https://translate.yunohost.org/translate/yunohost-apps-test/rss-bridge/de/",
            "url": "https://translate.yunohost.org/api/translations/yunohost-apps-test/rss-bridge/de/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 27,
            "total_words": 278,
            "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": "2025-03-20T10:07:47.892705Z",
            "last_author": null,
            "repository_url": "https://translate.yunohost.org/api/translations/yunohost-apps-test/rss-bridge/de/repository/?format=api",
            "file_url": "https://translate.yunohost.org/api/translations/yunohost-apps-test/rss-bridge/de/file/?format=api",
            "statistics_url": "https://translate.yunohost.org/api/translations/yunohost-apps-test/rss-bridge/de/statistics/?format=api",
            "changes_list_url": "https://translate.yunohost.org/api/translations/yunohost-apps-test/rss-bridge/de/changes/?format=api",
            "units_list_url": "https://translate.yunohost.org/api/translations/yunohost-apps-test/rss-bridge/de/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": "deluge",
                "slug": "deluge",
                "id": 490,
                "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 (test)",
                    "slug": "yunohost-apps-test",
                    "id": 4,
                    "web": "https://github.com/Jibec/yunohost-app-translation",
                    "web_url": "https://translate.yunohost.org/projects/yunohost-apps-test/",
                    "url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/?format=api",
                    "components_list_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/components/?format=api",
                    "repository_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/repository/?format=api",
                    "statistics_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/statistics/?format=api",
                    "categories_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/categories/?format=api",
                    "changes_list_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/changes/?format=api",
                    "languages_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/languages/?format=api",
                    "labels_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/labels/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": null,
                "repo": null,
                "git_export": "",
                "branch": null,
                "push_branch": "",
                "filemask": null,
                "screenshot_filemask": null,
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "translation_files/deluge/deluge.pot",
                "file_format": "po",
                "license": "AGPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/AGPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "https://translate.yunohost.org/projects/yunohost-apps-test/deluge/",
                "url": "https://translate.yunohost.org/api/components/yunohost-apps-test/deluge/?format=api",
                "repository_url": "https://translate.yunohost.org/api/components/yunohost-apps-test/deluge/repository/?format=api",
                "translations_url": "https://translate.yunohost.org/api/components/yunohost-apps-test/deluge/translations/?format=api",
                "statistics_url": "https://translate.yunohost.org/api/components/yunohost-apps-test/deluge/statistics/?format=api",
                "lock_url": "https://translate.yunohost.org/api/components/yunohost-apps-test/deluge/lock/?format=api",
                "links_url": "https://translate.yunohost.org/api/components/yunohost-apps-test/deluge/links/?format=api",
                "changes_list_url": "https://translate.yunohost.org/api/components/yunohost-apps-test/deluge/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "",
                "push": null,
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
                "addon_message": "Update translation files\n\nUpdated by \"{{ addon_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": true,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": "https://translate.yunohost.org/api/components/yunohost-apps-test/13ft/?format=api"
            },
            "language_code": "de",
            "id": 2702,
            "filename": "translation_files/deluge/de.po",
            "revision": "c2883b37741c09c02a5e6d5db7543dd56d0c52b9",
            "web_url": "https://translate.yunohost.org/projects/yunohost-apps-test/deluge/de/",
            "share_url": "https://translate.yunohost.org/engage/yunohost-apps-test/-/de/",
            "translate_url": "https://translate.yunohost.org/translate/yunohost-apps-test/deluge/de/",
            "url": "https://translate.yunohost.org/api/translations/yunohost-apps-test/deluge/de/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 4,
            "total_words": 14,
            "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": "2025-03-20T10:07:58.630861Z",
            "last_author": null,
            "repository_url": "https://translate.yunohost.org/api/translations/yunohost-apps-test/deluge/de/repository/?format=api",
            "file_url": "https://translate.yunohost.org/api/translations/yunohost-apps-test/deluge/de/file/?format=api",
            "statistics_url": "https://translate.yunohost.org/api/translations/yunohost-apps-test/deluge/de/statistics/?format=api",
            "changes_list_url": "https://translate.yunohost.org/api/translations/yunohost-apps-test/deluge/de/changes/?format=api",
            "units_list_url": "https://translate.yunohost.org/api/translations/yunohost-apps-test/deluge/de/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": "glance",
                "slug": "glance",
                "id": 492,
                "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 (test)",
                    "slug": "yunohost-apps-test",
                    "id": 4,
                    "web": "https://github.com/Jibec/yunohost-app-translation",
                    "web_url": "https://translate.yunohost.org/projects/yunohost-apps-test/",
                    "url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/?format=api",
                    "components_list_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/components/?format=api",
                    "repository_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/repository/?format=api",
                    "statistics_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/statistics/?format=api",
                    "categories_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/categories/?format=api",
                    "changes_list_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/changes/?format=api",
                    "languages_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/languages/?format=api",
                    "labels_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/labels/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": null,
                "repo": null,
                "git_export": "",
                "branch": null,
                "push_branch": "",
                "filemask": null,
                "screenshot_filemask": null,
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "translation_files/glance/glance.pot",
                "file_format": "po",
                "license": "AGPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/AGPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "https://translate.yunohost.org/projects/yunohost-apps-test/glance/",
                "url": "https://translate.yunohost.org/api/components/yunohost-apps-test/glance/?format=api",
                "repository_url": "https://translate.yunohost.org/api/components/yunohost-apps-test/glance/repository/?format=api",
                "translations_url": "https://translate.yunohost.org/api/components/yunohost-apps-test/glance/translations/?format=api",
                "statistics_url": "https://translate.yunohost.org/api/components/yunohost-apps-test/glance/statistics/?format=api",
                "lock_url": "https://translate.yunohost.org/api/components/yunohost-apps-test/glance/lock/?format=api",
                "links_url": "https://translate.yunohost.org/api/components/yunohost-apps-test/glance/links/?format=api",
                "changes_list_url": "https://translate.yunohost.org/api/components/yunohost-apps-test/glance/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "",
                "push": null,
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
                "addon_message": "Update translation files\n\nUpdated by \"{{ addon_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": true,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": "https://translate.yunohost.org/api/components/yunohost-apps-test/13ft/?format=api"
            },
            "language_code": "de",
            "id": 2703,
            "filename": "translation_files/glance/de.po",
            "revision": "046f9f2a3db403de9745f4e0438e8c56efdac1c0",
            "web_url": "https://translate.yunohost.org/projects/yunohost-apps-test/glance/de/",
            "share_url": "https://translate.yunohost.org/engage/yunohost-apps-test/-/de/",
            "translate_url": "https://translate.yunohost.org/translate/yunohost-apps-test/glance/de/",
            "url": "https://translate.yunohost.org/api/translations/yunohost-apps-test/glance/de/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 2,
            "total_words": 37,
            "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": "2025-03-20T10:08:08.901788Z",
            "last_author": null,
            "repository_url": "https://translate.yunohost.org/api/translations/yunohost-apps-test/glance/de/repository/?format=api",
            "file_url": "https://translate.yunohost.org/api/translations/yunohost-apps-test/glance/de/file/?format=api",
            "statistics_url": "https://translate.yunohost.org/api/translations/yunohost-apps-test/glance/de/statistics/?format=api",
            "changes_list_url": "https://translate.yunohost.org/api/translations/yunohost-apps-test/glance/de/changes/?format=api",
            "units_list_url": "https://translate.yunohost.org/api/translations/yunohost-apps-test/glance/de/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": "mygpo",
                "slug": "mygpo",
                "id": 508,
                "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 (test)",
                    "slug": "yunohost-apps-test",
                    "id": 4,
                    "web": "https://github.com/Jibec/yunohost-app-translation",
                    "web_url": "https://translate.yunohost.org/projects/yunohost-apps-test/",
                    "url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/?format=api",
                    "components_list_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/components/?format=api",
                    "repository_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/repository/?format=api",
                    "statistics_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/statistics/?format=api",
                    "categories_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/categories/?format=api",
                    "changes_list_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/changes/?format=api",
                    "languages_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/languages/?format=api",
                    "labels_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/labels/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": null,
                "repo": null,
                "git_export": "",
                "branch": null,
                "push_branch": "",
                "filemask": null,
                "screenshot_filemask": null,
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "translation_files/mygpo/mygpo.pot",
                "file_format": "po",
                "license": "AGPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/AGPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "https://translate.yunohost.org/projects/yunohost-apps-test/mygpo/",
                "url": "https://translate.yunohost.org/api/components/yunohost-apps-test/mygpo/?format=api",
                "repository_url": "https://translate.yunohost.org/api/components/yunohost-apps-test/mygpo/repository/?format=api",
                "translations_url": "https://translate.yunohost.org/api/components/yunohost-apps-test/mygpo/translations/?format=api",
                "statistics_url": "https://translate.yunohost.org/api/components/yunohost-apps-test/mygpo/statistics/?format=api",
                "lock_url": "https://translate.yunohost.org/api/components/yunohost-apps-test/mygpo/lock/?format=api",
                "links_url": "https://translate.yunohost.org/api/components/yunohost-apps-test/mygpo/links/?format=api",
                "changes_list_url": "https://translate.yunohost.org/api/components/yunohost-apps-test/mygpo/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "",
                "push": null,
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
                "addon_message": "Update translation files\n\nUpdated by \"{{ addon_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": true,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": "https://translate.yunohost.org/api/components/yunohost-apps-test/13ft/?format=api"
            },
            "language_code": "de",
            "id": 2704,
            "filename": "translation_files/mygpo/de.po",
            "revision": "d7499e4a5886c1eb88e9a048e761fde1ac9dd714",
            "web_url": "https://translate.yunohost.org/projects/yunohost-apps-test/mygpo/de/",
            "share_url": "https://translate.yunohost.org/engage/yunohost-apps-test/-/de/",
            "translate_url": "https://translate.yunohost.org/translate/yunohost-apps-test/mygpo/de/",
            "url": "https://translate.yunohost.org/api/translations/yunohost-apps-test/mygpo/de/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 1,
            "total_words": 19,
            "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": "2025-03-20T10:08:19.194914Z",
            "last_author": null,
            "repository_url": "https://translate.yunohost.org/api/translations/yunohost-apps-test/mygpo/de/repository/?format=api",
            "file_url": "https://translate.yunohost.org/api/translations/yunohost-apps-test/mygpo/de/file/?format=api",
            "statistics_url": "https://translate.yunohost.org/api/translations/yunohost-apps-test/mygpo/de/statistics/?format=api",
            "changes_list_url": "https://translate.yunohost.org/api/translations/yunohost-apps-test/mygpo/de/changes/?format=api",
            "units_list_url": "https://translate.yunohost.org/api/translations/yunohost-apps-test/mygpo/de/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": "seafile",
                "slug": "seafile",
                "id": 513,
                "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 (test)",
                    "slug": "yunohost-apps-test",
                    "id": 4,
                    "web": "https://github.com/Jibec/yunohost-app-translation",
                    "web_url": "https://translate.yunohost.org/projects/yunohost-apps-test/",
                    "url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/?format=api",
                    "components_list_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/components/?format=api",
                    "repository_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/repository/?format=api",
                    "statistics_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/statistics/?format=api",
                    "categories_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/categories/?format=api",
                    "changes_list_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/changes/?format=api",
                    "languages_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/languages/?format=api",
                    "labels_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/labels/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": null,
                "repo": null,
                "git_export": "",
                "branch": null,
                "push_branch": "",
                "filemask": null,
                "screenshot_filemask": null,
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "translation_files/seafile/seafile.pot",
                "file_format": "po",
                "license": "AGPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/AGPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "https://translate.yunohost.org/projects/yunohost-apps-test/seafile/",
                "url": "https://translate.yunohost.org/api/components/yunohost-apps-test/seafile/?format=api",
                "repository_url": "https://translate.yunohost.org/api/components/yunohost-apps-test/seafile/repository/?format=api",
                "translations_url": "https://translate.yunohost.org/api/components/yunohost-apps-test/seafile/translations/?format=api",
                "statistics_url": "https://translate.yunohost.org/api/components/yunohost-apps-test/seafile/statistics/?format=api",
                "lock_url": "https://translate.yunohost.org/api/components/yunohost-apps-test/seafile/lock/?format=api",
                "links_url": "https://translate.yunohost.org/api/components/yunohost-apps-test/seafile/links/?format=api",
                "changes_list_url": "https://translate.yunohost.org/api/components/yunohost-apps-test/seafile/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "",
                "push": null,
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
                "addon_message": "Update translation files\n\nUpdated by \"{{ addon_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": true,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": "https://translate.yunohost.org/api/components/yunohost-apps-test/13ft/?format=api"
            },
            "language_code": "de",
            "id": 2705,
            "filename": "translation_files/seafile/de.po",
            "revision": "7b14c38f1f5dbac507324d217bcf74ff0db17cac",
            "web_url": "https://translate.yunohost.org/projects/yunohost-apps-test/seafile/de/",
            "share_url": "https://translate.yunohost.org/engage/yunohost-apps-test/-/de/",
            "translate_url": "https://translate.yunohost.org/translate/yunohost-apps-test/seafile/de/",
            "url": "https://translate.yunohost.org/api/translations/yunohost-apps-test/seafile/de/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 11,
            "total_words": 154,
            "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": "2025-03-20T10:08:29.953406Z",
            "last_author": null,
            "repository_url": "https://translate.yunohost.org/api/translations/yunohost-apps-test/seafile/de/repository/?format=api",
            "file_url": "https://translate.yunohost.org/api/translations/yunohost-apps-test/seafile/de/file/?format=api",
            "statistics_url": "https://translate.yunohost.org/api/translations/yunohost-apps-test/seafile/de/statistics/?format=api",
            "changes_list_url": "https://translate.yunohost.org/api/translations/yunohost-apps-test/seafile/de/changes/?format=api",
            "units_list_url": "https://translate.yunohost.org/api/translations/yunohost-apps-test/seafile/de/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": "audiobookshelf",
                "slug": "audiobookshelf",
                "id": 515,
                "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 (test)",
                    "slug": "yunohost-apps-test",
                    "id": 4,
                    "web": "https://github.com/Jibec/yunohost-app-translation",
                    "web_url": "https://translate.yunohost.org/projects/yunohost-apps-test/",
                    "url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/?format=api",
                    "components_list_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/components/?format=api",
                    "repository_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/repository/?format=api",
                    "statistics_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/statistics/?format=api",
                    "categories_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/categories/?format=api",
                    "changes_list_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/changes/?format=api",
                    "languages_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/languages/?format=api",
                    "labels_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/labels/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": null,
                "repo": null,
                "git_export": "",
                "branch": null,
                "push_branch": "",
                "filemask": null,
                "screenshot_filemask": null,
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "translation_files/audiobookshelf/audiobookshelf.pot",
                "file_format": "po",
                "license": "AGPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/AGPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "https://translate.yunohost.org/projects/yunohost-apps-test/audiobookshelf/",
                "url": "https://translate.yunohost.org/api/components/yunohost-apps-test/audiobookshelf/?format=api",
                "repository_url": "https://translate.yunohost.org/api/components/yunohost-apps-test/audiobookshelf/repository/?format=api",
                "translations_url": "https://translate.yunohost.org/api/components/yunohost-apps-test/audiobookshelf/translations/?format=api",
                "statistics_url": "https://translate.yunohost.org/api/components/yunohost-apps-test/audiobookshelf/statistics/?format=api",
                "lock_url": "https://translate.yunohost.org/api/components/yunohost-apps-test/audiobookshelf/lock/?format=api",
                "links_url": "https://translate.yunohost.org/api/components/yunohost-apps-test/audiobookshelf/links/?format=api",
                "changes_list_url": "https://translate.yunohost.org/api/components/yunohost-apps-test/audiobookshelf/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "",
                "push": null,
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
                "addon_message": "Update translation files\n\nUpdated by \"{{ addon_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": true,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": "https://translate.yunohost.org/api/components/yunohost-apps-test/13ft/?format=api"
            },
            "language_code": "de",
            "id": 2706,
            "filename": "translation_files/audiobookshelf/de.po",
            "revision": "c5f23cc1339acbedc62e78fc3ef10f8ee109187e",
            "web_url": "https://translate.yunohost.org/projects/yunohost-apps-test/audiobookshelf/de/",
            "share_url": "https://translate.yunohost.org/engage/yunohost-apps-test/-/de/",
            "translate_url": "https://translate.yunohost.org/translate/yunohost-apps-test/audiobookshelf/de/",
            "url": "https://translate.yunohost.org/api/translations/yunohost-apps-test/audiobookshelf/de/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 13,
            "total_words": 104,
            "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": "2025-03-20T10:08:40.358047Z",
            "last_author": null,
            "repository_url": "https://translate.yunohost.org/api/translations/yunohost-apps-test/audiobookshelf/de/repository/?format=api",
            "file_url": "https://translate.yunohost.org/api/translations/yunohost-apps-test/audiobookshelf/de/file/?format=api",
            "statistics_url": "https://translate.yunohost.org/api/translations/yunohost-apps-test/audiobookshelf/de/statistics/?format=api",
            "changes_list_url": "https://translate.yunohost.org/api/translations/yunohost-apps-test/audiobookshelf/de/changes/?format=api",
            "units_list_url": "https://translate.yunohost.org/api/translations/yunohost-apps-test/audiobookshelf/de/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": "adminer",
                "slug": "adminer",
                "id": 526,
                "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 (test)",
                    "slug": "yunohost-apps-test",
                    "id": 4,
                    "web": "https://github.com/Jibec/yunohost-app-translation",
                    "web_url": "https://translate.yunohost.org/projects/yunohost-apps-test/",
                    "url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/?format=api",
                    "components_list_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/components/?format=api",
                    "repository_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/repository/?format=api",
                    "statistics_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/statistics/?format=api",
                    "categories_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/categories/?format=api",
                    "changes_list_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/changes/?format=api",
                    "languages_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/languages/?format=api",
                    "labels_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/labels/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": null,
                "repo": null,
                "git_export": "",
                "branch": null,
                "push_branch": "",
                "filemask": null,
                "screenshot_filemask": null,
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "translation_files/adminer/adminer.pot",
                "file_format": "po",
                "license": "AGPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/AGPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "https://translate.yunohost.org/projects/yunohost-apps-test/adminer/",
                "url": "https://translate.yunohost.org/api/components/yunohost-apps-test/adminer/?format=api",
                "repository_url": "https://translate.yunohost.org/api/components/yunohost-apps-test/adminer/repository/?format=api",
                "translations_url": "https://translate.yunohost.org/api/components/yunohost-apps-test/adminer/translations/?format=api",
                "statistics_url": "https://translate.yunohost.org/api/components/yunohost-apps-test/adminer/statistics/?format=api",
                "lock_url": "https://translate.yunohost.org/api/components/yunohost-apps-test/adminer/lock/?format=api",
                "links_url": "https://translate.yunohost.org/api/components/yunohost-apps-test/adminer/links/?format=api",
                "changes_list_url": "https://translate.yunohost.org/api/components/yunohost-apps-test/adminer/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "",
                "push": null,
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
                "addon_message": "Update translation files\n\nUpdated by \"{{ addon_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": true,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": "https://translate.yunohost.org/api/components/yunohost-apps-test/13ft/?format=api"
            },
            "language_code": "de",
            "id": 2707,
            "filename": "translation_files/adminer/de.po",
            "revision": "6eb9cc1893ee62989a5248756afd844254de9341",
            "web_url": "https://translate.yunohost.org/projects/yunohost-apps-test/adminer/de/",
            "share_url": "https://translate.yunohost.org/engage/yunohost-apps-test/-/de/",
            "translate_url": "https://translate.yunohost.org/translate/yunohost-apps-test/adminer/de/",
            "url": "https://translate.yunohost.org/api/translations/yunohost-apps-test/adminer/de/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 2,
            "total_words": 93,
            "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": "2025-03-20T10:08:51.202705Z",
            "last_author": null,
            "repository_url": "https://translate.yunohost.org/api/translations/yunohost-apps-test/adminer/de/repository/?format=api",
            "file_url": "https://translate.yunohost.org/api/translations/yunohost-apps-test/adminer/de/file/?format=api",
            "statistics_url": "https://translate.yunohost.org/api/translations/yunohost-apps-test/adminer/de/statistics/?format=api",
            "changes_list_url": "https://translate.yunohost.org/api/translations/yunohost-apps-test/adminer/de/changes/?format=api",
            "units_list_url": "https://translate.yunohost.org/api/translations/yunohost-apps-test/adminer/de/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": "helloworld",
                "slug": "helloworld",
                "id": 493,
                "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 (test)",
                    "slug": "yunohost-apps-test",
                    "id": 4,
                    "web": "https://github.com/Jibec/yunohost-app-translation",
                    "web_url": "https://translate.yunohost.org/projects/yunohost-apps-test/",
                    "url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/?format=api",
                    "components_list_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/components/?format=api",
                    "repository_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/repository/?format=api",
                    "statistics_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/statistics/?format=api",
                    "categories_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/categories/?format=api",
                    "changes_list_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/changes/?format=api",
                    "languages_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/languages/?format=api",
                    "labels_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/labels/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": null,
                "repo": null,
                "git_export": "",
                "branch": null,
                "push_branch": "",
                "filemask": null,
                "screenshot_filemask": null,
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "translation_files/helloworld/helloworld.pot",
                "file_format": "po",
                "license": "AGPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/AGPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "https://translate.yunohost.org/projects/yunohost-apps-test/helloworld/",
                "url": "https://translate.yunohost.org/api/components/yunohost-apps-test/helloworld/?format=api",
                "repository_url": "https://translate.yunohost.org/api/components/yunohost-apps-test/helloworld/repository/?format=api",
                "translations_url": "https://translate.yunohost.org/api/components/yunohost-apps-test/helloworld/translations/?format=api",
                "statistics_url": "https://translate.yunohost.org/api/components/yunohost-apps-test/helloworld/statistics/?format=api",
                "lock_url": "https://translate.yunohost.org/api/components/yunohost-apps-test/helloworld/lock/?format=api",
                "links_url": "https://translate.yunohost.org/api/components/yunohost-apps-test/helloworld/links/?format=api",
                "changes_list_url": "https://translate.yunohost.org/api/components/yunohost-apps-test/helloworld/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "",
                "push": null,
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
                "addon_message": "Update translation files\n\nUpdated by \"{{ addon_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": true,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": "https://translate.yunohost.org/api/components/yunohost-apps-test/13ft/?format=api"
            },
            "language_code": "de",
            "id": 2708,
            "filename": "translation_files/helloworld/de.po",
            "revision": "51dc50d9c6586780d776f85dc09b2aea138da02b",
            "web_url": "https://translate.yunohost.org/projects/yunohost-apps-test/helloworld/de/",
            "share_url": "https://translate.yunohost.org/engage/yunohost-apps-test/-/de/",
            "translate_url": "https://translate.yunohost.org/translate/yunohost-apps-test/helloworld/de/",
            "url": "https://translate.yunohost.org/api/translations/yunohost-apps-test/helloworld/de/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 1,
            "total_words": 15,
            "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": "2025-03-20T10:09:01.286606Z",
            "last_author": null,
            "repository_url": "https://translate.yunohost.org/api/translations/yunohost-apps-test/helloworld/de/repository/?format=api",
            "file_url": "https://translate.yunohost.org/api/translations/yunohost-apps-test/helloworld/de/file/?format=api",
            "statistics_url": "https://translate.yunohost.org/api/translations/yunohost-apps-test/helloworld/de/statistics/?format=api",
            "changes_list_url": "https://translate.yunohost.org/api/translations/yunohost-apps-test/helloworld/de/changes/?format=api",
            "units_list_url": "https://translate.yunohost.org/api/translations/yunohost-apps-test/helloworld/de/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": "freshrss",
                "slug": "freshrss",
                "id": 494,
                "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 (test)",
                    "slug": "yunohost-apps-test",
                    "id": 4,
                    "web": "https://github.com/Jibec/yunohost-app-translation",
                    "web_url": "https://translate.yunohost.org/projects/yunohost-apps-test/",
                    "url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/?format=api",
                    "components_list_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/components/?format=api",
                    "repository_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/repository/?format=api",
                    "statistics_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/statistics/?format=api",
                    "categories_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/categories/?format=api",
                    "changes_list_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/changes/?format=api",
                    "languages_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/languages/?format=api",
                    "labels_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/labels/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": null,
                "repo": null,
                "git_export": "",
                "branch": null,
                "push_branch": "",
                "filemask": null,
                "screenshot_filemask": null,
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "translation_files/freshrss/freshrss.pot",
                "file_format": "po",
                "license": "AGPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/AGPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "https://translate.yunohost.org/projects/yunohost-apps-test/freshrss/",
                "url": "https://translate.yunohost.org/api/components/yunohost-apps-test/freshrss/?format=api",
                "repository_url": "https://translate.yunohost.org/api/components/yunohost-apps-test/freshrss/repository/?format=api",
                "translations_url": "https://translate.yunohost.org/api/components/yunohost-apps-test/freshrss/translations/?format=api",
                "statistics_url": "https://translate.yunohost.org/api/components/yunohost-apps-test/freshrss/statistics/?format=api",
                "lock_url": "https://translate.yunohost.org/api/components/yunohost-apps-test/freshrss/lock/?format=api",
                "links_url": "https://translate.yunohost.org/api/components/yunohost-apps-test/freshrss/links/?format=api",
                "changes_list_url": "https://translate.yunohost.org/api/components/yunohost-apps-test/freshrss/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "",
                "push": null,
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
                "addon_message": "Update translation files\n\nUpdated by \"{{ addon_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": true,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": "https://translate.yunohost.org/api/components/yunohost-apps-test/13ft/?format=api"
            },
            "language_code": "de",
            "id": 2709,
            "filename": "translation_files/freshrss/de.po",
            "revision": "00eb4fee23b27a2ad353857dd80ec9e49a2f6708",
            "web_url": "https://translate.yunohost.org/projects/yunohost-apps-test/freshrss/de/",
            "share_url": "https://translate.yunohost.org/engage/yunohost-apps-test/-/de/",
            "translate_url": "https://translate.yunohost.org/translate/yunohost-apps-test/freshrss/de/",
            "url": "https://translate.yunohost.org/api/translations/yunohost-apps-test/freshrss/de/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 1,
            "total_words": 19,
            "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": "2025-03-20T10:09:11.582000Z",
            "last_author": null,
            "repository_url": "https://translate.yunohost.org/api/translations/yunohost-apps-test/freshrss/de/repository/?format=api",
            "file_url": "https://translate.yunohost.org/api/translations/yunohost-apps-test/freshrss/de/file/?format=api",
            "statistics_url": "https://translate.yunohost.org/api/translations/yunohost-apps-test/freshrss/de/statistics/?format=api",
            "changes_list_url": "https://translate.yunohost.org/api/translations/yunohost-apps-test/freshrss/de/changes/?format=api",
            "units_list_url": "https://translate.yunohost.org/api/translations/yunohost-apps-test/freshrss/de/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": "airsonic",
                "slug": "airsonic",
                "id": 495,
                "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 (test)",
                    "slug": "yunohost-apps-test",
                    "id": 4,
                    "web": "https://github.com/Jibec/yunohost-app-translation",
                    "web_url": "https://translate.yunohost.org/projects/yunohost-apps-test/",
                    "url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/?format=api",
                    "components_list_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/components/?format=api",
                    "repository_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/repository/?format=api",
                    "statistics_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/statistics/?format=api",
                    "categories_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/categories/?format=api",
                    "changes_list_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/changes/?format=api",
                    "languages_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/languages/?format=api",
                    "labels_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/labels/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": null,
                "repo": null,
                "git_export": "",
                "branch": null,
                "push_branch": "",
                "filemask": null,
                "screenshot_filemask": null,
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "translation_files/airsonic/airsonic.pot",
                "file_format": "po",
                "license": "AGPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/AGPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "https://translate.yunohost.org/projects/yunohost-apps-test/airsonic/",
                "url": "https://translate.yunohost.org/api/components/yunohost-apps-test/airsonic/?format=api",
                "repository_url": "https://translate.yunohost.org/api/components/yunohost-apps-test/airsonic/repository/?format=api",
                "translations_url": "https://translate.yunohost.org/api/components/yunohost-apps-test/airsonic/translations/?format=api",
                "statistics_url": "https://translate.yunohost.org/api/components/yunohost-apps-test/airsonic/statistics/?format=api",
                "lock_url": "https://translate.yunohost.org/api/components/yunohost-apps-test/airsonic/lock/?format=api",
                "links_url": "https://translate.yunohost.org/api/components/yunohost-apps-test/airsonic/links/?format=api",
                "changes_list_url": "https://translate.yunohost.org/api/components/yunohost-apps-test/airsonic/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "",
                "push": null,
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
                "addon_message": "Update translation files\n\nUpdated by \"{{ addon_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": true,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": "https://translate.yunohost.org/api/components/yunohost-apps-test/13ft/?format=api"
            },
            "language_code": "de",
            "id": 2710,
            "filename": "translation_files/airsonic/de.po",
            "revision": "24451780e4046d963c68ae8ccac5542751de4064",
            "web_url": "https://translate.yunohost.org/projects/yunohost-apps-test/airsonic/de/",
            "share_url": "https://translate.yunohost.org/engage/yunohost-apps-test/-/de/",
            "translate_url": "https://translate.yunohost.org/translate/yunohost-apps-test/airsonic/de/",
            "url": "https://translate.yunohost.org/api/translations/yunohost-apps-test/airsonic/de/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 5,
            "total_words": 208,
            "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": "2025-03-20T10:09:22.256876Z",
            "last_author": null,
            "repository_url": "https://translate.yunohost.org/api/translations/yunohost-apps-test/airsonic/de/repository/?format=api",
            "file_url": "https://translate.yunohost.org/api/translations/yunohost-apps-test/airsonic/de/file/?format=api",
            "statistics_url": "https://translate.yunohost.org/api/translations/yunohost-apps-test/airsonic/de/statistics/?format=api",
            "changes_list_url": "https://translate.yunohost.org/api/translations/yunohost-apps-test/airsonic/de/changes/?format=api",
            "units_list_url": "https://translate.yunohost.org/api/translations/yunohost-apps-test/airsonic/de/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": "flood",
                "slug": "flood",
                "id": 496,
                "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 (test)",
                    "slug": "yunohost-apps-test",
                    "id": 4,
                    "web": "https://github.com/Jibec/yunohost-app-translation",
                    "web_url": "https://translate.yunohost.org/projects/yunohost-apps-test/",
                    "url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/?format=api",
                    "components_list_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/components/?format=api",
                    "repository_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/repository/?format=api",
                    "statistics_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/statistics/?format=api",
                    "categories_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/categories/?format=api",
                    "changes_list_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/changes/?format=api",
                    "languages_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/languages/?format=api",
                    "labels_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/labels/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": null,
                "repo": null,
                "git_export": "",
                "branch": null,
                "push_branch": "",
                "filemask": null,
                "screenshot_filemask": null,
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "translation_files/flood/flood.pot",
                "file_format": "po",
                "license": "AGPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/AGPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "https://translate.yunohost.org/projects/yunohost-apps-test/flood/",
                "url": "https://translate.yunohost.org/api/components/yunohost-apps-test/flood/?format=api",
                "repository_url": "https://translate.yunohost.org/api/components/yunohost-apps-test/flood/repository/?format=api",
                "translations_url": "https://translate.yunohost.org/api/components/yunohost-apps-test/flood/translations/?format=api",
                "statistics_url": "https://translate.yunohost.org/api/components/yunohost-apps-test/flood/statistics/?format=api",
                "lock_url": "https://translate.yunohost.org/api/components/yunohost-apps-test/flood/lock/?format=api",
                "links_url": "https://translate.yunohost.org/api/components/yunohost-apps-test/flood/links/?format=api",
                "changes_list_url": "https://translate.yunohost.org/api/components/yunohost-apps-test/flood/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "",
                "push": null,
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
                "addon_message": "Update translation files\n\nUpdated by \"{{ addon_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": true,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": "https://translate.yunohost.org/api/components/yunohost-apps-test/13ft/?format=api"
            },
            "language_code": "de",
            "id": 2711,
            "filename": "translation_files/flood/de.po",
            "revision": "caf4b4d5bacf3f87b1682e77cfc1bcf84b23184d",
            "web_url": "https://translate.yunohost.org/projects/yunohost-apps-test/flood/de/",
            "share_url": "https://translate.yunohost.org/engage/yunohost-apps-test/-/de/",
            "translate_url": "https://translate.yunohost.org/translate/yunohost-apps-test/flood/de/",
            "url": "https://translate.yunohost.org/api/translations/yunohost-apps-test/flood/de/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 1,
            "total_words": 26,
            "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": "2025-03-20T10:09:32.409604Z",
            "last_author": null,
            "repository_url": "https://translate.yunohost.org/api/translations/yunohost-apps-test/flood/de/repository/?format=api",
            "file_url": "https://translate.yunohost.org/api/translations/yunohost-apps-test/flood/de/file/?format=api",
            "statistics_url": "https://translate.yunohost.org/api/translations/yunohost-apps-test/flood/de/statistics/?format=api",
            "changes_list_url": "https://translate.yunohost.org/api/translations/yunohost-apps-test/flood/de/changes/?format=api",
            "units_list_url": "https://translate.yunohost.org/api/translations/yunohost-apps-test/flood/de/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": "galene",
                "slug": "galene",
                "id": 497,
                "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 (test)",
                    "slug": "yunohost-apps-test",
                    "id": 4,
                    "web": "https://github.com/Jibec/yunohost-app-translation",
                    "web_url": "https://translate.yunohost.org/projects/yunohost-apps-test/",
                    "url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/?format=api",
                    "components_list_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/components/?format=api",
                    "repository_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/repository/?format=api",
                    "statistics_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/statistics/?format=api",
                    "categories_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/categories/?format=api",
                    "changes_list_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/changes/?format=api",
                    "languages_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/languages/?format=api",
                    "labels_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/labels/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": null,
                "repo": null,
                "git_export": "",
                "branch": null,
                "push_branch": "",
                "filemask": null,
                "screenshot_filemask": null,
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "translation_files/galene/galene.pot",
                "file_format": "po",
                "license": "AGPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/AGPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "https://translate.yunohost.org/projects/yunohost-apps-test/galene/",
                "url": "https://translate.yunohost.org/api/components/yunohost-apps-test/galene/?format=api",
                "repository_url": "https://translate.yunohost.org/api/components/yunohost-apps-test/galene/repository/?format=api",
                "translations_url": "https://translate.yunohost.org/api/components/yunohost-apps-test/galene/translations/?format=api",
                "statistics_url": "https://translate.yunohost.org/api/components/yunohost-apps-test/galene/statistics/?format=api",
                "lock_url": "https://translate.yunohost.org/api/components/yunohost-apps-test/galene/lock/?format=api",
                "links_url": "https://translate.yunohost.org/api/components/yunohost-apps-test/galene/links/?format=api",
                "changes_list_url": "https://translate.yunohost.org/api/components/yunohost-apps-test/galene/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "",
                "push": null,
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
                "addon_message": "Update translation files\n\nUpdated by \"{{ addon_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": true,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": "https://translate.yunohost.org/api/components/yunohost-apps-test/13ft/?format=api"
            },
            "language_code": "de",
            "id": 2712,
            "filename": "translation_files/galene/de.po",
            "revision": "4d8712833cb44dfef4773979199c060e62e1e514",
            "web_url": "https://translate.yunohost.org/projects/yunohost-apps-test/galene/de/",
            "share_url": "https://translate.yunohost.org/engage/yunohost-apps-test/-/de/",
            "translate_url": "https://translate.yunohost.org/translate/yunohost-apps-test/galene/de/",
            "url": "https://translate.yunohost.org/api/translations/yunohost-apps-test/galene/de/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 20,
            "total_words": 391,
            "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": "2025-03-20T10:09:43.453214Z",
            "last_author": null,
            "repository_url": "https://translate.yunohost.org/api/translations/yunohost-apps-test/galene/de/repository/?format=api",
            "file_url": "https://translate.yunohost.org/api/translations/yunohost-apps-test/galene/de/file/?format=api",
            "statistics_url": "https://translate.yunohost.org/api/translations/yunohost-apps-test/galene/de/statistics/?format=api",
            "changes_list_url": "https://translate.yunohost.org/api/translations/yunohost-apps-test/galene/de/changes/?format=api",
            "units_list_url": "https://translate.yunohost.org/api/translations/yunohost-apps-test/galene/de/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": "reiverr",
                "slug": "reiverr",
                "id": 498,
                "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 (test)",
                    "slug": "yunohost-apps-test",
                    "id": 4,
                    "web": "https://github.com/Jibec/yunohost-app-translation",
                    "web_url": "https://translate.yunohost.org/projects/yunohost-apps-test/",
                    "url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/?format=api",
                    "components_list_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/components/?format=api",
                    "repository_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/repository/?format=api",
                    "statistics_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/statistics/?format=api",
                    "categories_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/categories/?format=api",
                    "changes_list_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/changes/?format=api",
                    "languages_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/languages/?format=api",
                    "labels_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/labels/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": null,
                "repo": null,
                "git_export": "",
                "branch": null,
                "push_branch": "",
                "filemask": null,
                "screenshot_filemask": null,
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "translation_files/reiverr/reiverr.pot",
                "file_format": "po",
                "license": "AGPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/AGPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "https://translate.yunohost.org/projects/yunohost-apps-test/reiverr/",
                "url": "https://translate.yunohost.org/api/components/yunohost-apps-test/reiverr/?format=api",
                "repository_url": "https://translate.yunohost.org/api/components/yunohost-apps-test/reiverr/repository/?format=api",
                "translations_url": "https://translate.yunohost.org/api/components/yunohost-apps-test/reiverr/translations/?format=api",
                "statistics_url": "https://translate.yunohost.org/api/components/yunohost-apps-test/reiverr/statistics/?format=api",
                "lock_url": "https://translate.yunohost.org/api/components/yunohost-apps-test/reiverr/lock/?format=api",
                "links_url": "https://translate.yunohost.org/api/components/yunohost-apps-test/reiverr/links/?format=api",
                "changes_list_url": "https://translate.yunohost.org/api/components/yunohost-apps-test/reiverr/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "",
                "push": null,
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
                "addon_message": "Update translation files\n\nUpdated by \"{{ addon_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": true,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": "https://translate.yunohost.org/api/components/yunohost-apps-test/13ft/?format=api"
            },
            "language_code": "de",
            "id": 2713,
            "filename": "translation_files/reiverr/de.po",
            "revision": "f82e2587f4d8e1e5d9a5113d65cd6dadc7d9f4d9",
            "web_url": "https://translate.yunohost.org/projects/yunohost-apps-test/reiverr/de/",
            "share_url": "https://translate.yunohost.org/engage/yunohost-apps-test/-/de/",
            "translate_url": "https://translate.yunohost.org/translate/yunohost-apps-test/reiverr/de/",
            "url": "https://translate.yunohost.org/api/translations/yunohost-apps-test/reiverr/de/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 1,
            "total_words": 27,
            "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": "2025-03-20T10:09:53.442522Z",
            "last_author": null,
            "repository_url": "https://translate.yunohost.org/api/translations/yunohost-apps-test/reiverr/de/repository/?format=api",
            "file_url": "https://translate.yunohost.org/api/translations/yunohost-apps-test/reiverr/de/file/?format=api",
            "statistics_url": "https://translate.yunohost.org/api/translations/yunohost-apps-test/reiverr/de/statistics/?format=api",
            "changes_list_url": "https://translate.yunohost.org/api/translations/yunohost-apps-test/reiverr/de/changes/?format=api",
            "units_list_url": "https://translate.yunohost.org/api/translations/yunohost-apps-test/reiverr/de/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": "fluxbb",
                "slug": "fluxbb",
                "id": 499,
                "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 (test)",
                    "slug": "yunohost-apps-test",
                    "id": 4,
                    "web": "https://github.com/Jibec/yunohost-app-translation",
                    "web_url": "https://translate.yunohost.org/projects/yunohost-apps-test/",
                    "url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/?format=api",
                    "components_list_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/components/?format=api",
                    "repository_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/repository/?format=api",
                    "statistics_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/statistics/?format=api",
                    "categories_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/categories/?format=api",
                    "changes_list_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/changes/?format=api",
                    "languages_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/languages/?format=api",
                    "labels_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/labels/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": null,
                "repo": null,
                "git_export": "",
                "branch": null,
                "push_branch": "",
                "filemask": null,
                "screenshot_filemask": null,
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "translation_files/fluxbb/fluxbb.pot",
                "file_format": "po",
                "license": "AGPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/AGPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "https://translate.yunohost.org/projects/yunohost-apps-test/fluxbb/",
                "url": "https://translate.yunohost.org/api/components/yunohost-apps-test/fluxbb/?format=api",
                "repository_url": "https://translate.yunohost.org/api/components/yunohost-apps-test/fluxbb/repository/?format=api",
                "translations_url": "https://translate.yunohost.org/api/components/yunohost-apps-test/fluxbb/translations/?format=api",
                "statistics_url": "https://translate.yunohost.org/api/components/yunohost-apps-test/fluxbb/statistics/?format=api",
                "lock_url": "https://translate.yunohost.org/api/components/yunohost-apps-test/fluxbb/lock/?format=api",
                "links_url": "https://translate.yunohost.org/api/components/yunohost-apps-test/fluxbb/links/?format=api",
                "changes_list_url": "https://translate.yunohost.org/api/components/yunohost-apps-test/fluxbb/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "",
                "push": null,
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
                "addon_message": "Update translation files\n\nUpdated by \"{{ addon_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": true,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": "https://translate.yunohost.org/api/components/yunohost-apps-test/13ft/?format=api"
            },
            "language_code": "de",
            "id": 2714,
            "filename": "translation_files/fluxbb/de.po",
            "revision": "4b83c180c10568a8d752a3fd1518a628a3fd98a8",
            "web_url": "https://translate.yunohost.org/projects/yunohost-apps-test/fluxbb/de/",
            "share_url": "https://translate.yunohost.org/engage/yunohost-apps-test/-/de/",
            "translate_url": "https://translate.yunohost.org/translate/yunohost-apps-test/fluxbb/de/",
            "url": "https://translate.yunohost.org/api/translations/yunohost-apps-test/fluxbb/de/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 1,
            "total_words": 42,
            "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": "2025-03-20T10:10:04.657583Z",
            "last_author": null,
            "repository_url": "https://translate.yunohost.org/api/translations/yunohost-apps-test/fluxbb/de/repository/?format=api",
            "file_url": "https://translate.yunohost.org/api/translations/yunohost-apps-test/fluxbb/de/file/?format=api",
            "statistics_url": "https://translate.yunohost.org/api/translations/yunohost-apps-test/fluxbb/de/statistics/?format=api",
            "changes_list_url": "https://translate.yunohost.org/api/translations/yunohost-apps-test/fluxbb/de/changes/?format=api",
            "units_list_url": "https://translate.yunohost.org/api/translations/yunohost-apps-test/fluxbb/de/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": "directorylister",
                "slug": "directorylister",
                "id": 501,
                "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 (test)",
                    "slug": "yunohost-apps-test",
                    "id": 4,
                    "web": "https://github.com/Jibec/yunohost-app-translation",
                    "web_url": "https://translate.yunohost.org/projects/yunohost-apps-test/",
                    "url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/?format=api",
                    "components_list_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/components/?format=api",
                    "repository_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/repository/?format=api",
                    "statistics_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/statistics/?format=api",
                    "categories_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/categories/?format=api",
                    "changes_list_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/changes/?format=api",
                    "languages_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/languages/?format=api",
                    "labels_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/labels/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": null,
                "repo": null,
                "git_export": "",
                "branch": null,
                "push_branch": "",
                "filemask": null,
                "screenshot_filemask": null,
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "translation_files/directorylister/directorylister.pot",
                "file_format": "po",
                "license": "AGPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/AGPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "https://translate.yunohost.org/projects/yunohost-apps-test/directorylister/",
                "url": "https://translate.yunohost.org/api/components/yunohost-apps-test/directorylister/?format=api",
                "repository_url": "https://translate.yunohost.org/api/components/yunohost-apps-test/directorylister/repository/?format=api",
                "translations_url": "https://translate.yunohost.org/api/components/yunohost-apps-test/directorylister/translations/?format=api",
                "statistics_url": "https://translate.yunohost.org/api/components/yunohost-apps-test/directorylister/statistics/?format=api",
                "lock_url": "https://translate.yunohost.org/api/components/yunohost-apps-test/directorylister/lock/?format=api",
                "links_url": "https://translate.yunohost.org/api/components/yunohost-apps-test/directorylister/links/?format=api",
                "changes_list_url": "https://translate.yunohost.org/api/components/yunohost-apps-test/directorylister/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "",
                "push": null,
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
                "addon_message": "Update translation files\n\nUpdated by \"{{ addon_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": true,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": "https://translate.yunohost.org/api/components/yunohost-apps-test/13ft/?format=api"
            },
            "language_code": "de",
            "id": 2715,
            "filename": "translation_files/directorylister/de.po",
            "revision": "4439cc32c53246e58278c99cbce242916cb458b8",
            "web_url": "https://translate.yunohost.org/projects/yunohost-apps-test/directorylister/de/",
            "share_url": "https://translate.yunohost.org/engage/yunohost-apps-test/-/de/",
            "translate_url": "https://translate.yunohost.org/translate/yunohost-apps-test/directorylister/de/",
            "url": "https://translate.yunohost.org/api/translations/yunohost-apps-test/directorylister/de/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 8,
            "total_words": 18,
            "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": "2025-03-20T10:10:14.455264Z",
            "last_author": null,
            "repository_url": "https://translate.yunohost.org/api/translations/yunohost-apps-test/directorylister/de/repository/?format=api",
            "file_url": "https://translate.yunohost.org/api/translations/yunohost-apps-test/directorylister/de/file/?format=api",
            "statistics_url": "https://translate.yunohost.org/api/translations/yunohost-apps-test/directorylister/de/statistics/?format=api",
            "changes_list_url": "https://translate.yunohost.org/api/translations/yunohost-apps-test/directorylister/de/changes/?format=api",
            "units_list_url": "https://translate.yunohost.org/api/translations/yunohost-apps-test/directorylister/de/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": "nomad",
                "slug": "nomad",
                "id": 505,
                "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 (test)",
                    "slug": "yunohost-apps-test",
                    "id": 4,
                    "web": "https://github.com/Jibec/yunohost-app-translation",
                    "web_url": "https://translate.yunohost.org/projects/yunohost-apps-test/",
                    "url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/?format=api",
                    "components_list_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/components/?format=api",
                    "repository_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/repository/?format=api",
                    "statistics_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/statistics/?format=api",
                    "categories_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/categories/?format=api",
                    "changes_list_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/changes/?format=api",
                    "languages_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/languages/?format=api",
                    "labels_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/labels/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": null,
                "repo": null,
                "git_export": "",
                "branch": null,
                "push_branch": "",
                "filemask": null,
                "screenshot_filemask": null,
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "translation_files/nomad/nomad.pot",
                "file_format": "po",
                "license": "AGPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/AGPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "https://translate.yunohost.org/projects/yunohost-apps-test/nomad/",
                "url": "https://translate.yunohost.org/api/components/yunohost-apps-test/nomad/?format=api",
                "repository_url": "https://translate.yunohost.org/api/components/yunohost-apps-test/nomad/repository/?format=api",
                "translations_url": "https://translate.yunohost.org/api/components/yunohost-apps-test/nomad/translations/?format=api",
                "statistics_url": "https://translate.yunohost.org/api/components/yunohost-apps-test/nomad/statistics/?format=api",
                "lock_url": "https://translate.yunohost.org/api/components/yunohost-apps-test/nomad/lock/?format=api",
                "links_url": "https://translate.yunohost.org/api/components/yunohost-apps-test/nomad/links/?format=api",
                "changes_list_url": "https://translate.yunohost.org/api/components/yunohost-apps-test/nomad/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "",
                "push": null,
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
                "addon_message": "Update translation files\n\nUpdated by \"{{ addon_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": true,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": "https://translate.yunohost.org/api/components/yunohost-apps-test/13ft/?format=api"
            },
            "language_code": "de",
            "id": 2716,
            "filename": "translation_files/nomad/de.po",
            "revision": "fb1a71fd6070132d97dede138cf22a35130d4f77",
            "web_url": "https://translate.yunohost.org/projects/yunohost-apps-test/nomad/de/",
            "share_url": "https://translate.yunohost.org/engage/yunohost-apps-test/-/de/",
            "translate_url": "https://translate.yunohost.org/translate/yunohost-apps-test/nomad/de/",
            "url": "https://translate.yunohost.org/api/translations/yunohost-apps-test/nomad/de/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 7,
            "total_words": 61,
            "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": "2025-03-20T10:10:26.063433Z",
            "last_author": null,
            "repository_url": "https://translate.yunohost.org/api/translations/yunohost-apps-test/nomad/de/repository/?format=api",
            "file_url": "https://translate.yunohost.org/api/translations/yunohost-apps-test/nomad/de/file/?format=api",
            "statistics_url": "https://translate.yunohost.org/api/translations/yunohost-apps-test/nomad/de/statistics/?format=api",
            "changes_list_url": "https://translate.yunohost.org/api/translations/yunohost-apps-test/nomad/de/changes/?format=api",
            "units_list_url": "https://translate.yunohost.org/api/translations/yunohost-apps-test/nomad/de/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": "mautrix_facebook",
                "slug": "mautrix_facebook",
                "id": 509,
                "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 (test)",
                    "slug": "yunohost-apps-test",
                    "id": 4,
                    "web": "https://github.com/Jibec/yunohost-app-translation",
                    "web_url": "https://translate.yunohost.org/projects/yunohost-apps-test/",
                    "url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/?format=api",
                    "components_list_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/components/?format=api",
                    "repository_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/repository/?format=api",
                    "statistics_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/statistics/?format=api",
                    "categories_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/categories/?format=api",
                    "changes_list_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/changes/?format=api",
                    "languages_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/languages/?format=api",
                    "labels_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/labels/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": null,
                "repo": null,
                "git_export": "",
                "branch": null,
                "push_branch": "",
                "filemask": null,
                "screenshot_filemask": null,
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "translation_files/mautrix_facebook/mautrix_facebook.pot",
                "file_format": "po",
                "license": "AGPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/AGPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "https://translate.yunohost.org/projects/yunohost-apps-test/mautrix_facebook/",
                "url": "https://translate.yunohost.org/api/components/yunohost-apps-test/mautrix_facebook/?format=api",
                "repository_url": "https://translate.yunohost.org/api/components/yunohost-apps-test/mautrix_facebook/repository/?format=api",
                "translations_url": "https://translate.yunohost.org/api/components/yunohost-apps-test/mautrix_facebook/translations/?format=api",
                "statistics_url": "https://translate.yunohost.org/api/components/yunohost-apps-test/mautrix_facebook/statistics/?format=api",
                "lock_url": "https://translate.yunohost.org/api/components/yunohost-apps-test/mautrix_facebook/lock/?format=api",
                "links_url": "https://translate.yunohost.org/api/components/yunohost-apps-test/mautrix_facebook/links/?format=api",
                "changes_list_url": "https://translate.yunohost.org/api/components/yunohost-apps-test/mautrix_facebook/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "",
                "push": null,
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
                "addon_message": "Update translation files\n\nUpdated by \"{{ addon_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": true,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": "https://translate.yunohost.org/api/components/yunohost-apps-test/13ft/?format=api"
            },
            "language_code": "de",
            "id": 2717,
            "filename": "translation_files/mautrix_facebook/de.po",
            "revision": "49006a058e5d27cdb2664fd1d8b01350b9abc2c9",
            "web_url": "https://translate.yunohost.org/projects/yunohost-apps-test/mautrix_facebook/de/",
            "share_url": "https://translate.yunohost.org/engage/yunohost-apps-test/-/de/",
            "translate_url": "https://translate.yunohost.org/translate/yunohost-apps-test/mautrix_facebook/de/",
            "url": "https://translate.yunohost.org/api/translations/yunohost-apps-test/mautrix_facebook/de/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 26,
            "total_words": 496,
            "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": "2025-03-20T10:10:35.981829Z",
            "last_author": null,
            "repository_url": "https://translate.yunohost.org/api/translations/yunohost-apps-test/mautrix_facebook/de/repository/?format=api",
            "file_url": "https://translate.yunohost.org/api/translations/yunohost-apps-test/mautrix_facebook/de/file/?format=api",
            "statistics_url": "https://translate.yunohost.org/api/translations/yunohost-apps-test/mautrix_facebook/de/statistics/?format=api",
            "changes_list_url": "https://translate.yunohost.org/api/translations/yunohost-apps-test/mautrix_facebook/de/changes/?format=api",
            "units_list_url": "https://translate.yunohost.org/api/translations/yunohost-apps-test/mautrix_facebook/de/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": "stremio",
                "slug": "stremio",
                "id": 511,
                "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 (test)",
                    "slug": "yunohost-apps-test",
                    "id": 4,
                    "web": "https://github.com/Jibec/yunohost-app-translation",
                    "web_url": "https://translate.yunohost.org/projects/yunohost-apps-test/",
                    "url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/?format=api",
                    "components_list_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/components/?format=api",
                    "repository_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/repository/?format=api",
                    "statistics_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/statistics/?format=api",
                    "categories_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/categories/?format=api",
                    "changes_list_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/changes/?format=api",
                    "languages_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/languages/?format=api",
                    "labels_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/labels/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": null,
                "repo": null,
                "git_export": "",
                "branch": null,
                "push_branch": "",
                "filemask": null,
                "screenshot_filemask": null,
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "translation_files/stremio/stremio.pot",
                "file_format": "po",
                "license": "AGPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/AGPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "https://translate.yunohost.org/projects/yunohost-apps-test/stremio/",
                "url": "https://translate.yunohost.org/api/components/yunohost-apps-test/stremio/?format=api",
                "repository_url": "https://translate.yunohost.org/api/components/yunohost-apps-test/stremio/repository/?format=api",
                "translations_url": "https://translate.yunohost.org/api/components/yunohost-apps-test/stremio/translations/?format=api",
                "statistics_url": "https://translate.yunohost.org/api/components/yunohost-apps-test/stremio/statistics/?format=api",
                "lock_url": "https://translate.yunohost.org/api/components/yunohost-apps-test/stremio/lock/?format=api",
                "links_url": "https://translate.yunohost.org/api/components/yunohost-apps-test/stremio/links/?format=api",
                "changes_list_url": "https://translate.yunohost.org/api/components/yunohost-apps-test/stremio/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "",
                "push": null,
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
                "addon_message": "Update translation files\n\nUpdated by \"{{ addon_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": true,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": "https://translate.yunohost.org/api/components/yunohost-apps-test/13ft/?format=api"
            },
            "language_code": "de",
            "id": 2718,
            "filename": "translation_files/stremio/de.po",
            "revision": "5f58057c5978f652c8cb21cc77385b9c438f2307",
            "web_url": "https://translate.yunohost.org/projects/yunohost-apps-test/stremio/de/",
            "share_url": "https://translate.yunohost.org/engage/yunohost-apps-test/-/de/",
            "translate_url": "https://translate.yunohost.org/translate/yunohost-apps-test/stremio/de/",
            "url": "https://translate.yunohost.org/api/translations/yunohost-apps-test/stremio/de/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 1,
            "total_words": 26,
            "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": "2025-03-20T10:10:46.228951Z",
            "last_author": null,
            "repository_url": "https://translate.yunohost.org/api/translations/yunohost-apps-test/stremio/de/repository/?format=api",
            "file_url": "https://translate.yunohost.org/api/translations/yunohost-apps-test/stremio/de/file/?format=api",
            "statistics_url": "https://translate.yunohost.org/api/translations/yunohost-apps-test/stremio/de/statistics/?format=api",
            "changes_list_url": "https://translate.yunohost.org/api/translations/yunohost-apps-test/stremio/de/changes/?format=api",
            "units_list_url": "https://translate.yunohost.org/api/translations/yunohost-apps-test/stremio/de/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": "focalboard",
                "slug": "focalboard",
                "id": 514,
                "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 (test)",
                    "slug": "yunohost-apps-test",
                    "id": 4,
                    "web": "https://github.com/Jibec/yunohost-app-translation",
                    "web_url": "https://translate.yunohost.org/projects/yunohost-apps-test/",
                    "url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/?format=api",
                    "components_list_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/components/?format=api",
                    "repository_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/repository/?format=api",
                    "statistics_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/statistics/?format=api",
                    "categories_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/categories/?format=api",
                    "changes_list_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/changes/?format=api",
                    "languages_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/languages/?format=api",
                    "labels_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/labels/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": null,
                "repo": null,
                "git_export": "",
                "branch": null,
                "push_branch": "",
                "filemask": null,
                "screenshot_filemask": null,
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "translation_files/focalboard/focalboard.pot",
                "file_format": "po",
                "license": "AGPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/AGPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "https://translate.yunohost.org/projects/yunohost-apps-test/focalboard/",
                "url": "https://translate.yunohost.org/api/components/yunohost-apps-test/focalboard/?format=api",
                "repository_url": "https://translate.yunohost.org/api/components/yunohost-apps-test/focalboard/repository/?format=api",
                "translations_url": "https://translate.yunohost.org/api/components/yunohost-apps-test/focalboard/translations/?format=api",
                "statistics_url": "https://translate.yunohost.org/api/components/yunohost-apps-test/focalboard/statistics/?format=api",
                "lock_url": "https://translate.yunohost.org/api/components/yunohost-apps-test/focalboard/lock/?format=api",
                "links_url": "https://translate.yunohost.org/api/components/yunohost-apps-test/focalboard/links/?format=api",
                "changes_list_url": "https://translate.yunohost.org/api/components/yunohost-apps-test/focalboard/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "",
                "push": null,
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
                "addon_message": "Update translation files\n\nUpdated by \"{{ addon_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": true,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": "https://translate.yunohost.org/api/components/yunohost-apps-test/13ft/?format=api"
            },
            "language_code": "de",
            "id": 2719,
            "filename": "translation_files/focalboard/de.po",
            "revision": "f6b1791bc92bc0719d80cad4a3092251a151f884",
            "web_url": "https://translate.yunohost.org/projects/yunohost-apps-test/focalboard/de/",
            "share_url": "https://translate.yunohost.org/engage/yunohost-apps-test/-/de/",
            "translate_url": "https://translate.yunohost.org/translate/yunohost-apps-test/focalboard/de/",
            "url": "https://translate.yunohost.org/api/translations/yunohost-apps-test/focalboard/de/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 1,
            "total_words": 22,
            "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": "2025-03-20T10:10:56.554115Z",
            "last_author": null,
            "repository_url": "https://translate.yunohost.org/api/translations/yunohost-apps-test/focalboard/de/repository/?format=api",
            "file_url": "https://translate.yunohost.org/api/translations/yunohost-apps-test/focalboard/de/file/?format=api",
            "statistics_url": "https://translate.yunohost.org/api/translations/yunohost-apps-test/focalboard/de/statistics/?format=api",
            "changes_list_url": "https://translate.yunohost.org/api/translations/yunohost-apps-test/focalboard/de/changes/?format=api",
            "units_list_url": "https://translate.yunohost.org/api/translations/yunohost-apps-test/focalboard/de/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": "komga",
                "slug": "komga",
                "id": 502,
                "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 (test)",
                    "slug": "yunohost-apps-test",
                    "id": 4,
                    "web": "https://github.com/Jibec/yunohost-app-translation",
                    "web_url": "https://translate.yunohost.org/projects/yunohost-apps-test/",
                    "url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/?format=api",
                    "components_list_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/components/?format=api",
                    "repository_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/repository/?format=api",
                    "statistics_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/statistics/?format=api",
                    "categories_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/categories/?format=api",
                    "changes_list_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/changes/?format=api",
                    "languages_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/languages/?format=api",
                    "labels_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/labels/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": null,
                "repo": null,
                "git_export": "",
                "branch": null,
                "push_branch": "",
                "filemask": null,
                "screenshot_filemask": null,
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "translation_files/komga/komga.pot",
                "file_format": "po",
                "license": "AGPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/AGPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "https://translate.yunohost.org/projects/yunohost-apps-test/komga/",
                "url": "https://translate.yunohost.org/api/components/yunohost-apps-test/komga/?format=api",
                "repository_url": "https://translate.yunohost.org/api/components/yunohost-apps-test/komga/repository/?format=api",
                "translations_url": "https://translate.yunohost.org/api/components/yunohost-apps-test/komga/translations/?format=api",
                "statistics_url": "https://translate.yunohost.org/api/components/yunohost-apps-test/komga/statistics/?format=api",
                "lock_url": "https://translate.yunohost.org/api/components/yunohost-apps-test/komga/lock/?format=api",
                "links_url": "https://translate.yunohost.org/api/components/yunohost-apps-test/komga/links/?format=api",
                "changes_list_url": "https://translate.yunohost.org/api/components/yunohost-apps-test/komga/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "",
                "push": null,
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
                "addon_message": "Update translation files\n\nUpdated by \"{{ addon_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": true,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": "https://translate.yunohost.org/api/components/yunohost-apps-test/13ft/?format=api"
            },
            "language_code": "de",
            "id": 2720,
            "filename": "translation_files/komga/de.po",
            "revision": "773f043e5320857b57e7f20186875c160464477d",
            "web_url": "https://translate.yunohost.org/projects/yunohost-apps-test/komga/de/",
            "share_url": "https://translate.yunohost.org/engage/yunohost-apps-test/-/de/",
            "translate_url": "https://translate.yunohost.org/translate/yunohost-apps-test/komga/de/",
            "url": "https://translate.yunohost.org/api/translations/yunohost-apps-test/komga/de/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 9,
            "total_words": 73,
            "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": "2025-03-20T10:11:07.710554Z",
            "last_author": null,
            "repository_url": "https://translate.yunohost.org/api/translations/yunohost-apps-test/komga/de/repository/?format=api",
            "file_url": "https://translate.yunohost.org/api/translations/yunohost-apps-test/komga/de/file/?format=api",
            "statistics_url": "https://translate.yunohost.org/api/translations/yunohost-apps-test/komga/de/statistics/?format=api",
            "changes_list_url": "https://translate.yunohost.org/api/translations/yunohost-apps-test/komga/de/changes/?format=api",
            "units_list_url": "https://translate.yunohost.org/api/translations/yunohost-apps-test/komga/de/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": "mumbleserver",
                "slug": "mumbleserver",
                "id": 504,
                "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 (test)",
                    "slug": "yunohost-apps-test",
                    "id": 4,
                    "web": "https://github.com/Jibec/yunohost-app-translation",
                    "web_url": "https://translate.yunohost.org/projects/yunohost-apps-test/",
                    "url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/?format=api",
                    "components_list_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/components/?format=api",
                    "repository_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/repository/?format=api",
                    "statistics_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/statistics/?format=api",
                    "categories_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/categories/?format=api",
                    "changes_list_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/changes/?format=api",
                    "languages_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/languages/?format=api",
                    "labels_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/labels/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": null,
                "repo": null,
                "git_export": "",
                "branch": null,
                "push_branch": "",
                "filemask": null,
                "screenshot_filemask": null,
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "translation_files/mumbleserver/mumbleserver.pot",
                "file_format": "po",
                "license": "AGPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/AGPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "https://translate.yunohost.org/projects/yunohost-apps-test/mumbleserver/",
                "url": "https://translate.yunohost.org/api/components/yunohost-apps-test/mumbleserver/?format=api",
                "repository_url": "https://translate.yunohost.org/api/components/yunohost-apps-test/mumbleserver/repository/?format=api",
                "translations_url": "https://translate.yunohost.org/api/components/yunohost-apps-test/mumbleserver/translations/?format=api",
                "statistics_url": "https://translate.yunohost.org/api/components/yunohost-apps-test/mumbleserver/statistics/?format=api",
                "lock_url": "https://translate.yunohost.org/api/components/yunohost-apps-test/mumbleserver/lock/?format=api",
                "links_url": "https://translate.yunohost.org/api/components/yunohost-apps-test/mumbleserver/links/?format=api",
                "changes_list_url": "https://translate.yunohost.org/api/components/yunohost-apps-test/mumbleserver/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "",
                "push": null,
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
                "addon_message": "Update translation files\n\nUpdated by \"{{ addon_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": true,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": "https://translate.yunohost.org/api/components/yunohost-apps-test/13ft/?format=api"
            },
            "language_code": "de",
            "id": 2721,
            "filename": "translation_files/mumbleserver/de.po",
            "revision": "183c8f5373aa31f94e6daef0211bb649941da2f6",
            "web_url": "https://translate.yunohost.org/projects/yunohost-apps-test/mumbleserver/de/",
            "share_url": "https://translate.yunohost.org/engage/yunohost-apps-test/-/de/",
            "translate_url": "https://translate.yunohost.org/translate/yunohost-apps-test/mumbleserver/de/",
            "url": "https://translate.yunohost.org/api/translations/yunohost-apps-test/mumbleserver/de/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 3,
            "total_words": 71,
            "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": "2025-03-20T10:11:17.694976Z",
            "last_author": null,
            "repository_url": "https://translate.yunohost.org/api/translations/yunohost-apps-test/mumbleserver/de/repository/?format=api",
            "file_url": "https://translate.yunohost.org/api/translations/yunohost-apps-test/mumbleserver/de/file/?format=api",
            "statistics_url": "https://translate.yunohost.org/api/translations/yunohost-apps-test/mumbleserver/de/statistics/?format=api",
            "changes_list_url": "https://translate.yunohost.org/api/translations/yunohost-apps-test/mumbleserver/de/changes/?format=api",
            "units_list_url": "https://translate.yunohost.org/api/translations/yunohost-apps-test/mumbleserver/de/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": "feber",
                "slug": "feber",
                "id": 506,
                "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 (test)",
                    "slug": "yunohost-apps-test",
                    "id": 4,
                    "web": "https://github.com/Jibec/yunohost-app-translation",
                    "web_url": "https://translate.yunohost.org/projects/yunohost-apps-test/",
                    "url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/?format=api",
                    "components_list_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/components/?format=api",
                    "repository_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/repository/?format=api",
                    "statistics_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/statistics/?format=api",
                    "categories_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/categories/?format=api",
                    "changes_list_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/changes/?format=api",
                    "languages_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/languages/?format=api",
                    "labels_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/labels/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": null,
                "repo": null,
                "git_export": "",
                "branch": null,
                "push_branch": "",
                "filemask": null,
                "screenshot_filemask": null,
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "translation_files/feber/feber.pot",
                "file_format": "po",
                "license": "AGPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/AGPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "https://translate.yunohost.org/projects/yunohost-apps-test/feber/",
                "url": "https://translate.yunohost.org/api/components/yunohost-apps-test/feber/?format=api",
                "repository_url": "https://translate.yunohost.org/api/components/yunohost-apps-test/feber/repository/?format=api",
                "translations_url": "https://translate.yunohost.org/api/components/yunohost-apps-test/feber/translations/?format=api",
                "statistics_url": "https://translate.yunohost.org/api/components/yunohost-apps-test/feber/statistics/?format=api",
                "lock_url": "https://translate.yunohost.org/api/components/yunohost-apps-test/feber/lock/?format=api",
                "links_url": "https://translate.yunohost.org/api/components/yunohost-apps-test/feber/links/?format=api",
                "changes_list_url": "https://translate.yunohost.org/api/components/yunohost-apps-test/feber/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "",
                "push": null,
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
                "addon_message": "Update translation files\n\nUpdated by \"{{ addon_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": true,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": "https://translate.yunohost.org/api/components/yunohost-apps-test/13ft/?format=api"
            },
            "language_code": "de",
            "id": 2722,
            "filename": "translation_files/feber/de.po",
            "revision": "e6442a42bd8c51ad32859fc0ca0f0fe71e605215",
            "web_url": "https://translate.yunohost.org/projects/yunohost-apps-test/feber/de/",
            "share_url": "https://translate.yunohost.org/engage/yunohost-apps-test/-/de/",
            "translate_url": "https://translate.yunohost.org/translate/yunohost-apps-test/feber/de/",
            "url": "https://translate.yunohost.org/api/translations/yunohost-apps-test/feber/de/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 8,
            "total_words": 52,
            "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": "2025-03-20T10:11:27.996361Z",
            "last_author": null,
            "repository_url": "https://translate.yunohost.org/api/translations/yunohost-apps-test/feber/de/repository/?format=api",
            "file_url": "https://translate.yunohost.org/api/translations/yunohost-apps-test/feber/de/file/?format=api",
            "statistics_url": "https://translate.yunohost.org/api/translations/yunohost-apps-test/feber/de/statistics/?format=api",
            "changes_list_url": "https://translate.yunohost.org/api/translations/yunohost-apps-test/feber/de/changes/?format=api",
            "units_list_url": "https://translate.yunohost.org/api/translations/yunohost-apps-test/feber/de/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": "invidious",
                "slug": "invidious",
                "id": 512,
                "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 (test)",
                    "slug": "yunohost-apps-test",
                    "id": 4,
                    "web": "https://github.com/Jibec/yunohost-app-translation",
                    "web_url": "https://translate.yunohost.org/projects/yunohost-apps-test/",
                    "url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/?format=api",
                    "components_list_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/components/?format=api",
                    "repository_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/repository/?format=api",
                    "statistics_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/statistics/?format=api",
                    "categories_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/categories/?format=api",
                    "changes_list_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/changes/?format=api",
                    "languages_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/languages/?format=api",
                    "labels_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/labels/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": null,
                "repo": null,
                "git_export": "",
                "branch": null,
                "push_branch": "",
                "filemask": null,
                "screenshot_filemask": null,
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "translation_files/invidious/invidious.pot",
                "file_format": "po",
                "license": "AGPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/AGPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "https://translate.yunohost.org/projects/yunohost-apps-test/invidious/",
                "url": "https://translate.yunohost.org/api/components/yunohost-apps-test/invidious/?format=api",
                "repository_url": "https://translate.yunohost.org/api/components/yunohost-apps-test/invidious/repository/?format=api",
                "translations_url": "https://translate.yunohost.org/api/components/yunohost-apps-test/invidious/translations/?format=api",
                "statistics_url": "https://translate.yunohost.org/api/components/yunohost-apps-test/invidious/statistics/?format=api",
                "lock_url": "https://translate.yunohost.org/api/components/yunohost-apps-test/invidious/lock/?format=api",
                "links_url": "https://translate.yunohost.org/api/components/yunohost-apps-test/invidious/links/?format=api",
                "changes_list_url": "https://translate.yunohost.org/api/components/yunohost-apps-test/invidious/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "",
                "push": null,
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
                "addon_message": "Update translation files\n\nUpdated by \"{{ addon_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": true,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": "https://translate.yunohost.org/api/components/yunohost-apps-test/13ft/?format=api"
            },
            "language_code": "de",
            "id": 2723,
            "filename": "translation_files/invidious/de.po",
            "revision": "025657d8afa2fdfad1fec98b6a699df0bb95e810",
            "web_url": "https://translate.yunohost.org/projects/yunohost-apps-test/invidious/de/",
            "share_url": "https://translate.yunohost.org/engage/yunohost-apps-test/-/de/",
            "translate_url": "https://translate.yunohost.org/translate/yunohost-apps-test/invidious/de/",
            "url": "https://translate.yunohost.org/api/translations/yunohost-apps-test/invidious/de/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 6,
            "total_words": 75,
            "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": "2025-03-20T10:11:40.209989Z",
            "last_author": null,
            "repository_url": "https://translate.yunohost.org/api/translations/yunohost-apps-test/invidious/de/repository/?format=api",
            "file_url": "https://translate.yunohost.org/api/translations/yunohost-apps-test/invidious/de/file/?format=api",
            "statistics_url": "https://translate.yunohost.org/api/translations/yunohost-apps-test/invidious/de/statistics/?format=api",
            "changes_list_url": "https://translate.yunohost.org/api/translations/yunohost-apps-test/invidious/de/changes/?format=api",
            "units_list_url": "https://translate.yunohost.org/api/translations/yunohost-apps-test/invidious/de/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": "fathom",
                "slug": "fathom",
                "id": 521,
                "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 (test)",
                    "slug": "yunohost-apps-test",
                    "id": 4,
                    "web": "https://github.com/Jibec/yunohost-app-translation",
                    "web_url": "https://translate.yunohost.org/projects/yunohost-apps-test/",
                    "url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/?format=api",
                    "components_list_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/components/?format=api",
                    "repository_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/repository/?format=api",
                    "statistics_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/statistics/?format=api",
                    "categories_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/categories/?format=api",
                    "changes_list_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/changes/?format=api",
                    "languages_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/languages/?format=api",
                    "labels_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/labels/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": null,
                "repo": null,
                "git_export": "",
                "branch": null,
                "push_branch": "",
                "filemask": null,
                "screenshot_filemask": null,
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "translation_files/fathom/fathom.pot",
                "file_format": "po",
                "license": "AGPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/AGPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "https://translate.yunohost.org/projects/yunohost-apps-test/fathom/",
                "url": "https://translate.yunohost.org/api/components/yunohost-apps-test/fathom/?format=api",
                "repository_url": "https://translate.yunohost.org/api/components/yunohost-apps-test/fathom/repository/?format=api",
                "translations_url": "https://translate.yunohost.org/api/components/yunohost-apps-test/fathom/translations/?format=api",
                "statistics_url": "https://translate.yunohost.org/api/components/yunohost-apps-test/fathom/statistics/?format=api",
                "lock_url": "https://translate.yunohost.org/api/components/yunohost-apps-test/fathom/lock/?format=api",
                "links_url": "https://translate.yunohost.org/api/components/yunohost-apps-test/fathom/links/?format=api",
                "changes_list_url": "https://translate.yunohost.org/api/components/yunohost-apps-test/fathom/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "",
                "push": null,
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
                "addon_message": "Update translation files\n\nUpdated by \"{{ addon_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": true,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": "https://translate.yunohost.org/api/components/yunohost-apps-test/13ft/?format=api"
            },
            "language_code": "de",
            "id": 2724,
            "filename": "translation_files/fathom/de.po",
            "revision": "c2020034101ce0bf25d49bd5be2bad55428187ff",
            "web_url": "https://translate.yunohost.org/projects/yunohost-apps-test/fathom/de/",
            "share_url": "https://translate.yunohost.org/engage/yunohost-apps-test/-/de/",
            "translate_url": "https://translate.yunohost.org/translate/yunohost-apps-test/fathom/de/",
            "url": "https://translate.yunohost.org/api/translations/yunohost-apps-test/fathom/de/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 1,
            "total_words": 16,
            "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": "2025-03-20T10:11:48.493209Z",
            "last_author": null,
            "repository_url": "https://translate.yunohost.org/api/translations/yunohost-apps-test/fathom/de/repository/?format=api",
            "file_url": "https://translate.yunohost.org/api/translations/yunohost-apps-test/fathom/de/file/?format=api",
            "statistics_url": "https://translate.yunohost.org/api/translations/yunohost-apps-test/fathom/de/statistics/?format=api",
            "changes_list_url": "https://translate.yunohost.org/api/translations/yunohost-apps-test/fathom/de/changes/?format=api",
            "units_list_url": "https://translate.yunohost.org/api/translations/yunohost-apps-test/fathom/de/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": "ethercalc",
                "slug": "ethercalc",
                "id": 522,
                "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 (test)",
                    "slug": "yunohost-apps-test",
                    "id": 4,
                    "web": "https://github.com/Jibec/yunohost-app-translation",
                    "web_url": "https://translate.yunohost.org/projects/yunohost-apps-test/",
                    "url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/?format=api",
                    "components_list_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/components/?format=api",
                    "repository_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/repository/?format=api",
                    "statistics_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/statistics/?format=api",
                    "categories_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/categories/?format=api",
                    "changes_list_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/changes/?format=api",
                    "languages_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/languages/?format=api",
                    "labels_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/labels/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": null,
                "repo": null,
                "git_export": "",
                "branch": null,
                "push_branch": "",
                "filemask": null,
                "screenshot_filemask": null,
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "translation_files/ethercalc/ethercalc.pot",
                "file_format": "po",
                "license": "AGPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/AGPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "https://translate.yunohost.org/projects/yunohost-apps-test/ethercalc/",
                "url": "https://translate.yunohost.org/api/components/yunohost-apps-test/ethercalc/?format=api",
                "repository_url": "https://translate.yunohost.org/api/components/yunohost-apps-test/ethercalc/repository/?format=api",
                "translations_url": "https://translate.yunohost.org/api/components/yunohost-apps-test/ethercalc/translations/?format=api",
                "statistics_url": "https://translate.yunohost.org/api/components/yunohost-apps-test/ethercalc/statistics/?format=api",
                "lock_url": "https://translate.yunohost.org/api/components/yunohost-apps-test/ethercalc/lock/?format=api",
                "links_url": "https://translate.yunohost.org/api/components/yunohost-apps-test/ethercalc/links/?format=api",
                "changes_list_url": "https://translate.yunohost.org/api/components/yunohost-apps-test/ethercalc/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "",
                "push": null,
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
                "addon_message": "Update translation files\n\nUpdated by \"{{ addon_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": true,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": "https://translate.yunohost.org/api/components/yunohost-apps-test/13ft/?format=api"
            },
            "language_code": "de",
            "id": 2725,
            "filename": "translation_files/ethercalc/de.po",
            "revision": "e1733b02224c6ccc4f7bdf1b6afd94602244d36b",
            "web_url": "https://translate.yunohost.org/projects/yunohost-apps-test/ethercalc/de/",
            "share_url": "https://translate.yunohost.org/engage/yunohost-apps-test/-/de/",
            "translate_url": "https://translate.yunohost.org/translate/yunohost-apps-test/ethercalc/de/",
            "url": "https://translate.yunohost.org/api/translations/yunohost-apps-test/ethercalc/de/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 1,
            "total_words": 101,
            "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": "2025-03-20T10:11:59.352562Z",
            "last_author": null,
            "repository_url": "https://translate.yunohost.org/api/translations/yunohost-apps-test/ethercalc/de/repository/?format=api",
            "file_url": "https://translate.yunohost.org/api/translations/yunohost-apps-test/ethercalc/de/file/?format=api",
            "statistics_url": "https://translate.yunohost.org/api/translations/yunohost-apps-test/ethercalc/de/statistics/?format=api",
            "changes_list_url": "https://translate.yunohost.org/api/translations/yunohost-apps-test/ethercalc/de/changes/?format=api",
            "units_list_url": "https://translate.yunohost.org/api/translations/yunohost-apps-test/ethercalc/de/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": "cypht",
                "slug": "cypht",
                "id": 516,
                "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 (test)",
                    "slug": "yunohost-apps-test",
                    "id": 4,
                    "web": "https://github.com/Jibec/yunohost-app-translation",
                    "web_url": "https://translate.yunohost.org/projects/yunohost-apps-test/",
                    "url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/?format=api",
                    "components_list_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/components/?format=api",
                    "repository_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/repository/?format=api",
                    "statistics_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/statistics/?format=api",
                    "categories_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/categories/?format=api",
                    "changes_list_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/changes/?format=api",
                    "languages_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/languages/?format=api",
                    "labels_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/labels/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": null,
                "repo": null,
                "git_export": "",
                "branch": null,
                "push_branch": "",
                "filemask": null,
                "screenshot_filemask": null,
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "translation_files/cypht/cypht.pot",
                "file_format": "po",
                "license": "AGPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/AGPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "https://translate.yunohost.org/projects/yunohost-apps-test/cypht/",
                "url": "https://translate.yunohost.org/api/components/yunohost-apps-test/cypht/?format=api",
                "repository_url": "https://translate.yunohost.org/api/components/yunohost-apps-test/cypht/repository/?format=api",
                "translations_url": "https://translate.yunohost.org/api/components/yunohost-apps-test/cypht/translations/?format=api",
                "statistics_url": "https://translate.yunohost.org/api/components/yunohost-apps-test/cypht/statistics/?format=api",
                "lock_url": "https://translate.yunohost.org/api/components/yunohost-apps-test/cypht/lock/?format=api",
                "links_url": "https://translate.yunohost.org/api/components/yunohost-apps-test/cypht/links/?format=api",
                "changes_list_url": "https://translate.yunohost.org/api/components/yunohost-apps-test/cypht/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "",
                "push": null,
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
                "addon_message": "Update translation files\n\nUpdated by \"{{ addon_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": true,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": "https://translate.yunohost.org/api/components/yunohost-apps-test/13ft/?format=api"
            },
            "language_code": "de",
            "id": 2726,
            "filename": "translation_files/cypht/de.po",
            "revision": "0da1929047f16892efdb9075b7340b6bad2deaf1",
            "web_url": "https://translate.yunohost.org/projects/yunohost-apps-test/cypht/de/",
            "share_url": "https://translate.yunohost.org/engage/yunohost-apps-test/-/de/",
            "translate_url": "https://translate.yunohost.org/translate/yunohost-apps-test/cypht/de/",
            "url": "https://translate.yunohost.org/api/translations/yunohost-apps-test/cypht/de/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 2,
            "total_words": 105,
            "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": "2025-03-20T10:12:10.626116Z",
            "last_author": null,
            "repository_url": "https://translate.yunohost.org/api/translations/yunohost-apps-test/cypht/de/repository/?format=api",
            "file_url": "https://translate.yunohost.org/api/translations/yunohost-apps-test/cypht/de/file/?format=api",
            "statistics_url": "https://translate.yunohost.org/api/translations/yunohost-apps-test/cypht/de/statistics/?format=api",
            "changes_list_url": "https://translate.yunohost.org/api/translations/yunohost-apps-test/cypht/de/changes/?format=api",
            "units_list_url": "https://translate.yunohost.org/api/translations/yunohost-apps-test/cypht/de/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": "wikijs",
                "slug": "wikijs",
                "id": 518,
                "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 (test)",
                    "slug": "yunohost-apps-test",
                    "id": 4,
                    "web": "https://github.com/Jibec/yunohost-app-translation",
                    "web_url": "https://translate.yunohost.org/projects/yunohost-apps-test/",
                    "url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/?format=api",
                    "components_list_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/components/?format=api",
                    "repository_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/repository/?format=api",
                    "statistics_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/statistics/?format=api",
                    "categories_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/categories/?format=api",
                    "changes_list_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/changes/?format=api",
                    "languages_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/languages/?format=api",
                    "labels_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/labels/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": null,
                "repo": null,
                "git_export": "",
                "branch": null,
                "push_branch": "",
                "filemask": null,
                "screenshot_filemask": null,
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "translation_files/wikijs/wikijs.pot",
                "file_format": "po",
                "license": "AGPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/AGPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "https://translate.yunohost.org/projects/yunohost-apps-test/wikijs/",
                "url": "https://translate.yunohost.org/api/components/yunohost-apps-test/wikijs/?format=api",
                "repository_url": "https://translate.yunohost.org/api/components/yunohost-apps-test/wikijs/repository/?format=api",
                "translations_url": "https://translate.yunohost.org/api/components/yunohost-apps-test/wikijs/translations/?format=api",
                "statistics_url": "https://translate.yunohost.org/api/components/yunohost-apps-test/wikijs/statistics/?format=api",
                "lock_url": "https://translate.yunohost.org/api/components/yunohost-apps-test/wikijs/lock/?format=api",
                "links_url": "https://translate.yunohost.org/api/components/yunohost-apps-test/wikijs/links/?format=api",
                "changes_list_url": "https://translate.yunohost.org/api/components/yunohost-apps-test/wikijs/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "",
                "push": null,
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
                "addon_message": "Update translation files\n\nUpdated by \"{{ addon_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": true,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": "https://translate.yunohost.org/api/components/yunohost-apps-test/13ft/?format=api"
            },
            "language_code": "de",
            "id": 2727,
            "filename": "translation_files/wikijs/de.po",
            "revision": "77a788df02a0f7b16761738ff08a555e96315bf2",
            "web_url": "https://translate.yunohost.org/projects/yunohost-apps-test/wikijs/de/",
            "share_url": "https://translate.yunohost.org/engage/yunohost-apps-test/-/de/",
            "translate_url": "https://translate.yunohost.org/translate/yunohost-apps-test/wikijs/de/",
            "url": "https://translate.yunohost.org/api/translations/yunohost-apps-test/wikijs/de/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 1,
            "total_words": 19,
            "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": "2025-03-20T10:12:20.242522Z",
            "last_author": null,
            "repository_url": "https://translate.yunohost.org/api/translations/yunohost-apps-test/wikijs/de/repository/?format=api",
            "file_url": "https://translate.yunohost.org/api/translations/yunohost-apps-test/wikijs/de/file/?format=api",
            "statistics_url": "https://translate.yunohost.org/api/translations/yunohost-apps-test/wikijs/de/statistics/?format=api",
            "changes_list_url": "https://translate.yunohost.org/api/translations/yunohost-apps-test/wikijs/de/changes/?format=api",
            "units_list_url": "https://translate.yunohost.org/api/translations/yunohost-apps-test/wikijs/de/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": "rsshub",
                "slug": "rsshub",
                "id": 527,
                "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 (test)",
                    "slug": "yunohost-apps-test",
                    "id": 4,
                    "web": "https://github.com/Jibec/yunohost-app-translation",
                    "web_url": "https://translate.yunohost.org/projects/yunohost-apps-test/",
                    "url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/?format=api",
                    "components_list_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/components/?format=api",
                    "repository_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/repository/?format=api",
                    "statistics_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/statistics/?format=api",
                    "categories_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/categories/?format=api",
                    "changes_list_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/changes/?format=api",
                    "languages_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/languages/?format=api",
                    "labels_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/labels/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": null,
                "repo": null,
                "git_export": "",
                "branch": null,
                "push_branch": "",
                "filemask": null,
                "screenshot_filemask": null,
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "translation_files/rsshub/rsshub.pot",
                "file_format": "po",
                "license": "AGPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/AGPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "https://translate.yunohost.org/projects/yunohost-apps-test/rsshub/",
                "url": "https://translate.yunohost.org/api/components/yunohost-apps-test/rsshub/?format=api",
                "repository_url": "https://translate.yunohost.org/api/components/yunohost-apps-test/rsshub/repository/?format=api",
                "translations_url": "https://translate.yunohost.org/api/components/yunohost-apps-test/rsshub/translations/?format=api",
                "statistics_url": "https://translate.yunohost.org/api/components/yunohost-apps-test/rsshub/statistics/?format=api",
                "lock_url": "https://translate.yunohost.org/api/components/yunohost-apps-test/rsshub/lock/?format=api",
                "links_url": "https://translate.yunohost.org/api/components/yunohost-apps-test/rsshub/links/?format=api",
                "changes_list_url": "https://translate.yunohost.org/api/components/yunohost-apps-test/rsshub/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "",
                "push": null,
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
                "addon_message": "Update translation files\n\nUpdated by \"{{ addon_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": true,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": "https://translate.yunohost.org/api/components/yunohost-apps-test/13ft/?format=api"
            },
            "language_code": "de",
            "id": 2728,
            "filename": "translation_files/rsshub/de.po",
            "revision": "e002fb17be558070585bb71a1cbf881ae4a777c4",
            "web_url": "https://translate.yunohost.org/projects/yunohost-apps-test/rsshub/de/",
            "share_url": "https://translate.yunohost.org/engage/yunohost-apps-test/-/de/",
            "translate_url": "https://translate.yunohost.org/translate/yunohost-apps-test/rsshub/de/",
            "url": "https://translate.yunohost.org/api/translations/yunohost-apps-test/rsshub/de/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 1,
            "total_words": 41,
            "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": "2025-03-20T10:12:30.668513Z",
            "last_author": null,
            "repository_url": "https://translate.yunohost.org/api/translations/yunohost-apps-test/rsshub/de/repository/?format=api",
            "file_url": "https://translate.yunohost.org/api/translations/yunohost-apps-test/rsshub/de/file/?format=api",
            "statistics_url": "https://translate.yunohost.org/api/translations/yunohost-apps-test/rsshub/de/statistics/?format=api",
            "changes_list_url": "https://translate.yunohost.org/api/translations/yunohost-apps-test/rsshub/de/changes/?format=api",
            "units_list_url": "https://translate.yunohost.org/api/translations/yunohost-apps-test/rsshub/de/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": "dagu",
                "slug": "dagu",
                "id": 530,
                "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 (test)",
                    "slug": "yunohost-apps-test",
                    "id": 4,
                    "web": "https://github.com/Jibec/yunohost-app-translation",
                    "web_url": "https://translate.yunohost.org/projects/yunohost-apps-test/",
                    "url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/?format=api",
                    "components_list_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/components/?format=api",
                    "repository_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/repository/?format=api",
                    "statistics_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/statistics/?format=api",
                    "categories_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/categories/?format=api",
                    "changes_list_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/changes/?format=api",
                    "languages_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/languages/?format=api",
                    "labels_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/labels/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": null,
                "repo": null,
                "git_export": "",
                "branch": null,
                "push_branch": "",
                "filemask": null,
                "screenshot_filemask": null,
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "translation_files/dagu/dagu.pot",
                "file_format": "po",
                "license": "AGPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/AGPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "https://translate.yunohost.org/projects/yunohost-apps-test/dagu/",
                "url": "https://translate.yunohost.org/api/components/yunohost-apps-test/dagu/?format=api",
                "repository_url": "https://translate.yunohost.org/api/components/yunohost-apps-test/dagu/repository/?format=api",
                "translations_url": "https://translate.yunohost.org/api/components/yunohost-apps-test/dagu/translations/?format=api",
                "statistics_url": "https://translate.yunohost.org/api/components/yunohost-apps-test/dagu/statistics/?format=api",
                "lock_url": "https://translate.yunohost.org/api/components/yunohost-apps-test/dagu/lock/?format=api",
                "links_url": "https://translate.yunohost.org/api/components/yunohost-apps-test/dagu/links/?format=api",
                "changes_list_url": "https://translate.yunohost.org/api/components/yunohost-apps-test/dagu/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "",
                "push": null,
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
                "addon_message": "Update translation files\n\nUpdated by \"{{ addon_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": true,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": "https://translate.yunohost.org/api/components/yunohost-apps-test/13ft/?format=api"
            },
            "language_code": "de",
            "id": 2729,
            "filename": "translation_files/dagu/de.po",
            "revision": "a5dfd66f8b78c65bc7d05780e7251349c4501672",
            "web_url": "https://translate.yunohost.org/projects/yunohost-apps-test/dagu/de/",
            "share_url": "https://translate.yunohost.org/engage/yunohost-apps-test/-/de/",
            "translate_url": "https://translate.yunohost.org/translate/yunohost-apps-test/dagu/de/",
            "url": "https://translate.yunohost.org/api/translations/yunohost-apps-test/dagu/de/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 1,
            "total_words": 54,
            "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": "2025-03-20T10:12:42.075180Z",
            "last_author": null,
            "repository_url": "https://translate.yunohost.org/api/translations/yunohost-apps-test/dagu/de/repository/?format=api",
            "file_url": "https://translate.yunohost.org/api/translations/yunohost-apps-test/dagu/de/file/?format=api",
            "statistics_url": "https://translate.yunohost.org/api/translations/yunohost-apps-test/dagu/de/statistics/?format=api",
            "changes_list_url": "https://translate.yunohost.org/api/translations/yunohost-apps-test/dagu/de/changes/?format=api",
            "units_list_url": "https://translate.yunohost.org/api/translations/yunohost-apps-test/dagu/de/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": "element-call",
                "slug": "element-call",
                "id": 531,
                "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 (test)",
                    "slug": "yunohost-apps-test",
                    "id": 4,
                    "web": "https://github.com/Jibec/yunohost-app-translation",
                    "web_url": "https://translate.yunohost.org/projects/yunohost-apps-test/",
                    "url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/?format=api",
                    "components_list_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/components/?format=api",
                    "repository_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/repository/?format=api",
                    "statistics_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/statistics/?format=api",
                    "categories_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/categories/?format=api",
                    "changes_list_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/changes/?format=api",
                    "languages_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/languages/?format=api",
                    "labels_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/labels/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": null,
                "repo": null,
                "git_export": "",
                "branch": null,
                "push_branch": "",
                "filemask": null,
                "screenshot_filemask": null,
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "translation_files/element-call/element-call.pot",
                "file_format": "po",
                "license": "AGPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/AGPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "https://translate.yunohost.org/projects/yunohost-apps-test/element-call/",
                "url": "https://translate.yunohost.org/api/components/yunohost-apps-test/element-call/?format=api",
                "repository_url": "https://translate.yunohost.org/api/components/yunohost-apps-test/element-call/repository/?format=api",
                "translations_url": "https://translate.yunohost.org/api/components/yunohost-apps-test/element-call/translations/?format=api",
                "statistics_url": "https://translate.yunohost.org/api/components/yunohost-apps-test/element-call/statistics/?format=api",
                "lock_url": "https://translate.yunohost.org/api/components/yunohost-apps-test/element-call/lock/?format=api",
                "links_url": "https://translate.yunohost.org/api/components/yunohost-apps-test/element-call/links/?format=api",
                "changes_list_url": "https://translate.yunohost.org/api/components/yunohost-apps-test/element-call/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "",
                "push": null,
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
                "addon_message": "Update translation files\n\nUpdated by \"{{ addon_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": true,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": "https://translate.yunohost.org/api/components/yunohost-apps-test/13ft/?format=api"
            },
            "language_code": "de",
            "id": 2730,
            "filename": "translation_files/element-call/de.po",
            "revision": "b7d01602dec60d72b5535c7869bd075d7bed8a85",
            "web_url": "https://translate.yunohost.org/projects/yunohost-apps-test/element-call/de/",
            "share_url": "https://translate.yunohost.org/engage/yunohost-apps-test/-/de/",
            "translate_url": "https://translate.yunohost.org/translate/yunohost-apps-test/element-call/de/",
            "url": "https://translate.yunohost.org/api/translations/yunohost-apps-test/element-call/de/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 1,
            "total_words": 14,
            "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": "2025-03-20T10:12:52.455187Z",
            "last_author": null,
            "repository_url": "https://translate.yunohost.org/api/translations/yunohost-apps-test/element-call/de/repository/?format=api",
            "file_url": "https://translate.yunohost.org/api/translations/yunohost-apps-test/element-call/de/file/?format=api",
            "statistics_url": "https://translate.yunohost.org/api/translations/yunohost-apps-test/element-call/de/statistics/?format=api",
            "changes_list_url": "https://translate.yunohost.org/api/translations/yunohost-apps-test/element-call/de/changes/?format=api",
            "units_list_url": "https://translate.yunohost.org/api/translations/yunohost-apps-test/element-call/de/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": "bicbucstriim",
                "slug": "bicbucstriim",
                "id": 535,
                "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 (test)",
                    "slug": "yunohost-apps-test",
                    "id": 4,
                    "web": "https://github.com/Jibec/yunohost-app-translation",
                    "web_url": "https://translate.yunohost.org/projects/yunohost-apps-test/",
                    "url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/?format=api",
                    "components_list_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/components/?format=api",
                    "repository_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/repository/?format=api",
                    "statistics_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/statistics/?format=api",
                    "categories_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/categories/?format=api",
                    "changes_list_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/changes/?format=api",
                    "languages_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/languages/?format=api",
                    "labels_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/labels/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": null,
                "repo": null,
                "git_export": "",
                "branch": null,
                "push_branch": "",
                "filemask": null,
                "screenshot_filemask": null,
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "translation_files/bicbucstriim/bicbucstriim.pot",
                "file_format": "po",
                "license": "AGPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/AGPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "https://translate.yunohost.org/projects/yunohost-apps-test/bicbucstriim/",
                "url": "https://translate.yunohost.org/api/components/yunohost-apps-test/bicbucstriim/?format=api",
                "repository_url": "https://translate.yunohost.org/api/components/yunohost-apps-test/bicbucstriim/repository/?format=api",
                "translations_url": "https://translate.yunohost.org/api/components/yunohost-apps-test/bicbucstriim/translations/?format=api",
                "statistics_url": "https://translate.yunohost.org/api/components/yunohost-apps-test/bicbucstriim/statistics/?format=api",
                "lock_url": "https://translate.yunohost.org/api/components/yunohost-apps-test/bicbucstriim/lock/?format=api",
                "links_url": "https://translate.yunohost.org/api/components/yunohost-apps-test/bicbucstriim/links/?format=api",
                "changes_list_url": "https://translate.yunohost.org/api/components/yunohost-apps-test/bicbucstriim/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "",
                "push": null,
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
                "addon_message": "Update translation files\n\nUpdated by \"{{ addon_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": true,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": "https://translate.yunohost.org/api/components/yunohost-apps-test/13ft/?format=api"
            },
            "language_code": "de",
            "id": 2731,
            "filename": "translation_files/bicbucstriim/de.po",
            "revision": "b19b7365ee5c4c95a5f857a5da87f92ffaedc54b",
            "web_url": "https://translate.yunohost.org/projects/yunohost-apps-test/bicbucstriim/de/",
            "share_url": "https://translate.yunohost.org/engage/yunohost-apps-test/-/de/",
            "translate_url": "https://translate.yunohost.org/translate/yunohost-apps-test/bicbucstriim/de/",
            "url": "https://translate.yunohost.org/api/translations/yunohost-apps-test/bicbucstriim/de/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 2,
            "total_words": 94,
            "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": "2025-03-20T10:13:02.689793Z",
            "last_author": null,
            "repository_url": "https://translate.yunohost.org/api/translations/yunohost-apps-test/bicbucstriim/de/repository/?format=api",
            "file_url": "https://translate.yunohost.org/api/translations/yunohost-apps-test/bicbucstriim/de/file/?format=api",
            "statistics_url": "https://translate.yunohost.org/api/translations/yunohost-apps-test/bicbucstriim/de/statistics/?format=api",
            "changes_list_url": "https://translate.yunohost.org/api/translations/yunohost-apps-test/bicbucstriim/de/changes/?format=api",
            "units_list_url": "https://translate.yunohost.org/api/translations/yunohost-apps-test/bicbucstriim/de/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": "phpipam",
                "slug": "phpipam",
                "id": 517,
                "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 (test)",
                    "slug": "yunohost-apps-test",
                    "id": 4,
                    "web": "https://github.com/Jibec/yunohost-app-translation",
                    "web_url": "https://translate.yunohost.org/projects/yunohost-apps-test/",
                    "url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/?format=api",
                    "components_list_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/components/?format=api",
                    "repository_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/repository/?format=api",
                    "statistics_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/statistics/?format=api",
                    "categories_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/categories/?format=api",
                    "changes_list_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/changes/?format=api",
                    "languages_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/languages/?format=api",
                    "labels_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/labels/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": null,
                "repo": null,
                "git_export": "",
                "branch": null,
                "push_branch": "",
                "filemask": null,
                "screenshot_filemask": null,
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "translation_files/phpipam/phpipam.pot",
                "file_format": "po",
                "license": "AGPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/AGPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "https://translate.yunohost.org/projects/yunohost-apps-test/phpipam/",
                "url": "https://translate.yunohost.org/api/components/yunohost-apps-test/phpipam/?format=api",
                "repository_url": "https://translate.yunohost.org/api/components/yunohost-apps-test/phpipam/repository/?format=api",
                "translations_url": "https://translate.yunohost.org/api/components/yunohost-apps-test/phpipam/translations/?format=api",
                "statistics_url": "https://translate.yunohost.org/api/components/yunohost-apps-test/phpipam/statistics/?format=api",
                "lock_url": "https://translate.yunohost.org/api/components/yunohost-apps-test/phpipam/lock/?format=api",
                "links_url": "https://translate.yunohost.org/api/components/yunohost-apps-test/phpipam/links/?format=api",
                "changes_list_url": "https://translate.yunohost.org/api/components/yunohost-apps-test/phpipam/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "",
                "push": null,
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
                "addon_message": "Update translation files\n\nUpdated by \"{{ addon_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": true,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": "https://translate.yunohost.org/api/components/yunohost-apps-test/13ft/?format=api"
            },
            "language_code": "de",
            "id": 2732,
            "filename": "translation_files/phpipam/de.po",
            "revision": "9cd49979e39e9942e8160be780b013a9069abd9f",
            "web_url": "https://translate.yunohost.org/projects/yunohost-apps-test/phpipam/de/",
            "share_url": "https://translate.yunohost.org/engage/yunohost-apps-test/-/de/",
            "translate_url": "https://translate.yunohost.org/translate/yunohost-apps-test/phpipam/de/",
            "url": "https://translate.yunohost.org/api/translations/yunohost-apps-test/phpipam/de/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 1,
            "total_words": 52,
            "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": "2025-03-20T10:13:12.829030Z",
            "last_author": null,
            "repository_url": "https://translate.yunohost.org/api/translations/yunohost-apps-test/phpipam/de/repository/?format=api",
            "file_url": "https://translate.yunohost.org/api/translations/yunohost-apps-test/phpipam/de/file/?format=api",
            "statistics_url": "https://translate.yunohost.org/api/translations/yunohost-apps-test/phpipam/de/statistics/?format=api",
            "changes_list_url": "https://translate.yunohost.org/api/translations/yunohost-apps-test/phpipam/de/changes/?format=api",
            "units_list_url": "https://translate.yunohost.org/api/translations/yunohost-apps-test/phpipam/de/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": "prowlarr",
                "slug": "prowlarr",
                "id": 519,
                "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 (test)",
                    "slug": "yunohost-apps-test",
                    "id": 4,
                    "web": "https://github.com/Jibec/yunohost-app-translation",
                    "web_url": "https://translate.yunohost.org/projects/yunohost-apps-test/",
                    "url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/?format=api",
                    "components_list_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/components/?format=api",
                    "repository_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/repository/?format=api",
                    "statistics_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/statistics/?format=api",
                    "categories_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/categories/?format=api",
                    "changes_list_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/changes/?format=api",
                    "languages_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/languages/?format=api",
                    "labels_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/labels/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": null,
                "repo": null,
                "git_export": "",
                "branch": null,
                "push_branch": "",
                "filemask": null,
                "screenshot_filemask": null,
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "translation_files/prowlarr/prowlarr.pot",
                "file_format": "po",
                "license": "AGPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/AGPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "https://translate.yunohost.org/projects/yunohost-apps-test/prowlarr/",
                "url": "https://translate.yunohost.org/api/components/yunohost-apps-test/prowlarr/?format=api",
                "repository_url": "https://translate.yunohost.org/api/components/yunohost-apps-test/prowlarr/repository/?format=api",
                "translations_url": "https://translate.yunohost.org/api/components/yunohost-apps-test/prowlarr/translations/?format=api",
                "statistics_url": "https://translate.yunohost.org/api/components/yunohost-apps-test/prowlarr/statistics/?format=api",
                "lock_url": "https://translate.yunohost.org/api/components/yunohost-apps-test/prowlarr/lock/?format=api",
                "links_url": "https://translate.yunohost.org/api/components/yunohost-apps-test/prowlarr/links/?format=api",
                "changes_list_url": "https://translate.yunohost.org/api/components/yunohost-apps-test/prowlarr/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "",
                "push": null,
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
                "addon_message": "Update translation files\n\nUpdated by \"{{ addon_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": true,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": "https://translate.yunohost.org/api/components/yunohost-apps-test/13ft/?format=api"
            },
            "language_code": "de",
            "id": 2733,
            "filename": "translation_files/prowlarr/de.po",
            "revision": "39a9811f87ad675e9e69cbb1c81f609e9b7afaaa",
            "web_url": "https://translate.yunohost.org/projects/yunohost-apps-test/prowlarr/de/",
            "share_url": "https://translate.yunohost.org/engage/yunohost-apps-test/-/de/",
            "translate_url": "https://translate.yunohost.org/translate/yunohost-apps-test/prowlarr/de/",
            "url": "https://translate.yunohost.org/api/translations/yunohost-apps-test/prowlarr/de/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 3,
            "total_words": 30,
            "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": "2025-03-20T10:13:23.107259Z",
            "last_author": null,
            "repository_url": "https://translate.yunohost.org/api/translations/yunohost-apps-test/prowlarr/de/repository/?format=api",
            "file_url": "https://translate.yunohost.org/api/translations/yunohost-apps-test/prowlarr/de/file/?format=api",
            "statistics_url": "https://translate.yunohost.org/api/translations/yunohost-apps-test/prowlarr/de/statistics/?format=api",
            "changes_list_url": "https://translate.yunohost.org/api/translations/yunohost-apps-test/prowlarr/de/changes/?format=api",
            "units_list_url": "https://translate.yunohost.org/api/translations/yunohost-apps-test/prowlarr/de/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": "wallos",
                "slug": "wallos",
                "id": 520,
                "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 (test)",
                    "slug": "yunohost-apps-test",
                    "id": 4,
                    "web": "https://github.com/Jibec/yunohost-app-translation",
                    "web_url": "https://translate.yunohost.org/projects/yunohost-apps-test/",
                    "url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/?format=api",
                    "components_list_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/components/?format=api",
                    "repository_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/repository/?format=api",
                    "statistics_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/statistics/?format=api",
                    "categories_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/categories/?format=api",
                    "changes_list_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/changes/?format=api",
                    "languages_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/languages/?format=api",
                    "labels_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/labels/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": null,
                "repo": null,
                "git_export": "",
                "branch": null,
                "push_branch": "",
                "filemask": null,
                "screenshot_filemask": null,
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "translation_files/wallos/wallos.pot",
                "file_format": "po",
                "license": "AGPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/AGPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "https://translate.yunohost.org/projects/yunohost-apps-test/wallos/",
                "url": "https://translate.yunohost.org/api/components/yunohost-apps-test/wallos/?format=api",
                "repository_url": "https://translate.yunohost.org/api/components/yunohost-apps-test/wallos/repository/?format=api",
                "translations_url": "https://translate.yunohost.org/api/components/yunohost-apps-test/wallos/translations/?format=api",
                "statistics_url": "https://translate.yunohost.org/api/components/yunohost-apps-test/wallos/statistics/?format=api",
                "lock_url": "https://translate.yunohost.org/api/components/yunohost-apps-test/wallos/lock/?format=api",
                "links_url": "https://translate.yunohost.org/api/components/yunohost-apps-test/wallos/links/?format=api",
                "changes_list_url": "https://translate.yunohost.org/api/components/yunohost-apps-test/wallos/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "",
                "push": null,
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
                "addon_message": "Update translation files\n\nUpdated by \"{{ addon_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": true,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": "https://translate.yunohost.org/api/components/yunohost-apps-test/13ft/?format=api"
            },
            "language_code": "de",
            "id": 2734,
            "filename": "translation_files/wallos/de.po",
            "revision": "499898eea374039626b8f09695b6329f10bfe810",
            "web_url": "https://translate.yunohost.org/projects/yunohost-apps-test/wallos/de/",
            "share_url": "https://translate.yunohost.org/engage/yunohost-apps-test/-/de/",
            "translate_url": "https://translate.yunohost.org/translate/yunohost-apps-test/wallos/de/",
            "url": "https://translate.yunohost.org/api/translations/yunohost-apps-test/wallos/de/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 1,
            "total_words": 46,
            "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": "2025-03-20T10:13:33.893545Z",
            "last_author": null,
            "repository_url": "https://translate.yunohost.org/api/translations/yunohost-apps-test/wallos/de/repository/?format=api",
            "file_url": "https://translate.yunohost.org/api/translations/yunohost-apps-test/wallos/de/file/?format=api",
            "statistics_url": "https://translate.yunohost.org/api/translations/yunohost-apps-test/wallos/de/statistics/?format=api",
            "changes_list_url": "https://translate.yunohost.org/api/translations/yunohost-apps-test/wallos/de/changes/?format=api",
            "units_list_url": "https://translate.yunohost.org/api/translations/yunohost-apps-test/wallos/de/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": "mostlymatter",
                "slug": "mostlymatter",
                "id": 524,
                "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 (test)",
                    "slug": "yunohost-apps-test",
                    "id": 4,
                    "web": "https://github.com/Jibec/yunohost-app-translation",
                    "web_url": "https://translate.yunohost.org/projects/yunohost-apps-test/",
                    "url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/?format=api",
                    "components_list_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/components/?format=api",
                    "repository_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/repository/?format=api",
                    "statistics_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/statistics/?format=api",
                    "categories_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/categories/?format=api",
                    "changes_list_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/changes/?format=api",
                    "languages_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/languages/?format=api",
                    "labels_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/labels/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": null,
                "repo": null,
                "git_export": "",
                "branch": null,
                "push_branch": "",
                "filemask": null,
                "screenshot_filemask": null,
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "translation_files/mostlymatter/mostlymatter.pot",
                "file_format": "po",
                "license": "AGPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/AGPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "https://translate.yunohost.org/projects/yunohost-apps-test/mostlymatter/",
                "url": "https://translate.yunohost.org/api/components/yunohost-apps-test/mostlymatter/?format=api",
                "repository_url": "https://translate.yunohost.org/api/components/yunohost-apps-test/mostlymatter/repository/?format=api",
                "translations_url": "https://translate.yunohost.org/api/components/yunohost-apps-test/mostlymatter/translations/?format=api",
                "statistics_url": "https://translate.yunohost.org/api/components/yunohost-apps-test/mostlymatter/statistics/?format=api",
                "lock_url": "https://translate.yunohost.org/api/components/yunohost-apps-test/mostlymatter/lock/?format=api",
                "links_url": "https://translate.yunohost.org/api/components/yunohost-apps-test/mostlymatter/links/?format=api",
                "changes_list_url": "https://translate.yunohost.org/api/components/yunohost-apps-test/mostlymatter/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "",
                "push": null,
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
                "addon_message": "Update translation files\n\nUpdated by \"{{ addon_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": true,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": "https://translate.yunohost.org/api/components/yunohost-apps-test/13ft/?format=api"
            },
            "language_code": "de",
            "id": 2735,
            "filename": "translation_files/mostlymatter/de.po",
            "revision": "eaf7e84f090b8361cab88514fcd5f2434dbe1afc",
            "web_url": "https://translate.yunohost.org/projects/yunohost-apps-test/mostlymatter/de/",
            "share_url": "https://translate.yunohost.org/engage/yunohost-apps-test/-/de/",
            "translate_url": "https://translate.yunohost.org/translate/yunohost-apps-test/mostlymatter/de/",
            "url": "https://translate.yunohost.org/api/translations/yunohost-apps-test/mostlymatter/de/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 11,
            "total_words": 113,
            "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": "2025-03-20T10:13:44.537695Z",
            "last_author": null,
            "repository_url": "https://translate.yunohost.org/api/translations/yunohost-apps-test/mostlymatter/de/repository/?format=api",
            "file_url": "https://translate.yunohost.org/api/translations/yunohost-apps-test/mostlymatter/de/file/?format=api",
            "statistics_url": "https://translate.yunohost.org/api/translations/yunohost-apps-test/mostlymatter/de/statistics/?format=api",
            "changes_list_url": "https://translate.yunohost.org/api/translations/yunohost-apps-test/mostlymatter/de/changes/?format=api",
            "units_list_url": "https://translate.yunohost.org/api/translations/yunohost-apps-test/mostlymatter/de/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": "paheko",
                "slug": "paheko",
                "id": 525,
                "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 (test)",
                    "slug": "yunohost-apps-test",
                    "id": 4,
                    "web": "https://github.com/Jibec/yunohost-app-translation",
                    "web_url": "https://translate.yunohost.org/projects/yunohost-apps-test/",
                    "url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/?format=api",
                    "components_list_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/components/?format=api",
                    "repository_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/repository/?format=api",
                    "statistics_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/statistics/?format=api",
                    "categories_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/categories/?format=api",
                    "changes_list_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/changes/?format=api",
                    "languages_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/languages/?format=api",
                    "labels_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/labels/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": null,
                "repo": null,
                "git_export": "",
                "branch": null,
                "push_branch": "",
                "filemask": null,
                "screenshot_filemask": null,
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "translation_files/paheko/paheko.pot",
                "file_format": "po",
                "license": "AGPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/AGPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "https://translate.yunohost.org/projects/yunohost-apps-test/paheko/",
                "url": "https://translate.yunohost.org/api/components/yunohost-apps-test/paheko/?format=api",
                "repository_url": "https://translate.yunohost.org/api/components/yunohost-apps-test/paheko/repository/?format=api",
                "translations_url": "https://translate.yunohost.org/api/components/yunohost-apps-test/paheko/translations/?format=api",
                "statistics_url": "https://translate.yunohost.org/api/components/yunohost-apps-test/paheko/statistics/?format=api",
                "lock_url": "https://translate.yunohost.org/api/components/yunohost-apps-test/paheko/lock/?format=api",
                "links_url": "https://translate.yunohost.org/api/components/yunohost-apps-test/paheko/links/?format=api",
                "changes_list_url": "https://translate.yunohost.org/api/components/yunohost-apps-test/paheko/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "",
                "push": null,
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
                "addon_message": "Update translation files\n\nUpdated by \"{{ addon_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": true,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": "https://translate.yunohost.org/api/components/yunohost-apps-test/13ft/?format=api"
            },
            "language_code": "de",
            "id": 2736,
            "filename": "translation_files/paheko/de.po",
            "revision": "a8880ef22cf36a44f909e650ead4b977db967a52",
            "web_url": "https://translate.yunohost.org/projects/yunohost-apps-test/paheko/de/",
            "share_url": "https://translate.yunohost.org/engage/yunohost-apps-test/-/de/",
            "translate_url": "https://translate.yunohost.org/translate/yunohost-apps-test/paheko/de/",
            "url": "https://translate.yunohost.org/api/translations/yunohost-apps-test/paheko/de/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 3,
            "total_words": 55,
            "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": "2025-03-20T10:13:54.374887Z",
            "last_author": null,
            "repository_url": "https://translate.yunohost.org/api/translations/yunohost-apps-test/paheko/de/repository/?format=api",
            "file_url": "https://translate.yunohost.org/api/translations/yunohost-apps-test/paheko/de/file/?format=api",
            "statistics_url": "https://translate.yunohost.org/api/translations/yunohost-apps-test/paheko/de/statistics/?format=api",
            "changes_list_url": "https://translate.yunohost.org/api/translations/yunohost-apps-test/paheko/de/changes/?format=api",
            "units_list_url": "https://translate.yunohost.org/api/translations/yunohost-apps-test/paheko/de/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": "opensondage",
                "slug": "opensondage",
                "id": 532,
                "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 (test)",
                    "slug": "yunohost-apps-test",
                    "id": 4,
                    "web": "https://github.com/Jibec/yunohost-app-translation",
                    "web_url": "https://translate.yunohost.org/projects/yunohost-apps-test/",
                    "url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/?format=api",
                    "components_list_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/components/?format=api",
                    "repository_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/repository/?format=api",
                    "statistics_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/statistics/?format=api",
                    "categories_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/categories/?format=api",
                    "changes_list_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/changes/?format=api",
                    "languages_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/languages/?format=api",
                    "labels_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/labels/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": null,
                "repo": null,
                "git_export": "",
                "branch": null,
                "push_branch": "",
                "filemask": null,
                "screenshot_filemask": null,
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "translation_files/opensondage/opensondage.pot",
                "file_format": "po",
                "license": "AGPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/AGPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "https://translate.yunohost.org/projects/yunohost-apps-test/opensondage/",
                "url": "https://translate.yunohost.org/api/components/yunohost-apps-test/opensondage/?format=api",
                "repository_url": "https://translate.yunohost.org/api/components/yunohost-apps-test/opensondage/repository/?format=api",
                "translations_url": "https://translate.yunohost.org/api/components/yunohost-apps-test/opensondage/translations/?format=api",
                "statistics_url": "https://translate.yunohost.org/api/components/yunohost-apps-test/opensondage/statistics/?format=api",
                "lock_url": "https://translate.yunohost.org/api/components/yunohost-apps-test/opensondage/lock/?format=api",
                "links_url": "https://translate.yunohost.org/api/components/yunohost-apps-test/opensondage/links/?format=api",
                "changes_list_url": "https://translate.yunohost.org/api/components/yunohost-apps-test/opensondage/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "",
                "push": null,
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
                "addon_message": "Update translation files\n\nUpdated by \"{{ addon_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": true,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": "https://translate.yunohost.org/api/components/yunohost-apps-test/13ft/?format=api"
            },
            "language_code": "de",
            "id": 2737,
            "filename": "translation_files/opensondage/de.po",
            "revision": "356d3f4884570b91da91727e3b94f7fd128d27d3",
            "web_url": "https://translate.yunohost.org/projects/yunohost-apps-test/opensondage/de/",
            "share_url": "https://translate.yunohost.org/engage/yunohost-apps-test/-/de/",
            "translate_url": "https://translate.yunohost.org/translate/yunohost-apps-test/opensondage/de/",
            "url": "https://translate.yunohost.org/api/translations/yunohost-apps-test/opensondage/de/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 1,
            "total_words": 28,
            "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": "2025-03-20T10:14:06.853890Z",
            "last_author": null,
            "repository_url": "https://translate.yunohost.org/api/translations/yunohost-apps-test/opensondage/de/repository/?format=api",
            "file_url": "https://translate.yunohost.org/api/translations/yunohost-apps-test/opensondage/de/file/?format=api",
            "statistics_url": "https://translate.yunohost.org/api/translations/yunohost-apps-test/opensondage/de/statistics/?format=api",
            "changes_list_url": "https://translate.yunohost.org/api/translations/yunohost-apps-test/opensondage/de/changes/?format=api",
            "units_list_url": "https://translate.yunohost.org/api/translations/yunohost-apps-test/opensondage/de/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": "2fauth",
                "slug": "2fauth",
                "id": 523,
                "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 (test)",
                    "slug": "yunohost-apps-test",
                    "id": 4,
                    "web": "https://github.com/Jibec/yunohost-app-translation",
                    "web_url": "https://translate.yunohost.org/projects/yunohost-apps-test/",
                    "url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/?format=api",
                    "components_list_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/components/?format=api",
                    "repository_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/repository/?format=api",
                    "statistics_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/statistics/?format=api",
                    "categories_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/categories/?format=api",
                    "changes_list_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/changes/?format=api",
                    "languages_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/languages/?format=api",
                    "labels_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/labels/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": null,
                "repo": null,
                "git_export": "",
                "branch": null,
                "push_branch": "",
                "filemask": null,
                "screenshot_filemask": null,
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "translation_files/2fauth/2fauth.pot",
                "file_format": "po",
                "license": "AGPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/AGPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "https://translate.yunohost.org/projects/yunohost-apps-test/2fauth/",
                "url": "https://translate.yunohost.org/api/components/yunohost-apps-test/2fauth/?format=api",
                "repository_url": "https://translate.yunohost.org/api/components/yunohost-apps-test/2fauth/repository/?format=api",
                "translations_url": "https://translate.yunohost.org/api/components/yunohost-apps-test/2fauth/translations/?format=api",
                "statistics_url": "https://translate.yunohost.org/api/components/yunohost-apps-test/2fauth/statistics/?format=api",
                "lock_url": "https://translate.yunohost.org/api/components/yunohost-apps-test/2fauth/lock/?format=api",
                "links_url": "https://translate.yunohost.org/api/components/yunohost-apps-test/2fauth/links/?format=api",
                "changes_list_url": "https://translate.yunohost.org/api/components/yunohost-apps-test/2fauth/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "",
                "push": null,
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
                "addon_message": "Update translation files\n\nUpdated by \"{{ addon_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": true,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": "https://translate.yunohost.org/api/components/yunohost-apps-test/13ft/?format=api"
            },
            "language_code": "de",
            "id": 2738,
            "filename": "translation_files/2fauth/de.po",
            "revision": "6554c7c66b8b45c55b6c725a566d57943b9be432",
            "web_url": "https://translate.yunohost.org/projects/yunohost-apps-test/2fauth/de/",
            "share_url": "https://translate.yunohost.org/engage/yunohost-apps-test/-/de/",
            "translate_url": "https://translate.yunohost.org/translate/yunohost-apps-test/2fauth/de/",
            "url": "https://translate.yunohost.org/api/translations/yunohost-apps-test/2fauth/de/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 8,
            "total_words": 123,
            "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": "2025-03-20T10:14:15.548818Z",
            "last_author": null,
            "repository_url": "https://translate.yunohost.org/api/translations/yunohost-apps-test/2fauth/de/repository/?format=api",
            "file_url": "https://translate.yunohost.org/api/translations/yunohost-apps-test/2fauth/de/file/?format=api",
            "statistics_url": "https://translate.yunohost.org/api/translations/yunohost-apps-test/2fauth/de/statistics/?format=api",
            "changes_list_url": "https://translate.yunohost.org/api/translations/yunohost-apps-test/2fauth/de/changes/?format=api",
            "units_list_url": "https://translate.yunohost.org/api/translations/yunohost-apps-test/2fauth/de/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": "glowingbear",
                "slug": "glowingbear",
                "id": 537,
                "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 (test)",
                    "slug": "yunohost-apps-test",
                    "id": 4,
                    "web": "https://github.com/Jibec/yunohost-app-translation",
                    "web_url": "https://translate.yunohost.org/projects/yunohost-apps-test/",
                    "url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/?format=api",
                    "components_list_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/components/?format=api",
                    "repository_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/repository/?format=api",
                    "statistics_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/statistics/?format=api",
                    "categories_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/categories/?format=api",
                    "changes_list_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/changes/?format=api",
                    "languages_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/languages/?format=api",
                    "labels_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/labels/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": null,
                "repo": null,
                "git_export": "",
                "branch": null,
                "push_branch": "",
                "filemask": null,
                "screenshot_filemask": null,
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "translation_files/glowingbear/glowingbear.pot",
                "file_format": "po",
                "license": "AGPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/AGPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "https://translate.yunohost.org/projects/yunohost-apps-test/glowingbear/",
                "url": "https://translate.yunohost.org/api/components/yunohost-apps-test/glowingbear/?format=api",
                "repository_url": "https://translate.yunohost.org/api/components/yunohost-apps-test/glowingbear/repository/?format=api",
                "translations_url": "https://translate.yunohost.org/api/components/yunohost-apps-test/glowingbear/translations/?format=api",
                "statistics_url": "https://translate.yunohost.org/api/components/yunohost-apps-test/glowingbear/statistics/?format=api",
                "lock_url": "https://translate.yunohost.org/api/components/yunohost-apps-test/glowingbear/lock/?format=api",
                "links_url": "https://translate.yunohost.org/api/components/yunohost-apps-test/glowingbear/links/?format=api",
                "changes_list_url": "https://translate.yunohost.org/api/components/yunohost-apps-test/glowingbear/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "",
                "push": null,
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
                "addon_message": "Update translation files\n\nUpdated by \"{{ addon_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": true,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": "https://translate.yunohost.org/api/components/yunohost-apps-test/13ft/?format=api"
            },
            "language_code": "de",
            "id": 2739,
            "filename": "translation_files/glowingbear/de.po",
            "revision": "40aec36973f6af9e9373a349b99150d37f2bd228",
            "web_url": "https://translate.yunohost.org/projects/yunohost-apps-test/glowingbear/de/",
            "share_url": "https://translate.yunohost.org/engage/yunohost-apps-test/-/de/",
            "translate_url": "https://translate.yunohost.org/translate/yunohost-apps-test/glowingbear/de/",
            "url": "https://translate.yunohost.org/api/translations/yunohost-apps-test/glowingbear/de/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 1,
            "total_words": 102,
            "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": "2025-03-20T10:14:25.916294Z",
            "last_author": null,
            "repository_url": "https://translate.yunohost.org/api/translations/yunohost-apps-test/glowingbear/de/repository/?format=api",
            "file_url": "https://translate.yunohost.org/api/translations/yunohost-apps-test/glowingbear/de/file/?format=api",
            "statistics_url": "https://translate.yunohost.org/api/translations/yunohost-apps-test/glowingbear/de/statistics/?format=api",
            "changes_list_url": "https://translate.yunohost.org/api/translations/yunohost-apps-test/glowingbear/de/changes/?format=api",
            "units_list_url": "https://translate.yunohost.org/api/translations/yunohost-apps-test/glowingbear/de/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": "synapse-admin",
                "slug": "synapse-admin",
                "id": 540,
                "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 (test)",
                    "slug": "yunohost-apps-test",
                    "id": 4,
                    "web": "https://github.com/Jibec/yunohost-app-translation",
                    "web_url": "https://translate.yunohost.org/projects/yunohost-apps-test/",
                    "url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/?format=api",
                    "components_list_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/components/?format=api",
                    "repository_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/repository/?format=api",
                    "statistics_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/statistics/?format=api",
                    "categories_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/categories/?format=api",
                    "changes_list_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/changes/?format=api",
                    "languages_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/languages/?format=api",
                    "labels_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/labels/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": null,
                "repo": null,
                "git_export": "",
                "branch": null,
                "push_branch": "",
                "filemask": null,
                "screenshot_filemask": null,
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "translation_files/synapse-admin/synapse-admin.pot",
                "file_format": "po",
                "license": "AGPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/AGPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "https://translate.yunohost.org/projects/yunohost-apps-test/synapse-admin/",
                "url": "https://translate.yunohost.org/api/components/yunohost-apps-test/synapse-admin/?format=api",
                "repository_url": "https://translate.yunohost.org/api/components/yunohost-apps-test/synapse-admin/repository/?format=api",
                "translations_url": "https://translate.yunohost.org/api/components/yunohost-apps-test/synapse-admin/translations/?format=api",
                "statistics_url": "https://translate.yunohost.org/api/components/yunohost-apps-test/synapse-admin/statistics/?format=api",
                "lock_url": "https://translate.yunohost.org/api/components/yunohost-apps-test/synapse-admin/lock/?format=api",
                "links_url": "https://translate.yunohost.org/api/components/yunohost-apps-test/synapse-admin/links/?format=api",
                "changes_list_url": "https://translate.yunohost.org/api/components/yunohost-apps-test/synapse-admin/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "",
                "push": null,
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
                "addon_message": "Update translation files\n\nUpdated by \"{{ addon_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": true,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": "https://translate.yunohost.org/api/components/yunohost-apps-test/13ft/?format=api"
            },
            "language_code": "de",
            "id": 2740,
            "filename": "translation_files/synapse-admin/de.po",
            "revision": "a840c1c93ee3002e8c6eba0d515f3f78862da77a",
            "web_url": "https://translate.yunohost.org/projects/yunohost-apps-test/synapse-admin/de/",
            "share_url": "https://translate.yunohost.org/engage/yunohost-apps-test/-/de/",
            "translate_url": "https://translate.yunohost.org/translate/yunohost-apps-test/synapse-admin/de/",
            "url": "https://translate.yunohost.org/api/translations/yunohost-apps-test/synapse-admin/de/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 2,
            "total_words": 35,
            "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": "2025-03-20T10:14:36.450998Z",
            "last_author": null,
            "repository_url": "https://translate.yunohost.org/api/translations/yunohost-apps-test/synapse-admin/de/repository/?format=api",
            "file_url": "https://translate.yunohost.org/api/translations/yunohost-apps-test/synapse-admin/de/file/?format=api",
            "statistics_url": "https://translate.yunohost.org/api/translations/yunohost-apps-test/synapse-admin/de/statistics/?format=api",
            "changes_list_url": "https://translate.yunohost.org/api/translations/yunohost-apps-test/synapse-admin/de/changes/?format=api",
            "units_list_url": "https://translate.yunohost.org/api/translations/yunohost-apps-test/synapse-admin/de/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": "digipad",
                "slug": "digipad",
                "id": 549,
                "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 (test)",
                    "slug": "yunohost-apps-test",
                    "id": 4,
                    "web": "https://github.com/Jibec/yunohost-app-translation",
                    "web_url": "https://translate.yunohost.org/projects/yunohost-apps-test/",
                    "url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/?format=api",
                    "components_list_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/components/?format=api",
                    "repository_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/repository/?format=api",
                    "statistics_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/statistics/?format=api",
                    "categories_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/categories/?format=api",
                    "changes_list_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/changes/?format=api",
                    "languages_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/languages/?format=api",
                    "labels_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/labels/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": null,
                "repo": null,
                "git_export": "",
                "branch": null,
                "push_branch": "",
                "filemask": null,
                "screenshot_filemask": null,
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "translation_files/digipad/digipad.pot",
                "file_format": "po",
                "license": "AGPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/AGPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "https://translate.yunohost.org/projects/yunohost-apps-test/digipad/",
                "url": "https://translate.yunohost.org/api/components/yunohost-apps-test/digipad/?format=api",
                "repository_url": "https://translate.yunohost.org/api/components/yunohost-apps-test/digipad/repository/?format=api",
                "translations_url": "https://translate.yunohost.org/api/components/yunohost-apps-test/digipad/translations/?format=api",
                "statistics_url": "https://translate.yunohost.org/api/components/yunohost-apps-test/digipad/statistics/?format=api",
                "lock_url": "https://translate.yunohost.org/api/components/yunohost-apps-test/digipad/lock/?format=api",
                "links_url": "https://translate.yunohost.org/api/components/yunohost-apps-test/digipad/links/?format=api",
                "changes_list_url": "https://translate.yunohost.org/api/components/yunohost-apps-test/digipad/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "",
                "push": null,
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
                "addon_message": "Update translation files\n\nUpdated by \"{{ addon_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": true,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": "https://translate.yunohost.org/api/components/yunohost-apps-test/13ft/?format=api"
            },
            "language_code": "de",
            "id": 2741,
            "filename": "translation_files/digipad/de.po",
            "revision": "c209cf6378faebea4d528dab12cb492a3affb4fe",
            "web_url": "https://translate.yunohost.org/projects/yunohost-apps-test/digipad/de/",
            "share_url": "https://translate.yunohost.org/engage/yunohost-apps-test/-/de/",
            "translate_url": "https://translate.yunohost.org/translate/yunohost-apps-test/digipad/de/",
            "url": "https://translate.yunohost.org/api/translations/yunohost-apps-test/digipad/de/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 0,
            "total_words": 0,
            "translated": 0,
            "translated_words": 0,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2025-03-20T10:14:46.642142Z",
            "last_author": null,
            "repository_url": "https://translate.yunohost.org/api/translations/yunohost-apps-test/digipad/de/repository/?format=api",
            "file_url": "https://translate.yunohost.org/api/translations/yunohost-apps-test/digipad/de/file/?format=api",
            "statistics_url": "https://translate.yunohost.org/api/translations/yunohost-apps-test/digipad/de/statistics/?format=api",
            "changes_list_url": "https://translate.yunohost.org/api/translations/yunohost-apps-test/digipad/de/changes/?format=api",
            "units_list_url": "https://translate.yunohost.org/api/translations/yunohost-apps-test/digipad/de/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": "mopidy",
                "slug": "mopidy",
                "id": 552,
                "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 (test)",
                    "slug": "yunohost-apps-test",
                    "id": 4,
                    "web": "https://github.com/Jibec/yunohost-app-translation",
                    "web_url": "https://translate.yunohost.org/projects/yunohost-apps-test/",
                    "url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/?format=api",
                    "components_list_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/components/?format=api",
                    "repository_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/repository/?format=api",
                    "statistics_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/statistics/?format=api",
                    "categories_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/categories/?format=api",
                    "changes_list_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/changes/?format=api",
                    "languages_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/languages/?format=api",
                    "labels_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/labels/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": null,
                "repo": null,
                "git_export": "",
                "branch": null,
                "push_branch": "",
                "filemask": null,
                "screenshot_filemask": null,
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "translation_files/mopidy/mopidy.pot",
                "file_format": "po",
                "license": "AGPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/AGPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "https://translate.yunohost.org/projects/yunohost-apps-test/mopidy/",
                "url": "https://translate.yunohost.org/api/components/yunohost-apps-test/mopidy/?format=api",
                "repository_url": "https://translate.yunohost.org/api/components/yunohost-apps-test/mopidy/repository/?format=api",
                "translations_url": "https://translate.yunohost.org/api/components/yunohost-apps-test/mopidy/translations/?format=api",
                "statistics_url": "https://translate.yunohost.org/api/components/yunohost-apps-test/mopidy/statistics/?format=api",
                "lock_url": "https://translate.yunohost.org/api/components/yunohost-apps-test/mopidy/lock/?format=api",
                "links_url": "https://translate.yunohost.org/api/components/yunohost-apps-test/mopidy/links/?format=api",
                "changes_list_url": "https://translate.yunohost.org/api/components/yunohost-apps-test/mopidy/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "",
                "push": null,
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
                "addon_message": "Update translation files\n\nUpdated by \"{{ addon_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": true,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": "https://translate.yunohost.org/api/components/yunohost-apps-test/13ft/?format=api"
            },
            "language_code": "de",
            "id": 2742,
            "filename": "translation_files/mopidy/de.po",
            "revision": "38599616f597a17961ce2f98080c9a2f185dc614",
            "web_url": "https://translate.yunohost.org/projects/yunohost-apps-test/mopidy/de/",
            "share_url": "https://translate.yunohost.org/engage/yunohost-apps-test/-/de/",
            "translate_url": "https://translate.yunohost.org/translate/yunohost-apps-test/mopidy/de/",
            "url": "https://translate.yunohost.org/api/translations/yunohost-apps-test/mopidy/de/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 16,
            "total_words": 210,
            "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": "2025-03-20T10:14:56.946389Z",
            "last_author": null,
            "repository_url": "https://translate.yunohost.org/api/translations/yunohost-apps-test/mopidy/de/repository/?format=api",
            "file_url": "https://translate.yunohost.org/api/translations/yunohost-apps-test/mopidy/de/file/?format=api",
            "statistics_url": "https://translate.yunohost.org/api/translations/yunohost-apps-test/mopidy/de/statistics/?format=api",
            "changes_list_url": "https://translate.yunohost.org/api/translations/yunohost-apps-test/mopidy/de/changes/?format=api",
            "units_list_url": "https://translate.yunohost.org/api/translations/yunohost-apps-test/mopidy/de/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": "backdrop",
                "slug": "backdrop",
                "id": 554,
                "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 (test)",
                    "slug": "yunohost-apps-test",
                    "id": 4,
                    "web": "https://github.com/Jibec/yunohost-app-translation",
                    "web_url": "https://translate.yunohost.org/projects/yunohost-apps-test/",
                    "url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/?format=api",
                    "components_list_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/components/?format=api",
                    "repository_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/repository/?format=api",
                    "statistics_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/statistics/?format=api",
                    "categories_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/categories/?format=api",
                    "changes_list_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/changes/?format=api",
                    "languages_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/languages/?format=api",
                    "labels_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/labels/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": null,
                "repo": null,
                "git_export": "",
                "branch": null,
                "push_branch": "",
                "filemask": null,
                "screenshot_filemask": null,
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "translation_files/backdrop/backdrop.pot",
                "file_format": "po",
                "license": "AGPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/AGPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "https://translate.yunohost.org/projects/yunohost-apps-test/backdrop/",
                "url": "https://translate.yunohost.org/api/components/yunohost-apps-test/backdrop/?format=api",
                "repository_url": "https://translate.yunohost.org/api/components/yunohost-apps-test/backdrop/repository/?format=api",
                "translations_url": "https://translate.yunohost.org/api/components/yunohost-apps-test/backdrop/translations/?format=api",
                "statistics_url": "https://translate.yunohost.org/api/components/yunohost-apps-test/backdrop/statistics/?format=api",
                "lock_url": "https://translate.yunohost.org/api/components/yunohost-apps-test/backdrop/lock/?format=api",
                "links_url": "https://translate.yunohost.org/api/components/yunohost-apps-test/backdrop/links/?format=api",
                "changes_list_url": "https://translate.yunohost.org/api/components/yunohost-apps-test/backdrop/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "",
                "push": null,
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
                "addon_message": "Update translation files\n\nUpdated by \"{{ addon_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": true,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": "https://translate.yunohost.org/api/components/yunohost-apps-test/13ft/?format=api"
            },
            "language_code": "de",
            "id": 2743,
            "filename": "translation_files/backdrop/de.po",
            "revision": "9e2e11da394d44da9cf7fd9d330a6d2de868c5b8",
            "web_url": "https://translate.yunohost.org/projects/yunohost-apps-test/backdrop/de/",
            "share_url": "https://translate.yunohost.org/engage/yunohost-apps-test/-/de/",
            "translate_url": "https://translate.yunohost.org/translate/yunohost-apps-test/backdrop/de/",
            "url": "https://translate.yunohost.org/api/translations/yunohost-apps-test/backdrop/de/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 2,
            "total_words": 62,
            "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": "2025-03-20T10:15:07.760959Z",
            "last_author": null,
            "repository_url": "https://translate.yunohost.org/api/translations/yunohost-apps-test/backdrop/de/repository/?format=api",
            "file_url": "https://translate.yunohost.org/api/translations/yunohost-apps-test/backdrop/de/file/?format=api",
            "statistics_url": "https://translate.yunohost.org/api/translations/yunohost-apps-test/backdrop/de/statistics/?format=api",
            "changes_list_url": "https://translate.yunohost.org/api/translations/yunohost-apps-test/backdrop/de/changes/?format=api",
            "units_list_url": "https://translate.yunohost.org/api/translations/yunohost-apps-test/backdrop/de/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": "privtracker",
                "slug": "privtracker",
                "id": 528,
                "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 (test)",
                    "slug": "yunohost-apps-test",
                    "id": 4,
                    "web": "https://github.com/Jibec/yunohost-app-translation",
                    "web_url": "https://translate.yunohost.org/projects/yunohost-apps-test/",
                    "url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/?format=api",
                    "components_list_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/components/?format=api",
                    "repository_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/repository/?format=api",
                    "statistics_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/statistics/?format=api",
                    "categories_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/categories/?format=api",
                    "changes_list_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/changes/?format=api",
                    "languages_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/languages/?format=api",
                    "labels_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/labels/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": null,
                "repo": null,
                "git_export": "",
                "branch": null,
                "push_branch": "",
                "filemask": null,
                "screenshot_filemask": null,
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "translation_files/privtracker/privtracker.pot",
                "file_format": "po",
                "license": "AGPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/AGPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "https://translate.yunohost.org/projects/yunohost-apps-test/privtracker/",
                "url": "https://translate.yunohost.org/api/components/yunohost-apps-test/privtracker/?format=api",
                "repository_url": "https://translate.yunohost.org/api/components/yunohost-apps-test/privtracker/repository/?format=api",
                "translations_url": "https://translate.yunohost.org/api/components/yunohost-apps-test/privtracker/translations/?format=api",
                "statistics_url": "https://translate.yunohost.org/api/components/yunohost-apps-test/privtracker/statistics/?format=api",
                "lock_url": "https://translate.yunohost.org/api/components/yunohost-apps-test/privtracker/lock/?format=api",
                "links_url": "https://translate.yunohost.org/api/components/yunohost-apps-test/privtracker/links/?format=api",
                "changes_list_url": "https://translate.yunohost.org/api/components/yunohost-apps-test/privtracker/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "",
                "push": null,
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
                "addon_message": "Update translation files\n\nUpdated by \"{{ addon_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": true,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": "https://translate.yunohost.org/api/components/yunohost-apps-test/13ft/?format=api"
            },
            "language_code": "de",
            "id": 2744,
            "filename": "translation_files/privtracker/de.po",
            "revision": "98b6bcf66131f6f3ff4f596a49f3bfe16e57c15b",
            "web_url": "https://translate.yunohost.org/projects/yunohost-apps-test/privtracker/de/",
            "share_url": "https://translate.yunohost.org/engage/yunohost-apps-test/-/de/",
            "translate_url": "https://translate.yunohost.org/translate/yunohost-apps-test/privtracker/de/",
            "url": "https://translate.yunohost.org/api/translations/yunohost-apps-test/privtracker/de/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 1,
            "total_words": 46,
            "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": "2025-03-20T10:15:18.341884Z",
            "last_author": null,
            "repository_url": "https://translate.yunohost.org/api/translations/yunohost-apps-test/privtracker/de/repository/?format=api",
            "file_url": "https://translate.yunohost.org/api/translations/yunohost-apps-test/privtracker/de/file/?format=api",
            "statistics_url": "https://translate.yunohost.org/api/translations/yunohost-apps-test/privtracker/de/statistics/?format=api",
            "changes_list_url": "https://translate.yunohost.org/api/translations/yunohost-apps-test/privtracker/de/changes/?format=api",
            "units_list_url": "https://translate.yunohost.org/api/translations/yunohost-apps-test/privtracker/de/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": "quizzes",
                "slug": "quizzes",
                "id": 529,
                "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 (test)",
                    "slug": "yunohost-apps-test",
                    "id": 4,
                    "web": "https://github.com/Jibec/yunohost-app-translation",
                    "web_url": "https://translate.yunohost.org/projects/yunohost-apps-test/",
                    "url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/?format=api",
                    "components_list_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/components/?format=api",
                    "repository_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/repository/?format=api",
                    "statistics_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/statistics/?format=api",
                    "categories_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/categories/?format=api",
                    "changes_list_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/changes/?format=api",
                    "languages_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/languages/?format=api",
                    "labels_url": "https://translate.yunohost.org/api/projects/yunohost-apps-test/labels/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": null,
                "repo": null,
                "git_export": "",
                "branch": null,
                "push_branch": "",
                "filemask": null,
                "screenshot_filemask": null,
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "translation_files/quizzes/quizzes.pot",
                "file_format": "po",
                "license": "AGPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/AGPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "https://translate.yunohost.org/projects/yunohost-apps-test/quizzes/",
                "url": "https://translate.yunohost.org/api/components/yunohost-apps-test/quizzes/?format=api",
                "repository_url": "https://translate.yunohost.org/api/components/yunohost-apps-test/quizzes/repository/?format=api",
                "translations_url": "https://translate.yunohost.org/api/components/yunohost-apps-test/quizzes/translations/?format=api",
                "statistics_url": "https://translate.yunohost.org/api/components/yunohost-apps-test/quizzes/statistics/?format=api",
                "lock_url": "https://translate.yunohost.org/api/components/yunohost-apps-test/quizzes/lock/?format=api",
                "links_url": "https://translate.yunohost.org/api/components/yunohost-apps-test/quizzes/links/?format=api",
                "changes_list_url": "https://translate.yunohost.org/api/components/yunohost-apps-test/quizzes/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "",
                "push": null,
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
                "addon_message": "Update translation files\n\nUpdated by \"{{ addon_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": true,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": "https://translate.yunohost.org/api/components/yunohost-apps-test/13ft/?format=api"
            },
            "language_code": "de",
            "id": 2745,
            "filename": "translation_files/quizzes/de.po",
            "revision": "d7f46375b0439212d8afd3bfd02d7eb0c7dde383",
            "web_url": "https://translate.yunohost.org/projects/yunohost-apps-test/quizzes/de/",
            "share_url": "https://translate.yunohost.org/engage/yunohost-apps-test/-/de/",
            "translate_url": "https://translate.yunohost.org/translate/yunohost-apps-test/quizzes/de/",
            "url": "https://translate.yunohost.org/api/translations/yunohost-apps-test/quizzes/de/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 1,
            "total_words": 12,
            "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": "2025-03-20T10:15:29.032244Z",
            "last_author": null,
            "repository_url": "https://translate.yunohost.org/api/translations/yunohost-apps-test/quizzes/de/repository/?format=api",
            "file_url": "https://translate.yunohost.org/api/translations/yunohost-apps-test/quizzes/de/file/?format=api",
            "statistics_url": "https://translate.yunohost.org/api/translations/yunohost-apps-test/quizzes/de/statistics/?format=api",
            "changes_list_url": "https://translate.yunohost.org/api/translations/yunohost-apps-test/quizzes/de/changes/?format=api",
            "units_list_url": "https://translate.yunohost.org/api/translations/yunohost-apps-test/quizzes/de/units/?format=api"
        }
    ]
}