Translation components API.

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

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

{
    "count": 131,
    "next": "https://weblate.framasoft.org/api/components/?format=api&page=2",
    "previous": null,
    "results": [
        {
            "name": "Frontend",
            "slug": "frontend",
            "id": 3,
            "source_language": {
                "id": 76,
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 76,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485517,
                "web_url": "https://weblate.framasoft.org/languages/en/",
                "url": "https://weblate.framasoft.org/api/languages/en/?format=api",
                "statistics_url": "https://weblate.framasoft.org/api/languages/en/statistics/?format=api"
            },
            "project": {
                "name": "Mobilizon",
                "slug": "mobilizon",
                "id": 2,
                "web": "https://joinmobilizon.org/",
                "web_url": "https://weblate.framasoft.org/projects/mobilizon/",
                "url": "https://weblate.framasoft.org/api/projects/mobilizon/?format=api",
                "components_list_url": "https://weblate.framasoft.org/api/projects/mobilizon/components/?format=api",
                "repository_url": "https://weblate.framasoft.org/api/projects/mobilizon/repository/?format=api",
                "statistics_url": "https://weblate.framasoft.org/api/projects/mobilizon/statistics/?format=api",
                "categories_url": "https://weblate.framasoft.org/api/projects/mobilizon/categories/?format=api",
                "changes_list_url": "https://weblate.framasoft.org/api/projects/mobilizon/changes/?format=api",
                "languages_url": "https://weblate.framasoft.org/api/projects/mobilizon/languages/?format=api",
                "labels_url": "https://weblate.framasoft.org/api/projects/mobilizon/labels/?format=api",
                "translation_review": true,
                "source_review": false,
                "set_language_team": true,
                "instructions": "### Guidelines\r\n\r\n* When in doubt, use the suggestion feature instead of changing the translation directly\r\n* Post a comment to discuss about translations\r\n* Feel free to ask clarification and context on a string\r\n\r\n### Components\r\n\r\nMobilizon has several modules that need to be translated:\r\n\r\n* Frontend: mostly what you see in the web app in your browser\r\n* Activity: every group activity log, that can be sent in emails\r\n* Backend errors: errors returned by the backend (for instance if the event lacks a title)\r\n* Backend: the rest of emails, server-side default configuration, push notifications, …\r\n* Search index: the global search engine\r\n\r\nThe Android app and Android app metadata components are not maintained.\r\n\r\n### Formating\r\n\r\nFrontend (frontend + search index components) and backend (everything else) parts use different formats to hold translations so you may encounter different ways to format strings when translating:\r\n\r\n* Frontend uses the [Vue-I18N](https://vue-i18n.intlify.dev/) library\r\n  * Formatting is based on the ICU Message Format syntax, with placeholders like this: `{interpolation}`. **You must never translate what's between the brackets**.\r\n  * It handles pluralization manually by separating versions with pipes : https://vue-i18n.intlify.dev/guide/essentials/pluralization.html\r\n  * Pluralization rules are included for the majority of languages but some may need to be added manually ([example for Scottish Gaelic](https://framagit.org/framasoft/mobilizon/-/blob/main/js/src/i18n/pluralRules/gd.ts)).\r\n  * Special characters sometimes have to be escaped. For instance: `{'@'}{username}` would give, after interpolation : `@thomas`. See https://vue-i18n.intlify.dev/guide/essentials/syntax.html#special-characters\r\n\r\n* Backend uses the classic Gettext library and Weblate should support this format much better\r\n  * Placeholders look like this: `This is user %{username}`.",
                "enable_hooks": true,
                "language_aliases": ""
            },
            "vcs": "gitlab",
            "repo": "git@framagit.org:framasoft/mobilizon.git",
            "git_export": "https://weblate.framasoft.org/git/mobilizon/frontend/",
            "branch": "main",
            "push_branch": "",
            "filemask": "src/i18n/*.json",
            "screenshot_filemask": "",
            "template": "src/i18n/en_US.json",
            "edit_template": false,
            "intermediate": "",
            "new_base": "",
            "file_format": "json",
            "license": "AGPL-3.0-only",
            "license_url": "https://spdx.org/licenses/AGPL-3.0-only.html",
            "agreement": "",
            "web_url": "https://weblate.framasoft.org/projects/mobilizon/frontend/",
            "url": "https://weblate.framasoft.org/api/components/mobilizon/frontend/?format=api",
            "repository_url": "https://weblate.framasoft.org/api/components/mobilizon/frontend/repository/?format=api",
            "translations_url": "https://weblate.framasoft.org/api/components/mobilizon/frontend/translations/?format=api",
            "statistics_url": "https://weblate.framasoft.org/api/components/mobilizon/frontend/statistics/?format=api",
            "lock_url": "https://weblate.framasoft.org/api/components/mobilizon/frontend/lock/?format=api",
            "links_url": "https://weblate.framasoft.org/api/components/mobilizon/frontend/links/?format=api",
            "changes_list_url": "https://weblate.framasoft.org/api/components/mobilizon/frontend/changes/?format=api",
            "task_url": null,
            "new_lang": "add",
            "language_code_style": "",
            "push": "git@framagit.org:framasoft/mobilizon.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": "^(?!(en)|(langs)$).+$",
            "variant_regex": "",
            "addons": [
                "https://weblate.framasoft.org/api/addons/10/?format=api",
                "https://weblate.framasoft.org/api/addons/2/?format=api",
                "https://weblate.framasoft.org/api/addons/11/?format=api"
            ],
            "is_glossary": false,
            "glossary_color": "silver",
            "category": null,
            "linked_component": null
        },
        {
            "name": "Backend",
            "slug": "backend",
            "id": 4,
            "source_language": {
                "id": 76,
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 76,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485517,
                "web_url": "https://weblate.framasoft.org/languages/en/",
                "url": "https://weblate.framasoft.org/api/languages/en/?format=api",
                "statistics_url": "https://weblate.framasoft.org/api/languages/en/statistics/?format=api"
            },
            "project": {
                "name": "Mobilizon",
                "slug": "mobilizon",
                "id": 2,
                "web": "https://joinmobilizon.org/",
                "web_url": "https://weblate.framasoft.org/projects/mobilizon/",
                "url": "https://weblate.framasoft.org/api/projects/mobilizon/?format=api",
                "components_list_url": "https://weblate.framasoft.org/api/projects/mobilizon/components/?format=api",
                "repository_url": "https://weblate.framasoft.org/api/projects/mobilizon/repository/?format=api",
                "statistics_url": "https://weblate.framasoft.org/api/projects/mobilizon/statistics/?format=api",
                "categories_url": "https://weblate.framasoft.org/api/projects/mobilizon/categories/?format=api",
                "changes_list_url": "https://weblate.framasoft.org/api/projects/mobilizon/changes/?format=api",
                "languages_url": "https://weblate.framasoft.org/api/projects/mobilizon/languages/?format=api",
                "labels_url": "https://weblate.framasoft.org/api/projects/mobilizon/labels/?format=api",
                "translation_review": true,
                "source_review": false,
                "set_language_team": true,
                "instructions": "### Guidelines\r\n\r\n* When in doubt, use the suggestion feature instead of changing the translation directly\r\n* Post a comment to discuss about translations\r\n* Feel free to ask clarification and context on a string\r\n\r\n### Components\r\n\r\nMobilizon has several modules that need to be translated:\r\n\r\n* Frontend: mostly what you see in the web app in your browser\r\n* Activity: every group activity log, that can be sent in emails\r\n* Backend errors: errors returned by the backend (for instance if the event lacks a title)\r\n* Backend: the rest of emails, server-side default configuration, push notifications, …\r\n* Search index: the global search engine\r\n\r\nThe Android app and Android app metadata components are not maintained.\r\n\r\n### Formating\r\n\r\nFrontend (frontend + search index components) and backend (everything else) parts use different formats to hold translations so you may encounter different ways to format strings when translating:\r\n\r\n* Frontend uses the [Vue-I18N](https://vue-i18n.intlify.dev/) library\r\n  * Formatting is based on the ICU Message Format syntax, with placeholders like this: `{interpolation}`. **You must never translate what's between the brackets**.\r\n  * It handles pluralization manually by separating versions with pipes : https://vue-i18n.intlify.dev/guide/essentials/pluralization.html\r\n  * Pluralization rules are included for the majority of languages but some may need to be added manually ([example for Scottish Gaelic](https://framagit.org/framasoft/mobilizon/-/blob/main/js/src/i18n/pluralRules/gd.ts)).\r\n  * Special characters sometimes have to be escaped. For instance: `{'@'}{username}` would give, after interpolation : `@thomas`. See https://vue-i18n.intlify.dev/guide/essentials/syntax.html#special-characters\r\n\r\n* Backend uses the classic Gettext library and Weblate should support this format much better\r\n  * Placeholders look like this: `This is user %{username}`.",
                "enable_hooks": true,
                "language_aliases": ""
            },
            "vcs": "gitlab",
            "repo": "git@framagit.org:framasoft/mobilizon.git",
            "git_export": "",
            "branch": "main",
            "push_branch": "",
            "filemask": "priv/gettext/*/LC_MESSAGES/default.po",
            "screenshot_filemask": "",
            "template": "",
            "edit_template": false,
            "intermediate": "",
            "new_base": "priv/gettext/default.pot",
            "file_format": "po",
            "license": "AGPL-3.0-only",
            "license_url": "https://spdx.org/licenses/AGPL-3.0-only.html",
            "agreement": "",
            "web_url": "https://weblate.framasoft.org/projects/mobilizon/backend/",
            "url": "https://weblate.framasoft.org/api/components/mobilizon/backend/?format=api",
            "repository_url": "https://weblate.framasoft.org/api/components/mobilizon/backend/repository/?format=api",
            "translations_url": "https://weblate.framasoft.org/api/components/mobilizon/backend/translations/?format=api",
            "statistics_url": "https://weblate.framasoft.org/api/components/mobilizon/backend/statistics/?format=api",
            "lock_url": "https://weblate.framasoft.org/api/components/mobilizon/backend/lock/?format=api",
            "links_url": "https://weblate.framasoft.org/api/components/mobilizon/backend/links/?format=api",
            "changes_list_url": "https://weblate.framasoft.org/api/components/mobilizon/backend/changes/?format=api",
            "task_url": null,
            "new_lang": "add",
            "language_code_style": "",
            "push": "git@framagit.org:framasoft/mobilizon.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 }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
            "allow_translation_propagation": true,
            "manage_units": false,
            "enable_suggestions": true,
            "suggestion_voting": false,
            "suggestion_autoaccept": 0,
            "push_on_commit": true,
            "commit_pending_age": 24,
            "auto_lock_error": true,
            "language_regex": "^(?!(en)$).+$",
            "variant_regex": "",
            "addons": [
                "https://weblate.framasoft.org/api/addons/9/?format=api"
            ],
            "is_glossary": false,
            "glossary_color": "silver",
            "category": null,
            "linked_component": "https://weblate.framasoft.org/api/components/mobilizon/frontend/?format=api"
        },
        {
            "name": "Framadate",
            "slug": "framadate",
            "id": 7,
            "source_language": {
                "id": 76,
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 76,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485517,
                "web_url": "https://weblate.framasoft.org/languages/en/",
                "url": "https://weblate.framasoft.org/api/languages/en/?format=api",
                "statistics_url": "https://weblate.framasoft.org/api/languages/en/statistics/?format=api"
            },
            "project": {
                "name": "Framadate",
                "slug": "framadate",
                "id": 4,
                "web": "https://framagit.org/framasoft/framadate/framadate/",
                "web_url": "https://weblate.framasoft.org/projects/framadate/",
                "url": "https://weblate.framasoft.org/api/projects/framadate/?format=api",
                "components_list_url": "https://weblate.framasoft.org/api/projects/framadate/components/?format=api",
                "repository_url": "https://weblate.framasoft.org/api/projects/framadate/repository/?format=api",
                "statistics_url": "https://weblate.framasoft.org/api/projects/framadate/statistics/?format=api",
                "categories_url": "https://weblate.framasoft.org/api/projects/framadate/categories/?format=api",
                "changes_list_url": "https://weblate.framasoft.org/api/projects/framadate/changes/?format=api",
                "languages_url": "https://weblate.framasoft.org/api/projects/framadate/languages/?format=api",
                "labels_url": "https://weblate.framasoft.org/api/projects/framadate/labels/?format=api",
                "translation_review": false,
                "source_review": false,
                "set_language_team": true,
                "instructions": "",
                "enable_hooks": true,
                "language_aliases": ""
            },
            "vcs": "gitlab",
            "repo": "https://framagit.org/framasoft/framadate/framadate.git",
            "git_export": "https://weblate.framasoft.org/git/framadate/framadate/",
            "branch": "develop",
            "push_branch": "",
            "filemask": "po/*.po",
            "screenshot_filemask": "",
            "template": "",
            "edit_template": true,
            "intermediate": "",
            "new_base": "po/framadate.pot",
            "file_format": "po",
            "license": "CECILL-B",
            "license_url": "https://spdx.org/licenses/CECILL-B.html",
            "agreement": "",
            "web_url": "https://weblate.framasoft.org/projects/framadate/framadate/",
            "url": "https://weblate.framasoft.org/api/components/framadate/framadate/?format=api",
            "repository_url": "https://weblate.framasoft.org/api/components/framadate/framadate/repository/?format=api",
            "translations_url": "https://weblate.framasoft.org/api/components/framadate/framadate/translations/?format=api",
            "statistics_url": "https://weblate.framasoft.org/api/components/framadate/framadate/statistics/?format=api",
            "lock_url": "https://weblate.framasoft.org/api/components/framadate/framadate/lock/?format=api",
            "links_url": "https://weblate.framasoft.org/api/components/framadate/framadate/links/?format=api",
            "changes_list_url": "https://weblate.framasoft.org/api/components/framadate/framadate/changes/?format=api",
            "task_url": null,
            "new_lang": "add",
            "language_code_style": "",
            "push": "git@framagit.org:framasoft/framadate/framadate.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 }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
            "allow_translation_propagation": true,
            "manage_units": false,
            "enable_suggestions": true,
            "suggestion_voting": false,
            "suggestion_autoaccept": 0,
            "push_on_commit": true,
            "commit_pending_age": 24,
            "auto_lock_error": true,
            "language_regex": "^[^.]+$",
            "variant_regex": "",
            "addons": [],
            "is_glossary": false,
            "glossary_color": "silver",
            "category": null,
            "linked_component": null
        },
        {
            "name": "main",
            "slug": "main",
            "id": 8,
            "source_language": {
                "id": 84,
                "code": "en_US",
                "name": "English (United States)",
                "plural": {
                    "id": 84,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "us",
                    "enu"
                ],
                "direction": "ltr",
                "population": 319333440,
                "web_url": "https://weblate.framasoft.org/languages/en_US/",
                "url": "https://weblate.framasoft.org/api/languages/en_US/?format=api",
                "statistics_url": "https://weblate.framasoft.org/api/languages/en_US/statistics/?format=api"
            },
            "project": {
                "name": "joinpeertube",
                "slug": "joinpeertube",
                "id": 5,
                "web": "https://joinpeertube.org",
                "web_url": "https://weblate.framasoft.org/projects/joinpeertube/",
                "url": "https://weblate.framasoft.org/api/projects/joinpeertube/?format=api",
                "components_list_url": "https://weblate.framasoft.org/api/projects/joinpeertube/components/?format=api",
                "repository_url": "https://weblate.framasoft.org/api/projects/joinpeertube/repository/?format=api",
                "statistics_url": "https://weblate.framasoft.org/api/projects/joinpeertube/statistics/?format=api",
                "categories_url": "https://weblate.framasoft.org/api/projects/joinpeertube/categories/?format=api",
                "changes_list_url": "https://weblate.framasoft.org/api/projects/joinpeertube/changes/?format=api",
                "languages_url": "https://weblate.framasoft.org/api/projects/joinpeertube/languages/?format=api",
                "labels_url": "https://weblate.framasoft.org/api/projects/joinpeertube/labels/?format=api",
                "translation_review": false,
                "source_review": false,
                "set_language_team": true,
                "instructions": "",
                "enable_hooks": true,
                "language_aliases": ""
            },
            "vcs": "git",
            "repo": "git@framagit.org:framasoft/peertube/joinpeertube.git",
            "git_export": "https://weblate.framasoft.org/git/joinpeertube/main/",
            "branch": "master",
            "push_branch": "",
            "filemask": "src/locale/*/app.po",
            "screenshot_filemask": "",
            "template": "",
            "edit_template": false,
            "intermediate": "",
            "new_base": "src/locale/en_US/app.po",
            "file_format": "po",
            "license": "AGPL-3.0-only",
            "license_url": "https://spdx.org/licenses/AGPL-3.0-only.html",
            "agreement": "",
            "web_url": "https://weblate.framasoft.org/projects/joinpeertube/main/",
            "url": "https://weblate.framasoft.org/api/components/joinpeertube/main/?format=api",
            "repository_url": "https://weblate.framasoft.org/api/components/joinpeertube/main/repository/?format=api",
            "translations_url": "https://weblate.framasoft.org/api/components/joinpeertube/main/translations/?format=api",
            "statistics_url": "https://weblate.framasoft.org/api/components/joinpeertube/main/statistics/?format=api",
            "lock_url": "https://weblate.framasoft.org/api/components/joinpeertube/main/lock/?format=api",
            "links_url": "https://weblate.framasoft.org/api/components/joinpeertube/main/links/?format=api",
            "changes_list_url": "https://weblate.framasoft.org/api/components/joinpeertube/main/changes/?format=api",
            "task_url": null,
            "new_lang": "add",
            "language_code_style": "",
            "push": "",
            "check_flags": "",
            "priority": 100,
            "enforced_checks": [],
            "restricted": false,
            "repoweb": "https://framagit.org/framasoft/peertube/joinpeertube/blob/{{branch}}/{{filename}}#L{{line}}",
            "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": "^(?!(en_US)$).+$",
            "variant_regex": "",
            "addons": [],
            "is_glossary": false,
            "glossary_color": "silver",
            "category": null,
            "linked_component": null
        },
        {
            "name": "angular",
            "slug": "angular",
            "id": 19,
            "source_language": {
                "id": 76,
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 76,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485517,
                "web_url": "https://weblate.framasoft.org/languages/en/",
                "url": "https://weblate.framasoft.org/api/languages/en/?format=api",
                "statistics_url": "https://weblate.framasoft.org/api/languages/en/statistics/?format=api"
            },
            "project": {
                "name": "PeerTube",
                "slug": "peertube",
                "id": 10,
                "web": "https://github.com/Chocobozzz/PeerTube",
                "web_url": "https://weblate.framasoft.org/projects/peertube/",
                "url": "https://weblate.framasoft.org/api/projects/peertube/?format=api",
                "components_list_url": "https://weblate.framasoft.org/api/projects/peertube/components/?format=api",
                "repository_url": "https://weblate.framasoft.org/api/projects/peertube/repository/?format=api",
                "statistics_url": "https://weblate.framasoft.org/api/projects/peertube/statistics/?format=api",
                "categories_url": "https://weblate.framasoft.org/api/projects/peertube/categories/?format=api",
                "changes_list_url": "https://weblate.framasoft.org/api/projects/peertube/changes/?format=api",
                "languages_url": "https://weblate.framasoft.org/api/projects/peertube/languages/?format=api",
                "labels_url": "https://weblate.framasoft.org/api/projects/peertube/labels/?format=api",
                "translation_review": false,
                "source_review": false,
                "set_language_team": true,
                "instructions": "",
                "enable_hooks": true,
                "language_aliases": ""
            },
            "vcs": "git",
            "repo": "https://github.com/Chocobozzz/PeerTube.git",
            "git_export": "https://weblate.framasoft.org/git/peertube/angular/",
            "branch": "develop",
            "push_branch": "",
            "filemask": "client/src/locale/angular.*.xlf",
            "screenshot_filemask": "",
            "template": "",
            "edit_template": false,
            "intermediate": "",
            "new_base": "client/src/locale/angular.xlf",
            "file_format": "xliff",
            "license": "AGPL-3.0-only",
            "license_url": "https://spdx.org/licenses/AGPL-3.0-only.html",
            "agreement": "",
            "web_url": "https://weblate.framasoft.org/projects/peertube/angular/",
            "url": "https://weblate.framasoft.org/api/components/peertube/angular/?format=api",
            "repository_url": "https://weblate.framasoft.org/api/components/peertube/angular/repository/?format=api",
            "translations_url": "https://weblate.framasoft.org/api/components/peertube/angular/translations/?format=api",
            "statistics_url": "https://weblate.framasoft.org/api/components/peertube/angular/statistics/?format=api",
            "lock_url": "https://weblate.framasoft.org/api/components/peertube/angular/lock/?format=api",
            "links_url": "https://weblate.framasoft.org/api/components/peertube/angular/links/?format=api",
            "changes_list_url": "https://weblate.framasoft.org/api/components/peertube/angular/changes/?format=api",
            "task_url": null,
            "new_lang": "add",
            "language_code_style": "",
            "push": "",
            "check_flags": "",
            "priority": 100,
            "enforced_checks": [],
            "restricted": false,
            "repoweb": "https://github.com/Chocobozzz/PeerTube/blob/{{branch}}/client/{{filename|parentdir}}#L{{line}}",
            "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": "server",
            "slug": "server",
            "id": 22,
            "source_language": {
                "id": 76,
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 76,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485517,
                "web_url": "https://weblate.framasoft.org/languages/en/",
                "url": "https://weblate.framasoft.org/api/languages/en/?format=api",
                "statistics_url": "https://weblate.framasoft.org/api/languages/en/statistics/?format=api"
            },
            "project": {
                "name": "PeerTube",
                "slug": "peertube",
                "id": 10,
                "web": "https://github.com/Chocobozzz/PeerTube",
                "web_url": "https://weblate.framasoft.org/projects/peertube/",
                "url": "https://weblate.framasoft.org/api/projects/peertube/?format=api",
                "components_list_url": "https://weblate.framasoft.org/api/projects/peertube/components/?format=api",
                "repository_url": "https://weblate.framasoft.org/api/projects/peertube/repository/?format=api",
                "statistics_url": "https://weblate.framasoft.org/api/projects/peertube/statistics/?format=api",
                "categories_url": "https://weblate.framasoft.org/api/projects/peertube/categories/?format=api",
                "changes_list_url": "https://weblate.framasoft.org/api/projects/peertube/changes/?format=api",
                "languages_url": "https://weblate.framasoft.org/api/projects/peertube/languages/?format=api",
                "labels_url": "https://weblate.framasoft.org/api/projects/peertube/labels/?format=api",
                "translation_review": false,
                "source_review": false,
                "set_language_team": true,
                "instructions": "",
                "enable_hooks": true,
                "language_aliases": ""
            },
            "vcs": "git",
            "repo": "https://github.com/Chocobozzz/PeerTube.git",
            "git_export": "",
            "branch": "develop",
            "push_branch": "",
            "filemask": "client/src/locale/server.*.json",
            "screenshot_filemask": "",
            "template": "",
            "edit_template": true,
            "intermediate": "",
            "new_base": "client/src/locale/server.en-US.json",
            "file_format": "json",
            "license": "AGPL-3.0-only",
            "license_url": "https://spdx.org/licenses/AGPL-3.0-only.html",
            "agreement": "",
            "web_url": "https://weblate.framasoft.org/projects/peertube/server/",
            "url": "https://weblate.framasoft.org/api/components/peertube/server/?format=api",
            "repository_url": "https://weblate.framasoft.org/api/components/peertube/server/repository/?format=api",
            "translations_url": "https://weblate.framasoft.org/api/components/peertube/server/translations/?format=api",
            "statistics_url": "https://weblate.framasoft.org/api/components/peertube/server/statistics/?format=api",
            "lock_url": "https://weblate.framasoft.org/api/components/peertube/server/lock/?format=api",
            "links_url": "https://weblate.framasoft.org/api/components/peertube/server/links/?format=api",
            "changes_list_url": "https://weblate.framasoft.org/api/components/peertube/server/changes/?format=api",
            "task_url": null,
            "new_lang": "add",
            "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 }})\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 }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
            "allow_translation_propagation": true,
            "manage_units": false,
            "enable_suggestions": true,
            "suggestion_voting": false,
            "suggestion_autoaccept": 0,
            "push_on_commit": true,
            "commit_pending_age": 24,
            "auto_lock_error": true,
            "language_regex": "^[^.]+$",
            "variant_regex": "",
            "addons": [],
            "is_glossary": false,
            "glossary_color": "silver",
            "category": null,
            "linked_component": "https://weblate.framasoft.org/api/components/peertube/angular/?format=api"
        },
        {
            "name": "Main",
            "slug": "main",
            "id": 28,
            "source_language": {
                "id": 76,
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 76,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485517,
                "web_url": "https://weblate.framasoft.org/languages/en/",
                "url": "https://weblate.framasoft.org/api/languages/en/?format=api",
                "statistics_url": "https://weblate.framasoft.org/api/languages/en/statistics/?format=api"
            },
            "project": {
                "name": "Framasoft",
                "slug": "framasoft",
                "id": 12,
                "web": "https://framasoft.org",
                "web_url": "https://weblate.framasoft.org/projects/framasoft/",
                "url": "https://weblate.framasoft.org/api/projects/framasoft/?format=api",
                "components_list_url": "https://weblate.framasoft.org/api/projects/framasoft/components/?format=api",
                "repository_url": "https://weblate.framasoft.org/api/projects/framasoft/repository/?format=api",
                "statistics_url": "https://weblate.framasoft.org/api/projects/framasoft/statistics/?format=api",
                "categories_url": "https://weblate.framasoft.org/api/projects/framasoft/categories/?format=api",
                "changes_list_url": "https://weblate.framasoft.org/api/projects/framasoft/changes/?format=api",
                "languages_url": "https://weblate.framasoft.org/api/projects/framasoft/languages/?format=api",
                "labels_url": "https://weblate.framasoft.org/api/projects/framasoft/labels/?format=api",
                "translation_review": false,
                "source_review": false,
                "set_language_team": true,
                "instructions": "",
                "enable_hooks": true,
                "language_aliases": ""
            },
            "vcs": "gitlab",
            "repo": "https://framagit.org/framasoft/accueil.git",
            "git_export": "https://weblate.framasoft.org/git/framasoft/main/",
            "branch": "master",
            "push_branch": "",
            "filemask": "src/translations/*/main.yml",
            "screenshot_filemask": "",
            "template": "src/translations/en/main.yml",
            "edit_template": true,
            "intermediate": "",
            "new_base": "",
            "file_format": "yaml",
            "license": "CC-BY-SA-4.0",
            "license_url": "https://spdx.org/licenses/CC-BY-SA-4.0.html",
            "agreement": "",
            "web_url": "https://weblate.framasoft.org/projects/framasoft/main/",
            "url": "https://weblate.framasoft.org/api/components/framasoft/main/?format=api",
            "repository_url": "https://weblate.framasoft.org/api/components/framasoft/main/repository/?format=api",
            "translations_url": "https://weblate.framasoft.org/api/components/framasoft/main/translations/?format=api",
            "statistics_url": "https://weblate.framasoft.org/api/components/framasoft/main/statistics/?format=api",
            "lock_url": "https://weblate.framasoft.org/api/components/framasoft/main/lock/?format=api",
            "links_url": "https://weblate.framasoft.org/api/components/framasoft/main/links/?format=api",
            "changes_list_url": "https://weblate.framasoft.org/api/components/framasoft/main/changes/?format=api",
            "task_url": null,
            "new_lang": "add",
            "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 }})\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 }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
            "allow_translation_propagation": true,
            "manage_units": 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": "Home",
            "slug": "home",
            "id": 29,
            "source_language": {
                "id": 76,
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 76,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485517,
                "web_url": "https://weblate.framasoft.org/languages/en/",
                "url": "https://weblate.framasoft.org/api/languages/en/?format=api",
                "statistics_url": "https://weblate.framasoft.org/api/languages/en/statistics/?format=api"
            },
            "project": {
                "name": "Framasoft",
                "slug": "framasoft",
                "id": 12,
                "web": "https://framasoft.org",
                "web_url": "https://weblate.framasoft.org/projects/framasoft/",
                "url": "https://weblate.framasoft.org/api/projects/framasoft/?format=api",
                "components_list_url": "https://weblate.framasoft.org/api/projects/framasoft/components/?format=api",
                "repository_url": "https://weblate.framasoft.org/api/projects/framasoft/repository/?format=api",
                "statistics_url": "https://weblate.framasoft.org/api/projects/framasoft/statistics/?format=api",
                "categories_url": "https://weblate.framasoft.org/api/projects/framasoft/categories/?format=api",
                "changes_list_url": "https://weblate.framasoft.org/api/projects/framasoft/changes/?format=api",
                "languages_url": "https://weblate.framasoft.org/api/projects/framasoft/languages/?format=api",
                "labels_url": "https://weblate.framasoft.org/api/projects/framasoft/labels/?format=api",
                "translation_review": false,
                "source_review": false,
                "set_language_team": true,
                "instructions": "",
                "enable_hooks": true,
                "language_aliases": ""
            },
            "vcs": "git",
            "repo": "https://framagit.org/framasoft/accueil.git",
            "git_export": "",
            "branch": "master",
            "push_branch": "",
            "filemask": "src/translations/*/home.yml",
            "screenshot_filemask": "",
            "template": "src/translations/en/home.yml",
            "edit_template": true,
            "intermediate": "",
            "new_base": "",
            "file_format": "yaml",
            "license": "CC-BY-SA-4.0",
            "license_url": "https://spdx.org/licenses/CC-BY-SA-4.0.html",
            "agreement": "",
            "web_url": "https://weblate.framasoft.org/projects/framasoft/home/",
            "url": "https://weblate.framasoft.org/api/components/framasoft/home/?format=api",
            "repository_url": "https://weblate.framasoft.org/api/components/framasoft/home/repository/?format=api",
            "translations_url": "https://weblate.framasoft.org/api/components/framasoft/home/translations/?format=api",
            "statistics_url": "https://weblate.framasoft.org/api/components/framasoft/home/statistics/?format=api",
            "lock_url": "https://weblate.framasoft.org/api/components/framasoft/home/lock/?format=api",
            "links_url": "https://weblate.framasoft.org/api/components/framasoft/home/links/?format=api",
            "changes_list_url": "https://weblate.framasoft.org/api/components/framasoft/home/changes/?format=api",
            "task_url": null,
            "new_lang": "add",
            "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 }})\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 }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
            "allow_translation_propagation": true,
            "manage_units": 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": "https://weblate.framasoft.org/api/components/framasoft/main/?format=api"
        },
        {
            "name": "player",
            "slug": "player",
            "id": 31,
            "source_language": {
                "id": 76,
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 76,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485517,
                "web_url": "https://weblate.framasoft.org/languages/en/",
                "url": "https://weblate.framasoft.org/api/languages/en/?format=api",
                "statistics_url": "https://weblate.framasoft.org/api/languages/en/statistics/?format=api"
            },
            "project": {
                "name": "PeerTube",
                "slug": "peertube",
                "id": 10,
                "web": "https://github.com/Chocobozzz/PeerTube",
                "web_url": "https://weblate.framasoft.org/projects/peertube/",
                "url": "https://weblate.framasoft.org/api/projects/peertube/?format=api",
                "components_list_url": "https://weblate.framasoft.org/api/projects/peertube/components/?format=api",
                "repository_url": "https://weblate.framasoft.org/api/projects/peertube/repository/?format=api",
                "statistics_url": "https://weblate.framasoft.org/api/projects/peertube/statistics/?format=api",
                "categories_url": "https://weblate.framasoft.org/api/projects/peertube/categories/?format=api",
                "changes_list_url": "https://weblate.framasoft.org/api/projects/peertube/changes/?format=api",
                "languages_url": "https://weblate.framasoft.org/api/projects/peertube/languages/?format=api",
                "labels_url": "https://weblate.framasoft.org/api/projects/peertube/labels/?format=api",
                "translation_review": false,
                "source_review": false,
                "set_language_team": true,
                "instructions": "",
                "enable_hooks": true,
                "language_aliases": ""
            },
            "vcs": "git",
            "repo": "https://github.com/Chocobozzz/PeerTube.git",
            "git_export": "",
            "branch": "develop",
            "push_branch": "",
            "filemask": "client/src/locale/player.*.json",
            "screenshot_filemask": "",
            "template": "",
            "edit_template": true,
            "intermediate": "",
            "new_base": "client/src/locale/player.en-US.json",
            "file_format": "json",
            "license": "AGPL-3.0-only",
            "license_url": "https://spdx.org/licenses/AGPL-3.0-only.html",
            "agreement": "",
            "web_url": "https://weblate.framasoft.org/projects/peertube/player/",
            "url": "https://weblate.framasoft.org/api/components/peertube/player/?format=api",
            "repository_url": "https://weblate.framasoft.org/api/components/peertube/player/repository/?format=api",
            "translations_url": "https://weblate.framasoft.org/api/components/peertube/player/translations/?format=api",
            "statistics_url": "https://weblate.framasoft.org/api/components/peertube/player/statistics/?format=api",
            "lock_url": "https://weblate.framasoft.org/api/components/peertube/player/lock/?format=api",
            "links_url": "https://weblate.framasoft.org/api/components/peertube/player/links/?format=api",
            "changes_list_url": "https://weblate.framasoft.org/api/components/peertube/player/changes/?format=api",
            "task_url": null,
            "new_lang": "add",
            "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": true,
            "manage_units": false,
            "enable_suggestions": true,
            "suggestion_voting": false,
            "suggestion_autoaccept": 0,
            "push_on_commit": true,
            "commit_pending_age": 24,
            "auto_lock_error": true,
            "language_regex": "^[^.]+$",
            "variant_regex": "",
            "addons": [],
            "is_glossary": false,
            "glossary_color": "silver",
            "category": null,
            "linked_component": "https://weblate.framasoft.org/api/components/peertube/angular/?format=api"
        },
        {
            "name": "Default theme",
            "slug": "master",
            "id": 37,
            "source_language": {
                "id": 76,
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 76,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485517,
                "web_url": "https://weblate.framasoft.org/languages/en/",
                "url": "https://weblate.framasoft.org/api/languages/en/?format=api",
                "statistics_url": "https://weblate.framasoft.org/api/languages/en/statistics/?format=api"
            },
            "project": {
                "name": "Dolomon",
                "slug": "dolomon",
                "id": 15,
                "web": "https://framagit.org/fiat-tux/hat-softwares/dolomon",
                "web_url": "https://weblate.framasoft.org/projects/dolomon/",
                "url": "https://weblate.framasoft.org/api/projects/dolomon/?format=api",
                "components_list_url": "https://weblate.framasoft.org/api/projects/dolomon/components/?format=api",
                "repository_url": "https://weblate.framasoft.org/api/projects/dolomon/repository/?format=api",
                "statistics_url": "https://weblate.framasoft.org/api/projects/dolomon/statistics/?format=api",
                "categories_url": "https://weblate.framasoft.org/api/projects/dolomon/categories/?format=api",
                "changes_list_url": "https://weblate.framasoft.org/api/projects/dolomon/changes/?format=api",
                "languages_url": "https://weblate.framasoft.org/api/projects/dolomon/languages/?format=api",
                "labels_url": "https://weblate.framasoft.org/api/projects/dolomon/labels/?format=api",
                "translation_review": false,
                "source_review": false,
                "set_language_team": true,
                "instructions": "",
                "enable_hooks": true,
                "language_aliases": ""
            },
            "vcs": "gitlab",
            "repo": "https://framagit.org/fiat-tux/hat-softwares/dolomon.git",
            "git_export": "https://weblate.framasoft.org/git/dolomon/master/",
            "branch": "develop",
            "push_branch": "",
            "filemask": "themes/default/lib/Dolomon/I18N/*.po",
            "screenshot_filemask": "",
            "template": "themes/default/lib/Dolomon/I18N/en.po",
            "edit_template": true,
            "intermediate": "",
            "new_base": "themes/default/lib/Dolomon/I18N/dolomon.pot",
            "file_format": "po-mono",
            "license": "AGPL-3.0-only",
            "license_url": "https://spdx.org/licenses/AGPL-3.0-only.html",
            "agreement": "",
            "web_url": "https://weblate.framasoft.org/projects/dolomon/master/",
            "url": "https://weblate.framasoft.org/api/components/dolomon/master/?format=api",
            "repository_url": "https://weblate.framasoft.org/api/components/dolomon/master/repository/?format=api",
            "translations_url": "https://weblate.framasoft.org/api/components/dolomon/master/translations/?format=api",
            "statistics_url": "https://weblate.framasoft.org/api/components/dolomon/master/statistics/?format=api",
            "lock_url": "https://weblate.framasoft.org/api/components/dolomon/master/lock/?format=api",
            "links_url": "https://weblate.framasoft.org/api/components/dolomon/master/links/?format=api",
            "changes_list_url": "https://weblate.framasoft.org/api/components/dolomon/master/changes/?format=api",
            "task_url": null,
            "new_lang": "add",
            "language_code_style": "",
            "push": "https://framagit.org/fiat-tux/hat-softwares/dolomon.git",
            "check_flags": "",
            "priority": 100,
            "enforced_checks": [],
            "restricted": false,
            "repoweb": "https://framagit.org/fiat-tux/hat-softwares/dolomon/blob/{{branch}}/{{filename}}#L{{line}}",
            "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 }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
            "allow_translation_propagation": true,
            "manage_units": 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": "Peertube",
            "slug": "peertube",
            "id": 38,
            "source_language": {
                "id": 76,
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 76,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485517,
                "web_url": "https://weblate.framasoft.org/languages/en/",
                "url": "https://weblate.framasoft.org/api/languages/en/?format=api",
                "statistics_url": "https://weblate.framasoft.org/api/languages/en/statistics/?format=api"
            },
            "project": {
                "name": "Salt",
                "slug": "salt",
                "id": 16,
                "web": "https://framagit.org/fiat-tux/salt/",
                "web_url": "https://weblate.framasoft.org/projects/salt/",
                "url": "https://weblate.framasoft.org/api/projects/salt/?format=api",
                "components_list_url": "https://weblate.framasoft.org/api/projects/salt/components/?format=api",
                "repository_url": "https://weblate.framasoft.org/api/projects/salt/repository/?format=api",
                "statistics_url": "https://weblate.framasoft.org/api/projects/salt/statistics/?format=api",
                "categories_url": "https://weblate.framasoft.org/api/projects/salt/categories/?format=api",
                "changes_list_url": "https://weblate.framasoft.org/api/projects/salt/changes/?format=api",
                "languages_url": "https://weblate.framasoft.org/api/projects/salt/languages/?format=api",
                "labels_url": "https://weblate.framasoft.org/api/projects/salt/labels/?format=api",
                "translation_review": false,
                "source_review": false,
                "set_language_team": true,
                "instructions": "",
                "enable_hooks": true,
                "language_aliases": ""
            },
            "vcs": "gitlab",
            "repo": "https://framagit.org/fiat-tux/salt/peertube.git",
            "git_export": "https://weblate.framasoft.org/git/salt/peertube/",
            "branch": "master",
            "push_branch": "",
            "filemask": "conf-generator/public/locales/*.json",
            "screenshot_filemask": "",
            "template": "conf-generator/public/locales/en.json",
            "edit_template": true,
            "intermediate": "",
            "new_base": "",
            "file_format": "i18next",
            "license": "WTFPL",
            "license_url": "https://spdx.org/licenses/WTFPL.html",
            "agreement": "",
            "web_url": "https://weblate.framasoft.org/projects/salt/peertube/",
            "url": "https://weblate.framasoft.org/api/components/salt/peertube/?format=api",
            "repository_url": "https://weblate.framasoft.org/api/components/salt/peertube/repository/?format=api",
            "translations_url": "https://weblate.framasoft.org/api/components/salt/peertube/translations/?format=api",
            "statistics_url": "https://weblate.framasoft.org/api/components/salt/peertube/statistics/?format=api",
            "lock_url": "https://weblate.framasoft.org/api/components/salt/peertube/lock/?format=api",
            "links_url": "https://weblate.framasoft.org/api/components/salt/peertube/links/?format=api",
            "changes_list_url": "https://weblate.framasoft.org/api/components/salt/peertube/changes/?format=api",
            "task_url": null,
            "new_lang": "add",
            "language_code_style": "",
            "push": "https://framagit.org/fiat-tux/salt/peertube.git",
            "check_flags": "",
            "priority": 100,
            "enforced_checks": [],
            "restricted": false,
            "repoweb": "https://framagit.org/fiat-tux/salt/peertube/blob/{{branch}}/{{filename}}#L{{line}}",
            "report_source_bugs": "",
            "merge_style": "rebase",
            "commit_message": "Translated using Weblate ({{ language_name }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
            "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
            "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
            "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
            "addon_message": "Update translation files\n\nUpdated by \"{{ addon_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
            "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
            "allow_translation_propagation": true,
            "manage_units": 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": "TTRSS",
            "slug": "ttrss",
            "id": 39,
            "source_language": {
                "id": 76,
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 76,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485517,
                "web_url": "https://weblate.framasoft.org/languages/en/",
                "url": "https://weblate.framasoft.org/api/languages/en/?format=api",
                "statistics_url": "https://weblate.framasoft.org/api/languages/en/statistics/?format=api"
            },
            "project": {
                "name": "Salt",
                "slug": "salt",
                "id": 16,
                "web": "https://framagit.org/fiat-tux/salt/",
                "web_url": "https://weblate.framasoft.org/projects/salt/",
                "url": "https://weblate.framasoft.org/api/projects/salt/?format=api",
                "components_list_url": "https://weblate.framasoft.org/api/projects/salt/components/?format=api",
                "repository_url": "https://weblate.framasoft.org/api/projects/salt/repository/?format=api",
                "statistics_url": "https://weblate.framasoft.org/api/projects/salt/statistics/?format=api",
                "categories_url": "https://weblate.framasoft.org/api/projects/salt/categories/?format=api",
                "changes_list_url": "https://weblate.framasoft.org/api/projects/salt/changes/?format=api",
                "languages_url": "https://weblate.framasoft.org/api/projects/salt/languages/?format=api",
                "labels_url": "https://weblate.framasoft.org/api/projects/salt/labels/?format=api",
                "translation_review": false,
                "source_review": false,
                "set_language_team": true,
                "instructions": "",
                "enable_hooks": true,
                "language_aliases": ""
            },
            "vcs": "gitlab",
            "repo": "https://framagit.org/fiat-tux/salt/ttrss.git",
            "git_export": "https://weblate.framasoft.org/git/salt/ttrss/",
            "branch": "master",
            "push_branch": "",
            "filemask": "conf-generator/public/locales/*.json",
            "screenshot_filemask": "",
            "template": "conf-generator/public/locales/en.json",
            "edit_template": true,
            "intermediate": "",
            "new_base": "",
            "file_format": "i18next",
            "license": "WTFPL",
            "license_url": "https://spdx.org/licenses/WTFPL.html",
            "agreement": "",
            "web_url": "https://weblate.framasoft.org/projects/salt/ttrss/",
            "url": "https://weblate.framasoft.org/api/components/salt/ttrss/?format=api",
            "repository_url": "https://weblate.framasoft.org/api/components/salt/ttrss/repository/?format=api",
            "translations_url": "https://weblate.framasoft.org/api/components/salt/ttrss/translations/?format=api",
            "statistics_url": "https://weblate.framasoft.org/api/components/salt/ttrss/statistics/?format=api",
            "lock_url": "https://weblate.framasoft.org/api/components/salt/ttrss/lock/?format=api",
            "links_url": "https://weblate.framasoft.org/api/components/salt/ttrss/links/?format=api",
            "changes_list_url": "https://weblate.framasoft.org/api/components/salt/ttrss/changes/?format=api",
            "task_url": null,
            "new_lang": "add",
            "language_code_style": "",
            "push": "https://framagit.org/fiat-tux/salt/ttrss.git",
            "check_flags": "",
            "priority": 100,
            "enforced_checks": [],
            "restricted": false,
            "repoweb": "https://framagit.org/fiat-tux/salt/ttrss/blob/{{branch}}/{{filename}}#L{{line}}",
            "report_source_bugs": "",
            "merge_style": "rebase",
            "commit_message": "Translated using Weblate ({{ language_name }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
            "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
            "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
            "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
            "addon_message": "Update translation files\n\nUpdated by \"{{ addon_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
            "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
            "allow_translation_propagation": true,
            "manage_units": 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": "Asso",
            "slug": "asso",
            "id": 40,
            "source_language": {
                "id": 76,
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 76,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485517,
                "web_url": "https://weblate.framasoft.org/languages/en/",
                "url": "https://weblate.framasoft.org/api/languages/en/?format=api",
                "statistics_url": "https://weblate.framasoft.org/api/languages/en/statistics/?format=api"
            },
            "project": {
                "name": "Framasoft",
                "slug": "framasoft",
                "id": 12,
                "web": "https://framasoft.org",
                "web_url": "https://weblate.framasoft.org/projects/framasoft/",
                "url": "https://weblate.framasoft.org/api/projects/framasoft/?format=api",
                "components_list_url": "https://weblate.framasoft.org/api/projects/framasoft/components/?format=api",
                "repository_url": "https://weblate.framasoft.org/api/projects/framasoft/repository/?format=api",
                "statistics_url": "https://weblate.framasoft.org/api/projects/framasoft/statistics/?format=api",
                "categories_url": "https://weblate.framasoft.org/api/projects/framasoft/categories/?format=api",
                "changes_list_url": "https://weblate.framasoft.org/api/projects/framasoft/changes/?format=api",
                "languages_url": "https://weblate.framasoft.org/api/projects/framasoft/languages/?format=api",
                "labels_url": "https://weblate.framasoft.org/api/projects/framasoft/labels/?format=api",
                "translation_review": false,
                "source_review": false,
                "set_language_team": true,
                "instructions": "",
                "enable_hooks": true,
                "language_aliases": ""
            },
            "vcs": "git",
            "repo": "https://framagit.org/framasoft/accueil.git",
            "git_export": "",
            "branch": "master",
            "push_branch": "",
            "filemask": "src/translations/*/asso.yml",
            "screenshot_filemask": "",
            "template": "src/translations/en/asso.yml",
            "edit_template": true,
            "intermediate": "",
            "new_base": "",
            "file_format": "yaml",
            "license": "CC-BY-SA-4.0",
            "license_url": "https://spdx.org/licenses/CC-BY-SA-4.0.html",
            "agreement": "",
            "web_url": "https://weblate.framasoft.org/projects/framasoft/asso/",
            "url": "https://weblate.framasoft.org/api/components/framasoft/asso/?format=api",
            "repository_url": "https://weblate.framasoft.org/api/components/framasoft/asso/repository/?format=api",
            "translations_url": "https://weblate.framasoft.org/api/components/framasoft/asso/translations/?format=api",
            "statistics_url": "https://weblate.framasoft.org/api/components/framasoft/asso/statistics/?format=api",
            "lock_url": "https://weblate.framasoft.org/api/components/framasoft/asso/lock/?format=api",
            "links_url": "https://weblate.framasoft.org/api/components/framasoft/asso/links/?format=api",
            "changes_list_url": "https://weblate.framasoft.org/api/components/framasoft/asso/changes/?format=api",
            "task_url": null,
            "new_lang": "add",
            "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 }})\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 }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
            "allow_translation_propagation": true,
            "manage_units": 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": "https://weblate.framasoft.org/api/components/framasoft/main/?format=api"
        },
        {
            "name": "subtitles",
            "slug": "subtitles",
            "id": 43,
            "source_language": {
                "id": 76,
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 76,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485517,
                "web_url": "https://weblate.framasoft.org/languages/en/",
                "url": "https://weblate.framasoft.org/api/languages/en/?format=api",
                "statistics_url": "https://weblate.framasoft.org/api/languages/en/statistics/?format=api"
            },
            "project": {
                "name": "What is PeerTube video",
                "slug": "what-is-peertube-video",
                "id": 18,
                "web": "https://framatube.org/videos/watch/9c9de5e8-0a1e-484a-b099-e80766180a6d",
                "web_url": "https://weblate.framasoft.org/projects/what-is-peertube-video/",
                "url": "https://weblate.framasoft.org/api/projects/what-is-peertube-video/?format=api",
                "components_list_url": "https://weblate.framasoft.org/api/projects/what-is-peertube-video/components/?format=api",
                "repository_url": "https://weblate.framasoft.org/api/projects/what-is-peertube-video/repository/?format=api",
                "statistics_url": "https://weblate.framasoft.org/api/projects/what-is-peertube-video/statistics/?format=api",
                "categories_url": "https://weblate.framasoft.org/api/projects/what-is-peertube-video/categories/?format=api",
                "changes_list_url": "https://weblate.framasoft.org/api/projects/what-is-peertube-video/changes/?format=api",
                "languages_url": "https://weblate.framasoft.org/api/projects/what-is-peertube-video/languages/?format=api",
                "labels_url": "https://weblate.framasoft.org/api/projects/what-is-peertube-video/labels/?format=api",
                "translation_review": false,
                "source_review": false,
                "set_language_team": true,
                "instructions": "",
                "enable_hooks": true,
                "language_aliases": ""
            },
            "vcs": "local",
            "repo": "local:",
            "git_export": "https://weblate.framasoft.org/git/what-is-peertube-video/subtitles/",
            "branch": "master",
            "push_branch": "",
            "filemask": "subtitles/what-is-peertube-*.srt",
            "screenshot_filemask": "",
            "template": "subtitles/what-is-peertube-en.srt",
            "edit_template": false,
            "intermediate": "",
            "new_base": "subtitles/what-is-peertube-en.srt",
            "file_format": "srt",
            "license": "AGPL-3.0-only",
            "license_url": "https://spdx.org/licenses/AGPL-3.0-only.html",
            "agreement": "",
            "web_url": "https://weblate.framasoft.org/projects/what-is-peertube-video/subtitles/",
            "url": "https://weblate.framasoft.org/api/components/what-is-peertube-video/subtitles/?format=api",
            "repository_url": "https://weblate.framasoft.org/api/components/what-is-peertube-video/subtitles/repository/?format=api",
            "translations_url": "https://weblate.framasoft.org/api/components/what-is-peertube-video/subtitles/translations/?format=api",
            "statistics_url": "https://weblate.framasoft.org/api/components/what-is-peertube-video/subtitles/statistics/?format=api",
            "lock_url": "https://weblate.framasoft.org/api/components/what-is-peertube-video/subtitles/lock/?format=api",
            "links_url": "https://weblate.framasoft.org/api/components/what-is-peertube-video/subtitles/links/?format=api",
            "changes_list_url": "https://weblate.framasoft.org/api/components/what-is-peertube-video/subtitles/changes/?format=api",
            "task_url": null,
            "new_lang": "add",
            "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": 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": "Main",
            "slug": "homepage",
            "id": 44,
            "source_language": {
                "id": 76,
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 76,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485517,
                "web_url": "https://weblate.framasoft.org/languages/en/",
                "url": "https://weblate.framasoft.org/api/languages/en/?format=api",
                "statistics_url": "https://weblate.framasoft.org/api/languages/en/statistics/?format=api"
            },
            "project": {
                "name": "Framatalk",
                "slug": "framatalk",
                "id": 19,
                "web": "https://framagit.org/framasoft/framatalk",
                "web_url": "https://weblate.framasoft.org/projects/framatalk/",
                "url": "https://weblate.framasoft.org/api/projects/framatalk/?format=api",
                "components_list_url": "https://weblate.framasoft.org/api/projects/framatalk/components/?format=api",
                "repository_url": "https://weblate.framasoft.org/api/projects/framatalk/repository/?format=api",
                "statistics_url": "https://weblate.framasoft.org/api/projects/framatalk/statistics/?format=api",
                "categories_url": "https://weblate.framasoft.org/api/projects/framatalk/categories/?format=api",
                "changes_list_url": "https://weblate.framasoft.org/api/projects/framatalk/changes/?format=api",
                "languages_url": "https://weblate.framasoft.org/api/projects/framatalk/languages/?format=api",
                "labels_url": "https://weblate.framasoft.org/api/projects/framatalk/labels/?format=api",
                "translation_review": false,
                "source_review": false,
                "set_language_team": true,
                "instructions": "",
                "enable_hooks": true,
                "language_aliases": ""
            },
            "vcs": "gitlab",
            "repo": "https://framagit.org/framasoft/framatalk.git",
            "git_export": "https://weblate.framasoft.org/git/framatalk/homepage/",
            "branch": "master",
            "push_branch": "",
            "filemask": "src/translations/*/main.yml",
            "screenshot_filemask": "",
            "template": "src/translations/en/main.yml",
            "edit_template": true,
            "intermediate": "",
            "new_base": "src/translations/en/main.yml",
            "file_format": "yaml",
            "license": "CC-BY-SA-4.0",
            "license_url": "https://spdx.org/licenses/CC-BY-SA-4.0.html",
            "agreement": "",
            "web_url": "https://weblate.framasoft.org/projects/framatalk/homepage/",
            "url": "https://weblate.framasoft.org/api/components/framatalk/homepage/?format=api",
            "repository_url": "https://weblate.framasoft.org/api/components/framatalk/homepage/repository/?format=api",
            "translations_url": "https://weblate.framasoft.org/api/components/framatalk/homepage/translations/?format=api",
            "statistics_url": "https://weblate.framasoft.org/api/components/framatalk/homepage/statistics/?format=api",
            "lock_url": "https://weblate.framasoft.org/api/components/framatalk/homepage/lock/?format=api",
            "links_url": "https://weblate.framasoft.org/api/components/framatalk/homepage/links/?format=api",
            "changes_list_url": "https://weblate.framasoft.org/api/components/framatalk/homepage/changes/?format=api",
            "task_url": null,
            "new_lang": "add",
            "language_code_style": "",
            "push": "https://framagit.org/framasoft/framatalk.git",
            "check_flags": "",
            "priority": 100,
            "enforced_checks": [],
            "restricted": false,
            "repoweb": "https://framagit.org/framasoft/framatalk/blob/{{branch}}/{{filename}}#L{{line}}",
            "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 }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
            "allow_translation_propagation": true,
            "manage_units": 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": "Homepage",
            "slug": "homepage",
            "id": 45,
            "source_language": {
                "id": 76,
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 76,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485517,
                "web_url": "https://weblate.framasoft.org/languages/en/",
                "url": "https://weblate.framasoft.org/api/languages/en/?format=api",
                "statistics_url": "https://weblate.framasoft.org/api/languages/en/statistics/?format=api"
            },
            "project": {
                "name": "WemaWema",
                "slug": "wemawema",
                "id": 20,
                "web": "https://luc.frama.io/wemawema",
                "web_url": "https://weblate.framasoft.org/projects/wemawema/",
                "url": "https://weblate.framasoft.org/api/projects/wemawema/?format=api",
                "components_list_url": "https://weblate.framasoft.org/api/projects/wemawema/components/?format=api",
                "repository_url": "https://weblate.framasoft.org/api/projects/wemawema/repository/?format=api",
                "statistics_url": "https://weblate.framasoft.org/api/projects/wemawema/statistics/?format=api",
                "categories_url": "https://weblate.framasoft.org/api/projects/wemawema/categories/?format=api",
                "changes_list_url": "https://weblate.framasoft.org/api/projects/wemawema/changes/?format=api",
                "languages_url": "https://weblate.framasoft.org/api/projects/wemawema/languages/?format=api",
                "labels_url": "https://weblate.framasoft.org/api/projects/wemawema/labels/?format=api",
                "translation_review": false,
                "source_review": false,
                "set_language_team": true,
                "instructions": "",
                "enable_hooks": true,
                "language_aliases": ""
            },
            "vcs": "gitlab",
            "repo": "https://framagit.org/luc/wemawema.git",
            "git_export": "https://weblate.framasoft.org/git/wemawema/homepage/",
            "branch": "main",
            "push_branch": "",
            "filemask": "locales/*.json",
            "screenshot_filemask": "",
            "template": "locales/en.json",
            "edit_template": true,
            "intermediate": "",
            "new_base": "",
            "file_format": "json",
            "license": "AGPL-3.0-only",
            "license_url": "https://spdx.org/licenses/AGPL-3.0-only.html",
            "agreement": "",
            "web_url": "https://weblate.framasoft.org/projects/wemawema/homepage/",
            "url": "https://weblate.framasoft.org/api/components/wemawema/homepage/?format=api",
            "repository_url": "https://weblate.framasoft.org/api/components/wemawema/homepage/repository/?format=api",
            "translations_url": "https://weblate.framasoft.org/api/components/wemawema/homepage/translations/?format=api",
            "statistics_url": "https://weblate.framasoft.org/api/components/wemawema/homepage/statistics/?format=api",
            "lock_url": "https://weblate.framasoft.org/api/components/wemawema/homepage/lock/?format=api",
            "links_url": "https://weblate.framasoft.org/api/components/wemawema/homepage/links/?format=api",
            "changes_list_url": "https://weblate.framasoft.org/api/components/wemawema/homepage/changes/?format=api",
            "task_url": null,
            "new_lang": "add",
            "language_code_style": "",
            "push": "https://framagit.org/luc/wemawema.git",
            "check_flags": "",
            "priority": 100,
            "enforced_checks": [],
            "restricted": false,
            "repoweb": "https://framagit.org/luc/wemawema/blob/{{branch}}/{{filename}}#L{{line}}",
            "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 }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
            "allow_translation_propagation": true,
            "manage_units": 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": "Main",
            "slug": "main",
            "id": 47,
            "source_language": {
                "id": 76,
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 76,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485517,
                "web_url": "https://weblate.framasoft.org/languages/en/",
                "url": "https://weblate.framasoft.org/api/languages/en/?format=api",
                "statistics_url": "https://weblate.framasoft.org/api/languages/en/statistics/?format=api"
            },
            "project": {
                "name": "Framapad",
                "slug": "framapad",
                "id": 22,
                "web": "https://framapad.org",
                "web_url": "https://weblate.framasoft.org/projects/framapad/",
                "url": "https://weblate.framasoft.org/api/projects/framapad/?format=api",
                "components_list_url": "https://weblate.framasoft.org/api/projects/framapad/components/?format=api",
                "repository_url": "https://weblate.framasoft.org/api/projects/framapad/repository/?format=api",
                "statistics_url": "https://weblate.framasoft.org/api/projects/framapad/statistics/?format=api",
                "categories_url": "https://weblate.framasoft.org/api/projects/framapad/categories/?format=api",
                "changes_list_url": "https://weblate.framasoft.org/api/projects/framapad/changes/?format=api",
                "languages_url": "https://weblate.framasoft.org/api/projects/framapad/languages/?format=api",
                "labels_url": "https://weblate.framasoft.org/api/projects/framapad/labels/?format=api",
                "translation_review": false,
                "source_review": false,
                "set_language_team": true,
                "instructions": "",
                "enable_hooks": true,
                "language_aliases": ""
            },
            "vcs": "gitlab",
            "repo": "https://framagit.org/framasoft/framapad.git",
            "git_export": "https://weblate.framasoft.org/git/framapad/main/",
            "branch": "master",
            "push_branch": "",
            "filemask": "src/translations/*/main.yml",
            "screenshot_filemask": "",
            "template": "src/translations/en/main.yml",
            "edit_template": true,
            "intermediate": "",
            "new_base": "",
            "file_format": "yaml",
            "license": "CC-BY-SA-4.0",
            "license_url": "https://spdx.org/licenses/CC-BY-SA-4.0.html",
            "agreement": "",
            "web_url": "https://weblate.framasoft.org/projects/framapad/main/",
            "url": "https://weblate.framasoft.org/api/components/framapad/main/?format=api",
            "repository_url": "https://weblate.framasoft.org/api/components/framapad/main/repository/?format=api",
            "translations_url": "https://weblate.framasoft.org/api/components/framapad/main/translations/?format=api",
            "statistics_url": "https://weblate.framasoft.org/api/components/framapad/main/statistics/?format=api",
            "lock_url": "https://weblate.framasoft.org/api/components/framapad/main/lock/?format=api",
            "links_url": "https://weblate.framasoft.org/api/components/framapad/main/links/?format=api",
            "changes_list_url": "https://weblate.framasoft.org/api/components/framapad/main/changes/?format=api",
            "task_url": null,
            "new_lang": "add",
            "language_code_style": "",
            "push": "https://framagit.org/framasoft/framapad.git",
            "check_flags": "",
            "priority": 100,
            "enforced_checks": [],
            "restricted": false,
            "repoweb": "https://framagit.org/framasoft/framapad/blob/{{branch}}/{{filename}}#L{{line}}",
            "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 }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
            "allow_translation_propagation": true,
            "manage_units": 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": "Main",
            "slug": "main",
            "id": 48,
            "source_language": {
                "id": 76,
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 76,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485517,
                "web_url": "https://weblate.framasoft.org/languages/en/",
                "url": "https://weblate.framasoft.org/api/languages/en/?format=api",
                "statistics_url": "https://weblate.framasoft.org/api/languages/en/statistics/?format=api"
            },
            "project": {
                "name": "Framacalc",
                "slug": "framacalc",
                "id": 23,
                "web": "https://framacalc.org",
                "web_url": "https://weblate.framasoft.org/projects/framacalc/",
                "url": "https://weblate.framasoft.org/api/projects/framacalc/?format=api",
                "components_list_url": "https://weblate.framasoft.org/api/projects/framacalc/components/?format=api",
                "repository_url": "https://weblate.framasoft.org/api/projects/framacalc/repository/?format=api",
                "statistics_url": "https://weblate.framasoft.org/api/projects/framacalc/statistics/?format=api",
                "categories_url": "https://weblate.framasoft.org/api/projects/framacalc/categories/?format=api",
                "changes_list_url": "https://weblate.framasoft.org/api/projects/framacalc/changes/?format=api",
                "languages_url": "https://weblate.framasoft.org/api/projects/framacalc/languages/?format=api",
                "labels_url": "https://weblate.framasoft.org/api/projects/framacalc/labels/?format=api",
                "translation_review": false,
                "source_review": false,
                "set_language_team": true,
                "instructions": "",
                "enable_hooks": true,
                "language_aliases": ""
            },
            "vcs": "gitlab",
            "repo": "git@framagit.org:framasoft/framacalc/abc.git",
            "git_export": "https://weblate.framasoft.org/git/framacalc/main/",
            "branch": "master",
            "push_branch": "",
            "filemask": "src/translations/*/main.yml",
            "screenshot_filemask": "",
            "template": "src/translations/en/main.yml",
            "edit_template": true,
            "intermediate": "",
            "new_base": "",
            "file_format": "yaml",
            "license": "CC-BY-SA-4.0",
            "license_url": "https://spdx.org/licenses/CC-BY-SA-4.0.html",
            "agreement": "",
            "web_url": "https://weblate.framasoft.org/projects/framacalc/main/",
            "url": "https://weblate.framasoft.org/api/components/framacalc/main/?format=api",
            "repository_url": "https://weblate.framasoft.org/api/components/framacalc/main/repository/?format=api",
            "translations_url": "https://weblate.framasoft.org/api/components/framacalc/main/translations/?format=api",
            "statistics_url": "https://weblate.framasoft.org/api/components/framacalc/main/statistics/?format=api",
            "lock_url": "https://weblate.framasoft.org/api/components/framacalc/main/lock/?format=api",
            "links_url": "https://weblate.framasoft.org/api/components/framacalc/main/links/?format=api",
            "changes_list_url": "https://weblate.framasoft.org/api/components/framacalc/main/changes/?format=api",
            "task_url": null,
            "new_lang": "add",
            "language_code_style": "",
            "push": "git@framagit.org:framasoft/framacalc/abc.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": "Main",
            "slug": "main",
            "id": 49,
            "source_language": {
                "id": 76,
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 76,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485517,
                "web_url": "https://weblate.framasoft.org/languages/en/",
                "url": "https://weblate.framasoft.org/api/languages/en/?format=api",
                "statistics_url": "https://weblate.framasoft.org/api/languages/en/statistics/?format=api"
            },
            "project": {
                "name": "Framinetest",
                "slug": "framinetest",
                "id": 24,
                "web": "https://framinetest.org",
                "web_url": "https://weblate.framasoft.org/projects/framinetest/",
                "url": "https://weblate.framasoft.org/api/projects/framinetest/?format=api",
                "components_list_url": "https://weblate.framasoft.org/api/projects/framinetest/components/?format=api",
                "repository_url": "https://weblate.framasoft.org/api/projects/framinetest/repository/?format=api",
                "statistics_url": "https://weblate.framasoft.org/api/projects/framinetest/statistics/?format=api",
                "categories_url": "https://weblate.framasoft.org/api/projects/framinetest/categories/?format=api",
                "changes_list_url": "https://weblate.framasoft.org/api/projects/framinetest/changes/?format=api",
                "languages_url": "https://weblate.framasoft.org/api/projects/framinetest/languages/?format=api",
                "labels_url": "https://weblate.framasoft.org/api/projects/framinetest/labels/?format=api",
                "translation_review": false,
                "source_review": false,
                "set_language_team": true,
                "instructions": "",
                "enable_hooks": true,
                "language_aliases": ""
            },
            "vcs": "gitlab",
            "repo": "git@framagit.org:framasoft/framinetest.git",
            "git_export": "https://weblate.framasoft.org/git/framinetest/main/",
            "branch": "master",
            "push_branch": "master",
            "filemask": "src/translations/*/main.yml",
            "screenshot_filemask": "",
            "template": "src/translations/en/main.yml",
            "edit_template": true,
            "intermediate": "",
            "new_base": "",
            "file_format": "yaml",
            "license": "CC-BY-SA-4.0",
            "license_url": "https://spdx.org/licenses/CC-BY-SA-4.0.html",
            "agreement": "",
            "web_url": "https://weblate.framasoft.org/projects/framinetest/main/",
            "url": "https://weblate.framasoft.org/api/components/framinetest/main/?format=api",
            "repository_url": "https://weblate.framasoft.org/api/components/framinetest/main/repository/?format=api",
            "translations_url": "https://weblate.framasoft.org/api/components/framinetest/main/translations/?format=api",
            "statistics_url": "https://weblate.framasoft.org/api/components/framinetest/main/statistics/?format=api",
            "lock_url": "https://weblate.framasoft.org/api/components/framinetest/main/lock/?format=api",
            "links_url": "https://weblate.framasoft.org/api/components/framinetest/main/links/?format=api",
            "changes_list_url": "https://weblate.framasoft.org/api/components/framinetest/main/changes/?format=api",
            "task_url": null,
            "new_lang": "add",
            "language_code_style": "",
            "push": "git@framagit.org:framasoft/framinetest.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 }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
            "allow_translation_propagation": true,
            "manage_units": 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": "Pytition",
            "slug": "pytitions",
            "id": 50,
            "source_language": {
                "id": 76,
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 76,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485517,
                "web_url": "https://weblate.framasoft.org/languages/en/",
                "url": "https://weblate.framasoft.org/api/languages/en/?format=api",
                "statistics_url": "https://weblate.framasoft.org/api/languages/en/statistics/?format=api"
            },
            "project": {
                "name": "Pytition",
                "slug": "pytition",
                "id": 25,
                "web": "https://pytitiondemo.sionneau.net/",
                "web_url": "https://weblate.framasoft.org/projects/pytition/",
                "url": "https://weblate.framasoft.org/api/projects/pytition/?format=api",
                "components_list_url": "https://weblate.framasoft.org/api/projects/pytition/components/?format=api",
                "repository_url": "https://weblate.framasoft.org/api/projects/pytition/repository/?format=api",
                "statistics_url": "https://weblate.framasoft.org/api/projects/pytition/statistics/?format=api",
                "categories_url": "https://weblate.framasoft.org/api/projects/pytition/categories/?format=api",
                "changes_list_url": "https://weblate.framasoft.org/api/projects/pytition/changes/?format=api",
                "languages_url": "https://weblate.framasoft.org/api/projects/pytition/languages/?format=api",
                "labels_url": "https://weblate.framasoft.org/api/projects/pytition/labels/?format=api",
                "translation_review": false,
                "source_review": false,
                "set_language_team": true,
                "instructions": "",
                "enable_hooks": true,
                "language_aliases": ""
            },
            "vcs": "github",
            "repo": "https://github.com/pytition/Pytition",
            "git_export": "https://weblate.framasoft.org/git/pytition/pytitions/",
            "branch": "master",
            "push_branch": "",
            "filemask": "pytition/locale/*/LC_MESSAGES/django.po",
            "screenshot_filemask": "",
            "template": "",
            "edit_template": false,
            "intermediate": "",
            "new_base": "pytition/locale/django.pot",
            "file_format": "po",
            "license": "BSD-3-Clause",
            "license_url": "https://spdx.org/licenses/BSD-3-Clause.html",
            "agreement": "",
            "web_url": "https://weblate.framasoft.org/projects/pytition/pytitions/",
            "url": "https://weblate.framasoft.org/api/components/pytition/pytitions/?format=api",
            "repository_url": "https://weblate.framasoft.org/api/components/pytition/pytitions/repository/?format=api",
            "translations_url": "https://weblate.framasoft.org/api/components/pytition/pytitions/translations/?format=api",
            "statistics_url": "https://weblate.framasoft.org/api/components/pytition/pytitions/statistics/?format=api",
            "lock_url": "https://weblate.framasoft.org/api/components/pytition/pytitions/lock/?format=api",
            "links_url": "https://weblate.framasoft.org/api/components/pytition/pytitions/links/?format=api",
            "changes_list_url": "https://weblate.framasoft.org/api/components/pytition/pytitions/changes/?format=api",
            "task_url": null,
            "new_lang": "contact",
            "language_code_style": "",
            "push": "git@github.com:pytition/Pytition.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 }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
            "allow_translation_propagation": true,
            "manage_units": false,
            "enable_suggestions": true,
            "suggestion_voting": false,
            "suggestion_autoaccept": 0,
            "push_on_commit": true,
            "commit_pending_age": 24,
            "auto_lock_error": true,
            "language_regex": "^[^.]+$",
            "variant_regex": "",
            "addons": [],
            "is_glossary": false,
            "glossary_color": "silver",
            "category": null,
            "linked_component": null
        },
        {
            "name": "Contribute",
            "slug": "contribute",
            "id": 51,
            "source_language": {
                "id": 76,
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 76,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485517,
                "web_url": "https://weblate.framasoft.org/languages/en/",
                "url": "https://weblate.framasoft.org/api/languages/en/?format=api",
                "statistics_url": "https://weblate.framasoft.org/api/languages/en/statistics/?format=api"
            },
            "project": {
                "name": "Contribateliers",
                "slug": "contribateliers",
                "id": 26,
                "web": "https://contribateliers.org/",
                "web_url": "https://weblate.framasoft.org/projects/contribateliers/",
                "url": "https://weblate.framasoft.org/api/projects/contribateliers/?format=api",
                "components_list_url": "https://weblate.framasoft.org/api/projects/contribateliers/components/?format=api",
                "repository_url": "https://weblate.framasoft.org/api/projects/contribateliers/repository/?format=api",
                "statistics_url": "https://weblate.framasoft.org/api/projects/contribateliers/statistics/?format=api",
                "categories_url": "https://weblate.framasoft.org/api/projects/contribateliers/categories/?format=api",
                "changes_list_url": "https://weblate.framasoft.org/api/projects/contribateliers/changes/?format=api",
                "languages_url": "https://weblate.framasoft.org/api/projects/contribateliers/languages/?format=api",
                "labels_url": "https://weblate.framasoft.org/api/projects/contribateliers/labels/?format=api",
                "translation_review": false,
                "source_review": false,
                "set_language_team": true,
                "instructions": "",
                "enable_hooks": true,
                "language_aliases": ""
            },
            "vcs": "gitlab",
            "repo": "https://framagit.org/contribateliers/contribute",
            "git_export": "https://weblate.framasoft.org/git/contribateliers/contribute/",
            "branch": "master",
            "push_branch": "",
            "filemask": "locales/*/LC_MESSAGES/app.po",
            "screenshot_filemask": "",
            "template": "",
            "edit_template": false,
            "intermediate": "",
            "new_base": "locales/app.pot",
            "file_format": "po",
            "license": "GPL-3.0-only",
            "license_url": "https://spdx.org/licenses/GPL-3.0-only.html",
            "agreement": "",
            "web_url": "https://weblate.framasoft.org/projects/contribateliers/contribute/",
            "url": "https://weblate.framasoft.org/api/components/contribateliers/contribute/?format=api",
            "repository_url": "https://weblate.framasoft.org/api/components/contribateliers/contribute/repository/?format=api",
            "translations_url": "https://weblate.framasoft.org/api/components/contribateliers/contribute/translations/?format=api",
            "statistics_url": "https://weblate.framasoft.org/api/components/contribateliers/contribute/statistics/?format=api",
            "lock_url": "https://weblate.framasoft.org/api/components/contribateliers/contribute/lock/?format=api",
            "links_url": "https://weblate.framasoft.org/api/components/contribateliers/contribute/links/?format=api",
            "changes_list_url": "https://weblate.framasoft.org/api/components/contribateliers/contribute/changes/?format=api",
            "task_url": null,
            "new_lang": "add",
            "language_code_style": "",
            "push": "git@framagit.org:contribateliers/contribute.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 }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
            "allow_translation_propagation": true,
            "manage_units": false,
            "enable_suggestions": true,
            "suggestion_voting": false,
            "suggestion_autoaccept": 0,
            "push_on_commit": true,
            "commit_pending_age": 24,
            "auto_lock_error": true,
            "language_regex": "^[^.]+$",
            "variant_regex": "",
            "addons": [],
            "is_glossary": false,
            "glossary_color": "silver",
            "category": null,
            "linked_component": null
        },
        {
            "name": "Charte",
            "slug": "charte",
            "id": 53,
            "source_language": {
                "id": 76,
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 76,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485517,
                "web_url": "https://weblate.framasoft.org/languages/en/",
                "url": "https://weblate.framasoft.org/api/languages/en/?format=api",
                "statistics_url": "https://weblate.framasoft.org/api/languages/en/statistics/?format=api"
            },
            "project": {
                "name": "Framasoft",
                "slug": "framasoft",
                "id": 12,
                "web": "https://framasoft.org",
                "web_url": "https://weblate.framasoft.org/projects/framasoft/",
                "url": "https://weblate.framasoft.org/api/projects/framasoft/?format=api",
                "components_list_url": "https://weblate.framasoft.org/api/projects/framasoft/components/?format=api",
                "repository_url": "https://weblate.framasoft.org/api/projects/framasoft/repository/?format=api",
                "statistics_url": "https://weblate.framasoft.org/api/projects/framasoft/statistics/?format=api",
                "categories_url": "https://weblate.framasoft.org/api/projects/framasoft/categories/?format=api",
                "changes_list_url": "https://weblate.framasoft.org/api/projects/framasoft/changes/?format=api",
                "languages_url": "https://weblate.framasoft.org/api/projects/framasoft/languages/?format=api",
                "labels_url": "https://weblate.framasoft.org/api/projects/framasoft/labels/?format=api",
                "translation_review": false,
                "source_review": false,
                "set_language_team": true,
                "instructions": "",
                "enable_hooks": true,
                "language_aliases": ""
            },
            "vcs": "git",
            "repo": "https://framagit.org/framasoft/accueil.git",
            "git_export": "",
            "branch": "master",
            "push_branch": "",
            "filemask": "src/translations/*/charte.yml",
            "screenshot_filemask": "",
            "template": "src/translations/en/charte.yml",
            "edit_template": true,
            "intermediate": "",
            "new_base": "",
            "file_format": "yaml",
            "license": "CC-BY-SA-4.0",
            "license_url": "https://spdx.org/licenses/CC-BY-SA-4.0.html",
            "agreement": "",
            "web_url": "https://weblate.framasoft.org/projects/framasoft/charte/",
            "url": "https://weblate.framasoft.org/api/components/framasoft/charte/?format=api",
            "repository_url": "https://weblate.framasoft.org/api/components/framasoft/charte/repository/?format=api",
            "translations_url": "https://weblate.framasoft.org/api/components/framasoft/charte/translations/?format=api",
            "statistics_url": "https://weblate.framasoft.org/api/components/framasoft/charte/statistics/?format=api",
            "lock_url": "https://weblate.framasoft.org/api/components/framasoft/charte/lock/?format=api",
            "links_url": "https://weblate.framasoft.org/api/components/framasoft/charte/links/?format=api",
            "changes_list_url": "https://weblate.framasoft.org/api/components/framasoft/charte/changes/?format=api",
            "task_url": null,
            "new_lang": "add",
            "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 }})\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 }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
            "allow_translation_propagation": true,
            "manage_units": 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": "https://weblate.framasoft.org/api/components/framasoft/main/?format=api"
        },
        {
            "name": "Credits",
            "slug": "credits",
            "id": 54,
            "source_language": {
                "id": 76,
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 76,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485517,
                "web_url": "https://weblate.framasoft.org/languages/en/",
                "url": "https://weblate.framasoft.org/api/languages/en/?format=api",
                "statistics_url": "https://weblate.framasoft.org/api/languages/en/statistics/?format=api"
            },
            "project": {
                "name": "Framasoft",
                "slug": "framasoft",
                "id": 12,
                "web": "https://framasoft.org",
                "web_url": "https://weblate.framasoft.org/projects/framasoft/",
                "url": "https://weblate.framasoft.org/api/projects/framasoft/?format=api",
                "components_list_url": "https://weblate.framasoft.org/api/projects/framasoft/components/?format=api",
                "repository_url": "https://weblate.framasoft.org/api/projects/framasoft/repository/?format=api",
                "statistics_url": "https://weblate.framasoft.org/api/projects/framasoft/statistics/?format=api",
                "categories_url": "https://weblate.framasoft.org/api/projects/framasoft/categories/?format=api",
                "changes_list_url": "https://weblate.framasoft.org/api/projects/framasoft/changes/?format=api",
                "languages_url": "https://weblate.framasoft.org/api/projects/framasoft/languages/?format=api",
                "labels_url": "https://weblate.framasoft.org/api/projects/framasoft/labels/?format=api",
                "translation_review": false,
                "source_review": false,
                "set_language_team": true,
                "instructions": "",
                "enable_hooks": true,
                "language_aliases": ""
            },
            "vcs": "git",
            "repo": "https://framagit.org/framasoft/accueil.git",
            "git_export": "",
            "branch": "master",
            "push_branch": "",
            "filemask": "src/translations/*/credits.yml",
            "screenshot_filemask": "",
            "template": "src/translations/en/credits.yml",
            "edit_template": true,
            "intermediate": "",
            "new_base": "",
            "file_format": "yaml",
            "license": "CC-BY-SA-4.0",
            "license_url": "https://spdx.org/licenses/CC-BY-SA-4.0.html",
            "agreement": "",
            "web_url": "https://weblate.framasoft.org/projects/framasoft/credits/",
            "url": "https://weblate.framasoft.org/api/components/framasoft/credits/?format=api",
            "repository_url": "https://weblate.framasoft.org/api/components/framasoft/credits/repository/?format=api",
            "translations_url": "https://weblate.framasoft.org/api/components/framasoft/credits/translations/?format=api",
            "statistics_url": "https://weblate.framasoft.org/api/components/framasoft/credits/statistics/?format=api",
            "lock_url": "https://weblate.framasoft.org/api/components/framasoft/credits/lock/?format=api",
            "links_url": "https://weblate.framasoft.org/api/components/framasoft/credits/links/?format=api",
            "changes_list_url": "https://weblate.framasoft.org/api/components/framasoft/credits/changes/?format=api",
            "task_url": null,
            "new_lang": "add",
            "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 }})\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 }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
            "allow_translation_propagation": true,
            "manage_units": 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": "https://weblate.framasoft.org/api/components/framasoft/main/?format=api"
        },
        {
            "name": "Legals",
            "slug": "legals",
            "id": 55,
            "source_language": {
                "id": 76,
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 76,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485517,
                "web_url": "https://weblate.framasoft.org/languages/en/",
                "url": "https://weblate.framasoft.org/api/languages/en/?format=api",
                "statistics_url": "https://weblate.framasoft.org/api/languages/en/statistics/?format=api"
            },
            "project": {
                "name": "Framasoft",
                "slug": "framasoft",
                "id": 12,
                "web": "https://framasoft.org",
                "web_url": "https://weblate.framasoft.org/projects/framasoft/",
                "url": "https://weblate.framasoft.org/api/projects/framasoft/?format=api",
                "components_list_url": "https://weblate.framasoft.org/api/projects/framasoft/components/?format=api",
                "repository_url": "https://weblate.framasoft.org/api/projects/framasoft/repository/?format=api",
                "statistics_url": "https://weblate.framasoft.org/api/projects/framasoft/statistics/?format=api",
                "categories_url": "https://weblate.framasoft.org/api/projects/framasoft/categories/?format=api",
                "changes_list_url": "https://weblate.framasoft.org/api/projects/framasoft/changes/?format=api",
                "languages_url": "https://weblate.framasoft.org/api/projects/framasoft/languages/?format=api",
                "labels_url": "https://weblate.framasoft.org/api/projects/framasoft/labels/?format=api",
                "translation_review": false,
                "source_review": false,
                "set_language_team": true,
                "instructions": "",
                "enable_hooks": true,
                "language_aliases": ""
            },
            "vcs": "git",
            "repo": "https://framagit.org/framasoft/accueil.git",
            "git_export": "",
            "branch": "master",
            "push_branch": "",
            "filemask": "src/translations/*/legals.yml",
            "screenshot_filemask": "",
            "template": "src/translations/en/legals.yml",
            "edit_template": true,
            "intermediate": "",
            "new_base": "",
            "file_format": "yaml",
            "license": "CC-BY-SA-4.0",
            "license_url": "https://spdx.org/licenses/CC-BY-SA-4.0.html",
            "agreement": "",
            "web_url": "https://weblate.framasoft.org/projects/framasoft/legals/",
            "url": "https://weblate.framasoft.org/api/components/framasoft/legals/?format=api",
            "repository_url": "https://weblate.framasoft.org/api/components/framasoft/legals/repository/?format=api",
            "translations_url": "https://weblate.framasoft.org/api/components/framasoft/legals/translations/?format=api",
            "statistics_url": "https://weblate.framasoft.org/api/components/framasoft/legals/statistics/?format=api",
            "lock_url": "https://weblate.framasoft.org/api/components/framasoft/legals/lock/?format=api",
            "links_url": "https://weblate.framasoft.org/api/components/framasoft/legals/links/?format=api",
            "changes_list_url": "https://weblate.framasoft.org/api/components/framasoft/legals/changes/?format=api",
            "task_url": null,
            "new_lang": "add",
            "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 }})\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 }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
            "allow_translation_propagation": true,
            "manage_units": 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": "https://weblate.framasoft.org/api/components/framasoft/main/?format=api"
        },
        {
            "name": "CGU",
            "slug": "cgu",
            "id": 58,
            "source_language": {
                "id": 76,
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 76,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485517,
                "web_url": "https://weblate.framasoft.org/languages/en/",
                "url": "https://weblate.framasoft.org/api/languages/en/?format=api",
                "statistics_url": "https://weblate.framasoft.org/api/languages/en/statistics/?format=api"
            },
            "project": {
                "name": "Framasoft",
                "slug": "framasoft",
                "id": 12,
                "web": "https://framasoft.org",
                "web_url": "https://weblate.framasoft.org/projects/framasoft/",
                "url": "https://weblate.framasoft.org/api/projects/framasoft/?format=api",
                "components_list_url": "https://weblate.framasoft.org/api/projects/framasoft/components/?format=api",
                "repository_url": "https://weblate.framasoft.org/api/projects/framasoft/repository/?format=api",
                "statistics_url": "https://weblate.framasoft.org/api/projects/framasoft/statistics/?format=api",
                "categories_url": "https://weblate.framasoft.org/api/projects/framasoft/categories/?format=api",
                "changes_list_url": "https://weblate.framasoft.org/api/projects/framasoft/changes/?format=api",
                "languages_url": "https://weblate.framasoft.org/api/projects/framasoft/languages/?format=api",
                "labels_url": "https://weblate.framasoft.org/api/projects/framasoft/labels/?format=api",
                "translation_review": false,
                "source_review": false,
                "set_language_team": true,
                "instructions": "",
                "enable_hooks": true,
                "language_aliases": ""
            },
            "vcs": "gitlab",
            "repo": "https://framagit.org/framasoft/accueil.git",
            "git_export": "",
            "branch": "master",
            "push_branch": "",
            "filemask": "src/translations/*/cgu.yml",
            "screenshot_filemask": "",
            "template": "src/translations/en/cgu.yml",
            "edit_template": true,
            "intermediate": "",
            "new_base": "",
            "file_format": "yaml",
            "license": "CC-BY-SA-4.0",
            "license_url": "https://spdx.org/licenses/CC-BY-SA-4.0.html",
            "agreement": "",
            "web_url": "https://weblate.framasoft.org/projects/framasoft/cgu/",
            "url": "https://weblate.framasoft.org/api/components/framasoft/cgu/?format=api",
            "repository_url": "https://weblate.framasoft.org/api/components/framasoft/cgu/repository/?format=api",
            "translations_url": "https://weblate.framasoft.org/api/components/framasoft/cgu/translations/?format=api",
            "statistics_url": "https://weblate.framasoft.org/api/components/framasoft/cgu/statistics/?format=api",
            "lock_url": "https://weblate.framasoft.org/api/components/framasoft/cgu/lock/?format=api",
            "links_url": "https://weblate.framasoft.org/api/components/framasoft/cgu/links/?format=api",
            "changes_list_url": "https://weblate.framasoft.org/api/components/framasoft/cgu/changes/?format=api",
            "task_url": null,
            "new_lang": "add",
            "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 }})\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 }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
            "allow_translation_propagation": true,
            "manage_units": 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": "https://weblate.framasoft.org/api/components/framasoft/main/?format=api"
        },
        {
            "name": "Framadate v1.1.x",
            "slug": "framadate-v11x",
            "id": 60,
            "source_language": {
                "id": 76,
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 76,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485517,
                "web_url": "https://weblate.framasoft.org/languages/en/",
                "url": "https://weblate.framasoft.org/api/languages/en/?format=api",
                "statistics_url": "https://weblate.framasoft.org/api/languages/en/statistics/?format=api"
            },
            "project": {
                "name": "Framadate",
                "slug": "framadate",
                "id": 4,
                "web": "https://framagit.org/framasoft/framadate/framadate/",
                "web_url": "https://weblate.framasoft.org/projects/framadate/",
                "url": "https://weblate.framasoft.org/api/projects/framadate/?format=api",
                "components_list_url": "https://weblate.framasoft.org/api/projects/framadate/components/?format=api",
                "repository_url": "https://weblate.framasoft.org/api/projects/framadate/repository/?format=api",
                "statistics_url": "https://weblate.framasoft.org/api/projects/framadate/statistics/?format=api",
                "categories_url": "https://weblate.framasoft.org/api/projects/framadate/categories/?format=api",
                "changes_list_url": "https://weblate.framasoft.org/api/projects/framadate/changes/?format=api",
                "languages_url": "https://weblate.framasoft.org/api/projects/framadate/languages/?format=api",
                "labels_url": "https://weblate.framasoft.org/api/projects/framadate/labels/?format=api",
                "translation_review": false,
                "source_review": false,
                "set_language_team": true,
                "instructions": "",
                "enable_hooks": true,
                "language_aliases": ""
            },
            "vcs": "gitlab",
            "repo": "git@framagit.org:framasoft/framadate/framadate.git",
            "git_export": "https://weblate.framasoft.org/git/framadate/framadate-v11x/",
            "branch": "v1.1.x",
            "push_branch": "",
            "filemask": "locale/*.json",
            "screenshot_filemask": "",
            "template": "locale/en.json",
            "edit_template": true,
            "intermediate": "",
            "new_base": "",
            "file_format": "json-nested",
            "license": "CECILL-B",
            "license_url": "https://spdx.org/licenses/CECILL-B.html",
            "agreement": "",
            "web_url": "https://weblate.framasoft.org/projects/framadate/framadate-v11x/",
            "url": "https://weblate.framasoft.org/api/components/framadate/framadate-v11x/?format=api",
            "repository_url": "https://weblate.framasoft.org/api/components/framadate/framadate-v11x/repository/?format=api",
            "translations_url": "https://weblate.framasoft.org/api/components/framadate/framadate-v11x/translations/?format=api",
            "statistics_url": "https://weblate.framasoft.org/api/components/framadate/framadate-v11x/statistics/?format=api",
            "lock_url": "https://weblate.framasoft.org/api/components/framadate/framadate-v11x/lock/?format=api",
            "links_url": "https://weblate.framasoft.org/api/components/framadate/framadate-v11x/links/?format=api",
            "changes_list_url": "https://weblate.framasoft.org/api/components/framadate/framadate-v11x/changes/?format=api",
            "task_url": null,
            "new_lang": "add",
            "language_code_style": "",
            "push": "git@framagit.org:framasoft/framadate/framadate.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 }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
            "allow_translation_propagation": true,
            "manage_units": 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": "Backend errors",
            "slug": "backend-errors",
            "id": 61,
            "source_language": {
                "id": 76,
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 76,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485517,
                "web_url": "https://weblate.framasoft.org/languages/en/",
                "url": "https://weblate.framasoft.org/api/languages/en/?format=api",
                "statistics_url": "https://weblate.framasoft.org/api/languages/en/statistics/?format=api"
            },
            "project": {
                "name": "Mobilizon",
                "slug": "mobilizon",
                "id": 2,
                "web": "https://joinmobilizon.org/",
                "web_url": "https://weblate.framasoft.org/projects/mobilizon/",
                "url": "https://weblate.framasoft.org/api/projects/mobilizon/?format=api",
                "components_list_url": "https://weblate.framasoft.org/api/projects/mobilizon/components/?format=api",
                "repository_url": "https://weblate.framasoft.org/api/projects/mobilizon/repository/?format=api",
                "statistics_url": "https://weblate.framasoft.org/api/projects/mobilizon/statistics/?format=api",
                "categories_url": "https://weblate.framasoft.org/api/projects/mobilizon/categories/?format=api",
                "changes_list_url": "https://weblate.framasoft.org/api/projects/mobilizon/changes/?format=api",
                "languages_url": "https://weblate.framasoft.org/api/projects/mobilizon/languages/?format=api",
                "labels_url": "https://weblate.framasoft.org/api/projects/mobilizon/labels/?format=api",
                "translation_review": true,
                "source_review": false,
                "set_language_team": true,
                "instructions": "### Guidelines\r\n\r\n* When in doubt, use the suggestion feature instead of changing the translation directly\r\n* Post a comment to discuss about translations\r\n* Feel free to ask clarification and context on a string\r\n\r\n### Components\r\n\r\nMobilizon has several modules that need to be translated:\r\n\r\n* Frontend: mostly what you see in the web app in your browser\r\n* Activity: every group activity log, that can be sent in emails\r\n* Backend errors: errors returned by the backend (for instance if the event lacks a title)\r\n* Backend: the rest of emails, server-side default configuration, push notifications, …\r\n* Search index: the global search engine\r\n\r\nThe Android app and Android app metadata components are not maintained.\r\n\r\n### Formating\r\n\r\nFrontend (frontend + search index components) and backend (everything else) parts use different formats to hold translations so you may encounter different ways to format strings when translating:\r\n\r\n* Frontend uses the [Vue-I18N](https://vue-i18n.intlify.dev/) library\r\n  * Formatting is based on the ICU Message Format syntax, with placeholders like this: `{interpolation}`. **You must never translate what's between the brackets**.\r\n  * It handles pluralization manually by separating versions with pipes : https://vue-i18n.intlify.dev/guide/essentials/pluralization.html\r\n  * Pluralization rules are included for the majority of languages but some may need to be added manually ([example for Scottish Gaelic](https://framagit.org/framasoft/mobilizon/-/blob/main/js/src/i18n/pluralRules/gd.ts)).\r\n  * Special characters sometimes have to be escaped. For instance: `{'@'}{username}` would give, after interpolation : `@thomas`. See https://vue-i18n.intlify.dev/guide/essentials/syntax.html#special-characters\r\n\r\n* Backend uses the classic Gettext library and Weblate should support this format much better\r\n  * Placeholders look like this: `This is user %{username}`.",
                "enable_hooks": true,
                "language_aliases": ""
            },
            "vcs": "gitlab",
            "repo": "git@framagit.org:framasoft/mobilizon.git",
            "git_export": "",
            "branch": "main",
            "push_branch": "",
            "filemask": "priv/gettext/*/LC_MESSAGES/errors.po",
            "screenshot_filemask": "",
            "template": "",
            "edit_template": true,
            "intermediate": "",
            "new_base": "priv/gettext/errors.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://weblate.framasoft.org/projects/mobilizon/backend-errors/",
            "url": "https://weblate.framasoft.org/api/components/mobilizon/backend-errors/?format=api",
            "repository_url": "https://weblate.framasoft.org/api/components/mobilizon/backend-errors/repository/?format=api",
            "translations_url": "https://weblate.framasoft.org/api/components/mobilizon/backend-errors/translations/?format=api",
            "statistics_url": "https://weblate.framasoft.org/api/components/mobilizon/backend-errors/statistics/?format=api",
            "lock_url": "https://weblate.framasoft.org/api/components/mobilizon/backend-errors/lock/?format=api",
            "links_url": "https://weblate.framasoft.org/api/components/mobilizon/backend-errors/links/?format=api",
            "changes_list_url": "https://weblate.framasoft.org/api/components/mobilizon/backend-errors/changes/?format=api",
            "task_url": null,
            "new_lang": "add",
            "language_code_style": "",
            "push": "git@framagit.org:framasoft/mobilizon.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 }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
            "allow_translation_propagation": true,
            "manage_units": false,
            "enable_suggestions": true,
            "suggestion_voting": false,
            "suggestion_autoaccept": 0,
            "push_on_commit": true,
            "commit_pending_age": 24,
            "auto_lock_error": true,
            "language_regex": "^(?!(en)$).+$",
            "variant_regex": "",
            "addons": [
                "https://weblate.framasoft.org/api/addons/12/?format=api"
            ],
            "is_glossary": false,
            "glossary_color": "silver",
            "category": null,
            "linked_component": "https://weblate.framasoft.org/api/components/mobilizon/frontend/?format=api"
        },
        {
            "name": "Mail",
            "slug": "mail",
            "id": 62,
            "source_language": {
                "id": 76,
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 76,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485517,
                "web_url": "https://weblate.framasoft.org/languages/en/",
                "url": "https://weblate.framasoft.org/api/languages/en/?format=api",
                "statistics_url": "https://weblate.framasoft.org/api/languages/en/statistics/?format=api"
            },
            "project": {
                "name": "MyPads",
                "slug": "mypads",
                "id": 27,
                "web": "https://framagit.org/framasoft/Etherpad/ep_mypads",
                "web_url": "https://weblate.framasoft.org/projects/mypads/",
                "url": "https://weblate.framasoft.org/api/projects/mypads/?format=api",
                "components_list_url": "https://weblate.framasoft.org/api/projects/mypads/components/?format=api",
                "repository_url": "https://weblate.framasoft.org/api/projects/mypads/repository/?format=api",
                "statistics_url": "https://weblate.framasoft.org/api/projects/mypads/statistics/?format=api",
                "categories_url": "https://weblate.framasoft.org/api/projects/mypads/categories/?format=api",
                "changes_list_url": "https://weblate.framasoft.org/api/projects/mypads/changes/?format=api",
                "languages_url": "https://weblate.framasoft.org/api/projects/mypads/languages/?format=api",
                "labels_url": "https://weblate.framasoft.org/api/projects/mypads/labels/?format=api",
                "translation_review": false,
                "source_review": false,
                "set_language_team": true,
                "instructions": "",
                "enable_hooks": true,
                "language_aliases": ""
            },
            "vcs": "gitlab",
            "repo": "https://framagit.org/framasoft/Etherpad/ep_mypads",
            "git_export": "https://weblate.framasoft.org/git/mypads/mail/",
            "branch": "development",
            "push_branch": "",
            "filemask": "templates/mail_*.json",
            "screenshot_filemask": "",
            "template": "templates/mail_en.json",
            "edit_template": false,
            "intermediate": "",
            "new_base": "templates/mail_en.json",
            "file_format": "json",
            "license": "Apache-2.0",
            "license_url": "https://spdx.org/licenses/Apache-2.0.html",
            "agreement": "",
            "web_url": "https://weblate.framasoft.org/projects/mypads/mail/",
            "url": "https://weblate.framasoft.org/api/components/mypads/mail/?format=api",
            "repository_url": "https://weblate.framasoft.org/api/components/mypads/mail/repository/?format=api",
            "translations_url": "https://weblate.framasoft.org/api/components/mypads/mail/translations/?format=api",
            "statistics_url": "https://weblate.framasoft.org/api/components/mypads/mail/statistics/?format=api",
            "lock_url": "https://weblate.framasoft.org/api/components/mypads/mail/lock/?format=api",
            "links_url": "https://weblate.framasoft.org/api/components/mypads/mail/links/?format=api",
            "changes_list_url": "https://weblate.framasoft.org/api/components/mypads/mail/changes/?format=api",
            "task_url": null,
            "new_lang": "add",
            "language_code_style": "",
            "push": "git@framagit.org:framasoft/Etherpad/ep_mypads.git",
            "check_flags": "",
            "priority": 100,
            "enforced_checks": [],
            "restricted": false,
            "repoweb": "https://framagit.org/framasoft/Etherpad/ep_mypads/blob/{{branch}}/{{filename}}#L{{line}}",
            "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 }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
            "allow_translation_propagation": true,
            "manage_units": 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": "Frontend",
            "slug": "frontend",
            "id": 63,
            "source_language": {
                "id": 76,
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 76,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485517,
                "web_url": "https://weblate.framasoft.org/languages/en/",
                "url": "https://weblate.framasoft.org/api/languages/en/?format=api",
                "statistics_url": "https://weblate.framasoft.org/api/languages/en/statistics/?format=api"
            },
            "project": {
                "name": "MyPads",
                "slug": "mypads",
                "id": 27,
                "web": "https://framagit.org/framasoft/Etherpad/ep_mypads",
                "web_url": "https://weblate.framasoft.org/projects/mypads/",
                "url": "https://weblate.framasoft.org/api/projects/mypads/?format=api",
                "components_list_url": "https://weblate.framasoft.org/api/projects/mypads/components/?format=api",
                "repository_url": "https://weblate.framasoft.org/api/projects/mypads/repository/?format=api",
                "statistics_url": "https://weblate.framasoft.org/api/projects/mypads/statistics/?format=api",
                "categories_url": "https://weblate.framasoft.org/api/projects/mypads/categories/?format=api",
                "changes_list_url": "https://weblate.framasoft.org/api/projects/mypads/changes/?format=api",
                "languages_url": "https://weblate.framasoft.org/api/projects/mypads/languages/?format=api",
                "labels_url": "https://weblate.framasoft.org/api/projects/mypads/labels/?format=api",
                "translation_review": false,
                "source_review": false,
                "set_language_team": true,
                "instructions": "",
                "enable_hooks": true,
                "language_aliases": ""
            },
            "vcs": "gitlab",
            "repo": "https://framagit.org/framasoft/Etherpad/ep_mypads.git",
            "git_export": "https://weblate.framasoft.org/git/mypads/frontend/",
            "branch": "development",
            "push_branch": "",
            "filemask": "static/l10n/*.json",
            "screenshot_filemask": "",
            "template": "static/l10n/en.json",
            "edit_template": false,
            "intermediate": "",
            "new_base": "static/l10n/en.json",
            "file_format": "json-nested",
            "license": "Apache-2.0",
            "license_url": "https://spdx.org/licenses/Apache-2.0.html",
            "agreement": "",
            "web_url": "https://weblate.framasoft.org/projects/mypads/frontend/",
            "url": "https://weblate.framasoft.org/api/components/mypads/frontend/?format=api",
            "repository_url": "https://weblate.framasoft.org/api/components/mypads/frontend/repository/?format=api",
            "translations_url": "https://weblate.framasoft.org/api/components/mypads/frontend/translations/?format=api",
            "statistics_url": "https://weblate.framasoft.org/api/components/mypads/frontend/statistics/?format=api",
            "lock_url": "https://weblate.framasoft.org/api/components/mypads/frontend/lock/?format=api",
            "links_url": "https://weblate.framasoft.org/api/components/mypads/frontend/links/?format=api",
            "changes_list_url": "https://weblate.framasoft.org/api/components/mypads/frontend/changes/?format=api",
            "task_url": null,
            "new_lang": "add",
            "language_code_style": "",
            "push": "https://framagit.org/framasoft/Etherpad/ep_mypads.git",
            "check_flags": "",
            "priority": 100,
            "enforced_checks": [],
            "restricted": false,
            "repoweb": "https://framagit.org/framasoft/Etherpad/ep_mypads/blob/{{branch}}/{{filename}}#L{{line}}",
            "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 }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
            "allow_translation_propagation": true,
            "manage_units": 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": "Default theme",
            "slug": "default-theme",
            "id": 64,
            "source_language": {
                "id": 76,
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 76,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485517,
                "web_url": "https://weblate.framasoft.org/languages/en/",
                "url": "https://weblate.framasoft.org/api/languages/en/?format=api",
                "statistics_url": "https://weblate.framasoft.org/api/languages/en/statistics/?format=api"
            },
            "project": {
                "name": "Erco",
                "slug": "erco",
                "id": 28,
                "web": "https://erco.fiat-tux.fr",
                "web_url": "https://weblate.framasoft.org/projects/erco/",
                "url": "https://weblate.framasoft.org/api/projects/erco/?format=api",
                "components_list_url": "https://weblate.framasoft.org/api/projects/erco/components/?format=api",
                "repository_url": "https://weblate.framasoft.org/api/projects/erco/repository/?format=api",
                "statistics_url": "https://weblate.framasoft.org/api/projects/erco/statistics/?format=api",
                "categories_url": "https://weblate.framasoft.org/api/projects/erco/categories/?format=api",
                "changes_list_url": "https://weblate.framasoft.org/api/projects/erco/changes/?format=api",
                "languages_url": "https://weblate.framasoft.org/api/projects/erco/languages/?format=api",
                "labels_url": "https://weblate.framasoft.org/api/projects/erco/labels/?format=api",
                "translation_review": false,
                "source_review": false,
                "set_language_team": true,
                "instructions": "",
                "enable_hooks": true,
                "language_aliases": ""
            },
            "vcs": "gitlab",
            "repo": "https://framagit.org/fiat-tux/hat-softwares/erco.git",
            "git_export": "https://weblate.framasoft.org/git/erco/default-theme/",
            "branch": "master",
            "push_branch": "",
            "filemask": "lib/Erco/I18N/*.po",
            "screenshot_filemask": "",
            "template": "",
            "edit_template": false,
            "intermediate": "",
            "new_base": "lib/Erco/I18N/en.po",
            "file_format": "po",
            "license": "GPL-2.0-only",
            "license_url": "https://spdx.org/licenses/GPL-2.0-only.html",
            "agreement": "",
            "web_url": "https://weblate.framasoft.org/projects/erco/default-theme/",
            "url": "https://weblate.framasoft.org/api/components/erco/default-theme/?format=api",
            "repository_url": "https://weblate.framasoft.org/api/components/erco/default-theme/repository/?format=api",
            "translations_url": "https://weblate.framasoft.org/api/components/erco/default-theme/translations/?format=api",
            "statistics_url": "https://weblate.framasoft.org/api/components/erco/default-theme/statistics/?format=api",
            "lock_url": "https://weblate.framasoft.org/api/components/erco/default-theme/lock/?format=api",
            "links_url": "https://weblate.framasoft.org/api/components/erco/default-theme/links/?format=api",
            "changes_list_url": "https://weblate.framasoft.org/api/components/erco/default-theme/changes/?format=api",
            "task_url": null,
            "new_lang": "add",
            "language_code_style": "",
            "push": "https://framagit.org/fiat-tux/hat-softwares/erco.git",
            "check_flags": "",
            "priority": 100,
            "enforced_checks": [],
            "restricted": false,
            "repoweb": "https://framagit.org/fiat-tux/hat-softwares/erco/blob/{{branch}}/{{filename}}#L{{line}}",
            "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 }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
            "allow_translation_propagation": true,
            "manage_units": false,
            "enable_suggestions": true,
            "suggestion_voting": false,
            "suggestion_autoaccept": 0,
            "push_on_commit": true,
            "commit_pending_age": 24,
            "auto_lock_error": true,
            "language_regex": "^[^.]+$",
            "variant_regex": "",
            "addons": [],
            "is_glossary": false,
            "glossary_color": "silver",
            "category": null,
            "linked_component": null
        },
        {
            "name": "Default theme",
            "slug": "default-theme",
            "id": 65,
            "source_language": {
                "id": 76,
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 76,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485517,
                "web_url": "https://weblate.framasoft.org/languages/en/",
                "url": "https://weblate.framasoft.org/api/languages/en/?format=api",
                "statistics_url": "https://weblate.framasoft.org/api/languages/en/statistics/?format=api"
            },
            "project": {
                "name": "Lutim",
                "slug": "lutim",
                "id": 29,
                "web": "https://framagit.org/fiat-tux/hat-softwares/lutim",
                "web_url": "https://weblate.framasoft.org/projects/lutim/",
                "url": "https://weblate.framasoft.org/api/projects/lutim/?format=api",
                "components_list_url": "https://weblate.framasoft.org/api/projects/lutim/components/?format=api",
                "repository_url": "https://weblate.framasoft.org/api/projects/lutim/repository/?format=api",
                "statistics_url": "https://weblate.framasoft.org/api/projects/lutim/statistics/?format=api",
                "categories_url": "https://weblate.framasoft.org/api/projects/lutim/categories/?format=api",
                "changes_list_url": "https://weblate.framasoft.org/api/projects/lutim/changes/?format=api",
                "languages_url": "https://weblate.framasoft.org/api/projects/lutim/languages/?format=api",
                "labels_url": "https://weblate.framasoft.org/api/projects/lutim/labels/?format=api",
                "translation_review": false,
                "source_review": false,
                "set_language_team": true,
                "instructions": "",
                "enable_hooks": true,
                "language_aliases": ""
            },
            "vcs": "gitlab",
            "repo": "https://framagit.org/fiat-tux/hat-softwares/lutim.git",
            "git_export": "https://weblate.framasoft.org/git/lutim/default-theme/",
            "branch": "development",
            "push_branch": "",
            "filemask": "themes/default/lib/Lutim/I18N/*.po",
            "screenshot_filemask": "",
            "template": "themes/default/lib/Lutim/I18N/en.po",
            "edit_template": false,
            "intermediate": "",
            "new_base": "themes/default/lib/Lutim/I18N/lutim.pot",
            "file_format": "po-mono",
            "license": "AGPL-3.0-or-later",
            "license_url": "https://spdx.org/licenses/AGPL-3.0-or-later.html",
            "agreement": "",
            "web_url": "https://weblate.framasoft.org/projects/lutim/default-theme/",
            "url": "https://weblate.framasoft.org/api/components/lutim/default-theme/?format=api",
            "repository_url": "https://weblate.framasoft.org/api/components/lutim/default-theme/repository/?format=api",
            "translations_url": "https://weblate.framasoft.org/api/components/lutim/default-theme/translations/?format=api",
            "statistics_url": "https://weblate.framasoft.org/api/components/lutim/default-theme/statistics/?format=api",
            "lock_url": "https://weblate.framasoft.org/api/components/lutim/default-theme/lock/?format=api",
            "links_url": "https://weblate.framasoft.org/api/components/lutim/default-theme/links/?format=api",
            "changes_list_url": "https://weblate.framasoft.org/api/components/lutim/default-theme/changes/?format=api",
            "task_url": null,
            "new_lang": "add",
            "language_code_style": "",
            "push": "https://framagit.org/fiat-tux/hat-softwares/lutim.git",
            "check_flags": "safe-html",
            "priority": 100,
            "enforced_checks": [
                "safe-html"
            ],
            "restricted": false,
            "repoweb": "https://framagit.org/fiat-tux/hat-softwares/lutim/blob/{{branch}}/{{filename}}#L{{line}}",
            "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 }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
            "allow_translation_propagation": true,
            "manage_units": 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": "Default theme",
            "slug": "default-theme",
            "id": 66,
            "source_language": {
                "id": 76,
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 76,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485517,
                "web_url": "https://weblate.framasoft.org/languages/en/",
                "url": "https://weblate.framasoft.org/api/languages/en/?format=api",
                "statistics_url": "https://weblate.framasoft.org/api/languages/en/statistics/?format=api"
            },
            "project": {
                "name": "Lufi",
                "slug": "lufi",
                "id": 13,
                "web": "https://framagit.org/fiat-tux/hat-softwares/lufi",
                "web_url": "https://weblate.framasoft.org/projects/lufi/",
                "url": "https://weblate.framasoft.org/api/projects/lufi/?format=api",
                "components_list_url": "https://weblate.framasoft.org/api/projects/lufi/components/?format=api",
                "repository_url": "https://weblate.framasoft.org/api/projects/lufi/repository/?format=api",
                "statistics_url": "https://weblate.framasoft.org/api/projects/lufi/statistics/?format=api",
                "categories_url": "https://weblate.framasoft.org/api/projects/lufi/categories/?format=api",
                "changes_list_url": "https://weblate.framasoft.org/api/projects/lufi/changes/?format=api",
                "languages_url": "https://weblate.framasoft.org/api/projects/lufi/languages/?format=api",
                "labels_url": "https://weblate.framasoft.org/api/projects/lufi/labels/?format=api",
                "translation_review": false,
                "source_review": false,
                "set_language_team": true,
                "instructions": "https://framagit.org/fiat-tux/hat-softwares/lufi/wikis/contribute#internationalization",
                "enable_hooks": true,
                "language_aliases": ""
            },
            "vcs": "gitlab",
            "repo": "https://framagit.org/fiat-tux/hat-softwares/lufi.git",
            "git_export": "https://weblate.framasoft.org/git/lufi/default-theme/",
            "branch": "development",
            "push_branch": "",
            "filemask": "themes/default/lib/Lufi/I18N/*.po",
            "screenshot_filemask": "",
            "template": "themes/default/lib/Lufi/I18N/en.po",
            "edit_template": false,
            "intermediate": "",
            "new_base": "themes/default/lib/Lufi/I18N/lufi.pot",
            "file_format": "po-mono",
            "license": "AGPL-1.0-or-later",
            "license_url": "https://spdx.org/licenses/AGPL-1.0-or-later.html",
            "agreement": "",
            "web_url": "https://weblate.framasoft.org/projects/lufi/default-theme/",
            "url": "https://weblate.framasoft.org/api/components/lufi/default-theme/?format=api",
            "repository_url": "https://weblate.framasoft.org/api/components/lufi/default-theme/repository/?format=api",
            "translations_url": "https://weblate.framasoft.org/api/components/lufi/default-theme/translations/?format=api",
            "statistics_url": "https://weblate.framasoft.org/api/components/lufi/default-theme/statistics/?format=api",
            "lock_url": "https://weblate.framasoft.org/api/components/lufi/default-theme/lock/?format=api",
            "links_url": "https://weblate.framasoft.org/api/components/lufi/default-theme/links/?format=api",
            "changes_list_url": "https://weblate.framasoft.org/api/components/lufi/default-theme/changes/?format=api",
            "task_url": null,
            "new_lang": "add",
            "language_code_style": "",
            "push": "https://framagit.org/fiat-tux/hat-softwares/lufi.git",
            "check_flags": "",
            "priority": 100,
            "enforced_checks": [],
            "restricted": false,
            "repoweb": "https://framagit.org/fiat-tux/hat-softwares/lufi/blob/{{branch}}/{{filename}}#L{{line}}",
            "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 }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
            "allow_translation_propagation": true,
            "manage_units": 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": "Entraide CHATONS",
            "slug": "entraide-chatons",
            "id": 67,
            "source_language": {
                "id": 76,
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 76,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485517,
                "web_url": "https://weblate.framasoft.org/languages/en/",
                "url": "https://weblate.framasoft.org/api/languages/en/?format=api",
                "statistics_url": "https://weblate.framasoft.org/api/languages/en/statistics/?format=api"
            },
            "project": {
                "name": "Entraide CHATONS",
                "slug": "entraide-chatons",
                "id": 30,
                "web": "https://entraide.chatons.org/fr/",
                "web_url": "https://weblate.framasoft.org/projects/entraide-chatons/",
                "url": "https://weblate.framasoft.org/api/projects/entraide-chatons/?format=api",
                "components_list_url": "https://weblate.framasoft.org/api/projects/entraide-chatons/components/?format=api",
                "repository_url": "https://weblate.framasoft.org/api/projects/entraide-chatons/repository/?format=api",
                "statistics_url": "https://weblate.framasoft.org/api/projects/entraide-chatons/statistics/?format=api",
                "categories_url": "https://weblate.framasoft.org/api/projects/entraide-chatons/categories/?format=api",
                "changes_list_url": "https://weblate.framasoft.org/api/projects/entraide-chatons/changes/?format=api",
                "languages_url": "https://weblate.framasoft.org/api/projects/entraide-chatons/languages/?format=api",
                "labels_url": "https://weblate.framasoft.org/api/projects/entraide-chatons/labels/?format=api",
                "translation_review": false,
                "source_review": false,
                "set_language_team": true,
                "instructions": "Note : The \"About\" page is saved as a markdown file and must be translated here : https://framagit.org/chatons/entraide/-/tree/master/src%2Fmarkdown-pages",
                "enable_hooks": true,
                "language_aliases": ""
            },
            "vcs": "gitlab",
            "repo": "https://framagit.org/chatons/entraide",
            "git_export": "https://weblate.framasoft.org/git/entraide-chatons/entraide-chatons/",
            "branch": "master",
            "push_branch": "",
            "filemask": "src/intl/*.json",
            "screenshot_filemask": "",
            "template": "src/intl/en.json",
            "edit_template": true,
            "intermediate": "",
            "new_base": "",
            "file_format": "json-nested",
            "license": "CC-BY-SA-4.0",
            "license_url": "https://spdx.org/licenses/CC-BY-SA-4.0.html",
            "agreement": "",
            "web_url": "https://weblate.framasoft.org/projects/entraide-chatons/entraide-chatons/",
            "url": "https://weblate.framasoft.org/api/components/entraide-chatons/entraide-chatons/?format=api",
            "repository_url": "https://weblate.framasoft.org/api/components/entraide-chatons/entraide-chatons/repository/?format=api",
            "translations_url": "https://weblate.framasoft.org/api/components/entraide-chatons/entraide-chatons/translations/?format=api",
            "statistics_url": "https://weblate.framasoft.org/api/components/entraide-chatons/entraide-chatons/statistics/?format=api",
            "lock_url": "https://weblate.framasoft.org/api/components/entraide-chatons/entraide-chatons/lock/?format=api",
            "links_url": "https://weblate.framasoft.org/api/components/entraide-chatons/entraide-chatons/links/?format=api",
            "changes_list_url": "https://weblate.framasoft.org/api/components/entraide-chatons/entraide-chatons/changes/?format=api",
            "task_url": null,
            "new_lang": "add",
            "language_code_style": "",
            "push": "git@framagit.org:chatons/entraide.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 }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
            "allow_translation_propagation": true,
            "manage_units": 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": "ep_delete_after_delay",
            "slug": "ep_delete_after_delay",
            "id": 68,
            "source_language": {
                "id": 76,
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 76,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485517,
                "web_url": "https://weblate.framasoft.org/languages/en/",
                "url": "https://weblate.framasoft.org/api/languages/en/?format=api",
                "statistics_url": "https://weblate.framasoft.org/api/languages/en/statistics/?format=api"
            },
            "project": {
                "name": "Plugins Etherpad",
                "slug": "plugins-etherpad",
                "id": 31,
                "web": "https://framagit.org/fiat-tux/etherpad/",
                "web_url": "https://weblate.framasoft.org/projects/plugins-etherpad/",
                "url": "https://weblate.framasoft.org/api/projects/plugins-etherpad/?format=api",
                "components_list_url": "https://weblate.framasoft.org/api/projects/plugins-etherpad/components/?format=api",
                "repository_url": "https://weblate.framasoft.org/api/projects/plugins-etherpad/repository/?format=api",
                "statistics_url": "https://weblate.framasoft.org/api/projects/plugins-etherpad/statistics/?format=api",
                "categories_url": "https://weblate.framasoft.org/api/projects/plugins-etherpad/categories/?format=api",
                "changes_list_url": "https://weblate.framasoft.org/api/projects/plugins-etherpad/changes/?format=api",
                "languages_url": "https://weblate.framasoft.org/api/projects/plugins-etherpad/languages/?format=api",
                "labels_url": "https://weblate.framasoft.org/api/projects/plugins-etherpad/labels/?format=api",
                "translation_review": false,
                "source_review": false,
                "set_language_team": true,
                "instructions": "",
                "enable_hooks": true,
                "language_aliases": ""
            },
            "vcs": "gitlab",
            "repo": "https://framagit.org/framasoft/Etherpad/ep_delete_after_delay.git",
            "git_export": "https://weblate.framasoft.org/git/plugins-etherpad/ep_delete_after_delay/",
            "branch": "main",
            "push_branch": "",
            "filemask": "locales/*.json",
            "screenshot_filemask": "",
            "template": "locales/en.json",
            "edit_template": true,
            "intermediate": "",
            "new_base": "locales/en.json",
            "file_format": "json",
            "license": "Apache-2.0",
            "license_url": "https://spdx.org/licenses/Apache-2.0.html",
            "agreement": "",
            "web_url": "https://weblate.framasoft.org/projects/plugins-etherpad/ep_delete_after_delay/",
            "url": "https://weblate.framasoft.org/api/components/plugins-etherpad/ep_delete_after_delay/?format=api",
            "repository_url": "https://weblate.framasoft.org/api/components/plugins-etherpad/ep_delete_after_delay/repository/?format=api",
            "translations_url": "https://weblate.framasoft.org/api/components/plugins-etherpad/ep_delete_after_delay/translations/?format=api",
            "statistics_url": "https://weblate.framasoft.org/api/components/plugins-etherpad/ep_delete_after_delay/statistics/?format=api",
            "lock_url": "https://weblate.framasoft.org/api/components/plugins-etherpad/ep_delete_after_delay/lock/?format=api",
            "links_url": "https://weblate.framasoft.org/api/components/plugins-etherpad/ep_delete_after_delay/links/?format=api",
            "changes_list_url": "https://weblate.framasoft.org/api/components/plugins-etherpad/ep_delete_after_delay/changes/?format=api",
            "task_url": null,
            "new_lang": "add",
            "language_code_style": "",
            "push": "https://framagit.org/framasoft/Etherpad/ep_delete_after_delay.git",
            "check_flags": "",
            "priority": 100,
            "enforced_checks": [],
            "restricted": false,
            "repoweb": "https://framagit.org/framasoft/Etherpad/ep_delete_after_delay/blob/{{branch}}/{{filename}}#L{{line}}",
            "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 }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
            "allow_translation_propagation": true,
            "manage_units": 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": "ep_countable",
            "slug": "ep_countable",
            "id": 69,
            "source_language": {
                "id": 76,
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 76,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485517,
                "web_url": "https://weblate.framasoft.org/languages/en/",
                "url": "https://weblate.framasoft.org/api/languages/en/?format=api",
                "statistics_url": "https://weblate.framasoft.org/api/languages/en/statistics/?format=api"
            },
            "project": {
                "name": "Plugins Etherpad",
                "slug": "plugins-etherpad",
                "id": 31,
                "web": "https://framagit.org/fiat-tux/etherpad/",
                "web_url": "https://weblate.framasoft.org/projects/plugins-etherpad/",
                "url": "https://weblate.framasoft.org/api/projects/plugins-etherpad/?format=api",
                "components_list_url": "https://weblate.framasoft.org/api/projects/plugins-etherpad/components/?format=api",
                "repository_url": "https://weblate.framasoft.org/api/projects/plugins-etherpad/repository/?format=api",
                "statistics_url": "https://weblate.framasoft.org/api/projects/plugins-etherpad/statistics/?format=api",
                "categories_url": "https://weblate.framasoft.org/api/projects/plugins-etherpad/categories/?format=api",
                "changes_list_url": "https://weblate.framasoft.org/api/projects/plugins-etherpad/changes/?format=api",
                "languages_url": "https://weblate.framasoft.org/api/projects/plugins-etherpad/languages/?format=api",
                "labels_url": "https://weblate.framasoft.org/api/projects/plugins-etherpad/labels/?format=api",
                "translation_review": false,
                "source_review": false,
                "set_language_team": true,
                "instructions": "",
                "enable_hooks": true,
                "language_aliases": ""
            },
            "vcs": "gitlab",
            "repo": "https://framagit.org/framasoft/Etherpad/ep_countable.git",
            "git_export": "https://weblate.framasoft.org/git/plugins-etherpad/ep_countable/",
            "branch": "master",
            "push_branch": "",
            "filemask": "locales/*.json",
            "screenshot_filemask": "",
            "template": "locales/en.json",
            "edit_template": true,
            "intermediate": "",
            "new_base": "locales/en.json",
            "file_format": "json",
            "license": "Apache-2.0",
            "license_url": "https://spdx.org/licenses/Apache-2.0.html",
            "agreement": "",
            "web_url": "https://weblate.framasoft.org/projects/plugins-etherpad/ep_countable/",
            "url": "https://weblate.framasoft.org/api/components/plugins-etherpad/ep_countable/?format=api",
            "repository_url": "https://weblate.framasoft.org/api/components/plugins-etherpad/ep_countable/repository/?format=api",
            "translations_url": "https://weblate.framasoft.org/api/components/plugins-etherpad/ep_countable/translations/?format=api",
            "statistics_url": "https://weblate.framasoft.org/api/components/plugins-etherpad/ep_countable/statistics/?format=api",
            "lock_url": "https://weblate.framasoft.org/api/components/plugins-etherpad/ep_countable/lock/?format=api",
            "links_url": "https://weblate.framasoft.org/api/components/plugins-etherpad/ep_countable/links/?format=api",
            "changes_list_url": "https://weblate.framasoft.org/api/components/plugins-etherpad/ep_countable/changes/?format=api",
            "task_url": null,
            "new_lang": "add",
            "language_code_style": "",
            "push": "https://framagit.org/framasoft/Etherpad/ep_countable.git",
            "check_flags": "",
            "priority": 100,
            "enforced_checks": [],
            "restricted": false,
            "repoweb": "https://framagit.org/framasoft/Etherpad/ep_countable/blob/{{branch}}/{{filename}}#L{{line}}",
            "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 }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
            "allow_translation_propagation": true,
            "manage_units": 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": "client",
            "slug": "client",
            "id": 72,
            "source_language": {
                "id": 76,
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 76,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485517,
                "web_url": "https://weblate.framasoft.org/languages/en/",
                "url": "https://weblate.framasoft.org/api/languages/en/?format=api",
                "statistics_url": "https://weblate.framasoft.org/api/languages/en/statistics/?format=api"
            },
            "project": {
                "name": "PeerTube Search Index",
                "slug": "peertube-search-index",
                "id": 33,
                "web": "https://framagit.org/framasoft/peertube/search-index",
                "web_url": "https://weblate.framasoft.org/projects/peertube-search-index/",
                "url": "https://weblate.framasoft.org/api/projects/peertube-search-index/?format=api",
                "components_list_url": "https://weblate.framasoft.org/api/projects/peertube-search-index/components/?format=api",
                "repository_url": "https://weblate.framasoft.org/api/projects/peertube-search-index/repository/?format=api",
                "statistics_url": "https://weblate.framasoft.org/api/projects/peertube-search-index/statistics/?format=api",
                "categories_url": "https://weblate.framasoft.org/api/projects/peertube-search-index/categories/?format=api",
                "changes_list_url": "https://weblate.framasoft.org/api/projects/peertube-search-index/changes/?format=api",
                "languages_url": "https://weblate.framasoft.org/api/projects/peertube-search-index/languages/?format=api",
                "labels_url": "https://weblate.framasoft.org/api/projects/peertube-search-index/labels/?format=api",
                "translation_review": false,
                "source_review": false,
                "set_language_team": true,
                "instructions": "",
                "enable_hooks": true,
                "language_aliases": ""
            },
            "vcs": "git",
            "repo": "https://framagit.org/framasoft/peertube/search-index.git",
            "git_export": "https://weblate.framasoft.org/git/peertube-search-index/client/",
            "branch": "master",
            "push_branch": "",
            "filemask": "client/src/locale/*/app.po",
            "screenshot_filemask": "",
            "template": "",
            "edit_template": false,
            "intermediate": "",
            "new_base": "client/src/locale/messages.pot",
            "file_format": "po",
            "license": "AGPL-3.0-only",
            "license_url": "https://spdx.org/licenses/AGPL-3.0-only.html",
            "agreement": "",
            "web_url": "https://weblate.framasoft.org/projects/peertube-search-index/client/",
            "url": "https://weblate.framasoft.org/api/components/peertube-search-index/client/?format=api",
            "repository_url": "https://weblate.framasoft.org/api/components/peertube-search-index/client/repository/?format=api",
            "translations_url": "https://weblate.framasoft.org/api/components/peertube-search-index/client/translations/?format=api",
            "statistics_url": "https://weblate.framasoft.org/api/components/peertube-search-index/client/statistics/?format=api",
            "lock_url": "https://weblate.framasoft.org/api/components/peertube-search-index/client/lock/?format=api",
            "links_url": "https://weblate.framasoft.org/api/components/peertube-search-index/client/links/?format=api",
            "changes_list_url": "https://weblate.framasoft.org/api/components/peertube-search-index/client/changes/?format=api",
            "task_url": null,
            "new_lang": "add",
            "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 }})\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 }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
            "allow_translation_propagation": true,
            "manage_units": false,
            "enable_suggestions": true,
            "suggestion_voting": false,
            "suggestion_autoaccept": 0,
            "push_on_commit": true,
            "commit_pending_age": 24,
            "auto_lock_error": true,
            "language_regex": "^[^.]+$",
            "variant_regex": "",
            "addons": [],
            "is_glossary": false,
            "glossary_color": "silver",
            "category": null,
            "linked_component": null
        },
        {
            "name": "Frontend",
            "slug": "frontend",
            "id": 73,
            "source_language": {
                "id": 76,
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 76,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485517,
                "web_url": "https://weblate.framasoft.org/languages/en/",
                "url": "https://weblate.framasoft.org/api/languages/en/?format=api",
                "statistics_url": "https://weblate.framasoft.org/api/languages/en/statistics/?format=api"
            },
            "project": {
                "name": "Nexi",
                "slug": "nexi",
                "id": 34,
                "web": "https://nexi.fiat-tux.fr",
                "web_url": "https://weblate.framasoft.org/projects/nexi/",
                "url": "https://weblate.framasoft.org/api/projects/nexi/?format=api",
                "components_list_url": "https://weblate.framasoft.org/api/projects/nexi/components/?format=api",
                "repository_url": "https://weblate.framasoft.org/api/projects/nexi/repository/?format=api",
                "statistics_url": "https://weblate.framasoft.org/api/projects/nexi/statistics/?format=api",
                "categories_url": "https://weblate.framasoft.org/api/projects/nexi/categories/?format=api",
                "changes_list_url": "https://weblate.framasoft.org/api/projects/nexi/changes/?format=api",
                "languages_url": "https://weblate.framasoft.org/api/projects/nexi/languages/?format=api",
                "labels_url": "https://weblate.framasoft.org/api/projects/nexi/labels/?format=api",
                "translation_review": false,
                "source_review": false,
                "set_language_team": true,
                "instructions": "",
                "enable_hooks": true,
                "language_aliases": ""
            },
            "vcs": "gitlab",
            "repo": "https://framagit.org/fiat-tux/hat-softwares/nexi.git",
            "git_export": "https://weblate.framasoft.org/git/nexi/frontend/",
            "branch": "development",
            "push_branch": "",
            "filemask": "locales/*.json",
            "screenshot_filemask": "",
            "template": "locales/en.json",
            "edit_template": true,
            "intermediate": "",
            "new_base": "locales/en.json",
            "file_format": "json",
            "license": "AGPL-1.0-or-later",
            "license_url": "https://spdx.org/licenses/AGPL-1.0-or-later.html",
            "agreement": "",
            "web_url": "https://weblate.framasoft.org/projects/nexi/frontend/",
            "url": "https://weblate.framasoft.org/api/components/nexi/frontend/?format=api",
            "repository_url": "https://weblate.framasoft.org/api/components/nexi/frontend/repository/?format=api",
            "translations_url": "https://weblate.framasoft.org/api/components/nexi/frontend/translations/?format=api",
            "statistics_url": "https://weblate.framasoft.org/api/components/nexi/frontend/statistics/?format=api",
            "lock_url": "https://weblate.framasoft.org/api/components/nexi/frontend/lock/?format=api",
            "links_url": "https://weblate.framasoft.org/api/components/nexi/frontend/links/?format=api",
            "changes_list_url": "https://weblate.framasoft.org/api/components/nexi/frontend/changes/?format=api",
            "task_url": null,
            "new_lang": "add",
            "language_code_style": "",
            "push": "https://framagit.org/fiat-tux/hat-softwares/nexi.git",
            "check_flags": "",
            "priority": 100,
            "enforced_checks": [],
            "restricted": false,
            "repoweb": "https://framagit.org/fiat-tux/hat-softwares/nexi/blob/{{branch}}/{{filename}}#L{{line}}",
            "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 }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
            "allow_translation_propagation": true,
            "manage_units": 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": [
                "https://weblate.framasoft.org/api/addons/5/?format=api"
            ],
            "is_glossary": false,
            "glossary_color": "silver",
            "category": null,
            "linked_component": null
        },
        {
            "name": "Android App",
            "slug": "android-app",
            "id": 74,
            "source_language": {
                "id": 76,
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 76,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485517,
                "web_url": "https://weblate.framasoft.org/languages/en/",
                "url": "https://weblate.framasoft.org/api/languages/en/?format=api",
                "statistics_url": "https://weblate.framasoft.org/api/languages/en/statistics/?format=api"
            },
            "project": {
                "name": "Mobilizon",
                "slug": "mobilizon",
                "id": 2,
                "web": "https://joinmobilizon.org/",
                "web_url": "https://weblate.framasoft.org/projects/mobilizon/",
                "url": "https://weblate.framasoft.org/api/projects/mobilizon/?format=api",
                "components_list_url": "https://weblate.framasoft.org/api/projects/mobilizon/components/?format=api",
                "repository_url": "https://weblate.framasoft.org/api/projects/mobilizon/repository/?format=api",
                "statistics_url": "https://weblate.framasoft.org/api/projects/mobilizon/statistics/?format=api",
                "categories_url": "https://weblate.framasoft.org/api/projects/mobilizon/categories/?format=api",
                "changes_list_url": "https://weblate.framasoft.org/api/projects/mobilizon/changes/?format=api",
                "languages_url": "https://weblate.framasoft.org/api/projects/mobilizon/languages/?format=api",
                "labels_url": "https://weblate.framasoft.org/api/projects/mobilizon/labels/?format=api",
                "translation_review": true,
                "source_review": false,
                "set_language_team": true,
                "instructions": "### Guidelines\r\n\r\n* When in doubt, use the suggestion feature instead of changing the translation directly\r\n* Post a comment to discuss about translations\r\n* Feel free to ask clarification and context on a string\r\n\r\n### Components\r\n\r\nMobilizon has several modules that need to be translated:\r\n\r\n* Frontend: mostly what you see in the web app in your browser\r\n* Activity: every group activity log, that can be sent in emails\r\n* Backend errors: errors returned by the backend (for instance if the event lacks a title)\r\n* Backend: the rest of emails, server-side default configuration, push notifications, …\r\n* Search index: the global search engine\r\n\r\nThe Android app and Android app metadata components are not maintained.\r\n\r\n### Formating\r\n\r\nFrontend (frontend + search index components) and backend (everything else) parts use different formats to hold translations so you may encounter different ways to format strings when translating:\r\n\r\n* Frontend uses the [Vue-I18N](https://vue-i18n.intlify.dev/) library\r\n  * Formatting is based on the ICU Message Format syntax, with placeholders like this: `{interpolation}`. **You must never translate what's between the brackets**.\r\n  * It handles pluralization manually by separating versions with pipes : https://vue-i18n.intlify.dev/guide/essentials/pluralization.html\r\n  * Pluralization rules are included for the majority of languages but some may need to be added manually ([example for Scottish Gaelic](https://framagit.org/framasoft/mobilizon/-/blob/main/js/src/i18n/pluralRules/gd.ts)).\r\n  * Special characters sometimes have to be escaped. For instance: `{'@'}{username}` would give, after interpolation : `@thomas`. See https://vue-i18n.intlify.dev/guide/essentials/syntax.html#special-characters\r\n\r\n* Backend uses the classic Gettext library and Weblate should support this format much better\r\n  * Placeholders look like this: `This is user %{username}`.",
                "enable_hooks": true,
                "language_aliases": ""
            },
            "vcs": "gitlab",
            "repo": "https://framagit.org/tom79/mobilizon-android-app",
            "git_export": "https://weblate.framasoft.org/git/mobilizon/android-app/",
            "branch": "master",
            "push_branch": "",
            "filemask": "app/src/main/res/values-*/strings.xml",
            "screenshot_filemask": "",
            "template": "app/src/main/res/values/strings.xml",
            "edit_template": true,
            "intermediate": "",
            "new_base": "",
            "file_format": "aresource",
            "license": "GPL-3.0-only",
            "license_url": "https://spdx.org/licenses/GPL-3.0-only.html",
            "agreement": "",
            "web_url": "https://weblate.framasoft.org/projects/mobilizon/android-app/",
            "url": "https://weblate.framasoft.org/api/components/mobilizon/android-app/?format=api",
            "repository_url": "https://weblate.framasoft.org/api/components/mobilizon/android-app/repository/?format=api",
            "translations_url": "https://weblate.framasoft.org/api/components/mobilizon/android-app/translations/?format=api",
            "statistics_url": "https://weblate.framasoft.org/api/components/mobilizon/android-app/statistics/?format=api",
            "lock_url": "https://weblate.framasoft.org/api/components/mobilizon/android-app/lock/?format=api",
            "links_url": "https://weblate.framasoft.org/api/components/mobilizon/android-app/links/?format=api",
            "changes_list_url": "https://weblate.framasoft.org/api/components/mobilizon/android-app/changes/?format=api",
            "task_url": null,
            "new_lang": "add",
            "language_code_style": "",
            "push": "git@framagit.org:tom79/mobilizon-android-app.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 }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
            "allow_translation_propagation": true,
            "manage_units": 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": "Android App Metadata",
            "slug": "android-app-metadata",
            "id": 80,
            "source_language": {
                "id": 76,
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 76,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485517,
                "web_url": "https://weblate.framasoft.org/languages/en/",
                "url": "https://weblate.framasoft.org/api/languages/en/?format=api",
                "statistics_url": "https://weblate.framasoft.org/api/languages/en/statistics/?format=api"
            },
            "project": {
                "name": "Mobilizon",
                "slug": "mobilizon",
                "id": 2,
                "web": "https://joinmobilizon.org/",
                "web_url": "https://weblate.framasoft.org/projects/mobilizon/",
                "url": "https://weblate.framasoft.org/api/projects/mobilizon/?format=api",
                "components_list_url": "https://weblate.framasoft.org/api/projects/mobilizon/components/?format=api",
                "repository_url": "https://weblate.framasoft.org/api/projects/mobilizon/repository/?format=api",
                "statistics_url": "https://weblate.framasoft.org/api/projects/mobilizon/statistics/?format=api",
                "categories_url": "https://weblate.framasoft.org/api/projects/mobilizon/categories/?format=api",
                "changes_list_url": "https://weblate.framasoft.org/api/projects/mobilizon/changes/?format=api",
                "languages_url": "https://weblate.framasoft.org/api/projects/mobilizon/languages/?format=api",
                "labels_url": "https://weblate.framasoft.org/api/projects/mobilizon/labels/?format=api",
                "translation_review": true,
                "source_review": false,
                "set_language_team": true,
                "instructions": "### Guidelines\r\n\r\n* When in doubt, use the suggestion feature instead of changing the translation directly\r\n* Post a comment to discuss about translations\r\n* Feel free to ask clarification and context on a string\r\n\r\n### Components\r\n\r\nMobilizon has several modules that need to be translated:\r\n\r\n* Frontend: mostly what you see in the web app in your browser\r\n* Activity: every group activity log, that can be sent in emails\r\n* Backend errors: errors returned by the backend (for instance if the event lacks a title)\r\n* Backend: the rest of emails, server-side default configuration, push notifications, …\r\n* Search index: the global search engine\r\n\r\nThe Android app and Android app metadata components are not maintained.\r\n\r\n### Formating\r\n\r\nFrontend (frontend + search index components) and backend (everything else) parts use different formats to hold translations so you may encounter different ways to format strings when translating:\r\n\r\n* Frontend uses the [Vue-I18N](https://vue-i18n.intlify.dev/) library\r\n  * Formatting is based on the ICU Message Format syntax, with placeholders like this: `{interpolation}`. **You must never translate what's between the brackets**.\r\n  * It handles pluralization manually by separating versions with pipes : https://vue-i18n.intlify.dev/guide/essentials/pluralization.html\r\n  * Pluralization rules are included for the majority of languages but some may need to be added manually ([example for Scottish Gaelic](https://framagit.org/framasoft/mobilizon/-/blob/main/js/src/i18n/pluralRules/gd.ts)).\r\n  * Special characters sometimes have to be escaped. For instance: `{'@'}{username}` would give, after interpolation : `@thomas`. See https://vue-i18n.intlify.dev/guide/essentials/syntax.html#special-characters\r\n\r\n* Backend uses the classic Gettext library and Weblate should support this format much better\r\n  * Placeholders look like this: `This is user %{username}`.",
                "enable_hooks": true,
                "language_aliases": ""
            },
            "vcs": "gitlab",
            "repo": "https://framagit.org/tom79/mobilizon-android-app",
            "git_export": "",
            "branch": "master",
            "push_branch": "",
            "filemask": "fastlane/metadata/android/*",
            "screenshot_filemask": "",
            "template": "fastlane/metadata/android/en-US",
            "edit_template": true,
            "intermediate": "",
            "new_base": "",
            "file_format": "appstore",
            "license": "GPL-3.0-only",
            "license_url": "https://spdx.org/licenses/GPL-3.0-only.html",
            "agreement": "",
            "web_url": "https://weblate.framasoft.org/projects/mobilizon/android-app-metadata/",
            "url": "https://weblate.framasoft.org/api/components/mobilizon/android-app-metadata/?format=api",
            "repository_url": "https://weblate.framasoft.org/api/components/mobilizon/android-app-metadata/repository/?format=api",
            "translations_url": "https://weblate.framasoft.org/api/components/mobilizon/android-app-metadata/translations/?format=api",
            "statistics_url": "https://weblate.framasoft.org/api/components/mobilizon/android-app-metadata/statistics/?format=api",
            "lock_url": "https://weblate.framasoft.org/api/components/mobilizon/android-app-metadata/lock/?format=api",
            "links_url": "https://weblate.framasoft.org/api/components/mobilizon/android-app-metadata/links/?format=api",
            "changes_list_url": "https://weblate.framasoft.org/api/components/mobilizon/android-app-metadata/changes/?format=api",
            "task_url": null,
            "new_lang": "add",
            "language_code_style": "",
            "push": "git@framagit.org:tom79/mobilizon-android-app.git",
            "check_flags": "",
            "priority": 100,
            "enforced_checks": [],
            "restricted": false,
            "repoweb": "",
            "report_source_bugs": "",
            "merge_style": "rebase",
            "commit_message": "Translated using Weblate ({{ language_name }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
            "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
            "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
            "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
            "addon_message": "Update translation files\n\nUpdated by \"{{ addon_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
            "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
            "allow_translation_propagation": true,
            "manage_units": 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": "https://weblate.framasoft.org/api/components/mobilizon/android-app/?format=api"
        },
        {
            "name": "Main",
            "slug": "main",
            "id": 81,
            "source_language": {
                "id": 106,
                "code": "fr",
                "name": "French",
                "plural": {
                    "id": 106,
                    "source": 0,
                    "number": 2,
                    "formula": "n > 1",
                    "type": 1
                },
                "aliases": [
                    "fra_fr",
                    "fra",
                    "fre"
                ],
                "direction": "ltr",
                "population": 278611506,
                "web_url": "https://weblate.framasoft.org/languages/fr/",
                "url": "https://weblate.framasoft.org/api/languages/fr/?format=api",
                "statistics_url": "https://weblate.framasoft.org/api/languages/fr/statistics/?format=api"
            },
            "project": {
                "name": "JoinMobilizon",
                "slug": "joinmobilizon",
                "id": 36,
                "web": "https://joinmobilizon.org",
                "web_url": "https://weblate.framasoft.org/projects/joinmobilizon/",
                "url": "https://weblate.framasoft.org/api/projects/joinmobilizon/?format=api",
                "components_list_url": "https://weblate.framasoft.org/api/projects/joinmobilizon/components/?format=api",
                "repository_url": "https://weblate.framasoft.org/api/projects/joinmobilizon/repository/?format=api",
                "statistics_url": "https://weblate.framasoft.org/api/projects/joinmobilizon/statistics/?format=api",
                "categories_url": "https://weblate.framasoft.org/api/projects/joinmobilizon/categories/?format=api",
                "changes_list_url": "https://weblate.framasoft.org/api/projects/joinmobilizon/changes/?format=api",
                "languages_url": "https://weblate.framasoft.org/api/projects/joinmobilizon/languages/?format=api",
                "labels_url": "https://weblate.framasoft.org/api/projects/joinmobilizon/labels/?format=api",
                "translation_review": false,
                "source_review": false,
                "set_language_team": true,
                "instructions": "",
                "enable_hooks": true,
                "language_aliases": ""
            },
            "vcs": "gitlab",
            "repo": "git@framagit.org:framasoft/joinmobilizon/joinmobilizon.git",
            "git_export": "https://weblate.framasoft.org/git/joinmobilizon/main/",
            "branch": "master",
            "push_branch": "",
            "filemask": "src/translations/*/main.yml",
            "screenshot_filemask": "",
            "template": "src/translations/fr/main.yml",
            "edit_template": true,
            "intermediate": "",
            "new_base": "",
            "file_format": "yaml",
            "license": "AGPL-3.0-only",
            "license_url": "https://spdx.org/licenses/AGPL-3.0-only.html",
            "agreement": "",
            "web_url": "https://weblate.framasoft.org/projects/joinmobilizon/main/",
            "url": "https://weblate.framasoft.org/api/components/joinmobilizon/main/?format=api",
            "repository_url": "https://weblate.framasoft.org/api/components/joinmobilizon/main/repository/?format=api",
            "translations_url": "https://weblate.framasoft.org/api/components/joinmobilizon/main/translations/?format=api",
            "statistics_url": "https://weblate.framasoft.org/api/components/joinmobilizon/main/statistics/?format=api",
            "lock_url": "https://weblate.framasoft.org/api/components/joinmobilizon/main/lock/?format=api",
            "links_url": "https://weblate.framasoft.org/api/components/joinmobilizon/main/links/?format=api",
            "changes_list_url": "https://weblate.framasoft.org/api/components/joinmobilizon/main/changes/?format=api",
            "task_url": null,
            "new_lang": "add",
            "language_code_style": "",
            "push": "git@framagit.org:framasoft/joinmobilizon/joinmobilizon.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 }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
            "allow_translation_propagation": true,
            "manage_units": 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": "FAQ",
            "slug": "faq",
            "id": 82,
            "source_language": {
                "id": 106,
                "code": "fr",
                "name": "French",
                "plural": {
                    "id": 106,
                    "source": 0,
                    "number": 2,
                    "formula": "n > 1",
                    "type": 1
                },
                "aliases": [
                    "fra_fr",
                    "fra",
                    "fre"
                ],
                "direction": "ltr",
                "population": 278611506,
                "web_url": "https://weblate.framasoft.org/languages/fr/",
                "url": "https://weblate.framasoft.org/api/languages/fr/?format=api",
                "statistics_url": "https://weblate.framasoft.org/api/languages/fr/statistics/?format=api"
            },
            "project": {
                "name": "JoinMobilizon",
                "slug": "joinmobilizon",
                "id": 36,
                "web": "https://joinmobilizon.org",
                "web_url": "https://weblate.framasoft.org/projects/joinmobilizon/",
                "url": "https://weblate.framasoft.org/api/projects/joinmobilizon/?format=api",
                "components_list_url": "https://weblate.framasoft.org/api/projects/joinmobilizon/components/?format=api",
                "repository_url": "https://weblate.framasoft.org/api/projects/joinmobilizon/repository/?format=api",
                "statistics_url": "https://weblate.framasoft.org/api/projects/joinmobilizon/statistics/?format=api",
                "categories_url": "https://weblate.framasoft.org/api/projects/joinmobilizon/categories/?format=api",
                "changes_list_url": "https://weblate.framasoft.org/api/projects/joinmobilizon/changes/?format=api",
                "languages_url": "https://weblate.framasoft.org/api/projects/joinmobilizon/languages/?format=api",
                "labels_url": "https://weblate.framasoft.org/api/projects/joinmobilizon/labels/?format=api",
                "translation_review": false,
                "source_review": false,
                "set_language_team": true,
                "instructions": "",
                "enable_hooks": true,
                "language_aliases": ""
            },
            "vcs": "gitlab",
            "repo": "git@framagit.org:framasoft/joinmobilizon/joinmobilizon.git",
            "git_export": "",
            "branch": "master",
            "push_branch": "",
            "filemask": "src/translations/*/faq.yml",
            "screenshot_filemask": "",
            "template": "src/translations/fr/faq.yml",
            "edit_template": true,
            "intermediate": "",
            "new_base": "",
            "file_format": "yaml",
            "license": "AGPL-3.0-only",
            "license_url": "https://spdx.org/licenses/AGPL-3.0-only.html",
            "agreement": "",
            "web_url": "https://weblate.framasoft.org/projects/joinmobilizon/faq/",
            "url": "https://weblate.framasoft.org/api/components/joinmobilizon/faq/?format=api",
            "repository_url": "https://weblate.framasoft.org/api/components/joinmobilizon/faq/repository/?format=api",
            "translations_url": "https://weblate.framasoft.org/api/components/joinmobilizon/faq/translations/?format=api",
            "statistics_url": "https://weblate.framasoft.org/api/components/joinmobilizon/faq/statistics/?format=api",
            "lock_url": "https://weblate.framasoft.org/api/components/joinmobilizon/faq/lock/?format=api",
            "links_url": "https://weblate.framasoft.org/api/components/joinmobilizon/faq/links/?format=api",
            "changes_list_url": "https://weblate.framasoft.org/api/components/joinmobilizon/faq/changes/?format=api",
            "task_url": null,
            "new_lang": "add",
            "language_code_style": "",
            "push": "git@framagit.org:framasoft/joinmobilizon/joinmobilizon.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 }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
            "allow_translation_propagation": true,
            "manage_units": 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": "https://weblate.framasoft.org/api/components/joinmobilizon/main/?format=api"
        },
        {
            "name": "Hall of Fame",
            "slug": "hall-of-fame",
            "id": 83,
            "source_language": {
                "id": 106,
                "code": "fr",
                "name": "French",
                "plural": {
                    "id": 106,
                    "source": 0,
                    "number": 2,
                    "formula": "n > 1",
                    "type": 1
                },
                "aliases": [
                    "fra_fr",
                    "fra",
                    "fre"
                ],
                "direction": "ltr",
                "population": 278611506,
                "web_url": "https://weblate.framasoft.org/languages/fr/",
                "url": "https://weblate.framasoft.org/api/languages/fr/?format=api",
                "statistics_url": "https://weblate.framasoft.org/api/languages/fr/statistics/?format=api"
            },
            "project": {
                "name": "JoinMobilizon",
                "slug": "joinmobilizon",
                "id": 36,
                "web": "https://joinmobilizon.org",
                "web_url": "https://weblate.framasoft.org/projects/joinmobilizon/",
                "url": "https://weblate.framasoft.org/api/projects/joinmobilizon/?format=api",
                "components_list_url": "https://weblate.framasoft.org/api/projects/joinmobilizon/components/?format=api",
                "repository_url": "https://weblate.framasoft.org/api/projects/joinmobilizon/repository/?format=api",
                "statistics_url": "https://weblate.framasoft.org/api/projects/joinmobilizon/statistics/?format=api",
                "categories_url": "https://weblate.framasoft.org/api/projects/joinmobilizon/categories/?format=api",
                "changes_list_url": "https://weblate.framasoft.org/api/projects/joinmobilizon/changes/?format=api",
                "languages_url": "https://weblate.framasoft.org/api/projects/joinmobilizon/languages/?format=api",
                "labels_url": "https://weblate.framasoft.org/api/projects/joinmobilizon/labels/?format=api",
                "translation_review": false,
                "source_review": false,
                "set_language_team": true,
                "instructions": "",
                "enable_hooks": true,
                "language_aliases": ""
            },
            "vcs": "gitlab",
            "repo": "git@framagit.org:framasoft/joinmobilizon/joinmobilizon.git",
            "git_export": "",
            "branch": "master",
            "push_branch": "",
            "filemask": "src/translations/*/hof.yml",
            "screenshot_filemask": "",
            "template": "src/translations/fr/hof.yml",
            "edit_template": true,
            "intermediate": "",
            "new_base": "",
            "file_format": "yaml",
            "license": "AGPL-3.0-only",
            "license_url": "https://spdx.org/licenses/AGPL-3.0-only.html",
            "agreement": "",
            "web_url": "https://weblate.framasoft.org/projects/joinmobilizon/hall-of-fame/",
            "url": "https://weblate.framasoft.org/api/components/joinmobilizon/hall-of-fame/?format=api",
            "repository_url": "https://weblate.framasoft.org/api/components/joinmobilizon/hall-of-fame/repository/?format=api",
            "translations_url": "https://weblate.framasoft.org/api/components/joinmobilizon/hall-of-fame/translations/?format=api",
            "statistics_url": "https://weblate.framasoft.org/api/components/joinmobilizon/hall-of-fame/statistics/?format=api",
            "lock_url": "https://weblate.framasoft.org/api/components/joinmobilizon/hall-of-fame/lock/?format=api",
            "links_url": "https://weblate.framasoft.org/api/components/joinmobilizon/hall-of-fame/links/?format=api",
            "changes_list_url": "https://weblate.framasoft.org/api/components/joinmobilizon/hall-of-fame/changes/?format=api",
            "task_url": null,
            "new_lang": "add",
            "language_code_style": "",
            "push": "git@framagit.org:framasoft/joinmobilizon/joinmobilizon.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 }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
            "allow_translation_propagation": true,
            "manage_units": 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": "https://weblate.framasoft.org/api/components/joinmobilizon/main/?format=api"
        },
        {
            "name": "Home",
            "slug": "home",
            "id": 84,
            "source_language": {
                "id": 106,
                "code": "fr",
                "name": "French",
                "plural": {
                    "id": 106,
                    "source": 0,
                    "number": 2,
                    "formula": "n > 1",
                    "type": 1
                },
                "aliases": [
                    "fra_fr",
                    "fra",
                    "fre"
                ],
                "direction": "ltr",
                "population": 278611506,
                "web_url": "https://weblate.framasoft.org/languages/fr/",
                "url": "https://weblate.framasoft.org/api/languages/fr/?format=api",
                "statistics_url": "https://weblate.framasoft.org/api/languages/fr/statistics/?format=api"
            },
            "project": {
                "name": "JoinMobilizon",
                "slug": "joinmobilizon",
                "id": 36,
                "web": "https://joinmobilizon.org",
                "web_url": "https://weblate.framasoft.org/projects/joinmobilizon/",
                "url": "https://weblate.framasoft.org/api/projects/joinmobilizon/?format=api",
                "components_list_url": "https://weblate.framasoft.org/api/projects/joinmobilizon/components/?format=api",
                "repository_url": "https://weblate.framasoft.org/api/projects/joinmobilizon/repository/?format=api",
                "statistics_url": "https://weblate.framasoft.org/api/projects/joinmobilizon/statistics/?format=api",
                "categories_url": "https://weblate.framasoft.org/api/projects/joinmobilizon/categories/?format=api",
                "changes_list_url": "https://weblate.framasoft.org/api/projects/joinmobilizon/changes/?format=api",
                "languages_url": "https://weblate.framasoft.org/api/projects/joinmobilizon/languages/?format=api",
                "labels_url": "https://weblate.framasoft.org/api/projects/joinmobilizon/labels/?format=api",
                "translation_review": false,
                "source_review": false,
                "set_language_team": true,
                "instructions": "",
                "enable_hooks": true,
                "language_aliases": ""
            },
            "vcs": "gitlab",
            "repo": "git@framagit.org:framasoft/joinmobilizon/joinmobilizon.git",
            "git_export": "",
            "branch": "master",
            "push_branch": "",
            "filemask": "src/translations/*/home.yml",
            "screenshot_filemask": "",
            "template": "src/translations/fr/home.yml",
            "edit_template": true,
            "intermediate": "",
            "new_base": "",
            "file_format": "yaml",
            "license": "AGPL-3.0-only",
            "license_url": "https://spdx.org/licenses/AGPL-3.0-only.html",
            "agreement": "",
            "web_url": "https://weblate.framasoft.org/projects/joinmobilizon/home/",
            "url": "https://weblate.framasoft.org/api/components/joinmobilizon/home/?format=api",
            "repository_url": "https://weblate.framasoft.org/api/components/joinmobilizon/home/repository/?format=api",
            "translations_url": "https://weblate.framasoft.org/api/components/joinmobilizon/home/translations/?format=api",
            "statistics_url": "https://weblate.framasoft.org/api/components/joinmobilizon/home/statistics/?format=api",
            "lock_url": "https://weblate.framasoft.org/api/components/joinmobilizon/home/lock/?format=api",
            "links_url": "https://weblate.framasoft.org/api/components/joinmobilizon/home/links/?format=api",
            "changes_list_url": "https://weblate.framasoft.org/api/components/joinmobilizon/home/changes/?format=api",
            "task_url": null,
            "new_lang": "add",
            "language_code_style": "",
            "push": "git@framagit.org:framasoft/joinmobilizon/joinmobilizon.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 }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
            "allow_translation_propagation": true,
            "manage_units": 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": "https://weblate.framasoft.org/api/components/joinmobilizon/main/?format=api"
        },
        {
            "name": "Medias",
            "slug": "medias",
            "id": 85,
            "source_language": {
                "id": 106,
                "code": "fr",
                "name": "French",
                "plural": {
                    "id": 106,
                    "source": 0,
                    "number": 2,
                    "formula": "n > 1",
                    "type": 1
                },
                "aliases": [
                    "fra_fr",
                    "fra",
                    "fre"
                ],
                "direction": "ltr",
                "population": 278611506,
                "web_url": "https://weblate.framasoft.org/languages/fr/",
                "url": "https://weblate.framasoft.org/api/languages/fr/?format=api",
                "statistics_url": "https://weblate.framasoft.org/api/languages/fr/statistics/?format=api"
            },
            "project": {
                "name": "JoinMobilizon",
                "slug": "joinmobilizon",
                "id": 36,
                "web": "https://joinmobilizon.org",
                "web_url": "https://weblate.framasoft.org/projects/joinmobilizon/",
                "url": "https://weblate.framasoft.org/api/projects/joinmobilizon/?format=api",
                "components_list_url": "https://weblate.framasoft.org/api/projects/joinmobilizon/components/?format=api",
                "repository_url": "https://weblate.framasoft.org/api/projects/joinmobilizon/repository/?format=api",
                "statistics_url": "https://weblate.framasoft.org/api/projects/joinmobilizon/statistics/?format=api",
                "categories_url": "https://weblate.framasoft.org/api/projects/joinmobilizon/categories/?format=api",
                "changes_list_url": "https://weblate.framasoft.org/api/projects/joinmobilizon/changes/?format=api",
                "languages_url": "https://weblate.framasoft.org/api/projects/joinmobilizon/languages/?format=api",
                "labels_url": "https://weblate.framasoft.org/api/projects/joinmobilizon/labels/?format=api",
                "translation_review": false,
                "source_review": false,
                "set_language_team": true,
                "instructions": "",
                "enable_hooks": true,
                "language_aliases": ""
            },
            "vcs": "gitlab",
            "repo": "git@framagit.org:framasoft/joinmobilizon/joinmobilizon.git",
            "git_export": "",
            "branch": "master",
            "push_branch": "",
            "filemask": "src/translations/*/medias.yml",
            "screenshot_filemask": "",
            "template": "src/translations/fr/medias.yml",
            "edit_template": true,
            "intermediate": "",
            "new_base": "",
            "file_format": "yaml",
            "license": "AGPL-3.0-only",
            "license_url": "https://spdx.org/licenses/AGPL-3.0-only.html",
            "agreement": "",
            "web_url": "https://weblate.framasoft.org/projects/joinmobilizon/medias/",
            "url": "https://weblate.framasoft.org/api/components/joinmobilizon/medias/?format=api",
            "repository_url": "https://weblate.framasoft.org/api/components/joinmobilizon/medias/repository/?format=api",
            "translations_url": "https://weblate.framasoft.org/api/components/joinmobilizon/medias/translations/?format=api",
            "statistics_url": "https://weblate.framasoft.org/api/components/joinmobilizon/medias/statistics/?format=api",
            "lock_url": "https://weblate.framasoft.org/api/components/joinmobilizon/medias/lock/?format=api",
            "links_url": "https://weblate.framasoft.org/api/components/joinmobilizon/medias/links/?format=api",
            "changes_list_url": "https://weblate.framasoft.org/api/components/joinmobilizon/medias/changes/?format=api",
            "task_url": null,
            "new_lang": "add",
            "language_code_style": "",
            "push": "git@framagit.org:framasoft/joinmobilizon/joinmobilizon.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 }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
            "allow_translation_propagation": true,
            "manage_units": 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": "https://weblate.framasoft.org/api/components/joinmobilizon/main/?format=api"
        },
        {
            "name": "News",
            "slug": "news",
            "id": 86,
            "source_language": {
                "id": 106,
                "code": "fr",
                "name": "French",
                "plural": {
                    "id": 106,
                    "source": 0,
                    "number": 2,
                    "formula": "n > 1",
                    "type": 1
                },
                "aliases": [
                    "fra_fr",
                    "fra",
                    "fre"
                ],
                "direction": "ltr",
                "population": 278611506,
                "web_url": "https://weblate.framasoft.org/languages/fr/",
                "url": "https://weblate.framasoft.org/api/languages/fr/?format=api",
                "statistics_url": "https://weblate.framasoft.org/api/languages/fr/statistics/?format=api"
            },
            "project": {
                "name": "JoinMobilizon",
                "slug": "joinmobilizon",
                "id": 36,
                "web": "https://joinmobilizon.org",
                "web_url": "https://weblate.framasoft.org/projects/joinmobilizon/",
                "url": "https://weblate.framasoft.org/api/projects/joinmobilizon/?format=api",
                "components_list_url": "https://weblate.framasoft.org/api/projects/joinmobilizon/components/?format=api",
                "repository_url": "https://weblate.framasoft.org/api/projects/joinmobilizon/repository/?format=api",
                "statistics_url": "https://weblate.framasoft.org/api/projects/joinmobilizon/statistics/?format=api",
                "categories_url": "https://weblate.framasoft.org/api/projects/joinmobilizon/categories/?format=api",
                "changes_list_url": "https://weblate.framasoft.org/api/projects/joinmobilizon/changes/?format=api",
                "languages_url": "https://weblate.framasoft.org/api/projects/joinmobilizon/languages/?format=api",
                "labels_url": "https://weblate.framasoft.org/api/projects/joinmobilizon/labels/?format=api",
                "translation_review": false,
                "source_review": false,
                "set_language_team": true,
                "instructions": "",
                "enable_hooks": true,
                "language_aliases": ""
            },
            "vcs": "gitlab",
            "repo": "git@framagit.org:framasoft/joinmobilizon/joinmobilizon.git",
            "git_export": "",
            "branch": "master",
            "push_branch": "",
            "filemask": "src/translations/*/news.yml",
            "screenshot_filemask": "",
            "template": "src/translations/fr/news.yml",
            "edit_template": true,
            "intermediate": "",
            "new_base": "",
            "file_format": "yaml",
            "license": "AGPL-3.0-only",
            "license_url": "https://spdx.org/licenses/AGPL-3.0-only.html",
            "agreement": "",
            "web_url": "https://weblate.framasoft.org/projects/joinmobilizon/news/",
            "url": "https://weblate.framasoft.org/api/components/joinmobilizon/news/?format=api",
            "repository_url": "https://weblate.framasoft.org/api/components/joinmobilizon/news/repository/?format=api",
            "translations_url": "https://weblate.framasoft.org/api/components/joinmobilizon/news/translations/?format=api",
            "statistics_url": "https://weblate.framasoft.org/api/components/joinmobilizon/news/statistics/?format=api",
            "lock_url": "https://weblate.framasoft.org/api/components/joinmobilizon/news/lock/?format=api",
            "links_url": "https://weblate.framasoft.org/api/components/joinmobilizon/news/links/?format=api",
            "changes_list_url": "https://weblate.framasoft.org/api/components/joinmobilizon/news/changes/?format=api",
            "task_url": null,
            "new_lang": "add",
            "language_code_style": "",
            "push": "git@framagit.org:framasoft/joinmobilizon/joinmobilizon.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 }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
            "allow_translation_propagation": true,
            "manage_units": 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": "https://weblate.framasoft.org/api/components/joinmobilizon/main/?format=api"
        },
        {
            "name": "Main",
            "slug": "main",
            "id": 91,
            "source_language": {
                "id": 76,
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 76,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485517,
                "web_url": "https://weblate.framasoft.org/languages/en/",
                "url": "https://weblate.framasoft.org/api/languages/en/?format=api",
                "statistics_url": "https://weblate.framasoft.org/api/languages/en/statistics/?format=api"
            },
            "project": {
                "name": "Dégooglisons Internet",
                "slug": "degooglisons-internet",
                "id": 39,
                "web": "https://degooglisons-internet.org",
                "web_url": "https://weblate.framasoft.org/projects/degooglisons-internet/",
                "url": "https://weblate.framasoft.org/api/projects/degooglisons-internet/?format=api",
                "components_list_url": "https://weblate.framasoft.org/api/projects/degooglisons-internet/components/?format=api",
                "repository_url": "https://weblate.framasoft.org/api/projects/degooglisons-internet/repository/?format=api",
                "statistics_url": "https://weblate.framasoft.org/api/projects/degooglisons-internet/statistics/?format=api",
                "categories_url": "https://weblate.framasoft.org/api/projects/degooglisons-internet/categories/?format=api",
                "changes_list_url": "https://weblate.framasoft.org/api/projects/degooglisons-internet/changes/?format=api",
                "languages_url": "https://weblate.framasoft.org/api/projects/degooglisons-internet/languages/?format=api",
                "labels_url": "https://weblate.framasoft.org/api/projects/degooglisons-internet/labels/?format=api",
                "translation_review": false,
                "source_review": false,
                "set_language_team": true,
                "instructions": "",
                "enable_hooks": true,
                "language_aliases": ""
            },
            "vcs": "gitlab",
            "repo": "https://framagit.org/framasoft/degooglisons/dio.git",
            "git_export": "https://weblate.framasoft.org/git/degooglisons-internet/main/",
            "branch": "master",
            "push_branch": "",
            "filemask": "src/translations/*/main.yml",
            "screenshot_filemask": "",
            "template": "src/translations/en/main.yml",
            "edit_template": true,
            "intermediate": "",
            "new_base": "",
            "file_format": "yaml",
            "license": "CC-BY-SA-4.0",
            "license_url": "https://spdx.org/licenses/CC-BY-SA-4.0.html",
            "agreement": "",
            "web_url": "https://weblate.framasoft.org/projects/degooglisons-internet/main/",
            "url": "https://weblate.framasoft.org/api/components/degooglisons-internet/main/?format=api",
            "repository_url": "https://weblate.framasoft.org/api/components/degooglisons-internet/main/repository/?format=api",
            "translations_url": "https://weblate.framasoft.org/api/components/degooglisons-internet/main/translations/?format=api",
            "statistics_url": "https://weblate.framasoft.org/api/components/degooglisons-internet/main/statistics/?format=api",
            "lock_url": "https://weblate.framasoft.org/api/components/degooglisons-internet/main/lock/?format=api",
            "links_url": "https://weblate.framasoft.org/api/components/degooglisons-internet/main/links/?format=api",
            "changes_list_url": "https://weblate.framasoft.org/api/components/degooglisons-internet/main/changes/?format=api",
            "task_url": null,
            "new_lang": "add",
            "language_code_style": "",
            "push": "",
            "check_flags": "",
            "priority": 140,
            "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": "Drop Account",
            "slug": "drop-account",
            "id": 96,
            "source_language": {
                "id": 76,
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 76,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485517,
                "web_url": "https://weblate.framasoft.org/languages/en/",
                "url": "https://weblate.framasoft.org/api/languages/en/?format=api",
                "statistics_url": "https://weblate.framasoft.org/api/languages/en/statistics/?format=api"
            },
            "project": {
                "name": "Nextcloud Apps",
                "slug": "nextcloud",
                "id": 41,
                "web": "https://framagit.org/framasoft/nextcloud",
                "web_url": "https://weblate.framasoft.org/projects/nextcloud/",
                "url": "https://weblate.framasoft.org/api/projects/nextcloud/?format=api",
                "components_list_url": "https://weblate.framasoft.org/api/projects/nextcloud/components/?format=api",
                "repository_url": "https://weblate.framasoft.org/api/projects/nextcloud/repository/?format=api",
                "statistics_url": "https://weblate.framasoft.org/api/projects/nextcloud/statistics/?format=api",
                "categories_url": "https://weblate.framasoft.org/api/projects/nextcloud/categories/?format=api",
                "changes_list_url": "https://weblate.framasoft.org/api/projects/nextcloud/changes/?format=api",
                "languages_url": "https://weblate.framasoft.org/api/projects/nextcloud/languages/?format=api",
                "labels_url": "https://weblate.framasoft.org/api/projects/nextcloud/labels/?format=api",
                "translation_review": false,
                "source_review": false,
                "set_language_team": true,
                "instructions": "",
                "enable_hooks": true,
                "language_aliases": ""
            },
            "vcs": "gitlab",
            "repo": "git@framagit.org:framasoft/nextcloud/drop_account.git",
            "git_export": "https://weblate.framasoft.org/git/nextcloud/drop-account/",
            "branch": "main",
            "push_branch": "",
            "filemask": "translationfiles/*/drop_account.po",
            "screenshot_filemask": "",
            "template": "",
            "edit_template": true,
            "intermediate": "",
            "new_base": "translationfiles/templates/drop_account.pot",
            "file_format": "po",
            "license": "AGPL-3.0-only",
            "license_url": "https://spdx.org/licenses/AGPL-3.0-only.html",
            "agreement": "",
            "web_url": "https://weblate.framasoft.org/projects/nextcloud/drop-account/",
            "url": "https://weblate.framasoft.org/api/components/nextcloud/drop-account/?format=api",
            "repository_url": "https://weblate.framasoft.org/api/components/nextcloud/drop-account/repository/?format=api",
            "translations_url": "https://weblate.framasoft.org/api/components/nextcloud/drop-account/translations/?format=api",
            "statistics_url": "https://weblate.framasoft.org/api/components/nextcloud/drop-account/statistics/?format=api",
            "lock_url": "https://weblate.framasoft.org/api/components/nextcloud/drop-account/lock/?format=api",
            "links_url": "https://weblate.framasoft.org/api/components/nextcloud/drop-account/links/?format=api",
            "changes_list_url": "https://weblate.framasoft.org/api/components/nextcloud/drop-account/changes/?format=api",
            "task_url": null,
            "new_lang": "add",
            "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 }})\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 }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
            "allow_translation_propagation": true,
            "manage_units": false,
            "enable_suggestions": true,
            "suggestion_voting": false,
            "suggestion_autoaccept": 0,
            "push_on_commit": true,
            "commit_pending_age": 24,
            "auto_lock_error": true,
            "language_regex": "^(?!(en)$).+$",
            "variant_regex": "",
            "addons": [
                "https://weblate.framasoft.org/api/addons/6/?format=api",
                "https://weblate.framasoft.org/api/addons/35/?format=api"
            ],
            "is_glossary": false,
            "glossary_color": "silver",
            "category": null,
            "linked_component": null
        },
        {
            "name": "PeerTube Backstage video",
            "slug": "peertube-backstage-video",
            "id": 97,
            "source_language": {
                "id": 76,
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 76,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485517,
                "web_url": "https://weblate.framasoft.org/languages/en/",
                "url": "https://weblate.framasoft.org/api/languages/en/?format=api",
                "statistics_url": "https://weblate.framasoft.org/api/languages/en/statistics/?format=api"
            },
            "project": {
                "name": "PeerTube Backstage video",
                "slug": "peertube-backstage",
                "id": 40,
                "web": "https://framatube.org/videos/watch/8519184e-b0c0-45f9-a005-4baddcd41f88?start=1s",
                "web_url": "https://weblate.framasoft.org/projects/peertube-backstage/",
                "url": "https://weblate.framasoft.org/api/projects/peertube-backstage/?format=api",
                "components_list_url": "https://weblate.framasoft.org/api/projects/peertube-backstage/components/?format=api",
                "repository_url": "https://weblate.framasoft.org/api/projects/peertube-backstage/repository/?format=api",
                "statistics_url": "https://weblate.framasoft.org/api/projects/peertube-backstage/statistics/?format=api",
                "categories_url": "https://weblate.framasoft.org/api/projects/peertube-backstage/categories/?format=api",
                "changes_list_url": "https://weblate.framasoft.org/api/projects/peertube-backstage/changes/?format=api",
                "languages_url": "https://weblate.framasoft.org/api/projects/peertube-backstage/languages/?format=api",
                "labels_url": "https://weblate.framasoft.org/api/projects/peertube-backstage/labels/?format=api",
                "translation_review": false,
                "source_review": false,
                "set_language_team": true,
                "instructions": "",
                "enable_hooks": true,
                "language_aliases": ""
            },
            "vcs": "local",
            "repo": "local:",
            "git_export": "https://weblate.framasoft.org/git/peertube-backstage/peertube-backstage-video/",
            "branch": "main",
            "push_branch": "",
            "filemask": "peertube-backstage-video/*.srt",
            "screenshot_filemask": "",
            "template": "peertube-backstage-video/en.srt",
            "edit_template": true,
            "intermediate": "",
            "new_base": "peertube-backstage-video/en.srt",
            "file_format": "srt",
            "license": "CC-PDDC",
            "license_url": "https://spdx.org/licenses/CC-PDDC.html",
            "agreement": "",
            "web_url": "https://weblate.framasoft.org/projects/peertube-backstage/peertube-backstage-video/",
            "url": "https://weblate.framasoft.org/api/components/peertube-backstage/peertube-backstage-video/?format=api",
            "repository_url": "https://weblate.framasoft.org/api/components/peertube-backstage/peertube-backstage-video/repository/?format=api",
            "translations_url": "https://weblate.framasoft.org/api/components/peertube-backstage/peertube-backstage-video/translations/?format=api",
            "statistics_url": "https://weblate.framasoft.org/api/components/peertube-backstage/peertube-backstage-video/statistics/?format=api",
            "lock_url": "https://weblate.framasoft.org/api/components/peertube-backstage/peertube-backstage-video/lock/?format=api",
            "links_url": "https://weblate.framasoft.org/api/components/peertube-backstage/peertube-backstage-video/links/?format=api",
            "changes_list_url": "https://weblate.framasoft.org/api/components/peertube-backstage/peertube-backstage-video/changes/?format=api",
            "task_url": null,
            "new_lang": "add",
            "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": 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": "CSP Editor",
            "slug": "csp-editor",
            "id": 98,
            "source_language": {
                "id": 76,
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 76,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485517,
                "web_url": "https://weblate.framasoft.org/languages/en/",
                "url": "https://weblate.framasoft.org/api/languages/en/?format=api",
                "statistics_url": "https://weblate.framasoft.org/api/languages/en/statistics/?format=api"
            },
            "project": {
                "name": "Nextcloud Apps",
                "slug": "nextcloud",
                "id": 41,
                "web": "https://framagit.org/framasoft/nextcloud",
                "web_url": "https://weblate.framasoft.org/projects/nextcloud/",
                "url": "https://weblate.framasoft.org/api/projects/nextcloud/?format=api",
                "components_list_url": "https://weblate.framasoft.org/api/projects/nextcloud/components/?format=api",
                "repository_url": "https://weblate.framasoft.org/api/projects/nextcloud/repository/?format=api",
                "statistics_url": "https://weblate.framasoft.org/api/projects/nextcloud/statistics/?format=api",
                "categories_url": "https://weblate.framasoft.org/api/projects/nextcloud/categories/?format=api",
                "changes_list_url": "https://weblate.framasoft.org/api/projects/nextcloud/changes/?format=api",
                "languages_url": "https://weblate.framasoft.org/api/projects/nextcloud/languages/?format=api",
                "labels_url": "https://weblate.framasoft.org/api/projects/nextcloud/labels/?format=api",
                "translation_review": false,
                "source_review": false,
                "set_language_team": true,
                "instructions": "",
                "enable_hooks": true,
                "language_aliases": ""
            },
            "vcs": "gitlab",
            "repo": "git@framagit.org:framasoft/nextcloud/csp_editor.git",
            "git_export": "https://weblate.framasoft.org/git/nextcloud/csp-editor/",
            "branch": "main",
            "push_branch": "",
            "filemask": "translationfiles/*/csp_editor.po",
            "screenshot_filemask": "",
            "template": "",
            "edit_template": true,
            "intermediate": "",
            "new_base": "translationfiles/templates/csp_editor.pot",
            "file_format": "po",
            "license": "AGPL-3.0-only",
            "license_url": "https://spdx.org/licenses/AGPL-3.0-only.html",
            "agreement": "",
            "web_url": "https://weblate.framasoft.org/projects/nextcloud/csp-editor/",
            "url": "https://weblate.framasoft.org/api/components/nextcloud/csp-editor/?format=api",
            "repository_url": "https://weblate.framasoft.org/api/components/nextcloud/csp-editor/repository/?format=api",
            "translations_url": "https://weblate.framasoft.org/api/components/nextcloud/csp-editor/translations/?format=api",
            "statistics_url": "https://weblate.framasoft.org/api/components/nextcloud/csp-editor/statistics/?format=api",
            "lock_url": "https://weblate.framasoft.org/api/components/nextcloud/csp-editor/lock/?format=api",
            "links_url": "https://weblate.framasoft.org/api/components/nextcloud/csp-editor/links/?format=api",
            "changes_list_url": "https://weblate.framasoft.org/api/components/nextcloud/csp-editor/changes/?format=api",
            "task_url": null,
            "new_lang": "add",
            "language_code_style": "",
            "push": "git@framagit.org:framasoft/nextcloud/csp_editor.git",
            "check_flags": "",
            "priority": 100,
            "enforced_checks": [],
            "restricted": false,
            "repoweb": "",
            "report_source_bugs": "",
            "merge_style": "rebase",
            "commit_message": "Translated using Weblate ({{ language_name }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
            "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
            "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
            "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
            "addon_message": "Update translation files\n\nUpdated by \"{{ addon_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
            "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
            "allow_translation_propagation": true,
            "manage_units": false,
            "enable_suggestions": true,
            "suggestion_voting": false,
            "suggestion_autoaccept": 0,
            "push_on_commit": true,
            "commit_pending_age": 24,
            "auto_lock_error": true,
            "language_regex": "^[^.]+$",
            "variant_regex": "",
            "addons": [
                "https://weblate.framasoft.org/api/addons/7/?format=api"
            ],
            "is_glossary": false,
            "glossary_color": "silver",
            "category": null,
            "linked_component": null
        },
        {
            "name": "Main",
            "slug": "main",
            "id": 99,
            "source_language": {
                "id": 76,
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 76,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485517,
                "web_url": "https://weblate.framasoft.org/languages/en/",
                "url": "https://weblate.framasoft.org/api/languages/en/?format=api",
                "statistics_url": "https://weblate.framasoft.org/api/languages/en/statistics/?format=api"
            },
            "project": {
                "name": "mobilizon.org",
                "slug": "mobilizon-org",
                "id": 37,
                "web": "https://mobilizon.org",
                "web_url": "https://weblate.framasoft.org/projects/mobilizon-org/",
                "url": "https://weblate.framasoft.org/api/projects/mobilizon-org/?format=api",
                "components_list_url": "https://weblate.framasoft.org/api/projects/mobilizon-org/components/?format=api",
                "repository_url": "https://weblate.framasoft.org/api/projects/mobilizon-org/repository/?format=api",
                "statistics_url": "https://weblate.framasoft.org/api/projects/mobilizon-org/statistics/?format=api",
                "categories_url": "https://weblate.framasoft.org/api/projects/mobilizon-org/categories/?format=api",
                "changes_list_url": "https://weblate.framasoft.org/api/projects/mobilizon-org/changes/?format=api",
                "languages_url": "https://weblate.framasoft.org/api/projects/mobilizon-org/languages/?format=api",
                "labels_url": "https://weblate.framasoft.org/api/projects/mobilizon-org/labels/?format=api",
                "translation_review": false,
                "source_review": false,
                "set_language_team": true,
                "instructions": "",
                "enable_hooks": true,
                "language_aliases": ""
            },
            "vcs": "gitlab",
            "repo": "git@framagit.org:framasoft/joinmobilizon/mobilizon-org.git",
            "git_export": "https://weblate.framasoft.org/git/mobilizon-org/main/",
            "branch": "master",
            "push_branch": "",
            "filemask": "src/translations/*/main.yml",
            "screenshot_filemask": "",
            "template": "src/translations/en/main.yml",
            "edit_template": true,
            "intermediate": "",
            "new_base": "",
            "file_format": "yaml",
            "license": "AGPL-3.0-only",
            "license_url": "https://spdx.org/licenses/AGPL-3.0-only.html",
            "agreement": "",
            "web_url": "https://weblate.framasoft.org/projects/mobilizon-org/main/",
            "url": "https://weblate.framasoft.org/api/components/mobilizon-org/main/?format=api",
            "repository_url": "https://weblate.framasoft.org/api/components/mobilizon-org/main/repository/?format=api",
            "translations_url": "https://weblate.framasoft.org/api/components/mobilizon-org/main/translations/?format=api",
            "statistics_url": "https://weblate.framasoft.org/api/components/mobilizon-org/main/statistics/?format=api",
            "lock_url": "https://weblate.framasoft.org/api/components/mobilizon-org/main/lock/?format=api",
            "links_url": "https://weblate.framasoft.org/api/components/mobilizon-org/main/links/?format=api",
            "changes_list_url": "https://weblate.framasoft.org/api/components/mobilizon-org/main/changes/?format=api",
            "task_url": null,
            "new_lang": "add",
            "language_code_style": "",
            "push": "git@framagit.org:framasoft/joinmobilizon/mobilizon-org.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 }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
            "allow_translation_propagation": true,
            "manage_units": 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
        }
    ]
}