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": 17,
    "next": null,
    "previous": null,
    "results": [
        {
            "name": "Test1",
            "slug": "test1",
            "id": 1,
            "source_language": {
                "id": 141,
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 141,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485517,
                "web_url": "https://translate.harmony.tf/languages/en/",
                "url": "https://translate.harmony.tf/api/languages/en/?format=api",
                "statistics_url": "https://translate.harmony.tf/api/languages/en/statistics/?format=api"
            },
            "project": {
                "name": "Test",
                "slug": "test",
                "id": 2,
                "web": "https://example.com/",
                "web_url": "https://translate.harmony.tf/projects/test/",
                "url": "https://translate.harmony.tf/api/projects/test/?format=api",
                "components_list_url": "https://translate.harmony.tf/api/projects/test/components/?format=api",
                "repository_url": "https://translate.harmony.tf/api/projects/test/repository/?format=api",
                "statistics_url": "https://translate.harmony.tf/api/projects/test/statistics/?format=api",
                "categories_url": "https://translate.harmony.tf/api/projects/test/categories/?format=api",
                "changes_list_url": "https://translate.harmony.tf/api/projects/test/changes/?format=api",
                "languages_url": "https://translate.harmony.tf/api/projects/test/languages/?format=api",
                "labels_url": "https://translate.harmony.tf/api/projects/test/labels/?format=api",
                "translation_review": false,
                "source_review": false,
                "set_language_team": true,
                "instructions": "It's just a test",
                "enable_hooks": true,
                "language_aliases": ""
            },
            "vcs": "local",
            "repo": "local:",
            "git_export": "https://translate.harmony.tf/git/test/test1/",
            "branch": "main",
            "push_branch": "",
            "filemask": "*.json",
            "screenshot_filemask": "",
            "template": "en.json",
            "edit_template": true,
            "intermediate": "",
            "new_base": "",
            "file_format": "json",
            "license": "",
            "license_url": null,
            "agreement": "",
            "web_url": "https://translate.harmony.tf/projects/test/test1/",
            "url": "https://translate.harmony.tf/api/components/test/test1/?format=api",
            "repository_url": "https://translate.harmony.tf/api/components/test/test1/repository/?format=api",
            "translations_url": "https://translate.harmony.tf/api/components/test/test1/translations/?format=api",
            "statistics_url": "https://translate.harmony.tf/api/components/test/test1/statistics/?format=api",
            "lock_url": "https://translate.harmony.tf/api/components/test/test1/lock/?format=api",
            "links_url": "https://translate.harmony.tf/api/components/test/test1/links/?format=api",
            "changes_list_url": "https://translate.harmony.tf/api/components/test/test1/changes/?format=api",
            "task_url": null,
            "new_lang": "add",
            "language_code_style": "",
            "push": "",
            "check_flags": "",
            "priority": 100,
            "enforced_checks": [],
            "restricted": false,
            "repoweb": "",
            "report_source_bugs": "",
            "merge_style": "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": [],
            "is_glossary": false,
            "glossary_color": "silver",
            "category": null,
            "linked_component": null
        },
        {
            "name": "Test",
            "slug": "glossary",
            "id": 2,
            "source_language": {
                "id": 141,
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 141,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485517,
                "web_url": "https://translate.harmony.tf/languages/en/",
                "url": "https://translate.harmony.tf/api/languages/en/?format=api",
                "statistics_url": "https://translate.harmony.tf/api/languages/en/statistics/?format=api"
            },
            "project": {
                "name": "Test",
                "slug": "test",
                "id": 2,
                "web": "https://example.com/",
                "web_url": "https://translate.harmony.tf/projects/test/",
                "url": "https://translate.harmony.tf/api/projects/test/?format=api",
                "components_list_url": "https://translate.harmony.tf/api/projects/test/components/?format=api",
                "repository_url": "https://translate.harmony.tf/api/projects/test/repository/?format=api",
                "statistics_url": "https://translate.harmony.tf/api/projects/test/statistics/?format=api",
                "categories_url": "https://translate.harmony.tf/api/projects/test/categories/?format=api",
                "changes_list_url": "https://translate.harmony.tf/api/projects/test/changes/?format=api",
                "languages_url": "https://translate.harmony.tf/api/projects/test/languages/?format=api",
                "labels_url": "https://translate.harmony.tf/api/projects/test/labels/?format=api",
                "translation_review": false,
                "source_review": false,
                "set_language_team": true,
                "instructions": "It's just a test",
                "enable_hooks": true,
                "language_aliases": ""
            },
            "vcs": "local",
            "repo": "local:",
            "git_export": "https://translate.harmony.tf/git/test/glossary/",
            "branch": "main",
            "push_branch": "",
            "filemask": "*.tbx",
            "screenshot_filemask": "",
            "template": "",
            "edit_template": true,
            "intermediate": "",
            "new_base": "",
            "file_format": "tbx",
            "license": "",
            "license_url": null,
            "agreement": "",
            "web_url": "https://translate.harmony.tf/projects/test/glossary/",
            "url": "https://translate.harmony.tf/api/components/test/glossary/?format=api",
            "repository_url": "https://translate.harmony.tf/api/components/test/glossary/repository/?format=api",
            "translations_url": "https://translate.harmony.tf/api/components/test/glossary/translations/?format=api",
            "statistics_url": "https://translate.harmony.tf/api/components/test/glossary/statistics/?format=api",
            "lock_url": "https://translate.harmony.tf/api/components/test/glossary/lock/?format=api",
            "links_url": "https://translate.harmony.tf/api/components/test/glossary/links/?format=api",
            "changes_list_url": "https://translate.harmony.tf/api/components/test/glossary/changes/?format=api",
            "task_url": null,
            "new_lang": "none",
            "language_code_style": "",
            "push": "",
            "check_flags": "",
            "priority": 100,
            "enforced_checks": [],
            "restricted": false,
            "repoweb": "",
            "report_source_bugs": "",
            "merge_style": "rebase",
            "commit_message": "Translated using Weblate ({{ language_name }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
            "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
            "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
            "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
            "addon_message": "Update translation files\n\nUpdated by \"{{ addon_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
            "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
            "allow_translation_propagation": false,
            "manage_units": true,
            "enable_suggestions": true,
            "suggestion_voting": false,
            "suggestion_autoaccept": 0,
            "push_on_commit": true,
            "commit_pending_age": 24,
            "auto_lock_error": true,
            "language_regex": "^[^.]+$",
            "variant_regex": "",
            "addons": [],
            "is_glossary": true,
            "glossary_color": "silver",
            "category": null,
            "linked_component": null
        },
        {
            "name": "Test-git",
            "slug": "test-git",
            "id": 3,
            "source_language": {
                "id": 141,
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 141,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485517,
                "web_url": "https://translate.harmony.tf/languages/en/",
                "url": "https://translate.harmony.tf/api/languages/en/?format=api",
                "statistics_url": "https://translate.harmony.tf/api/languages/en/statistics/?format=api"
            },
            "project": {
                "name": "Test",
                "slug": "test",
                "id": 2,
                "web": "https://example.com/",
                "web_url": "https://translate.harmony.tf/projects/test/",
                "url": "https://translate.harmony.tf/api/projects/test/?format=api",
                "components_list_url": "https://translate.harmony.tf/api/projects/test/components/?format=api",
                "repository_url": "https://translate.harmony.tf/api/projects/test/repository/?format=api",
                "statistics_url": "https://translate.harmony.tf/api/projects/test/statistics/?format=api",
                "categories_url": "https://translate.harmony.tf/api/projects/test/categories/?format=api",
                "changes_list_url": "https://translate.harmony.tf/api/projects/test/changes/?format=api",
                "languages_url": "https://translate.harmony.tf/api/projects/test/languages/?format=api",
                "labels_url": "https://translate.harmony.tf/api/projects/test/labels/?format=api",
                "translation_review": false,
                "source_review": false,
                "set_language_team": true,
                "instructions": "It's just a test",
                "enable_hooks": true,
                "language_aliases": ""
            },
            "vcs": "git",
            "repo": "[email protected]:harmony-tf/translation-test.git",
            "git_export": "https://translate.harmony.tf/git/test/test-git/",
            "branch": "master",
            "push_branch": "",
            "filemask": "translations_*.yaml",
            "screenshot_filemask": "",
            "template": "translations_english.yaml",
            "edit_template": true,
            "intermediate": "",
            "new_base": "translations_english.yaml",
            "file_format": "yaml",
            "license": "",
            "license_url": null,
            "agreement": "",
            "web_url": "https://translate.harmony.tf/projects/test/test-git/",
            "url": "https://translate.harmony.tf/api/components/test/test-git/?format=api",
            "repository_url": "https://translate.harmony.tf/api/components/test/test-git/repository/?format=api",
            "translations_url": "https://translate.harmony.tf/api/components/test/test-git/translations/?format=api",
            "statistics_url": "https://translate.harmony.tf/api/components/test/test-git/statistics/?format=api",
            "lock_url": "https://translate.harmony.tf/api/components/test/test-git/lock/?format=api",
            "links_url": "https://translate.harmony.tf/api/components/test/test-git/links/?format=api",
            "changes_list_url": "https://translate.harmony.tf/api/components/test/test-git/changes/?format=api",
            "task_url": null,
            "new_lang": "contact",
            "language_code_style": "",
            "push": "[email protected]:harmony-tf/translation-test.git",
            "check_flags": "",
            "priority": 100,
            "enforced_checks": [],
            "restricted": false,
            "repoweb": "",
            "report_source_bugs": "",
            "merge_style": "rebase",
            "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
            "add_message": "Added translation using Weblate ({{ language_name }})",
            "delete_message": "Deleted translation using Weblate ({{ language_name }})",
            "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
            "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
            "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
            "allow_translation_propagation": 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://translate.harmony.tf/api/addons/5/?format=api",
                "https://translate.harmony.tf/api/addons/6/?format=api",
                "https://translate.harmony.tf/api/addons/2/?format=api",
                "https://translate.harmony.tf/api/addons/4/?format=api"
            ],
            "is_glossary": false,
            "glossary_color": "silver",
            "category": null,
            "linked_component": null
        },
        {
            "name": "Test Java Properties 2",
            "slug": "test-java-properties-2",
            "id": 5,
            "source_language": {
                "id": 141,
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 141,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485517,
                "web_url": "https://translate.harmony.tf/languages/en/",
                "url": "https://translate.harmony.tf/api/languages/en/?format=api",
                "statistics_url": "https://translate.harmony.tf/api/languages/en/statistics/?format=api"
            },
            "project": {
                "name": "Test",
                "slug": "test",
                "id": 2,
                "web": "https://example.com/",
                "web_url": "https://translate.harmony.tf/projects/test/",
                "url": "https://translate.harmony.tf/api/projects/test/?format=api",
                "components_list_url": "https://translate.harmony.tf/api/projects/test/components/?format=api",
                "repository_url": "https://translate.harmony.tf/api/projects/test/repository/?format=api",
                "statistics_url": "https://translate.harmony.tf/api/projects/test/statistics/?format=api",
                "categories_url": "https://translate.harmony.tf/api/projects/test/categories/?format=api",
                "changes_list_url": "https://translate.harmony.tf/api/projects/test/changes/?format=api",
                "languages_url": "https://translate.harmony.tf/api/projects/test/languages/?format=api",
                "labels_url": "https://translate.harmony.tf/api/projects/test/labels/?format=api",
                "translation_review": false,
                "source_review": false,
                "set_language_team": true,
                "instructions": "It's just a test",
                "enable_hooks": true,
                "language_aliases": ""
            },
            "vcs": "git",
            "repo": "[email protected]:harmony-tf/translation-test-java-properties.git",
            "git_export": "https://translate.harmony.tf/git/test/test-java-properties-2/",
            "branch": "main",
            "push_branch": "",
            "filemask": "*.properties",
            "screenshot_filemask": "",
            "template": "english.properties",
            "edit_template": true,
            "intermediate": "",
            "new_base": "",
            "file_format": "properties-utf8",
            "license": "",
            "license_url": null,
            "agreement": "",
            "web_url": "https://translate.harmony.tf/projects/test/test-java-properties-2/",
            "url": "https://translate.harmony.tf/api/components/test/test-java-properties-2/?format=api",
            "repository_url": "https://translate.harmony.tf/api/components/test/test-java-properties-2/repository/?format=api",
            "translations_url": "https://translate.harmony.tf/api/components/test/test-java-properties-2/translations/?format=api",
            "statistics_url": "https://translate.harmony.tf/api/components/test/test-java-properties-2/statistics/?format=api",
            "lock_url": "https://translate.harmony.tf/api/components/test/test-java-properties-2/lock/?format=api",
            "links_url": "https://translate.harmony.tf/api/components/test/test-java-properties-2/links/?format=api",
            "changes_list_url": "https://translate.harmony.tf/api/components/test/test-java-properties-2/changes/?format=api",
            "task_url": null,
            "new_lang": "contact",
            "language_code_style": "",
            "push": "[email protected]:harmony-tf/translation-test-java-properties.git",
            "check_flags": "",
            "priority": 100,
            "enforced_checks": [],
            "restricted": false,
            "repoweb": "",
            "report_source_bugs": "",
            "merge_style": "rebase",
            "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
            "add_message": "Added translation using Weblate ({{ language_name }})",
            "delete_message": "Deleted translation using Weblate ({{ language_name }})",
            "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
            "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
            "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
            "allow_translation_propagation": true,
            "manage_units": false,
            "enable_suggestions": true,
            "suggestion_voting": false,
            "suggestion_autoaccept": 0,
            "push_on_commit": true,
            "commit_pending_age": 24,
            "auto_lock_error": true,
            "language_regex": "^[^.]+$",
            "variant_regex": "",
            "addons": [
                "https://translate.harmony.tf/api/addons/7/?format=api"
            ],
            "is_glossary": false,
            "glossary_color": "silver",
            "category": null,
            "linked_component": null
        },
        {
            "name": "Translations",
            "slug": "translations",
            "id": 6,
            "source_language": {
                "id": 141,
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 141,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485517,
                "web_url": "https://translate.harmony.tf/languages/en/",
                "url": "https://translate.harmony.tf/api/languages/en/?format=api",
                "statistics_url": "https://translate.harmony.tf/api/languages/en/statistics/?format=api"
            },
            "project": {
                "name": "TFORevive Launcher",
                "slug": "tforevive-launcher",
                "id": 3,
                "web": "https://github.com/TFORevive/tforevive_launcher",
                "web_url": "https://translate.harmony.tf/projects/tforevive-launcher/",
                "url": "https://translate.harmony.tf/api/projects/tforevive-launcher/?format=api",
                "components_list_url": "https://translate.harmony.tf/api/projects/tforevive-launcher/components/?format=api",
                "repository_url": "https://translate.harmony.tf/api/projects/tforevive-launcher/repository/?format=api",
                "statistics_url": "https://translate.harmony.tf/api/projects/tforevive-launcher/statistics/?format=api",
                "categories_url": "https://translate.harmony.tf/api/projects/tforevive-launcher/categories/?format=api",
                "changes_list_url": "https://translate.harmony.tf/api/projects/tforevive-launcher/changes/?format=api",
                "languages_url": "https://translate.harmony.tf/api/projects/tforevive-launcher/languages/?format=api",
                "labels_url": "https://translate.harmony.tf/api/projects/tforevive-launcher/labels/?format=api",
                "translation_review": false,
                "source_review": false,
                "set_language_team": false,
                "instructions": "",
                "enable_hooks": true,
                "language_aliases": ""
            },
            "vcs": null,
            "repo": null,
            "git_export": "https://translate.harmony.tf/git/tforevive-launcher/translations/",
            "branch": null,
            "push_branch": "",
            "filemask": null,
            "screenshot_filemask": null,
            "template": "public/lang/en.json",
            "edit_template": true,
            "intermediate": "",
            "new_base": "",
            "file_format": "json",
            "license": "proprietary",
            "license_url": null,
            "agreement": "",
            "web_url": "https://translate.harmony.tf/projects/tforevive-launcher/translations/",
            "url": "https://translate.harmony.tf/api/components/tforevive-launcher/translations/?format=api",
            "repository_url": "https://translate.harmony.tf/api/components/tforevive-launcher/translations/repository/?format=api",
            "translations_url": "https://translate.harmony.tf/api/components/tforevive-launcher/translations/translations/?format=api",
            "statistics_url": "https://translate.harmony.tf/api/components/tforevive-launcher/translations/statistics/?format=api",
            "lock_url": "https://translate.harmony.tf/api/components/tforevive-launcher/translations/lock/?format=api",
            "links_url": "https://translate.harmony.tf/api/components/tforevive-launcher/translations/links/?format=api",
            "changes_list_url": "https://translate.harmony.tf/api/components/tforevive-launcher/translations/changes/?format=api",
            "task_url": null,
            "new_lang": "contact",
            "language_code_style": "",
            "push": null,
            "check_flags": "vue-format",
            "priority": 100,
            "enforced_checks": [],
            "restricted": false,
            "repoweb": "",
            "report_source_bugs": "",
            "merge_style": "rebase",
            "commit_message": "Translated using Weblate ({{ language_name }})\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)",
            "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\nUpdated by \"{{ addon_name }}\" hook in Weblate.",
            "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://translate.harmony.tf/api/addons/9/?format=api",
                "https://translate.harmony.tf/api/addons/8/?format=api"
            ],
            "is_glossary": false,
            "glossary_color": "silver",
            "category": null,
            "linked_component": null
        },
        {
            "name": "TFORevive Launcher",
            "slug": "glossary",
            "id": 7,
            "source_language": {
                "id": 141,
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 141,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485517,
                "web_url": "https://translate.harmony.tf/languages/en/",
                "url": "https://translate.harmony.tf/api/languages/en/?format=api",
                "statistics_url": "https://translate.harmony.tf/api/languages/en/statistics/?format=api"
            },
            "project": {
                "name": "TFORevive Launcher",
                "slug": "tforevive-launcher",
                "id": 3,
                "web": "https://github.com/TFORevive/tforevive_launcher",
                "web_url": "https://translate.harmony.tf/projects/tforevive-launcher/",
                "url": "https://translate.harmony.tf/api/projects/tforevive-launcher/?format=api",
                "components_list_url": "https://translate.harmony.tf/api/projects/tforevive-launcher/components/?format=api",
                "repository_url": "https://translate.harmony.tf/api/projects/tforevive-launcher/repository/?format=api",
                "statistics_url": "https://translate.harmony.tf/api/projects/tforevive-launcher/statistics/?format=api",
                "categories_url": "https://translate.harmony.tf/api/projects/tforevive-launcher/categories/?format=api",
                "changes_list_url": "https://translate.harmony.tf/api/projects/tforevive-launcher/changes/?format=api",
                "languages_url": "https://translate.harmony.tf/api/projects/tforevive-launcher/languages/?format=api",
                "labels_url": "https://translate.harmony.tf/api/projects/tforevive-launcher/labels/?format=api",
                "translation_review": false,
                "source_review": false,
                "set_language_team": false,
                "instructions": "",
                "enable_hooks": true,
                "language_aliases": ""
            },
            "vcs": null,
            "repo": null,
            "git_export": "https://translate.harmony.tf/git/tforevive-launcher/glossary/",
            "branch": null,
            "push_branch": "",
            "filemask": null,
            "screenshot_filemask": null,
            "template": "",
            "edit_template": true,
            "intermediate": "",
            "new_base": "",
            "file_format": "tbx",
            "license": "proprietary",
            "license_url": null,
            "agreement": "",
            "web_url": "https://translate.harmony.tf/projects/tforevive-launcher/glossary/",
            "url": "https://translate.harmony.tf/api/components/tforevive-launcher/glossary/?format=api",
            "repository_url": "https://translate.harmony.tf/api/components/tforevive-launcher/glossary/repository/?format=api",
            "translations_url": "https://translate.harmony.tf/api/components/tforevive-launcher/glossary/translations/?format=api",
            "statistics_url": "https://translate.harmony.tf/api/components/tforevive-launcher/glossary/statistics/?format=api",
            "lock_url": "https://translate.harmony.tf/api/components/tforevive-launcher/glossary/lock/?format=api",
            "links_url": "https://translate.harmony.tf/api/components/tforevive-launcher/glossary/links/?format=api",
            "changes_list_url": "https://translate.harmony.tf/api/components/tforevive-launcher/glossary/changes/?format=api",
            "task_url": null,
            "new_lang": "none",
            "language_code_style": "",
            "push": null,
            "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": 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": "Northstar Client Localisation",
            "slug": "client",
            "id": 8,
            "source_language": {
                "id": 141,
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 141,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485517,
                "web_url": "https://translate.harmony.tf/languages/en/",
                "url": "https://translate.harmony.tf/api/languages/en/?format=api",
                "statistics_url": "https://translate.harmony.tf/api/languages/en/statistics/?format=api"
            },
            "project": {
                "name": "Northstar",
                "slug": "northstar",
                "id": 4,
                "web": "https://github.com/R2Northstar",
                "web_url": "https://translate.harmony.tf/projects/northstar/",
                "url": "https://translate.harmony.tf/api/projects/northstar/?format=api",
                "components_list_url": "https://translate.harmony.tf/api/projects/northstar/components/?format=api",
                "repository_url": "https://translate.harmony.tf/api/projects/northstar/repository/?format=api",
                "statistics_url": "https://translate.harmony.tf/api/projects/northstar/statistics/?format=api",
                "categories_url": "https://translate.harmony.tf/api/projects/northstar/categories/?format=api",
                "changes_list_url": "https://translate.harmony.tf/api/projects/northstar/changes/?format=api",
                "languages_url": "https://translate.harmony.tf/api/projects/northstar/languages/?format=api",
                "labels_url": "https://translate.harmony.tf/api/projects/northstar/labels/?format=api",
                "translation_review": false,
                "source_review": false,
                "set_language_team": true,
                "instructions": "",
                "enable_hooks": true,
                "language_aliases": "mspanish:es_MX"
            },
            "vcs": "github",
            "repo": "[email protected]:R2Northstar/NorthstarMods.git",
            "git_export": "https://translate.harmony.tf/git/northstar/client/",
            "branch": "main",
            "push_branch": "weblate",
            "filemask": "Northstar.Client/mod/resource/northstar_client_localisation_*.txt",
            "screenshot_filemask": "",
            "template": "Northstar.Client/mod/resource/northstar_client_localisation_english.txt",
            "edit_template": true,
            "intermediate": "",
            "new_base": "",
            "file_format": "valve_vdf_utf16",
            "license": "MIT",
            "license_url": "https://spdx.org/licenses/MIT.html",
            "agreement": "",
            "web_url": "https://translate.harmony.tf/projects/northstar/client/",
            "url": "https://translate.harmony.tf/api/components/northstar/client/?format=api",
            "repository_url": "https://translate.harmony.tf/api/components/northstar/client/repository/?format=api",
            "translations_url": "https://translate.harmony.tf/api/components/northstar/client/translations/?format=api",
            "statistics_url": "https://translate.harmony.tf/api/components/northstar/client/statistics/?format=api",
            "lock_url": "https://translate.harmony.tf/api/components/northstar/client/lock/?format=api",
            "links_url": "https://translate.harmony.tf/api/components/northstar/client/links/?format=api",
            "changes_list_url": "https://translate.harmony.tf/api/components/northstar/client/changes/?format=api",
            "task_url": null,
            "new_lang": "contact",
            "language_code_style": "",
            "push": "[email protected]:R2Northstar/NorthstarMods.git",
            "check_flags": "ignore-ellipsis, ignore-long-untranslated",
            "priority": 100,
            "enforced_checks": [
                "source_engine_matching_binds",
                "source_engine_matching_buttons",
                "source_engine_matching_colors",
                "source_engine_matching_params"
            ],
            "restricted": false,
            "repoweb": "https://github.com/R2Northstar/NorthstarMods/blob/{{branch}}/{{filename}}#L{{line}}",
            "report_source_bugs": "",
            "merge_style": "rebase",
            "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
            "add_message": "Added translation using Weblate ({{ language_name }})",
            "delete_message": "Deleted translation using Weblate ({{ language_name }})",
            "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
            "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
            "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
            "allow_translation_propagation": true,
            "manage_units": true,
            "enable_suggestions": true,
            "suggestion_voting": false,
            "suggestion_autoaccept": 0,
            "push_on_commit": true,
            "commit_pending_age": 1,
            "auto_lock_error": true,
            "language_regex": "^[a-z]+$",
            "variant_regex": "",
            "addons": [],
            "is_glossary": false,
            "glossary_color": "silver",
            "category": null,
            "linked_component": null
        },
        {
            "name": "Northstar",
            "slug": "glossary",
            "id": 9,
            "source_language": {
                "id": 141,
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 141,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485517,
                "web_url": "https://translate.harmony.tf/languages/en/",
                "url": "https://translate.harmony.tf/api/languages/en/?format=api",
                "statistics_url": "https://translate.harmony.tf/api/languages/en/statistics/?format=api"
            },
            "project": {
                "name": "Northstar",
                "slug": "northstar",
                "id": 4,
                "web": "https://github.com/R2Northstar",
                "web_url": "https://translate.harmony.tf/projects/northstar/",
                "url": "https://translate.harmony.tf/api/projects/northstar/?format=api",
                "components_list_url": "https://translate.harmony.tf/api/projects/northstar/components/?format=api",
                "repository_url": "https://translate.harmony.tf/api/projects/northstar/repository/?format=api",
                "statistics_url": "https://translate.harmony.tf/api/projects/northstar/statistics/?format=api",
                "categories_url": "https://translate.harmony.tf/api/projects/northstar/categories/?format=api",
                "changes_list_url": "https://translate.harmony.tf/api/projects/northstar/changes/?format=api",
                "languages_url": "https://translate.harmony.tf/api/projects/northstar/languages/?format=api",
                "labels_url": "https://translate.harmony.tf/api/projects/northstar/labels/?format=api",
                "translation_review": false,
                "source_review": false,
                "set_language_team": true,
                "instructions": "",
                "enable_hooks": true,
                "language_aliases": "mspanish:es_MX"
            },
            "vcs": "local",
            "repo": "local:",
            "git_export": "https://translate.harmony.tf/git/northstar/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://translate.harmony.tf/projects/northstar/glossary/",
            "url": "https://translate.harmony.tf/api/components/northstar/glossary/?format=api",
            "repository_url": "https://translate.harmony.tf/api/components/northstar/glossary/repository/?format=api",
            "translations_url": "https://translate.harmony.tf/api/components/northstar/glossary/translations/?format=api",
            "statistics_url": "https://translate.harmony.tf/api/components/northstar/glossary/statistics/?format=api",
            "lock_url": "https://translate.harmony.tf/api/components/northstar/glossary/lock/?format=api",
            "links_url": "https://translate.harmony.tf/api/components/northstar/glossary/links/?format=api",
            "changes_list_url": "https://translate.harmony.tf/api/components/northstar/glossary/changes/?format=api",
            "task_url": null,
            "new_lang": "none",
            "language_code_style": "",
            "push": "",
            "check_flags": "",
            "priority": 100,
            "enforced_checks": [],
            "restricted": false,
            "repoweb": "",
            "report_source_bugs": "",
            "merge_style": "rebase",
            "commit_message": "Translated using Weblate ({{ language_name }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
            "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
            "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
            "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
            "addon_message": "Update translation files\n\nUpdated by \"{{ addon_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
            "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
            "allow_translation_propagation": false,
            "manage_units": true,
            "enable_suggestions": true,
            "suggestion_voting": false,
            "suggestion_autoaccept": 0,
            "push_on_commit": true,
            "commit_pending_age": 24,
            "auto_lock_error": true,
            "language_regex": "^[^.]+$",
            "variant_regex": "",
            "addons": [],
            "is_glossary": true,
            "glossary_color": "silver",
            "category": null,
            "linked_component": null
        },
        {
            "name": "R1",
            "slug": "r1",
            "id": 11,
            "source_language": {
                "id": 141,
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 141,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485517,
                "web_url": "https://translate.harmony.tf/languages/en/",
                "url": "https://translate.harmony.tf/api/languages/en/?format=api",
                "statistics_url": "https://translate.harmony.tf/api/languages/en/statistics/?format=api"
            },
            "project": {
                "name": "Titanfall Online (TFORevive)",
                "slug": "tfo",
                "id": 1,
                "web": "https://github.com/TFORevive",
                "web_url": "https://translate.harmony.tf/projects/tfo/",
                "url": "https://translate.harmony.tf/api/projects/tfo/?format=api",
                "components_list_url": "https://translate.harmony.tf/api/projects/tfo/components/?format=api",
                "repository_url": "https://translate.harmony.tf/api/projects/tfo/repository/?format=api",
                "statistics_url": "https://translate.harmony.tf/api/projects/tfo/statistics/?format=api",
                "categories_url": "https://translate.harmony.tf/api/projects/tfo/categories/?format=api",
                "changes_list_url": "https://translate.harmony.tf/api/projects/tfo/changes/?format=api",
                "languages_url": "https://translate.harmony.tf/api/projects/tfo/languages/?format=api",
                "labels_url": "https://translate.harmony.tf/api/projects/tfo/labels/?format=api",
                "translation_review": false,
                "source_review": false,
                "set_language_team": true,
                "instructions": "",
                "enable_hooks": true,
                "language_aliases": ""
            },
            "vcs": null,
            "repo": null,
            "git_export": "https://translate.harmony.tf/git/tfo/r1/",
            "branch": null,
            "push_branch": "master",
            "filemask": null,
            "screenshot_filemask": null,
            "template": "r1_english.txt",
            "edit_template": true,
            "intermediate": "",
            "new_base": "",
            "file_format": "valve_vdf",
            "license": "proprietary",
            "license_url": null,
            "agreement": "",
            "web_url": "https://translate.harmony.tf/projects/tfo/r1/",
            "url": "https://translate.harmony.tf/api/components/tfo/r1/?format=api",
            "repository_url": "https://translate.harmony.tf/api/components/tfo/r1/repository/?format=api",
            "translations_url": "https://translate.harmony.tf/api/components/tfo/r1/translations/?format=api",
            "statistics_url": "https://translate.harmony.tf/api/components/tfo/r1/statistics/?format=api",
            "lock_url": "https://translate.harmony.tf/api/components/tfo/r1/lock/?format=api",
            "links_url": "https://translate.harmony.tf/api/components/tfo/r1/links/?format=api",
            "changes_list_url": "https://translate.harmony.tf/api/components/tfo/r1/changes/?format=api",
            "task_url": null,
            "new_lang": "contact",
            "language_code_style": "",
            "push": null,
            "check_flags": "ignore-long-untranslated, ignore-ellipsis",
            "priority": 100,
            "enforced_checks": [
                "source_engine_matching_binds",
                "source_engine_matching_buttons",
                "source_engine_matching_colors",
                "source_engine_matching_params"
            ],
            "restricted": false,
            "repoweb": "https://github.com/TFORevive/tfo_lang/blob/{{branch}}/{{filename}}#L{{line}}",
            "report_source_bugs": "",
            "merge_style": "rebase",
            "commit_message": "Translated using Weblate ({{ language_name }})\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)",
            "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\nUpdated by \"{{ addon_name }}\" hook in Weblate.",
            "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": "^[a-z]+$",
            "variant_regex": "",
            "addons": [
                "https://translate.harmony.tf/api/addons/13/?format=api"
            ],
            "is_glossary": false,
            "glossary_color": "silver",
            "category": null,
            "linked_component": null
        },
        {
            "name": "Titanfall Online (TFORevive)",
            "slug": "glossary",
            "id": 12,
            "source_language": {
                "id": 141,
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 141,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485517,
                "web_url": "https://translate.harmony.tf/languages/en/",
                "url": "https://translate.harmony.tf/api/languages/en/?format=api",
                "statistics_url": "https://translate.harmony.tf/api/languages/en/statistics/?format=api"
            },
            "project": {
                "name": "Titanfall Online (TFORevive)",
                "slug": "tfo",
                "id": 1,
                "web": "https://github.com/TFORevive",
                "web_url": "https://translate.harmony.tf/projects/tfo/",
                "url": "https://translate.harmony.tf/api/projects/tfo/?format=api",
                "components_list_url": "https://translate.harmony.tf/api/projects/tfo/components/?format=api",
                "repository_url": "https://translate.harmony.tf/api/projects/tfo/repository/?format=api",
                "statistics_url": "https://translate.harmony.tf/api/projects/tfo/statistics/?format=api",
                "categories_url": "https://translate.harmony.tf/api/projects/tfo/categories/?format=api",
                "changes_list_url": "https://translate.harmony.tf/api/projects/tfo/changes/?format=api",
                "languages_url": "https://translate.harmony.tf/api/projects/tfo/languages/?format=api",
                "labels_url": "https://translate.harmony.tf/api/projects/tfo/labels/?format=api",
                "translation_review": false,
                "source_review": false,
                "set_language_team": true,
                "instructions": "",
                "enable_hooks": true,
                "language_aliases": ""
            },
            "vcs": null,
            "repo": null,
            "git_export": "https://translate.harmony.tf/git/tfo/glossary/",
            "branch": null,
            "push_branch": "",
            "filemask": null,
            "screenshot_filemask": null,
            "template": "",
            "edit_template": true,
            "intermediate": "",
            "new_base": "",
            "file_format": "tbx",
            "license": "proprietary",
            "license_url": null,
            "agreement": "",
            "web_url": "https://translate.harmony.tf/projects/tfo/glossary/",
            "url": "https://translate.harmony.tf/api/components/tfo/glossary/?format=api",
            "repository_url": "https://translate.harmony.tf/api/components/tfo/glossary/repository/?format=api",
            "translations_url": "https://translate.harmony.tf/api/components/tfo/glossary/translations/?format=api",
            "statistics_url": "https://translate.harmony.tf/api/components/tfo/glossary/statistics/?format=api",
            "lock_url": "https://translate.harmony.tf/api/components/tfo/glossary/lock/?format=api",
            "links_url": "https://translate.harmony.tf/api/components/tfo/glossary/links/?format=api",
            "changes_list_url": "https://translate.harmony.tf/api/components/tfo/glossary/changes/?format=api",
            "task_url": null,
            "new_lang": "none",
            "language_code_style": "",
            "push": null,
            "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": "R1 UI",
            "slug": "r1_ui",
            "id": 13,
            "source_language": {
                "id": 141,
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 141,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485517,
                "web_url": "https://translate.harmony.tf/languages/en/",
                "url": "https://translate.harmony.tf/api/languages/en/?format=api",
                "statistics_url": "https://translate.harmony.tf/api/languages/en/statistics/?format=api"
            },
            "project": {
                "name": "Titanfall Online (TFORevive)",
                "slug": "tfo",
                "id": 1,
                "web": "https://github.com/TFORevive",
                "web_url": "https://translate.harmony.tf/projects/tfo/",
                "url": "https://translate.harmony.tf/api/projects/tfo/?format=api",
                "components_list_url": "https://translate.harmony.tf/api/projects/tfo/components/?format=api",
                "repository_url": "https://translate.harmony.tf/api/projects/tfo/repository/?format=api",
                "statistics_url": "https://translate.harmony.tf/api/projects/tfo/statistics/?format=api",
                "categories_url": "https://translate.harmony.tf/api/projects/tfo/categories/?format=api",
                "changes_list_url": "https://translate.harmony.tf/api/projects/tfo/changes/?format=api",
                "languages_url": "https://translate.harmony.tf/api/projects/tfo/languages/?format=api",
                "labels_url": "https://translate.harmony.tf/api/projects/tfo/labels/?format=api",
                "translation_review": false,
                "source_review": false,
                "set_language_team": true,
                "instructions": "",
                "enable_hooks": true,
                "language_aliases": ""
            },
            "vcs": null,
            "repo": null,
            "git_export": "",
            "branch": null,
            "push_branch": "master",
            "filemask": null,
            "screenshot_filemask": null,
            "template": "r1_ui_english.txt",
            "edit_template": true,
            "intermediate": "",
            "new_base": "",
            "file_format": "valve_vdf",
            "license": "proprietary",
            "license_url": null,
            "agreement": "",
            "web_url": "https://translate.harmony.tf/projects/tfo/r1_ui/",
            "url": "https://translate.harmony.tf/api/components/tfo/r1_ui/?format=api",
            "repository_url": "https://translate.harmony.tf/api/components/tfo/r1_ui/repository/?format=api",
            "translations_url": "https://translate.harmony.tf/api/components/tfo/r1_ui/translations/?format=api",
            "statistics_url": "https://translate.harmony.tf/api/components/tfo/r1_ui/statistics/?format=api",
            "lock_url": "https://translate.harmony.tf/api/components/tfo/r1_ui/lock/?format=api",
            "links_url": "https://translate.harmony.tf/api/components/tfo/r1_ui/links/?format=api",
            "changes_list_url": "https://translate.harmony.tf/api/components/tfo/r1_ui/changes/?format=api",
            "task_url": null,
            "new_lang": "contact",
            "language_code_style": "",
            "push": null,
            "check_flags": "ignore-long-untranslated",
            "priority": 100,
            "enforced_checks": [
                "source_engine_matching_binds",
                "source_engine_matching_buttons",
                "source_engine_matching_colors",
                "source_engine_matching_params"
            ],
            "restricted": false,
            "repoweb": "",
            "report_source_bugs": "",
            "merge_style": "rebase",
            "commit_message": "Translated using Weblate ({{ language_name }})\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)",
            "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\nUpdated by \"{{ addon_name }}\" hook in Weblate",
            "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": "^[a-z]+$",
            "variant_regex": "",
            "addons": [],
            "is_glossary": false,
            "glossary_color": "silver",
            "category": null,
            "linked_component": "https://translate.harmony.tf/api/components/tfo/r1/?format=api"
        },
        {
            "name": "R1 Server Error",
            "slug": "r1_server_error",
            "id": 14,
            "source_language": {
                "id": 141,
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 141,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485517,
                "web_url": "https://translate.harmony.tf/languages/en/",
                "url": "https://translate.harmony.tf/api/languages/en/?format=api",
                "statistics_url": "https://translate.harmony.tf/api/languages/en/statistics/?format=api"
            },
            "project": {
                "name": "Titanfall Online (TFORevive)",
                "slug": "tfo",
                "id": 1,
                "web": "https://github.com/TFORevive",
                "web_url": "https://translate.harmony.tf/projects/tfo/",
                "url": "https://translate.harmony.tf/api/projects/tfo/?format=api",
                "components_list_url": "https://translate.harmony.tf/api/projects/tfo/components/?format=api",
                "repository_url": "https://translate.harmony.tf/api/projects/tfo/repository/?format=api",
                "statistics_url": "https://translate.harmony.tf/api/projects/tfo/statistics/?format=api",
                "categories_url": "https://translate.harmony.tf/api/projects/tfo/categories/?format=api",
                "changes_list_url": "https://translate.harmony.tf/api/projects/tfo/changes/?format=api",
                "languages_url": "https://translate.harmony.tf/api/projects/tfo/languages/?format=api",
                "labels_url": "https://translate.harmony.tf/api/projects/tfo/labels/?format=api",
                "translation_review": false,
                "source_review": false,
                "set_language_team": true,
                "instructions": "",
                "enable_hooks": true,
                "language_aliases": ""
            },
            "vcs": null,
            "repo": null,
            "git_export": "",
            "branch": null,
            "push_branch": "master",
            "filemask": null,
            "screenshot_filemask": null,
            "template": "r1_server_error_english.txt",
            "edit_template": true,
            "intermediate": "",
            "new_base": "",
            "file_format": "valve_vdf",
            "license": "proprietary",
            "license_url": null,
            "agreement": "",
            "web_url": "https://translate.harmony.tf/projects/tfo/r1_server_error/",
            "url": "https://translate.harmony.tf/api/components/tfo/r1_server_error/?format=api",
            "repository_url": "https://translate.harmony.tf/api/components/tfo/r1_server_error/repository/?format=api",
            "translations_url": "https://translate.harmony.tf/api/components/tfo/r1_server_error/translations/?format=api",
            "statistics_url": "https://translate.harmony.tf/api/components/tfo/r1_server_error/statistics/?format=api",
            "lock_url": "https://translate.harmony.tf/api/components/tfo/r1_server_error/lock/?format=api",
            "links_url": "https://translate.harmony.tf/api/components/tfo/r1_server_error/links/?format=api",
            "changes_list_url": "https://translate.harmony.tf/api/components/tfo/r1_server_error/changes/?format=api",
            "task_url": null,
            "new_lang": "contact",
            "language_code_style": "",
            "push": null,
            "check_flags": "ignore-end-stop",
            "priority": 100,
            "enforced_checks": [
                "source_engine_matching_binds",
                "source_engine_matching_buttons",
                "source_engine_matching_colors",
                "source_engine_matching_params"
            ],
            "restricted": false,
            "repoweb": "",
            "report_source_bugs": "",
            "merge_style": "rebase",
            "commit_message": "Translated using Weblate ({{ language_name }})\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)",
            "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\nUpdated by \"{{ addon_name }}\" hook in Weblate.",
            "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": "^[a-z]+$",
            "variant_regex": "",
            "addons": [],
            "is_glossary": false,
            "glossary_color": "silver",
            "category": null,
            "linked_component": "https://translate.harmony.tf/api/components/tfo/r1/?format=api"
        },
        {
            "name": "R1 TFORevive",
            "slug": "r1_tfor",
            "id": 15,
            "source_language": {
                "id": 141,
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 141,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485517,
                "web_url": "https://translate.harmony.tf/languages/en/",
                "url": "https://translate.harmony.tf/api/languages/en/?format=api",
                "statistics_url": "https://translate.harmony.tf/api/languages/en/statistics/?format=api"
            },
            "project": {
                "name": "Titanfall Online (TFORevive)",
                "slug": "tfo",
                "id": 1,
                "web": "https://github.com/TFORevive",
                "web_url": "https://translate.harmony.tf/projects/tfo/",
                "url": "https://translate.harmony.tf/api/projects/tfo/?format=api",
                "components_list_url": "https://translate.harmony.tf/api/projects/tfo/components/?format=api",
                "repository_url": "https://translate.harmony.tf/api/projects/tfo/repository/?format=api",
                "statistics_url": "https://translate.harmony.tf/api/projects/tfo/statistics/?format=api",
                "categories_url": "https://translate.harmony.tf/api/projects/tfo/categories/?format=api",
                "changes_list_url": "https://translate.harmony.tf/api/projects/tfo/changes/?format=api",
                "languages_url": "https://translate.harmony.tf/api/projects/tfo/languages/?format=api",
                "labels_url": "https://translate.harmony.tf/api/projects/tfo/labels/?format=api",
                "translation_review": false,
                "source_review": false,
                "set_language_team": true,
                "instructions": "",
                "enable_hooks": true,
                "language_aliases": ""
            },
            "vcs": null,
            "repo": null,
            "git_export": "",
            "branch": null,
            "push_branch": "master",
            "filemask": null,
            "screenshot_filemask": null,
            "template": "r1_tfor_english.txt",
            "edit_template": true,
            "intermediate": "",
            "new_base": "",
            "file_format": "valve_vdf",
            "license": "proprietary",
            "license_url": null,
            "agreement": "",
            "web_url": "https://translate.harmony.tf/projects/tfo/r1_tfor/",
            "url": "https://translate.harmony.tf/api/components/tfo/r1_tfor/?format=api",
            "repository_url": "https://translate.harmony.tf/api/components/tfo/r1_tfor/repository/?format=api",
            "translations_url": "https://translate.harmony.tf/api/components/tfo/r1_tfor/translations/?format=api",
            "statistics_url": "https://translate.harmony.tf/api/components/tfo/r1_tfor/statistics/?format=api",
            "lock_url": "https://translate.harmony.tf/api/components/tfo/r1_tfor/lock/?format=api",
            "links_url": "https://translate.harmony.tf/api/components/tfo/r1_tfor/links/?format=api",
            "changes_list_url": "https://translate.harmony.tf/api/components/tfo/r1_tfor/changes/?format=api",
            "task_url": null,
            "new_lang": "contact",
            "language_code_style": "",
            "push": null,
            "check_flags": "",
            "priority": 100,
            "enforced_checks": [
                "source_engine_matching_binds",
                "source_engine_matching_buttons",
                "source_engine_matching_colors",
                "source_engine_matching_params"
            ],
            "restricted": false,
            "repoweb": "",
            "report_source_bugs": "",
            "merge_style": "rebase",
            "commit_message": "Translated using Weblate ({{ language_name }})\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)",
            "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\nUpdated by \"{{ addon_name }}\" hook in Weblate.",
            "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": "^[a-z]+$",
            "variant_regex": "",
            "addons": [],
            "is_glossary": false,
            "glossary_color": "silver",
            "category": null,
            "linked_component": "https://translate.harmony.tf/api/components/tfo/r1/?format=api"
        },
        {
            "name": "Subtitles",
            "slug": "subtitles",
            "id": 16,
            "source_language": {
                "id": 141,
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 141,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485517,
                "web_url": "https://translate.harmony.tf/languages/en/",
                "url": "https://translate.harmony.tf/api/languages/en/?format=api",
                "statistics_url": "https://translate.harmony.tf/api/languages/en/statistics/?format=api"
            },
            "project": {
                "name": "Titanfall Online (TFORevive)",
                "slug": "tfo",
                "id": 1,
                "web": "https://github.com/TFORevive",
                "web_url": "https://translate.harmony.tf/projects/tfo/",
                "url": "https://translate.harmony.tf/api/projects/tfo/?format=api",
                "components_list_url": "https://translate.harmony.tf/api/projects/tfo/components/?format=api",
                "repository_url": "https://translate.harmony.tf/api/projects/tfo/repository/?format=api",
                "statistics_url": "https://translate.harmony.tf/api/projects/tfo/statistics/?format=api",
                "categories_url": "https://translate.harmony.tf/api/projects/tfo/categories/?format=api",
                "changes_list_url": "https://translate.harmony.tf/api/projects/tfo/changes/?format=api",
                "languages_url": "https://translate.harmony.tf/api/projects/tfo/languages/?format=api",
                "labels_url": "https://translate.harmony.tf/api/projects/tfo/labels/?format=api",
                "translation_review": false,
                "source_review": false,
                "set_language_team": true,
                "instructions": "",
                "enable_hooks": true,
                "language_aliases": ""
            },
            "vcs": null,
            "repo": null,
            "git_export": "",
            "branch": null,
            "push_branch": "master",
            "filemask": null,
            "screenshot_filemask": null,
            "template": "subtitles_english.txt",
            "edit_template": true,
            "intermediate": "",
            "new_base": "",
            "file_format": "valve_vdf",
            "license": "proprietary",
            "license_url": null,
            "agreement": "",
            "web_url": "https://translate.harmony.tf/projects/tfo/subtitles/",
            "url": "https://translate.harmony.tf/api/components/tfo/subtitles/?format=api",
            "repository_url": "https://translate.harmony.tf/api/components/tfo/subtitles/repository/?format=api",
            "translations_url": "https://translate.harmony.tf/api/components/tfo/subtitles/translations/?format=api",
            "statistics_url": "https://translate.harmony.tf/api/components/tfo/subtitles/statistics/?format=api",
            "lock_url": "https://translate.harmony.tf/api/components/tfo/subtitles/lock/?format=api",
            "links_url": "https://translate.harmony.tf/api/components/tfo/subtitles/links/?format=api",
            "changes_list_url": "https://translate.harmony.tf/api/components/tfo/subtitles/changes/?format=api",
            "task_url": null,
            "new_lang": "contact",
            "language_code_style": "",
            "push": null,
            "check_flags": "ignore-punctuation-spacing",
            "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": "^[a-z]+$",
            "variant_regex": "",
            "addons": [],
            "is_glossary": false,
            "glossary_color": "silver",
            "category": null,
            "linked_component": "https://translate.harmony.tf/api/components/tfo/r1/?format=api"
        },
        {
            "name": "VTOL",
            "slug": "vtol",
            "id": 19,
            "source_language": {
                "id": 141,
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 141,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485517,
                "web_url": "https://translate.harmony.tf/languages/en/",
                "url": "https://translate.harmony.tf/api/languages/en/?format=api",
                "statistics_url": "https://translate.harmony.tf/api/languages/en/statistics/?format=api"
            },
            "project": {
                "name": "Northstar",
                "slug": "northstar",
                "id": 4,
                "web": "https://github.com/R2Northstar",
                "web_url": "https://translate.harmony.tf/projects/northstar/",
                "url": "https://translate.harmony.tf/api/projects/northstar/?format=api",
                "components_list_url": "https://translate.harmony.tf/api/projects/northstar/components/?format=api",
                "repository_url": "https://translate.harmony.tf/api/projects/northstar/repository/?format=api",
                "statistics_url": "https://translate.harmony.tf/api/projects/northstar/statistics/?format=api",
                "categories_url": "https://translate.harmony.tf/api/projects/northstar/categories/?format=api",
                "changes_list_url": "https://translate.harmony.tf/api/projects/northstar/changes/?format=api",
                "languages_url": "https://translate.harmony.tf/api/projects/northstar/languages/?format=api",
                "labels_url": "https://translate.harmony.tf/api/projects/northstar/labels/?format=api",
                "translation_review": false,
                "source_review": false,
                "set_language_team": true,
                "instructions": "",
                "enable_hooks": true,
                "language_aliases": "mspanish:es_MX"
            },
            "vcs": "github",
            "repo": "[email protected]:R2NorthstarTools/VTOL.git",
            "git_export": "https://translate.harmony.tf/git/northstar/vtol/",
            "branch": "master",
            "push_branch": "weblate",
            "filemask": "VTOL_2.0.0/Resources/Languages/Language.*.resx",
            "screenshot_filemask": "",
            "template": "VTOL_2.0.0/Resources/Languages/Language.resx",
            "edit_template": true,
            "intermediate": "",
            "new_base": "",
            "file_format": "resx",
            "license": "GPL-2.0-or-later",
            "license_url": "https://spdx.org/licenses/GPL-2.0-or-later.html",
            "agreement": "",
            "web_url": "https://translate.harmony.tf/projects/northstar/vtol/",
            "url": "https://translate.harmony.tf/api/components/northstar/vtol/?format=api",
            "repository_url": "https://translate.harmony.tf/api/components/northstar/vtol/repository/?format=api",
            "translations_url": "https://translate.harmony.tf/api/components/northstar/vtol/translations/?format=api",
            "statistics_url": "https://translate.harmony.tf/api/components/northstar/vtol/statistics/?format=api",
            "lock_url": "https://translate.harmony.tf/api/components/northstar/vtol/lock/?format=api",
            "links_url": "https://translate.harmony.tf/api/components/northstar/vtol/links/?format=api",
            "changes_list_url": "https://translate.harmony.tf/api/components/northstar/vtol/changes/?format=api",
            "task_url": null,
            "new_lang": "contact",
            "language_code_style": "",
            "push": "[email protected]:R2NorthstarTools/VTOL.git",
            "check_flags": "",
            "priority": 100,
            "enforced_checks": [],
            "restricted": false,
            "repoweb": "https://github.com/R2NorthstarTools/VTOL/blob/{{branch}}/{{filename}}#L{{line}}",
            "report_source_bugs": "",
            "merge_style": "rebase",
            "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
            "add_message": "Added translation using Weblate ({{ language_name }})",
            "delete_message": "Deleted translation using Weblate ({{ language_name }})",
            "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
            "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
            "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
            "allow_translation_propagation": true,
            "manage_units": 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://translate.harmony.tf/api/addons/14/?format=api"
            ],
            "is_glossary": false,
            "glossary_color": "silver",
            "category": null,
            "linked_component": null
        },
        {
            "name": "FlightCore",
            "slug": "flightcore",
            "id": 20,
            "source_language": {
                "id": 141,
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 141,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485517,
                "web_url": "https://translate.harmony.tf/languages/en/",
                "url": "https://translate.harmony.tf/api/languages/en/?format=api",
                "statistics_url": "https://translate.harmony.tf/api/languages/en/statistics/?format=api"
            },
            "project": {
                "name": "Northstar",
                "slug": "northstar",
                "id": 4,
                "web": "https://github.com/R2Northstar",
                "web_url": "https://translate.harmony.tf/projects/northstar/",
                "url": "https://translate.harmony.tf/api/projects/northstar/?format=api",
                "components_list_url": "https://translate.harmony.tf/api/projects/northstar/components/?format=api",
                "repository_url": "https://translate.harmony.tf/api/projects/northstar/repository/?format=api",
                "statistics_url": "https://translate.harmony.tf/api/projects/northstar/statistics/?format=api",
                "categories_url": "https://translate.harmony.tf/api/projects/northstar/categories/?format=api",
                "changes_list_url": "https://translate.harmony.tf/api/projects/northstar/changes/?format=api",
                "languages_url": "https://translate.harmony.tf/api/projects/northstar/languages/?format=api",
                "labels_url": "https://translate.harmony.tf/api/projects/northstar/labels/?format=api",
                "translation_review": false,
                "source_review": false,
                "set_language_team": true,
                "instructions": "",
                "enable_hooks": true,
                "language_aliases": "mspanish:es_MX"
            },
            "vcs": "github",
            "repo": "[email protected]:R2NorthstarTools/FlightCore.git",
            "git_export": "https://translate.harmony.tf/git/northstar/flightcore/",
            "branch": "main",
            "push_branch": "weblate",
            "filemask": "src-vue/src/i18n/lang/*.json",
            "screenshot_filemask": "",
            "template": "src-vue/src/i18n/lang/en.json",
            "edit_template": true,
            "intermediate": "",
            "new_base": "",
            "file_format": "json-nested",
            "license": "MIT",
            "license_url": "https://spdx.org/licenses/MIT.html",
            "agreement": "",
            "web_url": "https://translate.harmony.tf/projects/northstar/flightcore/",
            "url": "https://translate.harmony.tf/api/components/northstar/flightcore/?format=api",
            "repository_url": "https://translate.harmony.tf/api/components/northstar/flightcore/repository/?format=api",
            "translations_url": "https://translate.harmony.tf/api/components/northstar/flightcore/translations/?format=api",
            "statistics_url": "https://translate.harmony.tf/api/components/northstar/flightcore/statistics/?format=api",
            "lock_url": "https://translate.harmony.tf/api/components/northstar/flightcore/lock/?format=api",
            "links_url": "https://translate.harmony.tf/api/components/northstar/flightcore/links/?format=api",
            "changes_list_url": "https://translate.harmony.tf/api/components/northstar/flightcore/changes/?format=api",
            "task_url": null,
            "new_lang": "contact",
            "language_code_style": "",
            "push": "[email protected]:R2NorthstarTools/FlightCore.git",
            "check_flags": "ignore-ellipsis",
            "priority": 100,
            "enforced_checks": [],
            "restricted": false,
            "repoweb": "https://github.com/R2NorthstarTools/FlightCore/blob/{{branch}}/{{filename}}#L{{line}}",
            "report_source_bugs": "",
            "merge_style": "rebase",
            "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
            "add_message": "Added translation using Weblate ({{ language_name }})",
            "delete_message": "Deleted translation using Weblate ({{ language_name }})",
            "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
            "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
            "pull_message": "i18n: 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": 1,
            "auto_lock_error": true,
            "language_regex": "^[^.]+$",
            "variant_regex": "",
            "addons": [],
            "is_glossary": false,
            "glossary_color": "silver",
            "category": null,
            "linked_component": null
        },
        {
            "name": "Titanfall 2",
            "slug": "r2",
            "id": 21,
            "source_language": {
                "id": 141,
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 141,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485517,
                "web_url": "https://translate.harmony.tf/languages/en/",
                "url": "https://translate.harmony.tf/api/languages/en/?format=api",
                "statistics_url": "https://translate.harmony.tf/api/languages/en/statistics/?format=api"
            },
            "project": {
                "name": "Titanfall 2",
                "slug": "titanfall2",
                "id": 5,
                "web": "https://www.titanfall.com/",
                "web_url": "https://translate.harmony.tf/projects/titanfall2/",
                "url": "https://translate.harmony.tf/api/projects/titanfall2/?format=api",
                "components_list_url": "https://translate.harmony.tf/api/projects/titanfall2/components/?format=api",
                "repository_url": "https://translate.harmony.tf/api/projects/titanfall2/repository/?format=api",
                "statistics_url": "https://translate.harmony.tf/api/projects/titanfall2/statistics/?format=api",
                "categories_url": "https://translate.harmony.tf/api/projects/titanfall2/categories/?format=api",
                "changes_list_url": "https://translate.harmony.tf/api/projects/titanfall2/changes/?format=api",
                "languages_url": "https://translate.harmony.tf/api/projects/titanfall2/languages/?format=api",
                "labels_url": "https://translate.harmony.tf/api/projects/titanfall2/labels/?format=api",
                "translation_review": true,
                "source_review": false,
                "set_language_team": true,
                "instructions": "Read-only mirror serving as translation memory.",
                "enable_hooks": true,
                "language_aliases": "mspanish:es_MX"
            },
            "vcs": null,
            "repo": null,
            "git_export": "https://translate.harmony.tf/git/titanfall2/r2/",
            "branch": null,
            "push_branch": "",
            "filemask": null,
            "screenshot_filemask": null,
            "template": "r1_english.txt",
            "edit_template": true,
            "intermediate": "",
            "new_base": "",
            "file_format": "valve_vdf",
            "license": "proprietary",
            "license_url": null,
            "agreement": "",
            "web_url": "https://translate.harmony.tf/projects/titanfall2/r2/",
            "url": "https://translate.harmony.tf/api/components/titanfall2/r2/?format=api",
            "repository_url": "https://translate.harmony.tf/api/components/titanfall2/r2/repository/?format=api",
            "translations_url": "https://translate.harmony.tf/api/components/titanfall2/r2/translations/?format=api",
            "statistics_url": "https://translate.harmony.tf/api/components/titanfall2/r2/statistics/?format=api",
            "lock_url": "https://translate.harmony.tf/api/components/titanfall2/r2/lock/?format=api",
            "links_url": "https://translate.harmony.tf/api/components/titanfall2/r2/links/?format=api",
            "changes_list_url": "https://translate.harmony.tf/api/components/titanfall2/r2/changes/?format=api",
            "task_url": null,
            "new_lang": "none",
            "language_code_style": "",
            "push": null,
            "check_flags": "",
            "priority": 100,
            "enforced_checks": [],
            "restricted": false,
            "repoweb": "https://github.com/harmonytf/r2_lang/blob/{{branch}}/{{filename}}#L{{line}}",
            "report_source_bugs": "",
            "merge_style": "rebase",
            "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
            "add_message": "Added translation using Weblate ({{ language_name }})",
            "delete_message": "Deleted translation using Weblate ({{ language_name }})",
            "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
            "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
            "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
            "allow_translation_propagation": true,
            "manage_units": true,
            "enable_suggestions": true,
            "suggestion_voting": false,
            "suggestion_autoaccept": 0,
            "push_on_commit": true,
            "commit_pending_age": 24,
            "auto_lock_error": true,
            "language_regex": "^[a-z]+$",
            "variant_regex": "",
            "addons": [],
            "is_glossary": false,
            "glossary_color": "silver",
            "category": null,
            "linked_component": null
        }
    ]
}