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": 6292,
    "next": "https://hosted.weblate.org/api/components/?format=api&page=2",
    "previous": null,
    "results": [
        {
            "name": "Translation",
            "slug": "translation",
            "id": 2,
            "source_language": {
                "id": 31,
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 75,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485517,
                "web_url": "https://hosted.weblate.org/languages/en/",
                "url": "https://hosted.weblate.org/api/languages/en/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/en/statistics/?format=api"
            },
            "project": {
                "name": "Freeplane",
                "slug": "freeplane",
                "id": 1,
                "web": "https://sourceforge.net/projects/freeplane/",
                "web_url": "https://hosted.weblate.org/projects/freeplane/",
                "url": "https://hosted.weblate.org/api/projects/freeplane/?format=api",
                "components_list_url": "https://hosted.weblate.org/api/projects/freeplane/components/?format=api",
                "repository_url": "https://hosted.weblate.org/api/projects/freeplane/repository/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/projects/freeplane/statistics/?format=api",
                "categories_url": "https://hosted.weblate.org/api/projects/freeplane/categories/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/projects/freeplane/changes/?format=api",
                "languages_url": "https://hosted.weblate.org/api/projects/freeplane/languages/?format=api",
                "labels_url": "https://hosted.weblate.org/api/projects/freeplane/labels/?format=api",
                "translation_review": false,
                "source_review": false,
                "set_language_team": true,
                "instructions": "https://www.freeplane.org/wiki/index.php/Translation_How-To",
                "enable_hooks": true,
                "language_aliases": ""
            },
            "vcs": "git",
            "repo": "https://github.com/freeplane/freeplane.git",
            "git_export": "https://hosted.weblate.org/git/freeplane/translation/",
            "branch": "1.11.x",
            "push_branch": "",
            "filemask": "freeplane/src/editor/resources/translations/Resources_*.properties",
            "screenshot_filemask": "",
            "template": "freeplane/src/viewer/resources/translations/Resources_en.properties",
            "edit_template": true,
            "intermediate": "",
            "new_base": "",
            "file_format": "properties",
            "license": "GPL-2.0-or-later",
            "license_url": "https://spdx.org/licenses/GPL-2.0-or-later.html",
            "agreement": "",
            "web_url": "https://hosted.weblate.org/projects/freeplane/translation/",
            "url": "https://hosted.weblate.org/api/components/freeplane/translation/?format=api",
            "repository_url": "https://hosted.weblate.org/api/components/freeplane/translation/repository/?format=api",
            "translations_url": "https://hosted.weblate.org/api/components/freeplane/translation/translations/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/components/freeplane/translation/statistics/?format=api",
            "lock_url": "https://hosted.weblate.org/api/components/freeplane/translation/lock/?format=api",
            "links_url": "https://hosted.weblate.org/api/components/freeplane/translation/links/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/components/freeplane/translation/changes/?format=api",
            "task_url": null,
            "new_lang": "contact",
            "language_code_style": "",
            "push": "git@github.com:freeplane/freeplane.git",
            "check_flags": "",
            "priority": 100,
            "enforced_checks": [],
            "restricted": false,
            "repoweb": "",
            "report_source_bugs": "",
            "merge_style": "merge",
            "commit_message": "Translated using Weblate ({{ language_name }})\r\n\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\n\r\nUpdated by \"{{ hook_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
            "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
            "allow_translation_propagation": true,
            "manage_units": true,
            "enable_suggestions": false,
            "suggestion_voting": false,
            "suggestion_autoaccept": 0,
            "push_on_commit": true,
            "commit_pending_age": 24,
            "auto_lock_error": true,
            "language_regex": "^[^.]+$",
            "variant_regex": "",
            "addons": [
                "https://hosted.weblate.org/api/addons/32/?format=api"
            ],
            "is_glossary": false,
            "glossary_color": "silver",
            "category": null,
            "linked_component": null
        },
        {
            "name": "master",
            "slug": "master",
            "id": 4,
            "source_language": {
                "id": 31,
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 75,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485517,
                "web_url": "https://hosted.weblate.org/languages/en/",
                "url": "https://hosted.weblate.org/api/languages/en/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/en/statistics/?format=api"
            },
            "project": {
                "name": "MusicBottle",
                "slug": "musicbottle",
                "id": 3,
                "web": "https://wiki.musicbrainz.org/MusicBottle",
                "web_url": "https://hosted.weblate.org/projects/musicbottle/",
                "url": "https://hosted.weblate.org/api/projects/musicbottle/?format=api",
                "components_list_url": "https://hosted.weblate.org/api/projects/musicbottle/components/?format=api",
                "repository_url": "https://hosted.weblate.org/api/projects/musicbottle/repository/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/projects/musicbottle/statistics/?format=api",
                "categories_url": "https://hosted.weblate.org/api/projects/musicbottle/categories/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/projects/musicbottle/changes/?format=api",
                "languages_url": "https://hosted.weblate.org/api/projects/musicbottle/languages/?format=api",
                "labels_url": "https://hosted.weblate.org/api/projects/musicbottle/labels/?format=api",
                "translation_review": false,
                "source_review": false,
                "set_language_team": true,
                "instructions": "",
                "enable_hooks": true,
                "language_aliases": ""
            },
            "vcs": "git",
            "repo": "https://github.com/MusicBottle/MusicBottle.git",
            "git_export": "https://hosted.weblate.org/git/musicbottle/master/",
            "branch": "master",
            "push_branch": "",
            "filemask": "musicbottle/translations/*/LC_MESSAGES/messages.po",
            "screenshot_filemask": "",
            "template": "",
            "edit_template": true,
            "intermediate": "",
            "new_base": "musicbottle.pot",
            "file_format": "po",
            "license": "GPL-2.0-or-later",
            "license_url": "https://spdx.org/licenses/GPL-2.0-or-later.html",
            "agreement": "",
            "web_url": "https://hosted.weblate.org/projects/musicbottle/master/",
            "url": "https://hosted.weblate.org/api/components/musicbottle/master/?format=api",
            "repository_url": "https://hosted.weblate.org/api/components/musicbottle/master/repository/?format=api",
            "translations_url": "https://hosted.weblate.org/api/components/musicbottle/master/translations/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/components/musicbottle/master/statistics/?format=api",
            "lock_url": "https://hosted.weblate.org/api/components/musicbottle/master/lock/?format=api",
            "links_url": "https://hosted.weblate.org/api/components/musicbottle/master/links/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/components/musicbottle/master/changes/?format=api",
            "task_url": null,
            "new_lang": "add",
            "language_code_style": "",
            "push": "git@github.com:MusicBottle/MusicBottle.git",
            "check_flags": "",
            "priority": 100,
            "enforced_checks": [],
            "restricted": false,
            "repoweb": "https://github.com/MusicBottle/MusicBottle/blob/{{branch}}/{{filename}}#L{{line}}",
            "report_source_bugs": "",
            "merge_style": "merge",
            "commit_message": "Translated using Weblate ({{ language_name }})\r\n\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.\n\n",
            "addon_message": "Update translation files\n\nUpdated by \"{{ hook_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": 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": [],
            "is_glossary": false,
            "glossary_color": "silver",
            "category": null,
            "linked_component": null
        },
        {
            "name": "translations",
            "slug": "translations",
            "id": 5,
            "source_language": {
                "id": 31,
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 75,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485517,
                "web_url": "https://hosted.weblate.org/languages/en/",
                "url": "https://hosted.weblate.org/api/languages/en/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/en/statistics/?format=api"
            },
            "project": {
                "name": "ARandR",
                "slug": "arandr",
                "id": 2,
                "web": "http://christian.amsuess.com/tools/arandr/",
                "web_url": "https://hosted.weblate.org/projects/arandr/",
                "url": "https://hosted.weblate.org/api/projects/arandr/?format=api",
                "components_list_url": "https://hosted.weblate.org/api/projects/arandr/components/?format=api",
                "repository_url": "https://hosted.weblate.org/api/projects/arandr/repository/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/projects/arandr/statistics/?format=api",
                "categories_url": "https://hosted.weblate.org/api/projects/arandr/categories/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/projects/arandr/changes/?format=api",
                "languages_url": "https://hosted.weblate.org/api/projects/arandr/languages/?format=api",
                "labels_url": "https://hosted.weblate.org/api/projects/arandr/labels/?format=api",
                "translation_review": false,
                "source_review": false,
                "set_language_team": true,
                "instructions": "http://christian.amsuess.com/tools/arandr/#contributing",
                "enable_hooks": true,
                "language_aliases": ""
            },
            "vcs": "git",
            "repo": "https://github.com/chrysn/arandr.git",
            "git_export": "https://hosted.weblate.org/git/arandr/translations/",
            "branch": "master",
            "push_branch": "",
            "filemask": "data/po/*.po",
            "screenshot_filemask": "",
            "template": "",
            "edit_template": true,
            "intermediate": "",
            "new_base": "data/po/messages.pot",
            "file_format": "po",
            "license": "GPL-3.0-or-later",
            "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
            "agreement": "",
            "web_url": "https://hosted.weblate.org/projects/arandr/translations/",
            "url": "https://hosted.weblate.org/api/components/arandr/translations/?format=api",
            "repository_url": "https://hosted.weblate.org/api/components/arandr/translations/repository/?format=api",
            "translations_url": "https://hosted.weblate.org/api/components/arandr/translations/translations/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/components/arandr/translations/statistics/?format=api",
            "lock_url": "https://hosted.weblate.org/api/components/arandr/translations/lock/?format=api",
            "links_url": "https://hosted.weblate.org/api/components/arandr/translations/links/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/components/arandr/translations/changes/?format=api",
            "task_url": null,
            "new_lang": "add",
            "language_code_style": "",
            "push": "",
            "check_flags": "",
            "priority": 100,
            "enforced_checks": [],
            "restricted": false,
            "repoweb": "https://github.com/chrysn/arandr/blob/{{branch}}/{{filename}}#L{{line}}",
            "report_source_bugs": "",
            "merge_style": "merge",
            "commit_message": "Translated using Weblate ({{ language_name }})\r\n\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\n\nUpdated by \"{{ hook_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": false,
            "enable_suggestions": true,
            "suggestion_voting": false,
            "suggestion_autoaccept": 0,
            "push_on_commit": false,
            "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": "master",
            "slug": "master",
            "id": 10,
            "source_language": {
                "id": 31,
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 75,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485517,
                "web_url": "https://hosted.weblate.org/languages/en/",
                "url": "https://hosted.weblate.org/api/languages/en/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/en/statistics/?format=api"
            },
            "project": {
                "name": "SDAPS",
                "slug": "sdaps",
                "id": 5,
                "web": "http://sdaps.org/",
                "web_url": "https://hosted.weblate.org/projects/sdaps/",
                "url": "https://hosted.weblate.org/api/projects/sdaps/?format=api",
                "components_list_url": "https://hosted.weblate.org/api/projects/sdaps/components/?format=api",
                "repository_url": "https://hosted.weblate.org/api/projects/sdaps/repository/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/projects/sdaps/statistics/?format=api",
                "categories_url": "https://hosted.weblate.org/api/projects/sdaps/categories/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/projects/sdaps/changes/?format=api",
                "languages_url": "https://hosted.weblate.org/api/projects/sdaps/languages/?format=api",
                "labels_url": "https://hosted.weblate.org/api/projects/sdaps/labels/?format=api",
                "translation_review": false,
                "source_review": false,
                "set_language_team": true,
                "instructions": "This is the translation for the SDAPS main program. Most of the strings belong to the command line tool. A small amount are used in the GTK based user interface for corrections.\r\n\r\nPlease note that the strings in the \"tex\" subproject will be used to generate a PDF questionnaire. Said differently, these are strings that will be printed on paper.",
                "enable_hooks": true,
                "language_aliases": ""
            },
            "vcs": "git",
            "repo": "https://github.com/sdaps/sdaps.git",
            "git_export": "https://hosted.weblate.org/git/sdaps/master/",
            "branch": "master",
            "push_branch": "",
            "filemask": "po/*.po",
            "screenshot_filemask": "",
            "template": "",
            "edit_template": true,
            "intermediate": "",
            "new_base": "",
            "file_format": "po",
            "license": "GPL-3.0-or-later",
            "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
            "agreement": "",
            "web_url": "https://hosted.weblate.org/projects/sdaps/master/",
            "url": "https://hosted.weblate.org/api/components/sdaps/master/?format=api",
            "repository_url": "https://hosted.weblate.org/api/components/sdaps/master/repository/?format=api",
            "translations_url": "https://hosted.weblate.org/api/components/sdaps/master/translations/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/components/sdaps/master/statistics/?format=api",
            "lock_url": "https://hosted.weblate.org/api/components/sdaps/master/lock/?format=api",
            "links_url": "https://hosted.weblate.org/api/components/sdaps/master/links/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/components/sdaps/master/changes/?format=api",
            "task_url": null,
            "new_lang": "contact",
            "language_code_style": "",
            "push": "git@github.com:sdaps/sdaps.git",
            "check_flags": "",
            "priority": 100,
            "enforced_checks": [],
            "restricted": false,
            "repoweb": "https://github.com/benzea/sdaps/blob/master/po/{{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)",
            "add_message": "Added translation using Weblate ({{ language_name }})",
            "delete_message": "Deleted translation using Weblate ({{ language_name }})",
            "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
            "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ hook_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
            "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
            "allow_translation_propagation": true,
            "manage_units": false,
            "enable_suggestions": true,
            "suggestion_voting": false,
            "suggestion_autoaccept": 0,
            "push_on_commit": true,
            "commit_pending_age": 6,
            "auto_lock_error": true,
            "language_regex": "^[^.]+$",
            "variant_regex": "",
            "addons": [],
            "is_glossary": false,
            "glossary_color": "silver",
            "category": null,
            "linked_component": null
        },
        {
            "name": "strings",
            "slug": "strings",
            "id": 12,
            "source_language": {
                "id": 31,
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 75,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485517,
                "web_url": "https://hosted.weblate.org/languages/en/",
                "url": "https://hosted.weblate.org/api/languages/en/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/en/statistics/?format=api"
            },
            "project": {
                "name": "GetBack GPS",
                "slug": "getback_gps",
                "id": 6,
                "web": "http://ruleant.github.io/getback_gps/",
                "web_url": "https://hosted.weblate.org/projects/getback_gps/",
                "url": "https://hosted.weblate.org/api/projects/getback_gps/?format=api",
                "components_list_url": "https://hosted.weblate.org/api/projects/getback_gps/components/?format=api",
                "repository_url": "https://hosted.weblate.org/api/projects/getback_gps/repository/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/projects/getback_gps/statistics/?format=api",
                "categories_url": "https://hosted.weblate.org/api/projects/getback_gps/categories/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/projects/getback_gps/changes/?format=api",
                "languages_url": "https://hosted.weblate.org/api/projects/getback_gps/languages/?format=api",
                "labels_url": "https://hosted.weblate.org/api/projects/getback_gps/labels/?format=api",
                "translation_review": false,
                "source_review": false,
                "set_language_team": true,
                "instructions": "",
                "enable_hooks": true,
                "language_aliases": ""
            },
            "vcs": "git",
            "repo": "https://github.com/ruleant/getback_gps.git",
            "git_export": "https://hosted.weblate.org/git/getback_gps/strings/",
            "branch": "master",
            "push_branch": "",
            "filemask": "res/values-*/strings.xml",
            "screenshot_filemask": "",
            "template": "res/values/strings.xml",
            "edit_template": true,
            "intermediate": "",
            "new_base": "",
            "file_format": "aresource",
            "license": "GPL-3.0-or-later",
            "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
            "agreement": "",
            "web_url": "https://hosted.weblate.org/projects/getback_gps/strings/",
            "url": "https://hosted.weblate.org/api/components/getback_gps/strings/?format=api",
            "repository_url": "https://hosted.weblate.org/api/components/getback_gps/strings/repository/?format=api",
            "translations_url": "https://hosted.weblate.org/api/components/getback_gps/strings/translations/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/components/getback_gps/strings/statistics/?format=api",
            "lock_url": "https://hosted.weblate.org/api/components/getback_gps/strings/lock/?format=api",
            "links_url": "https://hosted.weblate.org/api/components/getback_gps/strings/links/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/components/getback_gps/strings/changes/?format=api",
            "task_url": null,
            "new_lang": "add",
            "language_code_style": "",
            "push": "git@github.com:ruleant/getback_gps.git",
            "check_flags": "",
            "priority": 100,
            "enforced_checks": [],
            "restricted": false,
            "repoweb": "https://github.com/ruleant/ariadne/blob/master/{{filename}}#L{{line}}",
            "report_source_bugs": "",
            "merge_style": "merge",
            "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)",
            "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 \"{{ hook_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": "Interface",
            "slug": "uh",
            "id": 13,
            "source_language": {
                "id": 31,
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 75,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485517,
                "web_url": "https://hosted.weblate.org/languages/en/",
                "url": "https://hosted.weblate.org/api/languages/en/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/en/statistics/?format=api"
            },
            "project": {
                "name": "Unknown Horizons",
                "slug": "uh",
                "id": 7,
                "web": "http://www.unknown-horizons.org/",
                "web_url": "https://hosted.weblate.org/projects/uh/",
                "url": "https://hosted.weblate.org/api/projects/uh/?format=api",
                "components_list_url": "https://hosted.weblate.org/api/projects/uh/components/?format=api",
                "repository_url": "https://hosted.weblate.org/api/projects/uh/repository/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/projects/uh/statistics/?format=api",
                "categories_url": "https://hosted.weblate.org/api/projects/uh/categories/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/projects/uh/changes/?format=api",
                "languages_url": "https://hosted.weblate.org/api/projects/uh/languages/?format=api",
                "labels_url": "https://hosted.weblate.org/api/projects/uh/labels/?format=api",
                "translation_review": false,
                "source_review": false,
                "set_language_team": true,
                "instructions": "",
                "enable_hooks": true,
                "language_aliases": ""
            },
            "vcs": "git",
            "repo": "https://github.com/unknown-horizons/unknown-horizons.git",
            "git_export": "https://hosted.weblate.org/git/uh/uh/",
            "branch": "master",
            "push_branch": "",
            "filemask": "po/uh/*.po",
            "screenshot_filemask": "",
            "template": "",
            "edit_template": true,
            "intermediate": "",
            "new_base": "",
            "file_format": "po",
            "license": "GPL-3.0-or-later",
            "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
            "agreement": "",
            "web_url": "https://hosted.weblate.org/projects/uh/uh/",
            "url": "https://hosted.weblate.org/api/components/uh/uh/?format=api",
            "repository_url": "https://hosted.weblate.org/api/components/uh/uh/repository/?format=api",
            "translations_url": "https://hosted.weblate.org/api/components/uh/uh/translations/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/components/uh/uh/statistics/?format=api",
            "lock_url": "https://hosted.weblate.org/api/components/uh/uh/lock/?format=api",
            "links_url": "https://hosted.weblate.org/api/components/uh/uh/links/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/components/uh/uh/changes/?format=api",
            "task_url": null,
            "new_lang": "contact",
            "language_code_style": "",
            "push": "",
            "check_flags": "",
            "priority": 100,
            "enforced_checks": [],
            "restricted": false,
            "repoweb": "https://github.com/unknown-horizons/unknown-horizons/blob/master/{{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)",
            "add_message": "Added translation using Weblate ({{ language_name }})",
            "delete_message": "Deleted translation using Weblate ({{ language_name }})",
            "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
            "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ hook_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
            "pull_message": "Translations update from {{ site_title }}\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": [],
            "is_glossary": false,
            "glossary_color": "silver",
            "category": null,
            "linked_component": null
        },
        {
            "name": "MP-Server",
            "slug": "uh-server",
            "id": 14,
            "source_language": {
                "id": 31,
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 75,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485517,
                "web_url": "https://hosted.weblate.org/languages/en/",
                "url": "https://hosted.weblate.org/api/languages/en/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/en/statistics/?format=api"
            },
            "project": {
                "name": "Unknown Horizons",
                "slug": "uh",
                "id": 7,
                "web": "http://www.unknown-horizons.org/",
                "web_url": "https://hosted.weblate.org/projects/uh/",
                "url": "https://hosted.weblate.org/api/projects/uh/?format=api",
                "components_list_url": "https://hosted.weblate.org/api/projects/uh/components/?format=api",
                "repository_url": "https://hosted.weblate.org/api/projects/uh/repository/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/projects/uh/statistics/?format=api",
                "categories_url": "https://hosted.weblate.org/api/projects/uh/categories/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/projects/uh/changes/?format=api",
                "languages_url": "https://hosted.weblate.org/api/projects/uh/languages/?format=api",
                "labels_url": "https://hosted.weblate.org/api/projects/uh/labels/?format=api",
                "translation_review": false,
                "source_review": false,
                "set_language_team": true,
                "instructions": "",
                "enable_hooks": true,
                "language_aliases": ""
            },
            "vcs": "git",
            "repo": "https://github.com/unknown-horizons/unknown-horizons.git",
            "git_export": "",
            "branch": "master",
            "push_branch": "",
            "filemask": "po/uh-server/*.po",
            "screenshot_filemask": "",
            "template": "",
            "edit_template": true,
            "intermediate": "",
            "new_base": "",
            "file_format": "po",
            "license": "GPL-3.0-or-later",
            "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
            "agreement": "",
            "web_url": "https://hosted.weblate.org/projects/uh/uh-server/",
            "url": "https://hosted.weblate.org/api/components/uh/uh-server/?format=api",
            "repository_url": "https://hosted.weblate.org/api/components/uh/uh-server/repository/?format=api",
            "translations_url": "https://hosted.weblate.org/api/components/uh/uh-server/translations/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/components/uh/uh-server/statistics/?format=api",
            "lock_url": "https://hosted.weblate.org/api/components/uh/uh-server/lock/?format=api",
            "links_url": "https://hosted.weblate.org/api/components/uh/uh-server/links/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/components/uh/uh-server/changes/?format=api",
            "task_url": null,
            "new_lang": "contact",
            "language_code_style": "",
            "push": "",
            "check_flags": "",
            "priority": 100,
            "enforced_checks": [],
            "restricted": false,
            "repoweb": "",
            "report_source_bugs": "",
            "merge_style": "rebase",
            "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)",
            "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 \"{{ hook_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": 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": [],
            "is_glossary": false,
            "glossary_color": "silver",
            "category": null,
            "linked_component": "https://hosted.weblate.org/api/components/uh/uh/?format=api"
        },
        {
            "name": "Scenario: Tutorial",
            "slug": "tutorial",
            "id": 15,
            "source_language": {
                "id": 31,
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 75,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485517,
                "web_url": "https://hosted.weblate.org/languages/en/",
                "url": "https://hosted.weblate.org/api/languages/en/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/en/statistics/?format=api"
            },
            "project": {
                "name": "Unknown Horizons",
                "slug": "uh",
                "id": 7,
                "web": "http://www.unknown-horizons.org/",
                "web_url": "https://hosted.weblate.org/projects/uh/",
                "url": "https://hosted.weblate.org/api/projects/uh/?format=api",
                "components_list_url": "https://hosted.weblate.org/api/projects/uh/components/?format=api",
                "repository_url": "https://hosted.weblate.org/api/projects/uh/repository/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/projects/uh/statistics/?format=api",
                "categories_url": "https://hosted.weblate.org/api/projects/uh/categories/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/projects/uh/changes/?format=api",
                "languages_url": "https://hosted.weblate.org/api/projects/uh/languages/?format=api",
                "labels_url": "https://hosted.weblate.org/api/projects/uh/labels/?format=api",
                "translation_review": false,
                "source_review": false,
                "set_language_team": true,
                "instructions": "",
                "enable_hooks": true,
                "language_aliases": ""
            },
            "vcs": "git",
            "repo": "https://github.com/unknown-horizons/unknown-horizons.git",
            "git_export": "",
            "branch": "master",
            "push_branch": "",
            "filemask": "po/scenarios/*/tutorial.po",
            "screenshot_filemask": "",
            "template": "",
            "edit_template": true,
            "intermediate": "",
            "new_base": "",
            "file_format": "po",
            "license": "GPL-3.0-or-later",
            "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
            "agreement": "",
            "web_url": "https://hosted.weblate.org/projects/uh/tutorial/",
            "url": "https://hosted.weblate.org/api/components/uh/tutorial/?format=api",
            "repository_url": "https://hosted.weblate.org/api/components/uh/tutorial/repository/?format=api",
            "translations_url": "https://hosted.weblate.org/api/components/uh/tutorial/translations/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/components/uh/tutorial/statistics/?format=api",
            "lock_url": "https://hosted.weblate.org/api/components/uh/tutorial/lock/?format=api",
            "links_url": "https://hosted.weblate.org/api/components/uh/tutorial/links/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/components/uh/tutorial/changes/?format=api",
            "task_url": null,
            "new_lang": "contact",
            "language_code_style": "",
            "push": "",
            "check_flags": "",
            "priority": 100,
            "enforced_checks": [],
            "restricted": false,
            "repoweb": "",
            "report_source_bugs": "",
            "merge_style": "rebase",
            "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)",
            "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 \"{{ hook_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": 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://hosted.weblate.org/api/addons/108/?format=api"
            ],
            "is_glossary": false,
            "glossary_color": "silver",
            "category": null,
            "linked_component": "https://hosted.weblate.org/api/components/uh/uh/?format=api"
        },
        {
            "name": "Scenario: The Unknown",
            "slug": "the-unknown",
            "id": 16,
            "source_language": {
                "id": 31,
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 75,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485517,
                "web_url": "https://hosted.weblate.org/languages/en/",
                "url": "https://hosted.weblate.org/api/languages/en/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/en/statistics/?format=api"
            },
            "project": {
                "name": "Unknown Horizons",
                "slug": "uh",
                "id": 7,
                "web": "http://www.unknown-horizons.org/",
                "web_url": "https://hosted.weblate.org/projects/uh/",
                "url": "https://hosted.weblate.org/api/projects/uh/?format=api",
                "components_list_url": "https://hosted.weblate.org/api/projects/uh/components/?format=api",
                "repository_url": "https://hosted.weblate.org/api/projects/uh/repository/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/projects/uh/statistics/?format=api",
                "categories_url": "https://hosted.weblate.org/api/projects/uh/categories/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/projects/uh/changes/?format=api",
                "languages_url": "https://hosted.weblate.org/api/projects/uh/languages/?format=api",
                "labels_url": "https://hosted.weblate.org/api/projects/uh/labels/?format=api",
                "translation_review": false,
                "source_review": false,
                "set_language_team": true,
                "instructions": "",
                "enable_hooks": true,
                "language_aliases": ""
            },
            "vcs": "git",
            "repo": "https://github.com/unknown-horizons/unknown-horizons.git",
            "git_export": "",
            "branch": "master",
            "push_branch": "",
            "filemask": "po/scenarios/*/The_Unknown.po",
            "screenshot_filemask": "",
            "template": "",
            "edit_template": true,
            "intermediate": "",
            "new_base": "",
            "file_format": "po",
            "license": "GPL-3.0-or-later",
            "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
            "agreement": "",
            "web_url": "https://hosted.weblate.org/projects/uh/the-unknown/",
            "url": "https://hosted.weblate.org/api/components/uh/the-unknown/?format=api",
            "repository_url": "https://hosted.weblate.org/api/components/uh/the-unknown/repository/?format=api",
            "translations_url": "https://hosted.weblate.org/api/components/uh/the-unknown/translations/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/components/uh/the-unknown/statistics/?format=api",
            "lock_url": "https://hosted.weblate.org/api/components/uh/the-unknown/lock/?format=api",
            "links_url": "https://hosted.weblate.org/api/components/uh/the-unknown/links/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/components/uh/the-unknown/changes/?format=api",
            "task_url": null,
            "new_lang": "contact",
            "language_code_style": "",
            "push": "",
            "check_flags": "",
            "priority": 100,
            "enforced_checks": [],
            "restricted": false,
            "repoweb": "",
            "report_source_bugs": "",
            "merge_style": "rebase",
            "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)",
            "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 \"{{ hook_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": 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://hosted.weblate.org/api/addons/107/?format=api"
            ],
            "is_glossary": false,
            "glossary_color": "silver",
            "category": null,
            "linked_component": "https://hosted.weblate.org/api/components/uh/uh/?format=api"
        },
        {
            "name": "the_ambush",
            "slug": "the_ambush",
            "id": 17,
            "source_language": {
                "id": 31,
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 75,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485517,
                "web_url": "https://hosted.weblate.org/languages/en/",
                "url": "https://hosted.weblate.org/api/languages/en/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/en/statistics/?format=api"
            },
            "project": {
                "name": "Summoning Wars",
                "slug": "sumwars",
                "id": 8,
                "web": "https://sourceforge.net/projects/sumwars/",
                "web_url": "https://hosted.weblate.org/projects/sumwars/",
                "url": "https://hosted.weblate.org/api/projects/sumwars/?format=api",
                "components_list_url": "https://hosted.weblate.org/api/projects/sumwars/components/?format=api",
                "repository_url": "https://hosted.weblate.org/api/projects/sumwars/repository/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/projects/sumwars/statistics/?format=api",
                "categories_url": "https://hosted.weblate.org/api/projects/sumwars/categories/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/projects/sumwars/changes/?format=api",
                "languages_url": "https://hosted.weblate.org/api/projects/sumwars/languages/?format=api",
                "labels_url": "https://hosted.weblate.org/api/projects/sumwars/labels/?format=api",
                "translation_review": false,
                "source_review": false,
                "set_language_team": true,
                "instructions": "",
                "enable_hooks": true,
                "language_aliases": ""
            },
            "vcs": "mercurial",
            "repo": "https://bitbucket.org/sumwars/sumwars-code",
            "git_export": "https://hg.weblate.org/sumwars",
            "branch": "default",
            "push_branch": "",
            "filemask": "share/translation/*/the_ambush.po",
            "screenshot_filemask": "",
            "template": "",
            "edit_template": true,
            "intermediate": "",
            "new_base": "",
            "file_format": "po",
            "license": "GPL-3.0-or-later",
            "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
            "agreement": "",
            "web_url": "https://hosted.weblate.org/projects/sumwars/the_ambush/",
            "url": "https://hosted.weblate.org/api/components/sumwars/the_ambush/?format=api",
            "repository_url": "https://hosted.weblate.org/api/components/sumwars/the_ambush/repository/?format=api",
            "translations_url": "https://hosted.weblate.org/api/components/sumwars/the_ambush/translations/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/components/sumwars/the_ambush/statistics/?format=api",
            "lock_url": "https://hosted.weblate.org/api/components/sumwars/the_ambush/lock/?format=api",
            "links_url": "https://hosted.weblate.org/api/components/sumwars/the_ambush/links/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/components/sumwars/the_ambush/changes/?format=api",
            "task_url": null,
            "new_lang": "contact",
            "language_code_style": "",
            "push": "ssh://bitbucket.org/sumwars/sumwars-code",
            "check_flags": "",
            "priority": 100,
            "enforced_checks": [],
            "restricted": false,
            "repoweb": "",
            "report_source_bugs": "",
            "merge_style": "merge",
            "commit_message": "Translated using Weblate ({{ language_name }})\r\n\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\n\r\nUpdated by \"{{ hook_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
            "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
            "allow_translation_propagation": true,
            "manage_units": false,
            "enable_suggestions": true,
            "suggestion_voting": false,
            "suggestion_autoaccept": 0,
            "push_on_commit": true,
            "commit_pending_age": 24,
            "auto_lock_error": true,
            "language_regex": "^[^.]+$",
            "variant_regex": "",
            "addons": [
                "https://hosted.weblate.org/api/addons/96/?format=api"
            ],
            "is_glossary": false,
            "glossary_color": "silver",
            "category": null,
            "linked_component": null
        },
        {
            "name": "sumwars",
            "slug": "sumwars",
            "id": 18,
            "source_language": {
                "id": 31,
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 75,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485517,
                "web_url": "https://hosted.weblate.org/languages/en/",
                "url": "https://hosted.weblate.org/api/languages/en/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/en/statistics/?format=api"
            },
            "project": {
                "name": "Summoning Wars",
                "slug": "sumwars",
                "id": 8,
                "web": "https://sourceforge.net/projects/sumwars/",
                "web_url": "https://hosted.weblate.org/projects/sumwars/",
                "url": "https://hosted.weblate.org/api/projects/sumwars/?format=api",
                "components_list_url": "https://hosted.weblate.org/api/projects/sumwars/components/?format=api",
                "repository_url": "https://hosted.weblate.org/api/projects/sumwars/repository/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/projects/sumwars/statistics/?format=api",
                "categories_url": "https://hosted.weblate.org/api/projects/sumwars/categories/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/projects/sumwars/changes/?format=api",
                "languages_url": "https://hosted.weblate.org/api/projects/sumwars/languages/?format=api",
                "labels_url": "https://hosted.weblate.org/api/projects/sumwars/labels/?format=api",
                "translation_review": false,
                "source_review": false,
                "set_language_team": true,
                "instructions": "",
                "enable_hooks": true,
                "language_aliases": ""
            },
            "vcs": "git",
            "repo": "https://bitbucket.org/sumwars/sumwars-code",
            "git_export": "",
            "branch": "default",
            "push_branch": "",
            "filemask": "share/translation/*/sumwars.po",
            "screenshot_filemask": "",
            "template": "",
            "edit_template": true,
            "intermediate": "",
            "new_base": "",
            "file_format": "po",
            "license": "GPL-3.0-or-later",
            "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
            "agreement": "",
            "web_url": "https://hosted.weblate.org/projects/sumwars/sumwars/",
            "url": "https://hosted.weblate.org/api/components/sumwars/sumwars/?format=api",
            "repository_url": "https://hosted.weblate.org/api/components/sumwars/sumwars/repository/?format=api",
            "translations_url": "https://hosted.weblate.org/api/components/sumwars/sumwars/translations/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/components/sumwars/sumwars/statistics/?format=api",
            "lock_url": "https://hosted.weblate.org/api/components/sumwars/sumwars/lock/?format=api",
            "links_url": "https://hosted.weblate.org/api/components/sumwars/sumwars/links/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/components/sumwars/sumwars/changes/?format=api",
            "task_url": null,
            "new_lang": "contact",
            "language_code_style": "",
            "push": "ssh://bitbucket.org/sumwars/sumwars-code",
            "check_flags": "",
            "priority": 100,
            "enforced_checks": [],
            "restricted": false,
            "repoweb": "",
            "report_source_bugs": "",
            "merge_style": "merge",
            "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)",
            "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 \"{{ hook_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": 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": [],
            "is_glossary": false,
            "glossary_color": "silver",
            "category": null,
            "linked_component": "https://hosted.weblate.org/api/components/sumwars/the_ambush/?format=api"
        },
        {
            "name": "rob_the_robber",
            "slug": "rob_the_robber",
            "id": 19,
            "source_language": {
                "id": 31,
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 75,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485517,
                "web_url": "https://hosted.weblate.org/languages/en/",
                "url": "https://hosted.weblate.org/api/languages/en/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/en/statistics/?format=api"
            },
            "project": {
                "name": "Summoning Wars",
                "slug": "sumwars",
                "id": 8,
                "web": "https://sourceforge.net/projects/sumwars/",
                "web_url": "https://hosted.weblate.org/projects/sumwars/",
                "url": "https://hosted.weblate.org/api/projects/sumwars/?format=api",
                "components_list_url": "https://hosted.weblate.org/api/projects/sumwars/components/?format=api",
                "repository_url": "https://hosted.weblate.org/api/projects/sumwars/repository/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/projects/sumwars/statistics/?format=api",
                "categories_url": "https://hosted.weblate.org/api/projects/sumwars/categories/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/projects/sumwars/changes/?format=api",
                "languages_url": "https://hosted.weblate.org/api/projects/sumwars/languages/?format=api",
                "labels_url": "https://hosted.weblate.org/api/projects/sumwars/labels/?format=api",
                "translation_review": false,
                "source_review": false,
                "set_language_team": true,
                "instructions": "",
                "enable_hooks": true,
                "language_aliases": ""
            },
            "vcs": "git",
            "repo": "https://bitbucket.org/sumwars/sumwars-code",
            "git_export": "",
            "branch": "default",
            "push_branch": "",
            "filemask": "share/translation/*/rob_the_robber.po",
            "screenshot_filemask": "",
            "template": "",
            "edit_template": true,
            "intermediate": "",
            "new_base": "",
            "file_format": "po",
            "license": "GPL-3.0-or-later",
            "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
            "agreement": "",
            "web_url": "https://hosted.weblate.org/projects/sumwars/rob_the_robber/",
            "url": "https://hosted.weblate.org/api/components/sumwars/rob_the_robber/?format=api",
            "repository_url": "https://hosted.weblate.org/api/components/sumwars/rob_the_robber/repository/?format=api",
            "translations_url": "https://hosted.weblate.org/api/components/sumwars/rob_the_robber/translations/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/components/sumwars/rob_the_robber/statistics/?format=api",
            "lock_url": "https://hosted.weblate.org/api/components/sumwars/rob_the_robber/lock/?format=api",
            "links_url": "https://hosted.weblate.org/api/components/sumwars/rob_the_robber/links/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/components/sumwars/rob_the_robber/changes/?format=api",
            "task_url": null,
            "new_lang": "contact",
            "language_code_style": "",
            "push": "ssh://bitbucket.org/sumwars/sumwars-code",
            "check_flags": "",
            "priority": 100,
            "enforced_checks": [],
            "restricted": false,
            "repoweb": "",
            "report_source_bugs": "",
            "merge_style": "merge",
            "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)",
            "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 \"{{ hook_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": 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": [],
            "is_glossary": false,
            "glossary_color": "silver",
            "category": null,
            "linked_component": "https://hosted.weblate.org/api/components/sumwars/the_ambush/?format=api"
        },
        {
            "name": "defend_dwarfenwall",
            "slug": "defend_dwarfenwall",
            "id": 20,
            "source_language": {
                "id": 31,
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 75,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485517,
                "web_url": "https://hosted.weblate.org/languages/en/",
                "url": "https://hosted.weblate.org/api/languages/en/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/en/statistics/?format=api"
            },
            "project": {
                "name": "Summoning Wars",
                "slug": "sumwars",
                "id": 8,
                "web": "https://sourceforge.net/projects/sumwars/",
                "web_url": "https://hosted.weblate.org/projects/sumwars/",
                "url": "https://hosted.weblate.org/api/projects/sumwars/?format=api",
                "components_list_url": "https://hosted.weblate.org/api/projects/sumwars/components/?format=api",
                "repository_url": "https://hosted.weblate.org/api/projects/sumwars/repository/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/projects/sumwars/statistics/?format=api",
                "categories_url": "https://hosted.weblate.org/api/projects/sumwars/categories/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/projects/sumwars/changes/?format=api",
                "languages_url": "https://hosted.weblate.org/api/projects/sumwars/languages/?format=api",
                "labels_url": "https://hosted.weblate.org/api/projects/sumwars/labels/?format=api",
                "translation_review": false,
                "source_review": false,
                "set_language_team": true,
                "instructions": "",
                "enable_hooks": true,
                "language_aliases": ""
            },
            "vcs": "git",
            "repo": "https://bitbucket.org/sumwars/sumwars-code",
            "git_export": "",
            "branch": "default",
            "push_branch": "",
            "filemask": "share/translation/*/defend_dwarfenwall.po",
            "screenshot_filemask": "",
            "template": "",
            "edit_template": true,
            "intermediate": "",
            "new_base": "",
            "file_format": "po",
            "license": "GPL-3.0-or-later",
            "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
            "agreement": "",
            "web_url": "https://hosted.weblate.org/projects/sumwars/defend_dwarfenwall/",
            "url": "https://hosted.weblate.org/api/components/sumwars/defend_dwarfenwall/?format=api",
            "repository_url": "https://hosted.weblate.org/api/components/sumwars/defend_dwarfenwall/repository/?format=api",
            "translations_url": "https://hosted.weblate.org/api/components/sumwars/defend_dwarfenwall/translations/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/components/sumwars/defend_dwarfenwall/statistics/?format=api",
            "lock_url": "https://hosted.weblate.org/api/components/sumwars/defend_dwarfenwall/lock/?format=api",
            "links_url": "https://hosted.weblate.org/api/components/sumwars/defend_dwarfenwall/links/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/components/sumwars/defend_dwarfenwall/changes/?format=api",
            "task_url": null,
            "new_lang": "contact",
            "language_code_style": "",
            "push": "ssh://bitbucket.org/sumwars/sumwars-code",
            "check_flags": "",
            "priority": 100,
            "enforced_checks": [],
            "restricted": false,
            "repoweb": "",
            "report_source_bugs": "",
            "merge_style": "merge",
            "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)",
            "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 \"{{ hook_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": 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": [],
            "is_glossary": false,
            "glossary_color": "silver",
            "category": null,
            "linked_component": "https://hosted.weblate.org/api/components/sumwars/the_ambush/?format=api"
        },
        {
            "name": "greenOrchid",
            "slug": "greenorchid",
            "id": 21,
            "source_language": {
                "id": 31,
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 75,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485517,
                "web_url": "https://hosted.weblate.org/languages/en/",
                "url": "https://hosted.weblate.org/api/languages/en/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/en/statistics/?format=api"
            },
            "project": {
                "name": "Summoning Wars",
                "slug": "sumwars",
                "id": 8,
                "web": "https://sourceforge.net/projects/sumwars/",
                "web_url": "https://hosted.weblate.org/projects/sumwars/",
                "url": "https://hosted.weblate.org/api/projects/sumwars/?format=api",
                "components_list_url": "https://hosted.weblate.org/api/projects/sumwars/components/?format=api",
                "repository_url": "https://hosted.weblate.org/api/projects/sumwars/repository/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/projects/sumwars/statistics/?format=api",
                "categories_url": "https://hosted.weblate.org/api/projects/sumwars/categories/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/projects/sumwars/changes/?format=api",
                "languages_url": "https://hosted.weblate.org/api/projects/sumwars/languages/?format=api",
                "labels_url": "https://hosted.weblate.org/api/projects/sumwars/labels/?format=api",
                "translation_review": false,
                "source_review": false,
                "set_language_team": true,
                "instructions": "",
                "enable_hooks": true,
                "language_aliases": ""
            },
            "vcs": "git",
            "repo": "https://bitbucket.org/sumwars/sumwars-code",
            "git_export": "",
            "branch": "default",
            "push_branch": "",
            "filemask": "share/translation/*/greenOrchid.po",
            "screenshot_filemask": "",
            "template": "",
            "edit_template": true,
            "intermediate": "",
            "new_base": "",
            "file_format": "po",
            "license": "GPL-3.0-or-later",
            "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
            "agreement": "",
            "web_url": "https://hosted.weblate.org/projects/sumwars/greenorchid/",
            "url": "https://hosted.weblate.org/api/components/sumwars/greenorchid/?format=api",
            "repository_url": "https://hosted.weblate.org/api/components/sumwars/greenorchid/repository/?format=api",
            "translations_url": "https://hosted.weblate.org/api/components/sumwars/greenorchid/translations/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/components/sumwars/greenorchid/statistics/?format=api",
            "lock_url": "https://hosted.weblate.org/api/components/sumwars/greenorchid/lock/?format=api",
            "links_url": "https://hosted.weblate.org/api/components/sumwars/greenorchid/links/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/components/sumwars/greenorchid/changes/?format=api",
            "task_url": null,
            "new_lang": "contact",
            "language_code_style": "",
            "push": "ssh://bitbucket.org/sumwars/sumwars-code",
            "check_flags": "",
            "priority": 100,
            "enforced_checks": [],
            "restricted": false,
            "repoweb": "",
            "report_source_bugs": "",
            "merge_style": "merge",
            "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)",
            "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 \"{{ hook_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": 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": [],
            "is_glossary": false,
            "glossary_color": "silver",
            "category": null,
            "linked_component": "https://hosted.weblate.org/api/components/sumwars/the_ambush/?format=api"
        },
        {
            "name": "tools",
            "slug": "tools",
            "id": 22,
            "source_language": {
                "id": 31,
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 75,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485517,
                "web_url": "https://hosted.weblate.org/languages/en/",
                "url": "https://hosted.weblate.org/api/languages/en/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/en/statistics/?format=api"
            },
            "project": {
                "name": "Summoning Wars",
                "slug": "sumwars",
                "id": 8,
                "web": "https://sourceforge.net/projects/sumwars/",
                "web_url": "https://hosted.weblate.org/projects/sumwars/",
                "url": "https://hosted.weblate.org/api/projects/sumwars/?format=api",
                "components_list_url": "https://hosted.weblate.org/api/projects/sumwars/components/?format=api",
                "repository_url": "https://hosted.weblate.org/api/projects/sumwars/repository/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/projects/sumwars/statistics/?format=api",
                "categories_url": "https://hosted.weblate.org/api/projects/sumwars/categories/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/projects/sumwars/changes/?format=api",
                "languages_url": "https://hosted.weblate.org/api/projects/sumwars/languages/?format=api",
                "labels_url": "https://hosted.weblate.org/api/projects/sumwars/labels/?format=api",
                "translation_review": false,
                "source_review": false,
                "set_language_team": true,
                "instructions": "",
                "enable_hooks": true,
                "language_aliases": ""
            },
            "vcs": "git",
            "repo": "https://bitbucket.org/sumwars/sumwars-code",
            "git_export": "",
            "branch": "default",
            "push_branch": "",
            "filemask": "share/translation/*/tools.po",
            "screenshot_filemask": "",
            "template": "",
            "edit_template": true,
            "intermediate": "",
            "new_base": "",
            "file_format": "po",
            "license": "GPL-3.0-or-later",
            "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
            "agreement": "",
            "web_url": "https://hosted.weblate.org/projects/sumwars/tools/",
            "url": "https://hosted.weblate.org/api/components/sumwars/tools/?format=api",
            "repository_url": "https://hosted.weblate.org/api/components/sumwars/tools/repository/?format=api",
            "translations_url": "https://hosted.weblate.org/api/components/sumwars/tools/translations/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/components/sumwars/tools/statistics/?format=api",
            "lock_url": "https://hosted.weblate.org/api/components/sumwars/tools/lock/?format=api",
            "links_url": "https://hosted.weblate.org/api/components/sumwars/tools/links/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/components/sumwars/tools/changes/?format=api",
            "task_url": null,
            "new_lang": "contact",
            "language_code_style": "",
            "push": "ssh://bitbucket.org/sumwars/sumwars-code",
            "check_flags": "",
            "priority": 100,
            "enforced_checks": [],
            "restricted": false,
            "repoweb": "",
            "report_source_bugs": "",
            "merge_style": "merge",
            "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)",
            "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 \"{{ hook_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": 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": [],
            "is_glossary": false,
            "glossary_color": "silver",
            "category": null,
            "linked_component": "https://hosted.weblate.org/api/components/sumwars/the_ambush/?format=api"
        },
        {
            "name": "rescue_willard",
            "slug": "rescue_willard",
            "id": 23,
            "source_language": {
                "id": 31,
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 75,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485517,
                "web_url": "https://hosted.weblate.org/languages/en/",
                "url": "https://hosted.weblate.org/api/languages/en/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/en/statistics/?format=api"
            },
            "project": {
                "name": "Summoning Wars",
                "slug": "sumwars",
                "id": 8,
                "web": "https://sourceforge.net/projects/sumwars/",
                "web_url": "https://hosted.weblate.org/projects/sumwars/",
                "url": "https://hosted.weblate.org/api/projects/sumwars/?format=api",
                "components_list_url": "https://hosted.weblate.org/api/projects/sumwars/components/?format=api",
                "repository_url": "https://hosted.weblate.org/api/projects/sumwars/repository/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/projects/sumwars/statistics/?format=api",
                "categories_url": "https://hosted.weblate.org/api/projects/sumwars/categories/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/projects/sumwars/changes/?format=api",
                "languages_url": "https://hosted.weblate.org/api/projects/sumwars/languages/?format=api",
                "labels_url": "https://hosted.weblate.org/api/projects/sumwars/labels/?format=api",
                "translation_review": false,
                "source_review": false,
                "set_language_team": true,
                "instructions": "",
                "enable_hooks": true,
                "language_aliases": ""
            },
            "vcs": "git",
            "repo": "https://bitbucket.org/sumwars/sumwars-code",
            "git_export": "",
            "branch": "default",
            "push_branch": "",
            "filemask": "share/translation/*/rescue_willard.po",
            "screenshot_filemask": "",
            "template": "",
            "edit_template": true,
            "intermediate": "",
            "new_base": "",
            "file_format": "po",
            "license": "GPL-3.0-or-later",
            "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
            "agreement": "",
            "web_url": "https://hosted.weblate.org/projects/sumwars/rescue_willard/",
            "url": "https://hosted.weblate.org/api/components/sumwars/rescue_willard/?format=api",
            "repository_url": "https://hosted.weblate.org/api/components/sumwars/rescue_willard/repository/?format=api",
            "translations_url": "https://hosted.weblate.org/api/components/sumwars/rescue_willard/translations/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/components/sumwars/rescue_willard/statistics/?format=api",
            "lock_url": "https://hosted.weblate.org/api/components/sumwars/rescue_willard/lock/?format=api",
            "links_url": "https://hosted.weblate.org/api/components/sumwars/rescue_willard/links/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/components/sumwars/rescue_willard/changes/?format=api",
            "task_url": null,
            "new_lang": "contact",
            "language_code_style": "",
            "push": "ssh://bitbucket.org/sumwars/sumwars-code",
            "check_flags": "",
            "priority": 100,
            "enforced_checks": [],
            "restricted": false,
            "repoweb": "",
            "report_source_bugs": "",
            "merge_style": "merge",
            "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)",
            "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 \"{{ hook_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": 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": [],
            "is_glossary": false,
            "glossary_color": "silver",
            "category": null,
            "linked_component": "https://hosted.weblate.org/api/components/sumwars/the_ambush/?format=api"
        },
        {
            "name": "joringsbridge",
            "slug": "joringsbridge",
            "id": 24,
            "source_language": {
                "id": 31,
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 75,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485517,
                "web_url": "https://hosted.weblate.org/languages/en/",
                "url": "https://hosted.weblate.org/api/languages/en/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/en/statistics/?format=api"
            },
            "project": {
                "name": "Summoning Wars",
                "slug": "sumwars",
                "id": 8,
                "web": "https://sourceforge.net/projects/sumwars/",
                "web_url": "https://hosted.weblate.org/projects/sumwars/",
                "url": "https://hosted.weblate.org/api/projects/sumwars/?format=api",
                "components_list_url": "https://hosted.weblate.org/api/projects/sumwars/components/?format=api",
                "repository_url": "https://hosted.weblate.org/api/projects/sumwars/repository/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/projects/sumwars/statistics/?format=api",
                "categories_url": "https://hosted.weblate.org/api/projects/sumwars/categories/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/projects/sumwars/changes/?format=api",
                "languages_url": "https://hosted.weblate.org/api/projects/sumwars/languages/?format=api",
                "labels_url": "https://hosted.weblate.org/api/projects/sumwars/labels/?format=api",
                "translation_review": false,
                "source_review": false,
                "set_language_team": true,
                "instructions": "",
                "enable_hooks": true,
                "language_aliases": ""
            },
            "vcs": "git",
            "repo": "https://bitbucket.org/sumwars/sumwars-code",
            "git_export": "",
            "branch": "default",
            "push_branch": "",
            "filemask": "share/translation/*/joringsbridge.po",
            "screenshot_filemask": "",
            "template": "",
            "edit_template": true,
            "intermediate": "",
            "new_base": "",
            "file_format": "po",
            "license": "GPL-3.0-or-later",
            "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
            "agreement": "",
            "web_url": "https://hosted.weblate.org/projects/sumwars/joringsbridge/",
            "url": "https://hosted.weblate.org/api/components/sumwars/joringsbridge/?format=api",
            "repository_url": "https://hosted.weblate.org/api/components/sumwars/joringsbridge/repository/?format=api",
            "translations_url": "https://hosted.weblate.org/api/components/sumwars/joringsbridge/translations/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/components/sumwars/joringsbridge/statistics/?format=api",
            "lock_url": "https://hosted.weblate.org/api/components/sumwars/joringsbridge/lock/?format=api",
            "links_url": "https://hosted.weblate.org/api/components/sumwars/joringsbridge/links/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/components/sumwars/joringsbridge/changes/?format=api",
            "task_url": null,
            "new_lang": "contact",
            "language_code_style": "",
            "push": "ssh://bitbucket.org/sumwars/sumwars-code",
            "check_flags": "",
            "priority": 100,
            "enforced_checks": [],
            "restricted": false,
            "repoweb": "",
            "report_source_bugs": "",
            "merge_style": "merge",
            "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)",
            "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 \"{{ hook_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": 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": [],
            "is_glossary": false,
            "glossary_color": "silver",
            "category": null,
            "linked_component": "https://hosted.weblate.org/api/components/sumwars/the_ambush/?format=api"
        },
        {
            "name": "the_poolmonster",
            "slug": "the_poolmonster",
            "id": 25,
            "source_language": {
                "id": 31,
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 75,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485517,
                "web_url": "https://hosted.weblate.org/languages/en/",
                "url": "https://hosted.weblate.org/api/languages/en/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/en/statistics/?format=api"
            },
            "project": {
                "name": "Summoning Wars",
                "slug": "sumwars",
                "id": 8,
                "web": "https://sourceforge.net/projects/sumwars/",
                "web_url": "https://hosted.weblate.org/projects/sumwars/",
                "url": "https://hosted.weblate.org/api/projects/sumwars/?format=api",
                "components_list_url": "https://hosted.weblate.org/api/projects/sumwars/components/?format=api",
                "repository_url": "https://hosted.weblate.org/api/projects/sumwars/repository/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/projects/sumwars/statistics/?format=api",
                "categories_url": "https://hosted.weblate.org/api/projects/sumwars/categories/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/projects/sumwars/changes/?format=api",
                "languages_url": "https://hosted.weblate.org/api/projects/sumwars/languages/?format=api",
                "labels_url": "https://hosted.weblate.org/api/projects/sumwars/labels/?format=api",
                "translation_review": false,
                "source_review": false,
                "set_language_team": true,
                "instructions": "",
                "enable_hooks": true,
                "language_aliases": ""
            },
            "vcs": "git",
            "repo": "https://bitbucket.org/sumwars/sumwars-code",
            "git_export": "",
            "branch": "default",
            "push_branch": "",
            "filemask": "share/translation/*/the_poolmonster.po",
            "screenshot_filemask": "",
            "template": "",
            "edit_template": true,
            "intermediate": "",
            "new_base": "",
            "file_format": "po",
            "license": "GPL-3.0-or-later",
            "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
            "agreement": "",
            "web_url": "https://hosted.weblate.org/projects/sumwars/the_poolmonster/",
            "url": "https://hosted.weblate.org/api/components/sumwars/the_poolmonster/?format=api",
            "repository_url": "https://hosted.weblate.org/api/components/sumwars/the_poolmonster/repository/?format=api",
            "translations_url": "https://hosted.weblate.org/api/components/sumwars/the_poolmonster/translations/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/components/sumwars/the_poolmonster/statistics/?format=api",
            "lock_url": "https://hosted.weblate.org/api/components/sumwars/the_poolmonster/lock/?format=api",
            "links_url": "https://hosted.weblate.org/api/components/sumwars/the_poolmonster/links/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/components/sumwars/the_poolmonster/changes/?format=api",
            "task_url": null,
            "new_lang": "contact",
            "language_code_style": "",
            "push": "ssh://bitbucket.org/sumwars/sumwars-code",
            "check_flags": "",
            "priority": 100,
            "enforced_checks": [],
            "restricted": false,
            "repoweb": "",
            "report_source_bugs": "",
            "merge_style": "merge",
            "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)",
            "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 \"{{ hook_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": 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": [],
            "is_glossary": false,
            "glossary_color": "silver",
            "category": null,
            "linked_component": "https://hosted.weblate.org/api/components/sumwars/the_ambush/?format=api"
        },
        {
            "name": "testquest",
            "slug": "testquest",
            "id": 26,
            "source_language": {
                "id": 31,
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 75,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485517,
                "web_url": "https://hosted.weblate.org/languages/en/",
                "url": "https://hosted.weblate.org/api/languages/en/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/en/statistics/?format=api"
            },
            "project": {
                "name": "Summoning Wars",
                "slug": "sumwars",
                "id": 8,
                "web": "https://sourceforge.net/projects/sumwars/",
                "web_url": "https://hosted.weblate.org/projects/sumwars/",
                "url": "https://hosted.weblate.org/api/projects/sumwars/?format=api",
                "components_list_url": "https://hosted.weblate.org/api/projects/sumwars/components/?format=api",
                "repository_url": "https://hosted.weblate.org/api/projects/sumwars/repository/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/projects/sumwars/statistics/?format=api",
                "categories_url": "https://hosted.weblate.org/api/projects/sumwars/categories/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/projects/sumwars/changes/?format=api",
                "languages_url": "https://hosted.weblate.org/api/projects/sumwars/languages/?format=api",
                "labels_url": "https://hosted.weblate.org/api/projects/sumwars/labels/?format=api",
                "translation_review": false,
                "source_review": false,
                "set_language_team": true,
                "instructions": "",
                "enable_hooks": true,
                "language_aliases": ""
            },
            "vcs": "git",
            "repo": "https://bitbucket.org/sumwars/sumwars-code",
            "git_export": "",
            "branch": "default",
            "push_branch": "",
            "filemask": "share/translation/*/testquest.po",
            "screenshot_filemask": "",
            "template": "",
            "edit_template": true,
            "intermediate": "",
            "new_base": "",
            "file_format": "po",
            "license": "GPL-3.0-or-later",
            "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
            "agreement": "",
            "web_url": "https://hosted.weblate.org/projects/sumwars/testquest/",
            "url": "https://hosted.weblate.org/api/components/sumwars/testquest/?format=api",
            "repository_url": "https://hosted.weblate.org/api/components/sumwars/testquest/repository/?format=api",
            "translations_url": "https://hosted.weblate.org/api/components/sumwars/testquest/translations/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/components/sumwars/testquest/statistics/?format=api",
            "lock_url": "https://hosted.weblate.org/api/components/sumwars/testquest/lock/?format=api",
            "links_url": "https://hosted.weblate.org/api/components/sumwars/testquest/links/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/components/sumwars/testquest/changes/?format=api",
            "task_url": null,
            "new_lang": "contact",
            "language_code_style": "",
            "push": "ssh://bitbucket.org/sumwars/sumwars-code",
            "check_flags": "",
            "priority": 100,
            "enforced_checks": [],
            "restricted": false,
            "repoweb": "",
            "report_source_bugs": "",
            "merge_style": "merge",
            "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)",
            "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 \"{{ hook_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": 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": [],
            "is_glossary": false,
            "glossary_color": "silver",
            "category": null,
            "linked_component": "https://hosted.weblate.org/api/components/sumwars/the_ambush/?format=api"
        },
        {
            "name": "the_goblinslayer",
            "slug": "the_goblinslayer",
            "id": 27,
            "source_language": {
                "id": 31,
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 75,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485517,
                "web_url": "https://hosted.weblate.org/languages/en/",
                "url": "https://hosted.weblate.org/api/languages/en/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/en/statistics/?format=api"
            },
            "project": {
                "name": "Summoning Wars",
                "slug": "sumwars",
                "id": 8,
                "web": "https://sourceforge.net/projects/sumwars/",
                "web_url": "https://hosted.weblate.org/projects/sumwars/",
                "url": "https://hosted.weblate.org/api/projects/sumwars/?format=api",
                "components_list_url": "https://hosted.weblate.org/api/projects/sumwars/components/?format=api",
                "repository_url": "https://hosted.weblate.org/api/projects/sumwars/repository/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/projects/sumwars/statistics/?format=api",
                "categories_url": "https://hosted.weblate.org/api/projects/sumwars/categories/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/projects/sumwars/changes/?format=api",
                "languages_url": "https://hosted.weblate.org/api/projects/sumwars/languages/?format=api",
                "labels_url": "https://hosted.weblate.org/api/projects/sumwars/labels/?format=api",
                "translation_review": false,
                "source_review": false,
                "set_language_team": true,
                "instructions": "",
                "enable_hooks": true,
                "language_aliases": ""
            },
            "vcs": "git",
            "repo": "https://bitbucket.org/sumwars/sumwars-code",
            "git_export": "",
            "branch": "default",
            "push_branch": "",
            "filemask": "share/translation/*/the_goblinslayer.po",
            "screenshot_filemask": "",
            "template": "",
            "edit_template": true,
            "intermediate": "",
            "new_base": "",
            "file_format": "po",
            "license": "GPL-3.0-or-later",
            "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
            "agreement": "",
            "web_url": "https://hosted.weblate.org/projects/sumwars/the_goblinslayer/",
            "url": "https://hosted.weblate.org/api/components/sumwars/the_goblinslayer/?format=api",
            "repository_url": "https://hosted.weblate.org/api/components/sumwars/the_goblinslayer/repository/?format=api",
            "translations_url": "https://hosted.weblate.org/api/components/sumwars/the_goblinslayer/translations/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/components/sumwars/the_goblinslayer/statistics/?format=api",
            "lock_url": "https://hosted.weblate.org/api/components/sumwars/the_goblinslayer/lock/?format=api",
            "links_url": "https://hosted.weblate.org/api/components/sumwars/the_goblinslayer/links/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/components/sumwars/the_goblinslayer/changes/?format=api",
            "task_url": null,
            "new_lang": "contact",
            "language_code_style": "",
            "push": "ssh://bitbucket.org/sumwars/sumwars-code",
            "check_flags": "",
            "priority": 100,
            "enforced_checks": [],
            "restricted": false,
            "repoweb": "",
            "report_source_bugs": "",
            "merge_style": "merge",
            "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)",
            "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 \"{{ hook_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": 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": [],
            "is_glossary": false,
            "glossary_color": "silver",
            "category": null,
            "linked_component": "https://hosted.weblate.org/api/components/sumwars/the_ambush/?format=api"
        },
        {
            "name": "the_trader",
            "slug": "the_trader",
            "id": 28,
            "source_language": {
                "id": 31,
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 75,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485517,
                "web_url": "https://hosted.weblate.org/languages/en/",
                "url": "https://hosted.weblate.org/api/languages/en/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/en/statistics/?format=api"
            },
            "project": {
                "name": "Summoning Wars",
                "slug": "sumwars",
                "id": 8,
                "web": "https://sourceforge.net/projects/sumwars/",
                "web_url": "https://hosted.weblate.org/projects/sumwars/",
                "url": "https://hosted.weblate.org/api/projects/sumwars/?format=api",
                "components_list_url": "https://hosted.weblate.org/api/projects/sumwars/components/?format=api",
                "repository_url": "https://hosted.weblate.org/api/projects/sumwars/repository/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/projects/sumwars/statistics/?format=api",
                "categories_url": "https://hosted.weblate.org/api/projects/sumwars/categories/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/projects/sumwars/changes/?format=api",
                "languages_url": "https://hosted.weblate.org/api/projects/sumwars/languages/?format=api",
                "labels_url": "https://hosted.weblate.org/api/projects/sumwars/labels/?format=api",
                "translation_review": false,
                "source_review": false,
                "set_language_team": true,
                "instructions": "",
                "enable_hooks": true,
                "language_aliases": ""
            },
            "vcs": "git",
            "repo": "https://bitbucket.org/sumwars/sumwars-code",
            "git_export": "",
            "branch": "default",
            "push_branch": "",
            "filemask": "share/translation/*/the_trader.po",
            "screenshot_filemask": "",
            "template": "",
            "edit_template": true,
            "intermediate": "",
            "new_base": "",
            "file_format": "po",
            "license": "GPL-3.0-or-later",
            "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
            "agreement": "",
            "web_url": "https://hosted.weblate.org/projects/sumwars/the_trader/",
            "url": "https://hosted.weblate.org/api/components/sumwars/the_trader/?format=api",
            "repository_url": "https://hosted.weblate.org/api/components/sumwars/the_trader/repository/?format=api",
            "translations_url": "https://hosted.weblate.org/api/components/sumwars/the_trader/translations/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/components/sumwars/the_trader/statistics/?format=api",
            "lock_url": "https://hosted.weblate.org/api/components/sumwars/the_trader/lock/?format=api",
            "links_url": "https://hosted.weblate.org/api/components/sumwars/the_trader/links/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/components/sumwars/the_trader/changes/?format=api",
            "task_url": null,
            "new_lang": "contact",
            "language_code_style": "",
            "push": "ssh://bitbucket.org/sumwars/sumwars-code",
            "check_flags": "",
            "priority": 100,
            "enforced_checks": [],
            "restricted": false,
            "repoweb": "",
            "report_source_bugs": "",
            "merge_style": "merge",
            "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)",
            "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 \"{{ hook_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": 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": [],
            "is_glossary": false,
            "glossary_color": "silver",
            "category": null,
            "linked_component": "https://hosted.weblate.org/api/components/sumwars/the_ambush/?format=api"
        },
        {
            "name": "goblin_raid",
            "slug": "goblin_raid",
            "id": 29,
            "source_language": {
                "id": 31,
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 75,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485517,
                "web_url": "https://hosted.weblate.org/languages/en/",
                "url": "https://hosted.weblate.org/api/languages/en/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/en/statistics/?format=api"
            },
            "project": {
                "name": "Summoning Wars",
                "slug": "sumwars",
                "id": 8,
                "web": "https://sourceforge.net/projects/sumwars/",
                "web_url": "https://hosted.weblate.org/projects/sumwars/",
                "url": "https://hosted.weblate.org/api/projects/sumwars/?format=api",
                "components_list_url": "https://hosted.weblate.org/api/projects/sumwars/components/?format=api",
                "repository_url": "https://hosted.weblate.org/api/projects/sumwars/repository/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/projects/sumwars/statistics/?format=api",
                "categories_url": "https://hosted.weblate.org/api/projects/sumwars/categories/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/projects/sumwars/changes/?format=api",
                "languages_url": "https://hosted.weblate.org/api/projects/sumwars/languages/?format=api",
                "labels_url": "https://hosted.weblate.org/api/projects/sumwars/labels/?format=api",
                "translation_review": false,
                "source_review": false,
                "set_language_team": true,
                "instructions": "",
                "enable_hooks": true,
                "language_aliases": ""
            },
            "vcs": "git",
            "repo": "https://bitbucket.org/sumwars/sumwars-code",
            "git_export": "",
            "branch": "default",
            "push_branch": "",
            "filemask": "share/translation/*/goblin_raid.po",
            "screenshot_filemask": "",
            "template": "",
            "edit_template": true,
            "intermediate": "",
            "new_base": "",
            "file_format": "po",
            "license": "GPL-3.0-or-later",
            "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
            "agreement": "",
            "web_url": "https://hosted.weblate.org/projects/sumwars/goblin_raid/",
            "url": "https://hosted.weblate.org/api/components/sumwars/goblin_raid/?format=api",
            "repository_url": "https://hosted.weblate.org/api/components/sumwars/goblin_raid/repository/?format=api",
            "translations_url": "https://hosted.weblate.org/api/components/sumwars/goblin_raid/translations/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/components/sumwars/goblin_raid/statistics/?format=api",
            "lock_url": "https://hosted.weblate.org/api/components/sumwars/goblin_raid/lock/?format=api",
            "links_url": "https://hosted.weblate.org/api/components/sumwars/goblin_raid/links/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/components/sumwars/goblin_raid/changes/?format=api",
            "task_url": null,
            "new_lang": "contact",
            "language_code_style": "",
            "push": "ssh://bitbucket.org/sumwars/sumwars-code",
            "check_flags": "",
            "priority": 100,
            "enforced_checks": [],
            "restricted": false,
            "repoweb": "",
            "report_source_bugs": "",
            "merge_style": "merge",
            "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)",
            "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 \"{{ hook_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": 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": [],
            "is_glossary": false,
            "glossary_color": "silver",
            "category": null,
            "linked_component": "https://hosted.weblate.org/api/components/sumwars/the_ambush/?format=api"
        },
        {
            "name": "menu",
            "slug": "menu",
            "id": 30,
            "source_language": {
                "id": 31,
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 75,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485517,
                "web_url": "https://hosted.weblate.org/languages/en/",
                "url": "https://hosted.weblate.org/api/languages/en/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/en/statistics/?format=api"
            },
            "project": {
                "name": "Summoning Wars",
                "slug": "sumwars",
                "id": 8,
                "web": "https://sourceforge.net/projects/sumwars/",
                "web_url": "https://hosted.weblate.org/projects/sumwars/",
                "url": "https://hosted.weblate.org/api/projects/sumwars/?format=api",
                "components_list_url": "https://hosted.weblate.org/api/projects/sumwars/components/?format=api",
                "repository_url": "https://hosted.weblate.org/api/projects/sumwars/repository/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/projects/sumwars/statistics/?format=api",
                "categories_url": "https://hosted.weblate.org/api/projects/sumwars/categories/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/projects/sumwars/changes/?format=api",
                "languages_url": "https://hosted.weblate.org/api/projects/sumwars/languages/?format=api",
                "labels_url": "https://hosted.weblate.org/api/projects/sumwars/labels/?format=api",
                "translation_review": false,
                "source_review": false,
                "set_language_team": true,
                "instructions": "",
                "enable_hooks": true,
                "language_aliases": ""
            },
            "vcs": "git",
            "repo": "https://bitbucket.org/sumwars/sumwars-code",
            "git_export": "",
            "branch": "default",
            "push_branch": "",
            "filemask": "share/translation/*/menu.po",
            "screenshot_filemask": "",
            "template": "",
            "edit_template": true,
            "intermediate": "",
            "new_base": "",
            "file_format": "po",
            "license": "GPL-3.0-or-later",
            "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
            "agreement": "",
            "web_url": "https://hosted.weblate.org/projects/sumwars/menu/",
            "url": "https://hosted.weblate.org/api/components/sumwars/menu/?format=api",
            "repository_url": "https://hosted.weblate.org/api/components/sumwars/menu/repository/?format=api",
            "translations_url": "https://hosted.weblate.org/api/components/sumwars/menu/translations/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/components/sumwars/menu/statistics/?format=api",
            "lock_url": "https://hosted.weblate.org/api/components/sumwars/menu/lock/?format=api",
            "links_url": "https://hosted.weblate.org/api/components/sumwars/menu/links/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/components/sumwars/menu/changes/?format=api",
            "task_url": null,
            "new_lang": "contact",
            "language_code_style": "",
            "push": "ssh://bitbucket.org/sumwars/sumwars-code",
            "check_flags": "",
            "priority": 100,
            "enforced_checks": [],
            "restricted": false,
            "repoweb": "",
            "report_source_bugs": "",
            "merge_style": "merge",
            "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)",
            "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 \"{{ hook_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": 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": [],
            "is_glossary": false,
            "glossary_color": "silver",
            "category": null,
            "linked_component": "https://hosted.weblate.org/api/components/sumwars/the_ambush/?format=api"
        },
        {
            "name": "fortify_dwarfenwall",
            "slug": "fortify_dwarfenwall",
            "id": 31,
            "source_language": {
                "id": 31,
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 75,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485517,
                "web_url": "https://hosted.weblate.org/languages/en/",
                "url": "https://hosted.weblate.org/api/languages/en/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/en/statistics/?format=api"
            },
            "project": {
                "name": "Summoning Wars",
                "slug": "sumwars",
                "id": 8,
                "web": "https://sourceforge.net/projects/sumwars/",
                "web_url": "https://hosted.weblate.org/projects/sumwars/",
                "url": "https://hosted.weblate.org/api/projects/sumwars/?format=api",
                "components_list_url": "https://hosted.weblate.org/api/projects/sumwars/components/?format=api",
                "repository_url": "https://hosted.weblate.org/api/projects/sumwars/repository/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/projects/sumwars/statistics/?format=api",
                "categories_url": "https://hosted.weblate.org/api/projects/sumwars/categories/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/projects/sumwars/changes/?format=api",
                "languages_url": "https://hosted.weblate.org/api/projects/sumwars/languages/?format=api",
                "labels_url": "https://hosted.weblate.org/api/projects/sumwars/labels/?format=api",
                "translation_review": false,
                "source_review": false,
                "set_language_team": true,
                "instructions": "",
                "enable_hooks": true,
                "language_aliases": ""
            },
            "vcs": "git",
            "repo": "https://bitbucket.org/sumwars/sumwars-code",
            "git_export": "",
            "branch": "default",
            "push_branch": "",
            "filemask": "share/translation/*/fortify_dwarfenwall.po",
            "screenshot_filemask": "",
            "template": "",
            "edit_template": true,
            "intermediate": "",
            "new_base": "",
            "file_format": "po",
            "license": "GPL-3.0-or-later",
            "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
            "agreement": "",
            "web_url": "https://hosted.weblate.org/projects/sumwars/fortify_dwarfenwall/",
            "url": "https://hosted.weblate.org/api/components/sumwars/fortify_dwarfenwall/?format=api",
            "repository_url": "https://hosted.weblate.org/api/components/sumwars/fortify_dwarfenwall/repository/?format=api",
            "translations_url": "https://hosted.weblate.org/api/components/sumwars/fortify_dwarfenwall/translations/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/components/sumwars/fortify_dwarfenwall/statistics/?format=api",
            "lock_url": "https://hosted.weblate.org/api/components/sumwars/fortify_dwarfenwall/lock/?format=api",
            "links_url": "https://hosted.weblate.org/api/components/sumwars/fortify_dwarfenwall/links/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/components/sumwars/fortify_dwarfenwall/changes/?format=api",
            "task_url": null,
            "new_lang": "contact",
            "language_code_style": "",
            "push": "ssh://bitbucket.org/sumwars/sumwars-code",
            "check_flags": "",
            "priority": 100,
            "enforced_checks": [],
            "restricted": false,
            "repoweb": "",
            "report_source_bugs": "",
            "merge_style": "merge",
            "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)",
            "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 \"{{ hook_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": 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": [],
            "is_glossary": false,
            "glossary_color": "silver",
            "category": null,
            "linked_component": "https://hosted.weblate.org/api/components/sumwars/the_ambush/?format=api"
        },
        {
            "name": "herb_collector",
            "slug": "herb_collector",
            "id": 32,
            "source_language": {
                "id": 31,
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 75,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485517,
                "web_url": "https://hosted.weblate.org/languages/en/",
                "url": "https://hosted.weblate.org/api/languages/en/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/en/statistics/?format=api"
            },
            "project": {
                "name": "Summoning Wars",
                "slug": "sumwars",
                "id": 8,
                "web": "https://sourceforge.net/projects/sumwars/",
                "web_url": "https://hosted.weblate.org/projects/sumwars/",
                "url": "https://hosted.weblate.org/api/projects/sumwars/?format=api",
                "components_list_url": "https://hosted.weblate.org/api/projects/sumwars/components/?format=api",
                "repository_url": "https://hosted.weblate.org/api/projects/sumwars/repository/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/projects/sumwars/statistics/?format=api",
                "categories_url": "https://hosted.weblate.org/api/projects/sumwars/categories/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/projects/sumwars/changes/?format=api",
                "languages_url": "https://hosted.weblate.org/api/projects/sumwars/languages/?format=api",
                "labels_url": "https://hosted.weblate.org/api/projects/sumwars/labels/?format=api",
                "translation_review": false,
                "source_review": false,
                "set_language_team": true,
                "instructions": "",
                "enable_hooks": true,
                "language_aliases": ""
            },
            "vcs": "git",
            "repo": "https://bitbucket.org/sumwars/sumwars-code",
            "git_export": "",
            "branch": "default",
            "push_branch": "",
            "filemask": "share/translation/*/herb_collector.po",
            "screenshot_filemask": "",
            "template": "",
            "edit_template": true,
            "intermediate": "",
            "new_base": "",
            "file_format": "po",
            "license": "GPL-3.0-or-later",
            "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
            "agreement": "",
            "web_url": "https://hosted.weblate.org/projects/sumwars/herb_collector/",
            "url": "https://hosted.weblate.org/api/components/sumwars/herb_collector/?format=api",
            "repository_url": "https://hosted.weblate.org/api/components/sumwars/herb_collector/repository/?format=api",
            "translations_url": "https://hosted.weblate.org/api/components/sumwars/herb_collector/translations/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/components/sumwars/herb_collector/statistics/?format=api",
            "lock_url": "https://hosted.weblate.org/api/components/sumwars/herb_collector/lock/?format=api",
            "links_url": "https://hosted.weblate.org/api/components/sumwars/herb_collector/links/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/components/sumwars/herb_collector/changes/?format=api",
            "task_url": null,
            "new_lang": "contact",
            "language_code_style": "",
            "push": "ssh://bitbucket.org/sumwars/sumwars-code",
            "check_flags": "",
            "priority": 100,
            "enforced_checks": [],
            "restricted": false,
            "repoweb": "",
            "report_source_bugs": "",
            "merge_style": "merge",
            "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)",
            "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 \"{{ hook_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": 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": [],
            "is_glossary": false,
            "glossary_color": "silver",
            "category": null,
            "linked_component": "https://hosted.weblate.org/api/components/sumwars/the_ambush/?format=api"
        },
        {
            "name": "the_besieged_farm",
            "slug": "the_besieged_farm",
            "id": 33,
            "source_language": {
                "id": 31,
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 75,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485517,
                "web_url": "https://hosted.weblate.org/languages/en/",
                "url": "https://hosted.weblate.org/api/languages/en/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/en/statistics/?format=api"
            },
            "project": {
                "name": "Summoning Wars",
                "slug": "sumwars",
                "id": 8,
                "web": "https://sourceforge.net/projects/sumwars/",
                "web_url": "https://hosted.weblate.org/projects/sumwars/",
                "url": "https://hosted.weblate.org/api/projects/sumwars/?format=api",
                "components_list_url": "https://hosted.weblate.org/api/projects/sumwars/components/?format=api",
                "repository_url": "https://hosted.weblate.org/api/projects/sumwars/repository/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/projects/sumwars/statistics/?format=api",
                "categories_url": "https://hosted.weblate.org/api/projects/sumwars/categories/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/projects/sumwars/changes/?format=api",
                "languages_url": "https://hosted.weblate.org/api/projects/sumwars/languages/?format=api",
                "labels_url": "https://hosted.weblate.org/api/projects/sumwars/labels/?format=api",
                "translation_review": false,
                "source_review": false,
                "set_language_team": true,
                "instructions": "",
                "enable_hooks": true,
                "language_aliases": ""
            },
            "vcs": "git",
            "repo": "https://bitbucket.org/sumwars/sumwars-code",
            "git_export": "",
            "branch": "default",
            "push_branch": "",
            "filemask": "share/translation/*/the_besieged_farm.po",
            "screenshot_filemask": "",
            "template": "",
            "edit_template": true,
            "intermediate": "",
            "new_base": "",
            "file_format": "po",
            "license": "GPL-3.0-or-later",
            "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
            "agreement": "",
            "web_url": "https://hosted.weblate.org/projects/sumwars/the_besieged_farm/",
            "url": "https://hosted.weblate.org/api/components/sumwars/the_besieged_farm/?format=api",
            "repository_url": "https://hosted.weblate.org/api/components/sumwars/the_besieged_farm/repository/?format=api",
            "translations_url": "https://hosted.weblate.org/api/components/sumwars/the_besieged_farm/translations/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/components/sumwars/the_besieged_farm/statistics/?format=api",
            "lock_url": "https://hosted.weblate.org/api/components/sumwars/the_besieged_farm/lock/?format=api",
            "links_url": "https://hosted.weblate.org/api/components/sumwars/the_besieged_farm/links/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/components/sumwars/the_besieged_farm/changes/?format=api",
            "task_url": null,
            "new_lang": "contact",
            "language_code_style": "",
            "push": "ssh://bitbucket.org/sumwars/sumwars-code",
            "check_flags": "",
            "priority": 100,
            "enforced_checks": [],
            "restricted": false,
            "repoweb": "",
            "report_source_bugs": "",
            "merge_style": "merge",
            "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)",
            "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 \"{{ hook_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": 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": [],
            "is_glossary": false,
            "glossary_color": "silver",
            "category": null,
            "linked_component": "https://hosted.weblate.org/api/components/sumwars/the_ambush/?format=api"
        },
        {
            "name": "the_ambush_of_the_undead",
            "slug": "the_ambush_of_the_undead",
            "id": 34,
            "source_language": {
                "id": 31,
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 75,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485517,
                "web_url": "https://hosted.weblate.org/languages/en/",
                "url": "https://hosted.weblate.org/api/languages/en/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/en/statistics/?format=api"
            },
            "project": {
                "name": "Summoning Wars",
                "slug": "sumwars",
                "id": 8,
                "web": "https://sourceforge.net/projects/sumwars/",
                "web_url": "https://hosted.weblate.org/projects/sumwars/",
                "url": "https://hosted.weblate.org/api/projects/sumwars/?format=api",
                "components_list_url": "https://hosted.weblate.org/api/projects/sumwars/components/?format=api",
                "repository_url": "https://hosted.weblate.org/api/projects/sumwars/repository/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/projects/sumwars/statistics/?format=api",
                "categories_url": "https://hosted.weblate.org/api/projects/sumwars/categories/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/projects/sumwars/changes/?format=api",
                "languages_url": "https://hosted.weblate.org/api/projects/sumwars/languages/?format=api",
                "labels_url": "https://hosted.weblate.org/api/projects/sumwars/labels/?format=api",
                "translation_review": false,
                "source_review": false,
                "set_language_team": true,
                "instructions": "",
                "enable_hooks": true,
                "language_aliases": ""
            },
            "vcs": "git",
            "repo": "https://bitbucket.org/sumwars/sumwars-code",
            "git_export": "",
            "branch": "default",
            "push_branch": "",
            "filemask": "share/translation/*/the_ambush_of_the_undead.po",
            "screenshot_filemask": "",
            "template": "",
            "edit_template": true,
            "intermediate": "",
            "new_base": "",
            "file_format": "po",
            "license": "GPL-3.0-or-later",
            "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
            "agreement": "",
            "web_url": "https://hosted.weblate.org/projects/sumwars/the_ambush_of_the_undead/",
            "url": "https://hosted.weblate.org/api/components/sumwars/the_ambush_of_the_undead/?format=api",
            "repository_url": "https://hosted.weblate.org/api/components/sumwars/the_ambush_of_the_undead/repository/?format=api",
            "translations_url": "https://hosted.weblate.org/api/components/sumwars/the_ambush_of_the_undead/translations/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/components/sumwars/the_ambush_of_the_undead/statistics/?format=api",
            "lock_url": "https://hosted.weblate.org/api/components/sumwars/the_ambush_of_the_undead/lock/?format=api",
            "links_url": "https://hosted.weblate.org/api/components/sumwars/the_ambush_of_the_undead/links/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/components/sumwars/the_ambush_of_the_undead/changes/?format=api",
            "task_url": null,
            "new_lang": "contact",
            "language_code_style": "",
            "push": "ssh://bitbucket.org/sumwars/sumwars-code",
            "check_flags": "",
            "priority": 100,
            "enforced_checks": [],
            "restricted": false,
            "repoweb": "",
            "report_source_bugs": "",
            "merge_style": "merge",
            "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)",
            "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 \"{{ hook_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": 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": [],
            "is_glossary": false,
            "glossary_color": "silver",
            "category": null,
            "linked_component": "https://hosted.weblate.org/api/components/sumwars/the_ambush/?format=api"
        },
        {
            "name": "maylons_grave",
            "slug": "maylons_grave",
            "id": 35,
            "source_language": {
                "id": 31,
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 75,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485517,
                "web_url": "https://hosted.weblate.org/languages/en/",
                "url": "https://hosted.weblate.org/api/languages/en/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/en/statistics/?format=api"
            },
            "project": {
                "name": "Summoning Wars",
                "slug": "sumwars",
                "id": 8,
                "web": "https://sourceforge.net/projects/sumwars/",
                "web_url": "https://hosted.weblate.org/projects/sumwars/",
                "url": "https://hosted.weblate.org/api/projects/sumwars/?format=api",
                "components_list_url": "https://hosted.weblate.org/api/projects/sumwars/components/?format=api",
                "repository_url": "https://hosted.weblate.org/api/projects/sumwars/repository/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/projects/sumwars/statistics/?format=api",
                "categories_url": "https://hosted.weblate.org/api/projects/sumwars/categories/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/projects/sumwars/changes/?format=api",
                "languages_url": "https://hosted.weblate.org/api/projects/sumwars/languages/?format=api",
                "labels_url": "https://hosted.weblate.org/api/projects/sumwars/labels/?format=api",
                "translation_review": false,
                "source_review": false,
                "set_language_team": true,
                "instructions": "",
                "enable_hooks": true,
                "language_aliases": ""
            },
            "vcs": "git",
            "repo": "https://bitbucket.org/sumwars/sumwars-code",
            "git_export": "",
            "branch": "default",
            "push_branch": "",
            "filemask": "share/translation/*/maylons_grave.po",
            "screenshot_filemask": "",
            "template": "",
            "edit_template": true,
            "intermediate": "",
            "new_base": "",
            "file_format": "po",
            "license": "GPL-3.0-or-later",
            "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
            "agreement": "",
            "web_url": "https://hosted.weblate.org/projects/sumwars/maylons_grave/",
            "url": "https://hosted.weblate.org/api/components/sumwars/maylons_grave/?format=api",
            "repository_url": "https://hosted.weblate.org/api/components/sumwars/maylons_grave/repository/?format=api",
            "translations_url": "https://hosted.weblate.org/api/components/sumwars/maylons_grave/translations/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/components/sumwars/maylons_grave/statistics/?format=api",
            "lock_url": "https://hosted.weblate.org/api/components/sumwars/maylons_grave/lock/?format=api",
            "links_url": "https://hosted.weblate.org/api/components/sumwars/maylons_grave/links/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/components/sumwars/maylons_grave/changes/?format=api",
            "task_url": null,
            "new_lang": "contact",
            "language_code_style": "",
            "push": "ssh://bitbucket.org/sumwars/sumwars-code",
            "check_flags": "",
            "priority": 100,
            "enforced_checks": [],
            "restricted": false,
            "repoweb": "",
            "report_source_bugs": "",
            "merge_style": "merge",
            "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)",
            "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 \"{{ hook_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": 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": [],
            "is_glossary": false,
            "glossary_color": "silver",
            "category": null,
            "linked_component": "https://hosted.weblate.org/api/components/sumwars/the_ambush/?format=api"
        },
        {
            "name": "tutorial",
            "slug": "tutorial",
            "id": 36,
            "source_language": {
                "id": 31,
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 75,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485517,
                "web_url": "https://hosted.weblate.org/languages/en/",
                "url": "https://hosted.weblate.org/api/languages/en/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/en/statistics/?format=api"
            },
            "project": {
                "name": "Summoning Wars",
                "slug": "sumwars",
                "id": 8,
                "web": "https://sourceforge.net/projects/sumwars/",
                "web_url": "https://hosted.weblate.org/projects/sumwars/",
                "url": "https://hosted.weblate.org/api/projects/sumwars/?format=api",
                "components_list_url": "https://hosted.weblate.org/api/projects/sumwars/components/?format=api",
                "repository_url": "https://hosted.weblate.org/api/projects/sumwars/repository/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/projects/sumwars/statistics/?format=api",
                "categories_url": "https://hosted.weblate.org/api/projects/sumwars/categories/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/projects/sumwars/changes/?format=api",
                "languages_url": "https://hosted.weblate.org/api/projects/sumwars/languages/?format=api",
                "labels_url": "https://hosted.weblate.org/api/projects/sumwars/labels/?format=api",
                "translation_review": false,
                "source_review": false,
                "set_language_team": true,
                "instructions": "",
                "enable_hooks": true,
                "language_aliases": ""
            },
            "vcs": "git",
            "repo": "https://bitbucket.org/sumwars/sumwars-code",
            "git_export": "",
            "branch": "default",
            "push_branch": "",
            "filemask": "share/translation/*/tutorial.po",
            "screenshot_filemask": "",
            "template": "",
            "edit_template": true,
            "intermediate": "",
            "new_base": "",
            "file_format": "po",
            "license": "GPL-3.0-or-later",
            "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
            "agreement": "",
            "web_url": "https://hosted.weblate.org/projects/sumwars/tutorial/",
            "url": "https://hosted.weblate.org/api/components/sumwars/tutorial/?format=api",
            "repository_url": "https://hosted.weblate.org/api/components/sumwars/tutorial/repository/?format=api",
            "translations_url": "https://hosted.weblate.org/api/components/sumwars/tutorial/translations/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/components/sumwars/tutorial/statistics/?format=api",
            "lock_url": "https://hosted.weblate.org/api/components/sumwars/tutorial/lock/?format=api",
            "links_url": "https://hosted.weblate.org/api/components/sumwars/tutorial/links/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/components/sumwars/tutorial/changes/?format=api",
            "task_url": null,
            "new_lang": "contact",
            "language_code_style": "",
            "push": "ssh://bitbucket.org/sumwars/sumwars-code",
            "check_flags": "",
            "priority": 100,
            "enforced_checks": [],
            "restricted": false,
            "repoweb": "",
            "report_source_bugs": "",
            "merge_style": "merge",
            "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)",
            "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 \"{{ hook_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": 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": [],
            "is_glossary": false,
            "glossary_color": "silver",
            "category": null,
            "linked_component": "https://hosted.weblate.org/api/components/sumwars/the_ambush/?format=api"
        },
        {
            "name": "scout",
            "slug": "scout",
            "id": 37,
            "source_language": {
                "id": 31,
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 75,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485517,
                "web_url": "https://hosted.weblate.org/languages/en/",
                "url": "https://hosted.weblate.org/api/languages/en/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/en/statistics/?format=api"
            },
            "project": {
                "name": "Summoning Wars",
                "slug": "sumwars",
                "id": 8,
                "web": "https://sourceforge.net/projects/sumwars/",
                "web_url": "https://hosted.weblate.org/projects/sumwars/",
                "url": "https://hosted.weblate.org/api/projects/sumwars/?format=api",
                "components_list_url": "https://hosted.weblate.org/api/projects/sumwars/components/?format=api",
                "repository_url": "https://hosted.weblate.org/api/projects/sumwars/repository/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/projects/sumwars/statistics/?format=api",
                "categories_url": "https://hosted.weblate.org/api/projects/sumwars/categories/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/projects/sumwars/changes/?format=api",
                "languages_url": "https://hosted.weblate.org/api/projects/sumwars/languages/?format=api",
                "labels_url": "https://hosted.weblate.org/api/projects/sumwars/labels/?format=api",
                "translation_review": false,
                "source_review": false,
                "set_language_team": true,
                "instructions": "",
                "enable_hooks": true,
                "language_aliases": ""
            },
            "vcs": "git",
            "repo": "https://bitbucket.org/sumwars/sumwars-code",
            "git_export": "",
            "branch": "default",
            "push_branch": "",
            "filemask": "share/translation/*/scout.po",
            "screenshot_filemask": "",
            "template": "",
            "edit_template": true,
            "intermediate": "",
            "new_base": "",
            "file_format": "po",
            "license": "GPL-3.0-or-later",
            "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
            "agreement": "",
            "web_url": "https://hosted.weblate.org/projects/sumwars/scout/",
            "url": "https://hosted.weblate.org/api/components/sumwars/scout/?format=api",
            "repository_url": "https://hosted.weblate.org/api/components/sumwars/scout/repository/?format=api",
            "translations_url": "https://hosted.weblate.org/api/components/sumwars/scout/translations/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/components/sumwars/scout/statistics/?format=api",
            "lock_url": "https://hosted.weblate.org/api/components/sumwars/scout/lock/?format=api",
            "links_url": "https://hosted.weblate.org/api/components/sumwars/scout/links/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/components/sumwars/scout/changes/?format=api",
            "task_url": null,
            "new_lang": "contact",
            "language_code_style": "",
            "push": "ssh://bitbucket.org/sumwars/sumwars-code",
            "check_flags": "",
            "priority": 100,
            "enforced_checks": [],
            "restricted": false,
            "repoweb": "",
            "report_source_bugs": "",
            "merge_style": "merge",
            "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)",
            "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 \"{{ hook_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": 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": [],
            "is_glossary": false,
            "glossary_color": "silver",
            "category": null,
            "linked_component": "https://hosted.weblate.org/api/components/sumwars/the_ambush/?format=api"
        },
        {
            "name": "Voices",
            "slug": "voices",
            "id": 38,
            "source_language": {
                "id": 31,
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 75,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485517,
                "web_url": "https://hosted.weblate.org/languages/en/",
                "url": "https://hosted.weblate.org/api/languages/en/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/en/statistics/?format=api"
            },
            "project": {
                "name": "Unknown Horizons",
                "slug": "uh",
                "id": 7,
                "web": "http://www.unknown-horizons.org/",
                "web_url": "https://hosted.weblate.org/projects/uh/",
                "url": "https://hosted.weblate.org/api/projects/uh/?format=api",
                "components_list_url": "https://hosted.weblate.org/api/projects/uh/components/?format=api",
                "repository_url": "https://hosted.weblate.org/api/projects/uh/repository/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/projects/uh/statistics/?format=api",
                "categories_url": "https://hosted.weblate.org/api/projects/uh/categories/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/projects/uh/changes/?format=api",
                "languages_url": "https://hosted.weblate.org/api/projects/uh/languages/?format=api",
                "labels_url": "https://hosted.weblate.org/api/projects/uh/labels/?format=api",
                "translation_review": false,
                "source_review": false,
                "set_language_team": true,
                "instructions": "",
                "enable_hooks": true,
                "language_aliases": ""
            },
            "vcs": "git",
            "repo": "https://github.com/unknown-horizons/unknown-horizons.git",
            "git_export": "",
            "branch": "master",
            "push_branch": "",
            "filemask": "po/voices/*.po",
            "screenshot_filemask": "",
            "template": "",
            "edit_template": true,
            "intermediate": "",
            "new_base": "",
            "file_format": "po",
            "license": "GPL-3.0-or-later",
            "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
            "agreement": "",
            "web_url": "https://hosted.weblate.org/projects/uh/voices/",
            "url": "https://hosted.weblate.org/api/components/uh/voices/?format=api",
            "repository_url": "https://hosted.weblate.org/api/components/uh/voices/repository/?format=api",
            "translations_url": "https://hosted.weblate.org/api/components/uh/voices/translations/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/components/uh/voices/statistics/?format=api",
            "lock_url": "https://hosted.weblate.org/api/components/uh/voices/lock/?format=api",
            "links_url": "https://hosted.weblate.org/api/components/uh/voices/links/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/components/uh/voices/changes/?format=api",
            "task_url": null,
            "new_lang": "contact",
            "language_code_style": "",
            "push": "",
            "check_flags": "",
            "priority": 100,
            "enforced_checks": [],
            "restricted": false,
            "repoweb": "",
            "report_source_bugs": "",
            "merge_style": "rebase",
            "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)",
            "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 \"{{ hook_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": 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": [],
            "is_glossary": false,
            "glossary_color": "silver",
            "category": null,
            "linked_component": "https://hosted.weblate.org/api/components/uh/uh/?format=api"
        },
        {
            "name": "master",
            "slug": "master",
            "id": 40,
            "source_language": {
                "id": 31,
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 75,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485517,
                "web_url": "https://hosted.weblate.org/languages/en/",
                "url": "https://hosted.weblate.org/api/languages/en/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/en/statistics/?format=api"
            },
            "project": {
                "name": "django-geoip-redis",
                "slug": "django-geoip-redis",
                "id": 10,
                "web": "https://github.com/gotlium/django-geoip-redis",
                "web_url": "https://hosted.weblate.org/projects/django-geoip-redis/",
                "url": "https://hosted.weblate.org/api/projects/django-geoip-redis/?format=api",
                "components_list_url": "https://hosted.weblate.org/api/projects/django-geoip-redis/components/?format=api",
                "repository_url": "https://hosted.weblate.org/api/projects/django-geoip-redis/repository/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/projects/django-geoip-redis/statistics/?format=api",
                "categories_url": "https://hosted.weblate.org/api/projects/django-geoip-redis/categories/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/projects/django-geoip-redis/changes/?format=api",
                "languages_url": "https://hosted.weblate.org/api/projects/django-geoip-redis/languages/?format=api",
                "labels_url": "https://hosted.weblate.org/api/projects/django-geoip-redis/labels/?format=api",
                "translation_review": false,
                "source_review": false,
                "set_language_team": true,
                "instructions": "",
                "enable_hooks": true,
                "language_aliases": ""
            },
            "vcs": "git",
            "repo": "https://github.com/gotlium/django-geoip-redis",
            "git_export": "https://hosted.weblate.org/git/django-geoip-redis/master/",
            "branch": "master",
            "push_branch": "",
            "filemask": "geoip/locale/*/LC_MESSAGES/django.po",
            "screenshot_filemask": "",
            "template": "",
            "edit_template": true,
            "intermediate": "",
            "new_base": "",
            "file_format": "po",
            "license": "GPL-3.0-or-later",
            "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
            "agreement": "",
            "web_url": "https://hosted.weblate.org/projects/django-geoip-redis/master/",
            "url": "https://hosted.weblate.org/api/components/django-geoip-redis/master/?format=api",
            "repository_url": "https://hosted.weblate.org/api/components/django-geoip-redis/master/repository/?format=api",
            "translations_url": "https://hosted.weblate.org/api/components/django-geoip-redis/master/translations/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/components/django-geoip-redis/master/statistics/?format=api",
            "lock_url": "https://hosted.weblate.org/api/components/django-geoip-redis/master/lock/?format=api",
            "links_url": "https://hosted.weblate.org/api/components/django-geoip-redis/master/links/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/components/django-geoip-redis/master/changes/?format=api",
            "task_url": null,
            "new_lang": "contact",
            "language_code_style": "",
            "push": "",
            "check_flags": "",
            "priority": 100,
            "enforced_checks": [],
            "restricted": false,
            "repoweb": "https://github.com/gotlium/django-geoip-redis/blob/{{branch}}/{{filename}}#L{{line}}",
            "report_source_bugs": "",
            "merge_style": "merge",
            "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)",
            "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 \"{{ hook_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": 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": [],
            "is_glossary": false,
            "glossary_color": "silver",
            "category": null,
            "linked_component": null
        },
        {
            "name": "Android",
            "slug": "main",
            "id": 41,
            "source_language": {
                "id": 31,
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 75,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485517,
                "web_url": "https://hosted.weblate.org/languages/en/",
                "url": "https://hosted.weblate.org/api/languages/en/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/en/statistics/?format=api"
            },
            "project": {
                "name": "OsmAnd",
                "slug": "osmand",
                "id": 11,
                "web": "http://www.osmand.net/",
                "web_url": "https://hosted.weblate.org/projects/osmand/",
                "url": "https://hosted.weblate.org/api/projects/osmand/?format=api",
                "components_list_url": "https://hosted.weblate.org/api/projects/osmand/components/?format=api",
                "repository_url": "https://hosted.weblate.org/api/projects/osmand/repository/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/projects/osmand/statistics/?format=api",
                "categories_url": "https://hosted.weblate.org/api/projects/osmand/categories/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/projects/osmand/changes/?format=api",
                "languages_url": "https://hosted.weblate.org/api/projects/osmand/languages/?format=api",
                "labels_url": "https://hosted.weblate.org/api/projects/osmand/labels/?format=api",
                "translation_review": true,
                "source_review": false,
                "set_language_team": true,
                "instructions": "https://docs.osmand.net/docs/technical/contributions/translating-osmand#what-languages-will-be-included-in-osmand-",
                "enable_hooks": true,
                "language_aliases": ""
            },
            "vcs": "git",
            "repo": "https://github.com/osmandapp/Osmand.git",
            "git_export": "https://hosted.weblate.org/git/osmand/main/",
            "branch": "master",
            "push_branch": "",
            "filemask": "OsmAnd/res/values-*/strings.xml",
            "screenshot_filemask": "",
            "template": "OsmAnd/res/values/strings.xml",
            "edit_template": false,
            "intermediate": "",
            "new_base": "",
            "file_format": "aresource",
            "license": "MIT",
            "license_url": "https://spdx.org/licenses/MIT.html",
            "agreement": "",
            "web_url": "https://hosted.weblate.org/projects/osmand/main/",
            "url": "https://hosted.weblate.org/api/components/osmand/main/?format=api",
            "repository_url": "https://hosted.weblate.org/api/components/osmand/main/repository/?format=api",
            "translations_url": "https://hosted.weblate.org/api/components/osmand/main/translations/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/components/osmand/main/statistics/?format=api",
            "lock_url": "https://hosted.weblate.org/api/components/osmand/main/lock/?format=api",
            "links_url": "https://hosted.weblate.org/api/components/osmand/main/links/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/components/osmand/main/changes/?format=api",
            "task_url": null,
            "new_lang": "add",
            "language_code_style": "",
            "push": "git@github.com:/osmandapp/Osmand.git",
            "check_flags": "",
            "priority": 100,
            "enforced_checks": [],
            "restricted": false,
            "repoweb": "https://github.com/osmandapp/Osmand/blob/{{branch}}/{{filename}}#L{{line}}",
            "report_source_bugs": "",
            "merge_style": "merge",
            "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)",
            "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 \"{{ hook_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": "Client",
            "slug": "client",
            "id": 45,
            "source_language": {
                "id": 31,
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 75,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485517,
                "web_url": "https://hosted.weblate.org/languages/en/",
                "url": "https://hosted.weblate.org/api/languages/en/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/en/statistics/?format=api"
            },
            "project": {
                "name": "Scarry On Lin{e|ux}",
                "slug": "sol",
                "id": 13,
                "web": "https://bitbucket.org/lele/sol",
                "web_url": "https://hosted.weblate.org/projects/sol/",
                "url": "https://hosted.weblate.org/api/projects/sol/?format=api",
                "components_list_url": "https://hosted.weblate.org/api/projects/sol/components/?format=api",
                "repository_url": "https://hosted.weblate.org/api/projects/sol/repository/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/projects/sol/statistics/?format=api",
                "categories_url": "https://hosted.weblate.org/api/projects/sol/categories/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/projects/sol/changes/?format=api",
                "languages_url": "https://hosted.weblate.org/api/projects/sol/languages/?format=api",
                "labels_url": "https://hosted.weblate.org/api/projects/sol/labels/?format=api",
                "translation_review": false,
                "source_review": false,
                "set_language_team": true,
                "instructions": "",
                "enable_hooks": true,
                "language_aliases": ""
            },
            "vcs": "git",
            "repo": "https://bitbucket.org/lele/sol.git",
            "git_export": "https://hosted.weblate.org/git/sol/client/",
            "branch": "master",
            "push_branch": "",
            "filemask": "src/sol/locale/*/LC_MESSAGES/sol-client.po",
            "screenshot_filemask": "",
            "template": "",
            "edit_template": true,
            "intermediate": "",
            "new_base": "src/sol/locale/sol-client.pot",
            "file_format": "po",
            "license": "GPL-3.0-or-later",
            "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
            "agreement": "",
            "web_url": "https://hosted.weblate.org/projects/sol/client/",
            "url": "https://hosted.weblate.org/api/components/sol/client/?format=api",
            "repository_url": "https://hosted.weblate.org/api/components/sol/client/repository/?format=api",
            "translations_url": "https://hosted.weblate.org/api/components/sol/client/translations/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/components/sol/client/statistics/?format=api",
            "lock_url": "https://hosted.weblate.org/api/components/sol/client/lock/?format=api",
            "links_url": "https://hosted.weblate.org/api/components/sol/client/links/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/components/sol/client/changes/?format=api",
            "task_url": null,
            "new_lang": "add",
            "language_code_style": "",
            "push": "",
            "check_flags": "",
            "priority": 100,
            "enforced_checks": [],
            "restricted": false,
            "repoweb": "https://bitbucket.org/lele/sol/src/{{branch}}/{{filename}}#cl-{{line}}",
            "report_source_bugs": "",
            "merge_style": "merge",
            "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)",
            "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 \"{{ hook_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": false,
            "enable_suggestions": true,
            "suggestion_voting": false,
            "suggestion_autoaccept": 0,
            "push_on_commit": false,
            "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": "Server",
            "slug": "server",
            "id": 46,
            "source_language": {
                "id": 31,
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 75,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485517,
                "web_url": "https://hosted.weblate.org/languages/en/",
                "url": "https://hosted.weblate.org/api/languages/en/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/en/statistics/?format=api"
            },
            "project": {
                "name": "Scarry On Lin{e|ux}",
                "slug": "sol",
                "id": 13,
                "web": "https://bitbucket.org/lele/sol",
                "web_url": "https://hosted.weblate.org/projects/sol/",
                "url": "https://hosted.weblate.org/api/projects/sol/?format=api",
                "components_list_url": "https://hosted.weblate.org/api/projects/sol/components/?format=api",
                "repository_url": "https://hosted.weblate.org/api/projects/sol/repository/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/projects/sol/statistics/?format=api",
                "categories_url": "https://hosted.weblate.org/api/projects/sol/categories/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/projects/sol/changes/?format=api",
                "languages_url": "https://hosted.weblate.org/api/projects/sol/languages/?format=api",
                "labels_url": "https://hosted.weblate.org/api/projects/sol/labels/?format=api",
                "translation_review": false,
                "source_review": false,
                "set_language_team": true,
                "instructions": "",
                "enable_hooks": true,
                "language_aliases": ""
            },
            "vcs": "git",
            "repo": "https://bitbucket.org/lele/sol.git",
            "git_export": "",
            "branch": "master",
            "push_branch": "",
            "filemask": "src/sol/locale/*/LC_MESSAGES/sol-server.po",
            "screenshot_filemask": "",
            "template": "",
            "edit_template": true,
            "intermediate": "",
            "new_base": "src/sol/locale/sol-server.pot",
            "file_format": "po",
            "license": "GPL-3.0-or-later",
            "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
            "agreement": "",
            "web_url": "https://hosted.weblate.org/projects/sol/server/",
            "url": "https://hosted.weblate.org/api/components/sol/server/?format=api",
            "repository_url": "https://hosted.weblate.org/api/components/sol/server/repository/?format=api",
            "translations_url": "https://hosted.weblate.org/api/components/sol/server/translations/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/components/sol/server/statistics/?format=api",
            "lock_url": "https://hosted.weblate.org/api/components/sol/server/lock/?format=api",
            "links_url": "https://hosted.weblate.org/api/components/sol/server/links/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/components/sol/server/changes/?format=api",
            "task_url": null,
            "new_lang": "add",
            "language_code_style": "",
            "push": "",
            "check_flags": "",
            "priority": 100,
            "enforced_checks": [],
            "restricted": false,
            "repoweb": "",
            "report_source_bugs": "",
            "merge_style": "merge",
            "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)",
            "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 \"{{ hook_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": false,
            "enable_suggestions": true,
            "suggestion_voting": false,
            "suggestion_autoaccept": 0,
            "push_on_commit": false,
            "commit_pending_age": 24,
            "auto_lock_error": true,
            "language_regex": "^[^.]+$",
            "variant_regex": "",
            "addons": [],
            "is_glossary": false,
            "glossary_color": "silver",
            "category": null,
            "linked_component": "https://hosted.weblate.org/api/components/sol/client/?format=api"
        },
        {
            "name": "Desktop",
            "slug": "desktop",
            "id": 47,
            "source_language": {
                "id": 31,
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 75,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485517,
                "web_url": "https://hosted.weblate.org/languages/en/",
                "url": "https://hosted.weblate.org/api/languages/en/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/en/statistics/?format=api"
            },
            "project": {
                "name": "Scarry On Lin{e|ux}",
                "slug": "sol",
                "id": 13,
                "web": "https://bitbucket.org/lele/sol",
                "web_url": "https://hosted.weblate.org/projects/sol/",
                "url": "https://hosted.weblate.org/api/projects/sol/?format=api",
                "components_list_url": "https://hosted.weblate.org/api/projects/sol/components/?format=api",
                "repository_url": "https://hosted.weblate.org/api/projects/sol/repository/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/projects/sol/statistics/?format=api",
                "categories_url": "https://hosted.weblate.org/api/projects/sol/categories/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/projects/sol/changes/?format=api",
                "languages_url": "https://hosted.weblate.org/api/projects/sol/languages/?format=api",
                "labels_url": "https://hosted.weblate.org/api/projects/sol/labels/?format=api",
                "translation_review": false,
                "source_review": false,
                "set_language_team": true,
                "instructions": "",
                "enable_hooks": true,
                "language_aliases": ""
            },
            "vcs": "git",
            "repo": "https://bitbucket.org/lele/metapensiero.extjs.desktop.git",
            "git_export": "https://hosted.weblate.org/git/sol/desktop/",
            "branch": "master",
            "push_branch": "",
            "filemask": "src/metapensiero/extjs/desktop/locale/*/LC_MESSAGES/mp-desktop.po",
            "screenshot_filemask": "",
            "template": "",
            "edit_template": true,
            "intermediate": "",
            "new_base": "src/metapensiero/extjs/desktop/locale/mp-desktop.pot",
            "file_format": "po",
            "license": "GPL-3.0-or-later",
            "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
            "agreement": "",
            "web_url": "https://hosted.weblate.org/projects/sol/desktop/",
            "url": "https://hosted.weblate.org/api/components/sol/desktop/?format=api",
            "repository_url": "https://hosted.weblate.org/api/components/sol/desktop/repository/?format=api",
            "translations_url": "https://hosted.weblate.org/api/components/sol/desktop/translations/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/components/sol/desktop/statistics/?format=api",
            "lock_url": "https://hosted.weblate.org/api/components/sol/desktop/lock/?format=api",
            "links_url": "https://hosted.weblate.org/api/components/sol/desktop/links/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/components/sol/desktop/changes/?format=api",
            "task_url": null,
            "new_lang": "add",
            "language_code_style": "",
            "push": "",
            "check_flags": "",
            "priority": 100,
            "enforced_checks": [],
            "restricted": false,
            "repoweb": "https://bitbucket.org/lele/metapensiero.extjs.desktop/src/{{branch}}/{{filename}}#cl-{{line}}",
            "report_source_bugs": "",
            "merge_style": "merge",
            "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)",
            "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 \"{{ hook_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": false,
            "enable_suggestions": true,
            "suggestion_voting": false,
            "suggestion_autoaccept": 0,
            "push_on_commit": false,
            "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": "master",
            "slug": "master",
            "id": 48,
            "source_language": {
                "id": 31,
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 75,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485517,
                "web_url": "https://hosted.weblate.org/languages/en/",
                "url": "https://hosted.weblate.org/api/languages/en/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/en/statistics/?format=api"
            },
            "project": {
                "name": "BridgeClock",
                "slug": "bridgeclock",
                "id": 14,
                "web": "https://github.com/suokko/BridgeClock",
                "web_url": "https://hosted.weblate.org/projects/bridgeclock/",
                "url": "https://hosted.weblate.org/api/projects/bridgeclock/?format=api",
                "components_list_url": "https://hosted.weblate.org/api/projects/bridgeclock/components/?format=api",
                "repository_url": "https://hosted.weblate.org/api/projects/bridgeclock/repository/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/projects/bridgeclock/statistics/?format=api",
                "categories_url": "https://hosted.weblate.org/api/projects/bridgeclock/categories/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/projects/bridgeclock/changes/?format=api",
                "languages_url": "https://hosted.weblate.org/api/projects/bridgeclock/languages/?format=api",
                "labels_url": "https://hosted.weblate.org/api/projects/bridgeclock/labels/?format=api",
                "translation_review": false,
                "source_review": false,
                "set_language_team": true,
                "instructions": "",
                "enable_hooks": true,
                "language_aliases": ""
            },
            "vcs": "git",
            "repo": "https://github.com/suokko/BridgeClock.git",
            "git_export": "https://hosted.weblate.org/git/bridgeclock/master/",
            "branch": "master",
            "push_branch": "",
            "filemask": "locale/BridgeClock_*.ts",
            "screenshot_filemask": "",
            "template": "",
            "edit_template": true,
            "intermediate": "",
            "new_base": "",
            "file_format": "ts",
            "license": "MIT",
            "license_url": "https://spdx.org/licenses/MIT.html",
            "agreement": "",
            "web_url": "https://hosted.weblate.org/projects/bridgeclock/master/",
            "url": "https://hosted.weblate.org/api/components/bridgeclock/master/?format=api",
            "repository_url": "https://hosted.weblate.org/api/components/bridgeclock/master/repository/?format=api",
            "translations_url": "https://hosted.weblate.org/api/components/bridgeclock/master/translations/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/components/bridgeclock/master/statistics/?format=api",
            "lock_url": "https://hosted.weblate.org/api/components/bridgeclock/master/lock/?format=api",
            "links_url": "https://hosted.weblate.org/api/components/bridgeclock/master/links/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/components/bridgeclock/master/changes/?format=api",
            "task_url": null,
            "new_lang": "contact",
            "language_code_style": "",
            "push": "git@github.com:suokko/BridgeClock.git",
            "check_flags": "",
            "priority": 100,
            "enforced_checks": [],
            "restricted": false,
            "repoweb": "https://github.com/suokko/BridgeClock/blob/{{branch}}/locale/{{filename}}#L{{line}}",
            "report_source_bugs": "",
            "merge_style": "merge",
            "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)",
            "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 \"{{ hook_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": 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": [],
            "is_glossary": false,
            "glossary_color": "silver",
            "category": null,
            "linked_component": null
        },
        {
            "name": "master",
            "slug": "master",
            "id": 50,
            "source_language": {
                "id": 31,
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 75,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485517,
                "web_url": "https://hosted.weblate.org/languages/en/",
                "url": "https://hosted.weblate.org/api/languages/en/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/en/statistics/?format=api"
            },
            "project": {
                "name": "CopyQ",
                "slug": "copyq",
                "id": 16,
                "web": "https://github.com/hluk/CopyQ/blob/master/README.md",
                "web_url": "https://hosted.weblate.org/projects/copyq/",
                "url": "https://hosted.weblate.org/api/projects/copyq/?format=api",
                "components_list_url": "https://hosted.weblate.org/api/projects/copyq/components/?format=api",
                "repository_url": "https://hosted.weblate.org/api/projects/copyq/repository/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/projects/copyq/statistics/?format=api",
                "categories_url": "https://hosted.weblate.org/api/projects/copyq/categories/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/projects/copyq/changes/?format=api",
                "languages_url": "https://hosted.weblate.org/api/projects/copyq/languages/?format=api",
                "labels_url": "https://hosted.weblate.org/api/projects/copyq/labels/?format=api",
                "translation_review": true,
                "source_review": true,
                "set_language_team": true,
                "instructions": "",
                "enable_hooks": true,
                "language_aliases": ""
            },
            "vcs": "git",
            "repo": "https://github.com/hluk/CopyQ.git",
            "git_export": "https://hosted.weblate.org/git/copyq/master/",
            "branch": "master",
            "push_branch": "",
            "filemask": "translations/copyq_*.ts",
            "screenshot_filemask": "",
            "template": "",
            "edit_template": true,
            "intermediate": "",
            "new_base": "",
            "file_format": "ts",
            "license": "GPL-3.0-or-later",
            "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
            "agreement": "",
            "web_url": "https://hosted.weblate.org/projects/copyq/master/",
            "url": "https://hosted.weblate.org/api/components/copyq/master/?format=api",
            "repository_url": "https://hosted.weblate.org/api/components/copyq/master/repository/?format=api",
            "translations_url": "https://hosted.weblate.org/api/components/copyq/master/translations/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/components/copyq/master/statistics/?format=api",
            "lock_url": "https://hosted.weblate.org/api/components/copyq/master/lock/?format=api",
            "links_url": "https://hosted.weblate.org/api/components/copyq/master/links/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/components/copyq/master/changes/?format=api",
            "task_url": null,
            "new_lang": "contact",
            "language_code_style": "",
            "push": "git@github.com:hluk/CopyQ.git",
            "check_flags": "",
            "priority": 100,
            "enforced_checks": [],
            "restricted": false,
            "repoweb": "https://github.com/hluk/CopyQ/blob/{{branch}}/translations/{{filename}}#L{{line}}",
            "report_source_bugs": "",
            "merge_style": "merge",
            "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)",
            "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 \"{{ hook_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": 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": [],
            "is_glossary": false,
            "glossary_color": "silver",
            "category": null,
            "linked_component": null
        },
        {
            "name": "master",
            "slug": "master",
            "id": 51,
            "source_language": {
                "id": 31,
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 75,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485517,
                "web_url": "https://hosted.weblate.org/languages/en/",
                "url": "https://hosted.weblate.org/api/languages/en/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/en/statistics/?format=api"
            },
            "project": {
                "name": "WinCompose",
                "slug": "wincompose",
                "id": 17,
                "web": "https://github.com/SamHocevar/wincompose",
                "web_url": "https://hosted.weblate.org/projects/wincompose/",
                "url": "https://hosted.weblate.org/api/projects/wincompose/?format=api",
                "components_list_url": "https://hosted.weblate.org/api/projects/wincompose/components/?format=api",
                "repository_url": "https://hosted.weblate.org/api/projects/wincompose/repository/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/projects/wincompose/statistics/?format=api",
                "categories_url": "https://hosted.weblate.org/api/projects/wincompose/categories/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/projects/wincompose/changes/?format=api",
                "languages_url": "https://hosted.weblate.org/api/projects/wincompose/languages/?format=api",
                "labels_url": "https://hosted.weblate.org/api/projects/wincompose/labels/?format=api",
                "translation_review": false,
                "source_review": false,
                "set_language_team": true,
                "instructions": "",
                "enable_hooks": true,
                "language_aliases": ""
            },
            "vcs": "git",
            "repo": "https://github.com/samhocevar/wincompose.git",
            "git_export": "https://hosted.weblate.org/git/wincompose/master/",
            "branch": "master",
            "push_branch": "",
            "filemask": "src/po/*.po",
            "screenshot_filemask": "",
            "template": "",
            "edit_template": true,
            "intermediate": "",
            "new_base": "src/po/wincompose.pot",
            "file_format": "po",
            "license": "WTFPL",
            "license_url": "https://spdx.org/licenses/WTFPL.html",
            "agreement": "",
            "web_url": "https://hosted.weblate.org/projects/wincompose/master/",
            "url": "https://hosted.weblate.org/api/components/wincompose/master/?format=api",
            "repository_url": "https://hosted.weblate.org/api/components/wincompose/master/repository/?format=api",
            "translations_url": "https://hosted.weblate.org/api/components/wincompose/master/translations/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/components/wincompose/master/statistics/?format=api",
            "lock_url": "https://hosted.weblate.org/api/components/wincompose/master/lock/?format=api",
            "links_url": "https://hosted.weblate.org/api/components/wincompose/master/links/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/components/wincompose/master/changes/?format=api",
            "task_url": null,
            "new_lang": "add",
            "language_code_style": "",
            "push": "git@github.com:samhocevar/wincompose.git",
            "check_flags": "",
            "priority": 100,
            "enforced_checks": [],
            "restricted": false,
            "repoweb": "https://github.com/samhocevar/wincompose/blob/{{branch}}/src/{{filename}}#L{{line}}",
            "report_source_bugs": "",
            "merge_style": "merge",
            "commit_message": "Translated using Weblate ({{ language_name }})\r\n\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\n\r\nUpdated by \"{{ hook_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
            "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
            "allow_translation_propagation": true,
            "manage_units": false,
            "enable_suggestions": true,
            "suggestion_voting": false,
            "suggestion_autoaccept": 0,
            "push_on_commit": true,
            "commit_pending_age": 24,
            "auto_lock_error": true,
            "language_regex": "^[^.]+$",
            "variant_regex": "",
            "addons": [
                "https://hosted.weblate.org/api/addons/8523/?format=api"
            ],
            "is_glossary": false,
            "glossary_color": "silver",
            "category": null,
            "linked_component": null
        },
        {
            "name": "Gammu: Application",
            "slug": "gammu",
            "id": 53,
            "source_language": {
                "id": 31,
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 75,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485517,
                "web_url": "https://hosted.weblate.org/languages/en/",
                "url": "https://hosted.weblate.org/api/languages/en/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/en/statistics/?format=api"
            },
            "project": {
                "name": "Gammu",
                "slug": "gammu",
                "id": 19,
                "web": "https://wammu.eu/",
                "web_url": "https://hosted.weblate.org/projects/gammu/",
                "url": "https://hosted.weblate.org/api/projects/gammu/?format=api",
                "components_list_url": "https://hosted.weblate.org/api/projects/gammu/components/?format=api",
                "repository_url": "https://hosted.weblate.org/api/projects/gammu/repository/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/projects/gammu/statistics/?format=api",
                "categories_url": "https://hosted.weblate.org/api/projects/gammu/categories/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/projects/gammu/changes/?format=api",
                "languages_url": "https://hosted.weblate.org/api/projects/gammu/languages/?format=api",
                "labels_url": "https://hosted.weblate.org/api/projects/gammu/labels/?format=api",
                "translation_review": false,
                "source_review": false,
                "set_language_team": true,
                "instructions": "https://wammu.eu/contribute/translate/\nMailing list for translators: <gammu-users@lists.sourceforge.net\n",
                "enable_hooks": true,
                "language_aliases": ""
            },
            "vcs": "git",
            "repo": "https://github.com/gammu/gammu.git",
            "git_export": "https://hosted.weblate.org/git/gammu/gammu/",
            "branch": "master",
            "push_branch": "",
            "filemask": "locale/*/gammu.po",
            "screenshot_filemask": "",
            "template": "",
            "edit_template": true,
            "intermediate": "",
            "new_base": "",
            "file_format": "po",
            "license": "GPL-2.0-only",
            "license_url": "https://spdx.org/licenses/GPL-2.0-only.html",
            "agreement": "",
            "web_url": "https://hosted.weblate.org/projects/gammu/gammu/",
            "url": "https://hosted.weblate.org/api/components/gammu/gammu/?format=api",
            "repository_url": "https://hosted.weblate.org/api/components/gammu/gammu/repository/?format=api",
            "translations_url": "https://hosted.weblate.org/api/components/gammu/gammu/translations/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/components/gammu/gammu/statistics/?format=api",
            "lock_url": "https://hosted.weblate.org/api/components/gammu/gammu/lock/?format=api",
            "links_url": "https://hosted.weblate.org/api/components/gammu/gammu/links/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/components/gammu/gammu/changes/?format=api",
            "task_url": null,
            "new_lang": "contact",
            "language_code_style": "",
            "push": "git@github.com:gammu/gammu.git",
            "check_flags": "",
            "priority": 100,
            "enforced_checks": [],
            "restricted": false,
            "repoweb": "https://github.com/gammu/gammu/blob/master/{{filename}}#L{{line}}",
            "report_source_bugs": "gammu-users@lists.sourceforge.net",
            "merge_style": "merge",
            "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\n[CI skip]",
            "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.\n\n",
            "addon_message": "Update translation files\n\nUpdated by \"{{ hook_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": 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": [],
            "is_glossary": false,
            "glossary_color": "silver",
            "category": null,
            "linked_component": null
        },
        {
            "name": "Gammu: Library",
            "slug": "libgammu",
            "id": 54,
            "source_language": {
                "id": 31,
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 75,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485517,
                "web_url": "https://hosted.weblate.org/languages/en/",
                "url": "https://hosted.weblate.org/api/languages/en/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/en/statistics/?format=api"
            },
            "project": {
                "name": "Gammu",
                "slug": "gammu",
                "id": 19,
                "web": "https://wammu.eu/",
                "web_url": "https://hosted.weblate.org/projects/gammu/",
                "url": "https://hosted.weblate.org/api/projects/gammu/?format=api",
                "components_list_url": "https://hosted.weblate.org/api/projects/gammu/components/?format=api",
                "repository_url": "https://hosted.weblate.org/api/projects/gammu/repository/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/projects/gammu/statistics/?format=api",
                "categories_url": "https://hosted.weblate.org/api/projects/gammu/categories/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/projects/gammu/changes/?format=api",
                "languages_url": "https://hosted.weblate.org/api/projects/gammu/languages/?format=api",
                "labels_url": "https://hosted.weblate.org/api/projects/gammu/labels/?format=api",
                "translation_review": false,
                "source_review": false,
                "set_language_team": true,
                "instructions": "https://wammu.eu/contribute/translate/\nMailing list for translators: <gammu-users@lists.sourceforge.net\n",
                "enable_hooks": true,
                "language_aliases": ""
            },
            "vcs": "git",
            "repo": "https://github.com/gammu/gammu.git",
            "git_export": "",
            "branch": "master",
            "push_branch": "",
            "filemask": "locale/*/libgammu.po",
            "screenshot_filemask": "",
            "template": "",
            "edit_template": true,
            "intermediate": "",
            "new_base": "",
            "file_format": "po",
            "license": "GPL-2.0-only",
            "license_url": "https://spdx.org/licenses/GPL-2.0-only.html",
            "agreement": "",
            "web_url": "https://hosted.weblate.org/projects/gammu/libgammu/",
            "url": "https://hosted.weblate.org/api/components/gammu/libgammu/?format=api",
            "repository_url": "https://hosted.weblate.org/api/components/gammu/libgammu/repository/?format=api",
            "translations_url": "https://hosted.weblate.org/api/components/gammu/libgammu/translations/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/components/gammu/libgammu/statistics/?format=api",
            "lock_url": "https://hosted.weblate.org/api/components/gammu/libgammu/lock/?format=api",
            "links_url": "https://hosted.weblate.org/api/components/gammu/libgammu/links/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/components/gammu/libgammu/changes/?format=api",
            "task_url": null,
            "new_lang": "contact",
            "language_code_style": "",
            "push": "git@github.com:gammu/gammu.git",
            "check_flags": "",
            "priority": 100,
            "enforced_checks": [],
            "restricted": false,
            "repoweb": "",
            "report_source_bugs": "gammu-users@lists.sourceforge.net",
            "merge_style": "merge",
            "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\n[CI skip]",
            "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.\n\n",
            "addon_message": "Update translation files\n\nUpdated by \"{{ hook_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": 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": [],
            "is_glossary": false,
            "glossary_color": "silver",
            "category": null,
            "linked_component": "https://hosted.weblate.org/api/components/gammu/gammu/?format=api"
        },
        {
            "name": "Wammu: Application",
            "slug": "wammu",
            "id": 55,
            "source_language": {
                "id": 31,
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 75,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485517,
                "web_url": "https://hosted.weblate.org/languages/en/",
                "url": "https://hosted.weblate.org/api/languages/en/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/en/statistics/?format=api"
            },
            "project": {
                "name": "Gammu",
                "slug": "gammu",
                "id": 19,
                "web": "https://wammu.eu/",
                "web_url": "https://hosted.weblate.org/projects/gammu/",
                "url": "https://hosted.weblate.org/api/projects/gammu/?format=api",
                "components_list_url": "https://hosted.weblate.org/api/projects/gammu/components/?format=api",
                "repository_url": "https://hosted.weblate.org/api/projects/gammu/repository/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/projects/gammu/statistics/?format=api",
                "categories_url": "https://hosted.weblate.org/api/projects/gammu/categories/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/projects/gammu/changes/?format=api",
                "languages_url": "https://hosted.weblate.org/api/projects/gammu/languages/?format=api",
                "labels_url": "https://hosted.weblate.org/api/projects/gammu/labels/?format=api",
                "translation_review": false,
                "source_review": false,
                "set_language_team": true,
                "instructions": "https://wammu.eu/contribute/translate/\nMailing list for translators: <gammu-users@lists.sourceforge.net\n",
                "enable_hooks": true,
                "language_aliases": ""
            },
            "vcs": "git",
            "repo": "https://github.com/gammu/wammu.git",
            "git_export": "https://hosted.weblate.org/git/gammu/wammu/",
            "branch": "master",
            "push_branch": "",
            "filemask": "locale/*/wammu.po",
            "screenshot_filemask": "",
            "template": "",
            "edit_template": true,
            "intermediate": "",
            "new_base": "",
            "file_format": "po",
            "license": "GPL-2.0-only",
            "license_url": "https://spdx.org/licenses/GPL-2.0-only.html",
            "agreement": "",
            "web_url": "https://hosted.weblate.org/projects/gammu/wammu/",
            "url": "https://hosted.weblate.org/api/components/gammu/wammu/?format=api",
            "repository_url": "https://hosted.weblate.org/api/components/gammu/wammu/repository/?format=api",
            "translations_url": "https://hosted.weblate.org/api/components/gammu/wammu/translations/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/components/gammu/wammu/statistics/?format=api",
            "lock_url": "https://hosted.weblate.org/api/components/gammu/wammu/lock/?format=api",
            "links_url": "https://hosted.weblate.org/api/components/gammu/wammu/links/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/components/gammu/wammu/changes/?format=api",
            "task_url": null,
            "new_lang": "contact",
            "language_code_style": "",
            "push": "git@github.com:gammu/wammu.git",
            "check_flags": "",
            "priority": 100,
            "enforced_checks": [],
            "restricted": false,
            "repoweb": "https://github.com/gammu/wammu/blob/master/{{filename}}#L{{line}}",
            "report_source_bugs": "gammu-users@lists.sourceforge.net",
            "merge_style": "merge",
            "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\n[CI skip]",
            "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.\n\n",
            "addon_message": "Update translation files\n\nUpdated by \"{{ hook_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": 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": [],
            "is_glossary": false,
            "glossary_color": "silver",
            "category": null,
            "linked_component": null
        },
        {
            "name": "Wammu: Documentation",
            "slug": "wammu-doc",
            "id": 56,
            "source_language": {
                "id": 31,
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 75,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485517,
                "web_url": "https://hosted.weblate.org/languages/en/",
                "url": "https://hosted.weblate.org/api/languages/en/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/en/statistics/?format=api"
            },
            "project": {
                "name": "Gammu",
                "slug": "gammu",
                "id": 19,
                "web": "https://wammu.eu/",
                "web_url": "https://hosted.weblate.org/projects/gammu/",
                "url": "https://hosted.weblate.org/api/projects/gammu/?format=api",
                "components_list_url": "https://hosted.weblate.org/api/projects/gammu/components/?format=api",
                "repository_url": "https://hosted.weblate.org/api/projects/gammu/repository/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/projects/gammu/statistics/?format=api",
                "categories_url": "https://hosted.weblate.org/api/projects/gammu/categories/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/projects/gammu/changes/?format=api",
                "languages_url": "https://hosted.weblate.org/api/projects/gammu/languages/?format=api",
                "labels_url": "https://hosted.weblate.org/api/projects/gammu/labels/?format=api",
                "translation_review": false,
                "source_review": false,
                "set_language_team": true,
                "instructions": "https://wammu.eu/contribute/translate/\nMailing list for translators: <gammu-users@lists.sourceforge.net\n",
                "enable_hooks": true,
                "language_aliases": ""
            },
            "vcs": "git",
            "repo": "https://github.com/gammu/wammu.git",
            "git_export": "",
            "branch": "master",
            "push_branch": "",
            "filemask": "locale/*/docs.po",
            "screenshot_filemask": "",
            "template": "",
            "edit_template": true,
            "intermediate": "",
            "new_base": "",
            "file_format": "po",
            "license": "GPL-2.0-only",
            "license_url": "https://spdx.org/licenses/GPL-2.0-only.html",
            "agreement": "",
            "web_url": "https://hosted.weblate.org/projects/gammu/wammu-doc/",
            "url": "https://hosted.weblate.org/api/components/gammu/wammu-doc/?format=api",
            "repository_url": "https://hosted.weblate.org/api/components/gammu/wammu-doc/repository/?format=api",
            "translations_url": "https://hosted.weblate.org/api/components/gammu/wammu-doc/translations/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/components/gammu/wammu-doc/statistics/?format=api",
            "lock_url": "https://hosted.weblate.org/api/components/gammu/wammu-doc/lock/?format=api",
            "links_url": "https://hosted.weblate.org/api/components/gammu/wammu-doc/links/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/components/gammu/wammu-doc/changes/?format=api",
            "task_url": null,
            "new_lang": "contact",
            "language_code_style": "",
            "push": "git@github.com:gammu/wammu.git",
            "check_flags": "rst-text",
            "priority": 100,
            "enforced_checks": [],
            "restricted": false,
            "repoweb": "",
            "report_source_bugs": "gammu-users@lists.sourceforge.net",
            "merge_style": "merge",
            "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\n[CI skip]",
            "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.\n\n",
            "addon_message": "Update translation files\n\nUpdated by \"{{ hook_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": 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": [],
            "is_glossary": false,
            "glossary_color": "silver",
            "category": null,
            "linked_component": "https://hosted.weblate.org/api/components/gammu/wammu/?format=api"
        },
        {
            "name": "Website",
            "slug": "website",
            "id": 57,
            "source_language": {
                "id": 31,
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 75,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485517,
                "web_url": "https://hosted.weblate.org/languages/en/",
                "url": "https://hosted.weblate.org/api/languages/en/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/en/statistics/?format=api"
            },
            "project": {
                "name": "Gammu",
                "slug": "gammu",
                "id": 19,
                "web": "https://wammu.eu/",
                "web_url": "https://hosted.weblate.org/projects/gammu/",
                "url": "https://hosted.weblate.org/api/projects/gammu/?format=api",
                "components_list_url": "https://hosted.weblate.org/api/projects/gammu/components/?format=api",
                "repository_url": "https://hosted.weblate.org/api/projects/gammu/repository/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/projects/gammu/statistics/?format=api",
                "categories_url": "https://hosted.weblate.org/api/projects/gammu/categories/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/projects/gammu/changes/?format=api",
                "languages_url": "https://hosted.weblate.org/api/projects/gammu/languages/?format=api",
                "labels_url": "https://hosted.weblate.org/api/projects/gammu/labels/?format=api",
                "translation_review": false,
                "source_review": false,
                "set_language_team": true,
                "instructions": "https://wammu.eu/contribute/translate/\nMailing list for translators: <gammu-users@lists.sourceforge.net\n",
                "enable_hooks": true,
                "language_aliases": ""
            },
            "vcs": "git",
            "repo": "https://github.com/gammu/website.git",
            "git_export": "https://hosted.weblate.org/git/gammu/website/",
            "branch": "master",
            "push_branch": "",
            "filemask": "locale/*/LC_MESSAGES/django.po",
            "screenshot_filemask": "",
            "template": "",
            "edit_template": true,
            "intermediate": "",
            "new_base": "",
            "file_format": "po",
            "license": "GPL-2.0-only",
            "license_url": "https://spdx.org/licenses/GPL-2.0-only.html",
            "agreement": "",
            "web_url": "https://hosted.weblate.org/projects/gammu/website/",
            "url": "https://hosted.weblate.org/api/components/gammu/website/?format=api",
            "repository_url": "https://hosted.weblate.org/api/components/gammu/website/repository/?format=api",
            "translations_url": "https://hosted.weblate.org/api/components/gammu/website/translations/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/components/gammu/website/statistics/?format=api",
            "lock_url": "https://hosted.weblate.org/api/components/gammu/website/lock/?format=api",
            "links_url": "https://hosted.weblate.org/api/components/gammu/website/links/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/components/gammu/website/changes/?format=api",
            "task_url": null,
            "new_lang": "contact",
            "language_code_style": "",
            "push": "git@github.com:gammu/website.git",
            "check_flags": "",
            "priority": 100,
            "enforced_checks": [],
            "restricted": false,
            "repoweb": "https://github.com/gammu/website/blob/master/{{filename}}#L{{line}}",
            "report_source_bugs": "gammu-users@lists.sourceforge.net",
            "merge_style": "merge",
            "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\n[CI skip]",
            "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.\n\n",
            "addon_message": "Update translation files\n\nUpdated by \"{{ hook_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": 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": [],
            "is_glossary": false,
            "glossary_color": "silver",
            "category": null,
            "linked_component": null
        },
        {
            "name": "Website",
            "slug": "website",
            "id": 61,
            "source_language": {
                "id": 31,
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 75,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485517,
                "web_url": "https://hosted.weblate.org/languages/en/",
                "url": "https://hosted.weblate.org/api/languages/en/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/en/statistics/?format=api"
            },
            "project": {
                "name": "Weblate",
                "slug": "weblate",
                "id": 23,
                "web": "https://weblate.org/",
                "web_url": "https://hosted.weblate.org/projects/weblate/",
                "url": "https://hosted.weblate.org/api/projects/weblate/?format=api",
                "components_list_url": "https://hosted.weblate.org/api/projects/weblate/components/?format=api",
                "repository_url": "https://hosted.weblate.org/api/projects/weblate/repository/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/projects/weblate/statistics/?format=api",
                "categories_url": "https://hosted.weblate.org/api/projects/weblate/categories/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/projects/weblate/changes/?format=api",
                "languages_url": "https://hosted.weblate.org/api/projects/weblate/languages/?format=api",
                "labels_url": "https://hosted.weblate.org/api/projects/weblate/labels/?format=api",
                "translation_review": true,
                "source_review": true,
                "set_language_team": true,
                "instructions": "https://weblate.org/contribute/",
                "enable_hooks": true,
                "language_aliases": ""
            },
            "vcs": "github",
            "repo": "https://github.com/WeblateOrg/website.git",
            "git_export": "https://hosted.weblate.org/git/weblate/website/",
            "branch": "main",
            "push_branch": "weblate",
            "filemask": "locale/*/LC_MESSAGES/django.po",
            "screenshot_filemask": "",
            "template": "",
            "edit_template": true,
            "intermediate": "",
            "new_base": "locale/django.pot",
            "file_format": "po",
            "license": "GPL-3.0-or-later",
            "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
            "agreement": "",
            "web_url": "https://hosted.weblate.org/projects/weblate/website/",
            "url": "https://hosted.weblate.org/api/components/weblate/website/?format=api",
            "repository_url": "https://hosted.weblate.org/api/components/weblate/website/repository/?format=api",
            "translations_url": "https://hosted.weblate.org/api/components/weblate/website/translations/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/components/weblate/website/statistics/?format=api",
            "lock_url": "https://hosted.weblate.org/api/components/weblate/website/lock/?format=api",
            "links_url": "https://hosted.weblate.org/api/components/weblate/website/links/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/components/weblate/website/changes/?format=api",
            "task_url": null,
            "new_lang": "add",
            "language_code_style": "",
            "push": "git@github.com:WeblateOrg/website.git",
            "check_flags": "safe-html",
            "priority": 100,
            "enforced_checks": [
                "python_brace_format",
                "python_format",
                "safe-html"
            ],
            "restricted": false,
            "repoweb": "https://github.com/WeblateOrg/website/blob/{{branch}}/{{filename}}#L{{line}}",
            "report_source_bugs": "",
            "merge_style": "rebase",
            "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
            "add_message": "Added translation using Weblate ({{ language_name }})",
            "delete_message": "Deleted translation using Weblate ({{ language_name }})",
            "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
            "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ hook_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
            "pull_message": "Translations update from {{ site_title }}\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://hosted.weblate.org/api/addons/149/?format=api",
                "https://hosted.weblate.org/api/addons/351/?format=api"
            ],
            "is_glossary": false,
            "glossary_color": "silver",
            "category": null,
            "linked_component": null
        },
        {
            "name": "Application",
            "slug": "application",
            "id": 62,
            "source_language": {
                "id": 31,
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 75,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485517,
                "web_url": "https://hosted.weblate.org/languages/en/",
                "url": "https://hosted.weblate.org/api/languages/en/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/en/statistics/?format=api"
            },
            "project": {
                "name": "Weblate",
                "slug": "weblate",
                "id": 23,
                "web": "https://weblate.org/",
                "web_url": "https://hosted.weblate.org/projects/weblate/",
                "url": "https://hosted.weblate.org/api/projects/weblate/?format=api",
                "components_list_url": "https://hosted.weblate.org/api/projects/weblate/components/?format=api",
                "repository_url": "https://hosted.weblate.org/api/projects/weblate/repository/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/projects/weblate/statistics/?format=api",
                "categories_url": "https://hosted.weblate.org/api/projects/weblate/categories/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/projects/weblate/changes/?format=api",
                "languages_url": "https://hosted.weblate.org/api/projects/weblate/languages/?format=api",
                "labels_url": "https://hosted.weblate.org/api/projects/weblate/labels/?format=api",
                "translation_review": true,
                "source_review": true,
                "set_language_team": true,
                "instructions": "https://weblate.org/contribute/",
                "enable_hooks": true,
                "language_aliases": ""
            },
            "vcs": "github",
            "repo": "https://github.com/WeblateOrg/weblate.git",
            "git_export": "https://hosted.weblate.org/git/weblate/application/",
            "branch": "main",
            "push_branch": "weblate",
            "filemask": "weblate/locale/*/LC_MESSAGES/django.po",
            "screenshot_filemask": "docs/screenshots/*.png",
            "template": "",
            "edit_template": true,
            "intermediate": "",
            "new_base": "weblate/locale/django.pot",
            "file_format": "po",
            "license": "GPL-3.0-or-later",
            "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
            "agreement": "",
            "web_url": "https://hosted.weblate.org/projects/weblate/application/",
            "url": "https://hosted.weblate.org/api/components/weblate/application/?format=api",
            "repository_url": "https://hosted.weblate.org/api/components/weblate/application/repository/?format=api",
            "translations_url": "https://hosted.weblate.org/api/components/weblate/application/translations/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/components/weblate/application/statistics/?format=api",
            "lock_url": "https://hosted.weblate.org/api/components/weblate/application/lock/?format=api",
            "links_url": "https://hosted.weblate.org/api/components/weblate/application/links/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/components/weblate/application/changes/?format=api",
            "task_url": null,
            "new_lang": "add",
            "language_code_style": "",
            "push": "git@github.com:WeblateOrg/weblate.git",
            "check_flags": "safe-html",
            "priority": 60,
            "enforced_checks": [
                "python_format",
                "safe-html",
                "python_brace_format"
            ],
            "restricted": false,
            "repoweb": "https://github.com/WeblateOrg/weblate/blob/{{branch}}/{{filename}}#L{{line}}",
            "report_source_bugs": "",
            "merge_style": "rebase",
            "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
            "add_message": "Added translation using Weblate ({{ language_name }})",
            "delete_message": "Deleted translation using Weblate ({{ language_name }})",
            "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
            "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ hook_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
            "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
            "allow_translation_propagation": true,
            "manage_units": 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://hosted.weblate.org/api/addons/139/?format=api",
                "https://hosted.weblate.org/api/addons/148/?format=api",
                "https://hosted.weblate.org/api/addons/347/?format=api"
            ],
            "is_glossary": false,
            "glossary_color": "silver",
            "category": null,
            "linked_component": null
        },
        {
            "name": "Application: Javascript",
            "slug": "javascript",
            "id": 63,
            "source_language": {
                "id": 31,
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 75,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485517,
                "web_url": "https://hosted.weblate.org/languages/en/",
                "url": "https://hosted.weblate.org/api/languages/en/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/en/statistics/?format=api"
            },
            "project": {
                "name": "Weblate",
                "slug": "weblate",
                "id": 23,
                "web": "https://weblate.org/",
                "web_url": "https://hosted.weblate.org/projects/weblate/",
                "url": "https://hosted.weblate.org/api/projects/weblate/?format=api",
                "components_list_url": "https://hosted.weblate.org/api/projects/weblate/components/?format=api",
                "repository_url": "https://hosted.weblate.org/api/projects/weblate/repository/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/projects/weblate/statistics/?format=api",
                "categories_url": "https://hosted.weblate.org/api/projects/weblate/categories/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/projects/weblate/changes/?format=api",
                "languages_url": "https://hosted.weblate.org/api/projects/weblate/languages/?format=api",
                "labels_url": "https://hosted.weblate.org/api/projects/weblate/labels/?format=api",
                "translation_review": true,
                "source_review": true,
                "set_language_team": true,
                "instructions": "https://weblate.org/contribute/",
                "enable_hooks": true,
                "language_aliases": ""
            },
            "vcs": "git",
            "repo": "https://github.com/WeblateOrg/weblate.git",
            "git_export": "",
            "branch": "main",
            "push_branch": "weblate",
            "filemask": "weblate/locale/*/LC_MESSAGES/djangojs.po",
            "screenshot_filemask": "",
            "template": "",
            "edit_template": true,
            "intermediate": "",
            "new_base": "weblate/locale/djangojs.pot",
            "file_format": "po",
            "license": "GPL-3.0-or-later",
            "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
            "agreement": "",
            "web_url": "https://hosted.weblate.org/projects/weblate/javascript/",
            "url": "https://hosted.weblate.org/api/components/weblate/javascript/?format=api",
            "repository_url": "https://hosted.weblate.org/api/components/weblate/javascript/repository/?format=api",
            "translations_url": "https://hosted.weblate.org/api/components/weblate/javascript/translations/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/components/weblate/javascript/statistics/?format=api",
            "lock_url": "https://hosted.weblate.org/api/components/weblate/javascript/lock/?format=api",
            "links_url": "https://hosted.weblate.org/api/components/weblate/javascript/links/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/components/weblate/javascript/changes/?format=api",
            "task_url": null,
            "new_lang": "add",
            "language_code_style": "",
            "push": "git@github.com:WeblateOrg/weblate.git",
            "check_flags": "safe-html",
            "priority": 100,
            "enforced_checks": [],
            "restricted": false,
            "repoweb": "",
            "report_source_bugs": "",
            "merge_style": "merge",
            "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
            "add_message": "Added translation using Weblate ({{ language_name }})",
            "delete_message": "Deleted translation using Weblate ({{ language_name }})",
            "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
            "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ hook_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
            "pull_message": "Translations update from {{ site_title }}\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://hosted.weblate.org/api/addons/150/?format=api",
                "https://hosted.weblate.org/api/addons/348/?format=api"
            ],
            "is_glossary": false,
            "glossary_color": "silver",
            "category": null,
            "linked_component": "https://hosted.weblate.org/api/components/weblate/application/?format=api"
        },
        {
            "name": "Documentation",
            "slug": "documentation",
            "id": 64,
            "source_language": {
                "id": 31,
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 75,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485517,
                "web_url": "https://hosted.weblate.org/languages/en/",
                "url": "https://hosted.weblate.org/api/languages/en/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/en/statistics/?format=api"
            },
            "project": {
                "name": "phpMyAdmin",
                "slug": "phpmyadmin",
                "id": 24,
                "web": "https://www.phpmyadmin.net/",
                "web_url": "https://hosted.weblate.org/projects/phpmyadmin/",
                "url": "https://hosted.weblate.org/api/projects/phpmyadmin/?format=api",
                "components_list_url": "https://hosted.weblate.org/api/projects/phpmyadmin/components/?format=api",
                "repository_url": "https://hosted.weblate.org/api/projects/phpmyadmin/repository/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/projects/phpmyadmin/statistics/?format=api",
                "categories_url": "https://hosted.weblate.org/api/projects/phpmyadmin/categories/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/projects/phpmyadmin/changes/?format=api",
                "languages_url": "https://hosted.weblate.org/api/projects/phpmyadmin/languages/?format=api",
                "labels_url": "https://hosted.weblate.org/api/projects/phpmyadmin/labels/?format=api",
                "translation_review": false,
                "source_review": false,
                "set_language_team": true,
                "instructions": "https://www.phpmyadmin.net/translate/\nMailing list for translators: <translators@phpmyadmin.net\n",
                "enable_hooks": true,
                "language_aliases": ""
            },
            "vcs": "git",
            "repo": "https://github.com/phpmyadmin/localized_docs.git",
            "git_export": "https://hosted.weblate.org/git/phpmyadmin/documentation/",
            "branch": "master",
            "push_branch": "",
            "filemask": "po/*.po",
            "screenshot_filemask": "",
            "template": "",
            "edit_template": true,
            "intermediate": "",
            "new_base": "",
            "file_format": "po",
            "license": "GPL-3.0-or-later",
            "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
            "agreement": "",
            "web_url": "https://hosted.weblate.org/projects/phpmyadmin/documentation/",
            "url": "https://hosted.weblate.org/api/components/phpmyadmin/documentation/?format=api",
            "repository_url": "https://hosted.weblate.org/api/components/phpmyadmin/documentation/repository/?format=api",
            "translations_url": "https://hosted.weblate.org/api/components/phpmyadmin/documentation/translations/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/components/phpmyadmin/documentation/statistics/?format=api",
            "lock_url": "https://hosted.weblate.org/api/components/phpmyadmin/documentation/lock/?format=api",
            "links_url": "https://hosted.weblate.org/api/components/phpmyadmin/documentation/links/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/components/phpmyadmin/documentation/changes/?format=api",
            "task_url": null,
            "new_lang": "contact",
            "language_code_style": "",
            "push": "git@github.com:phpmyadmin/localized_docs.git",
            "check_flags": "rst-text",
            "priority": 100,
            "enforced_checks": [],
            "restricted": false,
            "repoweb": "https://github.com/phpmyadmin/phpmyadmin/blob/master/{{filename|parentdir|parentdir}}#L{{line}}",
            "report_source_bugs": "translators@phpmyadmin.net",
            "merge_style": "merge",
            "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\n[ci skip]",
            "add_message": "Added translation using Weblate ({{ language_name }})",
            "delete_message": "Deleted translation using Weblate ({{ language_name }})",
            "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
            "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ hook_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
            "pull_message": "Translations update from {{ site_title }}\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://hosted.weblate.org/api/addons/48/?format=api"
            ],
            "is_glossary": false,
            "glossary_color": "silver",
            "category": null,
            "linked_component": null
        },
        {
            "name": "Development",
            "slug": "master",
            "id": 67,
            "source_language": {
                "id": 31,
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 75,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485517,
                "web_url": "https://hosted.weblate.org/languages/en/",
                "url": "https://hosted.weblate.org/api/languages/en/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/en/statistics/?format=api"
            },
            "project": {
                "name": "phpMyAdmin",
                "slug": "phpmyadmin",
                "id": 24,
                "web": "https://www.phpmyadmin.net/",
                "web_url": "https://hosted.weblate.org/projects/phpmyadmin/",
                "url": "https://hosted.weblate.org/api/projects/phpmyadmin/?format=api",
                "components_list_url": "https://hosted.weblate.org/api/projects/phpmyadmin/components/?format=api",
                "repository_url": "https://hosted.weblate.org/api/projects/phpmyadmin/repository/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/projects/phpmyadmin/statistics/?format=api",
                "categories_url": "https://hosted.weblate.org/api/projects/phpmyadmin/categories/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/projects/phpmyadmin/changes/?format=api",
                "languages_url": "https://hosted.weblate.org/api/projects/phpmyadmin/languages/?format=api",
                "labels_url": "https://hosted.weblate.org/api/projects/phpmyadmin/labels/?format=api",
                "translation_review": false,
                "source_review": false,
                "set_language_team": true,
                "instructions": "https://www.phpmyadmin.net/translate/\nMailing list for translators: <translators@phpmyadmin.net\n",
                "enable_hooks": true,
                "language_aliases": ""
            },
            "vcs": "git",
            "repo": "https://github.com/phpmyadmin/phpmyadmin.git",
            "git_export": "https://hosted.weblate.org/git/phpmyadmin/master/",
            "branch": "master",
            "push_branch": "",
            "filemask": "resources/po/*.po",
            "screenshot_filemask": "",
            "template": "",
            "edit_template": true,
            "intermediate": "",
            "new_base": "resources/po/phpmyadmin.pot",
            "file_format": "po",
            "license": "GPL-3.0-or-later",
            "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
            "agreement": "If you would like to make a contribution to the phpMyAdmin Project, please\r\ncertify to the following:\r\n\r\nphpMyAdmin Developer's Certificate of Origin. Version 1.0\r\n\r\nBy making a contribution to this project, I certify that:\r\n\r\n(a) The contribution was created in whole or in part by me and I have the\r\n    right to submit it under the license of \"GNU General Public License or\r\n    any later version\" (\"GPLv2-or-later\"); or\r\n\r\n(b) The contribution is based upon previous work that, to the best of my\r\n    knowledge, is covered under an appropriate open source license and I have\r\n    the right under that license to submit that work with modifications,\r\n    whether created in whole or in part by me, under GPLv2-or-later; or\r\n\r\n(c) The contribution was provided directly to me by some other person who\r\n    certified (a) or (b) and I have not modified it.\r\n\r\n(d) I understand and agree that this project and the contribution are public\r\n    and that a record of the contribution (including all metadata and\r\n    personal information I submit with it, including my sign-off) is\r\n    maintained indefinitely and may be redistributed consistent with\r\n    phpMyAdmin's policies and the requirements of the GPLv2-or-later where\r\n    they are relevant.\r\n\r\n(e) I am granting this work to this project under the terms of the\r\n    GPLv2-or-later.\r\n\r\n    https://www.gnu.org/licenses/gpl-2.0.html",
            "web_url": "https://hosted.weblate.org/projects/phpmyadmin/master/",
            "url": "https://hosted.weblate.org/api/components/phpmyadmin/master/?format=api",
            "repository_url": "https://hosted.weblate.org/api/components/phpmyadmin/master/repository/?format=api",
            "translations_url": "https://hosted.weblate.org/api/components/phpmyadmin/master/translations/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/components/phpmyadmin/master/statistics/?format=api",
            "lock_url": "https://hosted.weblate.org/api/components/phpmyadmin/master/lock/?format=api",
            "links_url": "https://hosted.weblate.org/api/components/phpmyadmin/master/links/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/components/phpmyadmin/master/changes/?format=api",
            "task_url": null,
            "new_lang": "add",
            "language_code_style": "",
            "push": "git@github.com:phpmyadmin/phpmyadmin.git",
            "check_flags": "",
            "priority": 100,
            "enforced_checks": [],
            "restricted": false,
            "repoweb": "https://github.com/phpmyadmin/phpmyadmin/blob/master/{{filename}}#L{{line}}",
            "report_source_bugs": "translators@phpmyadmin.net",
            "merge_style": "merge",
            "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\n[ci skip]\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}\r\nSigned-off-by: {{ author }}",
            "add_message": "Added translation using Weblate ({{ language_name }})\r\n\r\n[ci skip]\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}\r\nSigned-off-by: {{ author }}",
            "delete_message": "Deleted translation using Weblate ({{ language_name }})\r\n\r\n[CI skip]\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}\r\nSigned-off-by: {{ author }}",
            "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\r\n\r\n[ci skip]\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
            "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ hook_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
            "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
            "allow_translation_propagation": true,
            "manage_units": false,
            "enable_suggestions": true,
            "suggestion_voting": 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": "12_advanced-administration",
            "slug": "12_advanced-administration",
            "id": 69,
            "source_language": {
                "id": 31,
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 75,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485517,
                "web_url": "https://hosted.weblate.org/languages/en/",
                "url": "https://hosted.weblate.org/api/languages/en/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/en/statistics/?format=api"
            },
            "project": {
                "name": "Debian Handbook",
                "slug": "debian-handbook",
                "id": 25,
                "web": "https://debian-handbook.info/",
                "web_url": "https://hosted.weblate.org/projects/debian-handbook/",
                "url": "https://hosted.weblate.org/api/projects/debian-handbook/?format=api",
                "components_list_url": "https://hosted.weblate.org/api/projects/debian-handbook/components/?format=api",
                "repository_url": "https://hosted.weblate.org/api/projects/debian-handbook/repository/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/projects/debian-handbook/statistics/?format=api",
                "categories_url": "https://hosted.weblate.org/api/projects/debian-handbook/categories/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/projects/debian-handbook/changes/?format=api",
                "languages_url": "https://hosted.weblate.org/api/projects/debian-handbook/languages/?format=api",
                "labels_url": "https://hosted.weblate.org/api/projects/debian-handbook/labels/?format=api",
                "translation_review": false,
                "source_review": false,
                "set_language_team": true,
                "instructions": "https://debian-handbook.info/contribute/\nMailing list for translators: <debian-handbook-translators@lists.alioth.debian.org\n",
                "enable_hooks": false,
                "language_aliases": ""
            },
            "vcs": "git",
            "repo": "https://salsa.debian.org/hertzog/debian-handbook.git",
            "git_export": "https://hosted.weblate.org/git/debian-handbook/12_advanced-administration/",
            "branch": "bullseye/main",
            "push_branch": "",
            "filemask": "*/12_advanced-administration.po",
            "screenshot_filemask": "",
            "template": "",
            "edit_template": true,
            "intermediate": "",
            "new_base": "",
            "file_format": "po",
            "license": "GPL-2.0-or-later",
            "license_url": "https://spdx.org/licenses/GPL-2.0-or-later.html",
            "agreement": "",
            "web_url": "https://hosted.weblate.org/projects/debian-handbook/12_advanced-administration/",
            "url": "https://hosted.weblate.org/api/components/debian-handbook/12_advanced-administration/?format=api",
            "repository_url": "https://hosted.weblate.org/api/components/debian-handbook/12_advanced-administration/repository/?format=api",
            "translations_url": "https://hosted.weblate.org/api/components/debian-handbook/12_advanced-administration/translations/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/components/debian-handbook/12_advanced-administration/statistics/?format=api",
            "lock_url": "https://hosted.weblate.org/api/components/debian-handbook/12_advanced-administration/lock/?format=api",
            "links_url": "https://hosted.weblate.org/api/components/debian-handbook/12_advanced-administration/links/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/components/debian-handbook/12_advanced-administration/changes/?format=api",
            "task_url": null,
            "new_lang": "url",
            "language_code_style": "",
            "push": "",
            "check_flags": "xml-text",
            "priority": 100,
            "enforced_checks": [],
            "restricted": false,
            "repoweb": "",
            "report_source_bugs": "",
            "merge_style": "merge",
            "commit_message": "{{ language_code }}: Translated using Weblate.",
            "add_message": "Added translation using Weblate ({{ language_name }})",
            "delete_message": "Deleted translation using Weblate ({{ language_name }})",
            "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
            "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ hook_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
            "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
            "allow_translation_propagation": true,
            "manage_units": false,
            "enable_suggestions": true,
            "suggestion_voting": false,
            "suggestion_autoaccept": 0,
            "push_on_commit": false,
            "commit_pending_age": 24,
            "auto_lock_error": true,
            "language_regex": "^[^.]+$",
            "variant_regex": "",
            "addons": [
                "https://hosted.weblate.org/api/addons/67/?format=api",
                "https://hosted.weblate.org/api/addons/95/?format=api"
            ],
            "is_glossary": false,
            "glossary_color": "silver",
            "category": null,
            "linked_component": null
        }
    ]
}