Translation projects API.

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

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

{
    "count": 16,
    "next": null,
    "previous": null,
    "results": [
        {
            "name": "main",
            "slug": "main",
            "id": 163,
            "source_language": {
                "id": 147,
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 147,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485517,
                "web_url": "https://weblate.foundryvtt-hub.com/languages/en/",
                "url": "https://weblate.foundryvtt-hub.com/api/languages/en/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/languages/en/statistics/?format=api"
            },
            "vcs": "gitlab",
            "repo": "https://gitlab.com/vtt2/opend6-space.git",
            "git_export": "https://weblate.foundryvtt-hub.com/git/od6s/main/",
            "branch": "dev",
            "push_branch": "",
            "filemask": "src/lang/*.json",
            "screenshot_filemask": "",
            "template": "src/lang/en.json",
            "edit_template": true,
            "intermediate": "",
            "new_base": "",
            "file_format": "json",
            "license": "MIT",
            "license_url": "https://spdx.org/licenses/MIT.html",
            "agreement": "",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/od6s/main/",
            "url": "https://weblate.foundryvtt-hub.com/api/components/od6s/main/?format=api",
            "repository_url": "https://weblate.foundryvtt-hub.com/api/components/od6s/main/repository/?format=api",
            "translations_url": "https://weblate.foundryvtt-hub.com/api/components/od6s/main/translations/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/components/od6s/main/statistics/?format=api",
            "lock_url": "https://weblate.foundryvtt-hub.com/api/components/od6s/main/lock/?format=api",
            "links_url": "https://weblate.foundryvtt-hub.com/api/components/od6s/main/links/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/components/od6s/main/changes/?format=api",
            "task_url": null,
            "credits_url": "https://weblate.foundryvtt-hub.com/api/components/od6s/main/credits/?format=api",
            "new_lang": "add",
            "language_code_style": "",
            "push": "",
            "check_flags": "",
            "priority": 100,
            "enforced_checks": [],
            "restricted": false,
            "repoweb": "",
            "report_source_bugs": "",
            "merge_style": "rebase",
            "commit_message": "Translated using Weblate ({{ language_name }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
            "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
            "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
            "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
            "addon_message": "Update translation files\n\nUpdated by \"{{ addon_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
            "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
            "allow_translation_propagation": true,
            "manage_units": true,
            "enable_suggestions": true,
            "suggestion_voting": false,
            "suggestion_autoaccept": 0,
            "push_on_commit": true,
            "commit_pending_age": 24,
            "auto_lock_error": true,
            "language_regex": "^[^.]+$",
            "variant_regex": "",
            "addons": [
                "https://weblate.foundryvtt-hub.com/api/addons/161/?format=api",
                "https://weblate.foundryvtt-hub.com/api/addons/162/?format=api"
            ],
            "is_glossary": false,
            "glossary_color": "silver",
            "category": null,
            "linked_component": null
        },
        {
            "name": "OpenD6 Space System",
            "slug": "glossary",
            "id": 164,
            "source_language": {
                "id": 147,
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 147,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485517,
                "web_url": "https://weblate.foundryvtt-hub.com/languages/en/",
                "url": "https://weblate.foundryvtt-hub.com/api/languages/en/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/languages/en/statistics/?format=api"
            },
            "vcs": "local",
            "repo": "local:",
            "git_export": "https://weblate.foundryvtt-hub.com/git/od6s/glossary/",
            "branch": "main",
            "push_branch": "",
            "filemask": "*.tbx",
            "screenshot_filemask": "",
            "template": "",
            "edit_template": true,
            "intermediate": "",
            "new_base": "",
            "file_format": "tbx",
            "license": "MIT",
            "license_url": "https://spdx.org/licenses/MIT.html",
            "agreement": "",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/od6s/glossary/",
            "url": "https://weblate.foundryvtt-hub.com/api/components/od6s/glossary/?format=api",
            "repository_url": "https://weblate.foundryvtt-hub.com/api/components/od6s/glossary/repository/?format=api",
            "translations_url": "https://weblate.foundryvtt-hub.com/api/components/od6s/glossary/translations/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/components/od6s/glossary/statistics/?format=api",
            "lock_url": "https://weblate.foundryvtt-hub.com/api/components/od6s/glossary/lock/?format=api",
            "links_url": "https://weblate.foundryvtt-hub.com/api/components/od6s/glossary/links/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/components/od6s/glossary/changes/?format=api",
            "task_url": null,
            "credits_url": "https://weblate.foundryvtt-hub.com/api/components/od6s/glossary/credits/?format=api",
            "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": "advantages",
            "slug": "advantages",
            "id": 165,
            "source_language": {
                "id": 147,
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 147,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485517,
                "web_url": "https://weblate.foundryvtt-hub.com/languages/en/",
                "url": "https://weblate.foundryvtt-hub.com/api/languages/en/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/languages/en/statistics/?format=api"
            },
            "vcs": "gitlab",
            "repo": "https://gitlab.com/vtt2/opend6-space.git",
            "git_export": "",
            "branch": "dev",
            "push_branch": "",
            "filemask": "src/lang/translations/*/od6s.advantages.json",
            "screenshot_filemask": "",
            "template": "src/lang/translations/en/od6s.advantages.json",
            "edit_template": false,
            "intermediate": "",
            "new_base": "",
            "file_format": "json-nested",
            "license": "MIT",
            "license_url": "https://spdx.org/licenses/MIT.html",
            "agreement": "",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/od6s/advantages/",
            "url": "https://weblate.foundryvtt-hub.com/api/components/od6s/advantages/?format=api",
            "repository_url": "https://weblate.foundryvtt-hub.com/api/components/od6s/advantages/repository/?format=api",
            "translations_url": "https://weblate.foundryvtt-hub.com/api/components/od6s/advantages/translations/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/components/od6s/advantages/statistics/?format=api",
            "lock_url": "https://weblate.foundryvtt-hub.com/api/components/od6s/advantages/lock/?format=api",
            "links_url": "https://weblate.foundryvtt-hub.com/api/components/od6s/advantages/links/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/components/od6s/advantages/changes/?format=api",
            "task_url": null,
            "credits_url": "https://weblate.foundryvtt-hub.com/api/components/od6s/advantages/credits/?format=api",
            "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": true,
            "manage_units": true,
            "enable_suggestions": true,
            "suggestion_voting": false,
            "suggestion_autoaccept": 0,
            "push_on_commit": true,
            "commit_pending_age": 24,
            "auto_lock_error": true,
            "language_regex": "^[^.]+$",
            "variant_regex": "",
            "addons": [
                "https://weblate.foundryvtt-hub.com/api/addons/163/?format=api"
            ],
            "is_glossary": false,
            "glossary_color": "silver",
            "category": null,
            "linked_component": "https://weblate.foundryvtt-hub.com/api/components/od6s/main/?format=api"
        },
        {
            "name": "armor",
            "slug": "armor",
            "id": 166,
            "source_language": {
                "id": 147,
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 147,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485517,
                "web_url": "https://weblate.foundryvtt-hub.com/languages/en/",
                "url": "https://weblate.foundryvtt-hub.com/api/languages/en/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/languages/en/statistics/?format=api"
            },
            "vcs": "gitlab",
            "repo": "https://gitlab.com/vtt2/opend6-space.git",
            "git_export": "",
            "branch": "dev",
            "push_branch": "",
            "filemask": "src/lang/translations/*/od6s.armor.json",
            "screenshot_filemask": "",
            "template": "src/lang/translations/en/od6s.armor.json",
            "edit_template": false,
            "intermediate": "",
            "new_base": "",
            "file_format": "json-nested",
            "license": "MIT",
            "license_url": "https://spdx.org/licenses/MIT.html",
            "agreement": "",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/od6s/armor/",
            "url": "https://weblate.foundryvtt-hub.com/api/components/od6s/armor/?format=api",
            "repository_url": "https://weblate.foundryvtt-hub.com/api/components/od6s/armor/repository/?format=api",
            "translations_url": "https://weblate.foundryvtt-hub.com/api/components/od6s/armor/translations/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/components/od6s/armor/statistics/?format=api",
            "lock_url": "https://weblate.foundryvtt-hub.com/api/components/od6s/armor/lock/?format=api",
            "links_url": "https://weblate.foundryvtt-hub.com/api/components/od6s/armor/links/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/components/od6s/armor/changes/?format=api",
            "task_url": null,
            "credits_url": "https://weblate.foundryvtt-hub.com/api/components/od6s/armor/credits/?format=api",
            "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": true,
            "manage_units": true,
            "enable_suggestions": true,
            "suggestion_voting": false,
            "suggestion_autoaccept": 0,
            "push_on_commit": true,
            "commit_pending_age": 24,
            "auto_lock_error": true,
            "language_regex": "^[^.]+$",
            "variant_regex": "",
            "addons": [
                "https://weblate.foundryvtt-hub.com/api/addons/164/?format=api"
            ],
            "is_glossary": false,
            "glossary_color": "silver",
            "category": null,
            "linked_component": "https://weblate.foundryvtt-hub.com/api/components/od6s/main/?format=api"
        },
        {
            "name": "character-templates",
            "slug": "character-templates",
            "id": 167,
            "source_language": {
                "id": 147,
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 147,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485517,
                "web_url": "https://weblate.foundryvtt-hub.com/languages/en/",
                "url": "https://weblate.foundryvtt-hub.com/api/languages/en/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/languages/en/statistics/?format=api"
            },
            "vcs": "gitlab",
            "repo": "https://gitlab.com/vtt2/opend6-space.git",
            "git_export": "",
            "branch": "dev",
            "push_branch": "",
            "filemask": "src/lang/translations/*/od6s.character-templates.json",
            "screenshot_filemask": "",
            "template": "src/lang/translations/en/od6s.character-templates.json",
            "edit_template": false,
            "intermediate": "",
            "new_base": "",
            "file_format": "json-nested",
            "license": "MIT",
            "license_url": "https://spdx.org/licenses/MIT.html",
            "agreement": "",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/od6s/character-templates/",
            "url": "https://weblate.foundryvtt-hub.com/api/components/od6s/character-templates/?format=api",
            "repository_url": "https://weblate.foundryvtt-hub.com/api/components/od6s/character-templates/repository/?format=api",
            "translations_url": "https://weblate.foundryvtt-hub.com/api/components/od6s/character-templates/translations/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/components/od6s/character-templates/statistics/?format=api",
            "lock_url": "https://weblate.foundryvtt-hub.com/api/components/od6s/character-templates/lock/?format=api",
            "links_url": "https://weblate.foundryvtt-hub.com/api/components/od6s/character-templates/links/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/components/od6s/character-templates/changes/?format=api",
            "task_url": null,
            "credits_url": "https://weblate.foundryvtt-hub.com/api/components/od6s/character-templates/credits/?format=api",
            "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": true,
            "manage_units": true,
            "enable_suggestions": true,
            "suggestion_voting": false,
            "suggestion_autoaccept": 0,
            "push_on_commit": true,
            "commit_pending_age": 24,
            "auto_lock_error": true,
            "language_regex": "^[^.]+$",
            "variant_regex": "",
            "addons": [
                "https://weblate.foundryvtt-hub.com/api/addons/165/?format=api"
            ],
            "is_glossary": false,
            "glossary_color": "silver",
            "category": null,
            "linked_component": "https://weblate.foundryvtt-hub.com/api/components/od6s/main/?format=api"
        },
        {
            "name": "cybernetics",
            "slug": "cybernetics",
            "id": 168,
            "source_language": {
                "id": 147,
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 147,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485517,
                "web_url": "https://weblate.foundryvtt-hub.com/languages/en/",
                "url": "https://weblate.foundryvtt-hub.com/api/languages/en/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/languages/en/statistics/?format=api"
            },
            "vcs": "gitlab",
            "repo": "https://gitlab.com/vtt2/opend6-space.git",
            "git_export": "",
            "branch": "dev",
            "push_branch": "",
            "filemask": "src/lang/translations/*/od6s.cybernetics.json",
            "screenshot_filemask": "",
            "template": "src/lang/translations/en/od6s.cybernetics.json",
            "edit_template": false,
            "intermediate": "",
            "new_base": "",
            "file_format": "json-nested",
            "license": "MIT",
            "license_url": "https://spdx.org/licenses/MIT.html",
            "agreement": "",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/od6s/cybernetics/",
            "url": "https://weblate.foundryvtt-hub.com/api/components/od6s/cybernetics/?format=api",
            "repository_url": "https://weblate.foundryvtt-hub.com/api/components/od6s/cybernetics/repository/?format=api",
            "translations_url": "https://weblate.foundryvtt-hub.com/api/components/od6s/cybernetics/translations/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/components/od6s/cybernetics/statistics/?format=api",
            "lock_url": "https://weblate.foundryvtt-hub.com/api/components/od6s/cybernetics/lock/?format=api",
            "links_url": "https://weblate.foundryvtt-hub.com/api/components/od6s/cybernetics/links/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/components/od6s/cybernetics/changes/?format=api",
            "task_url": null,
            "credits_url": "https://weblate.foundryvtt-hub.com/api/components/od6s/cybernetics/credits/?format=api",
            "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": true,
            "manage_units": true,
            "enable_suggestions": true,
            "suggestion_voting": false,
            "suggestion_autoaccept": 0,
            "push_on_commit": true,
            "commit_pending_age": 24,
            "auto_lock_error": true,
            "language_regex": "^[^.]+$",
            "variant_regex": "",
            "addons": [
                "https://weblate.foundryvtt-hub.com/api/addons/166/?format=api"
            ],
            "is_glossary": false,
            "glossary_color": "silver",
            "category": null,
            "linked_component": "https://weblate.foundryvtt-hub.com/api/components/od6s/main/?format=api"
        },
        {
            "name": "disadvantages",
            "slug": "disadvantages",
            "id": 169,
            "source_language": {
                "id": 147,
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 147,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485517,
                "web_url": "https://weblate.foundryvtt-hub.com/languages/en/",
                "url": "https://weblate.foundryvtt-hub.com/api/languages/en/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/languages/en/statistics/?format=api"
            },
            "vcs": "gitlab",
            "repo": "https://gitlab.com/vtt2/opend6-space.git",
            "git_export": "",
            "branch": "dev",
            "push_branch": "",
            "filemask": "src/lang/translations/*/od6s.disadvantages.json",
            "screenshot_filemask": "",
            "template": "src/lang/translations/en/od6s.disadvantages.json",
            "edit_template": false,
            "intermediate": "",
            "new_base": "",
            "file_format": "json-nested",
            "license": "MIT",
            "license_url": "https://spdx.org/licenses/MIT.html",
            "agreement": "",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/od6s/disadvantages/",
            "url": "https://weblate.foundryvtt-hub.com/api/components/od6s/disadvantages/?format=api",
            "repository_url": "https://weblate.foundryvtt-hub.com/api/components/od6s/disadvantages/repository/?format=api",
            "translations_url": "https://weblate.foundryvtt-hub.com/api/components/od6s/disadvantages/translations/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/components/od6s/disadvantages/statistics/?format=api",
            "lock_url": "https://weblate.foundryvtt-hub.com/api/components/od6s/disadvantages/lock/?format=api",
            "links_url": "https://weblate.foundryvtt-hub.com/api/components/od6s/disadvantages/links/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/components/od6s/disadvantages/changes/?format=api",
            "task_url": null,
            "credits_url": "https://weblate.foundryvtt-hub.com/api/components/od6s/disadvantages/credits/?format=api",
            "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": true,
            "manage_units": true,
            "enable_suggestions": true,
            "suggestion_voting": false,
            "suggestion_autoaccept": 0,
            "push_on_commit": true,
            "commit_pending_age": 24,
            "auto_lock_error": true,
            "language_regex": "^[^.]+$",
            "variant_regex": "",
            "addons": [
                "https://weblate.foundryvtt-hub.com/api/addons/167/?format=api"
            ],
            "is_glossary": false,
            "glossary_color": "silver",
            "category": null,
            "linked_component": "https://weblate.foundryvtt-hub.com/api/components/od6s/main/?format=api"
        },
        {
            "name": "gear",
            "slug": "gear",
            "id": 170,
            "source_language": {
                "id": 147,
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 147,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485517,
                "web_url": "https://weblate.foundryvtt-hub.com/languages/en/",
                "url": "https://weblate.foundryvtt-hub.com/api/languages/en/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/languages/en/statistics/?format=api"
            },
            "vcs": "gitlab",
            "repo": "https://gitlab.com/vtt2/opend6-space.git",
            "git_export": "",
            "branch": "dev",
            "push_branch": "",
            "filemask": "src/lang/translations/*/od6s.gear.json",
            "screenshot_filemask": "",
            "template": "src/lang/translations/en/od6s.gear.json",
            "edit_template": false,
            "intermediate": "",
            "new_base": "",
            "file_format": "json-nested",
            "license": "MIT",
            "license_url": "https://spdx.org/licenses/MIT.html",
            "agreement": "",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/od6s/gear/",
            "url": "https://weblate.foundryvtt-hub.com/api/components/od6s/gear/?format=api",
            "repository_url": "https://weblate.foundryvtt-hub.com/api/components/od6s/gear/repository/?format=api",
            "translations_url": "https://weblate.foundryvtt-hub.com/api/components/od6s/gear/translations/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/components/od6s/gear/statistics/?format=api",
            "lock_url": "https://weblate.foundryvtt-hub.com/api/components/od6s/gear/lock/?format=api",
            "links_url": "https://weblate.foundryvtt-hub.com/api/components/od6s/gear/links/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/components/od6s/gear/changes/?format=api",
            "task_url": null,
            "credits_url": "https://weblate.foundryvtt-hub.com/api/components/od6s/gear/credits/?format=api",
            "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": true,
            "manage_units": true,
            "enable_suggestions": true,
            "suggestion_voting": false,
            "suggestion_autoaccept": 0,
            "push_on_commit": true,
            "commit_pending_age": 24,
            "auto_lock_error": true,
            "language_regex": "^[^.]+$",
            "variant_regex": "",
            "addons": [
                "https://weblate.foundryvtt-hub.com/api/addons/168/?format=api"
            ],
            "is_glossary": false,
            "glossary_color": "silver",
            "category": null,
            "linked_component": "https://weblate.foundryvtt-hub.com/api/components/od6s/main/?format=api"
        },
        {
            "name": "macros",
            "slug": "macros",
            "id": 171,
            "source_language": {
                "id": 147,
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 147,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485517,
                "web_url": "https://weblate.foundryvtt-hub.com/languages/en/",
                "url": "https://weblate.foundryvtt-hub.com/api/languages/en/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/languages/en/statistics/?format=api"
            },
            "vcs": "gitlab",
            "repo": "https://gitlab.com/vtt2/opend6-space.git",
            "git_export": "",
            "branch": "dev",
            "push_branch": "",
            "filemask": "src/lang/translations/*/od6s.macros.json",
            "screenshot_filemask": "",
            "template": "src/lang/translations/en/od6s.macros.json",
            "edit_template": false,
            "intermediate": "",
            "new_base": "",
            "file_format": "json-nested",
            "license": "MIT",
            "license_url": "https://spdx.org/licenses/MIT.html",
            "agreement": "",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/od6s/macros/",
            "url": "https://weblate.foundryvtt-hub.com/api/components/od6s/macros/?format=api",
            "repository_url": "https://weblate.foundryvtt-hub.com/api/components/od6s/macros/repository/?format=api",
            "translations_url": "https://weblate.foundryvtt-hub.com/api/components/od6s/macros/translations/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/components/od6s/macros/statistics/?format=api",
            "lock_url": "https://weblate.foundryvtt-hub.com/api/components/od6s/macros/lock/?format=api",
            "links_url": "https://weblate.foundryvtt-hub.com/api/components/od6s/macros/links/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/components/od6s/macros/changes/?format=api",
            "task_url": null,
            "credits_url": "https://weblate.foundryvtt-hub.com/api/components/od6s/macros/credits/?format=api",
            "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": true,
            "manage_units": true,
            "enable_suggestions": true,
            "suggestion_voting": false,
            "suggestion_autoaccept": 0,
            "push_on_commit": true,
            "commit_pending_age": 24,
            "auto_lock_error": true,
            "language_regex": "^[^.]+$",
            "variant_regex": "",
            "addons": [
                "https://weblate.foundryvtt-hub.com/api/addons/169/?format=api"
            ],
            "is_glossary": false,
            "glossary_color": "silver",
            "category": null,
            "linked_component": "https://weblate.foundryvtt-hub.com/api/components/od6s/main/?format=api"
        },
        {
            "name": "metaphysics-skills",
            "slug": "metaphysics-skills",
            "id": 172,
            "source_language": {
                "id": 147,
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 147,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485517,
                "web_url": "https://weblate.foundryvtt-hub.com/languages/en/",
                "url": "https://weblate.foundryvtt-hub.com/api/languages/en/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/languages/en/statistics/?format=api"
            },
            "vcs": "gitlab",
            "repo": "https://gitlab.com/vtt2/opend6-space.git",
            "git_export": "",
            "branch": "dev",
            "push_branch": "",
            "filemask": "src/lang/translations/*/od6s.metaphysics-skills.json",
            "screenshot_filemask": "",
            "template": "src/lang/translations/en/od6s.metaphysics-skills.json",
            "edit_template": false,
            "intermediate": "",
            "new_base": "",
            "file_format": "json-nested",
            "license": "MIT",
            "license_url": "https://spdx.org/licenses/MIT.html",
            "agreement": "",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/od6s/metaphysics-skills/",
            "url": "https://weblate.foundryvtt-hub.com/api/components/od6s/metaphysics-skills/?format=api",
            "repository_url": "https://weblate.foundryvtt-hub.com/api/components/od6s/metaphysics-skills/repository/?format=api",
            "translations_url": "https://weblate.foundryvtt-hub.com/api/components/od6s/metaphysics-skills/translations/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/components/od6s/metaphysics-skills/statistics/?format=api",
            "lock_url": "https://weblate.foundryvtt-hub.com/api/components/od6s/metaphysics-skills/lock/?format=api",
            "links_url": "https://weblate.foundryvtt-hub.com/api/components/od6s/metaphysics-skills/links/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/components/od6s/metaphysics-skills/changes/?format=api",
            "task_url": null,
            "credits_url": "https://weblate.foundryvtt-hub.com/api/components/od6s/metaphysics-skills/credits/?format=api",
            "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": true,
            "manage_units": true,
            "enable_suggestions": true,
            "suggestion_voting": false,
            "suggestion_autoaccept": 0,
            "push_on_commit": true,
            "commit_pending_age": 24,
            "auto_lock_error": true,
            "language_regex": "^[^.]+$",
            "variant_regex": "",
            "addons": [
                "https://weblate.foundryvtt-hub.com/api/addons/170/?format=api"
            ],
            "is_glossary": false,
            "glossary_color": "silver",
            "category": null,
            "linked_component": "https://weblate.foundryvtt-hub.com/api/components/od6s/main/?format=api"
        },
        {
            "name": "natural",
            "slug": "natural",
            "id": 173,
            "source_language": {
                "id": 147,
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 147,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485517,
                "web_url": "https://weblate.foundryvtt-hub.com/languages/en/",
                "url": "https://weblate.foundryvtt-hub.com/api/languages/en/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/languages/en/statistics/?format=api"
            },
            "vcs": "gitlab",
            "repo": "https://gitlab.com/vtt2/opend6-space.git",
            "git_export": "",
            "branch": "dev",
            "push_branch": "",
            "filemask": "src/lang/translations/*/od6s.natural.json",
            "screenshot_filemask": "",
            "template": "src/lang/translations/en/od6s.natural.json",
            "edit_template": false,
            "intermediate": "",
            "new_base": "",
            "file_format": "json-nested",
            "license": "MIT",
            "license_url": "https://spdx.org/licenses/MIT.html",
            "agreement": "",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/od6s/natural/",
            "url": "https://weblate.foundryvtt-hub.com/api/components/od6s/natural/?format=api",
            "repository_url": "https://weblate.foundryvtt-hub.com/api/components/od6s/natural/repository/?format=api",
            "translations_url": "https://weblate.foundryvtt-hub.com/api/components/od6s/natural/translations/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/components/od6s/natural/statistics/?format=api",
            "lock_url": "https://weblate.foundryvtt-hub.com/api/components/od6s/natural/lock/?format=api",
            "links_url": "https://weblate.foundryvtt-hub.com/api/components/od6s/natural/links/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/components/od6s/natural/changes/?format=api",
            "task_url": null,
            "credits_url": "https://weblate.foundryvtt-hub.com/api/components/od6s/natural/credits/?format=api",
            "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": true,
            "manage_units": true,
            "enable_suggestions": true,
            "suggestion_voting": false,
            "suggestion_autoaccept": 0,
            "push_on_commit": true,
            "commit_pending_age": 24,
            "auto_lock_error": true,
            "language_regex": "^[^.]+$",
            "variant_regex": "",
            "addons": [
                "https://weblate.foundryvtt-hub.com/api/addons/171/?format=api"
            ],
            "is_glossary": false,
            "glossary_color": "silver",
            "category": null,
            "linked_component": "https://weblate.foundryvtt-hub.com/api/components/od6s/main/?format=api"
        },
        {
            "name": "skills",
            "slug": "skills",
            "id": 174,
            "source_language": {
                "id": 147,
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 147,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485517,
                "web_url": "https://weblate.foundryvtt-hub.com/languages/en/",
                "url": "https://weblate.foundryvtt-hub.com/api/languages/en/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/languages/en/statistics/?format=api"
            },
            "vcs": "gitlab",
            "repo": "https://gitlab.com/vtt2/opend6-space.git",
            "git_export": "",
            "branch": "dev",
            "push_branch": "",
            "filemask": "src/lang/translations/*/od6s.skills.json",
            "screenshot_filemask": "",
            "template": "src/lang/translations/en/od6s.skills.json",
            "edit_template": false,
            "intermediate": "",
            "new_base": "",
            "file_format": "json-nested",
            "license": "MIT",
            "license_url": "https://spdx.org/licenses/MIT.html",
            "agreement": "",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/od6s/skills/",
            "url": "https://weblate.foundryvtt-hub.com/api/components/od6s/skills/?format=api",
            "repository_url": "https://weblate.foundryvtt-hub.com/api/components/od6s/skills/repository/?format=api",
            "translations_url": "https://weblate.foundryvtt-hub.com/api/components/od6s/skills/translations/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/components/od6s/skills/statistics/?format=api",
            "lock_url": "https://weblate.foundryvtt-hub.com/api/components/od6s/skills/lock/?format=api",
            "links_url": "https://weblate.foundryvtt-hub.com/api/components/od6s/skills/links/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/components/od6s/skills/changes/?format=api",
            "task_url": null,
            "credits_url": "https://weblate.foundryvtt-hub.com/api/components/od6s/skills/credits/?format=api",
            "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": true,
            "manage_units": true,
            "enable_suggestions": true,
            "suggestion_voting": false,
            "suggestion_autoaccept": 0,
            "push_on_commit": true,
            "commit_pending_age": 24,
            "auto_lock_error": true,
            "language_regex": "^[^.]+$",
            "variant_regex": "",
            "addons": [
                "https://weblate.foundryvtt-hub.com/api/addons/172/?format=api"
            ],
            "is_glossary": false,
            "glossary_color": "silver",
            "category": null,
            "linked_component": "https://weblate.foundryvtt-hub.com/api/components/od6s/main/?format=api"
        },
        {
            "name": "special-abilities",
            "slug": "specialabilities",
            "id": 175,
            "source_language": {
                "id": 147,
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 147,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485517,
                "web_url": "https://weblate.foundryvtt-hub.com/languages/en/",
                "url": "https://weblate.foundryvtt-hub.com/api/languages/en/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/languages/en/statistics/?format=api"
            },
            "vcs": "gitlab",
            "repo": "https://gitlab.com/vtt2/opend6-space.git",
            "git_export": "",
            "branch": "dev",
            "push_branch": "",
            "filemask": "src/lang/translations/*/od6s.special-abilities.json",
            "screenshot_filemask": "",
            "template": "src/lang/translations/en/od6s.special-abilities.json",
            "edit_template": false,
            "intermediate": "",
            "new_base": "",
            "file_format": "json-nested",
            "license": "MIT",
            "license_url": "https://spdx.org/licenses/MIT.html",
            "agreement": "",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/od6s/specialabilities/",
            "url": "https://weblate.foundryvtt-hub.com/api/components/od6s/specialabilities/?format=api",
            "repository_url": "https://weblate.foundryvtt-hub.com/api/components/od6s/specialabilities/repository/?format=api",
            "translations_url": "https://weblate.foundryvtt-hub.com/api/components/od6s/specialabilities/translations/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/components/od6s/specialabilities/statistics/?format=api",
            "lock_url": "https://weblate.foundryvtt-hub.com/api/components/od6s/specialabilities/lock/?format=api",
            "links_url": "https://weblate.foundryvtt-hub.com/api/components/od6s/specialabilities/links/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/components/od6s/specialabilities/changes/?format=api",
            "task_url": null,
            "credits_url": "https://weblate.foundryvtt-hub.com/api/components/od6s/specialabilities/credits/?format=api",
            "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 }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
            "allow_translation_propagation": true,
            "manage_units": true,
            "enable_suggestions": true,
            "suggestion_voting": false,
            "suggestion_autoaccept": 0,
            "push_on_commit": true,
            "commit_pending_age": 24,
            "auto_lock_error": true,
            "language_regex": "^[^.]+$",
            "variant_regex": "",
            "addons": [
                "https://weblate.foundryvtt-hub.com/api/addons/173/?format=api"
            ],
            "is_glossary": false,
            "glossary_color": "silver",
            "category": null,
            "linked_component": "https://weblate.foundryvtt-hub.com/api/components/od6s/main/?format=api"
        },
        {
            "name": "starships",
            "slug": "starships",
            "id": 176,
            "source_language": {
                "id": 147,
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 147,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485517,
                "web_url": "https://weblate.foundryvtt-hub.com/languages/en/",
                "url": "https://weblate.foundryvtt-hub.com/api/languages/en/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/languages/en/statistics/?format=api"
            },
            "vcs": "gitlab",
            "repo": "https://gitlab.com/vtt2/opend6-space.git",
            "git_export": "",
            "branch": "dev",
            "push_branch": "",
            "filemask": "src/lang/translations/*/od6s.starships.json",
            "screenshot_filemask": "",
            "template": "src/lang/translations/en/od6s.starships.json",
            "edit_template": false,
            "intermediate": "",
            "new_base": "",
            "file_format": "json-nested",
            "license": "MIT",
            "license_url": "https://spdx.org/licenses/MIT.html",
            "agreement": "",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/od6s/starships/",
            "url": "https://weblate.foundryvtt-hub.com/api/components/od6s/starships/?format=api",
            "repository_url": "https://weblate.foundryvtt-hub.com/api/components/od6s/starships/repository/?format=api",
            "translations_url": "https://weblate.foundryvtt-hub.com/api/components/od6s/starships/translations/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/components/od6s/starships/statistics/?format=api",
            "lock_url": "https://weblate.foundryvtt-hub.com/api/components/od6s/starships/lock/?format=api",
            "links_url": "https://weblate.foundryvtt-hub.com/api/components/od6s/starships/links/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/components/od6s/starships/changes/?format=api",
            "task_url": null,
            "credits_url": "https://weblate.foundryvtt-hub.com/api/components/od6s/starships/credits/?format=api",
            "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": true,
            "manage_units": true,
            "enable_suggestions": true,
            "suggestion_voting": false,
            "suggestion_autoaccept": 0,
            "push_on_commit": true,
            "commit_pending_age": 24,
            "auto_lock_error": true,
            "language_regex": "^[^.]+$",
            "variant_regex": "",
            "addons": [
                "https://weblate.foundryvtt-hub.com/api/addons/174/?format=api"
            ],
            "is_glossary": false,
            "glossary_color": "silver",
            "category": null,
            "linked_component": "https://weblate.foundryvtt-hub.com/api/components/od6s/main/?format=api"
        },
        {
            "name": "vehicles",
            "slug": "vehicles",
            "id": 177,
            "source_language": {
                "id": 147,
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 147,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485517,
                "web_url": "https://weblate.foundryvtt-hub.com/languages/en/",
                "url": "https://weblate.foundryvtt-hub.com/api/languages/en/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/languages/en/statistics/?format=api"
            },
            "vcs": "gitlab",
            "repo": "https://gitlab.com/vtt2/opend6-space.git",
            "git_export": "",
            "branch": "dev",
            "push_branch": "",
            "filemask": "src/lang/translations/*/od6s.vehicles.json",
            "screenshot_filemask": "",
            "template": "src/lang/translations/en/od6s.vehicles.json",
            "edit_template": false,
            "intermediate": "",
            "new_base": "",
            "file_format": "json-nested",
            "license": "MIT",
            "license_url": "https://spdx.org/licenses/MIT.html",
            "agreement": "",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/od6s/vehicles/",
            "url": "https://weblate.foundryvtt-hub.com/api/components/od6s/vehicles/?format=api",
            "repository_url": "https://weblate.foundryvtt-hub.com/api/components/od6s/vehicles/repository/?format=api",
            "translations_url": "https://weblate.foundryvtt-hub.com/api/components/od6s/vehicles/translations/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/components/od6s/vehicles/statistics/?format=api",
            "lock_url": "https://weblate.foundryvtt-hub.com/api/components/od6s/vehicles/lock/?format=api",
            "links_url": "https://weblate.foundryvtt-hub.com/api/components/od6s/vehicles/links/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/components/od6s/vehicles/changes/?format=api",
            "task_url": null,
            "credits_url": "https://weblate.foundryvtt-hub.com/api/components/od6s/vehicles/credits/?format=api",
            "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": true,
            "manage_units": true,
            "enable_suggestions": true,
            "suggestion_voting": false,
            "suggestion_autoaccept": 0,
            "push_on_commit": true,
            "commit_pending_age": 24,
            "auto_lock_error": true,
            "language_regex": "^[^.]+$",
            "variant_regex": "",
            "addons": [
                "https://weblate.foundryvtt-hub.com/api/addons/175/?format=api"
            ],
            "is_glossary": false,
            "glossary_color": "silver",
            "category": null,
            "linked_component": "https://weblate.foundryvtt-hub.com/api/components/od6s/main/?format=api"
        },
        {
            "name": "weapons",
            "slug": "weapons",
            "id": 178,
            "source_language": {
                "id": 147,
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 147,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485517,
                "web_url": "https://weblate.foundryvtt-hub.com/languages/en/",
                "url": "https://weblate.foundryvtt-hub.com/api/languages/en/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/languages/en/statistics/?format=api"
            },
            "vcs": "gitlab",
            "repo": "https://gitlab.com/vtt2/opend6-space.git",
            "git_export": "",
            "branch": "dev",
            "push_branch": "",
            "filemask": "src/lang/translations/*/od6s.weapons.json",
            "screenshot_filemask": "",
            "template": "src/lang/translations/en/od6s.weapons.json",
            "edit_template": false,
            "intermediate": "",
            "new_base": "",
            "file_format": "json-nested",
            "license": "MIT",
            "license_url": "https://spdx.org/licenses/MIT.html",
            "agreement": "",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/od6s/weapons/",
            "url": "https://weblate.foundryvtt-hub.com/api/components/od6s/weapons/?format=api",
            "repository_url": "https://weblate.foundryvtt-hub.com/api/components/od6s/weapons/repository/?format=api",
            "translations_url": "https://weblate.foundryvtt-hub.com/api/components/od6s/weapons/translations/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/components/od6s/weapons/statistics/?format=api",
            "lock_url": "https://weblate.foundryvtt-hub.com/api/components/od6s/weapons/lock/?format=api",
            "links_url": "https://weblate.foundryvtt-hub.com/api/components/od6s/weapons/links/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/components/od6s/weapons/changes/?format=api",
            "task_url": null,
            "credits_url": "https://weblate.foundryvtt-hub.com/api/components/od6s/weapons/credits/?format=api",
            "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": true,
            "manage_units": true,
            "enable_suggestions": true,
            "suggestion_voting": false,
            "suggestion_autoaccept": 0,
            "push_on_commit": true,
            "commit_pending_age": 24,
            "auto_lock_error": true,
            "language_regex": "^[^.]+$",
            "variant_regex": "",
            "addons": [
                "https://weblate.foundryvtt-hub.com/api/addons/176/?format=api"
            ],
            "is_glossary": false,
            "glossary_color": "silver",
            "category": null,
            "linked_component": "https://weblate.foundryvtt-hub.com/api/components/od6s/main/?format=api"
        }
    ]
}