Translation projects API.

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

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

{
    "count": 18,
    "next": null,
    "previous": null,
    "results": [
        {
            "name": "F-Droid",
            "slug": "f-droid",
            "id": 260,
            "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://gitlab.com/fdroid/fdroidclient.git",
            "git_export": "https://hosted.weblate.org/git/f-droid/f-droid/",
            "branch": "master",
            "push_branch": "",
            "filemask": "app/src/main/res/values-*/strings.xml",
            "screenshot_filemask": "",
            "template": "app/src/main/res/values/strings.xml",
            "edit_template": false,
            "intermediate": "",
            "new_base": "",
            "file_format": "aresource",
            "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/f-droid/f-droid/",
            "url": "https://hosted.weblate.org/api/components/f-droid/f-droid/?format=api",
            "repository_url": "https://hosted.weblate.org/api/components/f-droid/f-droid/repository/?format=api",
            "translations_url": "https://hosted.weblate.org/api/components/f-droid/f-droid/translations/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/components/f-droid/f-droid/statistics/?format=api",
            "lock_url": "https://hosted.weblate.org/api/components/f-droid/f-droid/lock/?format=api",
            "links_url": "https://hosted.weblate.org/api/components/f-droid/f-droid/links/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/components/f-droid/f-droid/changes/?format=api",
            "task_url": null,
            "new_lang": "add",
            "language_code_style": "",
            "push": "",
            "check_flags": "",
            "priority": 60,
            "enforced_checks": [
                "java_format"
            ],
            "restricted": false,
            "repoweb": "https://gitlab.com/fdroid/fdroidclient/-/blob/{{branch}}/{{filename}}#L{{line}}",
            "report_source_bugs": "team@f-droid.org",
            "merge_style": "rebase",
            "commit_message": "Translated using Weblate: {{ language_name }} ({{ language_code }}) by {{ author }}\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 }} ({{ language_code }}) by {{ author }}",
            "delete_message": "Deleted translation using Weblate: {{ language_name }} ({{ language_code }})",
            "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
            "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ hook_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
            "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
            "allow_translation_propagation": true,
            "manage_units": true,
            "enable_suggestions": true,
            "suggestion_voting": true,
            "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/90/?format=api",
                "https://hosted.weblate.org/api/addons/91/?format=api",
                "https://hosted.weblate.org/api/addons/205/?format=api"
            ],
            "is_glossary": false,
            "glossary_color": "silver",
            "category": null,
            "linked_component": null
        },
        {
            "name": "Privileged Extension",
            "slug": "privileged-extension",
            "id": 261,
            "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://gitlab.com/fdroid/privileged-extension.git",
            "git_export": "https://hosted.weblate.org/git/f-droid/privileged-extension/",
            "branch": "master",
            "push_branch": "",
            "filemask": "app/src/main/res/values-*/strings.xml",
            "screenshot_filemask": "",
            "template": "app/src/main/res/values/strings.xml",
            "edit_template": false,
            "intermediate": "",
            "new_base": "",
            "file_format": "aresource",
            "license": "Apache-2.0",
            "license_url": "https://spdx.org/licenses/Apache-2.0.html",
            "agreement": "",
            "web_url": "https://hosted.weblate.org/projects/f-droid/privileged-extension/",
            "url": "https://hosted.weblate.org/api/components/f-droid/privileged-extension/?format=api",
            "repository_url": "https://hosted.weblate.org/api/components/f-droid/privileged-extension/repository/?format=api",
            "translations_url": "https://hosted.weblate.org/api/components/f-droid/privileged-extension/translations/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/components/f-droid/privileged-extension/statistics/?format=api",
            "lock_url": "https://hosted.weblate.org/api/components/f-droid/privileged-extension/lock/?format=api",
            "links_url": "https://hosted.weblate.org/api/components/f-droid/privileged-extension/links/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/components/f-droid/privileged-extension/changes/?format=api",
            "task_url": null,
            "new_lang": "add",
            "language_code_style": "",
            "push": "",
            "check_flags": "",
            "priority": 100,
            "enforced_checks": [],
            "restricted": false,
            "repoweb": "https://gitlab.com/fdroid/privileged-extension/blob/{{branch}}/{{filename}}#L{{line}}",
            "report_source_bugs": "team@f-droid.org",
            "merge_style": "rebase",
            "commit_message": "Translated using Weblate: {{ language_name }} ({{ language_code }}) by {{ author }}\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)",
            "add_message": "Added translation using Weblate: {{ language_name }} ({{ language_code }}) by {{ author }}",
            "delete_message": "Deleted translation using Weblate: {{ language_name }} ({{ language_code }})",
            "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
            "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ hook_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
            "pull_message": "Translations update from {{ site_title }}\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": true,
            "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/231/?format=api",
                "https://hosted.weblate.org/api/addons/232/?format=api",
                "https://hosted.weblate.org/api/addons/233/?format=api",
                "https://hosted.weblate.org/api/addons/230/?format=api"
            ],
            "is_glossary": false,
            "glossary_color": "silver",
            "category": null,
            "linked_component": null
        },
        {
            "name": "repomaker",
            "slug": "repomaker",
            "id": 534,
            "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://gitlab.com/fdroid/repomaker.git",
            "git_export": "https://hosted.weblate.org/git/f-droid/repomaker/",
            "branch": "master",
            "push_branch": "",
            "filemask": "repomaker/locale/*/LC_MESSAGES/django.po",
            "screenshot_filemask": "",
            "template": "",
            "edit_template": true,
            "intermediate": "",
            "new_base": "repomaker/locale/django.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/f-droid/repomaker/",
            "url": "https://hosted.weblate.org/api/components/f-droid/repomaker/?format=api",
            "repository_url": "https://hosted.weblate.org/api/components/f-droid/repomaker/repository/?format=api",
            "translations_url": "https://hosted.weblate.org/api/components/f-droid/repomaker/translations/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/components/f-droid/repomaker/statistics/?format=api",
            "lock_url": "https://hosted.weblate.org/api/components/f-droid/repomaker/lock/?format=api",
            "links_url": "https://hosted.weblate.org/api/components/f-droid/repomaker/links/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/components/f-droid/repomaker/changes/?format=api",
            "task_url": null,
            "new_lang": "add",
            "language_code_style": "",
            "push": "",
            "check_flags": "",
            "priority": 100,
            "enforced_checks": [],
            "restricted": false,
            "repoweb": "https://gitlab.com/fdroid/repomaker/blob/{{branch}}/{{filename}}#L{{line}}",
            "report_source_bugs": "",
            "merge_style": "rebase",
            "commit_message": "Translated using Weblate: {{ language_name }} ({{ language_code }}) by {{ author }}\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 }} ({{ language_code }}) by {{ author }}",
            "delete_message": "Deleted translation using Weblate: {{ language_name }} ({{ language_code }})",
            "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
            "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ hook_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
            "pull_message": "Translations update from {{ site_title }}\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": true,
            "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/193/?format=api",
                "https://hosted.weblate.org/api/addons/194/?format=api",
                "https://hosted.weblate.org/api/addons/79/?format=api",
                "https://hosted.weblate.org/api/addons/195/?format=api"
            ],
            "is_glossary": false,
            "glossary_color": "silver",
            "category": null,
            "linked_component": null
        },
        {
            "name": "F-Droid Server",
            "slug": "fdroidserver",
            "id": 535,
            "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": "gitlab",
            "repo": "https://gitlab.com/fdroid/fdroidserver.git",
            "git_export": "https://hosted.weblate.org/git/f-droid/fdroidserver/",
            "branch": "master",
            "push_branch": "",
            "filemask": "locale/*/LC_MESSAGES/fdroidserver.po",
            "screenshot_filemask": "",
            "template": "",
            "edit_template": true,
            "intermediate": "",
            "new_base": "locale/fdroidserver.pot",
            "file_format": "po",
            "license": "AGPL-3.0-or-later",
            "license_url": "https://spdx.org/licenses/AGPL-3.0-or-later.html",
            "agreement": "",
            "web_url": "https://hosted.weblate.org/projects/f-droid/fdroidserver/",
            "url": "https://hosted.weblate.org/api/components/f-droid/fdroidserver/?format=api",
            "repository_url": "https://hosted.weblate.org/api/components/f-droid/fdroidserver/repository/?format=api",
            "translations_url": "https://hosted.weblate.org/api/components/f-droid/fdroidserver/translations/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/components/f-droid/fdroidserver/statistics/?format=api",
            "lock_url": "https://hosted.weblate.org/api/components/f-droid/fdroidserver/lock/?format=api",
            "links_url": "https://hosted.weblate.org/api/components/f-droid/fdroidserver/links/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/components/f-droid/fdroidserver/changes/?format=api",
            "task_url": null,
            "new_lang": "add",
            "language_code_style": "",
            "push": "",
            "check_flags": "",
            "priority": 100,
            "enforced_checks": [],
            "restricted": false,
            "repoweb": "https://gitlab.com/fdroid/fdroidserver/-/blob/{{branch}}/{{filename|parentdir}}#L{{line}}",
            "report_source_bugs": "",
            "merge_style": "rebase",
            "commit_message": "Translated using Weblate: {{ language_name }} ({{ language_code }}) by {{ author }}\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 }} ({{ language_code }}) by {{ author }}",
            "delete_message": "Deleted translation using Weblate: {{ language_name }} ({{ language_code }})",
            "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
            "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ hook_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
            "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
            "allow_translation_propagation": true,
            "manage_units": false,
            "enable_suggestions": true,
            "suggestion_voting": true,
            "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/88/?format=api",
                "https://hosted.weblate.org/api/addons/186/?format=api",
                "https://hosted.weblate.org/api/addons/234/?format=api",
                "https://hosted.weblate.org/api/addons/78/?format=api"
            ],
            "is_glossary": false,
            "glossary_color": "silver",
            "category": null,
            "linked_component": null
        },
        {
            "name": "Website",
            "slug": "website",
            "id": 536,
            "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://gitlab.com/fdroid/fdroid-website.git",
            "git_export": "https://hosted.weblate.org/git/f-droid/website/",
            "branch": "master",
            "push_branch": "",
            "filemask": "_data/*/strings.json",
            "screenshot_filemask": "",
            "template": "_data/strings.json",
            "edit_template": false,
            "intermediate": "",
            "new_base": "",
            "file_format": "i18next",
            "license": "AGPL-3.0-or-later",
            "license_url": "https://spdx.org/licenses/AGPL-3.0-or-later.html",
            "agreement": "",
            "web_url": "https://hosted.weblate.org/projects/f-droid/website/",
            "url": "https://hosted.weblate.org/api/components/f-droid/website/?format=api",
            "repository_url": "https://hosted.weblate.org/api/components/f-droid/website/repository/?format=api",
            "translations_url": "https://hosted.weblate.org/api/components/f-droid/website/translations/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/components/f-droid/website/statistics/?format=api",
            "lock_url": "https://hosted.weblate.org/api/components/f-droid/website/lock/?format=api",
            "links_url": "https://hosted.weblate.org/api/components/f-droid/website/links/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/components/f-droid/website/changes/?format=api",
            "task_url": null,
            "new_lang": "url",
            "language_code_style": "posix",
            "push": "",
            "check_flags": "safe-html",
            "priority": 100,
            "enforced_checks": [],
            "restricted": false,
            "repoweb": "https://gitlab.com/fdroid/fdroid-website/-/blob/{{branch}}/{{filename}}#L{{line}}",
            "report_source_bugs": "team@f-droid.org",
            "merge_style": "rebase",
            "commit_message": "Translated using Weblate: {{ language_name }} ({{ language_code }}) by {{ author }}\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 }} ({{ language_code }}) by {{ author }}",
            "delete_message": "Deleted translation using Weblate: {{ language_name }} ({{ language_code }})",
            "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
            "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ hook_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
            "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
            "allow_translation_propagation": true,
            "manage_units": true,
            "enable_suggestions": true,
            "suggestion_voting": true,
            "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/50/?format=api",
                "https://hosted.weblate.org/api/addons/51/?format=api",
                "https://hosted.weblate.org/api/addons/92/?format=api",
                "https://hosted.weblate.org/api/addons/229/?format=api",
                "https://hosted.weblate.org/api/addons/235/?format=api"
            ],
            "is_glossary": false,
            "glossary_color": "silver",
            "category": null,
            "linked_component": null
        },
        {
            "name": "Data",
            "slug": "fdroiddata",
            "id": 550,
            "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://gitlab.com/fdroid/fdroiddata-localizations.git",
            "git_export": "https://hosted.weblate.org/git/f-droid/fdroiddata/",
            "branch": "master",
            "push_branch": "",
            "filemask": "localizations/*.xliff",
            "screenshot_filemask": "",
            "template": "localizations/en-US.xliff",
            "edit_template": true,
            "intermediate": "",
            "new_base": "localizations/en-US.xliff",
            "file_format": "xliff",
            "license": "AGPL-3.0-or-later",
            "license_url": "https://spdx.org/licenses/AGPL-3.0-or-later.html",
            "agreement": "",
            "web_url": "https://hosted.weblate.org/projects/f-droid/fdroiddata/",
            "url": "https://hosted.weblate.org/api/components/f-droid/fdroiddata/?format=api",
            "repository_url": "https://hosted.weblate.org/api/components/f-droid/fdroiddata/repository/?format=api",
            "translations_url": "https://hosted.weblate.org/api/components/f-droid/fdroiddata/translations/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/components/f-droid/fdroiddata/statistics/?format=api",
            "lock_url": "https://hosted.weblate.org/api/components/f-droid/fdroiddata/lock/?format=api",
            "links_url": "https://hosted.weblate.org/api/components/f-droid/fdroiddata/links/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/components/f-droid/fdroiddata/changes/?format=api",
            "task_url": null,
            "new_lang": "add",
            "language_code_style": "",
            "push": "",
            "check_flags": "safe-html",
            "priority": 100,
            "enforced_checks": [
                "max-length",
                "max-size",
                "safe-html"
            ],
            "restricted": false,
            "repoweb": "https://gitlab.com/fdroid/fdroiddata-localizations/-/blob/{{branch}}/{{filename}}#L{{line}}",
            "report_source_bugs": "",
            "merge_style": "rebase",
            "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
            "add_message": "Added translation using Weblate ({{ language_name }})",
            "delete_message": "Deleted translation using Weblate ({{ language_name }})",
            "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
            "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ hook_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
            "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
            "allow_translation_propagation": true,
            "manage_units": true,
            "enable_suggestions": true,
            "suggestion_voting": true,
            "suggestion_autoaccept": 0,
            "push_on_commit": false,
            "commit_pending_age": 24,
            "auto_lock_error": true,
            "language_regex": "^(?!en-US).*$",
            "variant_regex": "",
            "addons": [
                "https://hosted.weblate.org/api/addons/206/?format=api"
            ],
            "is_glossary": false,
            "glossary_color": "silver",
            "category": null,
            "linked_component": null
        },
        {
            "name": "Website Docs",
            "slug": "website-docs",
            "id": 551,
            "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://gitlab.com/fdroid/fdroid-website.git",
            "git_export": "",
            "branch": "master",
            "push_branch": "",
            "filemask": "po/_docs.*.po",
            "screenshot_filemask": "",
            "template": "",
            "edit_template": false,
            "intermediate": "",
            "new_base": "po/_docs.pot",
            "file_format": "po",
            "license": "AGPL-3.0-or-later",
            "license_url": "https://spdx.org/licenses/AGPL-3.0-or-later.html",
            "agreement": "",
            "web_url": "https://hosted.weblate.org/projects/f-droid/website-docs/",
            "url": "https://hosted.weblate.org/api/components/f-droid/website-docs/?format=api",
            "repository_url": "https://hosted.weblate.org/api/components/f-droid/website-docs/repository/?format=api",
            "translations_url": "https://hosted.weblate.org/api/components/f-droid/website-docs/translations/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/components/f-droid/website-docs/statistics/?format=api",
            "lock_url": "https://hosted.weblate.org/api/components/f-droid/website-docs/lock/?format=api",
            "links_url": "https://hosted.weblate.org/api/components/f-droid/website-docs/links/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/components/f-droid/website-docs/changes/?format=api",
            "task_url": null,
            "new_lang": "url",
            "language_code_style": "",
            "push": "",
            "check_flags": "md-text",
            "priority": 100,
            "enforced_checks": [],
            "restricted": false,
            "repoweb": "https://gitlab.com/fdroid/fdroid-website/blob/{{branch}}/{{filename}}#L{{line}}",
            "report_source_bugs": "",
            "merge_style": "rebase",
            "commit_message": "Translated using Weblate: {{ language_name }} ({{ language_code }}) by {{ author }}\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 }} ({{ language_code }}) by {{ author }}",
            "delete_message": "Deleted translation using Weblate: {{ language_name }} ({{ language_code }})",
            "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
            "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ hook_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
            "pull_message": "Translations update from {{ site_title }}\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": true,
            "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/1649/?format=api",
                "https://hosted.weblate.org/api/addons/81/?format=api"
            ],
            "is_glossary": false,
            "glossary_color": "silver",
            "category": null,
            "linked_component": "https://hosted.weblate.org/api/components/f-droid/website/?format=api"
        },
        {
            "name": "Website Posts",
            "slug": "website-posts",
            "id": 552,
            "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://gitlab.com/fdroid/fdroid-website.git",
            "git_export": "",
            "branch": "master",
            "push_branch": "",
            "filemask": "po/_posts.*.po",
            "screenshot_filemask": "",
            "template": "",
            "edit_template": false,
            "intermediate": "",
            "new_base": "po/_posts.pot",
            "file_format": "po",
            "license": "AGPL-3.0-or-later",
            "license_url": "https://spdx.org/licenses/AGPL-3.0-or-later.html",
            "agreement": "",
            "web_url": "https://hosted.weblate.org/projects/f-droid/website-posts/",
            "url": "https://hosted.weblate.org/api/components/f-droid/website-posts/?format=api",
            "repository_url": "https://hosted.weblate.org/api/components/f-droid/website-posts/repository/?format=api",
            "translations_url": "https://hosted.weblate.org/api/components/f-droid/website-posts/translations/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/components/f-droid/website-posts/statistics/?format=api",
            "lock_url": "https://hosted.weblate.org/api/components/f-droid/website-posts/lock/?format=api",
            "links_url": "https://hosted.weblate.org/api/components/f-droid/website-posts/links/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/components/f-droid/website-posts/changes/?format=api",
            "task_url": null,
            "new_lang": "url",
            "language_code_style": "",
            "push": "",
            "check_flags": "md-text, safe-html",
            "priority": 100,
            "enforced_checks": [],
            "restricted": false,
            "repoweb": "https://gitlab.com/fdroid/fdroid-website/blob/{{branch}}/{{filename}}#L{{line}}",
            "report_source_bugs": "",
            "merge_style": "rebase",
            "commit_message": "Translated using Weblate: {{ language_name }} ({{ language_code }}) by {{ author }}\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 }} ({{ language_code }}) by {{ author }}",
            "delete_message": "Deleted translation using Weblate: {{ language_name }} ({{ language_code }})",
            "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
            "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ hook_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
            "pull_message": "Translations update from {{ site_title }}\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": true,
            "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/1651/?format=api",
                "https://hosted.weblate.org/api/addons/83/?format=api"
            ],
            "is_glossary": false,
            "glossary_color": "silver",
            "category": null,
            "linked_component": "https://hosted.weblate.org/api/components/f-droid/website/?format=api"
        },
        {
            "name": "repomaker javascript",
            "slug": "repomaker-javascript",
            "id": 555,
            "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://gitlab.com/fdroid/repomaker.git",
            "git_export": "",
            "branch": "master",
            "push_branch": "",
            "filemask": "repomaker/locale/*/LC_MESSAGES/djangojs.po",
            "screenshot_filemask": "",
            "template": "",
            "edit_template": true,
            "intermediate": "",
            "new_base": "repomaker/locale/djangojs.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/f-droid/repomaker-javascript/",
            "url": "https://hosted.weblate.org/api/components/f-droid/repomaker-javascript/?format=api",
            "repository_url": "https://hosted.weblate.org/api/components/f-droid/repomaker-javascript/repository/?format=api",
            "translations_url": "https://hosted.weblate.org/api/components/f-droid/repomaker-javascript/translations/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/components/f-droid/repomaker-javascript/statistics/?format=api",
            "lock_url": "https://hosted.weblate.org/api/components/f-droid/repomaker-javascript/lock/?format=api",
            "links_url": "https://hosted.weblate.org/api/components/f-droid/repomaker-javascript/links/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/components/f-droid/repomaker-javascript/changes/?format=api",
            "task_url": null,
            "new_lang": "add",
            "language_code_style": "",
            "push": "",
            "check_flags": "",
            "priority": 100,
            "enforced_checks": [],
            "restricted": false,
            "repoweb": "",
            "report_source_bugs": "",
            "merge_style": "merge",
            "commit_message": "Translated using Weblate: {{ language_name }} ({{ language_code }}) by {{ author }}\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 }} ({{ language_code }}) by {{ author }}",
            "delete_message": "Deleted translation using Weblate: {{ language_name }} ({{ language_code }})",
            "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
            "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ hook_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
            "pull_message": "Translations update from {{ site_title }}\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": true,
            "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/196/?format=api",
                "https://hosted.weblate.org/api/addons/197/?format=api",
                "https://hosted.weblate.org/api/addons/80/?format=api"
            ],
            "is_glossary": false,
            "glossary_color": "silver",
            "category": null,
            "linked_component": "https://hosted.weblate.org/api/components/f-droid/repomaker/?format=api"
        },
        {
            "name": "Website Tutorials",
            "slug": "website-tutorials",
            "id": 661,
            "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://gitlab.com/fdroid/fdroid-website.git",
            "git_export": "",
            "branch": "master",
            "push_branch": "",
            "filemask": "_data/*/tutorials.json",
            "screenshot_filemask": "",
            "template": "_data/tutorials.json",
            "edit_template": false,
            "intermediate": "",
            "new_base": "",
            "file_format": "json-nested",
            "license": "AGPL-3.0-or-later",
            "license_url": "https://spdx.org/licenses/AGPL-3.0-or-later.html",
            "agreement": "",
            "web_url": "https://hosted.weblate.org/projects/f-droid/website-tutorials/",
            "url": "https://hosted.weblate.org/api/components/f-droid/website-tutorials/?format=api",
            "repository_url": "https://hosted.weblate.org/api/components/f-droid/website-tutorials/repository/?format=api",
            "translations_url": "https://hosted.weblate.org/api/components/f-droid/website-tutorials/translations/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/components/f-droid/website-tutorials/statistics/?format=api",
            "lock_url": "https://hosted.weblate.org/api/components/f-droid/website-tutorials/lock/?format=api",
            "links_url": "https://hosted.weblate.org/api/components/f-droid/website-tutorials/links/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/components/f-droid/website-tutorials/changes/?format=api",
            "task_url": null,
            "new_lang": "url",
            "language_code_style": "",
            "push": "",
            "check_flags": "safe-html",
            "priority": 100,
            "enforced_checks": [],
            "restricted": false,
            "repoweb": "",
            "report_source_bugs": "",
            "merge_style": "merge",
            "commit_message": "Translated using Weblate: {{ language_name }} ({{ language_code }}) by {{ author }}\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 }} ({{ language_code }}) by {{ author }}",
            "delete_message": "Deleted translation using Weblate: {{ language_name }} ({{ language_code }})",
            "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
            "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ hook_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
            "pull_message": "Translations update from {{ site_title }}\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": true,
            "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/228/?format=api"
            ],
            "is_glossary": false,
            "glossary_color": "silver",
            "category": null,
            "linked_component": "https://hosted.weblate.org/api/components/f-droid/website/?format=api"
        },
        {
            "name": "Website Pages",
            "slug": "website-pages",
            "id": 663,
            "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://gitlab.com/fdroid/fdroid-website.git",
            "git_export": "",
            "branch": "master",
            "push_branch": "",
            "filemask": "po/_pages.*.po",
            "screenshot_filemask": "",
            "template": "",
            "edit_template": false,
            "intermediate": "",
            "new_base": "po/_pages.pot",
            "file_format": "po",
            "license": "AGPL-3.0-or-later",
            "license_url": "https://spdx.org/licenses/AGPL-3.0-or-later.html",
            "agreement": "",
            "web_url": "https://hosted.weblate.org/projects/f-droid/website-pages/",
            "url": "https://hosted.weblate.org/api/components/f-droid/website-pages/?format=api",
            "repository_url": "https://hosted.weblate.org/api/components/f-droid/website-pages/repository/?format=api",
            "translations_url": "https://hosted.weblate.org/api/components/f-droid/website-pages/translations/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/components/f-droid/website-pages/statistics/?format=api",
            "lock_url": "https://hosted.weblate.org/api/components/f-droid/website-pages/lock/?format=api",
            "links_url": "https://hosted.weblate.org/api/components/f-droid/website-pages/links/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/components/f-droid/website-pages/changes/?format=api",
            "task_url": null,
            "new_lang": "url",
            "language_code_style": "",
            "push": "",
            "check_flags": "md-text",
            "priority": 100,
            "enforced_checks": [],
            "restricted": false,
            "repoweb": "https://gitlab.com/fdroid/fdroid-website/blob/{{branch}}/{{filename}}#L{{line}}",
            "report_source_bugs": "",
            "merge_style": "rebase",
            "commit_message": "Translated using Weblate: {{ language_name }} ({{ language_code }}) by {{ author }}\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 }} ({{ language_code }}) by {{ author }}",
            "delete_message": "Deleted translation using Weblate: {{ language_name }} ({{ language_code }})",
            "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
            "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ hook_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
            "pull_message": "Translations update from {{ site_title }}\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": true,
            "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/1650/?format=api",
                "https://hosted.weblate.org/api/addons/82/?format=api"
            ],
            "is_glossary": false,
            "glossary_color": "silver",
            "category": null,
            "linked_component": "https://hosted.weblate.org/api/components/f-droid/website/?format=api"
        },
        {
            "name": "F-Droid metadata",
            "slug": "f-droid-metadata",
            "id": 1061,
            "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": "gitlab",
            "repo": "https://gitlab.com/fdroid/fdroidclient.git",
            "git_export": "",
            "branch": "master",
            "push_branch": "",
            "filemask": "metadata/*",
            "screenshot_filemask": "",
            "template": "metadata/en-US",
            "edit_template": true,
            "intermediate": "",
            "new_base": "",
            "file_format": "appstore",
            "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/f-droid/f-droid-metadata/",
            "url": "https://hosted.weblate.org/api/components/f-droid/f-droid-metadata/?format=api",
            "repository_url": "https://hosted.weblate.org/api/components/f-droid/f-droid-metadata/repository/?format=api",
            "translations_url": "https://hosted.weblate.org/api/components/f-droid/f-droid-metadata/translations/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/components/f-droid/f-droid-metadata/statistics/?format=api",
            "lock_url": "https://hosted.weblate.org/api/components/f-droid/f-droid-metadata/lock/?format=api",
            "links_url": "https://hosted.weblate.org/api/components/f-droid/f-droid-metadata/links/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/components/f-droid/f-droid-metadata/changes/?format=api",
            "task_url": null,
            "new_lang": "add",
            "language_code_style": "",
            "push": "",
            "check_flags": "",
            "priority": 100,
            "enforced_checks": [],
            "restricted": false,
            "repoweb": "https://gitlab.com/fdroid/fdroidclient/-/blob/{{branch}}/{{filename}}#L{{line}}",
            "report_source_bugs": "team@f-droid.org",
            "merge_style": "rebase",
            "commit_message": "Translated using Weblate: {{ language_name }} ({{ language_code }}) by {{ author }}\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 }} ({{ language_code }}) by {{ author }}",
            "delete_message": "Deleted translation using Weblate: {{ language_name }} ({{ language_code }})",
            "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
            "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ hook_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
            "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
            "allow_translation_propagation": true,
            "manage_units": true,
            "enable_suggestions": true,
            "suggestion_voting": true,
            "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/236/?format=api"
            ],
            "is_glossary": false,
            "glossary_color": "silver",
            "category": null,
            "linked_component": "https://hosted.weblate.org/api/components/f-droid/f-droid/?format=api"
        },
        {
            "name": "Privileged Extension metadata",
            "slug": "privileged-extension-metadata",
            "id": 3791,
            "source_language": {
                "id": 135,
                "code": "en_US",
                "name": "English (United States)",
                "plural": {
                    "id": 82,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "us",
                    "enu"
                ],
                "direction": "ltr",
                "population": 319333440,
                "web_url": "https://hosted.weblate.org/languages/en_US/",
                "url": "https://hosted.weblate.org/api/languages/en_US/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/en_US/statistics/?format=api"
            },
            "vcs": "gitlab",
            "repo": "https://gitlab.com/fdroid/privileged-extension.git",
            "git_export": "",
            "branch": "master",
            "push_branch": "",
            "filemask": "metadata/*",
            "screenshot_filemask": "",
            "template": "metadata/en-US",
            "edit_template": false,
            "intermediate": "",
            "new_base": "",
            "file_format": "appstore",
            "license": "Apache-2.0",
            "license_url": "https://spdx.org/licenses/Apache-2.0.html",
            "agreement": "",
            "web_url": "https://hosted.weblate.org/projects/f-droid/privileged-extension-metadata/",
            "url": "https://hosted.weblate.org/api/components/f-droid/privileged-extension-metadata/?format=api",
            "repository_url": "https://hosted.weblate.org/api/components/f-droid/privileged-extension-metadata/repository/?format=api",
            "translations_url": "https://hosted.weblate.org/api/components/f-droid/privileged-extension-metadata/translations/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/components/f-droid/privileged-extension-metadata/statistics/?format=api",
            "lock_url": "https://hosted.weblate.org/api/components/f-droid/privileged-extension-metadata/lock/?format=api",
            "links_url": "https://hosted.weblate.org/api/components/f-droid/privileged-extension-metadata/links/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/components/f-droid/privileged-extension-metadata/changes/?format=api",
            "task_url": null,
            "new_lang": "add",
            "language_code_style": "",
            "push": "",
            "check_flags": "",
            "priority": 100,
            "enforced_checks": [
                "safe-html"
            ],
            "restricted": false,
            "repoweb": "https://github.com/fdroid/privileged-extension/blob/{{branch}}/{{filename}}#L{{line}}",
            "report_source_bugs": "",
            "merge_style": "rebase",
            "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
            "add_message": "Added translation using Weblate ({{ language_name }})",
            "delete_message": "Deleted translation using Weblate ({{ language_name }})",
            "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
            "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
            "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
            "allow_translation_propagation": true,
            "manage_units": true,
            "enable_suggestions": true,
            "suggestion_voting": true,
            "suggestion_autoaccept": 0,
            "push_on_commit": true,
            "commit_pending_age": 24,
            "auto_lock_error": true,
            "language_regex": "^[^.]+$",
            "variant_regex": "",
            "addons": [],
            "is_glossary": false,
            "glossary_color": "silver",
            "category": null,
            "linked_component": "https://hosted.weblate.org/api/components/f-droid/privileged-extension/?format=api"
        },
        {
            "name": "F-Droid Glossary",
            "slug": "glossary-f-droid",
            "id": 5889,
            "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/f-droid/glossary-f-droid/",
            "branch": "main",
            "push_branch": "",
            "filemask": "*.tbx",
            "screenshot_filemask": "",
            "template": "",
            "edit_template": true,
            "intermediate": "",
            "new_base": "",
            "file_format": "tbx",
            "license": "Apache-2.0",
            "license_url": "https://spdx.org/licenses/Apache-2.0.html",
            "agreement": "",
            "web_url": "https://hosted.weblate.org/projects/f-droid/glossary-f-droid/",
            "url": "https://hosted.weblate.org/api/components/f-droid/glossary-f-droid/?format=api",
            "repository_url": "https://hosted.weblate.org/api/components/f-droid/glossary-f-droid/repository/?format=api",
            "translations_url": "https://hosted.weblate.org/api/components/f-droid/glossary-f-droid/translations/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/components/f-droid/glossary-f-droid/statistics/?format=api",
            "lock_url": "https://hosted.weblate.org/api/components/f-droid/glossary-f-droid/lock/?format=api",
            "links_url": "https://hosted.weblate.org/api/components/f-droid/glossary-f-droid/links/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/components/f-droid/glossary-f-droid/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 }})\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": 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": "Anti-Features",
            "slug": "anti-features",
            "id": 16205,
            "source_language": {
                "id": 135,
                "code": "en_US",
                "name": "English (United States)",
                "plural": {
                    "id": 82,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "us",
                    "enu"
                ],
                "direction": "ltr",
                "population": 319333440,
                "web_url": "https://hosted.weblate.org/languages/en_US/",
                "url": "https://hosted.weblate.org/api/languages/en_US/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/en_US/statistics/?format=api"
            },
            "vcs": "gitlab",
            "repo": "https://gitlab.com/fdroid/fdroiddata.git",
            "git_export": "https://hosted.weblate.org/git/f-droid/anti-features/",
            "branch": "master",
            "push_branch": "",
            "filemask": "config/*/antiFeatures.yml",
            "screenshot_filemask": "",
            "template": "config/antiFeatures.yml",
            "edit_template": true,
            "intermediate": "",
            "new_base": "",
            "file_format": "yaml",
            "license": "AGPL-3.0-or-later",
            "license_url": "https://spdx.org/licenses/AGPL-3.0-or-later.html",
            "agreement": "",
            "web_url": "https://hosted.weblate.org/projects/f-droid/anti-features/",
            "url": "https://hosted.weblate.org/api/components/f-droid/anti-features/?format=api",
            "repository_url": "https://hosted.weblate.org/api/components/f-droid/anti-features/repository/?format=api",
            "translations_url": "https://hosted.weblate.org/api/components/f-droid/anti-features/translations/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/components/f-droid/anti-features/statistics/?format=api",
            "lock_url": "https://hosted.weblate.org/api/components/f-droid/anti-features/lock/?format=api",
            "links_url": "https://hosted.weblate.org/api/components/f-droid/anti-features/links/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/components/f-droid/anti-features/changes/?format=api",
            "task_url": null,
            "new_lang": "add",
            "language_code_style": "",
            "push": "",
            "check_flags": "",
            "priority": 100,
            "enforced_checks": [],
            "restricted": false,
            "repoweb": "https://gitlab.com/fdroid/fdroiddata/-/blob/{{branch}}/{{filename|parentdir}}#L{{line}}",
            "report_source_bugs": "team@f-droid.org",
            "merge_style": "rebase",
            "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
            "add_message": "Added translation using Weblate ({{ language_name }})",
            "delete_message": "Deleted translation using Weblate ({{ language_name }})",
            "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
            "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
            "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
            "allow_translation_propagation": true,
            "manage_units": true,
            "enable_suggestions": true,
            "suggestion_voting": true,
            "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/8031/?format=api",
                "https://hosted.weblate.org/api/addons/8032/?format=api",
                "https://hosted.weblate.org/api/addons/8034/?format=api",
                "https://hosted.weblate.org/api/addons/8035/?format=api"
            ],
            "is_glossary": false,
            "glossary_color": "silver",
            "category": null,
            "linked_component": null
        },
        {
            "name": "Categories",
            "slug": "categories",
            "id": 16206,
            "source_language": {
                "id": 135,
                "code": "en_US",
                "name": "English (United States)",
                "plural": {
                    "id": 82,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "us",
                    "enu"
                ],
                "direction": "ltr",
                "population": 319333440,
                "web_url": "https://hosted.weblate.org/languages/en_US/",
                "url": "https://hosted.weblate.org/api/languages/en_US/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/en_US/statistics/?format=api"
            },
            "vcs": "gitlab",
            "repo": "https://gitlab.com/fdroid/fdroiddata.git",
            "git_export": "",
            "branch": "master",
            "push_branch": "",
            "filemask": "config/*/categories.yml",
            "screenshot_filemask": "",
            "template": "config/categories.yml",
            "edit_template": true,
            "intermediate": "",
            "new_base": "",
            "file_format": "yaml",
            "license": "AGPL-3.0-or-later",
            "license_url": "https://spdx.org/licenses/AGPL-3.0-or-later.html",
            "agreement": "",
            "web_url": "https://hosted.weblate.org/projects/f-droid/categories/",
            "url": "https://hosted.weblate.org/api/components/f-droid/categories/?format=api",
            "repository_url": "https://hosted.weblate.org/api/components/f-droid/categories/repository/?format=api",
            "translations_url": "https://hosted.weblate.org/api/components/f-droid/categories/translations/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/components/f-droid/categories/statistics/?format=api",
            "lock_url": "https://hosted.weblate.org/api/components/f-droid/categories/lock/?format=api",
            "links_url": "https://hosted.weblate.org/api/components/f-droid/categories/links/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/components/f-droid/categories/changes/?format=api",
            "task_url": null,
            "new_lang": "add",
            "language_code_style": "",
            "push": "",
            "check_flags": "",
            "priority": 100,
            "enforced_checks": [],
            "restricted": false,
            "repoweb": "https://gitlab.com/fdroid/fdroiddata/blob/{{branch}}/{{filename|parentdir}}#L{{line}}",
            "report_source_bugs": "",
            "merge_style": "rebase",
            "commit_message": "Translated using Weblate ({{ language_name }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
            "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
            "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
            "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
            "addon_message": "Update translation files\n\nUpdated by \"{{ addon_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
            "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
            "allow_translation_propagation": true,
            "manage_units": true,
            "enable_suggestions": true,
            "suggestion_voting": false,
            "suggestion_autoaccept": 0,
            "push_on_commit": true,
            "commit_pending_age": 24,
            "auto_lock_error": true,
            "language_regex": "^[^.]+$",
            "variant_regex": "",
            "addons": [
                "https://hosted.weblate.org/api/addons/8029/?format=api",
                "https://hosted.weblate.org/api/addons/8030/?format=api",
                "https://hosted.weblate.org/api/addons/8033/?format=api"
            ],
            "is_glossary": false,
            "glossary_color": "silver",
            "category": null,
            "linked_component": "https://hosted.weblate.org/api/components/f-droid/anti-features/?format=api"
        },
        {
            "name": "fdroiddata-config",
            "slug": "fdroiddata-config",
            "id": 16207,
            "source_language": {
                "id": 135,
                "code": "en_US",
                "name": "English (United States)",
                "plural": {
                    "id": 82,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "us",
                    "enu"
                ],
                "direction": "ltr",
                "population": 319333440,
                "web_url": "https://hosted.weblate.org/languages/en_US/",
                "url": "https://hosted.weblate.org/api/languages/en_US/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/en_US/statistics/?format=api"
            },
            "vcs": "gitlab",
            "repo": "https://gitlab.com/fdroid/fdroiddata.git",
            "git_export": "",
            "branch": "master",
            "push_branch": "",
            "filemask": "config/*/config.yml",
            "screenshot_filemask": "",
            "template": "config/config.yml",
            "edit_template": true,
            "intermediate": "",
            "new_base": "",
            "file_format": "yaml",
            "license": "AGPL-3.0-or-later",
            "license_url": "https://spdx.org/licenses/AGPL-3.0-or-later.html",
            "agreement": "",
            "web_url": "https://hosted.weblate.org/projects/f-droid/fdroiddata-config/",
            "url": "https://hosted.weblate.org/api/components/f-droid/fdroiddata-config/?format=api",
            "repository_url": "https://hosted.weblate.org/api/components/f-droid/fdroiddata-config/repository/?format=api",
            "translations_url": "https://hosted.weblate.org/api/components/f-droid/fdroiddata-config/translations/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/components/f-droid/fdroiddata-config/statistics/?format=api",
            "lock_url": "https://hosted.weblate.org/api/components/f-droid/fdroiddata-config/lock/?format=api",
            "links_url": "https://hosted.weblate.org/api/components/f-droid/fdroiddata-config/links/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/components/f-droid/fdroiddata-config/changes/?format=api",
            "task_url": null,
            "new_lang": "add",
            "language_code_style": "",
            "push": "",
            "check_flags": "",
            "priority": 100,
            "enforced_checks": [],
            "restricted": false,
            "repoweb": "https://gitlab.com/fdroid/fdroiddata/blob/{{branch}}/{{filename|parentdir}}#L{{line}}",
            "report_source_bugs": "",
            "merge_style": "rebase",
            "commit_message": "Translated using Weblate ({{ language_name }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
            "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
            "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
            "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
            "addon_message": "Update translation files\n\nUpdated by \"{{ addon_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
            "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
            "allow_translation_propagation": true,
            "manage_units": true,
            "enable_suggestions": true,
            "suggestion_voting": false,
            "suggestion_autoaccept": 0,
            "push_on_commit": true,
            "commit_pending_age": 24,
            "auto_lock_error": true,
            "language_regex": "^[^.]+$",
            "variant_regex": "",
            "addons": [
                "https://hosted.weblate.org/api/addons/8036/?format=api",
                "https://hosted.weblate.org/api/addons/8038/?format=api",
                "https://hosted.weblate.org/api/addons/8037/?format=api"
            ],
            "is_glossary": false,
            "glossary_color": "silver",
            "category": null,
            "linked_component": "https://hosted.weblate.org/api/components/f-droid/anti-features/?format=api"
        },
        {
            "name": "Get It On F-Droid Badge",
            "slug": "badge",
            "id": 17711,
            "source_language": {
                "id": 135,
                "code": "en_US",
                "name": "English (United States)",
                "plural": {
                    "id": 82,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "us",
                    "enu"
                ],
                "direction": "ltr",
                "population": 319333440,
                "web_url": "https://hosted.weblate.org/languages/en_US/",
                "url": "https://hosted.weblate.org/api/languages/en_US/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/en_US/statistics/?format=api"
            },
            "vcs": "gitlab",
            "repo": "https://gitlab.com/fdroid/artwork.git",
            "git_export": "https://hosted.weblate.org/git/f-droid/badge/",
            "branch": "master",
            "push_branch": "",
            "filemask": "badge/src/*/strings.yml",
            "screenshot_filemask": "",
            "template": "badge/src/strings.yml",
            "edit_template": false,
            "intermediate": "",
            "new_base": "",
            "file_format": "yaml",
            "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/f-droid/badge/",
            "url": "https://hosted.weblate.org/api/components/f-droid/badge/?format=api",
            "repository_url": "https://hosted.weblate.org/api/components/f-droid/badge/repository/?format=api",
            "translations_url": "https://hosted.weblate.org/api/components/f-droid/badge/translations/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/components/f-droid/badge/statistics/?format=api",
            "lock_url": "https://hosted.weblate.org/api/components/f-droid/badge/lock/?format=api",
            "links_url": "https://hosted.weblate.org/api/components/f-droid/badge/links/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/components/f-droid/badge/changes/?format=api",
            "task_url": null,
            "new_lang": "add",
            "language_code_style": "bcp_lower",
            "push": "",
            "check_flags": "",
            "priority": 100,
            "enforced_checks": [
                "same"
            ],
            "restricted": false,
            "repoweb": "https://gitlab.com/fdroid/artwork/-/blob/{{branch}}/{{filename}}#L{{line}}",
            "report_source_bugs": "",
            "merge_style": "rebase",
            "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
            "add_message": "Added translation using Weblate ({{ language_name }})",
            "delete_message": "Deleted translation using Weblate ({{ language_name }})",
            "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
            "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
            "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
            "allow_translation_propagation": true,
            "manage_units": false,
            "enable_suggestions": true,
            "suggestion_voting": true,
            "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/9036/?format=api",
                "https://hosted.weblate.org/api/addons/9035/?format=api"
            ],
            "is_glossary": false,
            "glossary_color": "silver",
            "category": null,
            "linked_component": null
        }
    ]
}