Translation components API.

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

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

{
    "count": 7,
    "next": null,
    "previous": null,
    "results": [
        {
            "name": "scummvm",
            "slug": "scummvm",
            "id": 1,
            "source_language": {
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 55,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "eng"
                ],
                "direction": "ltr",
                "web_url": "https://translations.scummvm.org/languages/en/",
                "url": "https://translations.scummvm.org/api/languages/en/?format=api",
                "statistics_url": "https://translations.scummvm.org/api/languages/en/statistics/?format=api"
            },
            "project": {
                "name": "ScummVM",
                "slug": "scummvm",
                "id": 1,
                "web": "https://www.scummvm.org/",
                "web_url": "https://translations.scummvm.org/projects/scummvm/",
                "url": "https://translations.scummvm.org/api/projects/scummvm/?format=api",
                "components_list_url": "https://translations.scummvm.org/api/projects/scummvm/components/?format=api",
                "repository_url": "https://translations.scummvm.org/api/projects/scummvm/repository/?format=api",
                "statistics_url": "https://translations.scummvm.org/api/projects/scummvm/statistics/?format=api",
                "changes_list_url": "https://translations.scummvm.org/api/projects/scummvm/changes/?format=api",
                "languages_url": "https://translations.scummvm.org/api/projects/scummvm/languages/?format=api",
                "translation_review": false,
                "source_review": false,
                "set_language_team": true,
                "instructions": "http://wiki.scummvm.org/index.php/HOWTO-Translate_ScummVM_GUI",
                "mail": "scummvm-devel@lists.scummvm.org",
                "enable_hooks": true,
                "language_aliases": ""
            },
            "vcs": "git",
            "repo": "https://github.com/scummvm/scummvm",
            "git_export": "https://translations.scummvm.org/git/scummvm/scummvm/",
            "branch": "master",
            "push_branch": "",
            "filemask": "po/*.po",
            "template": "",
            "edit_template": false,
            "intermediate": "",
            "new_base": "po/scummvm.pot",
            "file_format": "po",
            "license": "GPL-3.0-or-later",
            "license_url": "https://www.gnu.org/licenses/gpl-3.0-standalone.html",
            "agreement": "",
            "web_url": "https://translations.scummvm.org/projects/scummvm/scummvm/",
            "url": "https://translations.scummvm.org/api/components/scummvm/scummvm/?format=api",
            "repository_url": "https://translations.scummvm.org/api/components/scummvm/scummvm/repository/?format=api",
            "translations_url": "https://translations.scummvm.org/api/components/scummvm/scummvm/translations/?format=api",
            "statistics_url": "https://translations.scummvm.org/api/components/scummvm/scummvm/statistics/?format=api",
            "lock_url": "https://translations.scummvm.org/api/components/scummvm/scummvm/lock/?format=api",
            "changes_list_url": "https://translations.scummvm.org/api/components/scummvm/scummvm/changes/?format=api",
            "task_url": null,
            "new_lang": "add",
            "language_code_style": "",
            "push": "https://github.com/scummvm/scummvm.git",
            "check_flags": "ignore-same,ignore-ellipsis",
            "priority": 100,
            "enforced_checks": "[]",
            "restricted": false,
            "repoweb": "https://github.com/scummvm/scummvm/blob/{{branch}}/{{filename}}#L{{line}}",
            "report_source_bugs": "scummvm-devel@lists.scummvm.org",
            "merge_style": "rebase",
            "commit_message": "I18N: Update translation ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)",
            "add_message": "I18N: Add translation ({{ language_name }})",
            "delete_message": "I18N: Deleted translation ({{ language_name }})",
            "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
            "addon_message": "I18N: 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 }}",
            "allow_translation_propagation": true,
            "enable_suggestions": true,
            "suggestion_voting": true,
            "suggestion_autoaccept": 0,
            "push_on_commit": true,
            "commit_pending_age": 6,
            "auto_lock_error": true,
            "language_regex": "^[^.]+$",
            "variant_regex": ""
        },
        {
            "name": "Strings",
            "slug": "strings",
            "id": 7,
            "source_language": {
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 55,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "eng"
                ],
                "direction": "ltr",
                "web_url": "https://translations.scummvm.org/languages/en/",
                "url": "https://translations.scummvm.org/api/languages/en/?format=api",
                "statistics_url": "https://translations.scummvm.org/api/languages/en/statistics/?format=api"
            },
            "project": {
                "name": "ScummVM Website",
                "slug": "scummvm-website",
                "id": 4,
                "web": "https://www.scummvm.org",
                "web_url": "https://translations.scummvm.org/projects/scummvm-website/",
                "url": "https://translations.scummvm.org/api/projects/scummvm-website/?format=api",
                "components_list_url": "https://translations.scummvm.org/api/projects/scummvm-website/components/?format=api",
                "repository_url": "https://translations.scummvm.org/api/projects/scummvm-website/repository/?format=api",
                "statistics_url": "https://translations.scummvm.org/api/projects/scummvm-website/statistics/?format=api",
                "changes_list_url": "https://translations.scummvm.org/api/projects/scummvm-website/changes/?format=api",
                "languages_url": "https://translations.scummvm.org/api/projects/scummvm-website/languages/?format=api",
                "translation_review": false,
                "source_review": false,
                "set_language_team": true,
                "instructions": "",
                "mail": "",
                "enable_hooks": true,
                "language_aliases": ""
            },
            "vcs": null,
            "repo": null,
            "git_export": "https://translations.scummvm.org/git/scummvm-website/strings/",
            "branch": null,
            "push_branch": "",
            "filemask": null,
            "template": "data/en/strings.json",
            "edit_template": false,
            "intermediate": "",
            "new_base": "data/en/strings.json",
            "file_format": "json",
            "license": "GPL-3.0-or-later",
            "license_url": "https://www.gnu.org/licenses/gpl-3.0-standalone.html",
            "agreement": "",
            "web_url": "https://translations.scummvm.org/projects/scummvm-website/strings/",
            "url": "https://translations.scummvm.org/api/components/scummvm-website/strings/?format=api",
            "repository_url": "https://translations.scummvm.org/api/components/scummvm-website/strings/repository/?format=api",
            "translations_url": "https://translations.scummvm.org/api/components/scummvm-website/strings/translations/?format=api",
            "statistics_url": "https://translations.scummvm.org/api/components/scummvm-website/strings/statistics/?format=api",
            "lock_url": "https://translations.scummvm.org/api/components/scummvm-website/strings/lock/?format=api",
            "changes_list_url": "https://translations.scummvm.org/api/components/scummvm-website/strings/changes/?format=api",
            "task_url": null,
            "new_lang": "add",
            "language_code_style": "bcp",
            "push": null,
            "check_flags": "ignore-same,ignore-ellipsis",
            "priority": 100,
            "enforced_checks": "[]",
            "restricted": false,
            "repoweb": "https://github.com/scummvm/scummvm-web/blob/{{branch}}/{{filename}}#L{{line}}",
            "report_source_bugs": "",
            "merge_style": "rebase",
            "commit_message": "L10N: Update translation ({{ language_name }}) ({{ component_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)",
            "add_message": "L10N: Add translation ({{ language_name }}) ({{ component_name }})",
            "delete_message": "L10N: Deleted translation ({{ language_name }}) ({{ component_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 }}",
            "allow_translation_propagation": true,
            "enable_suggestions": true,
            "suggestion_voting": true,
            "suggestion_autoaccept": 0,
            "push_on_commit": true,
            "commit_pending_age": 6,
            "auto_lock_error": true,
            "language_regex": "^[^.]+$",
            "variant_regex": ""
        },
        {
            "name": "News",
            "slug": "news",
            "id": 8,
            "source_language": {
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 55,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "eng"
                ],
                "direction": "ltr",
                "web_url": "https://translations.scummvm.org/languages/en/",
                "url": "https://translations.scummvm.org/api/languages/en/?format=api",
                "statistics_url": "https://translations.scummvm.org/api/languages/en/statistics/?format=api"
            },
            "project": {
                "name": "ScummVM Website",
                "slug": "scummvm-website",
                "id": 4,
                "web": "https://www.scummvm.org",
                "web_url": "https://translations.scummvm.org/projects/scummvm-website/",
                "url": "https://translations.scummvm.org/api/projects/scummvm-website/?format=api",
                "components_list_url": "https://translations.scummvm.org/api/projects/scummvm-website/components/?format=api",
                "repository_url": "https://translations.scummvm.org/api/projects/scummvm-website/repository/?format=api",
                "statistics_url": "https://translations.scummvm.org/api/projects/scummvm-website/statistics/?format=api",
                "changes_list_url": "https://translations.scummvm.org/api/projects/scummvm-website/changes/?format=api",
                "languages_url": "https://translations.scummvm.org/api/projects/scummvm-website/languages/?format=api",
                "translation_review": false,
                "source_review": false,
                "set_language_team": true,
                "instructions": "",
                "mail": "",
                "enable_hooks": true,
                "language_aliases": ""
            },
            "vcs": null,
            "repo": null,
            "git_export": "https://translations.scummvm.org/git/scummvm-website/news/",
            "branch": null,
            "push_branch": "",
            "filemask": null,
            "template": "data/en/news.json",
            "edit_template": false,
            "intermediate": "",
            "new_base": "data/en/news.json",
            "file_format": "json-nested",
            "license": "GPL-3.0-or-later",
            "license_url": "https://www.gnu.org/licenses/gpl-3.0-standalone.html",
            "agreement": "",
            "web_url": "https://translations.scummvm.org/projects/scummvm-website/news/",
            "url": "https://translations.scummvm.org/api/components/scummvm-website/news/?format=api",
            "repository_url": "https://translations.scummvm.org/api/components/scummvm-website/news/repository/?format=api",
            "translations_url": "https://translations.scummvm.org/api/components/scummvm-website/news/translations/?format=api",
            "statistics_url": "https://translations.scummvm.org/api/components/scummvm-website/news/statistics/?format=api",
            "lock_url": "https://translations.scummvm.org/api/components/scummvm-website/news/lock/?format=api",
            "changes_list_url": "https://translations.scummvm.org/api/components/scummvm-website/news/changes/?format=api",
            "task_url": null,
            "new_lang": "add",
            "language_code_style": "bcp",
            "push": null,
            "check_flags": "ignore-same,ignore-ellipsis",
            "priority": 100,
            "enforced_checks": "[]",
            "restricted": false,
            "repoweb": "https://github.com/scummvm/scummvm-web/blob/{{branch}}/{{filename}}#L{{line}}",
            "report_source_bugs": "",
            "merge_style": "rebase",
            "commit_message": "L10N: Update translation ({{ language_name }}) ({{ component_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)",
            "add_message": "L10N: Add translation ({{ language_name }}) ({{ component_name }})",
            "delete_message": "L10N: Deleted translation ({{ language_name }}) ({{ component_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 }}",
            "allow_translation_propagation": true,
            "enable_suggestions": true,
            "suggestion_voting": true,
            "suggestion_autoaccept": 0,
            "push_on_commit": true,
            "commit_pending_age": 6,
            "auto_lock_error": true,
            "language_regex": "^[^.]+$",
            "variant_regex": ""
        },
        {
            "name": "Mission Supernova - Episode 1",
            "slug": "msn",
            "id": 17,
            "source_language": {
                "code": "de",
                "name": "German",
                "plural": {
                    "id": 77,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "deu",
                    "ger"
                ],
                "direction": "ltr",
                "web_url": "https://translations.scummvm.org/languages/de/",
                "url": "https://translations.scummvm.org/api/languages/de/?format=api",
                "statistics_url": "https://translations.scummvm.org/api/languages/de/statistics/?format=api"
            },
            "project": {
                "name": "Mission Supernova",
                "slug": "mission-supernova",
                "id": 7,
                "web": "https://github.com/scummvm/game-translations",
                "web_url": "https://translations.scummvm.org/projects/mission-supernova/",
                "url": "https://translations.scummvm.org/api/projects/mission-supernova/?format=api",
                "components_list_url": "https://translations.scummvm.org/api/projects/mission-supernova/components/?format=api",
                "repository_url": "https://translations.scummvm.org/api/projects/mission-supernova/repository/?format=api",
                "statistics_url": "https://translations.scummvm.org/api/projects/mission-supernova/statistics/?format=api",
                "changes_list_url": "https://translations.scummvm.org/api/projects/mission-supernova/changes/?format=api",
                "languages_url": "https://translations.scummvm.org/api/projects/mission-supernova/languages/?format=api",
                "translation_review": false,
                "source_review": false,
                "set_language_team": true,
                "instructions": "",
                "mail": "",
                "enable_hooks": true,
                "language_aliases": ""
            },
            "vcs": "git",
            "repo": "https://github.com/scummvm/game-translations",
            "git_export": "https://translations.scummvm.org/git/mission-supernova/msn/",
            "branch": "mission-supernova",
            "push_branch": "",
            "filemask": "*.po",
            "template": "",
            "edit_template": true,
            "intermediate": "",
            "new_base": "msn.pot",
            "file_format": "po",
            "license": "GPL-3.0-or-later",
            "license_url": "https://www.gnu.org/licenses/gpl-3.0-standalone.html",
            "agreement": "",
            "web_url": "https://translations.scummvm.org/projects/mission-supernova/msn/",
            "url": "https://translations.scummvm.org/api/components/mission-supernova/msn/?format=api",
            "repository_url": "https://translations.scummvm.org/api/components/mission-supernova/msn/repository/?format=api",
            "translations_url": "https://translations.scummvm.org/api/components/mission-supernova/msn/translations/?format=api",
            "statistics_url": "https://translations.scummvm.org/api/components/mission-supernova/msn/statistics/?format=api",
            "lock_url": "https://translations.scummvm.org/api/components/mission-supernova/msn/lock/?format=api",
            "changes_list_url": "https://translations.scummvm.org/api/components/mission-supernova/msn/changes/?format=api",
            "task_url": null,
            "new_lang": "add",
            "language_code_style": "",
            "push": "https://github.com/scummvm/game-translations.git",
            "check_flags": "ignore-same,ignore-ellipsis",
            "priority": 100,
            "enforced_checks": "[]",
            "restricted": false,
            "repoweb": "",
            "report_source_bugs": "scummvm-devel@lists.scummvm.org",
            "merge_style": "rebase",
            "commit_message": "MSN: Update translation ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)",
            "add_message": "MSN: Add translation ({{ language_name }})",
            "delete_message": "MSN: Remove translation ({{ 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 }}",
            "allow_translation_propagation": true,
            "enable_suggestions": true,
            "suggestion_voting": true,
            "suggestion_autoaccept": 0,
            "push_on_commit": true,
            "commit_pending_age": 24,
            "auto_lock_error": true,
            "language_regex": "^[^.]+$",
            "variant_regex": ""
        },
        {
            "name": "Mission Supernova - Episode 2",
            "slug": "ms2",
            "id": 18,
            "source_language": {
                "code": "de",
                "name": "German",
                "plural": {
                    "id": 77,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "deu",
                    "ger"
                ],
                "direction": "ltr",
                "web_url": "https://translations.scummvm.org/languages/de/",
                "url": "https://translations.scummvm.org/api/languages/de/?format=api",
                "statistics_url": "https://translations.scummvm.org/api/languages/de/statistics/?format=api"
            },
            "project": {
                "name": "Mission Supernova",
                "slug": "mission-supernova",
                "id": 7,
                "web": "https://github.com/scummvm/game-translations",
                "web_url": "https://translations.scummvm.org/projects/mission-supernova/",
                "url": "https://translations.scummvm.org/api/projects/mission-supernova/?format=api",
                "components_list_url": "https://translations.scummvm.org/api/projects/mission-supernova/components/?format=api",
                "repository_url": "https://translations.scummvm.org/api/projects/mission-supernova/repository/?format=api",
                "statistics_url": "https://translations.scummvm.org/api/projects/mission-supernova/statistics/?format=api",
                "changes_list_url": "https://translations.scummvm.org/api/projects/mission-supernova/changes/?format=api",
                "languages_url": "https://translations.scummvm.org/api/projects/mission-supernova/languages/?format=api",
                "translation_review": false,
                "source_review": false,
                "set_language_team": true,
                "instructions": "",
                "mail": "",
                "enable_hooks": true,
                "language_aliases": ""
            },
            "vcs": "git",
            "repo": "https://github.com/scummvm/game-translations",
            "git_export": "https://translations.scummvm.org/git/mission-supernova/ms2/",
            "branch": "mission-supernova-2",
            "push_branch": "",
            "filemask": "*.po",
            "template": "",
            "edit_template": true,
            "intermediate": "",
            "new_base": "ms2.pot",
            "file_format": "po",
            "license": "GPL-3.0-or-later",
            "license_url": "https://www.gnu.org/licenses/gpl-3.0-standalone.html",
            "agreement": "",
            "web_url": "https://translations.scummvm.org/projects/mission-supernova/ms2/",
            "url": "https://translations.scummvm.org/api/components/mission-supernova/ms2/?format=api",
            "repository_url": "https://translations.scummvm.org/api/components/mission-supernova/ms2/repository/?format=api",
            "translations_url": "https://translations.scummvm.org/api/components/mission-supernova/ms2/translations/?format=api",
            "statistics_url": "https://translations.scummvm.org/api/components/mission-supernova/ms2/statistics/?format=api",
            "lock_url": "https://translations.scummvm.org/api/components/mission-supernova/ms2/lock/?format=api",
            "changes_list_url": "https://translations.scummvm.org/api/components/mission-supernova/ms2/changes/?format=api",
            "task_url": null,
            "new_lang": "add",
            "language_code_style": "",
            "push": "https://github.com/scummvm/game-translations.git",
            "check_flags": "ignore-same,ignore-ellipsis",
            "priority": 100,
            "enforced_checks": "[]",
            "restricted": false,
            "repoweb": "",
            "report_source_bugs": "scummvm-devel@lists.scummvm.org",
            "merge_style": "rebase",
            "commit_message": "MS2: Update translation ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)",
            "add_message": "MS2: Add translation ({{ language_name }})",
            "delete_message": "MS2: Remove translation ({{ 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 }}",
            "allow_translation_propagation": true,
            "enable_suggestions": true,
            "suggestion_voting": true,
            "suggestion_autoaccept": 0,
            "push_on_commit": true,
            "commit_pending_age": 24,
            "auto_lock_error": true,
            "language_regex": "^[^.]+$",
            "variant_regex": ""
        },
        {
            "name": "The Prince and the Coward",
            "slug": "prince",
            "id": 19,
            "source_language": {
                "code": "pl",
                "name": "Polish",
                "plural": {
                    "id": 151,
                    "source": 0,
                    "number": 3,
                    "formula": "n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2",
                    "type": 2
                },
                "aliases": [
                    "pol"
                ],
                "direction": "ltr",
                "web_url": "https://translations.scummvm.org/languages/pl/",
                "url": "https://translations.scummvm.org/api/languages/pl/?format=api",
                "statistics_url": "https://translations.scummvm.org/api/languages/pl/statistics/?format=api"
            },
            "project": {
                "name": "Prince",
                "slug": "prince",
                "id": 8,
                "web": "https://github.com/scummvm/game-translations",
                "web_url": "https://translations.scummvm.org/projects/prince/",
                "url": "https://translations.scummvm.org/api/projects/prince/?format=api",
                "components_list_url": "https://translations.scummvm.org/api/projects/prince/components/?format=api",
                "repository_url": "https://translations.scummvm.org/api/projects/prince/repository/?format=api",
                "statistics_url": "https://translations.scummvm.org/api/projects/prince/statistics/?format=api",
                "changes_list_url": "https://translations.scummvm.org/api/projects/prince/changes/?format=api",
                "languages_url": "https://translations.scummvm.org/api/projects/prince/languages/?format=api",
                "translation_review": false,
                "source_review": false,
                "set_language_team": true,
                "instructions": "",
                "mail": "",
                "enable_hooks": true,
                "language_aliases": ""
            },
            "vcs": "git",
            "repo": "https://github.com/scummvm/game-translations",
            "git_export": "https://translations.scummvm.org/git/prince/prince/",
            "branch": "prince-and-the-coward",
            "push_branch": "",
            "filemask": "*.po",
            "template": "",
            "edit_template": true,
            "intermediate": "",
            "new_base": "prince.pot",
            "file_format": "po",
            "license": "GPL-3.0-or-later",
            "license_url": "https://www.gnu.org/licenses/gpl-3.0-standalone.html",
            "agreement": "",
            "web_url": "https://translations.scummvm.org/projects/prince/prince/",
            "url": "https://translations.scummvm.org/api/components/prince/prince/?format=api",
            "repository_url": "https://translations.scummvm.org/api/components/prince/prince/repository/?format=api",
            "translations_url": "https://translations.scummvm.org/api/components/prince/prince/translations/?format=api",
            "statistics_url": "https://translations.scummvm.org/api/components/prince/prince/statistics/?format=api",
            "lock_url": "https://translations.scummvm.org/api/components/prince/prince/lock/?format=api",
            "changes_list_url": "https://translations.scummvm.org/api/components/prince/prince/changes/?format=api",
            "task_url": null,
            "new_lang": "add",
            "language_code_style": "",
            "push": "https://github.com/scummvm/game-translations.git",
            "check_flags": "ignore-same,ignore-ellipsis,ignore-end-ellipsis",
            "priority": 100,
            "enforced_checks": "[]",
            "restricted": false,
            "repoweb": "",
            "report_source_bugs": "scummvm-devel@lists.scummvm.org",
            "merge_style": "rebase",
            "commit_message": "PRINCE: I18N: Update translation ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)",
            "add_message": "PRINCE: I18N: Add translation ({{ language_name }})",
            "delete_message": "PRINCE: I18N: Deleted translation ({{ 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 }}",
            "allow_translation_propagation": true,
            "enable_suggestions": true,
            "suggestion_voting": true,
            "suggestion_autoaccept": 0,
            "push_on_commit": true,
            "commit_pending_age": 24,
            "auto_lock_error": true,
            "language_regex": "^[^.]+$",
            "variant_regex": ""
        },
        {
            "name": "Red Comrades 1: Save the Galaxy",
            "slug": "petka1",
            "id": 21,
            "source_language": {
                "code": "ru",
                "name": "Russian",
                "plural": {
                    "id": 159,
                    "source": 0,
                    "number": 3,
                    "formula": "n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2",
                    "type": 2
                },
                "aliases": [
                    "ru_r",
                    "ru_rr",
                    "rus"
                ],
                "direction": "ltr",
                "web_url": "https://translations.scummvm.org/languages/ru/",
                "url": "https://translations.scummvm.org/api/languages/ru/?format=api",
                "statistics_url": "https://translations.scummvm.org/api/languages/ru/statistics/?format=api"
            },
            "project": {
                "name": "Petka",
                "slug": "petka",
                "id": 9,
                "web": "https://github.com/scummvm/game-translations",
                "web_url": "https://translations.scummvm.org/projects/petka/",
                "url": "https://translations.scummvm.org/api/projects/petka/?format=api",
                "components_list_url": "https://translations.scummvm.org/api/projects/petka/components/?format=api",
                "repository_url": "https://translations.scummvm.org/api/projects/petka/repository/?format=api",
                "statistics_url": "https://translations.scummvm.org/api/projects/petka/statistics/?format=api",
                "changes_list_url": "https://translations.scummvm.org/api/projects/petka/changes/?format=api",
                "languages_url": "https://translations.scummvm.org/api/projects/petka/languages/?format=api",
                "translation_review": false,
                "source_review": false,
                "set_language_team": true,
                "instructions": "",
                "mail": "",
                "enable_hooks": true,
                "language_aliases": ""
            },
            "vcs": "git",
            "repo": "https://github.com/scummvm/game-translations",
            "git_export": "https://translations.scummvm.org/git/petka/petka1/",
            "branch": "petka1",
            "push_branch": "",
            "filemask": "*.po",
            "template": "",
            "edit_template": true,
            "intermediate": "",
            "new_base": "petka1.pot",
            "file_format": "po",
            "license": "GPL-3.0-or-later",
            "license_url": "https://www.gnu.org/licenses/gpl-3.0-standalone.html",
            "agreement": "",
            "web_url": "https://translations.scummvm.org/projects/petka/petka1/",
            "url": "https://translations.scummvm.org/api/components/petka/petka1/?format=api",
            "repository_url": "https://translations.scummvm.org/api/components/petka/petka1/repository/?format=api",
            "translations_url": "https://translations.scummvm.org/api/components/petka/petka1/translations/?format=api",
            "statistics_url": "https://translations.scummvm.org/api/components/petka/petka1/statistics/?format=api",
            "lock_url": "https://translations.scummvm.org/api/components/petka/petka1/lock/?format=api",
            "changes_list_url": "https://translations.scummvm.org/api/components/petka/petka1/changes/?format=api",
            "task_url": null,
            "new_lang": "add",
            "language_code_style": "",
            "push": "https://github.com/scummvm/game-translations",
            "check_flags": "ignore-ellipsis",
            "priority": 100,
            "enforced_checks": "[]",
            "restricted": false,
            "repoweb": "",
            "report_source_bugs": "",
            "merge_style": "rebase",
            "commit_message": "PETKA1: I18N: Update translation ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)",
            "add_message": "PETKA1: I18N: Added translation using Weblate ({{ language_name }})",
            "delete_message": "PETKA1: I18N: Deleted translation using Weblate ({{ language_name }})",
            "merge_message": "PETKA1: I18N: Merge branch '{{ component_remote_branch }}' into Weblate.",
            "addon_message": "PETKA1: I18N: 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 }}",
            "allow_translation_propagation": 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": ""
        }
    ]
}