Translation projects API.

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

GET /api/projects/yunohost/components/?format=api
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 8,
    "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/?format=api",
                "statistics_url": "https://translate.yunohost.org/api/languages/en/statistics/?format=api"
            },
            "vcs": "github",
            "repo": "https://github.com/YunoHost/yunohost.git",
            "git_export": "https://translate.yunohost.org/git/yunohost/core/",
            "branch": "dev",
            "push_branch": "",
            "filemask": "locales/*.json",
            "screenshot_filemask": "",
            "template": "locales/en.json",
            "edit_template": true,
            "intermediate": "",
            "new_base": "",
            "file_format": "json",
            "license": "AGPL-3.0-or-later",
            "license_url": "https://spdx.org/licenses/AGPL-3.0-or-later.html",
            "agreement": "",
            "web_url": "https://translate.yunohost.org/projects/yunohost/core/",
            "url": "https://translate.yunohost.org/api/components/yunohost/core/?format=api",
            "repository_url": "https://translate.yunohost.org/api/components/yunohost/core/repository/?format=api",
            "translations_url": "https://translate.yunohost.org/api/components/yunohost/core/translations/?format=api",
            "statistics_url": "https://translate.yunohost.org/api/components/yunohost/core/statistics/?format=api",
            "lock_url": "https://translate.yunohost.org/api/components/yunohost/core/lock/?format=api",
            "links_url": "https://translate.yunohost.org/api/components/yunohost/core/links/?format=api",
            "changes_list_url": "https://translate.yunohost.org/api/components/yunohost/core/changes/?format=api",
            "task_url": null,
            "new_lang": "add",
            "language_code_style": "",
            "push": "https://github.com/YunoHost/yunohost.git",
            "check_flags": "python-brace-format",
            "priority": 100,
            "enforced_checks": [],
            "restricted": false,
            "repoweb": "",
            "report_source_bugs": "",
            "merge_style": "rebase",
            "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
            "add_message": "Added translation using Weblate ({{ language_name }})",
            "delete_message": "Deleted translation using Weblate ({{ language_name }})",
            "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
            "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ hook_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
            "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
            "allow_translation_propagation": true,
            "manage_units": false,
            "enable_suggestions": true,
            "suggestion_voting": false,
            "suggestion_autoaccept": 0,
            "push_on_commit": true,
            "commit_pending_age": 24,
            "auto_lock_error": true,
            "language_regex": "^[^.]+$",
            "variant_regex": "",
            "addons": [
                "https://translate.yunohost.org/api/addons/1/?format=api",
                "https://translate.yunohost.org/api/addons/4/?format=api",
                "https://translate.yunohost.org/api/addons/5/?format=api"
            ],
            "is_glossary": false,
            "glossary_color": "silver",
            "category": null
        },
        {
            "name": "admin",
            "slug": "admin",
            "id": 2,
            "source_language": {
                "id": 73,
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 73,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485517,
                "web_url": "https://translate.yunohost.org/languages/en/",
                "url": "https://translate.yunohost.org/api/languages/en/?format=api",
                "statistics_url": "https://translate.yunohost.org/api/languages/en/statistics/?format=api"
            },
            "vcs": "github",
            "repo": "https://github.com/YunoHost/yunohost-admin.git",
            "git_export": "https://translate.yunohost.org/git/yunohost/admin/",
            "branch": "dev",
            "push_branch": "",
            "filemask": "app/src/i18n/locales/*.json",
            "screenshot_filemask": "",
            "template": "app/src/i18n/locales/en.json",
            "edit_template": true,
            "intermediate": "",
            "new_base": "",
            "file_format": "json",
            "license": "AGPL-3.0-or-later",
            "license_url": "https://spdx.org/licenses/AGPL-3.0-or-later.html",
            "agreement": "",
            "web_url": "https://translate.yunohost.org/projects/yunohost/admin/",
            "url": "https://translate.yunohost.org/api/components/yunohost/admin/?format=api",
            "repository_url": "https://translate.yunohost.org/api/components/yunohost/admin/repository/?format=api",
            "translations_url": "https://translate.yunohost.org/api/components/yunohost/admin/translations/?format=api",
            "statistics_url": "https://translate.yunohost.org/api/components/yunohost/admin/statistics/?format=api",
            "lock_url": "https://translate.yunohost.org/api/components/yunohost/admin/lock/?format=api",
            "links_url": "https://translate.yunohost.org/api/components/yunohost/admin/links/?format=api",
            "changes_list_url": "https://translate.yunohost.org/api/components/yunohost/admin/changes/?format=api",
            "task_url": null,
            "new_lang": "add",
            "language_code_style": "",
            "push": "https://github.com/YunoHost/yunohost-admin.git",
            "check_flags": "python-brace-format",
            "priority": 100,
            "enforced_checks": [],
            "restricted": false,
            "repoweb": "",
            "report_source_bugs": "",
            "merge_style": "rebase",
            "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
            "add_message": "Added translation using Weblate ({{ language_name }})",
            "delete_message": "Deleted translation using Weblate ({{ language_name }})",
            "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
            "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ hook_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
            "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
            "allow_translation_propagation": true,
            "manage_units": false,
            "enable_suggestions": true,
            "suggestion_voting": false,
            "suggestion_autoaccept": 0,
            "push_on_commit": true,
            "commit_pending_age": 24,
            "auto_lock_error": true,
            "language_regex": "^[^.]+$",
            "variant_regex": "",
            "addons": [
                "https://translate.yunohost.org/api/addons/6/?format=api",
                "https://translate.yunohost.org/api/addons/7/?format=api"
            ],
            "is_glossary": false,
            "glossary_color": "silver",
            "category": null
        },
        {
            "name": "moulinette",
            "slug": "moulinette",
            "id": 3,
            "source_language": {
                "id": 73,
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 73,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485517,
                "web_url": "https://translate.yunohost.org/languages/en/",
                "url": "https://translate.yunohost.org/api/languages/en/?format=api",
                "statistics_url": "https://translate.yunohost.org/api/languages/en/statistics/?format=api"
            },
            "vcs": "github",
            "repo": "https://github.com/YunoHost/moulinette.git",
            "git_export": "https://translate.yunohost.org/git/yunohost/moulinette/",
            "branch": "dev",
            "push_branch": "",
            "filemask": "locales/*.json",
            "screenshot_filemask": "",
            "template": "locales/en.json",
            "edit_template": true,
            "intermediate": "",
            "new_base": "",
            "file_format": "json",
            "license": "AGPL-3.0-or-later",
            "license_url": "https://spdx.org/licenses/AGPL-3.0-or-later.html",
            "agreement": "",
            "web_url": "https://translate.yunohost.org/projects/yunohost/moulinette/",
            "url": "https://translate.yunohost.org/api/components/yunohost/moulinette/?format=api",
            "repository_url": "https://translate.yunohost.org/api/components/yunohost/moulinette/repository/?format=api",
            "translations_url": "https://translate.yunohost.org/api/components/yunohost/moulinette/translations/?format=api",
            "statistics_url": "https://translate.yunohost.org/api/components/yunohost/moulinette/statistics/?format=api",
            "lock_url": "https://translate.yunohost.org/api/components/yunohost/moulinette/lock/?format=api",
            "links_url": "https://translate.yunohost.org/api/components/yunohost/moulinette/links/?format=api",
            "changes_list_url": "https://translate.yunohost.org/api/components/yunohost/moulinette/changes/?format=api",
            "task_url": null,
            "new_lang": "add",
            "language_code_style": "",
            "push": "https://github.com/YunoHost/moulinette.git",
            "check_flags": "python-brace-format",
            "priority": 100,
            "enforced_checks": [],
            "restricted": false,
            "repoweb": "",
            "report_source_bugs": "",
            "merge_style": "rebase",
            "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
            "add_message": "Added translation using Weblate ({{ language_name }})",
            "delete_message": "Deleted translation using Weblate ({{ language_name }})",
            "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
            "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ hook_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
            "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
            "allow_translation_propagation": true,
            "manage_units": false,
            "enable_suggestions": true,
            "suggestion_voting": false,
            "suggestion_autoaccept": 0,
            "push_on_commit": true,
            "commit_pending_age": 24,
            "auto_lock_error": true,
            "language_regex": "^[^.]+$",
            "variant_regex": "",
            "addons": [
                "https://translate.yunohost.org/api/addons/10/?format=api",
                "https://translate.yunohost.org/api/addons/11/?format=api"
            ],
            "is_glossary": false,
            "glossary_color": "silver",
            "category": null
        },
        {
            "name": "SSOwat",
            "slug": "ssowat",
            "id": 4,
            "source_language": {
                "id": 73,
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 73,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485517,
                "web_url": "https://translate.yunohost.org/languages/en/",
                "url": "https://translate.yunohost.org/api/languages/en/?format=api",
                "statistics_url": "https://translate.yunohost.org/api/languages/en/statistics/?format=api"
            },
            "vcs": "github",
            "repo": "https://github.com/YunoHost/SSOwat.git",
            "git_export": "https://translate.yunohost.org/git/yunohost/ssowat/",
            "branch": "dev",
            "push_branch": "",
            "filemask": "portal/locales/*.json",
            "screenshot_filemask": "",
            "template": "portal/locales/en.json",
            "edit_template": true,
            "intermediate": "",
            "new_base": "",
            "file_format": "json",
            "license": "AGPL-3.0-or-later",
            "license_url": "https://spdx.org/licenses/AGPL-3.0-or-later.html",
            "agreement": "",
            "web_url": "https://translate.yunohost.org/projects/yunohost/ssowat/",
            "url": "https://translate.yunohost.org/api/components/yunohost/ssowat/?format=api",
            "repository_url": "https://translate.yunohost.org/api/components/yunohost/ssowat/repository/?format=api",
            "translations_url": "https://translate.yunohost.org/api/components/yunohost/ssowat/translations/?format=api",
            "statistics_url": "https://translate.yunohost.org/api/components/yunohost/ssowat/statistics/?format=api",
            "lock_url": "https://translate.yunohost.org/api/components/yunohost/ssowat/lock/?format=api",
            "links_url": "https://translate.yunohost.org/api/components/yunohost/ssowat/links/?format=api",
            "changes_list_url": "https://translate.yunohost.org/api/components/yunohost/ssowat/changes/?format=api",
            "task_url": null,
            "new_lang": "add",
            "language_code_style": "",
            "push": "https://github.com/YunoHost/SSOwat.git",
            "check_flags": "python-brace-format",
            "priority": 100,
            "enforced_checks": [],
            "restricted": false,
            "repoweb": "",
            "report_source_bugs": "",
            "merge_style": "rebase",
            "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
            "add_message": "Added translation using Weblate ({{ language_name }})",
            "delete_message": "Deleted translation using Weblate ({{ language_name }})",
            "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
            "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ hook_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
            "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
            "allow_translation_propagation": true,
            "manage_units": false,
            "enable_suggestions": true,
            "suggestion_voting": false,
            "suggestion_autoaccept": 0,
            "push_on_commit": true,
            "commit_pending_age": 24,
            "auto_lock_error": true,
            "language_regex": "^[^.]+$",
            "variant_regex": "",
            "addons": [
                "https://translate.yunohost.org/api/addons/8/?format=api",
                "https://translate.yunohost.org/api/addons/9/?format=api"
            ],
            "is_glossary": false,
            "glossary_color": "silver",
            "category": null
        },
        {
            "name": "YunoHost",
            "slug": "glossary",
            "id": 5,
            "source_language": {
                "id": 73,
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 73,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485517,
                "web_url": "https://translate.yunohost.org/languages/en/",
                "url": "https://translate.yunohost.org/api/languages/en/?format=api",
                "statistics_url": "https://translate.yunohost.org/api/languages/en/statistics/?format=api"
            },
            "vcs": "local",
            "repo": "local:",
            "git_export": "https://translate.yunohost.org/git/yunohost/glossary/",
            "branch": "main",
            "push_branch": "",
            "filemask": "*.tbx",
            "screenshot_filemask": "",
            "template": "",
            "edit_template": true,
            "intermediate": "",
            "new_base": "",
            "file_format": "tbx",
            "license": "AGPL-3.0-or-later",
            "license_url": "https://spdx.org/licenses/AGPL-3.0-or-later.html",
            "agreement": "",
            "web_url": "https://translate.yunohost.org/projects/yunohost/glossary/",
            "url": "https://translate.yunohost.org/api/components/yunohost/glossary/?format=api",
            "repository_url": "https://translate.yunohost.org/api/components/yunohost/glossary/repository/?format=api",
            "translations_url": "https://translate.yunohost.org/api/components/yunohost/glossary/translations/?format=api",
            "statistics_url": "https://translate.yunohost.org/api/components/yunohost/glossary/statistics/?format=api",
            "lock_url": "https://translate.yunohost.org/api/components/yunohost/glossary/lock/?format=api",
            "links_url": "https://translate.yunohost.org/api/components/yunohost/glossary/links/?format=api",
            "changes_list_url": "https://translate.yunohost.org/api/components/yunohost/glossary/changes/?format=api",
            "task_url": null,
            "new_lang": "none",
            "language_code_style": "",
            "push": "",
            "check_flags": "",
            "priority": 100,
            "enforced_checks": [],
            "restricted": false,
            "repoweb": "",
            "report_source_bugs": "",
            "merge_style": "rebase",
            "commit_message": "Translated using Weblate ({{ language_name }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
            "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
            "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
            "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
            "addon_message": "Update translation files\n\nUpdated by \"{{ addon_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
            "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
            "allow_translation_propagation": false,
            "manage_units": true,
            "enable_suggestions": true,
            "suggestion_voting": false,
            "suggestion_autoaccept": 0,
            "push_on_commit": true,
            "commit_pending_age": 24,
            "auto_lock_error": true,
            "language_regex": "^[^.]+$",
            "variant_regex": "",
            "addons": [],
            "is_glossary": true,
            "glossary_color": "silver",
            "category": null
        },
        {
            "name": "portal",
            "slug": "portal",
            "id": 6,
            "source_language": {
                "id": 73,
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 73,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485517,
                "web_url": "https://translate.yunohost.org/languages/en/",
                "url": "https://translate.yunohost.org/api/languages/en/?format=api",
                "statistics_url": "https://translate.yunohost.org/api/languages/en/statistics/?format=api"
            },
            "vcs": "github",
            "repo": "https://github.com/YunoHost/yunohost-portal",
            "git_export": "https://translate.yunohost.org/git/yunohost/portal/",
            "branch": "dev",
            "push_branch": "",
            "filemask": "locales/*.json",
            "screenshot_filemask": "",
            "template": "locales/en.json",
            "edit_template": true,
            "intermediate": "",
            "new_base": "",
            "file_format": "json-nested",
            "license": "AGPL-3.0-or-later",
            "license_url": "https://spdx.org/licenses/AGPL-3.0-or-later.html",
            "agreement": "",
            "web_url": "https://translate.yunohost.org/projects/yunohost/portal/",
            "url": "https://translate.yunohost.org/api/components/yunohost/portal/?format=api",
            "repository_url": "https://translate.yunohost.org/api/components/yunohost/portal/repository/?format=api",
            "translations_url": "https://translate.yunohost.org/api/components/yunohost/portal/translations/?format=api",
            "statistics_url": "https://translate.yunohost.org/api/components/yunohost/portal/statistics/?format=api",
            "lock_url": "https://translate.yunohost.org/api/components/yunohost/portal/lock/?format=api",
            "links_url": "https://translate.yunohost.org/api/components/yunohost/portal/links/?format=api",
            "changes_list_url": "https://translate.yunohost.org/api/components/yunohost/portal/changes/?format=api",
            "task_url": null,
            "new_lang": "add",
            "language_code_style": "",
            "push": "https://github.com/YunoHost/yunohost-portal",
            "check_flags": "python-brace-format",
            "priority": 100,
            "enforced_checks": [],
            "restricted": false,
            "repoweb": "",
            "report_source_bugs": "",
            "merge_style": "rebase",
            "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
            "add_message": "Added translation using Weblate ({{ language_name }})",
            "delete_message": "Deleted translation using Weblate ({{ language_name }})",
            "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
            "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
            "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
            "allow_translation_propagation": true,
            "manage_units": false,
            "enable_suggestions": true,
            "suggestion_voting": false,
            "suggestion_autoaccept": 0,
            "push_on_commit": true,
            "commit_pending_age": 24,
            "auto_lock_error": true,
            "language_regex": "^[^.]+$",
            "variant_regex": "",
            "addons": [
                "https://translate.yunohost.org/api/addons/2/?format=api",
                "https://translate.yunohost.org/api/addons/3/?format=api"
            ],
            "is_glossary": false,
            "glossary_color": "silver",
            "category": null
        },
        {
            "name": "store",
            "slug": "apps",
            "id": 8,
            "source_language": {
                "id": 73,
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 73,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485517,
                "web_url": "https://translate.yunohost.org/languages/en/",
                "url": "https://translate.yunohost.org/api/languages/en/?format=api",
                "statistics_url": "https://translate.yunohost.org/api/languages/en/statistics/?format=api"
            },
            "vcs": "github",
            "repo": "https://github.com/YunoHost/apps.git",
            "git_export": "https://translate.yunohost.org/git/yunohost/apps/",
            "branch": "master",
            "push_branch": "",
            "filemask": "store/translations/*/LC_MESSAGES/messages.po",
            "screenshot_filemask": "",
            "template": "",
            "edit_template": true,
            "intermediate": "",
            "new_base": "store/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/apps/",
            "url": "https://translate.yunohost.org/api/components/yunohost/apps/?format=api",
            "repository_url": "https://translate.yunohost.org/api/components/yunohost/apps/repository/?format=api",
            "translations_url": "https://translate.yunohost.org/api/components/yunohost/apps/translations/?format=api",
            "statistics_url": "https://translate.yunohost.org/api/components/yunohost/apps/statistics/?format=api",
            "lock_url": "https://translate.yunohost.org/api/components/yunohost/apps/lock/?format=api",
            "links_url": "https://translate.yunohost.org/api/components/yunohost/apps/links/?format=api",
            "changes_list_url": "https://translate.yunohost.org/api/components/yunohost/apps/changes/?format=api",
            "task_url": null,
            "new_lang": "add",
            "language_code_style": "",
            "push": "https://github.com/YunoHost/apps.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 }}) for appstore\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 }}) for appstore",
            "delete_message": "Deleted translation using Weblate ({{ language_name }}) for appstore",
            "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate  for appstore.",
            "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 }} for appstore\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/14/?format=api",
                "https://translate.yunohost.org/api/addons/15/?format=api"
            ],
            "is_glossary": false,
            "glossary_color": "silver",
            "category": null
        },
        {
            "name": "readme-generator",
            "slug": "readme-generator",
            "id": 10,
            "source_language": {
                "id": 73,
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 73,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485517,
                "web_url": "https://translate.yunohost.org/languages/en/",
                "url": "https://translate.yunohost.org/api/languages/en/?format=api",
                "statistics_url": "https://translate.yunohost.org/api/languages/en/statistics/?format=api"
            },
            "vcs": "github",
            "repo": "https://github.com/YunoHost/apps",
            "git_export": "https://translate.yunohost.org/git/yunohost/readme-generator/",
            "branch": "master",
            "push_branch": "",
            "filemask": "tools/readme_generator/translations/*/LC_MESSAGES/messages.po",
            "screenshot_filemask": "",
            "template": "",
            "edit_template": true,
            "intermediate": "",
            "new_base": "tools/readme_generator/messages.pot",
            "file_format": "po",
            "license": "",
            "license_url": null,
            "agreement": "",
            "web_url": "https://translate.yunohost.org/projects/yunohost/readme-generator/",
            "url": "https://translate.yunohost.org/api/components/yunohost/readme-generator/?format=api",
            "repository_url": "https://translate.yunohost.org/api/components/yunohost/readme-generator/repository/?format=api",
            "translations_url": "https://translate.yunohost.org/api/components/yunohost/readme-generator/translations/?format=api",
            "statistics_url": "https://translate.yunohost.org/api/components/yunohost/readme-generator/statistics/?format=api",
            "lock_url": "https://translate.yunohost.org/api/components/yunohost/readme-generator/lock/?format=api",
            "links_url": "https://translate.yunohost.org/api/components/yunohost/readme-generator/links/?format=api",
            "changes_list_url": "https://translate.yunohost.org/api/components/yunohost/readme-generator/changes/?format=api",
            "task_url": null,
            "new_lang": "add",
            "language_code_style": "",
            "push": "git@github.com:YunoHost/apps.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 readme-generator 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 for readme-generator using Weblate ({{ language_name }})",
            "delete_message": "Deleted translation for readme-generator using Weblate ({{ language_name }})",
            "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
            "addon_message": "Update translation files for readme-generator \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 }} for readme-generator \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/17/?format=api",
                "https://translate.yunohost.org/api/addons/18/?format=api"
            ],
            "is_glossary": false,
            "glossary_color": "silver",
            "category": null
        }
    ]
}