Translation components API.

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

GET /api/components/
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 16,
    "next": null,
    "previous": null,
    "results": [
        {
            "name": "core",
            "slug": "core",
            "id": 1,
            "source_language": {
                "id": 73,
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 73,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485517,
                "web_url": "https://translate.yunohost.org/languages/en/",
                "url": "https://translate.yunohost.org/api/languages/en/",
                "statistics_url": "https://translate.yunohost.org/api/languages/en/statistics/"
            },
            "project": {
                "name": "YunoHost",
                "slug": "yunohost",
                "id": 1,
                "web": "https://yunohost.org",
                "web_url": "https://translate.yunohost.org/projects/yunohost/",
                "url": "https://translate.yunohost.org/api/projects/yunohost/",
                "components_list_url": "https://translate.yunohost.org/api/projects/yunohost/components/",
                "repository_url": "https://translate.yunohost.org/api/projects/yunohost/repository/",
                "statistics_url": "https://translate.yunohost.org/api/projects/yunohost/statistics/",
                "categories_url": "https://translate.yunohost.org/api/projects/yunohost/categories/",
                "changes_list_url": "https://translate.yunohost.org/api/projects/yunohost/changes/",
                "languages_url": "https://translate.yunohost.org/api/projects/yunohost/languages/",
                "labels_url": "https://translate.yunohost.org/api/projects/yunohost/labels/",
                "translation_review": false,
                "source_review": false,
                "set_language_team": true,
                "instructions": "",
                "enable_hooks": true,
                "language_aliases": ""
            },
            "vcs": "github",
            "repo": "https://github.com/YunoHost/yunohost.git",
            "git_export": "https://translate.yunohost.org/git/yunohost/core/",
            "branch": "dev",
            "push_branch": "",
            "filemask": "locales/*.json",
            "screenshot_filemask": "",
            "template": "locales/en.json",
            "edit_template": true,
            "intermediate": "",
            "new_base": "",
            "file_format": "json",
            "license": "AGPL-3.0-or-later",
            "license_url": "https://spdx.org/licenses/AGPL-3.0-or-later.html",
            "agreement": "",
            "web_url": "https://translate.yunohost.org/projects/yunohost/core/",
            "url": "https://translate.yunohost.org/api/components/yunohost/core/",
            "repository_url": "https://translate.yunohost.org/api/components/yunohost/core/repository/",
            "translations_url": "https://translate.yunohost.org/api/components/yunohost/core/translations/",
            "statistics_url": "https://translate.yunohost.org/api/components/yunohost/core/statistics/",
            "lock_url": "https://translate.yunohost.org/api/components/yunohost/core/lock/",
            "links_url": "https://translate.yunohost.org/api/components/yunohost/core/links/",
            "changes_list_url": "https://translate.yunohost.org/api/components/yunohost/core/changes/",
            "task_url": null,
            "new_lang": "add",
            "language_code_style": "",
            "push": "https://github.com/YunoHost/yunohost.git",
            "check_flags": "python-brace-format",
            "priority": 100,
            "enforced_checks": [],
            "restricted": false,
            "repoweb": "",
            "report_source_bugs": "",
            "merge_style": "rebase",
            "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
            "add_message": "Added translation using Weblate ({{ language_name }})",
            "delete_message": "Deleted translation using Weblate ({{ language_name }})",
            "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
            "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ hook_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
            "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
            "allow_translation_propagation": true,
            "manage_units": false,
            "enable_suggestions": true,
            "suggestion_voting": false,
            "suggestion_autoaccept": 0,
            "push_on_commit": true,
            "commit_pending_age": 24,
            "auto_lock_error": true,
            "language_regex": "^[^.]+$",
            "variant_regex": "",
            "addons": [
                "https://translate.yunohost.org/api/addons/1/",
                "https://translate.yunohost.org/api/addons/4/",
                "https://translate.yunohost.org/api/addons/5/"
            ],
            "is_glossary": false,
            "glossary_color": "silver",
            "category": null,
            "linked_component": null
        },
        {
            "name": "admin",
            "slug": "admin",
            "id": 2,
            "source_language": {
                "id": 73,
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 73,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485517,
                "web_url": "https://translate.yunohost.org/languages/en/",
                "url": "https://translate.yunohost.org/api/languages/en/",
                "statistics_url": "https://translate.yunohost.org/api/languages/en/statistics/"
            },
            "project": {
                "name": "YunoHost",
                "slug": "yunohost",
                "id": 1,
                "web": "https://yunohost.org",
                "web_url": "https://translate.yunohost.org/projects/yunohost/",
                "url": "https://translate.yunohost.org/api/projects/yunohost/",
                "components_list_url": "https://translate.yunohost.org/api/projects/yunohost/components/",
                "repository_url": "https://translate.yunohost.org/api/projects/yunohost/repository/",
                "statistics_url": "https://translate.yunohost.org/api/projects/yunohost/statistics/",
                "categories_url": "https://translate.yunohost.org/api/projects/yunohost/categories/",
                "changes_list_url": "https://translate.yunohost.org/api/projects/yunohost/changes/",
                "languages_url": "https://translate.yunohost.org/api/projects/yunohost/languages/",
                "labels_url": "https://translate.yunohost.org/api/projects/yunohost/labels/",
                "translation_review": false,
                "source_review": false,
                "set_language_team": true,
                "instructions": "",
                "enable_hooks": true,
                "language_aliases": ""
            },
            "vcs": "github",
            "repo": "https://github.com/YunoHost/yunohost-admin.git",
            "git_export": "https://translate.yunohost.org/git/yunohost/admin/",
            "branch": "dev",
            "push_branch": "",
            "filemask": "app/src/i18n/locales/*.json",
            "screenshot_filemask": "",
            "template": "app/src/i18n/locales/en.json",
            "edit_template": true,
            "intermediate": "",
            "new_base": "",
            "file_format": "json",
            "license": "AGPL-3.0-or-later",
            "license_url": "https://spdx.org/licenses/AGPL-3.0-or-later.html",
            "agreement": "",
            "web_url": "https://translate.yunohost.org/projects/yunohost/admin/",
            "url": "https://translate.yunohost.org/api/components/yunohost/admin/",
            "repository_url": "https://translate.yunohost.org/api/components/yunohost/admin/repository/",
            "translations_url": "https://translate.yunohost.org/api/components/yunohost/admin/translations/",
            "statistics_url": "https://translate.yunohost.org/api/components/yunohost/admin/statistics/",
            "lock_url": "https://translate.yunohost.org/api/components/yunohost/admin/lock/",
            "links_url": "https://translate.yunohost.org/api/components/yunohost/admin/links/",
            "changes_list_url": "https://translate.yunohost.org/api/components/yunohost/admin/changes/",
            "task_url": null,
            "new_lang": "add",
            "language_code_style": "",
            "push": "https://github.com/YunoHost/yunohost-admin.git",
            "check_flags": "python-brace-format",
            "priority": 100,
            "enforced_checks": [],
            "restricted": false,
            "repoweb": "",
            "report_source_bugs": "",
            "merge_style": "rebase",
            "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
            "add_message": "Added translation using Weblate ({{ language_name }})",
            "delete_message": "Deleted translation using Weblate ({{ language_name }})",
            "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
            "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ hook_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
            "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
            "allow_translation_propagation": true,
            "manage_units": false,
            "enable_suggestions": true,
            "suggestion_voting": false,
            "suggestion_autoaccept": 0,
            "push_on_commit": true,
            "commit_pending_age": 24,
            "auto_lock_error": true,
            "language_regex": "^[^.]+$",
            "variant_regex": "",
            "addons": [
                "https://translate.yunohost.org/api/addons/6/",
                "https://translate.yunohost.org/api/addons/7/"
            ],
            "is_glossary": false,
            "glossary_color": "silver",
            "category": null,
            "linked_component": null
        },
        {
            "name": "moulinette",
            "slug": "moulinette",
            "id": 3,
            "source_language": {
                "id": 73,
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 73,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485517,
                "web_url": "https://translate.yunohost.org/languages/en/",
                "url": "https://translate.yunohost.org/api/languages/en/",
                "statistics_url": "https://translate.yunohost.org/api/languages/en/statistics/"
            },
            "project": {
                "name": "YunoHost",
                "slug": "yunohost",
                "id": 1,
                "web": "https://yunohost.org",
                "web_url": "https://translate.yunohost.org/projects/yunohost/",
                "url": "https://translate.yunohost.org/api/projects/yunohost/",
                "components_list_url": "https://translate.yunohost.org/api/projects/yunohost/components/",
                "repository_url": "https://translate.yunohost.org/api/projects/yunohost/repository/",
                "statistics_url": "https://translate.yunohost.org/api/projects/yunohost/statistics/",
                "categories_url": "https://translate.yunohost.org/api/projects/yunohost/categories/",
                "changes_list_url": "https://translate.yunohost.org/api/projects/yunohost/changes/",
                "languages_url": "https://translate.yunohost.org/api/projects/yunohost/languages/",
                "labels_url": "https://translate.yunohost.org/api/projects/yunohost/labels/",
                "translation_review": false,
                "source_review": false,
                "set_language_team": true,
                "instructions": "",
                "enable_hooks": true,
                "language_aliases": ""
            },
            "vcs": "github",
            "repo": "https://github.com/YunoHost/moulinette.git",
            "git_export": "https://translate.yunohost.org/git/yunohost/moulinette/",
            "branch": "dev",
            "push_branch": "",
            "filemask": "locales/*.json",
            "screenshot_filemask": "",
            "template": "locales/en.json",
            "edit_template": true,
            "intermediate": "",
            "new_base": "",
            "file_format": "json",
            "license": "AGPL-3.0-or-later",
            "license_url": "https://spdx.org/licenses/AGPL-3.0-or-later.html",
            "agreement": "",
            "web_url": "https://translate.yunohost.org/projects/yunohost/moulinette/",
            "url": "https://translate.yunohost.org/api/components/yunohost/moulinette/",
            "repository_url": "https://translate.yunohost.org/api/components/yunohost/moulinette/repository/",
            "translations_url": "https://translate.yunohost.org/api/components/yunohost/moulinette/translations/",
            "statistics_url": "https://translate.yunohost.org/api/components/yunohost/moulinette/statistics/",
            "lock_url": "https://translate.yunohost.org/api/components/yunohost/moulinette/lock/",
            "links_url": "https://translate.yunohost.org/api/components/yunohost/moulinette/links/",
            "changes_list_url": "https://translate.yunohost.org/api/components/yunohost/moulinette/changes/",
            "task_url": null,
            "new_lang": "add",
            "language_code_style": "",
            "push": "https://github.com/YunoHost/moulinette.git",
            "check_flags": "python-brace-format",
            "priority": 100,
            "enforced_checks": [],
            "restricted": false,
            "repoweb": "",
            "report_source_bugs": "",
            "merge_style": "rebase",
            "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
            "add_message": "Added translation using Weblate ({{ language_name }})",
            "delete_message": "Deleted translation using Weblate ({{ language_name }})",
            "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
            "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ hook_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
            "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
            "allow_translation_propagation": true,
            "manage_units": false,
            "enable_suggestions": true,
            "suggestion_voting": false,
            "suggestion_autoaccept": 0,
            "push_on_commit": true,
            "commit_pending_age": 24,
            "auto_lock_error": true,
            "language_regex": "^[^.]+$",
            "variant_regex": "",
            "addons": [
                "https://translate.yunohost.org/api/addons/10/",
                "https://translate.yunohost.org/api/addons/11/"
            ],
            "is_glossary": false,
            "glossary_color": "silver",
            "category": null,
            "linked_component": null
        },
        {
            "name": "YunoHost",
            "slug": "glossary",
            "id": 5,
            "source_language": {
                "id": 73,
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 73,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485517,
                "web_url": "https://translate.yunohost.org/languages/en/",
                "url": "https://translate.yunohost.org/api/languages/en/",
                "statistics_url": "https://translate.yunohost.org/api/languages/en/statistics/"
            },
            "project": {
                "name": "YunoHost",
                "slug": "yunohost",
                "id": 1,
                "web": "https://yunohost.org",
                "web_url": "https://translate.yunohost.org/projects/yunohost/",
                "url": "https://translate.yunohost.org/api/projects/yunohost/",
                "components_list_url": "https://translate.yunohost.org/api/projects/yunohost/components/",
                "repository_url": "https://translate.yunohost.org/api/projects/yunohost/repository/",
                "statistics_url": "https://translate.yunohost.org/api/projects/yunohost/statistics/",
                "categories_url": "https://translate.yunohost.org/api/projects/yunohost/categories/",
                "changes_list_url": "https://translate.yunohost.org/api/projects/yunohost/changes/",
                "languages_url": "https://translate.yunohost.org/api/projects/yunohost/languages/",
                "labels_url": "https://translate.yunohost.org/api/projects/yunohost/labels/",
                "translation_review": false,
                "source_review": false,
                "set_language_team": true,
                "instructions": "",
                "enable_hooks": true,
                "language_aliases": ""
            },
            "vcs": "local",
            "repo": "local:",
            "git_export": "https://translate.yunohost.org/git/yunohost/glossary/",
            "branch": "main",
            "push_branch": "",
            "filemask": "*.tbx",
            "screenshot_filemask": "",
            "template": "",
            "edit_template": true,
            "intermediate": "",
            "new_base": "",
            "file_format": "tbx",
            "license": "AGPL-3.0-or-later",
            "license_url": "https://spdx.org/licenses/AGPL-3.0-or-later.html",
            "agreement": "",
            "web_url": "https://translate.yunohost.org/projects/yunohost/glossary/",
            "url": "https://translate.yunohost.org/api/components/yunohost/glossary/",
            "repository_url": "https://translate.yunohost.org/api/components/yunohost/glossary/repository/",
            "translations_url": "https://translate.yunohost.org/api/components/yunohost/glossary/translations/",
            "statistics_url": "https://translate.yunohost.org/api/components/yunohost/glossary/statistics/",
            "lock_url": "https://translate.yunohost.org/api/components/yunohost/glossary/lock/",
            "links_url": "https://translate.yunohost.org/api/components/yunohost/glossary/links/",
            "changes_list_url": "https://translate.yunohost.org/api/components/yunohost/glossary/changes/",
            "task_url": null,
            "new_lang": "none",
            "language_code_style": "",
            "push": "",
            "check_flags": "",
            "priority": 100,
            "enforced_checks": [],
            "restricted": false,
            "repoweb": "",
            "report_source_bugs": "",
            "merge_style": "rebase",
            "commit_message": "Translated using Weblate ({{ language_name }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
            "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
            "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
            "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
            "addon_message": "Update translation files\n\nUpdated by \"{{ addon_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
            "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
            "allow_translation_propagation": false,
            "manage_units": true,
            "enable_suggestions": true,
            "suggestion_voting": false,
            "suggestion_autoaccept": 0,
            "push_on_commit": true,
            "commit_pending_age": 24,
            "auto_lock_error": true,
            "language_regex": "^[^.]+$",
            "variant_regex": "",
            "addons": [],
            "is_glossary": true,
            "glossary_color": "silver",
            "category": null,
            "linked_component": null
        },
        {
            "name": "portal",
            "slug": "portal",
            "id": 6,
            "source_language": {
                "id": 73,
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 73,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485517,
                "web_url": "https://translate.yunohost.org/languages/en/",
                "url": "https://translate.yunohost.org/api/languages/en/",
                "statistics_url": "https://translate.yunohost.org/api/languages/en/statistics/"
            },
            "project": {
                "name": "YunoHost",
                "slug": "yunohost",
                "id": 1,
                "web": "https://yunohost.org",
                "web_url": "https://translate.yunohost.org/projects/yunohost/",
                "url": "https://translate.yunohost.org/api/projects/yunohost/",
                "components_list_url": "https://translate.yunohost.org/api/projects/yunohost/components/",
                "repository_url": "https://translate.yunohost.org/api/projects/yunohost/repository/",
                "statistics_url": "https://translate.yunohost.org/api/projects/yunohost/statistics/",
                "categories_url": "https://translate.yunohost.org/api/projects/yunohost/categories/",
                "changes_list_url": "https://translate.yunohost.org/api/projects/yunohost/changes/",
                "languages_url": "https://translate.yunohost.org/api/projects/yunohost/languages/",
                "labels_url": "https://translate.yunohost.org/api/projects/yunohost/labels/",
                "translation_review": false,
                "source_review": false,
                "set_language_team": true,
                "instructions": "",
                "enable_hooks": true,
                "language_aliases": ""
            },
            "vcs": "github",
            "repo": "https://github.com/YunoHost/yunohost-portal",
            "git_export": "https://translate.yunohost.org/git/yunohost/portal/",
            "branch": "dev",
            "push_branch": "",
            "filemask": "locales/*.json",
            "screenshot_filemask": "",
            "template": "locales/en.json",
            "edit_template": true,
            "intermediate": "",
            "new_base": "",
            "file_format": "json-nested",
            "license": "AGPL-3.0-or-later",
            "license_url": "https://spdx.org/licenses/AGPL-3.0-or-later.html",
            "agreement": "",
            "web_url": "https://translate.yunohost.org/projects/yunohost/portal/",
            "url": "https://translate.yunohost.org/api/components/yunohost/portal/",
            "repository_url": "https://translate.yunohost.org/api/components/yunohost/portal/repository/",
            "translations_url": "https://translate.yunohost.org/api/components/yunohost/portal/translations/",
            "statistics_url": "https://translate.yunohost.org/api/components/yunohost/portal/statistics/",
            "lock_url": "https://translate.yunohost.org/api/components/yunohost/portal/lock/",
            "links_url": "https://translate.yunohost.org/api/components/yunohost/portal/links/",
            "changes_list_url": "https://translate.yunohost.org/api/components/yunohost/portal/changes/",
            "task_url": null,
            "new_lang": "add",
            "language_code_style": "",
            "push": "https://github.com/YunoHost/yunohost-portal",
            "check_flags": "python-brace-format",
            "priority": 100,
            "enforced_checks": [],
            "restricted": false,
            "repoweb": "",
            "report_source_bugs": "",
            "merge_style": "rebase",
            "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
            "add_message": "Added translation using Weblate ({{ language_name }})",
            "delete_message": "Deleted translation using Weblate ({{ language_name }})",
            "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
            "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
            "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
            "allow_translation_propagation": true,
            "manage_units": false,
            "enable_suggestions": true,
            "suggestion_voting": false,
            "suggestion_autoaccept": 0,
            "push_on_commit": true,
            "commit_pending_age": 24,
            "auto_lock_error": true,
            "language_regex": "^[^.]+$",
            "variant_regex": "",
            "addons": [
                "https://translate.yunohost.org/api/addons/2/",
                "https://translate.yunohost.org/api/addons/3/"
            ],
            "is_glossary": false,
            "glossary_color": "silver",
            "category": null,
            "linked_component": null
        },
        {
            "name": "YunoHost Apps",
            "slug": "glossary",
            "id": 13,
            "source_language": {
                "id": 73,
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 73,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485517,
                "web_url": "https://translate.yunohost.org/languages/en/",
                "url": "https://translate.yunohost.org/api/languages/en/",
                "statistics_url": "https://translate.yunohost.org/api/languages/en/statistics/"
            },
            "project": {
                "name": "YunoHost Apps",
                "slug": "yunohost-apps",
                "id": 2,
                "web": "https://yunohost.org",
                "web_url": "https://translate.yunohost.org/projects/yunohost-apps/",
                "url": "https://translate.yunohost.org/api/projects/yunohost-apps/",
                "components_list_url": "https://translate.yunohost.org/api/projects/yunohost-apps/components/",
                "repository_url": "https://translate.yunohost.org/api/projects/yunohost-apps/repository/",
                "statistics_url": "https://translate.yunohost.org/api/projects/yunohost-apps/statistics/",
                "categories_url": "https://translate.yunohost.org/api/projects/yunohost-apps/categories/",
                "changes_list_url": "https://translate.yunohost.org/api/projects/yunohost-apps/changes/",
                "languages_url": "https://translate.yunohost.org/api/projects/yunohost-apps/languages/",
                "labels_url": "https://translate.yunohost.org/api/projects/yunohost-apps/labels/",
                "translation_review": false,
                "source_review": false,
                "set_language_team": true,
                "instructions": "",
                "enable_hooks": true,
                "language_aliases": ""
            },
            "vcs": "local",
            "repo": "local:",
            "git_export": "https://translate.yunohost.org/git/yunohost-apps/glossary/",
            "branch": "main",
            "push_branch": "",
            "filemask": "*.tbx",
            "screenshot_filemask": "",
            "template": "",
            "edit_template": true,
            "intermediate": "",
            "new_base": "",
            "file_format": "tbx",
            "license": "",
            "license_url": null,
            "agreement": "",
            "web_url": "https://translate.yunohost.org/projects/yunohost-apps/glossary/",
            "url": "https://translate.yunohost.org/api/components/yunohost-apps/glossary/",
            "repository_url": "https://translate.yunohost.org/api/components/yunohost-apps/glossary/repository/",
            "translations_url": "https://translate.yunohost.org/api/components/yunohost-apps/glossary/translations/",
            "statistics_url": "https://translate.yunohost.org/api/components/yunohost-apps/glossary/statistics/",
            "lock_url": "https://translate.yunohost.org/api/components/yunohost-apps/glossary/lock/",
            "links_url": "https://translate.yunohost.org/api/components/yunohost-apps/glossary/links/",
            "changes_list_url": "https://translate.yunohost.org/api/components/yunohost-apps/glossary/changes/",
            "task_url": null,
            "new_lang": "none",
            "language_code_style": "",
            "push": "",
            "check_flags": "",
            "priority": 100,
            "enforced_checks": [],
            "restricted": false,
            "repoweb": "",
            "report_source_bugs": "",
            "merge_style": "rebase",
            "commit_message": "Translated using Weblate ({{ language_name }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
            "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
            "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
            "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
            "addon_message": "Update translation files\n\nUpdated by \"{{ addon_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
            "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
            "allow_translation_propagation": false,
            "manage_units": true,
            "enable_suggestions": true,
            "suggestion_voting": false,
            "suggestion_autoaccept": 0,
            "push_on_commit": true,
            "commit_pending_age": 24,
            "auto_lock_error": true,
            "language_regex": "^[^.]+$",
            "variant_regex": "",
            "addons": [],
            "is_glossary": true,
            "glossary_color": "silver",
            "category": null,
            "linked_component": null
        },
        {
            "name": "test_app_for_translation",
            "slug": "test_app_for_translation",
            "id": 22,
            "source_language": {
                "id": 73,
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 73,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485517,
                "web_url": "https://translate.yunohost.org/languages/en/",
                "url": "https://translate.yunohost.org/api/languages/en/",
                "statistics_url": "https://translate.yunohost.org/api/languages/en/statistics/"
            },
            "project": {
                "name": "YunoHost Apps",
                "slug": "yunohost-apps",
                "id": 2,
                "web": "https://yunohost.org",
                "web_url": "https://translate.yunohost.org/projects/yunohost-apps/",
                "url": "https://translate.yunohost.org/api/projects/yunohost-apps/",
                "components_list_url": "https://translate.yunohost.org/api/projects/yunohost-apps/components/",
                "repository_url": "https://translate.yunohost.org/api/projects/yunohost-apps/repository/",
                "statistics_url": "https://translate.yunohost.org/api/projects/yunohost-apps/statistics/",
                "categories_url": "https://translate.yunohost.org/api/projects/yunohost-apps/categories/",
                "changes_list_url": "https://translate.yunohost.org/api/projects/yunohost-apps/changes/",
                "languages_url": "https://translate.yunohost.org/api/projects/yunohost-apps/languages/",
                "labels_url": "https://translate.yunohost.org/api/projects/yunohost-apps/labels/",
                "translation_review": false,
                "source_review": false,
                "set_language_team": true,
                "instructions": "",
                "enable_hooks": true,
                "language_aliases": ""
            },
            "vcs": "git",
            "repo": "https://github.com/yunohost/apps_translations",
            "git_export": "https://translate.yunohost.org/git/yunohost-apps/test_app_for_translation/",
            "branch": "main",
            "push_branch": "",
            "filemask": "translations/apps/test_app_for_translation/manifest/*.json",
            "screenshot_filemask": "",
            "template": "translations/apps/test_app_for_translation/manifest/en.json",
            "edit_template": true,
            "intermediate": "",
            "new_base": "translations/apps/test_app_for_translation/manifest/en.json",
            "file_format": "json",
            "license": "",
            "license_url": null,
            "agreement": "",
            "web_url": "https://translate.yunohost.org/projects/yunohost-apps/test_app_for_translation/",
            "url": "https://translate.yunohost.org/api/components/yunohost-apps/test_app_for_translation/",
            "repository_url": "https://translate.yunohost.org/api/components/yunohost-apps/test_app_for_translation/repository/",
            "translations_url": "https://translate.yunohost.org/api/components/yunohost-apps/test_app_for_translation/translations/",
            "statistics_url": "https://translate.yunohost.org/api/components/yunohost-apps/test_app_for_translation/statistics/",
            "lock_url": "https://translate.yunohost.org/api/components/yunohost-apps/test_app_for_translation/lock/",
            "links_url": "https://translate.yunohost.org/api/components/yunohost-apps/test_app_for_translation/links/",
            "changes_list_url": "https://translate.yunohost.org/api/components/yunohost-apps/test_app_for_translation/changes/",
            "task_url": null,
            "new_lang": "add",
            "language_code_style": "",
            "push": "git@github.com:yunohost/apps_translations.git",
            "check_flags": "",
            "priority": 100,
            "enforced_checks": [],
            "restricted": false,
            "repoweb": "",
            "report_source_bugs": "",
            "merge_style": "rebase",
            "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
            "add_message": "Added translation using Weblate ({{ language_name }})",
            "delete_message": "Deleted translation using Weblate ({{ language_name }})",
            "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
            "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
            "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
            "allow_translation_propagation": true,
            "manage_units": true,
            "enable_suggestions": true,
            "suggestion_voting": false,
            "suggestion_autoaccept": 0,
            "push_on_commit": true,
            "commit_pending_age": 24,
            "auto_lock_error": true,
            "language_regex": "^[^.]+$",
            "variant_regex": "",
            "addons": [],
            "is_glossary": false,
            "glossary_color": "silver",
            "category": null,
            "linked_component": null
        },
        {
            "name": "cinny",
            "slug": "cinny",
            "id": 23,
            "source_language": {
                "id": 73,
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 73,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485517,
                "web_url": "https://translate.yunohost.org/languages/en/",
                "url": "https://translate.yunohost.org/api/languages/en/",
                "statistics_url": "https://translate.yunohost.org/api/languages/en/statistics/"
            },
            "project": {
                "name": "YunoHost Apps",
                "slug": "yunohost-apps",
                "id": 2,
                "web": "https://yunohost.org",
                "web_url": "https://translate.yunohost.org/projects/yunohost-apps/",
                "url": "https://translate.yunohost.org/api/projects/yunohost-apps/",
                "components_list_url": "https://translate.yunohost.org/api/projects/yunohost-apps/components/",
                "repository_url": "https://translate.yunohost.org/api/projects/yunohost-apps/repository/",
                "statistics_url": "https://translate.yunohost.org/api/projects/yunohost-apps/statistics/",
                "categories_url": "https://translate.yunohost.org/api/projects/yunohost-apps/categories/",
                "changes_list_url": "https://translate.yunohost.org/api/projects/yunohost-apps/changes/",
                "languages_url": "https://translate.yunohost.org/api/projects/yunohost-apps/languages/",
                "labels_url": "https://translate.yunohost.org/api/projects/yunohost-apps/labels/",
                "translation_review": false,
                "source_review": false,
                "set_language_team": true,
                "instructions": "",
                "enable_hooks": true,
                "language_aliases": ""
            },
            "vcs": "git",
            "repo": "https://github.com/yunohost/apps_translations",
            "git_export": "https://translate.yunohost.org/git/yunohost-apps/cinny/",
            "branch": "main",
            "push_branch": "",
            "filemask": "translations/apps/cinny/manifest/*.json",
            "screenshot_filemask": "",
            "template": "translations/apps/cinny/manifest/en.json",
            "edit_template": true,
            "intermediate": "",
            "new_base": "translations/apps/cinny/manifest/en.json",
            "file_format": "json",
            "license": "",
            "license_url": null,
            "agreement": "",
            "web_url": "https://translate.yunohost.org/projects/yunohost-apps/cinny/",
            "url": "https://translate.yunohost.org/api/components/yunohost-apps/cinny/",
            "repository_url": "https://translate.yunohost.org/api/components/yunohost-apps/cinny/repository/",
            "translations_url": "https://translate.yunohost.org/api/components/yunohost-apps/cinny/translations/",
            "statistics_url": "https://translate.yunohost.org/api/components/yunohost-apps/cinny/statistics/",
            "lock_url": "https://translate.yunohost.org/api/components/yunohost-apps/cinny/lock/",
            "links_url": "https://translate.yunohost.org/api/components/yunohost-apps/cinny/links/",
            "changes_list_url": "https://translate.yunohost.org/api/components/yunohost-apps/cinny/changes/",
            "task_url": null,
            "new_lang": "add",
            "language_code_style": "",
            "push": "git@github.com:yunohost/apps_translations.git",
            "check_flags": "",
            "priority": 100,
            "enforced_checks": [],
            "restricted": false,
            "repoweb": "",
            "report_source_bugs": "",
            "merge_style": "rebase",
            "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
            "add_message": "Added translation using Weblate ({{ language_name }})",
            "delete_message": "Deleted translation using Weblate ({{ language_name }})",
            "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
            "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
            "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
            "allow_translation_propagation": true,
            "manage_units": true,
            "enable_suggestions": true,
            "suggestion_voting": false,
            "suggestion_autoaccept": 0,
            "push_on_commit": true,
            "commit_pending_age": 24,
            "auto_lock_error": true,
            "language_regex": "^[^.]+$",
            "variant_regex": "",
            "addons": [],
            "is_glossary": false,
            "glossary_color": "silver",
            "category": null,
            "linked_component": null
        },
        {
            "name": "fittrackee",
            "slug": "fittrackee",
            "id": 24,
            "source_language": {
                "id": 73,
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 73,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485517,
                "web_url": "https://translate.yunohost.org/languages/en/",
                "url": "https://translate.yunohost.org/api/languages/en/",
                "statistics_url": "https://translate.yunohost.org/api/languages/en/statistics/"
            },
            "project": {
                "name": "YunoHost Apps",
                "slug": "yunohost-apps",
                "id": 2,
                "web": "https://yunohost.org",
                "web_url": "https://translate.yunohost.org/projects/yunohost-apps/",
                "url": "https://translate.yunohost.org/api/projects/yunohost-apps/",
                "components_list_url": "https://translate.yunohost.org/api/projects/yunohost-apps/components/",
                "repository_url": "https://translate.yunohost.org/api/projects/yunohost-apps/repository/",
                "statistics_url": "https://translate.yunohost.org/api/projects/yunohost-apps/statistics/",
                "categories_url": "https://translate.yunohost.org/api/projects/yunohost-apps/categories/",
                "changes_list_url": "https://translate.yunohost.org/api/projects/yunohost-apps/changes/",
                "languages_url": "https://translate.yunohost.org/api/projects/yunohost-apps/languages/",
                "labels_url": "https://translate.yunohost.org/api/projects/yunohost-apps/labels/",
                "translation_review": false,
                "source_review": false,
                "set_language_team": true,
                "instructions": "",
                "enable_hooks": true,
                "language_aliases": ""
            },
            "vcs": "git",
            "repo": "https://github.com/yunohost/apps_translations",
            "git_export": "https://translate.yunohost.org/git/yunohost-apps/fittrackee/",
            "branch": "main",
            "push_branch": "",
            "filemask": "translations/apps/fittrackee/manifest/*.json",
            "screenshot_filemask": "",
            "template": "translations/apps/fittrackee/manifest/en.json",
            "edit_template": true,
            "intermediate": "",
            "new_base": "translations/apps/fittrackee/manifest/en.json",
            "file_format": "json",
            "license": "",
            "license_url": null,
            "agreement": "",
            "web_url": "https://translate.yunohost.org/projects/yunohost-apps/fittrackee/",
            "url": "https://translate.yunohost.org/api/components/yunohost-apps/fittrackee/",
            "repository_url": "https://translate.yunohost.org/api/components/yunohost-apps/fittrackee/repository/",
            "translations_url": "https://translate.yunohost.org/api/components/yunohost-apps/fittrackee/translations/",
            "statistics_url": "https://translate.yunohost.org/api/components/yunohost-apps/fittrackee/statistics/",
            "lock_url": "https://translate.yunohost.org/api/components/yunohost-apps/fittrackee/lock/",
            "links_url": "https://translate.yunohost.org/api/components/yunohost-apps/fittrackee/links/",
            "changes_list_url": "https://translate.yunohost.org/api/components/yunohost-apps/fittrackee/changes/",
            "task_url": null,
            "new_lang": "add",
            "language_code_style": "",
            "push": "git@github.com:yunohost/apps_translations.git",
            "check_flags": "",
            "priority": 100,
            "enforced_checks": [],
            "restricted": false,
            "repoweb": "",
            "report_source_bugs": "",
            "merge_style": "rebase",
            "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
            "add_message": "Added translation using Weblate ({{ language_name }})",
            "delete_message": "Deleted translation using Weblate ({{ language_name }})",
            "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
            "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
            "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
            "allow_translation_propagation": true,
            "manage_units": true,
            "enable_suggestions": true,
            "suggestion_voting": false,
            "suggestion_autoaccept": 0,
            "push_on_commit": true,
            "commit_pending_age": 24,
            "auto_lock_error": true,
            "language_regex": "^[^.]+$",
            "variant_regex": "",
            "addons": [],
            "is_glossary": false,
            "glossary_color": "silver",
            "category": null,
            "linked_component": null
        },
        {
            "name": "fluffychat",
            "slug": "fluffychat",
            "id": 25,
            "source_language": {
                "id": 73,
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 73,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485517,
                "web_url": "https://translate.yunohost.org/languages/en/",
                "url": "https://translate.yunohost.org/api/languages/en/",
                "statistics_url": "https://translate.yunohost.org/api/languages/en/statistics/"
            },
            "project": {
                "name": "YunoHost Apps",
                "slug": "yunohost-apps",
                "id": 2,
                "web": "https://yunohost.org",
                "web_url": "https://translate.yunohost.org/projects/yunohost-apps/",
                "url": "https://translate.yunohost.org/api/projects/yunohost-apps/",
                "components_list_url": "https://translate.yunohost.org/api/projects/yunohost-apps/components/",
                "repository_url": "https://translate.yunohost.org/api/projects/yunohost-apps/repository/",
                "statistics_url": "https://translate.yunohost.org/api/projects/yunohost-apps/statistics/",
                "categories_url": "https://translate.yunohost.org/api/projects/yunohost-apps/categories/",
                "changes_list_url": "https://translate.yunohost.org/api/projects/yunohost-apps/changes/",
                "languages_url": "https://translate.yunohost.org/api/projects/yunohost-apps/languages/",
                "labels_url": "https://translate.yunohost.org/api/projects/yunohost-apps/labels/",
                "translation_review": false,
                "source_review": false,
                "set_language_team": true,
                "instructions": "",
                "enable_hooks": true,
                "language_aliases": ""
            },
            "vcs": "git",
            "repo": "https://github.com/yunohost/apps_translations",
            "git_export": "https://translate.yunohost.org/git/yunohost-apps/fluffychat/",
            "branch": "main",
            "push_branch": "",
            "filemask": "translations/apps/fluffychat/manifest/*.json",
            "screenshot_filemask": "",
            "template": "translations/apps/fluffychat/manifest/en.json",
            "edit_template": true,
            "intermediate": "",
            "new_base": "translations/apps/fluffychat/manifest/en.json",
            "file_format": "json",
            "license": "",
            "license_url": null,
            "agreement": "",
            "web_url": "https://translate.yunohost.org/projects/yunohost-apps/fluffychat/",
            "url": "https://translate.yunohost.org/api/components/yunohost-apps/fluffychat/",
            "repository_url": "https://translate.yunohost.org/api/components/yunohost-apps/fluffychat/repository/",
            "translations_url": "https://translate.yunohost.org/api/components/yunohost-apps/fluffychat/translations/",
            "statistics_url": "https://translate.yunohost.org/api/components/yunohost-apps/fluffychat/statistics/",
            "lock_url": "https://translate.yunohost.org/api/components/yunohost-apps/fluffychat/lock/",
            "links_url": "https://translate.yunohost.org/api/components/yunohost-apps/fluffychat/links/",
            "changes_list_url": "https://translate.yunohost.org/api/components/yunohost-apps/fluffychat/changes/",
            "task_url": null,
            "new_lang": "add",
            "language_code_style": "",
            "push": "git@github.com:yunohost/apps_translations.git",
            "check_flags": "",
            "priority": 100,
            "enforced_checks": [],
            "restricted": false,
            "repoweb": "",
            "report_source_bugs": "",
            "merge_style": "rebase",
            "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
            "add_message": "Added translation using Weblate ({{ language_name }})",
            "delete_message": "Deleted translation using Weblate ({{ language_name }})",
            "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
            "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
            "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
            "allow_translation_propagation": true,
            "manage_units": true,
            "enable_suggestions": true,
            "suggestion_voting": false,
            "suggestion_autoaccept": 0,
            "push_on_commit": true,
            "commit_pending_age": 24,
            "auto_lock_error": true,
            "language_regex": "^[^.]+$",
            "variant_regex": "",
            "addons": [],
            "is_glossary": false,
            "glossary_color": "silver",
            "category": null,
            "linked_component": null
        },
        {
            "name": "funkwhale",
            "slug": "funkwhale",
            "id": 26,
            "source_language": {
                "id": 73,
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 73,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485517,
                "web_url": "https://translate.yunohost.org/languages/en/",
                "url": "https://translate.yunohost.org/api/languages/en/",
                "statistics_url": "https://translate.yunohost.org/api/languages/en/statistics/"
            },
            "project": {
                "name": "YunoHost Apps",
                "slug": "yunohost-apps",
                "id": 2,
                "web": "https://yunohost.org",
                "web_url": "https://translate.yunohost.org/projects/yunohost-apps/",
                "url": "https://translate.yunohost.org/api/projects/yunohost-apps/",
                "components_list_url": "https://translate.yunohost.org/api/projects/yunohost-apps/components/",
                "repository_url": "https://translate.yunohost.org/api/projects/yunohost-apps/repository/",
                "statistics_url": "https://translate.yunohost.org/api/projects/yunohost-apps/statistics/",
                "categories_url": "https://translate.yunohost.org/api/projects/yunohost-apps/categories/",
                "changes_list_url": "https://translate.yunohost.org/api/projects/yunohost-apps/changes/",
                "languages_url": "https://translate.yunohost.org/api/projects/yunohost-apps/languages/",
                "labels_url": "https://translate.yunohost.org/api/projects/yunohost-apps/labels/",
                "translation_review": false,
                "source_review": false,
                "set_language_team": true,
                "instructions": "",
                "enable_hooks": true,
                "language_aliases": ""
            },
            "vcs": "git",
            "repo": "https://github.com/yunohost/apps_translations",
            "git_export": "https://translate.yunohost.org/git/yunohost-apps/funkwhale/",
            "branch": "main",
            "push_branch": "",
            "filemask": "translations/apps/funkwhale/manifest/*.json",
            "screenshot_filemask": "",
            "template": "translations/apps/funkwhale/manifest/en.json",
            "edit_template": true,
            "intermediate": "",
            "new_base": "translations/apps/funkwhale/manifest/en.json",
            "file_format": "json",
            "license": "",
            "license_url": null,
            "agreement": "",
            "web_url": "https://translate.yunohost.org/projects/yunohost-apps/funkwhale/",
            "url": "https://translate.yunohost.org/api/components/yunohost-apps/funkwhale/",
            "repository_url": "https://translate.yunohost.org/api/components/yunohost-apps/funkwhale/repository/",
            "translations_url": "https://translate.yunohost.org/api/components/yunohost-apps/funkwhale/translations/",
            "statistics_url": "https://translate.yunohost.org/api/components/yunohost-apps/funkwhale/statistics/",
            "lock_url": "https://translate.yunohost.org/api/components/yunohost-apps/funkwhale/lock/",
            "links_url": "https://translate.yunohost.org/api/components/yunohost-apps/funkwhale/links/",
            "changes_list_url": "https://translate.yunohost.org/api/components/yunohost-apps/funkwhale/changes/",
            "task_url": null,
            "new_lang": "add",
            "language_code_style": "",
            "push": "git@github.com:yunohost/apps_translations.git",
            "check_flags": "",
            "priority": 100,
            "enforced_checks": [],
            "restricted": false,
            "repoweb": "",
            "report_source_bugs": "",
            "merge_style": "rebase",
            "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
            "add_message": "Added translation using Weblate ({{ language_name }})",
            "delete_message": "Deleted translation using Weblate ({{ language_name }})",
            "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
            "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
            "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
            "allow_translation_propagation": true,
            "manage_units": true,
            "enable_suggestions": true,
            "suggestion_voting": false,
            "suggestion_autoaccept": 0,
            "push_on_commit": true,
            "commit_pending_age": 24,
            "auto_lock_error": true,
            "language_regex": "^[^.]+$",
            "variant_regex": "",
            "addons": [],
            "is_glossary": false,
            "glossary_color": "silver",
            "category": null,
            "linked_component": null
        },
        {
            "name": "gotosocial",
            "slug": "gotosocial",
            "id": 27,
            "source_language": {
                "id": 73,
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 73,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485517,
                "web_url": "https://translate.yunohost.org/languages/en/",
                "url": "https://translate.yunohost.org/api/languages/en/",
                "statistics_url": "https://translate.yunohost.org/api/languages/en/statistics/"
            },
            "project": {
                "name": "YunoHost Apps",
                "slug": "yunohost-apps",
                "id": 2,
                "web": "https://yunohost.org",
                "web_url": "https://translate.yunohost.org/projects/yunohost-apps/",
                "url": "https://translate.yunohost.org/api/projects/yunohost-apps/",
                "components_list_url": "https://translate.yunohost.org/api/projects/yunohost-apps/components/",
                "repository_url": "https://translate.yunohost.org/api/projects/yunohost-apps/repository/",
                "statistics_url": "https://translate.yunohost.org/api/projects/yunohost-apps/statistics/",
                "categories_url": "https://translate.yunohost.org/api/projects/yunohost-apps/categories/",
                "changes_list_url": "https://translate.yunohost.org/api/projects/yunohost-apps/changes/",
                "languages_url": "https://translate.yunohost.org/api/projects/yunohost-apps/languages/",
                "labels_url": "https://translate.yunohost.org/api/projects/yunohost-apps/labels/",
                "translation_review": false,
                "source_review": false,
                "set_language_team": true,
                "instructions": "",
                "enable_hooks": true,
                "language_aliases": ""
            },
            "vcs": "git",
            "repo": "https://github.com/yunohost/apps_translations",
            "git_export": "https://translate.yunohost.org/git/yunohost-apps/gotosocial/",
            "branch": "main",
            "push_branch": "",
            "filemask": "translations/apps/gotosocial/manifest/*.json",
            "screenshot_filemask": "",
            "template": "translations/apps/gotosocial/manifest/en.json",
            "edit_template": true,
            "intermediate": "",
            "new_base": "translations/apps/gotosocial/manifest/en.json",
            "file_format": "json",
            "license": "",
            "license_url": null,
            "agreement": "",
            "web_url": "https://translate.yunohost.org/projects/yunohost-apps/gotosocial/",
            "url": "https://translate.yunohost.org/api/components/yunohost-apps/gotosocial/",
            "repository_url": "https://translate.yunohost.org/api/components/yunohost-apps/gotosocial/repository/",
            "translations_url": "https://translate.yunohost.org/api/components/yunohost-apps/gotosocial/translations/",
            "statistics_url": "https://translate.yunohost.org/api/components/yunohost-apps/gotosocial/statistics/",
            "lock_url": "https://translate.yunohost.org/api/components/yunohost-apps/gotosocial/lock/",
            "links_url": "https://translate.yunohost.org/api/components/yunohost-apps/gotosocial/links/",
            "changes_list_url": "https://translate.yunohost.org/api/components/yunohost-apps/gotosocial/changes/",
            "task_url": null,
            "new_lang": "add",
            "language_code_style": "",
            "push": "git@github.com:yunohost/apps_translations.git",
            "check_flags": "",
            "priority": 100,
            "enforced_checks": [],
            "restricted": false,
            "repoweb": "",
            "report_source_bugs": "",
            "merge_style": "rebase",
            "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
            "add_message": "Added translation using Weblate ({{ language_name }})",
            "delete_message": "Deleted translation using Weblate ({{ language_name }})",
            "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
            "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
            "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
            "allow_translation_propagation": true,
            "manage_units": true,
            "enable_suggestions": true,
            "suggestion_voting": false,
            "suggestion_autoaccept": 0,
            "push_on_commit": true,
            "commit_pending_age": 24,
            "auto_lock_error": true,
            "language_regex": "^[^.]+$",
            "variant_regex": "",
            "addons": [],
            "is_glossary": false,
            "glossary_color": "silver",
            "category": null,
            "linked_component": null
        },
        {
            "name": "photoprism",
            "slug": "photoprism",
            "id": 28,
            "source_language": {
                "id": 73,
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 73,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485517,
                "web_url": "https://translate.yunohost.org/languages/en/",
                "url": "https://translate.yunohost.org/api/languages/en/",
                "statistics_url": "https://translate.yunohost.org/api/languages/en/statistics/"
            },
            "project": {
                "name": "YunoHost Apps",
                "slug": "yunohost-apps",
                "id": 2,
                "web": "https://yunohost.org",
                "web_url": "https://translate.yunohost.org/projects/yunohost-apps/",
                "url": "https://translate.yunohost.org/api/projects/yunohost-apps/",
                "components_list_url": "https://translate.yunohost.org/api/projects/yunohost-apps/components/",
                "repository_url": "https://translate.yunohost.org/api/projects/yunohost-apps/repository/",
                "statistics_url": "https://translate.yunohost.org/api/projects/yunohost-apps/statistics/",
                "categories_url": "https://translate.yunohost.org/api/projects/yunohost-apps/categories/",
                "changes_list_url": "https://translate.yunohost.org/api/projects/yunohost-apps/changes/",
                "languages_url": "https://translate.yunohost.org/api/projects/yunohost-apps/languages/",
                "labels_url": "https://translate.yunohost.org/api/projects/yunohost-apps/labels/",
                "translation_review": false,
                "source_review": false,
                "set_language_team": true,
                "instructions": "",
                "enable_hooks": true,
                "language_aliases": ""
            },
            "vcs": "git",
            "repo": "https://github.com/yunohost/apps_translations",
            "git_export": "https://translate.yunohost.org/git/yunohost-apps/photoprism/",
            "branch": "main",
            "push_branch": "",
            "filemask": "translations/apps/photoprism/manifest/*.json",
            "screenshot_filemask": "",
            "template": "translations/apps/photoprism/manifest/en.json",
            "edit_template": true,
            "intermediate": "",
            "new_base": "translations/apps/photoprism/manifest/en.json",
            "file_format": "json",
            "license": "",
            "license_url": null,
            "agreement": "",
            "web_url": "https://translate.yunohost.org/projects/yunohost-apps/photoprism/",
            "url": "https://translate.yunohost.org/api/components/yunohost-apps/photoprism/",
            "repository_url": "https://translate.yunohost.org/api/components/yunohost-apps/photoprism/repository/",
            "translations_url": "https://translate.yunohost.org/api/components/yunohost-apps/photoprism/translations/",
            "statistics_url": "https://translate.yunohost.org/api/components/yunohost-apps/photoprism/statistics/",
            "lock_url": "https://translate.yunohost.org/api/components/yunohost-apps/photoprism/lock/",
            "links_url": "https://translate.yunohost.org/api/components/yunohost-apps/photoprism/links/",
            "changes_list_url": "https://translate.yunohost.org/api/components/yunohost-apps/photoprism/changes/",
            "task_url": null,
            "new_lang": "add",
            "language_code_style": "",
            "push": "git@github.com:yunohost/apps_translations.git",
            "check_flags": "",
            "priority": 100,
            "enforced_checks": [],
            "restricted": false,
            "repoweb": "",
            "report_source_bugs": "",
            "merge_style": "rebase",
            "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
            "add_message": "Added translation using Weblate ({{ language_name }})",
            "delete_message": "Deleted translation using Weblate ({{ language_name }})",
            "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
            "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
            "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
            "allow_translation_propagation": true,
            "manage_units": true,
            "enable_suggestions": true,
            "suggestion_voting": false,
            "suggestion_autoaccept": 0,
            "push_on_commit": true,
            "commit_pending_age": 24,
            "auto_lock_error": true,
            "language_regex": "^[^.]+$",
            "variant_regex": "",
            "addons": [],
            "is_glossary": false,
            "glossary_color": "silver",
            "category": null,
            "linked_component": null
        },
        {
            "name": "store",
            "slug": "store",
            "id": 29,
            "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/",
                "statistics_url": "https://translate.yunohost.org/api/languages/en/statistics/"
            },
            "project": {
                "name": "YunoHost",
                "slug": "yunohost",
                "id": 1,
                "web": "https://yunohost.org",
                "web_url": "https://translate.yunohost.org/projects/yunohost/",
                "url": "https://translate.yunohost.org/api/projects/yunohost/",
                "components_list_url": "https://translate.yunohost.org/api/projects/yunohost/components/",
                "repository_url": "https://translate.yunohost.org/api/projects/yunohost/repository/",
                "statistics_url": "https://translate.yunohost.org/api/projects/yunohost/statistics/",
                "categories_url": "https://translate.yunohost.org/api/projects/yunohost/categories/",
                "changes_list_url": "https://translate.yunohost.org/api/projects/yunohost/changes/",
                "languages_url": "https://translate.yunohost.org/api/projects/yunohost/languages/",
                "labels_url": "https://translate.yunohost.org/api/projects/yunohost/labels/",
                "translation_review": false,
                "source_review": false,
                "set_language_team": true,
                "instructions": "",
                "enable_hooks": true,
                "language_aliases": ""
            },
            "vcs": "git",
            "repo": "https://github.com/YunoHost/appstore.git",
            "git_export": "https://translate.yunohost.org/git/yunohost/store/",
            "branch": "main",
            "push_branch": "",
            "filemask": "translations/*/LC_MESSAGES/messages.po",
            "screenshot_filemask": "",
            "template": "",
            "edit_template": true,
            "intermediate": "",
            "new_base": "messages.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/store/",
            "url": "https://translate.yunohost.org/api/components/yunohost/store/",
            "repository_url": "https://translate.yunohost.org/api/components/yunohost/store/repository/",
            "translations_url": "https://translate.yunohost.org/api/components/yunohost/store/translations/",
            "statistics_url": "https://translate.yunohost.org/api/components/yunohost/store/statistics/",
            "lock_url": "https://translate.yunohost.org/api/components/yunohost/store/lock/",
            "links_url": "https://translate.yunohost.org/api/components/yunohost/store/links/",
            "changes_list_url": "https://translate.yunohost.org/api/components/yunohost/store/changes/",
            "task_url": null,
            "new_lang": "add",
            "language_code_style": "",
            "push": "git@github.com:YunoHost/appstore.git",
            "check_flags": "md-text, python-format, python-brace-format",
            "priority": 100,
            "enforced_checks": [
                "python_brace_format",
                "python_format",
                "md-link",
                "md-reflink",
                "md-syntax"
            ],
            "restricted": false,
            "repoweb": "",
            "report_source_bugs": "",
            "merge_style": "rebase",
            "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
            "add_message": "Added translation using Weblate ({{ language_name }})",
            "delete_message": "Deleted translation using Weblate ({{ language_name }})",
            "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
            "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
            "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
            "allow_translation_propagation": true,
            "manage_units": false,
            "enable_suggestions": true,
            "suggestion_voting": false,
            "suggestion_autoaccept": 0,
            "push_on_commit": true,
            "commit_pending_age": 24,
            "auto_lock_error": true,
            "language_regex": "^[^.]+$",
            "variant_regex": "",
            "addons": [],
            "is_glossary": false,
            "glossary_color": "silver",
            "category": null,
            "linked_component": null
        },
        {
            "name": "landingpage",
            "slug": "landingpage",
            "id": 30,
            "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/",
                "statistics_url": "https://translate.yunohost.org/api/languages/en/statistics/"
            },
            "project": {
                "name": "YunoHost",
                "slug": "yunohost",
                "id": 1,
                "web": "https://yunohost.org",
                "web_url": "https://translate.yunohost.org/projects/yunohost/",
                "url": "https://translate.yunohost.org/api/projects/yunohost/",
                "components_list_url": "https://translate.yunohost.org/api/projects/yunohost/components/",
                "repository_url": "https://translate.yunohost.org/api/projects/yunohost/repository/",
                "statistics_url": "https://translate.yunohost.org/api/projects/yunohost/statistics/",
                "categories_url": "https://translate.yunohost.org/api/projects/yunohost/categories/",
                "changes_list_url": "https://translate.yunohost.org/api/projects/yunohost/changes/",
                "languages_url": "https://translate.yunohost.org/api/projects/yunohost/languages/",
                "labels_url": "https://translate.yunohost.org/api/projects/yunohost/labels/",
                "translation_review": false,
                "source_review": false,
                "set_language_team": true,
                "instructions": "",
                "enable_hooks": true,
                "language_aliases": ""
            },
            "vcs": "github",
            "repo": "https://github.com/YunoHost/landingpage",
            "git_export": "https://translate.yunohost.org/git/yunohost/landingpage/",
            "branch": "main",
            "push_branch": "",
            "filemask": "translations/*/LC_MESSAGES/messages.po",
            "screenshot_filemask": "",
            "template": "",
            "edit_template": true,
            "intermediate": "",
            "new_base": "translations/messages.pot",
            "file_format": "po",
            "license": "",
            "license_url": null,
            "agreement": "",
            "web_url": "https://translate.yunohost.org/projects/yunohost/landingpage/",
            "url": "https://translate.yunohost.org/api/components/yunohost/landingpage/",
            "repository_url": "https://translate.yunohost.org/api/components/yunohost/landingpage/repository/",
            "translations_url": "https://translate.yunohost.org/api/components/yunohost/landingpage/translations/",
            "statistics_url": "https://translate.yunohost.org/api/components/yunohost/landingpage/statistics/",
            "lock_url": "https://translate.yunohost.org/api/components/yunohost/landingpage/lock/",
            "links_url": "https://translate.yunohost.org/api/components/yunohost/landingpage/links/",
            "changes_list_url": "https://translate.yunohost.org/api/components/yunohost/landingpage/changes/",
            "task_url": null,
            "new_lang": "add",
            "language_code_style": "",
            "push": "git@github.com:YunoHost/landingpage.git",
            "check_flags": "",
            "priority": 100,
            "enforced_checks": [],
            "restricted": false,
            "repoweb": "",
            "report_source_bugs": "",
            "merge_style": "rebase",
            "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
            "add_message": "Added translation using Weblate ({{ language_name }})",
            "delete_message": "Deleted translation using Weblate ({{ language_name }})",
            "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
            "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
            "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
            "allow_translation_propagation": true,
            "manage_units": false,
            "enable_suggestions": true,
            "suggestion_voting": false,
            "suggestion_autoaccept": 0,
            "push_on_commit": true,
            "commit_pending_age": 24,
            "auto_lock_error": true,
            "language_regex": "^[^.]+$",
            "variant_regex": "",
            "addons": [],
            "is_glossary": false,
            "glossary_color": "silver",
            "category": null,
            "linked_component": null
        },
        {
            "name": "readme-generator",
            "slug": "readme-generator",
            "id": 31,
            "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/",
                "statistics_url": "https://translate.yunohost.org/api/languages/en/statistics/"
            },
            "project": {
                "name": "YunoHost",
                "slug": "yunohost",
                "id": 1,
                "web": "https://yunohost.org",
                "web_url": "https://translate.yunohost.org/projects/yunohost/",
                "url": "https://translate.yunohost.org/api/projects/yunohost/",
                "components_list_url": "https://translate.yunohost.org/api/projects/yunohost/components/",
                "repository_url": "https://translate.yunohost.org/api/projects/yunohost/repository/",
                "statistics_url": "https://translate.yunohost.org/api/projects/yunohost/statistics/",
                "categories_url": "https://translate.yunohost.org/api/projects/yunohost/categories/",
                "changes_list_url": "https://translate.yunohost.org/api/projects/yunohost/changes/",
                "languages_url": "https://translate.yunohost.org/api/projects/yunohost/languages/",
                "labels_url": "https://translate.yunohost.org/api/projects/yunohost/labels/",
                "translation_review": false,
                "source_review": false,
                "set_language_team": true,
                "instructions": "",
                "enable_hooks": true,
                "language_aliases": ""
            },
            "vcs": "github",
            "repo": "https://github.com/YunoHost/apps_tools",
            "git_export": "https://translate.yunohost.org/git/yunohost/readme-generator/",
            "branch": "main",
            "push_branch": "",
            "filemask": "readme_generator/translations/*/LC_MESSAGES/messages.po",
            "screenshot_filemask": "",
            "template": "",
            "edit_template": true,
            "intermediate": "",
            "new_base": "readme_generator/messages.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/readme-generator/",
            "url": "https://translate.yunohost.org/api/components/yunohost/readme-generator/",
            "repository_url": "https://translate.yunohost.org/api/components/yunohost/readme-generator/repository/",
            "translations_url": "https://translate.yunohost.org/api/components/yunohost/readme-generator/translations/",
            "statistics_url": "https://translate.yunohost.org/api/components/yunohost/readme-generator/statistics/",
            "lock_url": "https://translate.yunohost.org/api/components/yunohost/readme-generator/lock/",
            "links_url": "https://translate.yunohost.org/api/components/yunohost/readme-generator/links/",
            "changes_list_url": "https://translate.yunohost.org/api/components/yunohost/readme-generator/changes/",
            "task_url": null,
            "new_lang": "add",
            "language_code_style": "",
            "push": "https://github.com/YunoHost/apps_tools",
            "check_flags": "md-text, python-format, python-brace-format",
            "priority": 100,
            "enforced_checks": [
                "python_brace_format",
                "python_format",
                "md-link",
                "md-reflink",
                "md-syntax"
            ],
            "restricted": false,
            "repoweb": "",
            "report_source_bugs": "",
            "merge_style": "rebase",
            "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
            "add_message": "Added translation using Weblate ({{ language_name }})",
            "delete_message": "Deleted translation using Weblate ({{ language_name }})",
            "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
            "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
            "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
            "allow_translation_propagation": true,
            "manage_units": false,
            "enable_suggestions": true,
            "suggestion_voting": false,
            "suggestion_autoaccept": 0,
            "push_on_commit": true,
            "commit_pending_age": 24,
            "auto_lock_error": true,
            "language_regex": "^[^.]+$",
            "variant_regex": "",
            "addons": [
                "https://translate.yunohost.org/api/addons/19/",
                "https://translate.yunohost.org/api/addons/20/"
            ],
            "is_glossary": false,
            "glossary_color": "silver",
            "category": null,
            "linked_component": null
        }
    ]
}