Translation projects API.

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

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

{
    "count": 37,
    "next": null,
    "previous": null,
    "results": [
        {
            "name": "Galette core",
            "slug": "galette",
            "id": 1457,
            "source_language": {
                "id": 31,
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 75,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485517,
                "web_url": "https://hosted.weblate.org/languages/en/",
                "url": "https://hosted.weblate.org/api/languages/en/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/en/statistics/?format=api"
            },
            "vcs": "github",
            "repo": "https://github.com/galette/galette.git",
            "git_export": "https://hosted.weblate.org/git/galette/galette/",
            "branch": "develop",
            "push_branch": "",
            "filemask": "galette/lang/galette_*.utf8.po",
            "screenshot_filemask": "",
            "template": "",
            "edit_template": true,
            "intermediate": "",
            "new_base": "galette/lang/galette.pot",
            "file_format": "po",
            "license": "GPL-3.0-or-later",
            "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
            "agreement": "",
            "web_url": "https://hosted.weblate.org/projects/galette/galette/",
            "url": "https://hosted.weblate.org/api/components/galette/galette/?format=api",
            "repository_url": "https://hosted.weblate.org/api/components/galette/galette/repository/?format=api",
            "translations_url": "https://hosted.weblate.org/api/components/galette/galette/translations/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/components/galette/galette/statistics/?format=api",
            "lock_url": "https://hosted.weblate.org/api/components/galette/galette/lock/?format=api",
            "links_url": "https://hosted.weblate.org/api/components/galette/galette/links/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/components/galette/galette/changes/?format=api",
            "task_url": null,
            "new_lang": "add",
            "language_code_style": "",
            "push": "",
            "check_flags": "safe-html",
            "priority": 60,
            "enforced_checks": [],
            "restricted": false,
            "repoweb": "https://github.com/galette/galette/blob/{{branch}}/galette//{{filename}}#L{{line}}",
            "report_source_bugs": "translations@galette.eu",
            "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": false,
            "commit_pending_age": 24,
            "auto_lock_error": false,
            "language_regex": "^[^.]+$",
            "variant_regex": "",
            "addons": [
                "https://hosted.weblate.org/api/addons/366/?format=api",
                "https://hosted.weblate.org/api/addons/406/?format=api"
            ],
            "is_glossary": false,
            "glossary_color": "silver",
            "category": null,
            "linked_component": null
        },
        {
            "name": "Plugins: Maps",
            "slug": "maps-plugin",
            "id": 2808,
            "source_language": {
                "id": 31,
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 75,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485517,
                "web_url": "https://hosted.weblate.org/languages/en/",
                "url": "https://hosted.weblate.org/api/languages/en/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/en/statistics/?format=api"
            },
            "vcs": "github",
            "repo": "https://github.com/galette/plugin-maps.git",
            "git_export": "https://hosted.weblate.org/git/galette/maps-plugin/",
            "branch": "develop",
            "push_branch": "",
            "filemask": "lang/maps_*.utf8.po",
            "screenshot_filemask": "",
            "template": "",
            "edit_template": true,
            "intermediate": "",
            "new_base": "lang/maps.pot",
            "file_format": "po",
            "license": "GPL-3.0-or-later",
            "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
            "agreement": "",
            "web_url": "https://hosted.weblate.org/projects/galette/maps-plugin/",
            "url": "https://hosted.weblate.org/api/components/galette/maps-plugin/?format=api",
            "repository_url": "https://hosted.weblate.org/api/components/galette/maps-plugin/repository/?format=api",
            "translations_url": "https://hosted.weblate.org/api/components/galette/maps-plugin/translations/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/components/galette/maps-plugin/statistics/?format=api",
            "lock_url": "https://hosted.weblate.org/api/components/galette/maps-plugin/lock/?format=api",
            "links_url": "https://hosted.weblate.org/api/components/galette/maps-plugin/links/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/components/galette/maps-plugin/changes/?format=api",
            "task_url": null,
            "new_lang": "add",
            "language_code_style": "",
            "push": "",
            "check_flags": "",
            "priority": 80,
            "enforced_checks": [],
            "restricted": false,
            "repoweb": "https://github.com/galette/plugin-maps/blob/{{branch}}/{{filename|parentdir}}#L{{line}}",
            "report_source_bugs": "translations@galette.eu",
            "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": false,
            "commit_pending_age": 24,
            "auto_lock_error": false,
            "language_regex": "^(?!(en_US)$).+$",
            "variant_regex": "",
            "addons": [
                "https://hosted.weblate.org/api/addons/722/?format=api",
                "https://hosted.weblate.org/api/addons/728/?format=api",
                "https://hosted.weblate.org/api/addons/723/?format=api"
            ],
            "is_glossary": false,
            "glossary_color": "silver",
            "category": null,
            "linked_component": null
        },
        {
            "name": "Plugins: Events",
            "slug": "events-plugin",
            "id": 2812,
            "source_language": {
                "id": 31,
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 75,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485517,
                "web_url": "https://hosted.weblate.org/languages/en/",
                "url": "https://hosted.weblate.org/api/languages/en/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/en/statistics/?format=api"
            },
            "vcs": "github",
            "repo": "https://github.com/galette/plugin-events.git",
            "git_export": "https://hosted.weblate.org/git/galette/events-plugin/",
            "branch": "develop",
            "push_branch": "",
            "filemask": "lang/events_*.utf8.po",
            "screenshot_filemask": "",
            "template": "",
            "edit_template": true,
            "intermediate": "",
            "new_base": "lang/events.pot",
            "file_format": "po",
            "license": "GPL-3.0-or-later",
            "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
            "agreement": "",
            "web_url": "https://hosted.weblate.org/projects/galette/events-plugin/",
            "url": "https://hosted.weblate.org/api/components/galette/events-plugin/?format=api",
            "repository_url": "https://hosted.weblate.org/api/components/galette/events-plugin/repository/?format=api",
            "translations_url": "https://hosted.weblate.org/api/components/galette/events-plugin/translations/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/components/galette/events-plugin/statistics/?format=api",
            "lock_url": "https://hosted.weblate.org/api/components/galette/events-plugin/lock/?format=api",
            "links_url": "https://hosted.weblate.org/api/components/galette/events-plugin/links/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/components/galette/events-plugin/changes/?format=api",
            "task_url": null,
            "new_lang": "add",
            "language_code_style": "",
            "push": "",
            "check_flags": "safe-html",
            "priority": 80,
            "enforced_checks": [],
            "restricted": false,
            "repoweb": "https://github.com/galette/plugin-events/blob/{{branch}}/{{filename|parentdir}}#L{{line}}",
            "report_source_bugs": "translations@galette.eu",
            "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": false,
            "commit_pending_age": 24,
            "auto_lock_error": false,
            "language_regex": "^(?!(en_US)$).+$",
            "variant_regex": "",
            "addons": [
                "https://hosted.weblate.org/api/addons/720/?format=api",
                "https://hosted.weblate.org/api/addons/721/?format=api"
            ],
            "is_glossary": false,
            "glossary_color": "silver",
            "category": null,
            "linked_component": null
        },
        {
            "name": "Plugins: Paypal",
            "slug": "paypal-plugin",
            "id": 2817,
            "source_language": {
                "id": 31,
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 75,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485517,
                "web_url": "https://hosted.weblate.org/languages/en/",
                "url": "https://hosted.weblate.org/api/languages/en/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/en/statistics/?format=api"
            },
            "vcs": "github",
            "repo": "https://github.com/galette/plugin-paypal.git",
            "git_export": "https://hosted.weblate.org/git/galette/paypal-plugin/",
            "branch": "develop",
            "push_branch": "",
            "filemask": "lang/paypal_*.utf8.po",
            "screenshot_filemask": "",
            "template": "",
            "edit_template": true,
            "intermediate": "",
            "new_base": "lang/paypal.pot",
            "file_format": "po",
            "license": "GPL-3.0-or-later",
            "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
            "agreement": "",
            "web_url": "https://hosted.weblate.org/projects/galette/paypal-plugin/",
            "url": "https://hosted.weblate.org/api/components/galette/paypal-plugin/?format=api",
            "repository_url": "https://hosted.weblate.org/api/components/galette/paypal-plugin/repository/?format=api",
            "translations_url": "https://hosted.weblate.org/api/components/galette/paypal-plugin/translations/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/components/galette/paypal-plugin/statistics/?format=api",
            "lock_url": "https://hosted.weblate.org/api/components/galette/paypal-plugin/lock/?format=api",
            "links_url": "https://hosted.weblate.org/api/components/galette/paypal-plugin/links/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/components/galette/paypal-plugin/changes/?format=api",
            "task_url": null,
            "new_lang": "add",
            "language_code_style": "",
            "push": "",
            "check_flags": "",
            "priority": 80,
            "enforced_checks": [],
            "restricted": false,
            "repoweb": "https://github.com/galette/plugin-paypal/blob/{{branch}}/{{filename|parentdir}}#L{{line}}",
            "report_source_bugs": "translations@galette.eu",
            "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": false,
            "commit_pending_age": 24,
            "auto_lock_error": false,
            "language_regex": "^(?!(en_US)$).+$",
            "variant_regex": "",
            "addons": [
                "https://hosted.weblate.org/api/addons/726/?format=api",
                "https://hosted.weblate.org/api/addons/727/?format=api"
            ],
            "is_glossary": false,
            "glossary_color": "silver",
            "category": null,
            "linked_component": null
        },
        {
            "name": "Plugins: Objects Lend",
            "slug": "objectslend-plugin",
            "id": 2818,
            "source_language": {
                "id": 31,
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 75,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485517,
                "web_url": "https://hosted.weblate.org/languages/en/",
                "url": "https://hosted.weblate.org/api/languages/en/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/en/statistics/?format=api"
            },
            "vcs": "github",
            "repo": "https://github.com/galette/plugin-objectslend.git",
            "git_export": "https://hosted.weblate.org/git/galette/objectslend-plugin/",
            "branch": "develop",
            "push_branch": "",
            "filemask": "lang/objectslend_*.utf8.po",
            "screenshot_filemask": "",
            "template": "",
            "edit_template": true,
            "intermediate": "",
            "new_base": "lang/objectslend.pot",
            "file_format": "po",
            "license": "GPL-3.0-or-later",
            "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
            "agreement": "",
            "web_url": "https://hosted.weblate.org/projects/galette/objectslend-plugin/",
            "url": "https://hosted.weblate.org/api/components/galette/objectslend-plugin/?format=api",
            "repository_url": "https://hosted.weblate.org/api/components/galette/objectslend-plugin/repository/?format=api",
            "translations_url": "https://hosted.weblate.org/api/components/galette/objectslend-plugin/translations/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/components/galette/objectslend-plugin/statistics/?format=api",
            "lock_url": "https://hosted.weblate.org/api/components/galette/objectslend-plugin/lock/?format=api",
            "links_url": "https://hosted.weblate.org/api/components/galette/objectslend-plugin/links/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/components/galette/objectslend-plugin/changes/?format=api",
            "task_url": null,
            "new_lang": "add",
            "language_code_style": "",
            "push": "",
            "check_flags": "",
            "priority": 80,
            "enforced_checks": [],
            "restricted": false,
            "repoweb": "https://github.com/galette/plugin-objectslend/blob/{{branch}}/{{filename|parentdir}}#L{{line}}",
            "report_source_bugs": "translations@galette.eu",
            "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": false,
            "commit_pending_age": 24,
            "auto_lock_error": false,
            "language_regex": "^(?!(en_US)$).+$",
            "variant_regex": "",
            "addons": [
                "https://hosted.weblate.org/api/addons/724/?format=api",
                "https://hosted.weblate.org/api/addons/725/?format=api"
            ],
            "is_glossary": false,
            "glossary_color": "silver",
            "category": null,
            "linked_component": null
        },
        {
            "name": "Plugins: Auto",
            "slug": "auto-plugin",
            "id": 2819,
            "source_language": {
                "id": 31,
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 75,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485517,
                "web_url": "https://hosted.weblate.org/languages/en/",
                "url": "https://hosted.weblate.org/api/languages/en/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/en/statistics/?format=api"
            },
            "vcs": "github",
            "repo": "https://github.com/galette/plugin-auto.git",
            "git_export": "https://hosted.weblate.org/git/galette/auto-plugin/",
            "branch": "develop",
            "push_branch": "",
            "filemask": "lang/auto_*.utf8.po",
            "screenshot_filemask": "",
            "template": "",
            "edit_template": true,
            "intermediate": "",
            "new_base": "lang/auto.pot",
            "file_format": "po",
            "license": "GPL-3.0-or-later",
            "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
            "agreement": "",
            "web_url": "https://hosted.weblate.org/projects/galette/auto-plugin/",
            "url": "https://hosted.weblate.org/api/components/galette/auto-plugin/?format=api",
            "repository_url": "https://hosted.weblate.org/api/components/galette/auto-plugin/repository/?format=api",
            "translations_url": "https://hosted.weblate.org/api/components/galette/auto-plugin/translations/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/components/galette/auto-plugin/statistics/?format=api",
            "lock_url": "https://hosted.weblate.org/api/components/galette/auto-plugin/lock/?format=api",
            "links_url": "https://hosted.weblate.org/api/components/galette/auto-plugin/links/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/components/galette/auto-plugin/changes/?format=api",
            "task_url": null,
            "new_lang": "add",
            "language_code_style": "",
            "push": "",
            "check_flags": "",
            "priority": 80,
            "enforced_checks": [],
            "restricted": false,
            "repoweb": "https://github.com/galette/plugin-auto/blob/{{branch}}/{{filename|parentdir}}#L{{line}}",
            "report_source_bugs": "translations@galette.eu",
            "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": false,
            "commit_pending_age": 24,
            "auto_lock_error": false,
            "language_regex": "^(?!(en_US)$).+$",
            "variant_regex": "",
            "addons": [
                "https://hosted.weblate.org/api/addons/718/?format=api",
                "https://hosted.weblate.org/api/addons/719/?format=api"
            ],
            "is_glossary": false,
            "glossary_color": "silver",
            "category": null,
            "linked_component": null
        },
        {
            "name": "Doc: Index",
            "slug": "documentation",
            "id": 2820,
            "source_language": {
                "id": 31,
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 75,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485517,
                "web_url": "https://hosted.weblate.org/languages/en/",
                "url": "https://hosted.weblate.org/api/languages/en/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/en/statistics/?format=api"
            },
            "vcs": "github",
            "repo": "https://github.com/galette/galettedoc.git",
            "git_export": "https://hosted.weblate.org/git/galette/documentation/",
            "branch": "develop",
            "push_branch": "",
            "filemask": "source/locale/*/LC_MESSAGES/index.po",
            "screenshot_filemask": "",
            "template": "",
            "edit_template": true,
            "intermediate": "",
            "new_base": "source/locale/index.pot",
            "file_format": "po",
            "license": "CC-BY-SA-3.0",
            "license_url": "https://spdx.org/licenses/CC-BY-SA-3.0.html",
            "agreement": "",
            "web_url": "https://hosted.weblate.org/projects/galette/documentation/",
            "url": "https://hosted.weblate.org/api/components/galette/documentation/?format=api",
            "repository_url": "https://hosted.weblate.org/api/components/galette/documentation/repository/?format=api",
            "translations_url": "https://hosted.weblate.org/api/components/galette/documentation/translations/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/components/galette/documentation/statistics/?format=api",
            "lock_url": "https://hosted.weblate.org/api/components/galette/documentation/lock/?format=api",
            "links_url": "https://hosted.weblate.org/api/components/galette/documentation/links/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/components/galette/documentation/changes/?format=api",
            "task_url": null,
            "new_lang": "add",
            "language_code_style": "",
            "push": "",
            "check_flags": "rst-text",
            "priority": 100,
            "enforced_checks": [],
            "restricted": false,
            "repoweb": "https://github.com/galette/documentation/blob/{{branch}}/source/dummy/{{filename}}#L{{line}}",
            "report_source_bugs": "translations@galette.eu",
            "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": false,
            "commit_pending_age": 24,
            "auto_lock_error": false,
            "language_regex": "^[^.]+$",
            "variant_regex": "",
            "addons": [
                "https://hosted.weblate.org/api/addons/731/?format=api",
                "https://hosted.weblate.org/api/addons/889/?format=api",
                "https://hosted.weblate.org/api/addons/730/?format=api",
                "https://hosted.weblate.org/api/addons/732/?format=api",
                "https://hosted.weblate.org/api/addons/917/?format=api",
                "https://hosted.weblate.org/api/addons/945/?format=api",
                "https://hosted.weblate.org/api/addons/1013/?format=api",
                "https://hosted.weblate.org/api/addons/733/?format=api"
            ],
            "is_glossary": false,
            "glossary_color": "silver",
            "category": null,
            "linked_component": null
        },
        {
            "name": "Doc: Changelog",
            "slug": "documentation-changelog",
            "id": 2822,
            "source_language": {
                "id": 31,
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 75,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485517,
                "web_url": "https://hosted.weblate.org/languages/en/",
                "url": "https://hosted.weblate.org/api/languages/en/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/en/statistics/?format=api"
            },
            "vcs": "git",
            "repo": "https://github.com/galette/galettedoc.git",
            "git_export": "",
            "branch": "develop",
            "push_branch": "",
            "filemask": "source/locale/*/LC_MESSAGES/changelog.po",
            "screenshot_filemask": "",
            "template": "",
            "edit_template": true,
            "intermediate": "",
            "new_base": "source/locale/changelog.pot",
            "file_format": "po",
            "license": "CC-BY-SA-3.0",
            "license_url": "https://spdx.org/licenses/CC-BY-SA-3.0.html",
            "agreement": "",
            "web_url": "https://hosted.weblate.org/projects/galette/documentation-changelog/",
            "url": "https://hosted.weblate.org/api/components/galette/documentation-changelog/?format=api",
            "repository_url": "https://hosted.weblate.org/api/components/galette/documentation-changelog/repository/?format=api",
            "translations_url": "https://hosted.weblate.org/api/components/galette/documentation-changelog/translations/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/components/galette/documentation-changelog/statistics/?format=api",
            "lock_url": "https://hosted.weblate.org/api/components/galette/documentation-changelog/lock/?format=api",
            "links_url": "https://hosted.weblate.org/api/components/galette/documentation-changelog/links/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/components/galette/documentation-changelog/changes/?format=api",
            "task_url": null,
            "new_lang": "add",
            "language_code_style": "",
            "push": "",
            "check_flags": "rst-text",
            "priority": 100,
            "enforced_checks": [],
            "restricted": false,
            "repoweb": "",
            "report_source_bugs": "translations@galette.eu",
            "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": false,
            "commit_pending_age": 24,
            "auto_lock_error": false,
            "language_regex": "^[^.]+$",
            "variant_regex": "",
            "addons": [
                "https://hosted.weblate.org/api/addons/741/?format=api",
                "https://hosted.weblate.org/api/addons/735/?format=api",
                "https://hosted.weblate.org/api/addons/742/?format=api"
            ],
            "is_glossary": false,
            "glossary_color": "silver",
            "category": null,
            "linked_component": "https://hosted.weblate.org/api/components/galette/documentation/?format=api"
        },
        {
            "name": "Doc: Globals",
            "slug": "documentation-globals",
            "id": 2823,
            "source_language": {
                "id": 31,
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 75,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485517,
                "web_url": "https://hosted.weblate.org/languages/en/",
                "url": "https://hosted.weblate.org/api/languages/en/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/en/statistics/?format=api"
            },
            "vcs": "git",
            "repo": "https://github.com/galette/galettedoc.git",
            "git_export": "",
            "branch": "develop",
            "push_branch": "",
            "filemask": "source/locale/*/LC_MESSAGES/sphinx.po",
            "screenshot_filemask": "",
            "template": "",
            "edit_template": true,
            "intermediate": "",
            "new_base": "source/locale/sphinx.pot",
            "file_format": "po",
            "license": "CC-BY-SA-3.0",
            "license_url": "https://spdx.org/licenses/CC-BY-SA-3.0.html",
            "agreement": "",
            "web_url": "https://hosted.weblate.org/projects/galette/documentation-globals/",
            "url": "https://hosted.weblate.org/api/components/galette/documentation-globals/?format=api",
            "repository_url": "https://hosted.weblate.org/api/components/galette/documentation-globals/repository/?format=api",
            "translations_url": "https://hosted.weblate.org/api/components/galette/documentation-globals/translations/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/components/galette/documentation-globals/statistics/?format=api",
            "lock_url": "https://hosted.weblate.org/api/components/galette/documentation-globals/lock/?format=api",
            "links_url": "https://hosted.weblate.org/api/components/galette/documentation-globals/links/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/components/galette/documentation-globals/changes/?format=api",
            "task_url": null,
            "new_lang": "add",
            "language_code_style": "",
            "push": "",
            "check_flags": "rst-text",
            "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": false,
            "commit_pending_age": 24,
            "auto_lock_error": false,
            "language_regex": "^[^.]+$",
            "variant_regex": "",
            "addons": [
                "https://hosted.weblate.org/api/addons/739/?format=api",
                "https://hosted.weblate.org/api/addons/736/?format=api",
                "https://hosted.weblate.org/api/addons/740/?format=api"
            ],
            "is_glossary": false,
            "glossary_color": "silver",
            "category": null,
            "linked_component": "https://hosted.weblate.org/api/components/galette/documentation/?format=api"
        },
        {
            "name": "Doc - Install: Update",
            "slug": "doc-install-update",
            "id": 2889,
            "source_language": {
                "id": 31,
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 75,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485517,
                "web_url": "https://hosted.weblate.org/languages/en/",
                "url": "https://hosted.weblate.org/api/languages/en/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/en/statistics/?format=api"
            },
            "vcs": "git",
            "repo": "https://github.com/galette/galettedoc.git",
            "git_export": "",
            "branch": "develop",
            "push_branch": "",
            "filemask": "source/locale/*/LC_MESSAGES/installation/update.po",
            "screenshot_filemask": "",
            "template": "",
            "edit_template": true,
            "intermediate": "",
            "new_base": "source/locale/installation/update.pot",
            "file_format": "po",
            "license": "CC-BY-SA-3.0",
            "license_url": "https://spdx.org/licenses/CC-BY-SA-3.0.html",
            "agreement": "",
            "web_url": "https://hosted.weblate.org/projects/galette/doc-install-update/",
            "url": "https://hosted.weblate.org/api/components/galette/doc-install-update/?format=api",
            "repository_url": "https://hosted.weblate.org/api/components/galette/doc-install-update/repository/?format=api",
            "translations_url": "https://hosted.weblate.org/api/components/galette/doc-install-update/translations/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/components/galette/doc-install-update/statistics/?format=api",
            "lock_url": "https://hosted.weblate.org/api/components/galette/doc-install-update/lock/?format=api",
            "links_url": "https://hosted.weblate.org/api/components/galette/doc-install-update/links/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/components/galette/doc-install-update/changes/?format=api",
            "task_url": null,
            "new_lang": "add",
            "language_code_style": "",
            "push": "",
            "check_flags": "rst-text",
            "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": [
                "https://hosted.weblate.org/api/addons/894/?format=api",
                "https://hosted.weblate.org/api/addons/890/?format=api",
                "https://hosted.weblate.org/api/addons/895/?format=api"
            ],
            "is_glossary": false,
            "glossary_color": "silver",
            "category": null,
            "linked_component": "https://hosted.weblate.org/api/components/galette/documentation/?format=api"
        },
        {
            "name": "Doc - Install: Prerequisites",
            "slug": "doc-install-prerequisites",
            "id": 2891,
            "source_language": {
                "id": 31,
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 75,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485517,
                "web_url": "https://hosted.weblate.org/languages/en/",
                "url": "https://hosted.weblate.org/api/languages/en/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/en/statistics/?format=api"
            },
            "vcs": "git",
            "repo": "https://github.com/galette/galettedoc.git",
            "git_export": "",
            "branch": "develop",
            "push_branch": "",
            "filemask": "source/locale/*/LC_MESSAGES/installation/prerequis.po",
            "screenshot_filemask": "",
            "template": "",
            "edit_template": true,
            "intermediate": "",
            "new_base": "source/locale/installation/prerequis.pot",
            "file_format": "po",
            "license": "CC-BY-SA-3.0",
            "license_url": "https://spdx.org/licenses/CC-BY-SA-3.0.html",
            "agreement": "",
            "web_url": "https://hosted.weblate.org/projects/galette/doc-install-prerequisites/",
            "url": "https://hosted.weblate.org/api/components/galette/doc-install-prerequisites/?format=api",
            "repository_url": "https://hosted.weblate.org/api/components/galette/doc-install-prerequisites/repository/?format=api",
            "translations_url": "https://hosted.weblate.org/api/components/galette/doc-install-prerequisites/translations/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/components/galette/doc-install-prerequisites/statistics/?format=api",
            "lock_url": "https://hosted.weblate.org/api/components/galette/doc-install-prerequisites/lock/?format=api",
            "links_url": "https://hosted.weblate.org/api/components/galette/doc-install-prerequisites/links/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/components/galette/doc-install-prerequisites/changes/?format=api",
            "task_url": null,
            "new_lang": "add",
            "language_code_style": "",
            "push": "",
            "check_flags": "rst-text",
            "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": [
                "https://hosted.weblate.org/api/addons/900/?format=api",
                "https://hosted.weblate.org/api/addons/891/?format=api",
                "https://hosted.weblate.org/api/addons/901/?format=api"
            ],
            "is_glossary": false,
            "glossary_color": "silver",
            "category": null,
            "linked_component": "https://hosted.weblate.org/api/components/galette/documentation/?format=api"
        },
        {
            "name": "Doc - Install: Index",
            "slug": "doc-install-index",
            "id": 2892,
            "source_language": {
                "id": 31,
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 75,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485517,
                "web_url": "https://hosted.weblate.org/languages/en/",
                "url": "https://hosted.weblate.org/api/languages/en/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/en/statistics/?format=api"
            },
            "vcs": "git",
            "repo": "https://github.com/galette/galettedoc.git",
            "git_export": "",
            "branch": "develop",
            "push_branch": "",
            "filemask": "source/locale/*/LC_MESSAGES/installation/index.po",
            "screenshot_filemask": "",
            "template": "",
            "edit_template": true,
            "intermediate": "",
            "new_base": "source/locale/installation/index.pot",
            "file_format": "po",
            "license": "CC-BY-SA-3.0",
            "license_url": "https://spdx.org/licenses/CC-BY-SA-3.0.html",
            "agreement": "",
            "web_url": "https://hosted.weblate.org/projects/galette/doc-install-index/",
            "url": "https://hosted.weblate.org/api/components/galette/doc-install-index/?format=api",
            "repository_url": "https://hosted.weblate.org/api/components/galette/doc-install-index/repository/?format=api",
            "translations_url": "https://hosted.weblate.org/api/components/galette/doc-install-index/translations/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/components/galette/doc-install-index/statistics/?format=api",
            "lock_url": "https://hosted.weblate.org/api/components/galette/doc-install-index/lock/?format=api",
            "links_url": "https://hosted.weblate.org/api/components/galette/doc-install-index/links/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/components/galette/doc-install-index/changes/?format=api",
            "task_url": null,
            "new_lang": "add",
            "language_code_style": "",
            "push": "",
            "check_flags": "rst-text",
            "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": [
                "https://hosted.weblate.org/api/addons/896/?format=api",
                "https://hosted.weblate.org/api/addons/893/?format=api",
                "https://hosted.weblate.org/api/addons/897/?format=api"
            ],
            "is_glossary": false,
            "glossary_color": "silver",
            "category": null,
            "linked_component": "https://hosted.weblate.org/api/components/galette/documentation/?format=api"
        },
        {
            "name": "Doc - Install: Prepare",
            "slug": "doc-install-prepare",
            "id": 2893,
            "source_language": {
                "id": 31,
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 75,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485517,
                "web_url": "https://hosted.weblate.org/languages/en/",
                "url": "https://hosted.weblate.org/api/languages/en/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/en/statistics/?format=api"
            },
            "vcs": "git",
            "repo": "https://github.com/galette/galettedoc.git",
            "git_export": "",
            "branch": "develop",
            "push_branch": "",
            "filemask": "source/locale/*/LC_MESSAGES/installation/preparation.po",
            "screenshot_filemask": "",
            "template": "",
            "edit_template": true,
            "intermediate": "",
            "new_base": "source/locale/installation/preparation.pot",
            "file_format": "po",
            "license": "CC-BY-SA-3.0",
            "license_url": "https://spdx.org/licenses/CC-BY-SA-3.0.html",
            "agreement": "",
            "web_url": "https://hosted.weblate.org/projects/galette/doc-install-prepare/",
            "url": "https://hosted.weblate.org/api/components/galette/doc-install-prepare/?format=api",
            "repository_url": "https://hosted.weblate.org/api/components/galette/doc-install-prepare/repository/?format=api",
            "translations_url": "https://hosted.weblate.org/api/components/galette/doc-install-prepare/translations/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/components/galette/doc-install-prepare/statistics/?format=api",
            "lock_url": "https://hosted.weblate.org/api/components/galette/doc-install-prepare/lock/?format=api",
            "links_url": "https://hosted.weblate.org/api/components/galette/doc-install-prepare/links/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/components/galette/doc-install-prepare/changes/?format=api",
            "task_url": null,
            "new_lang": "add",
            "language_code_style": "",
            "push": "",
            "check_flags": "rst-text",
            "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": [
                "https://hosted.weblate.org/api/addons/906/?format=api",
                "https://hosted.weblate.org/api/addons/902/?format=api",
                "https://hosted.weblate.org/api/addons/907/?format=api"
            ],
            "is_glossary": false,
            "glossary_color": "silver",
            "category": null,
            "linked_component": "https://hosted.weblate.org/api/components/galette/documentation/?format=api"
        },
        {
            "name": "Doc - Install: Postinstall",
            "slug": "doc-install-postinstall",
            "id": 2894,
            "source_language": {
                "id": 31,
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 75,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485517,
                "web_url": "https://hosted.weblate.org/languages/en/",
                "url": "https://hosted.weblate.org/api/languages/en/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/en/statistics/?format=api"
            },
            "vcs": "git",
            "repo": "https://github.com/galette/galettedoc.git",
            "git_export": "",
            "branch": "develop",
            "push_branch": "",
            "filemask": "source/locale/*/LC_MESSAGES/installation/postinstall.po",
            "screenshot_filemask": "",
            "template": "",
            "edit_template": true,
            "intermediate": "",
            "new_base": "source/locale/installation/postinstall.pot",
            "file_format": "po",
            "license": "CC-BY-SA-3.0",
            "license_url": "https://spdx.org/licenses/CC-BY-SA-3.0.html",
            "agreement": "",
            "web_url": "https://hosted.weblate.org/projects/galette/doc-install-postinstall/",
            "url": "https://hosted.weblate.org/api/components/galette/doc-install-postinstall/?format=api",
            "repository_url": "https://hosted.weblate.org/api/components/galette/doc-install-postinstall/repository/?format=api",
            "translations_url": "https://hosted.weblate.org/api/components/galette/doc-install-postinstall/translations/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/components/galette/doc-install-postinstall/statistics/?format=api",
            "lock_url": "https://hosted.weblate.org/api/components/galette/doc-install-postinstall/lock/?format=api",
            "links_url": "https://hosted.weblate.org/api/components/galette/doc-install-postinstall/links/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/components/galette/doc-install-postinstall/changes/?format=api",
            "task_url": null,
            "new_lang": "add",
            "language_code_style": "",
            "push": "",
            "check_flags": "rst-text",
            "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": [
                "https://hosted.weblate.org/api/addons/910/?format=api",
                "https://hosted.weblate.org/api/addons/903/?format=api",
                "https://hosted.weblate.org/api/addons/911/?format=api"
            ],
            "is_glossary": false,
            "glossary_color": "silver",
            "category": null,
            "linked_component": "https://hosted.weblate.org/api/components/galette/documentation/?format=api"
        },
        {
            "name": "Doc - Install: Galette",
            "slug": "doc-install-galette",
            "id": 2897,
            "source_language": {
                "id": 31,
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 75,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485517,
                "web_url": "https://hosted.weblate.org/languages/en/",
                "url": "https://hosted.weblate.org/api/languages/en/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/en/statistics/?format=api"
            },
            "vcs": "git",
            "repo": "https://github.com/galette/galettedoc.git",
            "git_export": "",
            "branch": "develop",
            "push_branch": "",
            "filemask": "source/locale/*/LC_MESSAGES/installation/galette.po",
            "screenshot_filemask": "",
            "template": "",
            "edit_template": true,
            "intermediate": "",
            "new_base": "source/locale/installation/galette.pot",
            "file_format": "po",
            "license": "CC-BY-SA-3.0",
            "license_url": "https://spdx.org/licenses/CC-BY-SA-3.0.html",
            "agreement": "",
            "web_url": "https://hosted.weblate.org/projects/galette/doc-install-galette/",
            "url": "https://hosted.weblate.org/api/components/galette/doc-install-galette/?format=api",
            "repository_url": "https://hosted.weblate.org/api/components/galette/doc-install-galette/repository/?format=api",
            "translations_url": "https://hosted.weblate.org/api/components/galette/doc-install-galette/translations/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/components/galette/doc-install-galette/statistics/?format=api",
            "lock_url": "https://hosted.weblate.org/api/components/galette/doc-install-galette/lock/?format=api",
            "links_url": "https://hosted.weblate.org/api/components/galette/doc-install-galette/links/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/components/galette/doc-install-galette/changes/?format=api",
            "task_url": null,
            "new_lang": "add",
            "language_code_style": "",
            "push": "",
            "check_flags": "rst-text",
            "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": [
                "https://hosted.weblate.org/api/addons/913/?format=api",
                "https://hosted.weblate.org/api/addons/912/?format=api",
                "https://hosted.weblate.org/api/addons/914/?format=api"
            ],
            "is_glossary": false,
            "glossary_color": "silver",
            "category": null,
            "linked_component": "https://hosted.weblate.org/api/components/galette/documentation/?format=api"
        },
        {
            "name": "Doc - Plugins: Maps",
            "slug": "doc-plugins-maps",
            "id": 2909,
            "source_language": {
                "id": 31,
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 75,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485517,
                "web_url": "https://hosted.weblate.org/languages/en/",
                "url": "https://hosted.weblate.org/api/languages/en/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/en/statistics/?format=api"
            },
            "vcs": "git",
            "repo": "https://github.com/galette/galettedoc.git",
            "git_export": "",
            "branch": "develop",
            "push_branch": "",
            "filemask": "source/locale/*/LC_MESSAGES/plugins/maps.po",
            "screenshot_filemask": "",
            "template": "",
            "edit_template": true,
            "intermediate": "",
            "new_base": "source/locale/plugins/maps.pot",
            "file_format": "po",
            "license": "CC-BY-SA-3.0",
            "license_url": "https://spdx.org/licenses/CC-BY-SA-3.0.html",
            "agreement": "",
            "web_url": "https://hosted.weblate.org/projects/galette/doc-plugins-maps/",
            "url": "https://hosted.weblate.org/api/components/galette/doc-plugins-maps/?format=api",
            "repository_url": "https://hosted.weblate.org/api/components/galette/doc-plugins-maps/repository/?format=api",
            "translations_url": "https://hosted.weblate.org/api/components/galette/doc-plugins-maps/translations/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/components/galette/doc-plugins-maps/statistics/?format=api",
            "lock_url": "https://hosted.weblate.org/api/components/galette/doc-plugins-maps/lock/?format=api",
            "links_url": "https://hosted.weblate.org/api/components/galette/doc-plugins-maps/links/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/components/galette/doc-plugins-maps/changes/?format=api",
            "task_url": null,
            "new_lang": "add",
            "language_code_style": "",
            "push": "",
            "check_flags": "rst-text",
            "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": [
                "https://hosted.weblate.org/api/addons/922/?format=api",
                "https://hosted.weblate.org/api/addons/918/?format=api",
                "https://hosted.weblate.org/api/addons/923/?format=api"
            ],
            "is_glossary": false,
            "glossary_color": "silver",
            "category": null,
            "linked_component": "https://hosted.weblate.org/api/components/galette/documentation/?format=api"
        },
        {
            "name": "Doc - Plugins: Paypal",
            "slug": "doc-plugins-paypal",
            "id": 2910,
            "source_language": {
                "id": 31,
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 75,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485517,
                "web_url": "https://hosted.weblate.org/languages/en/",
                "url": "https://hosted.weblate.org/api/languages/en/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/en/statistics/?format=api"
            },
            "vcs": "git",
            "repo": "https://github.com/galette/galettedoc.git",
            "git_export": "",
            "branch": "develop",
            "push_branch": "",
            "filemask": "source/locale/*/LC_MESSAGES/plugins/paypal.po",
            "screenshot_filemask": "",
            "template": "",
            "edit_template": true,
            "intermediate": "",
            "new_base": "source/locale/plugins/paypal.pot",
            "file_format": "po",
            "license": "CC-BY-SA-3.0",
            "license_url": "https://spdx.org/licenses/CC-BY-SA-3.0.html",
            "agreement": "",
            "web_url": "https://hosted.weblate.org/projects/galette/doc-plugins-paypal/",
            "url": "https://hosted.weblate.org/api/components/galette/doc-plugins-paypal/?format=api",
            "repository_url": "https://hosted.weblate.org/api/components/galette/doc-plugins-paypal/repository/?format=api",
            "translations_url": "https://hosted.weblate.org/api/components/galette/doc-plugins-paypal/translations/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/components/galette/doc-plugins-paypal/statistics/?format=api",
            "lock_url": "https://hosted.weblate.org/api/components/galette/doc-plugins-paypal/lock/?format=api",
            "links_url": "https://hosted.weblate.org/api/components/galette/doc-plugins-paypal/links/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/components/galette/doc-plugins-paypal/changes/?format=api",
            "task_url": null,
            "new_lang": "add",
            "language_code_style": "",
            "push": "",
            "check_flags": "rst-text",
            "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": [
                "https://hosted.weblate.org/api/addons/928/?format=api",
                "https://hosted.weblate.org/api/addons/919/?format=api",
                "https://hosted.weblate.org/api/addons/929/?format=api"
            ],
            "is_glossary": false,
            "glossary_color": "silver",
            "category": null,
            "linked_component": "https://hosted.weblate.org/api/components/galette/documentation/?format=api"
        },
        {
            "name": "Doc - Plugins: Events",
            "slug": "doc-plugins-events",
            "id": 2911,
            "source_language": {
                "id": 31,
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 75,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485517,
                "web_url": "https://hosted.weblate.org/languages/en/",
                "url": "https://hosted.weblate.org/api/languages/en/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/en/statistics/?format=api"
            },
            "vcs": "git",
            "repo": "https://github.com/galette/galettedoc.git",
            "git_export": "",
            "branch": "develop",
            "push_branch": "",
            "filemask": "source/locale/*/LC_MESSAGES/plugins/events.po",
            "screenshot_filemask": "",
            "template": "",
            "edit_template": true,
            "intermediate": "",
            "new_base": "source/locale/plugins/events.pot",
            "file_format": "po",
            "license": "CC-BY-SA-3.0",
            "license_url": "https://spdx.org/licenses/CC-BY-SA-3.0.html",
            "agreement": "",
            "web_url": "https://hosted.weblate.org/projects/galette/doc-plugins-events/",
            "url": "https://hosted.weblate.org/api/components/galette/doc-plugins-events/?format=api",
            "repository_url": "https://hosted.weblate.org/api/components/galette/doc-plugins-events/repository/?format=api",
            "translations_url": "https://hosted.weblate.org/api/components/galette/doc-plugins-events/translations/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/components/galette/doc-plugins-events/statistics/?format=api",
            "lock_url": "https://hosted.weblate.org/api/components/galette/doc-plugins-events/lock/?format=api",
            "links_url": "https://hosted.weblate.org/api/components/galette/doc-plugins-events/links/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/components/galette/doc-plugins-events/changes/?format=api",
            "task_url": null,
            "new_lang": "add",
            "language_code_style": "",
            "push": "",
            "check_flags": "rst-text",
            "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": [
                "https://hosted.weblate.org/api/addons/924/?format=api",
                "https://hosted.weblate.org/api/addons/920/?format=api",
                "https://hosted.weblate.org/api/addons/926/?format=api"
            ],
            "is_glossary": false,
            "glossary_color": "silver",
            "category": null,
            "linked_component": "https://hosted.weblate.org/api/components/galette/documentation/?format=api"
        },
        {
            "name": "Doc - Plugins: Fullcard",
            "slug": "doc-plugins-fullcard",
            "id": 2912,
            "source_language": {
                "id": 31,
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 75,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485517,
                "web_url": "https://hosted.weblate.org/languages/en/",
                "url": "https://hosted.weblate.org/api/languages/en/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/en/statistics/?format=api"
            },
            "vcs": "git",
            "repo": "https://github.com/galette/galettedoc.git",
            "git_export": "",
            "branch": "develop",
            "push_branch": "",
            "filemask": "source/locale/*/LC_MESSAGES/plugins/fullcard.po",
            "screenshot_filemask": "",
            "template": "",
            "edit_template": true,
            "intermediate": "",
            "new_base": "source/locale/plugins/fullcard.pot",
            "file_format": "po",
            "license": "CC-BY-SA-3.0",
            "license_url": "https://spdx.org/licenses/CC-BY-SA-3.0.html",
            "agreement": "",
            "web_url": "https://hosted.weblate.org/projects/galette/doc-plugins-fullcard/",
            "url": "https://hosted.weblate.org/api/components/galette/doc-plugins-fullcard/?format=api",
            "repository_url": "https://hosted.weblate.org/api/components/galette/doc-plugins-fullcard/repository/?format=api",
            "translations_url": "https://hosted.weblate.org/api/components/galette/doc-plugins-fullcard/translations/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/components/galette/doc-plugins-fullcard/statistics/?format=api",
            "lock_url": "https://hosted.weblate.org/api/components/galette/doc-plugins-fullcard/lock/?format=api",
            "links_url": "https://hosted.weblate.org/api/components/galette/doc-plugins-fullcard/links/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/components/galette/doc-plugins-fullcard/changes/?format=api",
            "task_url": null,
            "new_lang": "add",
            "language_code_style": "",
            "push": "",
            "check_flags": "rst-text",
            "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": [
                "https://hosted.weblate.org/api/addons/925/?format=api",
                "https://hosted.weblate.org/api/addons/921/?format=api",
                "https://hosted.weblate.org/api/addons/927/?format=api"
            ],
            "is_glossary": false,
            "glossary_color": "silver",
            "category": null,
            "linked_component": "https://hosted.weblate.org/api/components/galette/documentation/?format=api"
        },
        {
            "name": "Doc - Plugins: Auto",
            "slug": "doc-plugins-auto",
            "id": 2914,
            "source_language": {
                "id": 31,
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 75,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485517,
                "web_url": "https://hosted.weblate.org/languages/en/",
                "url": "https://hosted.weblate.org/api/languages/en/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/en/statistics/?format=api"
            },
            "vcs": "git",
            "repo": "https://github.com/galette/galettedoc.git",
            "git_export": "",
            "branch": "develop",
            "push_branch": "",
            "filemask": "source/locale/*/LC_MESSAGES/plugins/auto.po",
            "screenshot_filemask": "",
            "template": "",
            "edit_template": true,
            "intermediate": "",
            "new_base": "source/locale/plugins/auto.pot",
            "file_format": "po",
            "license": "CC-BY-SA-3.0",
            "license_url": "https://spdx.org/licenses/CC-BY-SA-3.0.html",
            "agreement": "",
            "web_url": "https://hosted.weblate.org/projects/galette/doc-plugins-auto/",
            "url": "https://hosted.weblate.org/api/components/galette/doc-plugins-auto/?format=api",
            "repository_url": "https://hosted.weblate.org/api/components/galette/doc-plugins-auto/repository/?format=api",
            "translations_url": "https://hosted.weblate.org/api/components/galette/doc-plugins-auto/translations/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/components/galette/doc-plugins-auto/statistics/?format=api",
            "lock_url": "https://hosted.weblate.org/api/components/galette/doc-plugins-auto/lock/?format=api",
            "links_url": "https://hosted.weblate.org/api/components/galette/doc-plugins-auto/links/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/components/galette/doc-plugins-auto/changes/?format=api",
            "task_url": null,
            "new_lang": "add",
            "language_code_style": "",
            "push": "",
            "check_flags": "rst-text",
            "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": false,
            "commit_pending_age": 24,
            "auto_lock_error": false,
            "language_regex": "^[^.]+$",
            "variant_regex": "",
            "addons": [
                "https://hosted.weblate.org/api/addons/933/?format=api",
                "https://hosted.weblate.org/api/addons/931/?format=api",
                "https://hosted.weblate.org/api/addons/935/?format=api"
            ],
            "is_glossary": false,
            "glossary_color": "silver",
            "category": null,
            "linked_component": "https://hosted.weblate.org/api/components/galette/documentation/?format=api"
        },
        {
            "name": "Doc - Plugins: Index",
            "slug": "doc-plugins-index",
            "id": 2915,
            "source_language": {
                "id": 31,
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 75,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485517,
                "web_url": "https://hosted.weblate.org/languages/en/",
                "url": "https://hosted.weblate.org/api/languages/en/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/en/statistics/?format=api"
            },
            "vcs": "git",
            "repo": "https://github.com/galette/galettedoc.git",
            "git_export": "",
            "branch": "develop",
            "push_branch": "",
            "filemask": "source/locale/*/LC_MESSAGES/plugins/index.po",
            "screenshot_filemask": "",
            "template": "",
            "edit_template": true,
            "intermediate": "",
            "new_base": "source/locale/plugins/index.pot",
            "file_format": "po",
            "license": "CC-BY-SA-3.0",
            "license_url": "https://spdx.org/licenses/CC-BY-SA-3.0.html",
            "agreement": "",
            "web_url": "https://hosted.weblate.org/projects/galette/doc-plugins-index/",
            "url": "https://hosted.weblate.org/api/components/galette/doc-plugins-index/?format=api",
            "repository_url": "https://hosted.weblate.org/api/components/galette/doc-plugins-index/repository/?format=api",
            "translations_url": "https://hosted.weblate.org/api/components/galette/doc-plugins-index/translations/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/components/galette/doc-plugins-index/statistics/?format=api",
            "lock_url": "https://hosted.weblate.org/api/components/galette/doc-plugins-index/lock/?format=api",
            "links_url": "https://hosted.weblate.org/api/components/galette/doc-plugins-index/links/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/components/galette/doc-plugins-index/changes/?format=api",
            "task_url": null,
            "new_lang": "add",
            "language_code_style": "",
            "push": "",
            "check_flags": "rst-text",
            "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": [
                "https://hosted.weblate.org/api/addons/941/?format=api",
                "https://hosted.weblate.org/api/addons/934/?format=api",
                "https://hosted.weblate.org/api/addons/942/?format=api"
            ],
            "is_glossary": false,
            "glossary_color": "silver",
            "category": null,
            "linked_component": "https://hosted.weblate.org/api/components/galette/documentation/?format=api"
        },
        {
            "name": "Doc - Plugins: Objectslend",
            "slug": "doc-plugins-objectslend",
            "id": 2916,
            "source_language": {
                "id": 31,
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 75,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485517,
                "web_url": "https://hosted.weblate.org/languages/en/",
                "url": "https://hosted.weblate.org/api/languages/en/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/en/statistics/?format=api"
            },
            "vcs": "git",
            "repo": "https://github.com/galette/galettedoc.git",
            "git_export": "",
            "branch": "develop",
            "push_branch": "",
            "filemask": "source/locale/*/LC_MESSAGES/plugins/objectslend.po",
            "screenshot_filemask": "",
            "template": "",
            "edit_template": true,
            "intermediate": "",
            "new_base": "source/locale/plugins/objectslend.pot",
            "file_format": "po",
            "license": "CC-BY-SA-3.0",
            "license_url": "https://spdx.org/licenses/CC-BY-SA-3.0.html",
            "agreement": "",
            "web_url": "https://hosted.weblate.org/projects/galette/doc-plugins-objectslend/",
            "url": "https://hosted.weblate.org/api/components/galette/doc-plugins-objectslend/?format=api",
            "repository_url": "https://hosted.weblate.org/api/components/galette/doc-plugins-objectslend/repository/?format=api",
            "translations_url": "https://hosted.weblate.org/api/components/galette/doc-plugins-objectslend/translations/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/components/galette/doc-plugins-objectslend/statistics/?format=api",
            "lock_url": "https://hosted.weblate.org/api/components/galette/doc-plugins-objectslend/lock/?format=api",
            "links_url": "https://hosted.weblate.org/api/components/galette/doc-plugins-objectslend/links/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/components/galette/doc-plugins-objectslend/changes/?format=api",
            "task_url": null,
            "new_lang": "add",
            "language_code_style": "",
            "push": "",
            "check_flags": "rst-text",
            "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": [
                "https://hosted.weblate.org/api/addons/938/?format=api",
                "https://hosted.weblate.org/api/addons/932/?format=api",
                "https://hosted.weblate.org/api/addons/940/?format=api"
            ],
            "is_glossary": false,
            "glossary_color": "silver",
            "category": null,
            "linked_component": "https://hosted.weblate.org/api/components/galette/documentation/?format=api"
        },
        {
            "name": "Doc - Plugins: 3rd party plugins",
            "slug": "doc-plugins-3rdparty",
            "id": 2917,
            "source_language": {
                "id": 31,
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 75,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485517,
                "web_url": "https://hosted.weblate.org/languages/en/",
                "url": "https://hosted.weblate.org/api/languages/en/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/en/statistics/?format=api"
            },
            "vcs": "git",
            "repo": "https://github.com/galette/galettedoc.git",
            "git_export": "",
            "branch": "develop",
            "push_branch": "",
            "filemask": "source/locale/*/LC_MESSAGES/plugins/plugins-tiers.po",
            "screenshot_filemask": "",
            "template": "",
            "edit_template": true,
            "intermediate": "",
            "new_base": "source/locale/plugins/plugins-tiers.pot",
            "file_format": "po",
            "license": "CC-BY-SA-3.0",
            "license_url": "https://spdx.org/licenses/CC-BY-SA-3.0.html",
            "agreement": "",
            "web_url": "https://hosted.weblate.org/projects/galette/doc-plugins-3rdparty/",
            "url": "https://hosted.weblate.org/api/components/galette/doc-plugins-3rdparty/?format=api",
            "repository_url": "https://hosted.weblate.org/api/components/galette/doc-plugins-3rdparty/repository/?format=api",
            "translations_url": "https://hosted.weblate.org/api/components/galette/doc-plugins-3rdparty/translations/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/components/galette/doc-plugins-3rdparty/statistics/?format=api",
            "lock_url": "https://hosted.weblate.org/api/components/galette/doc-plugins-3rdparty/lock/?format=api",
            "links_url": "https://hosted.weblate.org/api/components/galette/doc-plugins-3rdparty/links/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/components/galette/doc-plugins-3rdparty/changes/?format=api",
            "task_url": null,
            "new_lang": "add",
            "language_code_style": "",
            "push": "",
            "check_flags": "rst-text",
            "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": [
                "https://hosted.weblate.org/api/addons/943/?format=api",
                "https://hosted.weblate.org/api/addons/939/?format=api",
                "https://hosted.weblate.org/api/addons/944/?format=api"
            ],
            "is_glossary": false,
            "glossary_color": "silver",
            "category": null,
            "linked_component": "https://hosted.weblate.org/api/components/galette/documentation/?format=api"
        },
        {
            "name": "Doc - User: Generalities",
            "slug": "doc-user-generalities",
            "id": 2929,
            "source_language": {
                "id": 31,
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 75,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485517,
                "web_url": "https://hosted.weblate.org/languages/en/",
                "url": "https://hosted.weblate.org/api/languages/en/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/en/statistics/?format=api"
            },
            "vcs": "git",
            "repo": "https://github.com/galette/galettedoc.git",
            "git_export": "",
            "branch": "develop",
            "push_branch": "",
            "filemask": "source/locale/*/LC_MESSAGES/usermanual/generalites.po",
            "screenshot_filemask": "",
            "template": "",
            "edit_template": true,
            "intermediate": "",
            "new_base": "source/locale/usermanual/generalites.pot",
            "file_format": "po",
            "license": "CC-BY-SA-3.0",
            "license_url": "https://spdx.org/licenses/CC-BY-SA-3.0.html",
            "agreement": "",
            "web_url": "https://hosted.weblate.org/projects/galette/doc-user-generalities/",
            "url": "https://hosted.weblate.org/api/components/galette/doc-user-generalities/?format=api",
            "repository_url": "https://hosted.weblate.org/api/components/galette/doc-user-generalities/repository/?format=api",
            "translations_url": "https://hosted.weblate.org/api/components/galette/doc-user-generalities/translations/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/components/galette/doc-user-generalities/statistics/?format=api",
            "lock_url": "https://hosted.weblate.org/api/components/galette/doc-user-generalities/lock/?format=api",
            "links_url": "https://hosted.weblate.org/api/components/galette/doc-user-generalities/links/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/components/galette/doc-user-generalities/changes/?format=api",
            "task_url": null,
            "new_lang": "add",
            "language_code_style": "",
            "push": "",
            "check_flags": "rst-text",
            "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": [
                "https://hosted.weblate.org/api/addons/950/?format=api",
                "https://hosted.weblate.org/api/addons/947/?format=api",
                "https://hosted.weblate.org/api/addons/951/?format=api"
            ],
            "is_glossary": false,
            "glossary_color": "silver",
            "category": null,
            "linked_component": "https://hosted.weblate.org/api/components/galette/documentation/?format=api"
        },
        {
            "name": "Doc - User: Advanced",
            "slug": "doc-user-advanced",
            "id": 2930,
            "source_language": {
                "id": 31,
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 75,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485517,
                "web_url": "https://hosted.weblate.org/languages/en/",
                "url": "https://hosted.weblate.org/api/languages/en/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/en/statistics/?format=api"
            },
            "vcs": "git",
            "repo": "https://github.com/galette/galettedoc.git",
            "git_export": "",
            "branch": "develop",
            "push_branch": "",
            "filemask": "source/locale/*/LC_MESSAGES/usermanual/avancee.po",
            "screenshot_filemask": "",
            "template": "",
            "edit_template": true,
            "intermediate": "",
            "new_base": "source/locale/usermanual/avancee.pot",
            "file_format": "po",
            "license": "CC-BY-SA-3.0",
            "license_url": "https://spdx.org/licenses/CC-BY-SA-3.0.html",
            "agreement": "",
            "web_url": "https://hosted.weblate.org/projects/galette/doc-user-advanced/",
            "url": "https://hosted.weblate.org/api/components/galette/doc-user-advanced/?format=api",
            "repository_url": "https://hosted.weblate.org/api/components/galette/doc-user-advanced/repository/?format=api",
            "translations_url": "https://hosted.weblate.org/api/components/galette/doc-user-advanced/translations/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/components/galette/doc-user-advanced/statistics/?format=api",
            "lock_url": "https://hosted.weblate.org/api/components/galette/doc-user-advanced/lock/?format=api",
            "links_url": "https://hosted.weblate.org/api/components/galette/doc-user-advanced/links/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/components/galette/doc-user-advanced/changes/?format=api",
            "task_url": null,
            "new_lang": "add",
            "language_code_style": "",
            "push": "",
            "check_flags": "rst-text",
            "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": [
                "https://hosted.weblate.org/api/addons/952/?format=api",
                "https://hosted.weblate.org/api/addons/946/?format=api",
                "https://hosted.weblate.org/api/addons/953/?format=api"
            ],
            "is_glossary": false,
            "glossary_color": "silver",
            "category": null,
            "linked_component": "https://hosted.weblate.org/api/components/galette/documentation/?format=api"
        },
        {
            "name": "Doc - User: Search",
            "slug": "doc-user-search",
            "id": 2931,
            "source_language": {
                "id": 31,
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 75,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485517,
                "web_url": "https://hosted.weblate.org/languages/en/",
                "url": "https://hosted.weblate.org/api/languages/en/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/en/statistics/?format=api"
            },
            "vcs": "git",
            "repo": "https://github.com/galette/galettedoc.git",
            "git_export": "",
            "branch": "develop",
            "push_branch": "",
            "filemask": "source/locale/*/LC_MESSAGES/usermanual/recherche.po",
            "screenshot_filemask": "",
            "template": "",
            "edit_template": true,
            "intermediate": "",
            "new_base": "source/locale/usermanual/recherche.pot",
            "file_format": "po",
            "license": "CC-BY-SA-3.0",
            "license_url": "https://spdx.org/licenses/CC-BY-SA-3.0.html",
            "agreement": "",
            "web_url": "https://hosted.weblate.org/projects/galette/doc-user-search/",
            "url": "https://hosted.weblate.org/api/components/galette/doc-user-search/?format=api",
            "repository_url": "https://hosted.weblate.org/api/components/galette/doc-user-search/repository/?format=api",
            "translations_url": "https://hosted.weblate.org/api/components/galette/doc-user-search/translations/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/components/galette/doc-user-search/statistics/?format=api",
            "lock_url": "https://hosted.weblate.org/api/components/galette/doc-user-search/lock/?format=api",
            "links_url": "https://hosted.weblate.org/api/components/galette/doc-user-search/links/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/components/galette/doc-user-search/changes/?format=api",
            "task_url": null,
            "new_lang": "add",
            "language_code_style": "",
            "push": "",
            "check_flags": "rst-text",
            "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": [
                "https://hosted.weblate.org/api/addons/957/?format=api",
                "https://hosted.weblate.org/api/addons/948/?format=api",
                "https://hosted.weblate.org/api/addons/958/?format=api"
            ],
            "is_glossary": false,
            "glossary_color": "silver",
            "category": null,
            "linked_component": "https://hosted.weblate.org/api/components/galette/documentation/?format=api"
        },
        {
            "name": "Doc - User: Members",
            "slug": "doc-user-members",
            "id": 2932,
            "source_language": {
                "id": 31,
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 75,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485517,
                "web_url": "https://hosted.weblate.org/languages/en/",
                "url": "https://hosted.weblate.org/api/languages/en/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/en/statistics/?format=api"
            },
            "vcs": "git",
            "repo": "https://github.com/galette/galettedoc.git",
            "git_export": "",
            "branch": "develop",
            "push_branch": "",
            "filemask": "source/locale/*/LC_MESSAGES/usermanual/adherents.po",
            "screenshot_filemask": "",
            "template": "",
            "edit_template": true,
            "intermediate": "",
            "new_base": "source/locale/usermanual/adherents.pot",
            "file_format": "po",
            "license": "CC-BY-SA-3.0",
            "license_url": "https://spdx.org/licenses/CC-BY-SA-3.0.html",
            "agreement": "",
            "web_url": "https://hosted.weblate.org/projects/galette/doc-user-members/",
            "url": "https://hosted.weblate.org/api/components/galette/doc-user-members/?format=api",
            "repository_url": "https://hosted.weblate.org/api/components/galette/doc-user-members/repository/?format=api",
            "translations_url": "https://hosted.weblate.org/api/components/galette/doc-user-members/translations/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/components/galette/doc-user-members/statistics/?format=api",
            "lock_url": "https://hosted.weblate.org/api/components/galette/doc-user-members/lock/?format=api",
            "links_url": "https://hosted.weblate.org/api/components/galette/doc-user-members/links/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/components/galette/doc-user-members/changes/?format=api",
            "task_url": null,
            "new_lang": "add",
            "language_code_style": "",
            "push": "",
            "check_flags": "rst-text",
            "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": [
                "https://hosted.weblate.org/api/addons/954/?format=api",
                "https://hosted.weblate.org/api/addons/949/?format=api",
                "https://hosted.weblate.org/api/addons/955/?format=api"
            ],
            "is_glossary": false,
            "glossary_color": "silver",
            "category": null,
            "linked_component": "https://hosted.weblate.org/api/components/galette/documentation/?format=api"
        },
        {
            "name": "Doc - User: Index",
            "slug": "doc-user-index",
            "id": 2933,
            "source_language": {
                "id": 31,
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 75,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485517,
                "web_url": "https://hosted.weblate.org/languages/en/",
                "url": "https://hosted.weblate.org/api/languages/en/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/en/statistics/?format=api"
            },
            "vcs": "git",
            "repo": "https://github.com/galette/galettedoc.git",
            "git_export": "",
            "branch": "develop",
            "push_branch": "",
            "filemask": "source/locale/*/LC_MESSAGES/usermanual/index.po",
            "screenshot_filemask": "",
            "template": "",
            "edit_template": true,
            "intermediate": "",
            "new_base": "source/locale/usermanual/index.pot",
            "file_format": "po",
            "license": "CC-BY-SA-3.0",
            "license_url": "https://spdx.org/licenses/CC-BY-SA-3.0.html",
            "agreement": "",
            "web_url": "https://hosted.weblate.org/projects/galette/doc-user-index/",
            "url": "https://hosted.weblate.org/api/components/galette/doc-user-index/?format=api",
            "repository_url": "https://hosted.weblate.org/api/components/galette/doc-user-index/repository/?format=api",
            "translations_url": "https://hosted.weblate.org/api/components/galette/doc-user-index/translations/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/components/galette/doc-user-index/statistics/?format=api",
            "lock_url": "https://hosted.weblate.org/api/components/galette/doc-user-index/lock/?format=api",
            "links_url": "https://hosted.weblate.org/api/components/galette/doc-user-index/links/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/components/galette/doc-user-index/changes/?format=api",
            "task_url": null,
            "new_lang": "add",
            "language_code_style": "",
            "push": "",
            "check_flags": "rst-text",
            "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": false,
            "commit_pending_age": 24,
            "auto_lock_error": false,
            "language_regex": "^[^.]+$",
            "variant_regex": "",
            "addons": [
                "https://hosted.weblate.org/api/addons/960/?format=api",
                "https://hosted.weblate.org/api/addons/956/?format=api",
                "https://hosted.weblate.org/api/addons/962/?format=api"
            ],
            "is_glossary": false,
            "glossary_color": "silver",
            "category": null,
            "linked_component": "https://hosted.weblate.org/api/components/galette/documentation/?format=api"
        },
        {
            "name": "Doc - User: Configuration",
            "slug": "doc-user-configuration",
            "id": 2934,
            "source_language": {
                "id": 31,
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 75,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485517,
                "web_url": "https://hosted.weblate.org/languages/en/",
                "url": "https://hosted.weblate.org/api/languages/en/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/en/statistics/?format=api"
            },
            "vcs": "git",
            "repo": "https://github.com/galette/galettedoc.git",
            "git_export": "",
            "branch": "develop",
            "push_branch": "",
            "filemask": "source/locale/*/LC_MESSAGES/usermanual/configuration.po",
            "screenshot_filemask": "",
            "template": "",
            "edit_template": true,
            "intermediate": "",
            "new_base": "source/locale/usermanual/configuration.pot",
            "file_format": "po",
            "license": "CC-BY-SA-3.0",
            "license_url": "https://spdx.org/licenses/CC-BY-SA-3.0.html",
            "agreement": "",
            "web_url": "https://hosted.weblate.org/projects/galette/doc-user-configuration/",
            "url": "https://hosted.weblate.org/api/components/galette/doc-user-configuration/?format=api",
            "repository_url": "https://hosted.weblate.org/api/components/galette/doc-user-configuration/repository/?format=api",
            "translations_url": "https://hosted.weblate.org/api/components/galette/doc-user-configuration/translations/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/components/galette/doc-user-configuration/statistics/?format=api",
            "lock_url": "https://hosted.weblate.org/api/components/galette/doc-user-configuration/lock/?format=api",
            "links_url": "https://hosted.weblate.org/api/components/galette/doc-user-configuration/links/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/components/galette/doc-user-configuration/changes/?format=api",
            "task_url": null,
            "new_lang": "add",
            "language_code_style": "",
            "push": "",
            "check_flags": "rst-text",
            "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": [
                "https://hosted.weblate.org/api/addons/964/?format=api",
                "https://hosted.weblate.org/api/addons/959/?format=api",
                "https://hosted.weblate.org/api/addons/965/?format=api"
            ],
            "is_glossary": false,
            "glossary_color": "silver",
            "category": null,
            "linked_component": "https://hosted.weblate.org/api/components/galette/documentation/?format=api"
        },
        {
            "name": "Doc - User: Contributions",
            "slug": "doc-user-contributions",
            "id": 2935,
            "source_language": {
                "id": 31,
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 75,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485517,
                "web_url": "https://hosted.weblate.org/languages/en/",
                "url": "https://hosted.weblate.org/api/languages/en/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/en/statistics/?format=api"
            },
            "vcs": "git",
            "repo": "https://github.com/galette/galettedoc.git",
            "git_export": "",
            "branch": "develop",
            "push_branch": "",
            "filemask": "source/locale/*/LC_MESSAGES/usermanual/contributions.po",
            "screenshot_filemask": "",
            "template": "",
            "edit_template": true,
            "intermediate": "",
            "new_base": "source/locale/usermanual/contributions.pot",
            "file_format": "po",
            "license": "CC-BY-SA-3.0",
            "license_url": "https://spdx.org/licenses/CC-BY-SA-3.0.html",
            "agreement": "",
            "web_url": "https://hosted.weblate.org/projects/galette/doc-user-contributions/",
            "url": "https://hosted.weblate.org/api/components/galette/doc-user-contributions/?format=api",
            "repository_url": "https://hosted.weblate.org/api/components/galette/doc-user-contributions/repository/?format=api",
            "translations_url": "https://hosted.weblate.org/api/components/galette/doc-user-contributions/translations/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/components/galette/doc-user-contributions/statistics/?format=api",
            "lock_url": "https://hosted.weblate.org/api/components/galette/doc-user-contributions/lock/?format=api",
            "links_url": "https://hosted.weblate.org/api/components/galette/doc-user-contributions/links/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/components/galette/doc-user-contributions/changes/?format=api",
            "task_url": null,
            "new_lang": "add",
            "language_code_style": "",
            "push": "",
            "check_flags": "rst-text",
            "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": [
                "https://hosted.weblate.org/api/addons/966/?format=api",
                "https://hosted.weblate.org/api/addons/961/?format=api",
                "https://hosted.weblate.org/api/addons/967/?format=api"
            ],
            "is_glossary": false,
            "glossary_color": "silver",
            "category": null,
            "linked_component": "https://hosted.weblate.org/api/components/galette/documentation/?format=api"
        },
        {
            "name": "Doc - User: Preferences",
            "slug": "doc-user-preferences",
            "id": 2936,
            "source_language": {
                "id": 31,
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 75,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485517,
                "web_url": "https://hosted.weblate.org/languages/en/",
                "url": "https://hosted.weblate.org/api/languages/en/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/en/statistics/?format=api"
            },
            "vcs": "git",
            "repo": "https://github.com/galette/galettedoc.git",
            "git_export": "",
            "branch": "develop",
            "push_branch": "",
            "filemask": "source/locale/*/LC_MESSAGES/usermanual/preferences.po",
            "screenshot_filemask": "",
            "template": "",
            "edit_template": true,
            "intermediate": "",
            "new_base": "source/locale/usermanual/preferences.pot",
            "file_format": "po",
            "license": "CC-BY-SA-3.0",
            "license_url": "https://spdx.org/licenses/CC-BY-SA-3.0.html",
            "agreement": "",
            "web_url": "https://hosted.weblate.org/projects/galette/doc-user-preferences/",
            "url": "https://hosted.weblate.org/api/components/galette/doc-user-preferences/?format=api",
            "repository_url": "https://hosted.weblate.org/api/components/galette/doc-user-preferences/repository/?format=api",
            "translations_url": "https://hosted.weblate.org/api/components/galette/doc-user-preferences/translations/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/components/galette/doc-user-preferences/statistics/?format=api",
            "lock_url": "https://hosted.weblate.org/api/components/galette/doc-user-preferences/lock/?format=api",
            "links_url": "https://hosted.weblate.org/api/components/galette/doc-user-preferences/links/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/components/galette/doc-user-preferences/changes/?format=api",
            "task_url": null,
            "new_lang": "add",
            "language_code_style": "",
            "push": "",
            "check_flags": "rst-text",
            "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": false,
            "language_regex": "^[^.]+$",
            "variant_regex": "",
            "addons": [
                "https://hosted.weblate.org/api/addons/969/?format=api",
                "https://hosted.weblate.org/api/addons/963/?format=api",
                "https://hosted.weblate.org/api/addons/970/?format=api"
            ],
            "is_glossary": false,
            "glossary_color": "silver",
            "category": null,
            "linked_component": "https://hosted.weblate.org/api/components/galette/documentation/?format=api"
        },
        {
            "name": "Doc - User: Pdf Models",
            "slug": "doc-user-pdf_models",
            "id": 2937,
            "source_language": {
                "id": 31,
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 75,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485517,
                "web_url": "https://hosted.weblate.org/languages/en/",
                "url": "https://hosted.weblate.org/api/languages/en/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/en/statistics/?format=api"
            },
            "vcs": "git",
            "repo": "https://github.com/galette/galettedoc.git",
            "git_export": "",
            "branch": "develop",
            "push_branch": "",
            "filemask": "source/locale/*/LC_MESSAGES/usermanual/pdf_models.po",
            "screenshot_filemask": "",
            "template": "",
            "edit_template": true,
            "intermediate": "",
            "new_base": "source/locale/usermanual/pdf_models.pot",
            "file_format": "po",
            "license": "CC-BY-SA-3.0",
            "license_url": "https://spdx.org/licenses/CC-BY-SA-3.0.html",
            "agreement": "",
            "web_url": "https://hosted.weblate.org/projects/galette/doc-user-pdf_models/",
            "url": "https://hosted.weblate.org/api/components/galette/doc-user-pdf_models/?format=api",
            "repository_url": "https://hosted.weblate.org/api/components/galette/doc-user-pdf_models/repository/?format=api",
            "translations_url": "https://hosted.weblate.org/api/components/galette/doc-user-pdf_models/translations/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/components/galette/doc-user-pdf_models/statistics/?format=api",
            "lock_url": "https://hosted.weblate.org/api/components/galette/doc-user-pdf_models/lock/?format=api",
            "links_url": "https://hosted.weblate.org/api/components/galette/doc-user-pdf_models/links/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/components/galette/doc-user-pdf_models/changes/?format=api",
            "task_url": null,
            "new_lang": "add",
            "language_code_style": "",
            "push": "",
            "check_flags": "rst-text",
            "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": [
                "https://hosted.weblate.org/api/addons/971/?format=api",
                "https://hosted.weblate.org/api/addons/968/?format=api",
                "https://hosted.weblate.org/api/addons/972/?format=api"
            ],
            "is_glossary": false,
            "glossary_color": "silver",
            "category": null,
            "linked_component": "https://hosted.weblate.org/api/components/galette/documentation/?format=api"
        },
        {
            "name": "Website",
            "slug": "website",
            "id": 2993,
            "source_language": {
                "id": 31,
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 75,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485517,
                "web_url": "https://hosted.weblate.org/languages/en/",
                "url": "https://hosted.weblate.org/api/languages/en/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/en/statistics/?format=api"
            },
            "vcs": "github",
            "repo": "git://git.tuxfamily.org/gitroot/galette/website.git",
            "git_export": "https://hosted.weblate.org/git/galette/website/",
            "branch": "develop",
            "push_branch": "",
            "filemask": "_i18n/*.yml",
            "screenshot_filemask": "",
            "template": "_i18n/en.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://hosted.weblate.org/projects/galette/website/",
            "url": "https://hosted.weblate.org/api/components/galette/website/?format=api",
            "repository_url": "https://hosted.weblate.org/api/components/galette/website/repository/?format=api",
            "translations_url": "https://hosted.weblate.org/api/components/galette/website/translations/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/components/galette/website/statistics/?format=api",
            "lock_url": "https://hosted.weblate.org/api/components/galette/website/lock/?format=api",
            "links_url": "https://hosted.weblate.org/api/components/galette/website/links/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/components/galette/website/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/galette/website/blob/{{branch}}/source/{{filename}}#L{{line}}",
            "report_source_bugs": "translations@galette.eu",
            "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": false,
            "commit_pending_age": 24,
            "auto_lock_error": false,
            "language_regex": "^[^.]+$",
            "variant_regex": "",
            "addons": [],
            "is_glossary": false,
            "glossary_color": "silver",
            "category": null,
            "linked_component": null
        },
        {
            "name": "Doc - FAQ: Index",
            "slug": "doc-faq-index",
            "id": 3047,
            "source_language": {
                "id": 31,
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 75,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485517,
                "web_url": "https://hosted.weblate.org/languages/en/",
                "url": "https://hosted.weblate.org/api/languages/en/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/en/statistics/?format=api"
            },
            "vcs": "git",
            "repo": "https://github.com/galette/galettedoc.git",
            "git_export": "",
            "branch": "develop",
            "push_branch": "",
            "filemask": "source/locale/*/LC_MESSAGES/faq/index.po",
            "screenshot_filemask": "",
            "template": "",
            "edit_template": true,
            "intermediate": "",
            "new_base": "source/locale/faq/index.pot",
            "file_format": "po",
            "license": "CC-BY-SA-3.0",
            "license_url": "https://spdx.org/licenses/CC-BY-SA-3.0.html",
            "agreement": "",
            "web_url": "https://hosted.weblate.org/projects/galette/doc-faq-index/",
            "url": "https://hosted.weblate.org/api/components/galette/doc-faq-index/?format=api",
            "repository_url": "https://hosted.weblate.org/api/components/galette/doc-faq-index/repository/?format=api",
            "translations_url": "https://hosted.weblate.org/api/components/galette/doc-faq-index/translations/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/components/galette/doc-faq-index/statistics/?format=api",
            "lock_url": "https://hosted.weblate.org/api/components/galette/doc-faq-index/lock/?format=api",
            "links_url": "https://hosted.weblate.org/api/components/galette/doc-faq-index/links/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/components/galette/doc-faq-index/changes/?format=api",
            "task_url": null,
            "new_lang": "add",
            "language_code_style": "",
            "push": "",
            "check_flags": "rst-text",
            "priority": 100,
            "enforced_checks": [],
            "restricted": false,
            "repoweb": "",
            "report_source_bugs": "translations@galette.eu",
            "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": false,
            "commit_pending_age": 24,
            "auto_lock_error": false,
            "language_regex": "^[^.]+$",
            "variant_regex": "",
            "addons": [
                "https://hosted.weblate.org/api/addons/1015/?format=api",
                "https://hosted.weblate.org/api/addons/1014/?format=api",
                "https://hosted.weblate.org/api/addons/1016/?format=api"
            ],
            "is_glossary": false,
            "glossary_color": "silver",
            "category": null,
            "linked_component": "https://hosted.weblate.org/api/components/galette/documentation/?format=api"
        },
        {
            "name": "Galette",
            "slug": "glossary",
            "id": 5920,
            "source_language": {
                "id": 31,
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 75,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485517,
                "web_url": "https://hosted.weblate.org/languages/en/",
                "url": "https://hosted.weblate.org/api/languages/en/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/en/statistics/?format=api"
            },
            "vcs": "local",
            "repo": "local:",
            "git_export": "https://hosted.weblate.org/git/galette/glossary/",
            "branch": "main",
            "push_branch": "",
            "filemask": "*.tbx",
            "screenshot_filemask": "",
            "template": "",
            "edit_template": true,
            "intermediate": "",
            "new_base": "",
            "file_format": "tbx",
            "license": "CC-BY-SA-3.0",
            "license_url": "https://spdx.org/licenses/CC-BY-SA-3.0.html",
            "agreement": "",
            "web_url": "https://hosted.weblate.org/projects/galette/glossary/",
            "url": "https://hosted.weblate.org/api/components/galette/glossary/?format=api",
            "repository_url": "https://hosted.weblate.org/api/components/galette/glossary/repository/?format=api",
            "translations_url": "https://hosted.weblate.org/api/components/galette/glossary/translations/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/components/galette/glossary/statistics/?format=api",
            "lock_url": "https://hosted.weblate.org/api/components/galette/glossary/lock/?format=api",
            "links_url": "https://hosted.weblate.org/api/components/galette/glossary/links/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/components/galette/glossary/changes/?format=api",
            "task_url": null,
            "new_lang": "none",
            "language_code_style": "",
            "push": "",
            "check_flags": "",
            "priority": 100,
            "enforced_checks": [],
            "restricted": false,
            "repoweb": "",
            "report_source_bugs": "",
            "merge_style": "rebase",
            "commit_message": "Translated using Weblate ({{ language_name }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
            "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
            "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
            "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
            "addon_message": "Update translation files\n\nUpdated by \"{{ addon_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
            "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
            "allow_translation_propagation": false,
            "manage_units": true,
            "enable_suggestions": true,
            "suggestion_voting": false,
            "suggestion_autoaccept": 0,
            "push_on_commit": true,
            "commit_pending_age": 24,
            "auto_lock_error": true,
            "language_regex": "^[^.]+$",
            "variant_regex": "",
            "addons": [],
            "is_glossary": true,
            "glossary_color": "silver",
            "category": null,
            "linked_component": null
        },
        {
            "name": "Doc: Source_Code",
            "slug": "doc-source_code",
            "id": 27373,
            "source_language": {
                "id": 31,
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 75,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485517,
                "web_url": "https://hosted.weblate.org/languages/en/",
                "url": "https://hosted.weblate.org/api/languages/en/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/en/statistics/?format=api"
            },
            "vcs": "github",
            "repo": "https://github.com/galette/galettedoc.git",
            "git_export": "",
            "branch": "develop",
            "push_branch": "",
            "filemask": "source/locale/*/LC_MESSAGES/source_code.po",
            "screenshot_filemask": "",
            "template": "",
            "edit_template": true,
            "intermediate": "",
            "new_base": "source/locale/source_code.pot",
            "file_format": "po",
            "license": "CC-BY-SA-3.0",
            "license_url": "https://spdx.org/licenses/CC-BY-SA-3.0.html",
            "agreement": "",
            "web_url": "https://hosted.weblate.org/projects/galette/doc-source_code/",
            "url": "https://hosted.weblate.org/api/components/galette/doc-source_code/?format=api",
            "repository_url": "https://hosted.weblate.org/api/components/galette/doc-source_code/repository/?format=api",
            "translations_url": "https://hosted.weblate.org/api/components/galette/doc-source_code/translations/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/components/galette/doc-source_code/statistics/?format=api",
            "lock_url": "https://hosted.weblate.org/api/components/galette/doc-source_code/lock/?format=api",
            "links_url": "https://hosted.weblate.org/api/components/galette/doc-source_code/links/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/components/galette/doc-source_code/changes/?format=api",
            "task_url": null,
            "new_lang": "add",
            "language_code_style": "",
            "push": "",
            "check_flags": "rst-text",
            "priority": 100,
            "enforced_checks": [],
            "restricted": false,
            "repoweb": "",
            "report_source_bugs": "translations@galette.eu",
            "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": false,
            "commit_pending_age": 24,
            "auto_lock_error": true,
            "language_regex": "^[^.]+$",
            "variant_regex": "",
            "addons": [
                "https://hosted.weblate.org/api/addons/14479/?format=api",
                "https://hosted.weblate.org/api/addons/14480/?format=api",
                "https://hosted.weblate.org/api/addons/14481/?format=api"
            ],
            "is_glossary": false,
            "glossary_color": "silver",
            "category": null,
            "linked_component": "https://hosted.weblate.org/api/components/galette/documentation/?format=api"
        },
        {
            "name": "Doc - User: Documents",
            "slug": "doc-user-documents",
            "id": 29075,
            "source_language": {
                "id": 31,
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 75,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485517,
                "web_url": "https://hosted.weblate.org/languages/en/",
                "url": "https://hosted.weblate.org/api/languages/en/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/en/statistics/?format=api"
            },
            "vcs": "github",
            "repo": "https://github.com/galette/galettedoc.git",
            "git_export": "",
            "branch": "develop",
            "push_branch": "",
            "filemask": "source/locale/*/LC_MESSAGES/usermanual/documents.po",
            "screenshot_filemask": "",
            "template": "",
            "edit_template": true,
            "intermediate": "",
            "new_base": "source/locale/usermanual/documents.pot",
            "file_format": "po",
            "license": "CC-BY-SA-3.0",
            "license_url": "https://spdx.org/licenses/CC-BY-SA-3.0.html",
            "agreement": "",
            "web_url": "https://hosted.weblate.org/projects/galette/doc-user-documents/",
            "url": "https://hosted.weblate.org/api/components/galette/doc-user-documents/?format=api",
            "repository_url": "https://hosted.weblate.org/api/components/galette/doc-user-documents/repository/?format=api",
            "translations_url": "https://hosted.weblate.org/api/components/galette/doc-user-documents/translations/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/components/galette/doc-user-documents/statistics/?format=api",
            "lock_url": "https://hosted.weblate.org/api/components/galette/doc-user-documents/lock/?format=api",
            "links_url": "https://hosted.weblate.org/api/components/galette/doc-user-documents/links/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/components/galette/doc-user-documents/changes/?format=api",
            "task_url": null,
            "new_lang": "add",
            "language_code_style": "",
            "push": "",
            "check_flags": "rst-text",
            "priority": 100,
            "enforced_checks": [],
            "restricted": false,
            "repoweb": "",
            "report_source_bugs": "translations@galette.eu",
            "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": false,
            "commit_pending_age": 24,
            "auto_lock_error": true,
            "language_regex": "^[^.]+$",
            "variant_regex": "",
            "addons": [
                "https://hosted.weblate.org/api/addons/15487/?format=api",
                "https://hosted.weblate.org/api/addons/15488/?format=api",
                "https://hosted.weblate.org/api/addons/15489/?format=api"
            ],
            "is_glossary": false,
            "glossary_color": "silver",
            "category": null,
            "linked_component": "https://hosted.weblate.org/api/components/galette/documentation/?format=api"
        }
    ]
}