Translation projects API.

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

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

{
    "count": 6,
    "next": null,
    "previous": null,
    "results": [
        {
            "name": "Unique Artifacts",
            "slug": "unique-artifacts",
            "id": 4,
            "source_language": {
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 66,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "web_url": "https://hive.bgforge.net/languages/en/",
                "url": "https://hive.bgforge.net/api/languages/en/?format=api",
                "statistics_url": "https://hive.bgforge.net/api/languages/en/statistics/?format=api"
            },
            "vcs": "git",
            "repo": "[email protected]:BGforgeNet/bg2-uniqueartifacts.git",
            "git_export": "https://hive.bgforge.net/git/infinity-engine/unique-artifacts/",
            "branch": "master",
            "push_branch": "",
            "filemask": "ua/tra/po/*.po",
            "template": "",
            "edit_template": false,
            "intermediate": "",
            "new_base": "ua/tra/po/english.pot",
            "file_format": "po",
            "license": "CC-BY-NC-SA-4.0",
            "license_url": "https://spdx.org/licenses/CC-BY-NC-SA-4.0.html",
            "agreement": "",
            "web_url": "https://hive.bgforge.net/projects/infinity-engine/unique-artifacts/",
            "url": "https://hive.bgforge.net/api/components/infinity-engine/unique-artifacts/?format=api",
            "repository_url": "https://hive.bgforge.net/api/components/infinity-engine/unique-artifacts/repository/?format=api",
            "translations_url": "https://hive.bgforge.net/api/components/infinity-engine/unique-artifacts/translations/?format=api",
            "statistics_url": "https://hive.bgforge.net/api/components/infinity-engine/unique-artifacts/statistics/?format=api",
            "lock_url": "https://hive.bgforge.net/api/components/infinity-engine/unique-artifacts/lock/?format=api",
            "links_url": "https://hive.bgforge.net/api/components/infinity-engine/unique-artifacts/links/?format=api",
            "changes_list_url": "https://hive.bgforge.net/api/components/infinity-engine/unique-artifacts/changes/?format=api",
            "task_url": null,
            "new_lang": "add",
            "language_code_style": "",
            "push": "[email protected]:BGforgeNet/bg2-uniqueartifacts.git",
            "check_flags": "",
            "priority": 100,
            "enforced_checks": [],
            "restricted": false,
            "repoweb": "https://github.com/BGforgeNet/bg2-uniqueartifacts/blob/{{branch}}/ua/tra/english/{{filename}}",
            "report_source_bugs": "",
            "merge_style": "merge",
            "commit_message": "Translated using {{ site_title }} ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)",
            "add_message": "Added translation using {{ site_title }} ({{ language_name }})",
            "delete_message": "Deleted translation using {{ site_title }} ({{ language_name }})",
            "merge_message": "Merge branch '{{ component_remote_branch }}' into {{ site_title }}.",
            "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in {{ site_title }}.\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": 0,
            "auto_lock_error": true,
            "language_regex": "^[^.]+$",
            "variant_regex": "",
            "addons": [
                "https://hive.bgforge.net/api/addons/45/?format=api"
            ],
            "is_glossary": false,
            "glossary_color": "silver"
        },
        {
            "name": "Tweaks and Tricks",
            "slug": "tweaks-and-tricks",
            "id": 6,
            "source_language": {
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 66,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "web_url": "https://hive.bgforge.net/languages/en/",
                "url": "https://hive.bgforge.net/api/languages/en/?format=api",
                "statistics_url": "https://hive.bgforge.net/api/languages/en/statistics/?format=api"
            },
            "vcs": "git",
            "repo": "[email protected]:BGforgeNet/bg2-tweaks-and-tricks.git",
            "git_export": "https://hive.bgforge.net/git/infinity-engine/tweaks-and-tricks/",
            "branch": "master",
            "push_branch": "",
            "filemask": "tnt/tra/po/*.po",
            "template": "",
            "edit_template": false,
            "intermediate": "",
            "new_base": "tnt/tra/po/english.pot",
            "file_format": "po",
            "license": "CC-BY-NC-SA-4.0",
            "license_url": "https://spdx.org/licenses/CC-BY-NC-SA-4.0.html",
            "agreement": "",
            "web_url": "https://hive.bgforge.net/projects/infinity-engine/tweaks-and-tricks/",
            "url": "https://hive.bgforge.net/api/components/infinity-engine/tweaks-and-tricks/?format=api",
            "repository_url": "https://hive.bgforge.net/api/components/infinity-engine/tweaks-and-tricks/repository/?format=api",
            "translations_url": "https://hive.bgforge.net/api/components/infinity-engine/tweaks-and-tricks/translations/?format=api",
            "statistics_url": "https://hive.bgforge.net/api/components/infinity-engine/tweaks-and-tricks/statistics/?format=api",
            "lock_url": "https://hive.bgforge.net/api/components/infinity-engine/tweaks-and-tricks/lock/?format=api",
            "links_url": "https://hive.bgforge.net/api/components/infinity-engine/tweaks-and-tricks/links/?format=api",
            "changes_list_url": "https://hive.bgforge.net/api/components/infinity-engine/tweaks-and-tricks/changes/?format=api",
            "task_url": null,
            "new_lang": "add",
            "language_code_style": "",
            "push": "[email protected]:BGforgeNet/bg2-tweaks-and-tricks.git",
            "check_flags": "",
            "priority": 100,
            "enforced_checks": [],
            "restricted": false,
            "repoweb": "https://github.com/BGforgeNet/bg2-tweaks-and-tricks/blob/{{branch}}/tnt/tra/english/{{filename}}",
            "report_source_bugs": "",
            "merge_style": "merge",
            "commit_message": "Translated using {{ site_title }} ({{ 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 {{ site_title }} ({{ language_name }})",
            "delete_message": "Deleted translation using {{ site_title }} ({{ language_name }})",
            "merge_message": "Merge branch '{{ component_remote_branch }}' into {{ site_title }}.",
            "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in {{ site_title }}.\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": 0,
            "auto_lock_error": true,
            "language_regex": "^[^.]+$",
            "variant_regex": "",
            "addons": [
                "https://hive.bgforge.net/api/addons/44/?format=api"
            ],
            "is_glossary": false,
            "glossary_color": "silver"
        },
        {
            "name": "Wild Mage Additions",
            "slug": "wild-mage-additions",
            "id": 7,
            "source_language": {
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 66,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "web_url": "https://hive.bgforge.net/languages/en/",
                "url": "https://hive.bgforge.net/api/languages/en/?format=api",
                "statistics_url": "https://hive.bgforge.net/api/languages/en/statistics/?format=api"
            },
            "vcs": "git",
            "repo": "[email protected]:BGforgeNet/bg2-wildmage.git",
            "git_export": "https://hive.bgforge.net/git/infinity-engine/wild-mage-additions/",
            "branch": "master",
            "push_branch": "",
            "filemask": "wildmage/tra/po/*.po",
            "template": "",
            "edit_template": false,
            "intermediate": "",
            "new_base": "wildmage/tra/po/english.pot",
            "file_format": "po",
            "license": "CC-BY-NC-SA-4.0",
            "license_url": "https://spdx.org/licenses/CC-BY-NC-SA-4.0.html",
            "agreement": "",
            "web_url": "https://hive.bgforge.net/projects/infinity-engine/wild-mage-additions/",
            "url": "https://hive.bgforge.net/api/components/infinity-engine/wild-mage-additions/?format=api",
            "repository_url": "https://hive.bgforge.net/api/components/infinity-engine/wild-mage-additions/repository/?format=api",
            "translations_url": "https://hive.bgforge.net/api/components/infinity-engine/wild-mage-additions/translations/?format=api",
            "statistics_url": "https://hive.bgforge.net/api/components/infinity-engine/wild-mage-additions/statistics/?format=api",
            "lock_url": "https://hive.bgforge.net/api/components/infinity-engine/wild-mage-additions/lock/?format=api",
            "links_url": "https://hive.bgforge.net/api/components/infinity-engine/wild-mage-additions/links/?format=api",
            "changes_list_url": "https://hive.bgforge.net/api/components/infinity-engine/wild-mage-additions/changes/?format=api",
            "task_url": null,
            "new_lang": "add",
            "language_code_style": "",
            "push": "[email protected]:BGforgeNet/bg2-wildmage.git",
            "check_flags": "",
            "priority": 100,
            "enforced_checks": [],
            "restricted": false,
            "repoweb": "https://github.com/BGforgeNet/bg2-wildmage/blob/{{branch}}/wildmage/tra/english/{{filename}}",
            "report_source_bugs": "",
            "merge_style": "merge",
            "commit_message": "Translated using {{ site_title }} ({{ 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 {{ site_title }} ({{ language_name }})",
            "delete_message": "Deleted translation using {{ site_title }} ({{ language_name }})",
            "merge_message": "Merge branch '{{ component_remote_branch }}' into {{ site_title }}.",
            "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in {{ site_title }}.\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": 0,
            "auto_lock_error": true,
            "language_regex": "^[^.]+$",
            "variant_regex": "",
            "addons": [
                "https://hive.bgforge.net/api/addons/46/?format=api"
            ],
            "is_glossary": false,
            "glossary_color": "silver"
        },
        {
            "name": "Ascension",
            "slug": "ascension",
            "id": 18,
            "source_language": {
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 66,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "web_url": "https://hive.bgforge.net/languages/en/",
                "url": "https://hive.bgforge.net/api/languages/en/?format=api",
                "statistics_url": "https://hive.bgforge.net/api/languages/en/statistics/?format=api"
            },
            "vcs": "git",
            "repo": "[email protected]:InfinityMods/Ascension.git",
            "git_export": "https://hive.bgforge.net/git/infinity-engine/ascension/",
            "branch": "master",
            "push_branch": "",
            "filemask": "ascension/lang/po/*.po",
            "template": "",
            "edit_template": false,
            "intermediate": "",
            "new_base": "ascension/lang/po/english.pot",
            "file_format": "po",
            "license": "CC-BY-NC-SA-4.0",
            "license_url": "https://spdx.org/licenses/CC-BY-NC-SA-4.0.html",
            "agreement": "",
            "web_url": "https://hive.bgforge.net/projects/infinity-engine/ascension/",
            "url": "https://hive.bgforge.net/api/components/infinity-engine/ascension/?format=api",
            "repository_url": "https://hive.bgforge.net/api/components/infinity-engine/ascension/repository/?format=api",
            "translations_url": "https://hive.bgforge.net/api/components/infinity-engine/ascension/translations/?format=api",
            "statistics_url": "https://hive.bgforge.net/api/components/infinity-engine/ascension/statistics/?format=api",
            "lock_url": "https://hive.bgforge.net/api/components/infinity-engine/ascension/lock/?format=api",
            "links_url": "https://hive.bgforge.net/api/components/infinity-engine/ascension/links/?format=api",
            "changes_list_url": "https://hive.bgforge.net/api/components/infinity-engine/ascension/changes/?format=api",
            "task_url": null,
            "new_lang": "add",
            "language_code_style": "",
            "push": "[email protected]:InfinityMods/Ascension.git",
            "check_flags": "",
            "priority": 100,
            "enforced_checks": [],
            "restricted": false,
            "repoweb": "https://github.com/InfinityMods/Ascension/blob/{{branch}}/ascension/lang/english/{{filename}}",
            "report_source_bugs": "",
            "merge_style": "merge",
            "commit_message": "Translated using {{ site_title }} ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)",
            "add_message": "Added translation using {{ site_title }} ({{ language_name }})",
            "delete_message": "Deleted translation using {{ site_title }} ({{ language_name }})",
            "merge_message": "Merge branch '{{ component_remote_branch }}' into {{ site_title }}.",
            "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in {{ site_title }}.\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": 0,
            "auto_lock_error": true,
            "language_regex": "^[^.]+$",
            "variant_regex": "",
            "addons": [],
            "is_glossary": false,
            "glossary_color": "silver"
        },
        {
            "name": "WeiDU example",
            "slug": "weidu-example",
            "id": 19,
            "source_language": {
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 66,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "web_url": "https://hive.bgforge.net/languages/en/",
                "url": "https://hive.bgforge.net/api/languages/en/?format=api",
                "statistics_url": "https://hive.bgforge.net/api/languages/en/statistics/?format=api"
            },
            "vcs": "git",
            "repo": "[email protected]:InfinityMods/WeiDU-Weblate-GitHub.git",
            "git_export": "https://hive.bgforge.net/git/infinity-engine/weidu-example/",
            "branch": "master",
            "push_branch": "",
            "filemask": "WeiDU-Weblate-GitHub/Languages/po/*.po",
            "template": "",
            "edit_template": true,
            "intermediate": "",
            "new_base": "WeiDU-Weblate-GitHub/Languages/po/english.pot",
            "file_format": "po",
            "license": "CC-BY-NC-SA-4.0",
            "license_url": "https://spdx.org/licenses/CC-BY-NC-SA-4.0.html",
            "agreement": "",
            "web_url": "https://hive.bgforge.net/projects/infinity-engine/weidu-example/",
            "url": "https://hive.bgforge.net/api/components/infinity-engine/weidu-example/?format=api",
            "repository_url": "https://hive.bgforge.net/api/components/infinity-engine/weidu-example/repository/?format=api",
            "translations_url": "https://hive.bgforge.net/api/components/infinity-engine/weidu-example/translations/?format=api",
            "statistics_url": "https://hive.bgforge.net/api/components/infinity-engine/weidu-example/statistics/?format=api",
            "lock_url": "https://hive.bgforge.net/api/components/infinity-engine/weidu-example/lock/?format=api",
            "links_url": "https://hive.bgforge.net/api/components/infinity-engine/weidu-example/links/?format=api",
            "changes_list_url": "https://hive.bgforge.net/api/components/infinity-engine/weidu-example/changes/?format=api",
            "task_url": null,
            "new_lang": "add",
            "language_code_style": "",
            "push": "[email protected]:InfinityMods/WeiDU-Weblate-GitHub.git",
            "check_flags": "",
            "priority": 100,
            "enforced_checks": [],
            "restricted": false,
            "repoweb": "https://github.com/InfinityMods/WeiDU-Weblate-GitHub/blob/{{branch}}/WeiDU-Weblate-GitHub/Languages/english/{{filename}}",
            "report_source_bugs": "",
            "merge_style": "merge",
            "commit_message": "Translated using {{ site_title }} ({{ 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 BGforge Weblate ({{ language_name }})",
            "delete_message": "Deleted translation using {{ site_title }} ({{ language_name }})",
            "merge_message": "Merge branch '{{ component_remote_branch }}' into {{ site_title }}.",
            "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in {{ site_title }}.\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": 0,
            "auto_lock_error": true,
            "language_regex": "^[^.]+$",
            "variant_regex": "",
            "addons": [
                "https://hive.bgforge.net/api/addons/47/?format=api"
            ],
            "is_glossary": false,
            "glossary_color": "silver"
        },
        {
            "name": "Infinity Engine",
            "slug": "glossary",
            "id": 23,
            "source_language": {
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 66,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "web_url": "https://hive.bgforge.net/languages/en/",
                "url": "https://hive.bgforge.net/api/languages/en/?format=api",
                "statistics_url": "https://hive.bgforge.net/api/languages/en/statistics/?format=api"
            },
            "vcs": "local",
            "repo": "local:",
            "git_export": "https://hive.bgforge.net/git/infinity-engine/glossary/",
            "branch": "main",
            "push_branch": "",
            "filemask": "*.tbx",
            "template": "",
            "edit_template": true,
            "intermediate": "",
            "new_base": "",
            "file_format": "tbx",
            "license": "CC-BY-NC-SA-4.0",
            "license_url": "https://spdx.org/licenses/CC-BY-NC-SA-4.0.html",
            "agreement": "",
            "web_url": "https://hive.bgforge.net/projects/infinity-engine/glossary/",
            "url": "https://hive.bgforge.net/api/components/infinity-engine/glossary/?format=api",
            "repository_url": "https://hive.bgforge.net/api/components/infinity-engine/glossary/repository/?format=api",
            "translations_url": "https://hive.bgforge.net/api/components/infinity-engine/glossary/translations/?format=api",
            "statistics_url": "https://hive.bgforge.net/api/components/infinity-engine/glossary/statistics/?format=api",
            "lock_url": "https://hive.bgforge.net/api/components/infinity-engine/glossary/lock/?format=api",
            "links_url": "https://hive.bgforge.net/api/components/infinity-engine/glossary/links/?format=api",
            "changes_list_url": "https://hive.bgforge.net/api/components/infinity-engine/glossary/changes/?format=api",
            "task_url": null,
            "new_lang": "none",
            "language_code_style": "",
            "push": "",
            "check_flags": "",
            "priority": 100,
            "enforced_checks": [],
            "restricted": false,
            "repoweb": "",
            "report_source_bugs": "",
            "merge_style": "rebase",
            "commit_message": "Translated using {{ site_title }} ({{ 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 {{ site_title }} ({{ language_name }})",
            "delete_message": "Deleted translation using {{ site_title }} ({{ language_name }})",
            "merge_message": "Merge branch '{{ component_remote_branch }}' into {{ site_title }}.",
            "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in {{ site_title }}.\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": 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"
        }
    ]
}