Translation components API.

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

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

{
    "count": 432,
    "next": "https://translate.mattermost.com/api/translations/?format=api&page=2",
    "previous": null,
    "results": [
        {
            "language": {
                "id": 80,
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 80,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485517,
                "web_url": "https://translate.mattermost.com/languages/en/",
                "url": "https://translate.mattermost.com/api/languages/en/?format=api",
                "statistics_url": "https://translate.mattermost.com/api/languages/en/statistics/?format=api"
            },
            "component": {
                "name": "mattermost",
                "slug": "glossary",
                "id": 35,
                "source_language": {
                    "id": 80,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 80,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://translate.mattermost.com/languages/en/",
                    "url": "https://translate.mattermost.com/api/languages/en/?format=api",
                    "statistics_url": "https://translate.mattermost.com/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Mattermost",
                    "slug": "mattermost",
                    "id": 1,
                    "web": "https://github.com/mattermost",
                    "web_url": "https://translate.mattermost.com/projects/mattermost/",
                    "url": "https://translate.mattermost.com/api/projects/mattermost/?format=api",
                    "components_list_url": "https://translate.mattermost.com/api/projects/mattermost/components/?format=api",
                    "repository_url": "https://translate.mattermost.com/api/projects/mattermost/repository/?format=api",
                    "statistics_url": "https://translate.mattermost.com/api/projects/mattermost/statistics/?format=api",
                    "categories_url": "https://translate.mattermost.com/api/projects/mattermost/categories/?format=api",
                    "changes_list_url": "https://translate.mattermost.com/api/projects/mattermost/changes/?format=api",
                    "languages_url": "https://translate.mattermost.com/api/projects/mattermost/languages/?format=api",
                    "labels_url": "https://translate.mattermost.com/api/projects/mattermost/labels/?format=api",
                    "translation_review": true,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "local",
                "repo": "local:",
                "git_export": "https://translate.mattermost.com/git/mattermost/glossary/",
                "branch": "main",
                "push_branch": "",
                "filemask": "*.tbx",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": false,
                "intermediate": "",
                "new_base": "",
                "file_format": "tbx",
                "license": "Apache-2.0",
                "license_url": "https://spdx.org/licenses/Apache-2.0.html",
                "agreement": "",
                "web_url": "https://translate.mattermost.com/projects/mattermost/glossary/",
                "url": "https://translate.mattermost.com/api/components/mattermost/glossary/?format=api",
                "repository_url": "https://translate.mattermost.com/api/components/mattermost/glossary/repository/?format=api",
                "translations_url": "https://translate.mattermost.com/api/components/mattermost/glossary/translations/?format=api",
                "statistics_url": "https://translate.mattermost.com/api/components/mattermost/glossary/statistics/?format=api",
                "lock_url": "https://translate.mattermost.com/api/components/mattermost/glossary/lock/?format=api",
                "links_url": "https://translate.mattermost.com/api/components/mattermost/glossary/links/?format=api",
                "changes_list_url": "https://translate.mattermost.com/api/components/mattermost/glossary/changes/?format=api",
                "task_url": null,
                "new_lang": "none",
                "language_code_style": "",
                "push": "",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "#### Summary\r\nTranslated 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 }}\r\n\r\n#### Release Note\r\n```release-note\r\nNONE\r\n```",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": true,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": true,
                "glossary_color": "fuchsia",
                "category": null,
                "linked_component": null
            },
            "language_code": "en",
            "id": 833,
            "filename": "",
            "revision": "",
            "web_url": "https://translate.mattermost.com/projects/mattermost/glossary/en/",
            "share_url": "https://translate.mattermost.com/engage/mattermost/-/en/",
            "translate_url": "https://translate.mattermost.com/translate/mattermost/glossary/en/",
            "url": "https://translate.mattermost.com/api/translations/mattermost/glossary/en/?format=api",
            "is_template": false,
            "is_source": true,
            "total": 28516,
            "total_words": 64310,
            "translated": 28516,
            "translated_words": 64310,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://translate.mattermost.com/api/translations/mattermost/glossary/en/repository/?format=api",
            "file_url": "https://translate.mattermost.com/api/translations/mattermost/glossary/en/file/?format=api",
            "statistics_url": "https://translate.mattermost.com/api/translations/mattermost/glossary/en/statistics/?format=api",
            "changes_list_url": "https://translate.mattermost.com/api/translations/mattermost/glossary/en/changes/?format=api",
            "units_list_url": "https://translate.mattermost.com/api/translations/mattermost/glossary/en/units/?format=api"
        },
        {
            "language": {
                "id": 357,
                "code": "zh_Hant",
                "name": "Chinese (Traditional)",
                "plural": {
                    "id": 357,
                    "source": 0,
                    "number": 1,
                    "formula": "0",
                    "type": 0
                },
                "aliases": [
                    "tchinese",
                    "zh_cht",
                    "zhtw",
                    "zh_tw",
                    "zh_hant_tw",
                    "zh_hant@zh",
                    "zh_cmn_hant",
                    "cht",
                    "zho"
                ],
                "direction": "ltr",
                "population": 38612556,
                "web_url": "https://translate.mattermost.com/languages/zh_Hant/",
                "url": "https://translate.mattermost.com/api/languages/zh_Hant/?format=api",
                "statistics_url": "https://translate.mattermost.com/api/languages/zh_Hant/statistics/?format=api"
            },
            "component": {
                "name": "mattermost",
                "slug": "glossary",
                "id": 35,
                "source_language": {
                    "id": 80,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 80,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://translate.mattermost.com/languages/en/",
                    "url": "https://translate.mattermost.com/api/languages/en/?format=api",
                    "statistics_url": "https://translate.mattermost.com/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Mattermost",
                    "slug": "mattermost",
                    "id": 1,
                    "web": "https://github.com/mattermost",
                    "web_url": "https://translate.mattermost.com/projects/mattermost/",
                    "url": "https://translate.mattermost.com/api/projects/mattermost/?format=api",
                    "components_list_url": "https://translate.mattermost.com/api/projects/mattermost/components/?format=api",
                    "repository_url": "https://translate.mattermost.com/api/projects/mattermost/repository/?format=api",
                    "statistics_url": "https://translate.mattermost.com/api/projects/mattermost/statistics/?format=api",
                    "categories_url": "https://translate.mattermost.com/api/projects/mattermost/categories/?format=api",
                    "changes_list_url": "https://translate.mattermost.com/api/projects/mattermost/changes/?format=api",
                    "languages_url": "https://translate.mattermost.com/api/projects/mattermost/languages/?format=api",
                    "labels_url": "https://translate.mattermost.com/api/projects/mattermost/labels/?format=api",
                    "translation_review": true,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "local",
                "repo": "local:",
                "git_export": "https://translate.mattermost.com/git/mattermost/glossary/",
                "branch": "main",
                "push_branch": "",
                "filemask": "*.tbx",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": false,
                "intermediate": "",
                "new_base": "",
                "file_format": "tbx",
                "license": "Apache-2.0",
                "license_url": "https://spdx.org/licenses/Apache-2.0.html",
                "agreement": "",
                "web_url": "https://translate.mattermost.com/projects/mattermost/glossary/",
                "url": "https://translate.mattermost.com/api/components/mattermost/glossary/?format=api",
                "repository_url": "https://translate.mattermost.com/api/components/mattermost/glossary/repository/?format=api",
                "translations_url": "https://translate.mattermost.com/api/components/mattermost/glossary/translations/?format=api",
                "statistics_url": "https://translate.mattermost.com/api/components/mattermost/glossary/statistics/?format=api",
                "lock_url": "https://translate.mattermost.com/api/components/mattermost/glossary/lock/?format=api",
                "links_url": "https://translate.mattermost.com/api/components/mattermost/glossary/links/?format=api",
                "changes_list_url": "https://translate.mattermost.com/api/components/mattermost/glossary/changes/?format=api",
                "task_url": null,
                "new_lang": "none",
                "language_code_style": "",
                "push": "",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "#### Summary\r\nTranslated 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 }}\r\n\r\n#### Release Note\r\n```release-note\r\nNONE\r\n```",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": true,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": true,
                "glossary_color": "fuchsia",
                "category": null,
                "linked_component": null
            },
            "language_code": "zh_Hant",
            "id": 834,
            "filename": "zh_Hant.tbx",
            "revision": "1c6e94ca9173c5b4b934f63a040d901f5b37e801",
            "web_url": "https://translate.mattermost.com/projects/mattermost/glossary/zh_Hant/",
            "share_url": "https://translate.mattermost.com/engage/mattermost/-/zh_Hant/",
            "translate_url": "https://translate.mattermost.com/translate/mattermost/glossary/zh_Hant/",
            "url": "https://translate.mattermost.com/api/translations/mattermost/glossary/zh_Hant/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 28280,
            "total_words": 63888,
            "translated": 28280,
            "translated_words": 63888,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2023-07-08T12:31:57.166820Z",
            "last_author": "danielcw",
            "repository_url": "https://translate.mattermost.com/api/translations/mattermost/glossary/zh_Hant/repository/?format=api",
            "file_url": "https://translate.mattermost.com/api/translations/mattermost/glossary/zh_Hant/file/?format=api",
            "statistics_url": "https://translate.mattermost.com/api/translations/mattermost/glossary/zh_Hant/statistics/?format=api",
            "changes_list_url": "https://translate.mattermost.com/api/translations/mattermost/glossary/zh_Hant/changes/?format=api",
            "units_list_url": "https://translate.mattermost.com/api/translations/mattermost/glossary/zh_Hant/units/?format=api"
        },
        {
            "language": {
                "id": 91,
                "code": "es",
                "name": "Spanish",
                "plural": {
                    "id": 91,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "es_la",
                    "esp",
                    "spa"
                ],
                "direction": "ltr",
                "population": 493528078,
                "web_url": "https://translate.mattermost.com/languages/es/",
                "url": "https://translate.mattermost.com/api/languages/es/?format=api",
                "statistics_url": "https://translate.mattermost.com/api/languages/es/statistics/?format=api"
            },
            "component": {
                "name": "mattermost",
                "slug": "glossary",
                "id": 35,
                "source_language": {
                    "id": 80,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 80,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://translate.mattermost.com/languages/en/",
                    "url": "https://translate.mattermost.com/api/languages/en/?format=api",
                    "statistics_url": "https://translate.mattermost.com/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Mattermost",
                    "slug": "mattermost",
                    "id": 1,
                    "web": "https://github.com/mattermost",
                    "web_url": "https://translate.mattermost.com/projects/mattermost/",
                    "url": "https://translate.mattermost.com/api/projects/mattermost/?format=api",
                    "components_list_url": "https://translate.mattermost.com/api/projects/mattermost/components/?format=api",
                    "repository_url": "https://translate.mattermost.com/api/projects/mattermost/repository/?format=api",
                    "statistics_url": "https://translate.mattermost.com/api/projects/mattermost/statistics/?format=api",
                    "categories_url": "https://translate.mattermost.com/api/projects/mattermost/categories/?format=api",
                    "changes_list_url": "https://translate.mattermost.com/api/projects/mattermost/changes/?format=api",
                    "languages_url": "https://translate.mattermost.com/api/projects/mattermost/languages/?format=api",
                    "labels_url": "https://translate.mattermost.com/api/projects/mattermost/labels/?format=api",
                    "translation_review": true,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "local",
                "repo": "local:",
                "git_export": "https://translate.mattermost.com/git/mattermost/glossary/",
                "branch": "main",
                "push_branch": "",
                "filemask": "*.tbx",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": false,
                "intermediate": "",
                "new_base": "",
                "file_format": "tbx",
                "license": "Apache-2.0",
                "license_url": "https://spdx.org/licenses/Apache-2.0.html",
                "agreement": "",
                "web_url": "https://translate.mattermost.com/projects/mattermost/glossary/",
                "url": "https://translate.mattermost.com/api/components/mattermost/glossary/?format=api",
                "repository_url": "https://translate.mattermost.com/api/components/mattermost/glossary/repository/?format=api",
                "translations_url": "https://translate.mattermost.com/api/components/mattermost/glossary/translations/?format=api",
                "statistics_url": "https://translate.mattermost.com/api/components/mattermost/glossary/statistics/?format=api",
                "lock_url": "https://translate.mattermost.com/api/components/mattermost/glossary/lock/?format=api",
                "links_url": "https://translate.mattermost.com/api/components/mattermost/glossary/links/?format=api",
                "changes_list_url": "https://translate.mattermost.com/api/components/mattermost/glossary/changes/?format=api",
                "task_url": null,
                "new_lang": "none",
                "language_code_style": "",
                "push": "",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "#### Summary\r\nTranslated 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 }}\r\n\r\n#### Release Note\r\n```release-note\r\nNONE\r\n```",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": true,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": true,
                "glossary_color": "fuchsia",
                "category": null,
                "linked_component": null
            },
            "language_code": "es",
            "id": 835,
            "filename": "es.tbx",
            "revision": "4410223d2279b7e980b1cf41e78f75f108905cd1",
            "web_url": "https://translate.mattermost.com/projects/mattermost/glossary/es/",
            "share_url": "https://translate.mattermost.com/engage/mattermost/-/es/",
            "translate_url": "https://translate.mattermost.com/translate/mattermost/glossary/es/",
            "url": "https://translate.mattermost.com/api/translations/mattermost/glossary/es/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 39,
            "total_words": 71,
            "translated": 36,
            "translated_words": 67,
            "translated_percent": 92.3,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2022-10-18T17:30:53.635075Z",
            "last_author": "Angel Mendez Cano",
            "repository_url": "https://translate.mattermost.com/api/translations/mattermost/glossary/es/repository/?format=api",
            "file_url": "https://translate.mattermost.com/api/translations/mattermost/glossary/es/file/?format=api",
            "statistics_url": "https://translate.mattermost.com/api/translations/mattermost/glossary/es/statistics/?format=api",
            "changes_list_url": "https://translate.mattermost.com/api/translations/mattermost/glossary/es/changes/?format=api",
            "units_list_url": "https://translate.mattermost.com/api/translations/mattermost/glossary/es/units/?format=api"
        },
        {
            "language": {
                "id": 266,
                "code": "ru",
                "name": "Russian",
                "plural": {
                    "id": 266,
                    "source": 0,
                    "number": 3,
                    "formula": "n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2",
                    "type": 2
                },
                "aliases": [
                    "ru_r",
                    "ru_rr",
                    "rus"
                ],
                "direction": "ltr",
                "population": 195841151,
                "web_url": "https://translate.mattermost.com/languages/ru/",
                "url": "https://translate.mattermost.com/api/languages/ru/?format=api",
                "statistics_url": "https://translate.mattermost.com/api/languages/ru/statistics/?format=api"
            },
            "component": {
                "name": "mattermost",
                "slug": "glossary",
                "id": 35,
                "source_language": {
                    "id": 80,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 80,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://translate.mattermost.com/languages/en/",
                    "url": "https://translate.mattermost.com/api/languages/en/?format=api",
                    "statistics_url": "https://translate.mattermost.com/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Mattermost",
                    "slug": "mattermost",
                    "id": 1,
                    "web": "https://github.com/mattermost",
                    "web_url": "https://translate.mattermost.com/projects/mattermost/",
                    "url": "https://translate.mattermost.com/api/projects/mattermost/?format=api",
                    "components_list_url": "https://translate.mattermost.com/api/projects/mattermost/components/?format=api",
                    "repository_url": "https://translate.mattermost.com/api/projects/mattermost/repository/?format=api",
                    "statistics_url": "https://translate.mattermost.com/api/projects/mattermost/statistics/?format=api",
                    "categories_url": "https://translate.mattermost.com/api/projects/mattermost/categories/?format=api",
                    "changes_list_url": "https://translate.mattermost.com/api/projects/mattermost/changes/?format=api",
                    "languages_url": "https://translate.mattermost.com/api/projects/mattermost/languages/?format=api",
                    "labels_url": "https://translate.mattermost.com/api/projects/mattermost/labels/?format=api",
                    "translation_review": true,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "local",
                "repo": "local:",
                "git_export": "https://translate.mattermost.com/git/mattermost/glossary/",
                "branch": "main",
                "push_branch": "",
                "filemask": "*.tbx",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": false,
                "intermediate": "",
                "new_base": "",
                "file_format": "tbx",
                "license": "Apache-2.0",
                "license_url": "https://spdx.org/licenses/Apache-2.0.html",
                "agreement": "",
                "web_url": "https://translate.mattermost.com/projects/mattermost/glossary/",
                "url": "https://translate.mattermost.com/api/components/mattermost/glossary/?format=api",
                "repository_url": "https://translate.mattermost.com/api/components/mattermost/glossary/repository/?format=api",
                "translations_url": "https://translate.mattermost.com/api/components/mattermost/glossary/translations/?format=api",
                "statistics_url": "https://translate.mattermost.com/api/components/mattermost/glossary/statistics/?format=api",
                "lock_url": "https://translate.mattermost.com/api/components/mattermost/glossary/lock/?format=api",
                "links_url": "https://translate.mattermost.com/api/components/mattermost/glossary/links/?format=api",
                "changes_list_url": "https://translate.mattermost.com/api/components/mattermost/glossary/changes/?format=api",
                "task_url": null,
                "new_lang": "none",
                "language_code_style": "",
                "push": "",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "#### Summary\r\nTranslated 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 }}\r\n\r\n#### Release Note\r\n```release-note\r\nNONE\r\n```",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": true,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": true,
                "glossary_color": "fuchsia",
                "category": null,
                "linked_component": null
            },
            "language_code": "ru",
            "id": 836,
            "filename": "ru.tbx",
            "revision": "01a0c6114a29c3fd13fcad372b41f0aec1617d23",
            "web_url": "https://translate.mattermost.com/projects/mattermost/glossary/ru/",
            "share_url": "https://translate.mattermost.com/engage/mattermost/-/ru/",
            "translate_url": "https://translate.mattermost.com/translate/mattermost/glossary/ru/",
            "url": "https://translate.mattermost.com/api/translations/mattermost/glossary/ru/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 82,
            "total_words": 138,
            "translated": 82,
            "translated_words": 138,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2023-08-04T08:36:11.465215Z",
            "last_author": "Konstantin",
            "repository_url": "https://translate.mattermost.com/api/translations/mattermost/glossary/ru/repository/?format=api",
            "file_url": "https://translate.mattermost.com/api/translations/mattermost/glossary/ru/file/?format=api",
            "statistics_url": "https://translate.mattermost.com/api/translations/mattermost/glossary/ru/statistics/?format=api",
            "changes_list_url": "https://translate.mattermost.com/api/translations/mattermost/glossary/ru/changes/?format=api",
            "units_list_url": "https://translate.mattermost.com/api/translations/mattermost/glossary/ru/units/?format=api"
        },
        {
            "language": {
                "id": 258,
                "code": "pt_BR",
                "name": "Portuguese (Brazil)",
                "plural": {
                    "id": 258,
                    "source": 0,
                    "number": 2,
                    "formula": "n > 1",
                    "type": 1
                },
                "aliases": [
                    "braz_por",
                    "portuguese_br",
                    "bp",
                    "por_br",
                    "ptb"
                ],
                "direction": "ltr",
                "population": 192661560,
                "web_url": "https://translate.mattermost.com/languages/pt_BR/",
                "url": "https://translate.mattermost.com/api/languages/pt_BR/?format=api",
                "statistics_url": "https://translate.mattermost.com/api/languages/pt_BR/statistics/?format=api"
            },
            "component": {
                "name": "mattermost",
                "slug": "glossary",
                "id": 35,
                "source_language": {
                    "id": 80,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 80,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://translate.mattermost.com/languages/en/",
                    "url": "https://translate.mattermost.com/api/languages/en/?format=api",
                    "statistics_url": "https://translate.mattermost.com/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Mattermost",
                    "slug": "mattermost",
                    "id": 1,
                    "web": "https://github.com/mattermost",
                    "web_url": "https://translate.mattermost.com/projects/mattermost/",
                    "url": "https://translate.mattermost.com/api/projects/mattermost/?format=api",
                    "components_list_url": "https://translate.mattermost.com/api/projects/mattermost/components/?format=api",
                    "repository_url": "https://translate.mattermost.com/api/projects/mattermost/repository/?format=api",
                    "statistics_url": "https://translate.mattermost.com/api/projects/mattermost/statistics/?format=api",
                    "categories_url": "https://translate.mattermost.com/api/projects/mattermost/categories/?format=api",
                    "changes_list_url": "https://translate.mattermost.com/api/projects/mattermost/changes/?format=api",
                    "languages_url": "https://translate.mattermost.com/api/projects/mattermost/languages/?format=api",
                    "labels_url": "https://translate.mattermost.com/api/projects/mattermost/labels/?format=api",
                    "translation_review": true,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "local",
                "repo": "local:",
                "git_export": "https://translate.mattermost.com/git/mattermost/glossary/",
                "branch": "main",
                "push_branch": "",
                "filemask": "*.tbx",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": false,
                "intermediate": "",
                "new_base": "",
                "file_format": "tbx",
                "license": "Apache-2.0",
                "license_url": "https://spdx.org/licenses/Apache-2.0.html",
                "agreement": "",
                "web_url": "https://translate.mattermost.com/projects/mattermost/glossary/",
                "url": "https://translate.mattermost.com/api/components/mattermost/glossary/?format=api",
                "repository_url": "https://translate.mattermost.com/api/components/mattermost/glossary/repository/?format=api",
                "translations_url": "https://translate.mattermost.com/api/components/mattermost/glossary/translations/?format=api",
                "statistics_url": "https://translate.mattermost.com/api/components/mattermost/glossary/statistics/?format=api",
                "lock_url": "https://translate.mattermost.com/api/components/mattermost/glossary/lock/?format=api",
                "links_url": "https://translate.mattermost.com/api/components/mattermost/glossary/links/?format=api",
                "changes_list_url": "https://translate.mattermost.com/api/components/mattermost/glossary/changes/?format=api",
                "task_url": null,
                "new_lang": "none",
                "language_code_style": "",
                "push": "",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "#### Summary\r\nTranslated 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 }}\r\n\r\n#### Release Note\r\n```release-note\r\nNONE\r\n```",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": true,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": true,
                "glossary_color": "fuchsia",
                "category": null,
                "linked_component": null
            },
            "language_code": "pt_BR",
            "id": 837,
            "filename": "pt_BR.tbx",
            "revision": "9e6673e250b7d97d2e118a29a1d3343da8dac23f",
            "web_url": "https://translate.mattermost.com/projects/mattermost/glossary/pt_BR/",
            "share_url": "https://translate.mattermost.com/engage/mattermost/-/pt_BR/",
            "translate_url": "https://translate.mattermost.com/translate/mattermost/glossary/pt_BR/",
            "url": "https://translate.mattermost.com/api/translations/mattermost/glossary/pt_BR/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 26,
            "total_words": 61,
            "translated": 24,
            "translated_words": 58,
            "translated_percent": 92.3,
            "fuzzy": 1,
            "fuzzy_words": 1,
            "fuzzy_percent": 3.8,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 1,
            "have_comment": 0,
            "last_change": "2024-04-20T12:55:37.656661Z",
            "last_author": null,
            "repository_url": "https://translate.mattermost.com/api/translations/mattermost/glossary/pt_BR/repository/?format=api",
            "file_url": "https://translate.mattermost.com/api/translations/mattermost/glossary/pt_BR/file/?format=api",
            "statistics_url": "https://translate.mattermost.com/api/translations/mattermost/glossary/pt_BR/statistics/?format=api",
            "changes_list_url": "https://translate.mattermost.com/api/translations/mattermost/glossary/pt_BR/changes/?format=api",
            "units_list_url": "https://translate.mattermost.com/api/translations/mattermost/glossary/pt_BR/units/?format=api"
        },
        {
            "language": {
                "id": 180,
                "code": "ko",
                "name": "Korean",
                "plural": {
                    "id": 180,
                    "source": 0,
                    "number": 1,
                    "formula": "0",
                    "type": 0
                },
                "aliases": [
                    "ko_ko",
                    "kor_kr",
                    "kor"
                ],
                "direction": "ltr",
                "population": 78357047,
                "web_url": "https://translate.mattermost.com/languages/ko/",
                "url": "https://translate.mattermost.com/api/languages/ko/?format=api",
                "statistics_url": "https://translate.mattermost.com/api/languages/ko/statistics/?format=api"
            },
            "component": {
                "name": "mattermost",
                "slug": "glossary",
                "id": 35,
                "source_language": {
                    "id": 80,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 80,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://translate.mattermost.com/languages/en/",
                    "url": "https://translate.mattermost.com/api/languages/en/?format=api",
                    "statistics_url": "https://translate.mattermost.com/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Mattermost",
                    "slug": "mattermost",
                    "id": 1,
                    "web": "https://github.com/mattermost",
                    "web_url": "https://translate.mattermost.com/projects/mattermost/",
                    "url": "https://translate.mattermost.com/api/projects/mattermost/?format=api",
                    "components_list_url": "https://translate.mattermost.com/api/projects/mattermost/components/?format=api",
                    "repository_url": "https://translate.mattermost.com/api/projects/mattermost/repository/?format=api",
                    "statistics_url": "https://translate.mattermost.com/api/projects/mattermost/statistics/?format=api",
                    "categories_url": "https://translate.mattermost.com/api/projects/mattermost/categories/?format=api",
                    "changes_list_url": "https://translate.mattermost.com/api/projects/mattermost/changes/?format=api",
                    "languages_url": "https://translate.mattermost.com/api/projects/mattermost/languages/?format=api",
                    "labels_url": "https://translate.mattermost.com/api/projects/mattermost/labels/?format=api",
                    "translation_review": true,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "local",
                "repo": "local:",
                "git_export": "https://translate.mattermost.com/git/mattermost/glossary/",
                "branch": "main",
                "push_branch": "",
                "filemask": "*.tbx",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": false,
                "intermediate": "",
                "new_base": "",
                "file_format": "tbx",
                "license": "Apache-2.0",
                "license_url": "https://spdx.org/licenses/Apache-2.0.html",
                "agreement": "",
                "web_url": "https://translate.mattermost.com/projects/mattermost/glossary/",
                "url": "https://translate.mattermost.com/api/components/mattermost/glossary/?format=api",
                "repository_url": "https://translate.mattermost.com/api/components/mattermost/glossary/repository/?format=api",
                "translations_url": "https://translate.mattermost.com/api/components/mattermost/glossary/translations/?format=api",
                "statistics_url": "https://translate.mattermost.com/api/components/mattermost/glossary/statistics/?format=api",
                "lock_url": "https://translate.mattermost.com/api/components/mattermost/glossary/lock/?format=api",
                "links_url": "https://translate.mattermost.com/api/components/mattermost/glossary/links/?format=api",
                "changes_list_url": "https://translate.mattermost.com/api/components/mattermost/glossary/changes/?format=api",
                "task_url": null,
                "new_lang": "none",
                "language_code_style": "",
                "push": "",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "#### Summary\r\nTranslated 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 }}\r\n\r\n#### Release Note\r\n```release-note\r\nNONE\r\n```",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": true,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": true,
                "glossary_color": "fuchsia",
                "category": null,
                "linked_component": null
            },
            "language_code": "ko",
            "id": 838,
            "filename": "ko.tbx",
            "revision": "5d7b01e93df6b4a233b8254cc85ebf4b8f7cd5cd",
            "web_url": "https://translate.mattermost.com/projects/mattermost/glossary/ko/",
            "share_url": "https://translate.mattermost.com/engage/mattermost/-/ko/",
            "translate_url": "https://translate.mattermost.com/translate/mattermost/glossary/ko/",
            "url": "https://translate.mattermost.com/api/translations/mattermost/glossary/ko/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 47,
            "total_words": 89,
            "translated": 47,
            "translated_words": 89,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-04-23T10:22:52.522616Z",
            "last_author": null,
            "repository_url": "https://translate.mattermost.com/api/translations/mattermost/glossary/ko/repository/?format=api",
            "file_url": "https://translate.mattermost.com/api/translations/mattermost/glossary/ko/file/?format=api",
            "statistics_url": "https://translate.mattermost.com/api/translations/mattermost/glossary/ko/statistics/?format=api",
            "changes_list_url": "https://translate.mattermost.com/api/translations/mattermost/glossary/ko/changes/?format=api",
            "units_list_url": "https://translate.mattermost.com/api/translations/mattermost/glossary/ko/units/?format=api"
        },
        {
            "language": {
                "id": 158,
                "code": "ja",
                "name": "Japanese",
                "plural": {
                    "id": 158,
                    "source": 0,
                    "number": 1,
                    "formula": "0",
                    "type": 0
                },
                "aliases": [
                    "jp",
                    "jp_jpn",
                    "ja_ja",
                    "jpn_jp",
                    "jpn"
                ],
                "direction": "ltr",
                "population": 119729025,
                "web_url": "https://translate.mattermost.com/languages/ja/",
                "url": "https://translate.mattermost.com/api/languages/ja/?format=api",
                "statistics_url": "https://translate.mattermost.com/api/languages/ja/statistics/?format=api"
            },
            "component": {
                "name": "mattermost",
                "slug": "glossary",
                "id": 35,
                "source_language": {
                    "id": 80,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 80,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://translate.mattermost.com/languages/en/",
                    "url": "https://translate.mattermost.com/api/languages/en/?format=api",
                    "statistics_url": "https://translate.mattermost.com/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Mattermost",
                    "slug": "mattermost",
                    "id": 1,
                    "web": "https://github.com/mattermost",
                    "web_url": "https://translate.mattermost.com/projects/mattermost/",
                    "url": "https://translate.mattermost.com/api/projects/mattermost/?format=api",
                    "components_list_url": "https://translate.mattermost.com/api/projects/mattermost/components/?format=api",
                    "repository_url": "https://translate.mattermost.com/api/projects/mattermost/repository/?format=api",
                    "statistics_url": "https://translate.mattermost.com/api/projects/mattermost/statistics/?format=api",
                    "categories_url": "https://translate.mattermost.com/api/projects/mattermost/categories/?format=api",
                    "changes_list_url": "https://translate.mattermost.com/api/projects/mattermost/changes/?format=api",
                    "languages_url": "https://translate.mattermost.com/api/projects/mattermost/languages/?format=api",
                    "labels_url": "https://translate.mattermost.com/api/projects/mattermost/labels/?format=api",
                    "translation_review": true,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "local",
                "repo": "local:",
                "git_export": "https://translate.mattermost.com/git/mattermost/glossary/",
                "branch": "main",
                "push_branch": "",
                "filemask": "*.tbx",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": false,
                "intermediate": "",
                "new_base": "",
                "file_format": "tbx",
                "license": "Apache-2.0",
                "license_url": "https://spdx.org/licenses/Apache-2.0.html",
                "agreement": "",
                "web_url": "https://translate.mattermost.com/projects/mattermost/glossary/",
                "url": "https://translate.mattermost.com/api/components/mattermost/glossary/?format=api",
                "repository_url": "https://translate.mattermost.com/api/components/mattermost/glossary/repository/?format=api",
                "translations_url": "https://translate.mattermost.com/api/components/mattermost/glossary/translations/?format=api",
                "statistics_url": "https://translate.mattermost.com/api/components/mattermost/glossary/statistics/?format=api",
                "lock_url": "https://translate.mattermost.com/api/components/mattermost/glossary/lock/?format=api",
                "links_url": "https://translate.mattermost.com/api/components/mattermost/glossary/links/?format=api",
                "changes_list_url": "https://translate.mattermost.com/api/components/mattermost/glossary/changes/?format=api",
                "task_url": null,
                "new_lang": "none",
                "language_code_style": "",
                "push": "",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "#### Summary\r\nTranslated 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 }}\r\n\r\n#### Release Note\r\n```release-note\r\nNONE\r\n```",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": true,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": true,
                "glossary_color": "fuchsia",
                "category": null,
                "linked_component": null
            },
            "language_code": "ja",
            "id": 839,
            "filename": "ja.tbx",
            "revision": "418b8273de5990dfccfd0b43fa5c2aee750cf6ac",
            "web_url": "https://translate.mattermost.com/projects/mattermost/glossary/ja/",
            "share_url": "https://translate.mattermost.com/engage/mattermost/-/ja/",
            "translate_url": "https://translate.mattermost.com/translate/mattermost/glossary/ja/",
            "url": "https://translate.mattermost.com/api/translations/mattermost/glossary/ja/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 79,
            "total_words": 141,
            "translated": 79,
            "translated_words": 141,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-04-19T12:44:12.559425Z",
            "last_author": null,
            "repository_url": "https://translate.mattermost.com/api/translations/mattermost/glossary/ja/repository/?format=api",
            "file_url": "https://translate.mattermost.com/api/translations/mattermost/glossary/ja/file/?format=api",
            "statistics_url": "https://translate.mattermost.com/api/translations/mattermost/glossary/ja/statistics/?format=api",
            "changes_list_url": "https://translate.mattermost.com/api/translations/mattermost/glossary/ja/changes/?format=api",
            "units_list_url": "https://translate.mattermost.com/api/translations/mattermost/glossary/ja/units/?format=api"
        },
        {
            "language": {
                "id": 156,
                "code": "it",
                "name": "Italian",
                "plural": {
                    "id": 156,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "ita_it",
                    "ita"
                ],
                "direction": "ltr",
                "population": 70247059,
                "web_url": "https://translate.mattermost.com/languages/it/",
                "url": "https://translate.mattermost.com/api/languages/it/?format=api",
                "statistics_url": "https://translate.mattermost.com/api/languages/it/statistics/?format=api"
            },
            "component": {
                "name": "mattermost",
                "slug": "glossary",
                "id": 35,
                "source_language": {
                    "id": 80,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 80,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://translate.mattermost.com/languages/en/",
                    "url": "https://translate.mattermost.com/api/languages/en/?format=api",
                    "statistics_url": "https://translate.mattermost.com/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Mattermost",
                    "slug": "mattermost",
                    "id": 1,
                    "web": "https://github.com/mattermost",
                    "web_url": "https://translate.mattermost.com/projects/mattermost/",
                    "url": "https://translate.mattermost.com/api/projects/mattermost/?format=api",
                    "components_list_url": "https://translate.mattermost.com/api/projects/mattermost/components/?format=api",
                    "repository_url": "https://translate.mattermost.com/api/projects/mattermost/repository/?format=api",
                    "statistics_url": "https://translate.mattermost.com/api/projects/mattermost/statistics/?format=api",
                    "categories_url": "https://translate.mattermost.com/api/projects/mattermost/categories/?format=api",
                    "changes_list_url": "https://translate.mattermost.com/api/projects/mattermost/changes/?format=api",
                    "languages_url": "https://translate.mattermost.com/api/projects/mattermost/languages/?format=api",
                    "labels_url": "https://translate.mattermost.com/api/projects/mattermost/labels/?format=api",
                    "translation_review": true,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "local",
                "repo": "local:",
                "git_export": "https://translate.mattermost.com/git/mattermost/glossary/",
                "branch": "main",
                "push_branch": "",
                "filemask": "*.tbx",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": false,
                "intermediate": "",
                "new_base": "",
                "file_format": "tbx",
                "license": "Apache-2.0",
                "license_url": "https://spdx.org/licenses/Apache-2.0.html",
                "agreement": "",
                "web_url": "https://translate.mattermost.com/projects/mattermost/glossary/",
                "url": "https://translate.mattermost.com/api/components/mattermost/glossary/?format=api",
                "repository_url": "https://translate.mattermost.com/api/components/mattermost/glossary/repository/?format=api",
                "translations_url": "https://translate.mattermost.com/api/components/mattermost/glossary/translations/?format=api",
                "statistics_url": "https://translate.mattermost.com/api/components/mattermost/glossary/statistics/?format=api",
                "lock_url": "https://translate.mattermost.com/api/components/mattermost/glossary/lock/?format=api",
                "links_url": "https://translate.mattermost.com/api/components/mattermost/glossary/links/?format=api",
                "changes_list_url": "https://translate.mattermost.com/api/components/mattermost/glossary/changes/?format=api",
                "task_url": null,
                "new_lang": "none",
                "language_code_style": "",
                "push": "",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "#### Summary\r\nTranslated 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 }}\r\n\r\n#### Release Note\r\n```release-note\r\nNONE\r\n```",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": true,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": true,
                "glossary_color": "fuchsia",
                "category": null,
                "linked_component": null
            },
            "language_code": "it",
            "id": 840,
            "filename": "it.tbx",
            "revision": "e72087efbe4e3f6cbe49b3992a1879d93f20cc6d",
            "web_url": "https://translate.mattermost.com/projects/mattermost/glossary/it/",
            "share_url": "https://translate.mattermost.com/engage/mattermost/-/it/",
            "translate_url": "https://translate.mattermost.com/translate/mattermost/glossary/it/",
            "url": "https://translate.mattermost.com/api/translations/mattermost/glossary/it/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 30,
            "total_words": 57,
            "translated": 26,
            "translated_words": 47,
            "translated_percent": 86.6,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2023-05-19T12:40:28.134519Z",
            "last_author": "enricodeanna",
            "repository_url": "https://translate.mattermost.com/api/translations/mattermost/glossary/it/repository/?format=api",
            "file_url": "https://translate.mattermost.com/api/translations/mattermost/glossary/it/file/?format=api",
            "statistics_url": "https://translate.mattermost.com/api/translations/mattermost/glossary/it/statistics/?format=api",
            "changes_list_url": "https://translate.mattermost.com/api/translations/mattermost/glossary/it/changes/?format=api",
            "units_list_url": "https://translate.mattermost.com/api/translations/mattermost/glossary/it/units/?format=api"
        },
        {
            "language": {
                "id": 325,
                "code": "tr",
                "name": "Turkish",
                "plural": {
                    "id": 325,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "trk",
                    "tur"
                ],
                "direction": "ltr",
                "population": 80360705,
                "web_url": "https://translate.mattermost.com/languages/tr/",
                "url": "https://translate.mattermost.com/api/languages/tr/?format=api",
                "statistics_url": "https://translate.mattermost.com/api/languages/tr/statistics/?format=api"
            },
            "component": {
                "name": "mattermost",
                "slug": "glossary",
                "id": 35,
                "source_language": {
                    "id": 80,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 80,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://translate.mattermost.com/languages/en/",
                    "url": "https://translate.mattermost.com/api/languages/en/?format=api",
                    "statistics_url": "https://translate.mattermost.com/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Mattermost",
                    "slug": "mattermost",
                    "id": 1,
                    "web": "https://github.com/mattermost",
                    "web_url": "https://translate.mattermost.com/projects/mattermost/",
                    "url": "https://translate.mattermost.com/api/projects/mattermost/?format=api",
                    "components_list_url": "https://translate.mattermost.com/api/projects/mattermost/components/?format=api",
                    "repository_url": "https://translate.mattermost.com/api/projects/mattermost/repository/?format=api",
                    "statistics_url": "https://translate.mattermost.com/api/projects/mattermost/statistics/?format=api",
                    "categories_url": "https://translate.mattermost.com/api/projects/mattermost/categories/?format=api",
                    "changes_list_url": "https://translate.mattermost.com/api/projects/mattermost/changes/?format=api",
                    "languages_url": "https://translate.mattermost.com/api/projects/mattermost/languages/?format=api",
                    "labels_url": "https://translate.mattermost.com/api/projects/mattermost/labels/?format=api",
                    "translation_review": true,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "local",
                "repo": "local:",
                "git_export": "https://translate.mattermost.com/git/mattermost/glossary/",
                "branch": "main",
                "push_branch": "",
                "filemask": "*.tbx",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": false,
                "intermediate": "",
                "new_base": "",
                "file_format": "tbx",
                "license": "Apache-2.0",
                "license_url": "https://spdx.org/licenses/Apache-2.0.html",
                "agreement": "",
                "web_url": "https://translate.mattermost.com/projects/mattermost/glossary/",
                "url": "https://translate.mattermost.com/api/components/mattermost/glossary/?format=api",
                "repository_url": "https://translate.mattermost.com/api/components/mattermost/glossary/repository/?format=api",
                "translations_url": "https://translate.mattermost.com/api/components/mattermost/glossary/translations/?format=api",
                "statistics_url": "https://translate.mattermost.com/api/components/mattermost/glossary/statistics/?format=api",
                "lock_url": "https://translate.mattermost.com/api/components/mattermost/glossary/lock/?format=api",
                "links_url": "https://translate.mattermost.com/api/components/mattermost/glossary/links/?format=api",
                "changes_list_url": "https://translate.mattermost.com/api/components/mattermost/glossary/changes/?format=api",
                "task_url": null,
                "new_lang": "none",
                "language_code_style": "",
                "push": "",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "#### Summary\r\nTranslated 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 }}\r\n\r\n#### Release Note\r\n```release-note\r\nNONE\r\n```",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": true,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": true,
                "glossary_color": "fuchsia",
                "category": null,
                "linked_component": null
            },
            "language_code": "tr",
            "id": 841,
            "filename": "tr.tbx",
            "revision": "92fa6149126bd1336a88f7d98f727eb51a35a4b2",
            "web_url": "https://translate.mattermost.com/projects/mattermost/glossary/tr/",
            "share_url": "https://translate.mattermost.com/engage/mattermost/-/tr/",
            "translate_url": "https://translate.mattermost.com/translate/mattermost/glossary/tr/",
            "url": "https://translate.mattermost.com/api/translations/mattermost/glossary/tr/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 118,
            "total_words": 154,
            "translated": 118,
            "translated_words": 154,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-04-13T22:22:51.871727Z",
            "last_author": "Kaya Zeren",
            "repository_url": "https://translate.mattermost.com/api/translations/mattermost/glossary/tr/repository/?format=api",
            "file_url": "https://translate.mattermost.com/api/translations/mattermost/glossary/tr/file/?format=api",
            "statistics_url": "https://translate.mattermost.com/api/translations/mattermost/glossary/tr/statistics/?format=api",
            "changes_list_url": "https://translate.mattermost.com/api/translations/mattermost/glossary/tr/changes/?format=api",
            "units_list_url": "https://translate.mattermost.com/api/translations/mattermost/glossary/tr/units/?format=api"
        },
        {
            "language": {
                "id": 35,
                "code": "bg",
                "name": "Bulgarian",
                "plural": {
                    "id": 35,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "bgr",
                    "bul"
                ],
                "direction": "ltr",
                "population": 7878314,
                "web_url": "https://translate.mattermost.com/languages/bg/",
                "url": "https://translate.mattermost.com/api/languages/bg/?format=api",
                "statistics_url": "https://translate.mattermost.com/api/languages/bg/statistics/?format=api"
            },
            "component": {
                "name": "mattermost",
                "slug": "glossary",
                "id": 35,
                "source_language": {
                    "id": 80,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 80,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://translate.mattermost.com/languages/en/",
                    "url": "https://translate.mattermost.com/api/languages/en/?format=api",
                    "statistics_url": "https://translate.mattermost.com/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Mattermost",
                    "slug": "mattermost",
                    "id": 1,
                    "web": "https://github.com/mattermost",
                    "web_url": "https://translate.mattermost.com/projects/mattermost/",
                    "url": "https://translate.mattermost.com/api/projects/mattermost/?format=api",
                    "components_list_url": "https://translate.mattermost.com/api/projects/mattermost/components/?format=api",
                    "repository_url": "https://translate.mattermost.com/api/projects/mattermost/repository/?format=api",
                    "statistics_url": "https://translate.mattermost.com/api/projects/mattermost/statistics/?format=api",
                    "categories_url": "https://translate.mattermost.com/api/projects/mattermost/categories/?format=api",
                    "changes_list_url": "https://translate.mattermost.com/api/projects/mattermost/changes/?format=api",
                    "languages_url": "https://translate.mattermost.com/api/projects/mattermost/languages/?format=api",
                    "labels_url": "https://translate.mattermost.com/api/projects/mattermost/labels/?format=api",
                    "translation_review": true,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "local",
                "repo": "local:",
                "git_export": "https://translate.mattermost.com/git/mattermost/glossary/",
                "branch": "main",
                "push_branch": "",
                "filemask": "*.tbx",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": false,
                "intermediate": "",
                "new_base": "",
                "file_format": "tbx",
                "license": "Apache-2.0",
                "license_url": "https://spdx.org/licenses/Apache-2.0.html",
                "agreement": "",
                "web_url": "https://translate.mattermost.com/projects/mattermost/glossary/",
                "url": "https://translate.mattermost.com/api/components/mattermost/glossary/?format=api",
                "repository_url": "https://translate.mattermost.com/api/components/mattermost/glossary/repository/?format=api",
                "translations_url": "https://translate.mattermost.com/api/components/mattermost/glossary/translations/?format=api",
                "statistics_url": "https://translate.mattermost.com/api/components/mattermost/glossary/statistics/?format=api",
                "lock_url": "https://translate.mattermost.com/api/components/mattermost/glossary/lock/?format=api",
                "links_url": "https://translate.mattermost.com/api/components/mattermost/glossary/links/?format=api",
                "changes_list_url": "https://translate.mattermost.com/api/components/mattermost/glossary/changes/?format=api",
                "task_url": null,
                "new_lang": "none",
                "language_code_style": "",
                "push": "",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "#### Summary\r\nTranslated 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 }}\r\n\r\n#### Release Note\r\n```release-note\r\nNONE\r\n```",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": true,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": true,
                "glossary_color": "fuchsia",
                "category": null,
                "linked_component": null
            },
            "language_code": "bg",
            "id": 842,
            "filename": "bg.tbx",
            "revision": "6037f38a500c7266e45ee71d73b427366e1d14c3",
            "web_url": "https://translate.mattermost.com/projects/mattermost/glossary/bg/",
            "share_url": "https://translate.mattermost.com/engage/mattermost/-/bg/",
            "translate_url": "https://translate.mattermost.com/translate/mattermost/glossary/bg/",
            "url": "https://translate.mattermost.com/api/translations/mattermost/glossary/bg/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 58,
            "total_words": 92,
            "translated": 48,
            "translated_words": 71,
            "translated_percent": 82.7,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2021-11-21T07:03:35.571775Z",
            "last_author": "Nikolai Zahariev",
            "repository_url": "https://translate.mattermost.com/api/translations/mattermost/glossary/bg/repository/?format=api",
            "file_url": "https://translate.mattermost.com/api/translations/mattermost/glossary/bg/file/?format=api",
            "statistics_url": "https://translate.mattermost.com/api/translations/mattermost/glossary/bg/statistics/?format=api",
            "changes_list_url": "https://translate.mattermost.com/api/translations/mattermost/glossary/bg/changes/?format=api",
            "units_list_url": "https://translate.mattermost.com/api/translations/mattermost/glossary/bg/units/?format=api"
        },
        {
            "language": {
                "id": 263,
                "code": "ro",
                "name": "Romanian",
                "plural": {
                    "id": 263,
                    "source": 0,
                    "number": 3,
                    "formula": "n==1 ? 0 : (n==0 || (n%100 > 0 && n%100 < 20)) ? 1 : 2",
                    "type": 2
                },
                "aliases": [
                    "ron",
                    "rum",
                    "mol"
                ],
                "direction": "ltr",
                "population": 22187407,
                "web_url": "https://translate.mattermost.com/languages/ro/",
                "url": "https://translate.mattermost.com/api/languages/ro/?format=api",
                "statistics_url": "https://translate.mattermost.com/api/languages/ro/statistics/?format=api"
            },
            "component": {
                "name": "mattermost",
                "slug": "glossary",
                "id": 35,
                "source_language": {
                    "id": 80,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 80,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://translate.mattermost.com/languages/en/",
                    "url": "https://translate.mattermost.com/api/languages/en/?format=api",
                    "statistics_url": "https://translate.mattermost.com/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Mattermost",
                    "slug": "mattermost",
                    "id": 1,
                    "web": "https://github.com/mattermost",
                    "web_url": "https://translate.mattermost.com/projects/mattermost/",
                    "url": "https://translate.mattermost.com/api/projects/mattermost/?format=api",
                    "components_list_url": "https://translate.mattermost.com/api/projects/mattermost/components/?format=api",
                    "repository_url": "https://translate.mattermost.com/api/projects/mattermost/repository/?format=api",
                    "statistics_url": "https://translate.mattermost.com/api/projects/mattermost/statistics/?format=api",
                    "categories_url": "https://translate.mattermost.com/api/projects/mattermost/categories/?format=api",
                    "changes_list_url": "https://translate.mattermost.com/api/projects/mattermost/changes/?format=api",
                    "languages_url": "https://translate.mattermost.com/api/projects/mattermost/languages/?format=api",
                    "labels_url": "https://translate.mattermost.com/api/projects/mattermost/labels/?format=api",
                    "translation_review": true,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "local",
                "repo": "local:",
                "git_export": "https://translate.mattermost.com/git/mattermost/glossary/",
                "branch": "main",
                "push_branch": "",
                "filemask": "*.tbx",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": false,
                "intermediate": "",
                "new_base": "",
                "file_format": "tbx",
                "license": "Apache-2.0",
                "license_url": "https://spdx.org/licenses/Apache-2.0.html",
                "agreement": "",
                "web_url": "https://translate.mattermost.com/projects/mattermost/glossary/",
                "url": "https://translate.mattermost.com/api/components/mattermost/glossary/?format=api",
                "repository_url": "https://translate.mattermost.com/api/components/mattermost/glossary/repository/?format=api",
                "translations_url": "https://translate.mattermost.com/api/components/mattermost/glossary/translations/?format=api",
                "statistics_url": "https://translate.mattermost.com/api/components/mattermost/glossary/statistics/?format=api",
                "lock_url": "https://translate.mattermost.com/api/components/mattermost/glossary/lock/?format=api",
                "links_url": "https://translate.mattermost.com/api/components/mattermost/glossary/links/?format=api",
                "changes_list_url": "https://translate.mattermost.com/api/components/mattermost/glossary/changes/?format=api",
                "task_url": null,
                "new_lang": "none",
                "language_code_style": "",
                "push": "",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "#### Summary\r\nTranslated 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 }}\r\n\r\n#### Release Note\r\n```release-note\r\nNONE\r\n```",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": true,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": true,
                "glossary_color": "fuchsia",
                "category": null,
                "linked_component": null
            },
            "language_code": "ro",
            "id": 843,
            "filename": "ro.tbx",
            "revision": "236e91e085d3c26457351d59536efd0045f93257",
            "web_url": "https://translate.mattermost.com/projects/mattermost/glossary/ro/",
            "share_url": "https://translate.mattermost.com/engage/mattermost/-/ro/",
            "translate_url": "https://translate.mattermost.com/translate/mattermost/glossary/ro/",
            "url": "https://translate.mattermost.com/api/translations/mattermost/glossary/ro/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 19,
            "total_words": 43,
            "translated": 15,
            "translated_words": 38,
            "translated_percent": 78.9,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2022-12-18T17:15:14.326521Z",
            "last_author": "wget",
            "repository_url": "https://translate.mattermost.com/api/translations/mattermost/glossary/ro/repository/?format=api",
            "file_url": "https://translate.mattermost.com/api/translations/mattermost/glossary/ro/file/?format=api",
            "statistics_url": "https://translate.mattermost.com/api/translations/mattermost/glossary/ro/statistics/?format=api",
            "changes_list_url": "https://translate.mattermost.com/api/translations/mattermost/glossary/ro/changes/?format=api",
            "units_list_url": "https://translate.mattermost.com/api/translations/mattermost/glossary/ro/units/?format=api"
        },
        {
            "language": {
                "id": 70,
                "code": "de",
                "name": "German",
                "plural": {
                    "id": 70,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "deu_de",
                    "deu",
                    "ger"
                ],
                "direction": "ltr",
                "population": 136350226,
                "web_url": "https://translate.mattermost.com/languages/de/",
                "url": "https://translate.mattermost.com/api/languages/de/?format=api",
                "statistics_url": "https://translate.mattermost.com/api/languages/de/statistics/?format=api"
            },
            "component": {
                "name": "mattermost",
                "slug": "glossary",
                "id": 35,
                "source_language": {
                    "id": 80,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 80,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://translate.mattermost.com/languages/en/",
                    "url": "https://translate.mattermost.com/api/languages/en/?format=api",
                    "statistics_url": "https://translate.mattermost.com/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Mattermost",
                    "slug": "mattermost",
                    "id": 1,
                    "web": "https://github.com/mattermost",
                    "web_url": "https://translate.mattermost.com/projects/mattermost/",
                    "url": "https://translate.mattermost.com/api/projects/mattermost/?format=api",
                    "components_list_url": "https://translate.mattermost.com/api/projects/mattermost/components/?format=api",
                    "repository_url": "https://translate.mattermost.com/api/projects/mattermost/repository/?format=api",
                    "statistics_url": "https://translate.mattermost.com/api/projects/mattermost/statistics/?format=api",
                    "categories_url": "https://translate.mattermost.com/api/projects/mattermost/categories/?format=api",
                    "changes_list_url": "https://translate.mattermost.com/api/projects/mattermost/changes/?format=api",
                    "languages_url": "https://translate.mattermost.com/api/projects/mattermost/languages/?format=api",
                    "labels_url": "https://translate.mattermost.com/api/projects/mattermost/labels/?format=api",
                    "translation_review": true,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "local",
                "repo": "local:",
                "git_export": "https://translate.mattermost.com/git/mattermost/glossary/",
                "branch": "main",
                "push_branch": "",
                "filemask": "*.tbx",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": false,
                "intermediate": "",
                "new_base": "",
                "file_format": "tbx",
                "license": "Apache-2.0",
                "license_url": "https://spdx.org/licenses/Apache-2.0.html",
                "agreement": "",
                "web_url": "https://translate.mattermost.com/projects/mattermost/glossary/",
                "url": "https://translate.mattermost.com/api/components/mattermost/glossary/?format=api",
                "repository_url": "https://translate.mattermost.com/api/components/mattermost/glossary/repository/?format=api",
                "translations_url": "https://translate.mattermost.com/api/components/mattermost/glossary/translations/?format=api",
                "statistics_url": "https://translate.mattermost.com/api/components/mattermost/glossary/statistics/?format=api",
                "lock_url": "https://translate.mattermost.com/api/components/mattermost/glossary/lock/?format=api",
                "links_url": "https://translate.mattermost.com/api/components/mattermost/glossary/links/?format=api",
                "changes_list_url": "https://translate.mattermost.com/api/components/mattermost/glossary/changes/?format=api",
                "task_url": null,
                "new_lang": "none",
                "language_code_style": "",
                "push": "",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "#### Summary\r\nTranslated 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 }}\r\n\r\n#### Release Note\r\n```release-note\r\nNONE\r\n```",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": true,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": true,
                "glossary_color": "fuchsia",
                "category": null,
                "linked_component": null
            },
            "language_code": "de",
            "id": 845,
            "filename": "de.tbx",
            "revision": "1c4a103383eba84cc60596f3b8841250de5b2e68",
            "web_url": "https://translate.mattermost.com/projects/mattermost/glossary/de/",
            "share_url": "https://translate.mattermost.com/engage/mattermost/-/de/",
            "translate_url": "https://translate.mattermost.com/translate/mattermost/glossary/de/",
            "url": "https://translate.mattermost.com/api/translations/mattermost/glossary/de/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 30,
            "total_words": 60,
            "translated": 30,
            "translated_words": 60,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2023-06-06T13:08:05.249975Z",
            "last_author": "jprusch",
            "repository_url": "https://translate.mattermost.com/api/translations/mattermost/glossary/de/repository/?format=api",
            "file_url": "https://translate.mattermost.com/api/translations/mattermost/glossary/de/file/?format=api",
            "statistics_url": "https://translate.mattermost.com/api/translations/mattermost/glossary/de/statistics/?format=api",
            "changes_list_url": "https://translate.mattermost.com/api/translations/mattermost/glossary/de/changes/?format=api",
            "units_list_url": "https://translate.mattermost.com/api/translations/mattermost/glossary/de/units/?format=api"
        },
        {
            "language": {
                "id": 113,
                "code": "fr",
                "name": "French",
                "plural": {
                    "id": 113,
                    "source": 0,
                    "number": 2,
                    "formula": "n > 1",
                    "type": 1
                },
                "aliases": [
                    "fra_fr",
                    "fra",
                    "fre"
                ],
                "direction": "ltr",
                "population": 278611506,
                "web_url": "https://translate.mattermost.com/languages/fr/",
                "url": "https://translate.mattermost.com/api/languages/fr/?format=api",
                "statistics_url": "https://translate.mattermost.com/api/languages/fr/statistics/?format=api"
            },
            "component": {
                "name": "mattermost",
                "slug": "glossary",
                "id": 35,
                "source_language": {
                    "id": 80,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 80,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://translate.mattermost.com/languages/en/",
                    "url": "https://translate.mattermost.com/api/languages/en/?format=api",
                    "statistics_url": "https://translate.mattermost.com/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Mattermost",
                    "slug": "mattermost",
                    "id": 1,
                    "web": "https://github.com/mattermost",
                    "web_url": "https://translate.mattermost.com/projects/mattermost/",
                    "url": "https://translate.mattermost.com/api/projects/mattermost/?format=api",
                    "components_list_url": "https://translate.mattermost.com/api/projects/mattermost/components/?format=api",
                    "repository_url": "https://translate.mattermost.com/api/projects/mattermost/repository/?format=api",
                    "statistics_url": "https://translate.mattermost.com/api/projects/mattermost/statistics/?format=api",
                    "categories_url": "https://translate.mattermost.com/api/projects/mattermost/categories/?format=api",
                    "changes_list_url": "https://translate.mattermost.com/api/projects/mattermost/changes/?format=api",
                    "languages_url": "https://translate.mattermost.com/api/projects/mattermost/languages/?format=api",
                    "labels_url": "https://translate.mattermost.com/api/projects/mattermost/labels/?format=api",
                    "translation_review": true,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "local",
                "repo": "local:",
                "git_export": "https://translate.mattermost.com/git/mattermost/glossary/",
                "branch": "main",
                "push_branch": "",
                "filemask": "*.tbx",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": false,
                "intermediate": "",
                "new_base": "",
                "file_format": "tbx",
                "license": "Apache-2.0",
                "license_url": "https://spdx.org/licenses/Apache-2.0.html",
                "agreement": "",
                "web_url": "https://translate.mattermost.com/projects/mattermost/glossary/",
                "url": "https://translate.mattermost.com/api/components/mattermost/glossary/?format=api",
                "repository_url": "https://translate.mattermost.com/api/components/mattermost/glossary/repository/?format=api",
                "translations_url": "https://translate.mattermost.com/api/components/mattermost/glossary/translations/?format=api",
                "statistics_url": "https://translate.mattermost.com/api/components/mattermost/glossary/statistics/?format=api",
                "lock_url": "https://translate.mattermost.com/api/components/mattermost/glossary/lock/?format=api",
                "links_url": "https://translate.mattermost.com/api/components/mattermost/glossary/links/?format=api",
                "changes_list_url": "https://translate.mattermost.com/api/components/mattermost/glossary/changes/?format=api",
                "task_url": null,
                "new_lang": "none",
                "language_code_style": "",
                "push": "",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "#### Summary\r\nTranslated 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 }}\r\n\r\n#### Release Note\r\n```release-note\r\nNONE\r\n```",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": true,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": true,
                "glossary_color": "fuchsia",
                "category": null,
                "linked_component": null
            },
            "language_code": "fr",
            "id": 855,
            "filename": "fr.tbx",
            "revision": "7f191ffd72bd999deecd177eb4ea8cf2f1f80223",
            "web_url": "https://translate.mattermost.com/projects/mattermost/glossary/fr/",
            "share_url": "https://translate.mattermost.com/engage/mattermost/-/fr/",
            "translate_url": "https://translate.mattermost.com/translate/mattermost/glossary/fr/",
            "url": "https://translate.mattermost.com/api/translations/mattermost/glossary/fr/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 28,
            "total_words": 57,
            "translated": 28,
            "translated_words": 57,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2023-06-15T18:38:11.961822Z",
            "last_author": "Nathanaël",
            "repository_url": "https://translate.mattermost.com/api/translations/mattermost/glossary/fr/repository/?format=api",
            "file_url": "https://translate.mattermost.com/api/translations/mattermost/glossary/fr/file/?format=api",
            "statistics_url": "https://translate.mattermost.com/api/translations/mattermost/glossary/fr/statistics/?format=api",
            "changes_list_url": "https://translate.mattermost.com/api/translations/mattermost/glossary/fr/changes/?format=api",
            "units_list_url": "https://translate.mattermost.com/api/translations/mattermost/glossary/fr/units/?format=api"
        },
        {
            "language": {
                "id": 231,
                "code": "nl",
                "name": "Dutch",
                "plural": {
                    "id": 231,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "dut",
                    "nld"
                ],
                "direction": "ltr",
                "population": 31765645,
                "web_url": "https://translate.mattermost.com/languages/nl/",
                "url": "https://translate.mattermost.com/api/languages/nl/?format=api",
                "statistics_url": "https://translate.mattermost.com/api/languages/nl/statistics/?format=api"
            },
            "component": {
                "name": "mattermost",
                "slug": "glossary",
                "id": 35,
                "source_language": {
                    "id": 80,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 80,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://translate.mattermost.com/languages/en/",
                    "url": "https://translate.mattermost.com/api/languages/en/?format=api",
                    "statistics_url": "https://translate.mattermost.com/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Mattermost",
                    "slug": "mattermost",
                    "id": 1,
                    "web": "https://github.com/mattermost",
                    "web_url": "https://translate.mattermost.com/projects/mattermost/",
                    "url": "https://translate.mattermost.com/api/projects/mattermost/?format=api",
                    "components_list_url": "https://translate.mattermost.com/api/projects/mattermost/components/?format=api",
                    "repository_url": "https://translate.mattermost.com/api/projects/mattermost/repository/?format=api",
                    "statistics_url": "https://translate.mattermost.com/api/projects/mattermost/statistics/?format=api",
                    "categories_url": "https://translate.mattermost.com/api/projects/mattermost/categories/?format=api",
                    "changes_list_url": "https://translate.mattermost.com/api/projects/mattermost/changes/?format=api",
                    "languages_url": "https://translate.mattermost.com/api/projects/mattermost/languages/?format=api",
                    "labels_url": "https://translate.mattermost.com/api/projects/mattermost/labels/?format=api",
                    "translation_review": true,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "local",
                "repo": "local:",
                "git_export": "https://translate.mattermost.com/git/mattermost/glossary/",
                "branch": "main",
                "push_branch": "",
                "filemask": "*.tbx",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": false,
                "intermediate": "",
                "new_base": "",
                "file_format": "tbx",
                "license": "Apache-2.0",
                "license_url": "https://spdx.org/licenses/Apache-2.0.html",
                "agreement": "",
                "web_url": "https://translate.mattermost.com/projects/mattermost/glossary/",
                "url": "https://translate.mattermost.com/api/components/mattermost/glossary/?format=api",
                "repository_url": "https://translate.mattermost.com/api/components/mattermost/glossary/repository/?format=api",
                "translations_url": "https://translate.mattermost.com/api/components/mattermost/glossary/translations/?format=api",
                "statistics_url": "https://translate.mattermost.com/api/components/mattermost/glossary/statistics/?format=api",
                "lock_url": "https://translate.mattermost.com/api/components/mattermost/glossary/lock/?format=api",
                "links_url": "https://translate.mattermost.com/api/components/mattermost/glossary/links/?format=api",
                "changes_list_url": "https://translate.mattermost.com/api/components/mattermost/glossary/changes/?format=api",
                "task_url": null,
                "new_lang": "none",
                "language_code_style": "",
                "push": "",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "#### Summary\r\nTranslated 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 }}\r\n\r\n#### Release Note\r\n```release-note\r\nNONE\r\n```",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": true,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": true,
                "glossary_color": "fuchsia",
                "category": null,
                "linked_component": null
            },
            "language_code": "nl",
            "id": 868,
            "filename": "nl.tbx",
            "revision": "6c19e2cc8576316500847bad05db68be628e5dfd",
            "web_url": "https://translate.mattermost.com/projects/mattermost/glossary/nl/",
            "share_url": "https://translate.mattermost.com/engage/mattermost/-/nl/",
            "translate_url": "https://translate.mattermost.com/translate/mattermost/glossary/nl/",
            "url": "https://translate.mattermost.com/api/translations/mattermost/glossary/nl/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 20,
            "total_words": 45,
            "translated": 19,
            "translated_words": 44,
            "translated_percent": 95.0,
            "fuzzy": 1,
            "fuzzy_words": 1,
            "fuzzy_percent": 5.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2023-11-20T21:04:34.793254Z",
            "last_author": "Jesse Hallam",
            "repository_url": "https://translate.mattermost.com/api/translations/mattermost/glossary/nl/repository/?format=api",
            "file_url": "https://translate.mattermost.com/api/translations/mattermost/glossary/nl/file/?format=api",
            "statistics_url": "https://translate.mattermost.com/api/translations/mattermost/glossary/nl/statistics/?format=api",
            "changes_list_url": "https://translate.mattermost.com/api/translations/mattermost/glossary/nl/changes/?format=api",
            "units_list_url": "https://translate.mattermost.com/api/translations/mattermost/glossary/nl/units/?format=api"
        },
        {
            "language": {
                "id": 251,
                "code": "pl",
                "name": "Polish",
                "plural": {
                    "id": 251,
                    "source": 0,
                    "number": 3,
                    "formula": "n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2",
                    "type": 2
                },
                "aliases": [
                    "plk",
                    "pol"
                ],
                "direction": "ltr",
                "population": 41077398,
                "web_url": "https://translate.mattermost.com/languages/pl/",
                "url": "https://translate.mattermost.com/api/languages/pl/?format=api",
                "statistics_url": "https://translate.mattermost.com/api/languages/pl/statistics/?format=api"
            },
            "component": {
                "name": "mattermost",
                "slug": "glossary",
                "id": 35,
                "source_language": {
                    "id": 80,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 80,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://translate.mattermost.com/languages/en/",
                    "url": "https://translate.mattermost.com/api/languages/en/?format=api",
                    "statistics_url": "https://translate.mattermost.com/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Mattermost",
                    "slug": "mattermost",
                    "id": 1,
                    "web": "https://github.com/mattermost",
                    "web_url": "https://translate.mattermost.com/projects/mattermost/",
                    "url": "https://translate.mattermost.com/api/projects/mattermost/?format=api",
                    "components_list_url": "https://translate.mattermost.com/api/projects/mattermost/components/?format=api",
                    "repository_url": "https://translate.mattermost.com/api/projects/mattermost/repository/?format=api",
                    "statistics_url": "https://translate.mattermost.com/api/projects/mattermost/statistics/?format=api",
                    "categories_url": "https://translate.mattermost.com/api/projects/mattermost/categories/?format=api",
                    "changes_list_url": "https://translate.mattermost.com/api/projects/mattermost/changes/?format=api",
                    "languages_url": "https://translate.mattermost.com/api/projects/mattermost/languages/?format=api",
                    "labels_url": "https://translate.mattermost.com/api/projects/mattermost/labels/?format=api",
                    "translation_review": true,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "local",
                "repo": "local:",
                "git_export": "https://translate.mattermost.com/git/mattermost/glossary/",
                "branch": "main",
                "push_branch": "",
                "filemask": "*.tbx",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": false,
                "intermediate": "",
                "new_base": "",
                "file_format": "tbx",
                "license": "Apache-2.0",
                "license_url": "https://spdx.org/licenses/Apache-2.0.html",
                "agreement": "",
                "web_url": "https://translate.mattermost.com/projects/mattermost/glossary/",
                "url": "https://translate.mattermost.com/api/components/mattermost/glossary/?format=api",
                "repository_url": "https://translate.mattermost.com/api/components/mattermost/glossary/repository/?format=api",
                "translations_url": "https://translate.mattermost.com/api/components/mattermost/glossary/translations/?format=api",
                "statistics_url": "https://translate.mattermost.com/api/components/mattermost/glossary/statistics/?format=api",
                "lock_url": "https://translate.mattermost.com/api/components/mattermost/glossary/lock/?format=api",
                "links_url": "https://translate.mattermost.com/api/components/mattermost/glossary/links/?format=api",
                "changes_list_url": "https://translate.mattermost.com/api/components/mattermost/glossary/changes/?format=api",
                "task_url": null,
                "new_lang": "none",
                "language_code_style": "",
                "push": "",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "#### Summary\r\nTranslated 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 }}\r\n\r\n#### Release Note\r\n```release-note\r\nNONE\r\n```",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": true,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": true,
                "glossary_color": "fuchsia",
                "category": null,
                "linked_component": null
            },
            "language_code": "pl",
            "id": 874,
            "filename": "pl.tbx",
            "revision": "9ddf4f7c58318c19ee71e92f7fd524dab417df53",
            "web_url": "https://translate.mattermost.com/projects/mattermost/glossary/pl/",
            "share_url": "https://translate.mattermost.com/engage/mattermost/-/pl/",
            "translate_url": "https://translate.mattermost.com/translate/mattermost/glossary/pl/",
            "url": "https://translate.mattermost.com/api/translations/mattermost/glossary/pl/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 19,
            "total_words": 43,
            "translated": 19,
            "translated_words": 43,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2023-06-05T07:05:11.030273Z",
            "last_author": "master7",
            "repository_url": "https://translate.mattermost.com/api/translations/mattermost/glossary/pl/repository/?format=api",
            "file_url": "https://translate.mattermost.com/api/translations/mattermost/glossary/pl/file/?format=api",
            "statistics_url": "https://translate.mattermost.com/api/translations/mattermost/glossary/pl/statistics/?format=api",
            "changes_list_url": "https://translate.mattermost.com/api/translations/mattermost/glossary/pl/changes/?format=api",
            "units_list_url": "https://translate.mattermost.com/api/translations/mattermost/glossary/pl/units/?format=api"
        },
        {
            "language": {
                "id": 306,
                "code": "sv",
                "name": "Swedish",
                "plural": {
                    "id": 306,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "swe_se",
                    "sve",
                    "swe"
                ],
                "direction": "ltr",
                "population": 12932871,
                "web_url": "https://translate.mattermost.com/languages/sv/",
                "url": "https://translate.mattermost.com/api/languages/sv/?format=api",
                "statistics_url": "https://translate.mattermost.com/api/languages/sv/statistics/?format=api"
            },
            "component": {
                "name": "mattermost",
                "slug": "glossary",
                "id": 35,
                "source_language": {
                    "id": 80,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 80,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://translate.mattermost.com/languages/en/",
                    "url": "https://translate.mattermost.com/api/languages/en/?format=api",
                    "statistics_url": "https://translate.mattermost.com/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Mattermost",
                    "slug": "mattermost",
                    "id": 1,
                    "web": "https://github.com/mattermost",
                    "web_url": "https://translate.mattermost.com/projects/mattermost/",
                    "url": "https://translate.mattermost.com/api/projects/mattermost/?format=api",
                    "components_list_url": "https://translate.mattermost.com/api/projects/mattermost/components/?format=api",
                    "repository_url": "https://translate.mattermost.com/api/projects/mattermost/repository/?format=api",
                    "statistics_url": "https://translate.mattermost.com/api/projects/mattermost/statistics/?format=api",
                    "categories_url": "https://translate.mattermost.com/api/projects/mattermost/categories/?format=api",
                    "changes_list_url": "https://translate.mattermost.com/api/projects/mattermost/changes/?format=api",
                    "languages_url": "https://translate.mattermost.com/api/projects/mattermost/languages/?format=api",
                    "labels_url": "https://translate.mattermost.com/api/projects/mattermost/labels/?format=api",
                    "translation_review": true,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "local",
                "repo": "local:",
                "git_export": "https://translate.mattermost.com/git/mattermost/glossary/",
                "branch": "main",
                "push_branch": "",
                "filemask": "*.tbx",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": false,
                "intermediate": "",
                "new_base": "",
                "file_format": "tbx",
                "license": "Apache-2.0",
                "license_url": "https://spdx.org/licenses/Apache-2.0.html",
                "agreement": "",
                "web_url": "https://translate.mattermost.com/projects/mattermost/glossary/",
                "url": "https://translate.mattermost.com/api/components/mattermost/glossary/?format=api",
                "repository_url": "https://translate.mattermost.com/api/components/mattermost/glossary/repository/?format=api",
                "translations_url": "https://translate.mattermost.com/api/components/mattermost/glossary/translations/?format=api",
                "statistics_url": "https://translate.mattermost.com/api/components/mattermost/glossary/statistics/?format=api",
                "lock_url": "https://translate.mattermost.com/api/components/mattermost/glossary/lock/?format=api",
                "links_url": "https://translate.mattermost.com/api/components/mattermost/glossary/links/?format=api",
                "changes_list_url": "https://translate.mattermost.com/api/components/mattermost/glossary/changes/?format=api",
                "task_url": null,
                "new_lang": "none",
                "language_code_style": "",
                "push": "",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "#### Summary\r\nTranslated 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 }}\r\n\r\n#### Release Note\r\n```release-note\r\nNONE\r\n```",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": true,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": true,
                "glossary_color": "fuchsia",
                "category": null,
                "linked_component": null
            },
            "language_code": "sv",
            "id": 878,
            "filename": "sv.tbx",
            "revision": "45db7d94567ada2f657f2c2423bcf09152e47350",
            "web_url": "https://translate.mattermost.com/projects/mattermost/glossary/sv/",
            "share_url": "https://translate.mattermost.com/engage/mattermost/-/sv/",
            "translate_url": "https://translate.mattermost.com/translate/mattermost/glossary/sv/",
            "url": "https://translate.mattermost.com/api/translations/mattermost/glossary/sv/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 19,
            "total_words": 43,
            "translated": 15,
            "translated_words": 38,
            "translated_percent": 78.9,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2023-02-02T13:46:09.390269Z",
            "last_author": "MArtin Johnson",
            "repository_url": "https://translate.mattermost.com/api/translations/mattermost/glossary/sv/repository/?format=api",
            "file_url": "https://translate.mattermost.com/api/translations/mattermost/glossary/sv/file/?format=api",
            "statistics_url": "https://translate.mattermost.com/api/translations/mattermost/glossary/sv/statistics/?format=api",
            "changes_list_url": "https://translate.mattermost.com/api/translations/mattermost/glossary/sv/changes/?format=api",
            "units_list_url": "https://translate.mattermost.com/api/translations/mattermost/glossary/sv/units/?format=api"
        },
        {
            "language": {
                "id": 333,
                "code": "uk",
                "name": "Ukrainian",
                "plural": {
                    "id": 333,
                    "source": 0,
                    "number": 3,
                    "formula": "n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2",
                    "type": 2
                },
                "aliases": [
                    "ua",
                    "ua_ua",
                    "uk_uk",
                    "ukr"
                ],
                "direction": "ltr",
                "population": 29348975,
                "web_url": "https://translate.mattermost.com/languages/uk/",
                "url": "https://translate.mattermost.com/api/languages/uk/?format=api",
                "statistics_url": "https://translate.mattermost.com/api/languages/uk/statistics/?format=api"
            },
            "component": {
                "name": "mattermost",
                "slug": "glossary",
                "id": 35,
                "source_language": {
                    "id": 80,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 80,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://translate.mattermost.com/languages/en/",
                    "url": "https://translate.mattermost.com/api/languages/en/?format=api",
                    "statistics_url": "https://translate.mattermost.com/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Mattermost",
                    "slug": "mattermost",
                    "id": 1,
                    "web": "https://github.com/mattermost",
                    "web_url": "https://translate.mattermost.com/projects/mattermost/",
                    "url": "https://translate.mattermost.com/api/projects/mattermost/?format=api",
                    "components_list_url": "https://translate.mattermost.com/api/projects/mattermost/components/?format=api",
                    "repository_url": "https://translate.mattermost.com/api/projects/mattermost/repository/?format=api",
                    "statistics_url": "https://translate.mattermost.com/api/projects/mattermost/statistics/?format=api",
                    "categories_url": "https://translate.mattermost.com/api/projects/mattermost/categories/?format=api",
                    "changes_list_url": "https://translate.mattermost.com/api/projects/mattermost/changes/?format=api",
                    "languages_url": "https://translate.mattermost.com/api/projects/mattermost/languages/?format=api",
                    "labels_url": "https://translate.mattermost.com/api/projects/mattermost/labels/?format=api",
                    "translation_review": true,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "local",
                "repo": "local:",
                "git_export": "https://translate.mattermost.com/git/mattermost/glossary/",
                "branch": "main",
                "push_branch": "",
                "filemask": "*.tbx",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": false,
                "intermediate": "",
                "new_base": "",
                "file_format": "tbx",
                "license": "Apache-2.0",
                "license_url": "https://spdx.org/licenses/Apache-2.0.html",
                "agreement": "",
                "web_url": "https://translate.mattermost.com/projects/mattermost/glossary/",
                "url": "https://translate.mattermost.com/api/components/mattermost/glossary/?format=api",
                "repository_url": "https://translate.mattermost.com/api/components/mattermost/glossary/repository/?format=api",
                "translations_url": "https://translate.mattermost.com/api/components/mattermost/glossary/translations/?format=api",
                "statistics_url": "https://translate.mattermost.com/api/components/mattermost/glossary/statistics/?format=api",
                "lock_url": "https://translate.mattermost.com/api/components/mattermost/glossary/lock/?format=api",
                "links_url": "https://translate.mattermost.com/api/components/mattermost/glossary/links/?format=api",
                "changes_list_url": "https://translate.mattermost.com/api/components/mattermost/glossary/changes/?format=api",
                "task_url": null,
                "new_lang": "none",
                "language_code_style": "",
                "push": "",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "#### Summary\r\nTranslated 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 }}\r\n\r\n#### Release Note\r\n```release-note\r\nNONE\r\n```",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": true,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": true,
                "glossary_color": "fuchsia",
                "category": null,
                "linked_component": null
            },
            "language_code": "uk",
            "id": 882,
            "filename": "uk.tbx",
            "revision": "9f991132e38a3a5daaadb0b634c7391b6a63b71c",
            "web_url": "https://translate.mattermost.com/projects/mattermost/glossary/uk/",
            "share_url": "https://translate.mattermost.com/engage/mattermost/-/uk/",
            "translate_url": "https://translate.mattermost.com/translate/mattermost/glossary/uk/",
            "url": "https://translate.mattermost.com/api/translations/mattermost/glossary/uk/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 20,
            "total_words": 44,
            "translated": 20,
            "translated_words": 44,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2023-06-30T13:26:35.628826Z",
            "last_author": "Valentyn Smagin",
            "repository_url": "https://translate.mattermost.com/api/translations/mattermost/glossary/uk/repository/?format=api",
            "file_url": "https://translate.mattermost.com/api/translations/mattermost/glossary/uk/file/?format=api",
            "statistics_url": "https://translate.mattermost.com/api/translations/mattermost/glossary/uk/statistics/?format=api",
            "changes_list_url": "https://translate.mattermost.com/api/translations/mattermost/glossary/uk/changes/?format=api",
            "units_list_url": "https://translate.mattermost.com/api/translations/mattermost/glossary/uk/units/?format=api"
        },
        {
            "language": {
                "id": 355,
                "code": "zh_Hans",
                "name": "Chinese (Simplified)",
                "plural": {
                    "id": 355,
                    "source": 0,
                    "number": 1,
                    "formula": "0",
                    "type": 0
                },
                "aliases": [
                    "chinese",
                    "chinese_chs",
                    "schinese",
                    "chinese_zh",
                    "cn",
                    "zh",
                    "zhcn",
                    "zh_cn",
                    "zh_chs",
                    "cmn",
                    "zh_hans_cn",
                    "zh_cmn_hans",
                    "chs",
                    "chi"
                ],
                "direction": "ltr",
                "population": 1266066359,
                "web_url": "https://translate.mattermost.com/languages/zh_Hans/",
                "url": "https://translate.mattermost.com/api/languages/zh_Hans/?format=api",
                "statistics_url": "https://translate.mattermost.com/api/languages/zh_Hans/statistics/?format=api"
            },
            "component": {
                "name": "mattermost",
                "slug": "glossary",
                "id": 35,
                "source_language": {
                    "id": 80,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 80,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://translate.mattermost.com/languages/en/",
                    "url": "https://translate.mattermost.com/api/languages/en/?format=api",
                    "statistics_url": "https://translate.mattermost.com/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Mattermost",
                    "slug": "mattermost",
                    "id": 1,
                    "web": "https://github.com/mattermost",
                    "web_url": "https://translate.mattermost.com/projects/mattermost/",
                    "url": "https://translate.mattermost.com/api/projects/mattermost/?format=api",
                    "components_list_url": "https://translate.mattermost.com/api/projects/mattermost/components/?format=api",
                    "repository_url": "https://translate.mattermost.com/api/projects/mattermost/repository/?format=api",
                    "statistics_url": "https://translate.mattermost.com/api/projects/mattermost/statistics/?format=api",
                    "categories_url": "https://translate.mattermost.com/api/projects/mattermost/categories/?format=api",
                    "changes_list_url": "https://translate.mattermost.com/api/projects/mattermost/changes/?format=api",
                    "languages_url": "https://translate.mattermost.com/api/projects/mattermost/languages/?format=api",
                    "labels_url": "https://translate.mattermost.com/api/projects/mattermost/labels/?format=api",
                    "translation_review": true,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "local",
                "repo": "local:",
                "git_export": "https://translate.mattermost.com/git/mattermost/glossary/",
                "branch": "main",
                "push_branch": "",
                "filemask": "*.tbx",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": false,
                "intermediate": "",
                "new_base": "",
                "file_format": "tbx",
                "license": "Apache-2.0",
                "license_url": "https://spdx.org/licenses/Apache-2.0.html",
                "agreement": "",
                "web_url": "https://translate.mattermost.com/projects/mattermost/glossary/",
                "url": "https://translate.mattermost.com/api/components/mattermost/glossary/?format=api",
                "repository_url": "https://translate.mattermost.com/api/components/mattermost/glossary/repository/?format=api",
                "translations_url": "https://translate.mattermost.com/api/components/mattermost/glossary/translations/?format=api",
                "statistics_url": "https://translate.mattermost.com/api/components/mattermost/glossary/statistics/?format=api",
                "lock_url": "https://translate.mattermost.com/api/components/mattermost/glossary/lock/?format=api",
                "links_url": "https://translate.mattermost.com/api/components/mattermost/glossary/links/?format=api",
                "changes_list_url": "https://translate.mattermost.com/api/components/mattermost/glossary/changes/?format=api",
                "task_url": null,
                "new_lang": "none",
                "language_code_style": "",
                "push": "",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "#### Summary\r\nTranslated 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 }}\r\n\r\n#### Release Note\r\n```release-note\r\nNONE\r\n```",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": true,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": true,
                "glossary_color": "fuchsia",
                "category": null,
                "linked_component": null
            },
            "language_code": "zh_Hans",
            "id": 886,
            "filename": "zh_Hans.tbx",
            "revision": "d7bb85cc14cffd2699a05df44aa1eb3c3bd300f9",
            "web_url": "https://translate.mattermost.com/projects/mattermost/glossary/zh_Hans/",
            "share_url": "https://translate.mattermost.com/engage/mattermost/-/zh_Hans/",
            "translate_url": "https://translate.mattermost.com/translate/mattermost/glossary/zh_Hans/",
            "url": "https://translate.mattermost.com/api/translations/mattermost/glossary/zh_Hans/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 46,
            "total_words": 76,
            "translated": 46,
            "translated_words": 76,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-04-19T05:43:52.527485Z",
            "last_author": "Sharuru",
            "repository_url": "https://translate.mattermost.com/api/translations/mattermost/glossary/zh_Hans/repository/?format=api",
            "file_url": "https://translate.mattermost.com/api/translations/mattermost/glossary/zh_Hans/file/?format=api",
            "statistics_url": "https://translate.mattermost.com/api/translations/mattermost/glossary/zh_Hans/statistics/?format=api",
            "changes_list_url": "https://translate.mattermost.com/api/translations/mattermost/glossary/zh_Hans/changes/?format=api",
            "units_list_url": "https://translate.mattermost.com/api/translations/mattermost/glossary/zh_Hans/units/?format=api"
        },
        {
            "language": {
                "id": 145,
                "code": "hu",
                "name": "Hungarian",
                "plural": {
                    "id": 145,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "hun"
                ],
                "direction": "ltr",
                "population": 12443429,
                "web_url": "https://translate.mattermost.com/languages/hu/",
                "url": "https://translate.mattermost.com/api/languages/hu/?format=api",
                "statistics_url": "https://translate.mattermost.com/api/languages/hu/statistics/?format=api"
            },
            "component": {
                "name": "mattermost",
                "slug": "glossary",
                "id": 35,
                "source_language": {
                    "id": 80,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 80,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://translate.mattermost.com/languages/en/",
                    "url": "https://translate.mattermost.com/api/languages/en/?format=api",
                    "statistics_url": "https://translate.mattermost.com/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Mattermost",
                    "slug": "mattermost",
                    "id": 1,
                    "web": "https://github.com/mattermost",
                    "web_url": "https://translate.mattermost.com/projects/mattermost/",
                    "url": "https://translate.mattermost.com/api/projects/mattermost/?format=api",
                    "components_list_url": "https://translate.mattermost.com/api/projects/mattermost/components/?format=api",
                    "repository_url": "https://translate.mattermost.com/api/projects/mattermost/repository/?format=api",
                    "statistics_url": "https://translate.mattermost.com/api/projects/mattermost/statistics/?format=api",
                    "categories_url": "https://translate.mattermost.com/api/projects/mattermost/categories/?format=api",
                    "changes_list_url": "https://translate.mattermost.com/api/projects/mattermost/changes/?format=api",
                    "languages_url": "https://translate.mattermost.com/api/projects/mattermost/languages/?format=api",
                    "labels_url": "https://translate.mattermost.com/api/projects/mattermost/labels/?format=api",
                    "translation_review": true,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "local",
                "repo": "local:",
                "git_export": "https://translate.mattermost.com/git/mattermost/glossary/",
                "branch": "main",
                "push_branch": "",
                "filemask": "*.tbx",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": false,
                "intermediate": "",
                "new_base": "",
                "file_format": "tbx",
                "license": "Apache-2.0",
                "license_url": "https://spdx.org/licenses/Apache-2.0.html",
                "agreement": "",
                "web_url": "https://translate.mattermost.com/projects/mattermost/glossary/",
                "url": "https://translate.mattermost.com/api/components/mattermost/glossary/?format=api",
                "repository_url": "https://translate.mattermost.com/api/components/mattermost/glossary/repository/?format=api",
                "translations_url": "https://translate.mattermost.com/api/components/mattermost/glossary/translations/?format=api",
                "statistics_url": "https://translate.mattermost.com/api/components/mattermost/glossary/statistics/?format=api",
                "lock_url": "https://translate.mattermost.com/api/components/mattermost/glossary/lock/?format=api",
                "links_url": "https://translate.mattermost.com/api/components/mattermost/glossary/links/?format=api",
                "changes_list_url": "https://translate.mattermost.com/api/components/mattermost/glossary/changes/?format=api",
                "task_url": null,
                "new_lang": "none",
                "language_code_style": "",
                "push": "",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "#### Summary\r\nTranslated 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 }}\r\n\r\n#### Release Note\r\n```release-note\r\nNONE\r\n```",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": true,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": true,
                "glossary_color": "fuchsia",
                "category": null,
                "linked_component": null
            },
            "language_code": "hu",
            "id": 963,
            "filename": "hu.tbx",
            "revision": "143fd8b657c375ee69377f5dde7b8cea44423e5b",
            "web_url": "https://translate.mattermost.com/projects/mattermost/glossary/hu/",
            "share_url": "https://translate.mattermost.com/engage/mattermost/-/hu/",
            "translate_url": "https://translate.mattermost.com/translate/mattermost/glossary/hu/",
            "url": "https://translate.mattermost.com/api/translations/mattermost/glossary/hu/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 63,
            "total_words": 109,
            "translated": 52,
            "translated_words": 82,
            "translated_percent": 82.5,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2022-01-17T10:47:38.241928Z",
            "last_author": "Csaba Tóth",
            "repository_url": "https://translate.mattermost.com/api/translations/mattermost/glossary/hu/repository/?format=api",
            "file_url": "https://translate.mattermost.com/api/translations/mattermost/glossary/hu/file/?format=api",
            "statistics_url": "https://translate.mattermost.com/api/translations/mattermost/glossary/hu/statistics/?format=api",
            "changes_list_url": "https://translate.mattermost.com/api/translations/mattermost/glossary/hu/changes/?format=api",
            "units_list_url": "https://translate.mattermost.com/api/translations/mattermost/glossary/hu/units/?format=api"
        },
        {
            "language": {
                "id": 81,
                "code": "en_AU",
                "name": "English (Australia)",
                "plural": {
                    "id": 81,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "ena"
                ],
                "direction": "ltr",
                "population": 24447840,
                "web_url": "https://translate.mattermost.com/languages/en_AU/",
                "url": "https://translate.mattermost.com/api/languages/en_AU/?format=api",
                "statistics_url": "https://translate.mattermost.com/api/languages/en_AU/statistics/?format=api"
            },
            "component": {
                "name": "mattermost",
                "slug": "glossary",
                "id": 35,
                "source_language": {
                    "id": 80,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 80,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://translate.mattermost.com/languages/en/",
                    "url": "https://translate.mattermost.com/api/languages/en/?format=api",
                    "statistics_url": "https://translate.mattermost.com/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Mattermost",
                    "slug": "mattermost",
                    "id": 1,
                    "web": "https://github.com/mattermost",
                    "web_url": "https://translate.mattermost.com/projects/mattermost/",
                    "url": "https://translate.mattermost.com/api/projects/mattermost/?format=api",
                    "components_list_url": "https://translate.mattermost.com/api/projects/mattermost/components/?format=api",
                    "repository_url": "https://translate.mattermost.com/api/projects/mattermost/repository/?format=api",
                    "statistics_url": "https://translate.mattermost.com/api/projects/mattermost/statistics/?format=api",
                    "categories_url": "https://translate.mattermost.com/api/projects/mattermost/categories/?format=api",
                    "changes_list_url": "https://translate.mattermost.com/api/projects/mattermost/changes/?format=api",
                    "languages_url": "https://translate.mattermost.com/api/projects/mattermost/languages/?format=api",
                    "labels_url": "https://translate.mattermost.com/api/projects/mattermost/labels/?format=api",
                    "translation_review": true,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "local",
                "repo": "local:",
                "git_export": "https://translate.mattermost.com/git/mattermost/glossary/",
                "branch": "main",
                "push_branch": "",
                "filemask": "*.tbx",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": false,
                "intermediate": "",
                "new_base": "",
                "file_format": "tbx",
                "license": "Apache-2.0",
                "license_url": "https://spdx.org/licenses/Apache-2.0.html",
                "agreement": "",
                "web_url": "https://translate.mattermost.com/projects/mattermost/glossary/",
                "url": "https://translate.mattermost.com/api/components/mattermost/glossary/?format=api",
                "repository_url": "https://translate.mattermost.com/api/components/mattermost/glossary/repository/?format=api",
                "translations_url": "https://translate.mattermost.com/api/components/mattermost/glossary/translations/?format=api",
                "statistics_url": "https://translate.mattermost.com/api/components/mattermost/glossary/statistics/?format=api",
                "lock_url": "https://translate.mattermost.com/api/components/mattermost/glossary/lock/?format=api",
                "links_url": "https://translate.mattermost.com/api/components/mattermost/glossary/links/?format=api",
                "changes_list_url": "https://translate.mattermost.com/api/components/mattermost/glossary/changes/?format=api",
                "task_url": null,
                "new_lang": "none",
                "language_code_style": "",
                "push": "",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "#### Summary\r\nTranslated 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 }}\r\n\r\n#### Release Note\r\n```release-note\r\nNONE\r\n```",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": true,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": true,
                "glossary_color": "fuchsia",
                "category": null,
                "linked_component": null
            },
            "language_code": "en_AU",
            "id": 973,
            "filename": "en_AU.tbx",
            "revision": "bc49c071338ccc017ce3678b62de130c7bc64f1f",
            "web_url": "https://translate.mattermost.com/projects/mattermost/glossary/en_AU/",
            "share_url": "https://translate.mattermost.com/engage/mattermost/-/en_AU/",
            "translate_url": "https://translate.mattermost.com/translate/mattermost/glossary/en_AU/",
            "url": "https://translate.mattermost.com/api/translations/mattermost/glossary/en_AU/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 19,
            "total_words": 43,
            "translated": 15,
            "translated_words": 38,
            "translated_percent": 78.9,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2022-10-22T02:31:10.689613Z",
            "last_author": "Matthew Williams",
            "repository_url": "https://translate.mattermost.com/api/translations/mattermost/glossary/en_AU/repository/?format=api",
            "file_url": "https://translate.mattermost.com/api/translations/mattermost/glossary/en_AU/file/?format=api",
            "statistics_url": "https://translate.mattermost.com/api/translations/mattermost/glossary/en_AU/statistics/?format=api",
            "changes_list_url": "https://translate.mattermost.com/api/translations/mattermost/glossary/en_AU/changes/?format=api",
            "units_list_url": "https://translate.mattermost.com/api/translations/mattermost/glossary/en_AU/units/?format=api"
        },
        {
            "language": {
                "id": 80,
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 80,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485517,
                "web_url": "https://translate.mattermost.com/languages/en/",
                "url": "https://translate.mattermost.com/api/languages/en/?format=api",
                "statistics_url": "https://translate.mattermost.com/api/languages/en/statistics/?format=api"
            },
            "component": {
                "name": "webapp",
                "slug": "webapp",
                "id": 40,
                "source_language": {
                    "id": 80,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 80,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://translate.mattermost.com/languages/en/",
                    "url": "https://translate.mattermost.com/api/languages/en/?format=api",
                    "statistics_url": "https://translate.mattermost.com/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Playbooks",
                    "slug": "playbooks",
                    "id": 6,
                    "web": "https://github.com/mattermost/mattermost-plugin-playbooks",
                    "web_url": "https://translate.mattermost.com/projects/playbooks/",
                    "url": "https://translate.mattermost.com/api/projects/playbooks/?format=api",
                    "components_list_url": "https://translate.mattermost.com/api/projects/playbooks/components/?format=api",
                    "repository_url": "https://translate.mattermost.com/api/projects/playbooks/repository/?format=api",
                    "statistics_url": "https://translate.mattermost.com/api/projects/playbooks/statistics/?format=api",
                    "categories_url": "https://translate.mattermost.com/api/projects/playbooks/categories/?format=api",
                    "changes_list_url": "https://translate.mattermost.com/api/projects/playbooks/changes/?format=api",
                    "languages_url": "https://translate.mattermost.com/api/projects/playbooks/languages/?format=api",
                    "labels_url": "https://translate.mattermost.com/api/projects/playbooks/labels/?format=api",
                    "translation_review": true,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "github",
                "repo": "https://github.com/mattermost/mattermost-plugin-playbooks",
                "git_export": "https://translate.mattermost.com/git/playbooks/webapp/",
                "branch": "master",
                "push_branch": "",
                "filemask": "webapp/i18n/*.json",
                "screenshot_filemask": "",
                "template": "webapp/i18n/en.json",
                "edit_template": false,
                "intermediate": "",
                "new_base": "",
                "file_format": "json",
                "license": "Apache-2.0",
                "license_url": "https://spdx.org/licenses/Apache-2.0.html",
                "agreement": "",
                "web_url": "https://translate.mattermost.com/projects/playbooks/webapp/",
                "url": "https://translate.mattermost.com/api/components/playbooks/webapp/?format=api",
                "repository_url": "https://translate.mattermost.com/api/components/playbooks/webapp/repository/?format=api",
                "translations_url": "https://translate.mattermost.com/api/components/playbooks/webapp/translations/?format=api",
                "statistics_url": "https://translate.mattermost.com/api/components/playbooks/webapp/statistics/?format=api",
                "lock_url": "https://translate.mattermost.com/api/components/playbooks/webapp/lock/?format=api",
                "links_url": "https://translate.mattermost.com/api/components/playbooks/webapp/links/?format=api",
                "changes_list_url": "https://translate.mattermost.com/api/components/playbooks/webapp/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "",
                "push": "",
                "check_flags": "icu-message-format",
                "priority": 100,
                "enforced_checks": [
                    "icu_message_format"
                ],
                "restricted": false,
                "repoweb": "https://github.com/mattermost/mattermost-plugin-playbooks/tree/{{branch}}/{{filename}}#L{{line}}",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": true,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": 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
            },
            "language_code": "en",
            "id": 1022,
            "filename": "webapp/i18n/en.json",
            "revision": "d7e6a7edfe0f50c440b088a4f5fba362975f25f9,d7e6a7edfe0f50c440b088a4f5fba362975f25f9",
            "web_url": "https://translate.mattermost.com/projects/playbooks/webapp/en/",
            "share_url": "https://translate.mattermost.com/engage/playbooks/-/en/",
            "translate_url": "https://translate.mattermost.com/translate/playbooks/webapp/en/",
            "url": "https://translate.mattermost.com/api/translations/playbooks/webapp/en/?format=api",
            "is_template": true,
            "is_source": true,
            "total": 607,
            "total_words": 3181,
            "translated": 607,
            "translated_words": 3181,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 16,
            "failing_checks_words": 81,
            "failing_checks_percent": 2.6,
            "have_suggestion": 0,
            "have_comment": 3,
            "last_change": "2024-04-30T12:46:04.586042Z",
            "last_author": null,
            "repository_url": "https://translate.mattermost.com/api/translations/playbooks/webapp/en/repository/?format=api",
            "file_url": "https://translate.mattermost.com/api/translations/playbooks/webapp/en/file/?format=api",
            "statistics_url": "https://translate.mattermost.com/api/translations/playbooks/webapp/en/statistics/?format=api",
            "changes_list_url": "https://translate.mattermost.com/api/translations/playbooks/webapp/en/changes/?format=api",
            "units_list_url": "https://translate.mattermost.com/api/translations/playbooks/webapp/en/units/?format=api"
        },
        {
            "language": {
                "id": 80,
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 80,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485517,
                "web_url": "https://translate.mattermost.com/languages/en/",
                "url": "https://translate.mattermost.com/api/languages/en/?format=api",
                "statistics_url": "https://translate.mattermost.com/api/languages/en/statistics/?format=api"
            },
            "component": {
                "name": "Playbooks",
                "slug": "glossary",
                "id": 41,
                "source_language": {
                    "id": 80,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 80,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://translate.mattermost.com/languages/en/",
                    "url": "https://translate.mattermost.com/api/languages/en/?format=api",
                    "statistics_url": "https://translate.mattermost.com/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Playbooks",
                    "slug": "playbooks",
                    "id": 6,
                    "web": "https://github.com/mattermost/mattermost-plugin-playbooks",
                    "web_url": "https://translate.mattermost.com/projects/playbooks/",
                    "url": "https://translate.mattermost.com/api/projects/playbooks/?format=api",
                    "components_list_url": "https://translate.mattermost.com/api/projects/playbooks/components/?format=api",
                    "repository_url": "https://translate.mattermost.com/api/projects/playbooks/repository/?format=api",
                    "statistics_url": "https://translate.mattermost.com/api/projects/playbooks/statistics/?format=api",
                    "categories_url": "https://translate.mattermost.com/api/projects/playbooks/categories/?format=api",
                    "changes_list_url": "https://translate.mattermost.com/api/projects/playbooks/changes/?format=api",
                    "languages_url": "https://translate.mattermost.com/api/projects/playbooks/languages/?format=api",
                    "labels_url": "https://translate.mattermost.com/api/projects/playbooks/labels/?format=api",
                    "translation_review": true,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "local",
                "repo": "local:",
                "git_export": "https://translate.mattermost.com/git/playbooks/glossary/",
                "branch": "main",
                "push_branch": "",
                "filemask": "*.tbx",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "tbx",
                "license": "",
                "license_url": null,
                "agreement": "",
                "web_url": "https://translate.mattermost.com/projects/playbooks/glossary/",
                "url": "https://translate.mattermost.com/api/components/playbooks/glossary/?format=api",
                "repository_url": "https://translate.mattermost.com/api/components/playbooks/glossary/repository/?format=api",
                "translations_url": "https://translate.mattermost.com/api/components/playbooks/glossary/translations/?format=api",
                "statistics_url": "https://translate.mattermost.com/api/components/playbooks/glossary/statistics/?format=api",
                "lock_url": "https://translate.mattermost.com/api/components/playbooks/glossary/lock/?format=api",
                "links_url": "https://translate.mattermost.com/api/components/playbooks/glossary/links/?format=api",
                "changes_list_url": "https://translate.mattermost.com/api/components/playbooks/glossary/changes/?format=api",
                "task_url": null,
                "new_lang": "none",
                "language_code_style": "",
                "push": "",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": false,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": true,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "en",
            "id": 1023,
            "filename": "",
            "revision": "",
            "web_url": "https://translate.mattermost.com/projects/playbooks/glossary/en/",
            "share_url": "https://translate.mattermost.com/engage/playbooks/-/en/",
            "translate_url": "https://translate.mattermost.com/translate/playbooks/glossary/en/",
            "url": "https://translate.mattermost.com/api/translations/playbooks/glossary/en/?format=api",
            "is_template": false,
            "is_source": true,
            "total": 26,
            "total_words": 27,
            "translated": 26,
            "translated_words": 27,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://translate.mattermost.com/api/translations/playbooks/glossary/en/repository/?format=api",
            "file_url": "https://translate.mattermost.com/api/translations/playbooks/glossary/en/file/?format=api",
            "statistics_url": "https://translate.mattermost.com/api/translations/playbooks/glossary/en/statistics/?format=api",
            "changes_list_url": "https://translate.mattermost.com/api/translations/playbooks/glossary/en/changes/?format=api",
            "units_list_url": "https://translate.mattermost.com/api/translations/playbooks/glossary/en/units/?format=api"
        },
        {
            "language": {
                "id": 91,
                "code": "es",
                "name": "Spanish",
                "plural": {
                    "id": 91,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "es_la",
                    "esp",
                    "spa"
                ],
                "direction": "ltr",
                "population": 493528078,
                "web_url": "https://translate.mattermost.com/languages/es/",
                "url": "https://translate.mattermost.com/api/languages/es/?format=api",
                "statistics_url": "https://translate.mattermost.com/api/languages/es/statistics/?format=api"
            },
            "component": {
                "name": "webapp",
                "slug": "webapp",
                "id": 40,
                "source_language": {
                    "id": 80,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 80,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://translate.mattermost.com/languages/en/",
                    "url": "https://translate.mattermost.com/api/languages/en/?format=api",
                    "statistics_url": "https://translate.mattermost.com/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Playbooks",
                    "slug": "playbooks",
                    "id": 6,
                    "web": "https://github.com/mattermost/mattermost-plugin-playbooks",
                    "web_url": "https://translate.mattermost.com/projects/playbooks/",
                    "url": "https://translate.mattermost.com/api/projects/playbooks/?format=api",
                    "components_list_url": "https://translate.mattermost.com/api/projects/playbooks/components/?format=api",
                    "repository_url": "https://translate.mattermost.com/api/projects/playbooks/repository/?format=api",
                    "statistics_url": "https://translate.mattermost.com/api/projects/playbooks/statistics/?format=api",
                    "categories_url": "https://translate.mattermost.com/api/projects/playbooks/categories/?format=api",
                    "changes_list_url": "https://translate.mattermost.com/api/projects/playbooks/changes/?format=api",
                    "languages_url": "https://translate.mattermost.com/api/projects/playbooks/languages/?format=api",
                    "labels_url": "https://translate.mattermost.com/api/projects/playbooks/labels/?format=api",
                    "translation_review": true,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "github",
                "repo": "https://github.com/mattermost/mattermost-plugin-playbooks",
                "git_export": "https://translate.mattermost.com/git/playbooks/webapp/",
                "branch": "master",
                "push_branch": "",
                "filemask": "webapp/i18n/*.json",
                "screenshot_filemask": "",
                "template": "webapp/i18n/en.json",
                "edit_template": false,
                "intermediate": "",
                "new_base": "",
                "file_format": "json",
                "license": "Apache-2.0",
                "license_url": "https://spdx.org/licenses/Apache-2.0.html",
                "agreement": "",
                "web_url": "https://translate.mattermost.com/projects/playbooks/webapp/",
                "url": "https://translate.mattermost.com/api/components/playbooks/webapp/?format=api",
                "repository_url": "https://translate.mattermost.com/api/components/playbooks/webapp/repository/?format=api",
                "translations_url": "https://translate.mattermost.com/api/components/playbooks/webapp/translations/?format=api",
                "statistics_url": "https://translate.mattermost.com/api/components/playbooks/webapp/statistics/?format=api",
                "lock_url": "https://translate.mattermost.com/api/components/playbooks/webapp/lock/?format=api",
                "links_url": "https://translate.mattermost.com/api/components/playbooks/webapp/links/?format=api",
                "changes_list_url": "https://translate.mattermost.com/api/components/playbooks/webapp/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "",
                "push": "",
                "check_flags": "icu-message-format",
                "priority": 100,
                "enforced_checks": [
                    "icu_message_format"
                ],
                "restricted": false,
                "repoweb": "https://github.com/mattermost/mattermost-plugin-playbooks/tree/{{branch}}/{{filename}}#L{{line}}",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": true,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": 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
            },
            "language_code": "es",
            "id": 1024,
            "filename": "webapp/i18n/es.json",
            "revision": "1e78d7f935646f98528506b0eae61d0432c9a3f1,d7e6a7edfe0f50c440b088a4f5fba362975f25f9",
            "web_url": "https://translate.mattermost.com/projects/playbooks/webapp/es/",
            "share_url": "https://translate.mattermost.com/engage/playbooks/-/es/",
            "translate_url": "https://translate.mattermost.com/translate/playbooks/webapp/es/",
            "url": "https://translate.mattermost.com/api/translations/playbooks/webapp/es/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 607,
            "total_words": 3181,
            "translated": 2,
            "translated_words": 22,
            "translated_percent": 0.3,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 18,
            "have_comment": 0,
            "last_change": "2024-04-30T12:46:13.496793Z",
            "last_author": null,
            "repository_url": "https://translate.mattermost.com/api/translations/playbooks/webapp/es/repository/?format=api",
            "file_url": "https://translate.mattermost.com/api/translations/playbooks/webapp/es/file/?format=api",
            "statistics_url": "https://translate.mattermost.com/api/translations/playbooks/webapp/es/statistics/?format=api",
            "changes_list_url": "https://translate.mattermost.com/api/translations/playbooks/webapp/es/changes/?format=api",
            "units_list_url": "https://translate.mattermost.com/api/translations/playbooks/webapp/es/units/?format=api"
        },
        {
            "language": {
                "id": 91,
                "code": "es",
                "name": "Spanish",
                "plural": {
                    "id": 91,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "es_la",
                    "esp",
                    "spa"
                ],
                "direction": "ltr",
                "population": 493528078,
                "web_url": "https://translate.mattermost.com/languages/es/",
                "url": "https://translate.mattermost.com/api/languages/es/?format=api",
                "statistics_url": "https://translate.mattermost.com/api/languages/es/statistics/?format=api"
            },
            "component": {
                "name": "Playbooks",
                "slug": "glossary",
                "id": 41,
                "source_language": {
                    "id": 80,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 80,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://translate.mattermost.com/languages/en/",
                    "url": "https://translate.mattermost.com/api/languages/en/?format=api",
                    "statistics_url": "https://translate.mattermost.com/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Playbooks",
                    "slug": "playbooks",
                    "id": 6,
                    "web": "https://github.com/mattermost/mattermost-plugin-playbooks",
                    "web_url": "https://translate.mattermost.com/projects/playbooks/",
                    "url": "https://translate.mattermost.com/api/projects/playbooks/?format=api",
                    "components_list_url": "https://translate.mattermost.com/api/projects/playbooks/components/?format=api",
                    "repository_url": "https://translate.mattermost.com/api/projects/playbooks/repository/?format=api",
                    "statistics_url": "https://translate.mattermost.com/api/projects/playbooks/statistics/?format=api",
                    "categories_url": "https://translate.mattermost.com/api/projects/playbooks/categories/?format=api",
                    "changes_list_url": "https://translate.mattermost.com/api/projects/playbooks/changes/?format=api",
                    "languages_url": "https://translate.mattermost.com/api/projects/playbooks/languages/?format=api",
                    "labels_url": "https://translate.mattermost.com/api/projects/playbooks/labels/?format=api",
                    "translation_review": true,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "local",
                "repo": "local:",
                "git_export": "https://translate.mattermost.com/git/playbooks/glossary/",
                "branch": "main",
                "push_branch": "",
                "filemask": "*.tbx",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "tbx",
                "license": "",
                "license_url": null,
                "agreement": "",
                "web_url": "https://translate.mattermost.com/projects/playbooks/glossary/",
                "url": "https://translate.mattermost.com/api/components/playbooks/glossary/?format=api",
                "repository_url": "https://translate.mattermost.com/api/components/playbooks/glossary/repository/?format=api",
                "translations_url": "https://translate.mattermost.com/api/components/playbooks/glossary/translations/?format=api",
                "statistics_url": "https://translate.mattermost.com/api/components/playbooks/glossary/statistics/?format=api",
                "lock_url": "https://translate.mattermost.com/api/components/playbooks/glossary/lock/?format=api",
                "links_url": "https://translate.mattermost.com/api/components/playbooks/glossary/links/?format=api",
                "changes_list_url": "https://translate.mattermost.com/api/components/playbooks/glossary/changes/?format=api",
                "task_url": null,
                "new_lang": "none",
                "language_code_style": "",
                "push": "",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": false,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": true,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "es",
            "id": 1025,
            "filename": "es.tbx",
            "revision": "2d172c7bde8897eb94fdb97e667f6f5281b87378",
            "web_url": "https://translate.mattermost.com/projects/playbooks/glossary/es/",
            "share_url": "https://translate.mattermost.com/engage/playbooks/-/es/",
            "translate_url": "https://translate.mattermost.com/translate/playbooks/glossary/es/",
            "url": "https://translate.mattermost.com/api/translations/playbooks/glossary/es/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 1,
            "total_words": 1,
            "translated": 0,
            "translated_words": 0,
            "translated_percent": 0.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://translate.mattermost.com/api/translations/playbooks/glossary/es/repository/?format=api",
            "file_url": "https://translate.mattermost.com/api/translations/playbooks/glossary/es/file/?format=api",
            "statistics_url": "https://translate.mattermost.com/api/translations/playbooks/glossary/es/statistics/?format=api",
            "changes_list_url": "https://translate.mattermost.com/api/translations/playbooks/glossary/es/changes/?format=api",
            "units_list_url": "https://translate.mattermost.com/api/translations/playbooks/glossary/es/units/?format=api"
        },
        {
            "language": {
                "id": 70,
                "code": "de",
                "name": "German",
                "plural": {
                    "id": 70,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "deu_de",
                    "deu",
                    "ger"
                ],
                "direction": "ltr",
                "population": 136350226,
                "web_url": "https://translate.mattermost.com/languages/de/",
                "url": "https://translate.mattermost.com/api/languages/de/?format=api",
                "statistics_url": "https://translate.mattermost.com/api/languages/de/statistics/?format=api"
            },
            "component": {
                "name": "webapp",
                "slug": "webapp",
                "id": 40,
                "source_language": {
                    "id": 80,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 80,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://translate.mattermost.com/languages/en/",
                    "url": "https://translate.mattermost.com/api/languages/en/?format=api",
                    "statistics_url": "https://translate.mattermost.com/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Playbooks",
                    "slug": "playbooks",
                    "id": 6,
                    "web": "https://github.com/mattermost/mattermost-plugin-playbooks",
                    "web_url": "https://translate.mattermost.com/projects/playbooks/",
                    "url": "https://translate.mattermost.com/api/projects/playbooks/?format=api",
                    "components_list_url": "https://translate.mattermost.com/api/projects/playbooks/components/?format=api",
                    "repository_url": "https://translate.mattermost.com/api/projects/playbooks/repository/?format=api",
                    "statistics_url": "https://translate.mattermost.com/api/projects/playbooks/statistics/?format=api",
                    "categories_url": "https://translate.mattermost.com/api/projects/playbooks/categories/?format=api",
                    "changes_list_url": "https://translate.mattermost.com/api/projects/playbooks/changes/?format=api",
                    "languages_url": "https://translate.mattermost.com/api/projects/playbooks/languages/?format=api",
                    "labels_url": "https://translate.mattermost.com/api/projects/playbooks/labels/?format=api",
                    "translation_review": true,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "github",
                "repo": "https://github.com/mattermost/mattermost-plugin-playbooks",
                "git_export": "https://translate.mattermost.com/git/playbooks/webapp/",
                "branch": "master",
                "push_branch": "",
                "filemask": "webapp/i18n/*.json",
                "screenshot_filemask": "",
                "template": "webapp/i18n/en.json",
                "edit_template": false,
                "intermediate": "",
                "new_base": "",
                "file_format": "json",
                "license": "Apache-2.0",
                "license_url": "https://spdx.org/licenses/Apache-2.0.html",
                "agreement": "",
                "web_url": "https://translate.mattermost.com/projects/playbooks/webapp/",
                "url": "https://translate.mattermost.com/api/components/playbooks/webapp/?format=api",
                "repository_url": "https://translate.mattermost.com/api/components/playbooks/webapp/repository/?format=api",
                "translations_url": "https://translate.mattermost.com/api/components/playbooks/webapp/translations/?format=api",
                "statistics_url": "https://translate.mattermost.com/api/components/playbooks/webapp/statistics/?format=api",
                "lock_url": "https://translate.mattermost.com/api/components/playbooks/webapp/lock/?format=api",
                "links_url": "https://translate.mattermost.com/api/components/playbooks/webapp/links/?format=api",
                "changes_list_url": "https://translate.mattermost.com/api/components/playbooks/webapp/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "",
                "push": "",
                "check_flags": "icu-message-format",
                "priority": 100,
                "enforced_checks": [
                    "icu_message_format"
                ],
                "restricted": false,
                "repoweb": "https://github.com/mattermost/mattermost-plugin-playbooks/tree/{{branch}}/{{filename}}#L{{line}}",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": true,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": 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
            },
            "language_code": "de",
            "id": 1026,
            "filename": "webapp/i18n/de.json",
            "revision": "db0f746b56c6d5bf83a7deba10a347cd31373afb,d7e6a7edfe0f50c440b088a4f5fba362975f25f9",
            "web_url": "https://translate.mattermost.com/projects/playbooks/webapp/de/",
            "share_url": "https://translate.mattermost.com/engage/playbooks/-/de/",
            "translate_url": "https://translate.mattermost.com/translate/playbooks/webapp/de/",
            "url": "https://translate.mattermost.com/api/translations/playbooks/webapp/de/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 607,
            "total_words": 3181,
            "translated": 606,
            "translated_words": 3179,
            "translated_percent": 99.8,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-04-30T12:46:09.150039Z",
            "last_author": null,
            "repository_url": "https://translate.mattermost.com/api/translations/playbooks/webapp/de/repository/?format=api",
            "file_url": "https://translate.mattermost.com/api/translations/playbooks/webapp/de/file/?format=api",
            "statistics_url": "https://translate.mattermost.com/api/translations/playbooks/webapp/de/statistics/?format=api",
            "changes_list_url": "https://translate.mattermost.com/api/translations/playbooks/webapp/de/changes/?format=api",
            "units_list_url": "https://translate.mattermost.com/api/translations/playbooks/webapp/de/units/?format=api"
        },
        {
            "language": {
                "id": 70,
                "code": "de",
                "name": "German",
                "plural": {
                    "id": 70,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "deu_de",
                    "deu",
                    "ger"
                ],
                "direction": "ltr",
                "population": 136350226,
                "web_url": "https://translate.mattermost.com/languages/de/",
                "url": "https://translate.mattermost.com/api/languages/de/?format=api",
                "statistics_url": "https://translate.mattermost.com/api/languages/de/statistics/?format=api"
            },
            "component": {
                "name": "Playbooks",
                "slug": "glossary",
                "id": 41,
                "source_language": {
                    "id": 80,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 80,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://translate.mattermost.com/languages/en/",
                    "url": "https://translate.mattermost.com/api/languages/en/?format=api",
                    "statistics_url": "https://translate.mattermost.com/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Playbooks",
                    "slug": "playbooks",
                    "id": 6,
                    "web": "https://github.com/mattermost/mattermost-plugin-playbooks",
                    "web_url": "https://translate.mattermost.com/projects/playbooks/",
                    "url": "https://translate.mattermost.com/api/projects/playbooks/?format=api",
                    "components_list_url": "https://translate.mattermost.com/api/projects/playbooks/components/?format=api",
                    "repository_url": "https://translate.mattermost.com/api/projects/playbooks/repository/?format=api",
                    "statistics_url": "https://translate.mattermost.com/api/projects/playbooks/statistics/?format=api",
                    "categories_url": "https://translate.mattermost.com/api/projects/playbooks/categories/?format=api",
                    "changes_list_url": "https://translate.mattermost.com/api/projects/playbooks/changes/?format=api",
                    "languages_url": "https://translate.mattermost.com/api/projects/playbooks/languages/?format=api",
                    "labels_url": "https://translate.mattermost.com/api/projects/playbooks/labels/?format=api",
                    "translation_review": true,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "local",
                "repo": "local:",
                "git_export": "https://translate.mattermost.com/git/playbooks/glossary/",
                "branch": "main",
                "push_branch": "",
                "filemask": "*.tbx",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "tbx",
                "license": "",
                "license_url": null,
                "agreement": "",
                "web_url": "https://translate.mattermost.com/projects/playbooks/glossary/",
                "url": "https://translate.mattermost.com/api/components/playbooks/glossary/?format=api",
                "repository_url": "https://translate.mattermost.com/api/components/playbooks/glossary/repository/?format=api",
                "translations_url": "https://translate.mattermost.com/api/components/playbooks/glossary/translations/?format=api",
                "statistics_url": "https://translate.mattermost.com/api/components/playbooks/glossary/statistics/?format=api",
                "lock_url": "https://translate.mattermost.com/api/components/playbooks/glossary/lock/?format=api",
                "links_url": "https://translate.mattermost.com/api/components/playbooks/glossary/links/?format=api",
                "changes_list_url": "https://translate.mattermost.com/api/components/playbooks/glossary/changes/?format=api",
                "task_url": null,
                "new_lang": "none",
                "language_code_style": "",
                "push": "",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": false,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": true,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "de",
            "id": 1027,
            "filename": "de.tbx",
            "revision": "c0a54e1ee2c3e593e1261e55dad2bb72318c58f5",
            "web_url": "https://translate.mattermost.com/projects/playbooks/glossary/de/",
            "share_url": "https://translate.mattermost.com/engage/playbooks/-/de/",
            "translate_url": "https://translate.mattermost.com/translate/playbooks/glossary/de/",
            "url": "https://translate.mattermost.com/api/translations/playbooks/glossary/de/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 1,
            "total_words": 1,
            "translated": 1,
            "translated_words": 1,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://translate.mattermost.com/api/translations/playbooks/glossary/de/repository/?format=api",
            "file_url": "https://translate.mattermost.com/api/translations/playbooks/glossary/de/file/?format=api",
            "statistics_url": "https://translate.mattermost.com/api/translations/playbooks/glossary/de/statistics/?format=api",
            "changes_list_url": "https://translate.mattermost.com/api/translations/playbooks/glossary/de/changes/?format=api",
            "units_list_url": "https://translate.mattermost.com/api/translations/playbooks/glossary/de/units/?format=api"
        },
        {
            "language": {
                "id": 231,
                "code": "nl",
                "name": "Dutch",
                "plural": {
                    "id": 231,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "dut",
                    "nld"
                ],
                "direction": "ltr",
                "population": 31765645,
                "web_url": "https://translate.mattermost.com/languages/nl/",
                "url": "https://translate.mattermost.com/api/languages/nl/?format=api",
                "statistics_url": "https://translate.mattermost.com/api/languages/nl/statistics/?format=api"
            },
            "component": {
                "name": "webapp",
                "slug": "webapp",
                "id": 40,
                "source_language": {
                    "id": 80,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 80,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://translate.mattermost.com/languages/en/",
                    "url": "https://translate.mattermost.com/api/languages/en/?format=api",
                    "statistics_url": "https://translate.mattermost.com/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Playbooks",
                    "slug": "playbooks",
                    "id": 6,
                    "web": "https://github.com/mattermost/mattermost-plugin-playbooks",
                    "web_url": "https://translate.mattermost.com/projects/playbooks/",
                    "url": "https://translate.mattermost.com/api/projects/playbooks/?format=api",
                    "components_list_url": "https://translate.mattermost.com/api/projects/playbooks/components/?format=api",
                    "repository_url": "https://translate.mattermost.com/api/projects/playbooks/repository/?format=api",
                    "statistics_url": "https://translate.mattermost.com/api/projects/playbooks/statistics/?format=api",
                    "categories_url": "https://translate.mattermost.com/api/projects/playbooks/categories/?format=api",
                    "changes_list_url": "https://translate.mattermost.com/api/projects/playbooks/changes/?format=api",
                    "languages_url": "https://translate.mattermost.com/api/projects/playbooks/languages/?format=api",
                    "labels_url": "https://translate.mattermost.com/api/projects/playbooks/labels/?format=api",
                    "translation_review": true,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "github",
                "repo": "https://github.com/mattermost/mattermost-plugin-playbooks",
                "git_export": "https://translate.mattermost.com/git/playbooks/webapp/",
                "branch": "master",
                "push_branch": "",
                "filemask": "webapp/i18n/*.json",
                "screenshot_filemask": "",
                "template": "webapp/i18n/en.json",
                "edit_template": false,
                "intermediate": "",
                "new_base": "",
                "file_format": "json",
                "license": "Apache-2.0",
                "license_url": "https://spdx.org/licenses/Apache-2.0.html",
                "agreement": "",
                "web_url": "https://translate.mattermost.com/projects/playbooks/webapp/",
                "url": "https://translate.mattermost.com/api/components/playbooks/webapp/?format=api",
                "repository_url": "https://translate.mattermost.com/api/components/playbooks/webapp/repository/?format=api",
                "translations_url": "https://translate.mattermost.com/api/components/playbooks/webapp/translations/?format=api",
                "statistics_url": "https://translate.mattermost.com/api/components/playbooks/webapp/statistics/?format=api",
                "lock_url": "https://translate.mattermost.com/api/components/playbooks/webapp/lock/?format=api",
                "links_url": "https://translate.mattermost.com/api/components/playbooks/webapp/links/?format=api",
                "changes_list_url": "https://translate.mattermost.com/api/components/playbooks/webapp/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "",
                "push": "",
                "check_flags": "icu-message-format",
                "priority": 100,
                "enforced_checks": [
                    "icu_message_format"
                ],
                "restricted": false,
                "repoweb": "https://github.com/mattermost/mattermost-plugin-playbooks/tree/{{branch}}/{{filename}}#L{{line}}",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": true,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": 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
            },
            "language_code": "nl",
            "id": 1028,
            "filename": "webapp/i18n/nl.json",
            "revision": "83f5f808717a7cb8133f61cb2be072bbc91edb06,d7e6a7edfe0f50c440b088a4f5fba362975f25f9",
            "web_url": "https://translate.mattermost.com/projects/playbooks/webapp/nl/",
            "share_url": "https://translate.mattermost.com/engage/playbooks/-/nl/",
            "translate_url": "https://translate.mattermost.com/translate/playbooks/webapp/nl/",
            "url": "https://translate.mattermost.com/api/translations/playbooks/webapp/nl/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 607,
            "total_words": 3181,
            "translated": 606,
            "translated_words": 3179,
            "translated_percent": 99.8,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-04-30T12:46:37.394394Z",
            "last_author": null,
            "repository_url": "https://translate.mattermost.com/api/translations/playbooks/webapp/nl/repository/?format=api",
            "file_url": "https://translate.mattermost.com/api/translations/playbooks/webapp/nl/file/?format=api",
            "statistics_url": "https://translate.mattermost.com/api/translations/playbooks/webapp/nl/statistics/?format=api",
            "changes_list_url": "https://translate.mattermost.com/api/translations/playbooks/webapp/nl/changes/?format=api",
            "units_list_url": "https://translate.mattermost.com/api/translations/playbooks/webapp/nl/units/?format=api"
        },
        {
            "language": {
                "id": 231,
                "code": "nl",
                "name": "Dutch",
                "plural": {
                    "id": 231,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "dut",
                    "nld"
                ],
                "direction": "ltr",
                "population": 31765645,
                "web_url": "https://translate.mattermost.com/languages/nl/",
                "url": "https://translate.mattermost.com/api/languages/nl/?format=api",
                "statistics_url": "https://translate.mattermost.com/api/languages/nl/statistics/?format=api"
            },
            "component": {
                "name": "Playbooks",
                "slug": "glossary",
                "id": 41,
                "source_language": {
                    "id": 80,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 80,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://translate.mattermost.com/languages/en/",
                    "url": "https://translate.mattermost.com/api/languages/en/?format=api",
                    "statistics_url": "https://translate.mattermost.com/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Playbooks",
                    "slug": "playbooks",
                    "id": 6,
                    "web": "https://github.com/mattermost/mattermost-plugin-playbooks",
                    "web_url": "https://translate.mattermost.com/projects/playbooks/",
                    "url": "https://translate.mattermost.com/api/projects/playbooks/?format=api",
                    "components_list_url": "https://translate.mattermost.com/api/projects/playbooks/components/?format=api",
                    "repository_url": "https://translate.mattermost.com/api/projects/playbooks/repository/?format=api",
                    "statistics_url": "https://translate.mattermost.com/api/projects/playbooks/statistics/?format=api",
                    "categories_url": "https://translate.mattermost.com/api/projects/playbooks/categories/?format=api",
                    "changes_list_url": "https://translate.mattermost.com/api/projects/playbooks/changes/?format=api",
                    "languages_url": "https://translate.mattermost.com/api/projects/playbooks/languages/?format=api",
                    "labels_url": "https://translate.mattermost.com/api/projects/playbooks/labels/?format=api",
                    "translation_review": true,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "local",
                "repo": "local:",
                "git_export": "https://translate.mattermost.com/git/playbooks/glossary/",
                "branch": "main",
                "push_branch": "",
                "filemask": "*.tbx",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "tbx",
                "license": "",
                "license_url": null,
                "agreement": "",
                "web_url": "https://translate.mattermost.com/projects/playbooks/glossary/",
                "url": "https://translate.mattermost.com/api/components/playbooks/glossary/?format=api",
                "repository_url": "https://translate.mattermost.com/api/components/playbooks/glossary/repository/?format=api",
                "translations_url": "https://translate.mattermost.com/api/components/playbooks/glossary/translations/?format=api",
                "statistics_url": "https://translate.mattermost.com/api/components/playbooks/glossary/statistics/?format=api",
                "lock_url": "https://translate.mattermost.com/api/components/playbooks/glossary/lock/?format=api",
                "links_url": "https://translate.mattermost.com/api/components/playbooks/glossary/links/?format=api",
                "changes_list_url": "https://translate.mattermost.com/api/components/playbooks/glossary/changes/?format=api",
                "task_url": null,
                "new_lang": "none",
                "language_code_style": "",
                "push": "",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": false,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": true,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "nl",
            "id": 1029,
            "filename": "nl.tbx",
            "revision": "cae753c228a44943baf2fd536188bf6b45f822c0",
            "web_url": "https://translate.mattermost.com/projects/playbooks/glossary/nl/",
            "share_url": "https://translate.mattermost.com/engage/playbooks/-/nl/",
            "translate_url": "https://translate.mattermost.com/translate/playbooks/glossary/nl/",
            "url": "https://translate.mattermost.com/api/translations/playbooks/glossary/nl/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 1,
            "total_words": 1,
            "translated": 1,
            "translated_words": 1,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2023-01-19T07:57:15.312289Z",
            "last_author": "Tom De Moor",
            "repository_url": "https://translate.mattermost.com/api/translations/playbooks/glossary/nl/repository/?format=api",
            "file_url": "https://translate.mattermost.com/api/translations/playbooks/glossary/nl/file/?format=api",
            "statistics_url": "https://translate.mattermost.com/api/translations/playbooks/glossary/nl/statistics/?format=api",
            "changes_list_url": "https://translate.mattermost.com/api/translations/playbooks/glossary/nl/changes/?format=api",
            "units_list_url": "https://translate.mattermost.com/api/translations/playbooks/glossary/nl/units/?format=api"
        },
        {
            "language": {
                "id": 158,
                "code": "ja",
                "name": "Japanese",
                "plural": {
                    "id": 158,
                    "source": 0,
                    "number": 1,
                    "formula": "0",
                    "type": 0
                },
                "aliases": [
                    "jp",
                    "jp_jpn",
                    "ja_ja",
                    "jpn_jp",
                    "jpn"
                ],
                "direction": "ltr",
                "population": 119729025,
                "web_url": "https://translate.mattermost.com/languages/ja/",
                "url": "https://translate.mattermost.com/api/languages/ja/?format=api",
                "statistics_url": "https://translate.mattermost.com/api/languages/ja/statistics/?format=api"
            },
            "component": {
                "name": "webapp",
                "slug": "webapp",
                "id": 40,
                "source_language": {
                    "id": 80,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 80,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://translate.mattermost.com/languages/en/",
                    "url": "https://translate.mattermost.com/api/languages/en/?format=api",
                    "statistics_url": "https://translate.mattermost.com/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Playbooks",
                    "slug": "playbooks",
                    "id": 6,
                    "web": "https://github.com/mattermost/mattermost-plugin-playbooks",
                    "web_url": "https://translate.mattermost.com/projects/playbooks/",
                    "url": "https://translate.mattermost.com/api/projects/playbooks/?format=api",
                    "components_list_url": "https://translate.mattermost.com/api/projects/playbooks/components/?format=api",
                    "repository_url": "https://translate.mattermost.com/api/projects/playbooks/repository/?format=api",
                    "statistics_url": "https://translate.mattermost.com/api/projects/playbooks/statistics/?format=api",
                    "categories_url": "https://translate.mattermost.com/api/projects/playbooks/categories/?format=api",
                    "changes_list_url": "https://translate.mattermost.com/api/projects/playbooks/changes/?format=api",
                    "languages_url": "https://translate.mattermost.com/api/projects/playbooks/languages/?format=api",
                    "labels_url": "https://translate.mattermost.com/api/projects/playbooks/labels/?format=api",
                    "translation_review": true,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "github",
                "repo": "https://github.com/mattermost/mattermost-plugin-playbooks",
                "git_export": "https://translate.mattermost.com/git/playbooks/webapp/",
                "branch": "master",
                "push_branch": "",
                "filemask": "webapp/i18n/*.json",
                "screenshot_filemask": "",
                "template": "webapp/i18n/en.json",
                "edit_template": false,
                "intermediate": "",
                "new_base": "",
                "file_format": "json",
                "license": "Apache-2.0",
                "license_url": "https://spdx.org/licenses/Apache-2.0.html",
                "agreement": "",
                "web_url": "https://translate.mattermost.com/projects/playbooks/webapp/",
                "url": "https://translate.mattermost.com/api/components/playbooks/webapp/?format=api",
                "repository_url": "https://translate.mattermost.com/api/components/playbooks/webapp/repository/?format=api",
                "translations_url": "https://translate.mattermost.com/api/components/playbooks/webapp/translations/?format=api",
                "statistics_url": "https://translate.mattermost.com/api/components/playbooks/webapp/statistics/?format=api",
                "lock_url": "https://translate.mattermost.com/api/components/playbooks/webapp/lock/?format=api",
                "links_url": "https://translate.mattermost.com/api/components/playbooks/webapp/links/?format=api",
                "changes_list_url": "https://translate.mattermost.com/api/components/playbooks/webapp/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "",
                "push": "",
                "check_flags": "icu-message-format",
                "priority": 100,
                "enforced_checks": [
                    "icu_message_format"
                ],
                "restricted": false,
                "repoweb": "https://github.com/mattermost/mattermost-plugin-playbooks/tree/{{branch}}/{{filename}}#L{{line}}",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": true,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": 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
            },
            "language_code": "ja",
            "id": 1032,
            "filename": "webapp/i18n/ja.json",
            "revision": "820b4a0451474839a2b3316fe09f39646120d41a,d7e6a7edfe0f50c440b088a4f5fba362975f25f9",
            "web_url": "https://translate.mattermost.com/projects/playbooks/webapp/ja/",
            "share_url": "https://translate.mattermost.com/engage/playbooks/-/ja/",
            "translate_url": "https://translate.mattermost.com/translate/playbooks/webapp/ja/",
            "url": "https://translate.mattermost.com/api/translations/playbooks/webapp/ja/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 607,
            "total_words": 3181,
            "translated": 606,
            "translated_words": 3179,
            "translated_percent": 99.8,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-04-30T12:46:27.794165Z",
            "last_author": null,
            "repository_url": "https://translate.mattermost.com/api/translations/playbooks/webapp/ja/repository/?format=api",
            "file_url": "https://translate.mattermost.com/api/translations/playbooks/webapp/ja/file/?format=api",
            "statistics_url": "https://translate.mattermost.com/api/translations/playbooks/webapp/ja/statistics/?format=api",
            "changes_list_url": "https://translate.mattermost.com/api/translations/playbooks/webapp/ja/changes/?format=api",
            "units_list_url": "https://translate.mattermost.com/api/translations/playbooks/webapp/ja/units/?format=api"
        },
        {
            "language": {
                "id": 158,
                "code": "ja",
                "name": "Japanese",
                "plural": {
                    "id": 158,
                    "source": 0,
                    "number": 1,
                    "formula": "0",
                    "type": 0
                },
                "aliases": [
                    "jp",
                    "jp_jpn",
                    "ja_ja",
                    "jpn_jp",
                    "jpn"
                ],
                "direction": "ltr",
                "population": 119729025,
                "web_url": "https://translate.mattermost.com/languages/ja/",
                "url": "https://translate.mattermost.com/api/languages/ja/?format=api",
                "statistics_url": "https://translate.mattermost.com/api/languages/ja/statistics/?format=api"
            },
            "component": {
                "name": "Playbooks",
                "slug": "glossary",
                "id": 41,
                "source_language": {
                    "id": 80,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 80,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://translate.mattermost.com/languages/en/",
                    "url": "https://translate.mattermost.com/api/languages/en/?format=api",
                    "statistics_url": "https://translate.mattermost.com/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Playbooks",
                    "slug": "playbooks",
                    "id": 6,
                    "web": "https://github.com/mattermost/mattermost-plugin-playbooks",
                    "web_url": "https://translate.mattermost.com/projects/playbooks/",
                    "url": "https://translate.mattermost.com/api/projects/playbooks/?format=api",
                    "components_list_url": "https://translate.mattermost.com/api/projects/playbooks/components/?format=api",
                    "repository_url": "https://translate.mattermost.com/api/projects/playbooks/repository/?format=api",
                    "statistics_url": "https://translate.mattermost.com/api/projects/playbooks/statistics/?format=api",
                    "categories_url": "https://translate.mattermost.com/api/projects/playbooks/categories/?format=api",
                    "changes_list_url": "https://translate.mattermost.com/api/projects/playbooks/changes/?format=api",
                    "languages_url": "https://translate.mattermost.com/api/projects/playbooks/languages/?format=api",
                    "labels_url": "https://translate.mattermost.com/api/projects/playbooks/labels/?format=api",
                    "translation_review": true,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "local",
                "repo": "local:",
                "git_export": "https://translate.mattermost.com/git/playbooks/glossary/",
                "branch": "main",
                "push_branch": "",
                "filemask": "*.tbx",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "tbx",
                "license": "",
                "license_url": null,
                "agreement": "",
                "web_url": "https://translate.mattermost.com/projects/playbooks/glossary/",
                "url": "https://translate.mattermost.com/api/components/playbooks/glossary/?format=api",
                "repository_url": "https://translate.mattermost.com/api/components/playbooks/glossary/repository/?format=api",
                "translations_url": "https://translate.mattermost.com/api/components/playbooks/glossary/translations/?format=api",
                "statistics_url": "https://translate.mattermost.com/api/components/playbooks/glossary/statistics/?format=api",
                "lock_url": "https://translate.mattermost.com/api/components/playbooks/glossary/lock/?format=api",
                "links_url": "https://translate.mattermost.com/api/components/playbooks/glossary/links/?format=api",
                "changes_list_url": "https://translate.mattermost.com/api/components/playbooks/glossary/changes/?format=api",
                "task_url": null,
                "new_lang": "none",
                "language_code_style": "",
                "push": "",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": false,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": true,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "ja",
            "id": 1033,
            "filename": "ja.tbx",
            "revision": "55a0a9fef475be116278f4f2cbfb7bfdc91d59c6",
            "web_url": "https://translate.mattermost.com/projects/playbooks/glossary/ja/",
            "share_url": "https://translate.mattermost.com/engage/playbooks/-/ja/",
            "translate_url": "https://translate.mattermost.com/translate/playbooks/glossary/ja/",
            "url": "https://translate.mattermost.com/api/translations/playbooks/glossary/ja/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 6,
            "total_words": 7,
            "translated": 6,
            "translated_words": 7,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2023-02-12T02:35:21.534981Z",
            "last_author": "kaakaa",
            "repository_url": "https://translate.mattermost.com/api/translations/playbooks/glossary/ja/repository/?format=api",
            "file_url": "https://translate.mattermost.com/api/translations/playbooks/glossary/ja/file/?format=api",
            "statistics_url": "https://translate.mattermost.com/api/translations/playbooks/glossary/ja/statistics/?format=api",
            "changes_list_url": "https://translate.mattermost.com/api/translations/playbooks/glossary/ja/changes/?format=api",
            "units_list_url": "https://translate.mattermost.com/api/translations/playbooks/glossary/ja/units/?format=api"
        },
        {
            "language": {
                "id": 145,
                "code": "hu",
                "name": "Hungarian",
                "plural": {
                    "id": 145,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "hun"
                ],
                "direction": "ltr",
                "population": 12443429,
                "web_url": "https://translate.mattermost.com/languages/hu/",
                "url": "https://translate.mattermost.com/api/languages/hu/?format=api",
                "statistics_url": "https://translate.mattermost.com/api/languages/hu/statistics/?format=api"
            },
            "component": {
                "name": "Playbooks",
                "slug": "glossary",
                "id": 41,
                "source_language": {
                    "id": 80,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 80,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://translate.mattermost.com/languages/en/",
                    "url": "https://translate.mattermost.com/api/languages/en/?format=api",
                    "statistics_url": "https://translate.mattermost.com/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Playbooks",
                    "slug": "playbooks",
                    "id": 6,
                    "web": "https://github.com/mattermost/mattermost-plugin-playbooks",
                    "web_url": "https://translate.mattermost.com/projects/playbooks/",
                    "url": "https://translate.mattermost.com/api/projects/playbooks/?format=api",
                    "components_list_url": "https://translate.mattermost.com/api/projects/playbooks/components/?format=api",
                    "repository_url": "https://translate.mattermost.com/api/projects/playbooks/repository/?format=api",
                    "statistics_url": "https://translate.mattermost.com/api/projects/playbooks/statistics/?format=api",
                    "categories_url": "https://translate.mattermost.com/api/projects/playbooks/categories/?format=api",
                    "changes_list_url": "https://translate.mattermost.com/api/projects/playbooks/changes/?format=api",
                    "languages_url": "https://translate.mattermost.com/api/projects/playbooks/languages/?format=api",
                    "labels_url": "https://translate.mattermost.com/api/projects/playbooks/labels/?format=api",
                    "translation_review": true,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "local",
                "repo": "local:",
                "git_export": "https://translate.mattermost.com/git/playbooks/glossary/",
                "branch": "main",
                "push_branch": "",
                "filemask": "*.tbx",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "tbx",
                "license": "",
                "license_url": null,
                "agreement": "",
                "web_url": "https://translate.mattermost.com/projects/playbooks/glossary/",
                "url": "https://translate.mattermost.com/api/components/playbooks/glossary/?format=api",
                "repository_url": "https://translate.mattermost.com/api/components/playbooks/glossary/repository/?format=api",
                "translations_url": "https://translate.mattermost.com/api/components/playbooks/glossary/translations/?format=api",
                "statistics_url": "https://translate.mattermost.com/api/components/playbooks/glossary/statistics/?format=api",
                "lock_url": "https://translate.mattermost.com/api/components/playbooks/glossary/lock/?format=api",
                "links_url": "https://translate.mattermost.com/api/components/playbooks/glossary/links/?format=api",
                "changes_list_url": "https://translate.mattermost.com/api/components/playbooks/glossary/changes/?format=api",
                "task_url": null,
                "new_lang": "none",
                "language_code_style": "",
                "push": "",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": false,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": true,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "hu",
            "id": 1039,
            "filename": "hu.tbx",
            "revision": "883edd78551d694c150d2207aa021f58c4f3e2e6",
            "web_url": "https://translate.mattermost.com/projects/playbooks/glossary/hu/",
            "share_url": "https://translate.mattermost.com/engage/playbooks/-/hu/",
            "translate_url": "https://translate.mattermost.com/translate/playbooks/glossary/hu/",
            "url": "https://translate.mattermost.com/api/translations/playbooks/glossary/hu/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 7,
            "total_words": 7,
            "translated": 6,
            "translated_words": 6,
            "translated_percent": 85.7,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2021-12-15T10:04:37.153076Z",
            "last_author": "Csaba Tóth",
            "repository_url": "https://translate.mattermost.com/api/translations/playbooks/glossary/hu/repository/?format=api",
            "file_url": "https://translate.mattermost.com/api/translations/playbooks/glossary/hu/file/?format=api",
            "statistics_url": "https://translate.mattermost.com/api/translations/playbooks/glossary/hu/statistics/?format=api",
            "changes_list_url": "https://translate.mattermost.com/api/translations/playbooks/glossary/hu/changes/?format=api",
            "units_list_url": "https://translate.mattermost.com/api/translations/playbooks/glossary/hu/units/?format=api"
        },
        {
            "language": {
                "id": 145,
                "code": "hu",
                "name": "Hungarian",
                "plural": {
                    "id": 145,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "hun"
                ],
                "direction": "ltr",
                "population": 12443429,
                "web_url": "https://translate.mattermost.com/languages/hu/",
                "url": "https://translate.mattermost.com/api/languages/hu/?format=api",
                "statistics_url": "https://translate.mattermost.com/api/languages/hu/statistics/?format=api"
            },
            "component": {
                "name": "webapp",
                "slug": "webapp",
                "id": 40,
                "source_language": {
                    "id": 80,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 80,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://translate.mattermost.com/languages/en/",
                    "url": "https://translate.mattermost.com/api/languages/en/?format=api",
                    "statistics_url": "https://translate.mattermost.com/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Playbooks",
                    "slug": "playbooks",
                    "id": 6,
                    "web": "https://github.com/mattermost/mattermost-plugin-playbooks",
                    "web_url": "https://translate.mattermost.com/projects/playbooks/",
                    "url": "https://translate.mattermost.com/api/projects/playbooks/?format=api",
                    "components_list_url": "https://translate.mattermost.com/api/projects/playbooks/components/?format=api",
                    "repository_url": "https://translate.mattermost.com/api/projects/playbooks/repository/?format=api",
                    "statistics_url": "https://translate.mattermost.com/api/projects/playbooks/statistics/?format=api",
                    "categories_url": "https://translate.mattermost.com/api/projects/playbooks/categories/?format=api",
                    "changes_list_url": "https://translate.mattermost.com/api/projects/playbooks/changes/?format=api",
                    "languages_url": "https://translate.mattermost.com/api/projects/playbooks/languages/?format=api",
                    "labels_url": "https://translate.mattermost.com/api/projects/playbooks/labels/?format=api",
                    "translation_review": true,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "github",
                "repo": "https://github.com/mattermost/mattermost-plugin-playbooks",
                "git_export": "https://translate.mattermost.com/git/playbooks/webapp/",
                "branch": "master",
                "push_branch": "",
                "filemask": "webapp/i18n/*.json",
                "screenshot_filemask": "",
                "template": "webapp/i18n/en.json",
                "edit_template": false,
                "intermediate": "",
                "new_base": "",
                "file_format": "json",
                "license": "Apache-2.0",
                "license_url": "https://spdx.org/licenses/Apache-2.0.html",
                "agreement": "",
                "web_url": "https://translate.mattermost.com/projects/playbooks/webapp/",
                "url": "https://translate.mattermost.com/api/components/playbooks/webapp/?format=api",
                "repository_url": "https://translate.mattermost.com/api/components/playbooks/webapp/repository/?format=api",
                "translations_url": "https://translate.mattermost.com/api/components/playbooks/webapp/translations/?format=api",
                "statistics_url": "https://translate.mattermost.com/api/components/playbooks/webapp/statistics/?format=api",
                "lock_url": "https://translate.mattermost.com/api/components/playbooks/webapp/lock/?format=api",
                "links_url": "https://translate.mattermost.com/api/components/playbooks/webapp/links/?format=api",
                "changes_list_url": "https://translate.mattermost.com/api/components/playbooks/webapp/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "",
                "push": "",
                "check_flags": "icu-message-format",
                "priority": 100,
                "enforced_checks": [
                    "icu_message_format"
                ],
                "restricted": false,
                "repoweb": "https://github.com/mattermost/mattermost-plugin-playbooks/tree/{{branch}}/{{filename}}#L{{line}}",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": true,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": 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
            },
            "language_code": "hu",
            "id": 1042,
            "filename": "webapp/i18n/hu.json",
            "revision": "e3e2e35024eb737012792766232a9e3b3d36049a,d7e6a7edfe0f50c440b088a4f5fba362975f25f9",
            "web_url": "https://translate.mattermost.com/projects/playbooks/webapp/hu/",
            "share_url": "https://translate.mattermost.com/engage/playbooks/-/hu/",
            "translate_url": "https://translate.mattermost.com/translate/playbooks/webapp/hu/",
            "url": "https://translate.mattermost.com/api/translations/playbooks/webapp/hu/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 607,
            "total_words": 3181,
            "translated": 548,
            "translated_words": 2821,
            "translated_percent": 90.2,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-04-30T12:46:23.143046Z",
            "last_author": null,
            "repository_url": "https://translate.mattermost.com/api/translations/playbooks/webapp/hu/repository/?format=api",
            "file_url": "https://translate.mattermost.com/api/translations/playbooks/webapp/hu/file/?format=api",
            "statistics_url": "https://translate.mattermost.com/api/translations/playbooks/webapp/hu/statistics/?format=api",
            "changes_list_url": "https://translate.mattermost.com/api/translations/playbooks/webapp/hu/changes/?format=api",
            "units_list_url": "https://translate.mattermost.com/api/translations/playbooks/webapp/hu/units/?format=api"
        },
        {
            "language": {
                "id": 251,
                "code": "pl",
                "name": "Polish",
                "plural": {
                    "id": 251,
                    "source": 0,
                    "number": 3,
                    "formula": "n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2",
                    "type": 2
                },
                "aliases": [
                    "plk",
                    "pol"
                ],
                "direction": "ltr",
                "population": 41077398,
                "web_url": "https://translate.mattermost.com/languages/pl/",
                "url": "https://translate.mattermost.com/api/languages/pl/?format=api",
                "statistics_url": "https://translate.mattermost.com/api/languages/pl/statistics/?format=api"
            },
            "component": {
                "name": "webapp",
                "slug": "webapp",
                "id": 40,
                "source_language": {
                    "id": 80,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 80,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://translate.mattermost.com/languages/en/",
                    "url": "https://translate.mattermost.com/api/languages/en/?format=api",
                    "statistics_url": "https://translate.mattermost.com/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Playbooks",
                    "slug": "playbooks",
                    "id": 6,
                    "web": "https://github.com/mattermost/mattermost-plugin-playbooks",
                    "web_url": "https://translate.mattermost.com/projects/playbooks/",
                    "url": "https://translate.mattermost.com/api/projects/playbooks/?format=api",
                    "components_list_url": "https://translate.mattermost.com/api/projects/playbooks/components/?format=api",
                    "repository_url": "https://translate.mattermost.com/api/projects/playbooks/repository/?format=api",
                    "statistics_url": "https://translate.mattermost.com/api/projects/playbooks/statistics/?format=api",
                    "categories_url": "https://translate.mattermost.com/api/projects/playbooks/categories/?format=api",
                    "changes_list_url": "https://translate.mattermost.com/api/projects/playbooks/changes/?format=api",
                    "languages_url": "https://translate.mattermost.com/api/projects/playbooks/languages/?format=api",
                    "labels_url": "https://translate.mattermost.com/api/projects/playbooks/labels/?format=api",
                    "translation_review": true,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "github",
                "repo": "https://github.com/mattermost/mattermost-plugin-playbooks",
                "git_export": "https://translate.mattermost.com/git/playbooks/webapp/",
                "branch": "master",
                "push_branch": "",
                "filemask": "webapp/i18n/*.json",
                "screenshot_filemask": "",
                "template": "webapp/i18n/en.json",
                "edit_template": false,
                "intermediate": "",
                "new_base": "",
                "file_format": "json",
                "license": "Apache-2.0",
                "license_url": "https://spdx.org/licenses/Apache-2.0.html",
                "agreement": "",
                "web_url": "https://translate.mattermost.com/projects/playbooks/webapp/",
                "url": "https://translate.mattermost.com/api/components/playbooks/webapp/?format=api",
                "repository_url": "https://translate.mattermost.com/api/components/playbooks/webapp/repository/?format=api",
                "translations_url": "https://translate.mattermost.com/api/components/playbooks/webapp/translations/?format=api",
                "statistics_url": "https://translate.mattermost.com/api/components/playbooks/webapp/statistics/?format=api",
                "lock_url": "https://translate.mattermost.com/api/components/playbooks/webapp/lock/?format=api",
                "links_url": "https://translate.mattermost.com/api/components/playbooks/webapp/links/?format=api",
                "changes_list_url": "https://translate.mattermost.com/api/components/playbooks/webapp/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "",
                "push": "",
                "check_flags": "icu-message-format",
                "priority": 100,
                "enforced_checks": [
                    "icu_message_format"
                ],
                "restricted": false,
                "repoweb": "https://github.com/mattermost/mattermost-plugin-playbooks/tree/{{branch}}/{{filename}}#L{{line}}",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": true,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": 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
            },
            "language_code": "pl",
            "id": 1043,
            "filename": "webapp/i18n/pl.json",
            "revision": "9bb011f9f54238ea5dd910e4f6932a0a12e805b9,d7e6a7edfe0f50c440b088a4f5fba362975f25f9",
            "web_url": "https://translate.mattermost.com/projects/playbooks/webapp/pl/",
            "share_url": "https://translate.mattermost.com/engage/playbooks/-/pl/",
            "translate_url": "https://translate.mattermost.com/translate/playbooks/webapp/pl/",
            "url": "https://translate.mattermost.com/api/translations/playbooks/webapp/pl/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 607,
            "total_words": 3181,
            "translated": 606,
            "translated_words": 3179,
            "translated_percent": 99.8,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-04-30T12:46:39.525678Z",
            "last_author": null,
            "repository_url": "https://translate.mattermost.com/api/translations/playbooks/webapp/pl/repository/?format=api",
            "file_url": "https://translate.mattermost.com/api/translations/playbooks/webapp/pl/file/?format=api",
            "statistics_url": "https://translate.mattermost.com/api/translations/playbooks/webapp/pl/statistics/?format=api",
            "changes_list_url": "https://translate.mattermost.com/api/translations/playbooks/webapp/pl/changes/?format=api",
            "units_list_url": "https://translate.mattermost.com/api/translations/playbooks/webapp/pl/units/?format=api"
        },
        {
            "language": {
                "id": 251,
                "code": "pl",
                "name": "Polish",
                "plural": {
                    "id": 251,
                    "source": 0,
                    "number": 3,
                    "formula": "n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2",
                    "type": 2
                },
                "aliases": [
                    "plk",
                    "pol"
                ],
                "direction": "ltr",
                "population": 41077398,
                "web_url": "https://translate.mattermost.com/languages/pl/",
                "url": "https://translate.mattermost.com/api/languages/pl/?format=api",
                "statistics_url": "https://translate.mattermost.com/api/languages/pl/statistics/?format=api"
            },
            "component": {
                "name": "Playbooks",
                "slug": "glossary",
                "id": 41,
                "source_language": {
                    "id": 80,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 80,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://translate.mattermost.com/languages/en/",
                    "url": "https://translate.mattermost.com/api/languages/en/?format=api",
                    "statistics_url": "https://translate.mattermost.com/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Playbooks",
                    "slug": "playbooks",
                    "id": 6,
                    "web": "https://github.com/mattermost/mattermost-plugin-playbooks",
                    "web_url": "https://translate.mattermost.com/projects/playbooks/",
                    "url": "https://translate.mattermost.com/api/projects/playbooks/?format=api",
                    "components_list_url": "https://translate.mattermost.com/api/projects/playbooks/components/?format=api",
                    "repository_url": "https://translate.mattermost.com/api/projects/playbooks/repository/?format=api",
                    "statistics_url": "https://translate.mattermost.com/api/projects/playbooks/statistics/?format=api",
                    "categories_url": "https://translate.mattermost.com/api/projects/playbooks/categories/?format=api",
                    "changes_list_url": "https://translate.mattermost.com/api/projects/playbooks/changes/?format=api",
                    "languages_url": "https://translate.mattermost.com/api/projects/playbooks/languages/?format=api",
                    "labels_url": "https://translate.mattermost.com/api/projects/playbooks/labels/?format=api",
                    "translation_review": true,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "local",
                "repo": "local:",
                "git_export": "https://translate.mattermost.com/git/playbooks/glossary/",
                "branch": "main",
                "push_branch": "",
                "filemask": "*.tbx",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "tbx",
                "license": "",
                "license_url": null,
                "agreement": "",
                "web_url": "https://translate.mattermost.com/projects/playbooks/glossary/",
                "url": "https://translate.mattermost.com/api/components/playbooks/glossary/?format=api",
                "repository_url": "https://translate.mattermost.com/api/components/playbooks/glossary/repository/?format=api",
                "translations_url": "https://translate.mattermost.com/api/components/playbooks/glossary/translations/?format=api",
                "statistics_url": "https://translate.mattermost.com/api/components/playbooks/glossary/statistics/?format=api",
                "lock_url": "https://translate.mattermost.com/api/components/playbooks/glossary/lock/?format=api",
                "links_url": "https://translate.mattermost.com/api/components/playbooks/glossary/links/?format=api",
                "changes_list_url": "https://translate.mattermost.com/api/components/playbooks/glossary/changes/?format=api",
                "task_url": null,
                "new_lang": "none",
                "language_code_style": "",
                "push": "",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": false,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": true,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "pl",
            "id": 1044,
            "filename": "pl.tbx",
            "revision": "7bc98f2c0b364f1fab55bcccd22e81bfbad8145a",
            "web_url": "https://translate.mattermost.com/projects/playbooks/glossary/pl/",
            "share_url": "https://translate.mattermost.com/engage/playbooks/-/pl/",
            "translate_url": "https://translate.mattermost.com/translate/playbooks/glossary/pl/",
            "url": "https://translate.mattermost.com/api/translations/playbooks/glossary/pl/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 1,
            "total_words": 1,
            "translated": 1,
            "translated_words": 1,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2022-12-22T06:42:48.528457Z",
            "last_author": "master7",
            "repository_url": "https://translate.mattermost.com/api/translations/playbooks/glossary/pl/repository/?format=api",
            "file_url": "https://translate.mattermost.com/api/translations/playbooks/glossary/pl/file/?format=api",
            "statistics_url": "https://translate.mattermost.com/api/translations/playbooks/glossary/pl/statistics/?format=api",
            "changes_list_url": "https://translate.mattermost.com/api/translations/playbooks/glossary/pl/changes/?format=api",
            "units_list_url": "https://translate.mattermost.com/api/translations/playbooks/glossary/pl/units/?format=api"
        },
        {
            "language": {
                "id": 306,
                "code": "sv",
                "name": "Swedish",
                "plural": {
                    "id": 306,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "swe_se",
                    "sve",
                    "swe"
                ],
                "direction": "ltr",
                "population": 12932871,
                "web_url": "https://translate.mattermost.com/languages/sv/",
                "url": "https://translate.mattermost.com/api/languages/sv/?format=api",
                "statistics_url": "https://translate.mattermost.com/api/languages/sv/statistics/?format=api"
            },
            "component": {
                "name": "webapp",
                "slug": "webapp",
                "id": 40,
                "source_language": {
                    "id": 80,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 80,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://translate.mattermost.com/languages/en/",
                    "url": "https://translate.mattermost.com/api/languages/en/?format=api",
                    "statistics_url": "https://translate.mattermost.com/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Playbooks",
                    "slug": "playbooks",
                    "id": 6,
                    "web": "https://github.com/mattermost/mattermost-plugin-playbooks",
                    "web_url": "https://translate.mattermost.com/projects/playbooks/",
                    "url": "https://translate.mattermost.com/api/projects/playbooks/?format=api",
                    "components_list_url": "https://translate.mattermost.com/api/projects/playbooks/components/?format=api",
                    "repository_url": "https://translate.mattermost.com/api/projects/playbooks/repository/?format=api",
                    "statistics_url": "https://translate.mattermost.com/api/projects/playbooks/statistics/?format=api",
                    "categories_url": "https://translate.mattermost.com/api/projects/playbooks/categories/?format=api",
                    "changes_list_url": "https://translate.mattermost.com/api/projects/playbooks/changes/?format=api",
                    "languages_url": "https://translate.mattermost.com/api/projects/playbooks/languages/?format=api",
                    "labels_url": "https://translate.mattermost.com/api/projects/playbooks/labels/?format=api",
                    "translation_review": true,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "github",
                "repo": "https://github.com/mattermost/mattermost-plugin-playbooks",
                "git_export": "https://translate.mattermost.com/git/playbooks/webapp/",
                "branch": "master",
                "push_branch": "",
                "filemask": "webapp/i18n/*.json",
                "screenshot_filemask": "",
                "template": "webapp/i18n/en.json",
                "edit_template": false,
                "intermediate": "",
                "new_base": "",
                "file_format": "json",
                "license": "Apache-2.0",
                "license_url": "https://spdx.org/licenses/Apache-2.0.html",
                "agreement": "",
                "web_url": "https://translate.mattermost.com/projects/playbooks/webapp/",
                "url": "https://translate.mattermost.com/api/components/playbooks/webapp/?format=api",
                "repository_url": "https://translate.mattermost.com/api/components/playbooks/webapp/repository/?format=api",
                "translations_url": "https://translate.mattermost.com/api/components/playbooks/webapp/translations/?format=api",
                "statistics_url": "https://translate.mattermost.com/api/components/playbooks/webapp/statistics/?format=api",
                "lock_url": "https://translate.mattermost.com/api/components/playbooks/webapp/lock/?format=api",
                "links_url": "https://translate.mattermost.com/api/components/playbooks/webapp/links/?format=api",
                "changes_list_url": "https://translate.mattermost.com/api/components/playbooks/webapp/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "",
                "push": "",
                "check_flags": "icu-message-format",
                "priority": 100,
                "enforced_checks": [
                    "icu_message_format"
                ],
                "restricted": false,
                "repoweb": "https://github.com/mattermost/mattermost-plugin-playbooks/tree/{{branch}}/{{filename}}#L{{line}}",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": true,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": 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
            },
            "language_code": "sv",
            "id": 1045,
            "filename": "webapp/i18n/sv.json",
            "revision": "2a09b37a2e0804496728a68e9a26765a20ca2481,d7e6a7edfe0f50c440b088a4f5fba362975f25f9",
            "web_url": "https://translate.mattermost.com/projects/playbooks/webapp/sv/",
            "share_url": "https://translate.mattermost.com/engage/playbooks/-/sv/",
            "translate_url": "https://translate.mattermost.com/translate/playbooks/webapp/sv/",
            "url": "https://translate.mattermost.com/api/translations/playbooks/webapp/sv/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 607,
            "total_words": 3181,
            "translated": 606,
            "translated_words": 3179,
            "translated_percent": 99.8,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 6,
            "failing_checks_words": 22,
            "failing_checks_percent": 0.9,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-04-30T12:46:46.321200Z",
            "last_author": null,
            "repository_url": "https://translate.mattermost.com/api/translations/playbooks/webapp/sv/repository/?format=api",
            "file_url": "https://translate.mattermost.com/api/translations/playbooks/webapp/sv/file/?format=api",
            "statistics_url": "https://translate.mattermost.com/api/translations/playbooks/webapp/sv/statistics/?format=api",
            "changes_list_url": "https://translate.mattermost.com/api/translations/playbooks/webapp/sv/changes/?format=api",
            "units_list_url": "https://translate.mattermost.com/api/translations/playbooks/webapp/sv/units/?format=api"
        },
        {
            "language": {
                "id": 306,
                "code": "sv",
                "name": "Swedish",
                "plural": {
                    "id": 306,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "swe_se",
                    "sve",
                    "swe"
                ],
                "direction": "ltr",
                "population": 12932871,
                "web_url": "https://translate.mattermost.com/languages/sv/",
                "url": "https://translate.mattermost.com/api/languages/sv/?format=api",
                "statistics_url": "https://translate.mattermost.com/api/languages/sv/statistics/?format=api"
            },
            "component": {
                "name": "Playbooks",
                "slug": "glossary",
                "id": 41,
                "source_language": {
                    "id": 80,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 80,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://translate.mattermost.com/languages/en/",
                    "url": "https://translate.mattermost.com/api/languages/en/?format=api",
                    "statistics_url": "https://translate.mattermost.com/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Playbooks",
                    "slug": "playbooks",
                    "id": 6,
                    "web": "https://github.com/mattermost/mattermost-plugin-playbooks",
                    "web_url": "https://translate.mattermost.com/projects/playbooks/",
                    "url": "https://translate.mattermost.com/api/projects/playbooks/?format=api",
                    "components_list_url": "https://translate.mattermost.com/api/projects/playbooks/components/?format=api",
                    "repository_url": "https://translate.mattermost.com/api/projects/playbooks/repository/?format=api",
                    "statistics_url": "https://translate.mattermost.com/api/projects/playbooks/statistics/?format=api",
                    "categories_url": "https://translate.mattermost.com/api/projects/playbooks/categories/?format=api",
                    "changes_list_url": "https://translate.mattermost.com/api/projects/playbooks/changes/?format=api",
                    "languages_url": "https://translate.mattermost.com/api/projects/playbooks/languages/?format=api",
                    "labels_url": "https://translate.mattermost.com/api/projects/playbooks/labels/?format=api",
                    "translation_review": true,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "local",
                "repo": "local:",
                "git_export": "https://translate.mattermost.com/git/playbooks/glossary/",
                "branch": "main",
                "push_branch": "",
                "filemask": "*.tbx",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "tbx",
                "license": "",
                "license_url": null,
                "agreement": "",
                "web_url": "https://translate.mattermost.com/projects/playbooks/glossary/",
                "url": "https://translate.mattermost.com/api/components/playbooks/glossary/?format=api",
                "repository_url": "https://translate.mattermost.com/api/components/playbooks/glossary/repository/?format=api",
                "translations_url": "https://translate.mattermost.com/api/components/playbooks/glossary/translations/?format=api",
                "statistics_url": "https://translate.mattermost.com/api/components/playbooks/glossary/statistics/?format=api",
                "lock_url": "https://translate.mattermost.com/api/components/playbooks/glossary/lock/?format=api",
                "links_url": "https://translate.mattermost.com/api/components/playbooks/glossary/links/?format=api",
                "changes_list_url": "https://translate.mattermost.com/api/components/playbooks/glossary/changes/?format=api",
                "task_url": null,
                "new_lang": "none",
                "language_code_style": "",
                "push": "",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": false,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": true,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "sv",
            "id": 1046,
            "filename": "sv.tbx",
            "revision": "df78027736a888028b170722212aac2998be3c8f",
            "web_url": "https://translate.mattermost.com/projects/playbooks/glossary/sv/",
            "share_url": "https://translate.mattermost.com/engage/playbooks/-/sv/",
            "translate_url": "https://translate.mattermost.com/translate/playbooks/glossary/sv/",
            "url": "https://translate.mattermost.com/api/translations/playbooks/glossary/sv/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 1,
            "total_words": 1,
            "translated": 1,
            "translated_words": 1,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2023-01-02T08:47:06.795840Z",
            "last_author": "MArtin Johnson",
            "repository_url": "https://translate.mattermost.com/api/translations/playbooks/glossary/sv/repository/?format=api",
            "file_url": "https://translate.mattermost.com/api/translations/playbooks/glossary/sv/file/?format=api",
            "statistics_url": "https://translate.mattermost.com/api/translations/playbooks/glossary/sv/statistics/?format=api",
            "changes_list_url": "https://translate.mattermost.com/api/translations/playbooks/glossary/sv/changes/?format=api",
            "units_list_url": "https://translate.mattermost.com/api/translations/playbooks/glossary/sv/units/?format=api"
        },
        {
            "language": {
                "id": 180,
                "code": "ko",
                "name": "Korean",
                "plural": {
                    "id": 180,
                    "source": 0,
                    "number": 1,
                    "formula": "0",
                    "type": 0
                },
                "aliases": [
                    "ko_ko",
                    "kor_kr",
                    "kor"
                ],
                "direction": "ltr",
                "population": 78357047,
                "web_url": "https://translate.mattermost.com/languages/ko/",
                "url": "https://translate.mattermost.com/api/languages/ko/?format=api",
                "statistics_url": "https://translate.mattermost.com/api/languages/ko/statistics/?format=api"
            },
            "component": {
                "name": "webapp",
                "slug": "webapp",
                "id": 40,
                "source_language": {
                    "id": 80,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 80,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://translate.mattermost.com/languages/en/",
                    "url": "https://translate.mattermost.com/api/languages/en/?format=api",
                    "statistics_url": "https://translate.mattermost.com/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Playbooks",
                    "slug": "playbooks",
                    "id": 6,
                    "web": "https://github.com/mattermost/mattermost-plugin-playbooks",
                    "web_url": "https://translate.mattermost.com/projects/playbooks/",
                    "url": "https://translate.mattermost.com/api/projects/playbooks/?format=api",
                    "components_list_url": "https://translate.mattermost.com/api/projects/playbooks/components/?format=api",
                    "repository_url": "https://translate.mattermost.com/api/projects/playbooks/repository/?format=api",
                    "statistics_url": "https://translate.mattermost.com/api/projects/playbooks/statistics/?format=api",
                    "categories_url": "https://translate.mattermost.com/api/projects/playbooks/categories/?format=api",
                    "changes_list_url": "https://translate.mattermost.com/api/projects/playbooks/changes/?format=api",
                    "languages_url": "https://translate.mattermost.com/api/projects/playbooks/languages/?format=api",
                    "labels_url": "https://translate.mattermost.com/api/projects/playbooks/labels/?format=api",
                    "translation_review": true,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "github",
                "repo": "https://github.com/mattermost/mattermost-plugin-playbooks",
                "git_export": "https://translate.mattermost.com/git/playbooks/webapp/",
                "branch": "master",
                "push_branch": "",
                "filemask": "webapp/i18n/*.json",
                "screenshot_filemask": "",
                "template": "webapp/i18n/en.json",
                "edit_template": false,
                "intermediate": "",
                "new_base": "",
                "file_format": "json",
                "license": "Apache-2.0",
                "license_url": "https://spdx.org/licenses/Apache-2.0.html",
                "agreement": "",
                "web_url": "https://translate.mattermost.com/projects/playbooks/webapp/",
                "url": "https://translate.mattermost.com/api/components/playbooks/webapp/?format=api",
                "repository_url": "https://translate.mattermost.com/api/components/playbooks/webapp/repository/?format=api",
                "translations_url": "https://translate.mattermost.com/api/components/playbooks/webapp/translations/?format=api",
                "statistics_url": "https://translate.mattermost.com/api/components/playbooks/webapp/statistics/?format=api",
                "lock_url": "https://translate.mattermost.com/api/components/playbooks/webapp/lock/?format=api",
                "links_url": "https://translate.mattermost.com/api/components/playbooks/webapp/links/?format=api",
                "changes_list_url": "https://translate.mattermost.com/api/components/playbooks/webapp/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "",
                "push": "",
                "check_flags": "icu-message-format",
                "priority": 100,
                "enforced_checks": [
                    "icu_message_format"
                ],
                "restricted": false,
                "repoweb": "https://github.com/mattermost/mattermost-plugin-playbooks/tree/{{branch}}/{{filename}}#L{{line}}",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": true,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": 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
            },
            "language_code": "ko",
            "id": 1047,
            "filename": "webapp/i18n/ko.json",
            "revision": "d858001f0c813333b1f984c3e037c1f32dbcc91c,d7e6a7edfe0f50c440b088a4f5fba362975f25f9",
            "web_url": "https://translate.mattermost.com/projects/playbooks/webapp/ko/",
            "share_url": "https://translate.mattermost.com/engage/playbooks/-/ko/",
            "translate_url": "https://translate.mattermost.com/translate/playbooks/webapp/ko/",
            "url": "https://translate.mattermost.com/api/translations/playbooks/webapp/ko/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 607,
            "total_words": 3181,
            "translated": 321,
            "translated_words": 1482,
            "translated_percent": 52.8,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 39,
            "have_comment": 0,
            "last_change": "2024-04-30T12:46:32.742908Z",
            "last_author": null,
            "repository_url": "https://translate.mattermost.com/api/translations/playbooks/webapp/ko/repository/?format=api",
            "file_url": "https://translate.mattermost.com/api/translations/playbooks/webapp/ko/file/?format=api",
            "statistics_url": "https://translate.mattermost.com/api/translations/playbooks/webapp/ko/statistics/?format=api",
            "changes_list_url": "https://translate.mattermost.com/api/translations/playbooks/webapp/ko/changes/?format=api",
            "units_list_url": "https://translate.mattermost.com/api/translations/playbooks/webapp/ko/units/?format=api"
        },
        {
            "language": {
                "id": 180,
                "code": "ko",
                "name": "Korean",
                "plural": {
                    "id": 180,
                    "source": 0,
                    "number": 1,
                    "formula": "0",
                    "type": 0
                },
                "aliases": [
                    "ko_ko",
                    "kor_kr",
                    "kor"
                ],
                "direction": "ltr",
                "population": 78357047,
                "web_url": "https://translate.mattermost.com/languages/ko/",
                "url": "https://translate.mattermost.com/api/languages/ko/?format=api",
                "statistics_url": "https://translate.mattermost.com/api/languages/ko/statistics/?format=api"
            },
            "component": {
                "name": "Playbooks",
                "slug": "glossary",
                "id": 41,
                "source_language": {
                    "id": 80,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 80,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://translate.mattermost.com/languages/en/",
                    "url": "https://translate.mattermost.com/api/languages/en/?format=api",
                    "statistics_url": "https://translate.mattermost.com/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Playbooks",
                    "slug": "playbooks",
                    "id": 6,
                    "web": "https://github.com/mattermost/mattermost-plugin-playbooks",
                    "web_url": "https://translate.mattermost.com/projects/playbooks/",
                    "url": "https://translate.mattermost.com/api/projects/playbooks/?format=api",
                    "components_list_url": "https://translate.mattermost.com/api/projects/playbooks/components/?format=api",
                    "repository_url": "https://translate.mattermost.com/api/projects/playbooks/repository/?format=api",
                    "statistics_url": "https://translate.mattermost.com/api/projects/playbooks/statistics/?format=api",
                    "categories_url": "https://translate.mattermost.com/api/projects/playbooks/categories/?format=api",
                    "changes_list_url": "https://translate.mattermost.com/api/projects/playbooks/changes/?format=api",
                    "languages_url": "https://translate.mattermost.com/api/projects/playbooks/languages/?format=api",
                    "labels_url": "https://translate.mattermost.com/api/projects/playbooks/labels/?format=api",
                    "translation_review": true,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "local",
                "repo": "local:",
                "git_export": "https://translate.mattermost.com/git/playbooks/glossary/",
                "branch": "main",
                "push_branch": "",
                "filemask": "*.tbx",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "tbx",
                "license": "",
                "license_url": null,
                "agreement": "",
                "web_url": "https://translate.mattermost.com/projects/playbooks/glossary/",
                "url": "https://translate.mattermost.com/api/components/playbooks/glossary/?format=api",
                "repository_url": "https://translate.mattermost.com/api/components/playbooks/glossary/repository/?format=api",
                "translations_url": "https://translate.mattermost.com/api/components/playbooks/glossary/translations/?format=api",
                "statistics_url": "https://translate.mattermost.com/api/components/playbooks/glossary/statistics/?format=api",
                "lock_url": "https://translate.mattermost.com/api/components/playbooks/glossary/lock/?format=api",
                "links_url": "https://translate.mattermost.com/api/components/playbooks/glossary/links/?format=api",
                "changes_list_url": "https://translate.mattermost.com/api/components/playbooks/glossary/changes/?format=api",
                "task_url": null,
                "new_lang": "none",
                "language_code_style": "",
                "push": "",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": false,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": true,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "ko",
            "id": 1048,
            "filename": "ko.tbx",
            "revision": "d417ddc33f449eb28fe833773a441af3ecb05910",
            "web_url": "https://translate.mattermost.com/projects/playbooks/glossary/ko/",
            "share_url": "https://translate.mattermost.com/engage/playbooks/-/ko/",
            "translate_url": "https://translate.mattermost.com/translate/playbooks/glossary/ko/",
            "url": "https://translate.mattermost.com/api/translations/playbooks/glossary/ko/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 2,
            "total_words": 2,
            "translated": 2,
            "translated_words": 2,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2022-12-22T06:19:31.587879Z",
            "last_author": "정성근",
            "repository_url": "https://translate.mattermost.com/api/translations/playbooks/glossary/ko/repository/?format=api",
            "file_url": "https://translate.mattermost.com/api/translations/playbooks/glossary/ko/file/?format=api",
            "statistics_url": "https://translate.mattermost.com/api/translations/playbooks/glossary/ko/statistics/?format=api",
            "changes_list_url": "https://translate.mattermost.com/api/translations/playbooks/glossary/ko/changes/?format=api",
            "units_list_url": "https://translate.mattermost.com/api/translations/playbooks/glossary/ko/units/?format=api"
        },
        {
            "language": {
                "id": 113,
                "code": "fr",
                "name": "French",
                "plural": {
                    "id": 113,
                    "source": 0,
                    "number": 2,
                    "formula": "n > 1",
                    "type": 1
                },
                "aliases": [
                    "fra_fr",
                    "fra",
                    "fre"
                ],
                "direction": "ltr",
                "population": 278611506,
                "web_url": "https://translate.mattermost.com/languages/fr/",
                "url": "https://translate.mattermost.com/api/languages/fr/?format=api",
                "statistics_url": "https://translate.mattermost.com/api/languages/fr/statistics/?format=api"
            },
            "component": {
                "name": "webapp",
                "slug": "webapp",
                "id": 40,
                "source_language": {
                    "id": 80,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 80,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://translate.mattermost.com/languages/en/",
                    "url": "https://translate.mattermost.com/api/languages/en/?format=api",
                    "statistics_url": "https://translate.mattermost.com/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Playbooks",
                    "slug": "playbooks",
                    "id": 6,
                    "web": "https://github.com/mattermost/mattermost-plugin-playbooks",
                    "web_url": "https://translate.mattermost.com/projects/playbooks/",
                    "url": "https://translate.mattermost.com/api/projects/playbooks/?format=api",
                    "components_list_url": "https://translate.mattermost.com/api/projects/playbooks/components/?format=api",
                    "repository_url": "https://translate.mattermost.com/api/projects/playbooks/repository/?format=api",
                    "statistics_url": "https://translate.mattermost.com/api/projects/playbooks/statistics/?format=api",
                    "categories_url": "https://translate.mattermost.com/api/projects/playbooks/categories/?format=api",
                    "changes_list_url": "https://translate.mattermost.com/api/projects/playbooks/changes/?format=api",
                    "languages_url": "https://translate.mattermost.com/api/projects/playbooks/languages/?format=api",
                    "labels_url": "https://translate.mattermost.com/api/projects/playbooks/labels/?format=api",
                    "translation_review": true,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "github",
                "repo": "https://github.com/mattermost/mattermost-plugin-playbooks",
                "git_export": "https://translate.mattermost.com/git/playbooks/webapp/",
                "branch": "master",
                "push_branch": "",
                "filemask": "webapp/i18n/*.json",
                "screenshot_filemask": "",
                "template": "webapp/i18n/en.json",
                "edit_template": false,
                "intermediate": "",
                "new_base": "",
                "file_format": "json",
                "license": "Apache-2.0",
                "license_url": "https://spdx.org/licenses/Apache-2.0.html",
                "agreement": "",
                "web_url": "https://translate.mattermost.com/projects/playbooks/webapp/",
                "url": "https://translate.mattermost.com/api/components/playbooks/webapp/?format=api",
                "repository_url": "https://translate.mattermost.com/api/components/playbooks/webapp/repository/?format=api",
                "translations_url": "https://translate.mattermost.com/api/components/playbooks/webapp/translations/?format=api",
                "statistics_url": "https://translate.mattermost.com/api/components/playbooks/webapp/statistics/?format=api",
                "lock_url": "https://translate.mattermost.com/api/components/playbooks/webapp/lock/?format=api",
                "links_url": "https://translate.mattermost.com/api/components/playbooks/webapp/links/?format=api",
                "changes_list_url": "https://translate.mattermost.com/api/components/playbooks/webapp/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "",
                "push": "",
                "check_flags": "icu-message-format",
                "priority": 100,
                "enforced_checks": [
                    "icu_message_format"
                ],
                "restricted": false,
                "repoweb": "https://github.com/mattermost/mattermost-plugin-playbooks/tree/{{branch}}/{{filename}}#L{{line}}",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": true,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": 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
            },
            "language_code": "fr",
            "id": 1053,
            "filename": "webapp/i18n/fr.json",
            "revision": "2f1f58ea419d739eeb2e9d6035658b1a6c3833cb,d7e6a7edfe0f50c440b088a4f5fba362975f25f9",
            "web_url": "https://translate.mattermost.com/projects/playbooks/webapp/fr/",
            "share_url": "https://translate.mattermost.com/engage/playbooks/-/fr/",
            "translate_url": "https://translate.mattermost.com/translate/playbooks/webapp/fr/",
            "url": "https://translate.mattermost.com/api/translations/playbooks/webapp/fr/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 607,
            "total_words": 3181,
            "translated": 186,
            "translated_words": 831,
            "translated_percent": 30.6,
            "fuzzy": 1,
            "fuzzy_words": 3,
            "fuzzy_percent": 0.1,
            "failing_checks": 1,
            "failing_checks_words": 8,
            "failing_checks_percent": 0.1,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-04-30T12:46:18.187668Z",
            "last_author": null,
            "repository_url": "https://translate.mattermost.com/api/translations/playbooks/webapp/fr/repository/?format=api",
            "file_url": "https://translate.mattermost.com/api/translations/playbooks/webapp/fr/file/?format=api",
            "statistics_url": "https://translate.mattermost.com/api/translations/playbooks/webapp/fr/statistics/?format=api",
            "changes_list_url": "https://translate.mattermost.com/api/translations/playbooks/webapp/fr/changes/?format=api",
            "units_list_url": "https://translate.mattermost.com/api/translations/playbooks/webapp/fr/units/?format=api"
        },
        {
            "language": {
                "id": 113,
                "code": "fr",
                "name": "French",
                "plural": {
                    "id": 113,
                    "source": 0,
                    "number": 2,
                    "formula": "n > 1",
                    "type": 1
                },
                "aliases": [
                    "fra_fr",
                    "fra",
                    "fre"
                ],
                "direction": "ltr",
                "population": 278611506,
                "web_url": "https://translate.mattermost.com/languages/fr/",
                "url": "https://translate.mattermost.com/api/languages/fr/?format=api",
                "statistics_url": "https://translate.mattermost.com/api/languages/fr/statistics/?format=api"
            },
            "component": {
                "name": "Playbooks",
                "slug": "glossary",
                "id": 41,
                "source_language": {
                    "id": 80,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 80,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://translate.mattermost.com/languages/en/",
                    "url": "https://translate.mattermost.com/api/languages/en/?format=api",
                    "statistics_url": "https://translate.mattermost.com/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Playbooks",
                    "slug": "playbooks",
                    "id": 6,
                    "web": "https://github.com/mattermost/mattermost-plugin-playbooks",
                    "web_url": "https://translate.mattermost.com/projects/playbooks/",
                    "url": "https://translate.mattermost.com/api/projects/playbooks/?format=api",
                    "components_list_url": "https://translate.mattermost.com/api/projects/playbooks/components/?format=api",
                    "repository_url": "https://translate.mattermost.com/api/projects/playbooks/repository/?format=api",
                    "statistics_url": "https://translate.mattermost.com/api/projects/playbooks/statistics/?format=api",
                    "categories_url": "https://translate.mattermost.com/api/projects/playbooks/categories/?format=api",
                    "changes_list_url": "https://translate.mattermost.com/api/projects/playbooks/changes/?format=api",
                    "languages_url": "https://translate.mattermost.com/api/projects/playbooks/languages/?format=api",
                    "labels_url": "https://translate.mattermost.com/api/projects/playbooks/labels/?format=api",
                    "translation_review": true,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "local",
                "repo": "local:",
                "git_export": "https://translate.mattermost.com/git/playbooks/glossary/",
                "branch": "main",
                "push_branch": "",
                "filemask": "*.tbx",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "tbx",
                "license": "",
                "license_url": null,
                "agreement": "",
                "web_url": "https://translate.mattermost.com/projects/playbooks/glossary/",
                "url": "https://translate.mattermost.com/api/components/playbooks/glossary/?format=api",
                "repository_url": "https://translate.mattermost.com/api/components/playbooks/glossary/repository/?format=api",
                "translations_url": "https://translate.mattermost.com/api/components/playbooks/glossary/translations/?format=api",
                "statistics_url": "https://translate.mattermost.com/api/components/playbooks/glossary/statistics/?format=api",
                "lock_url": "https://translate.mattermost.com/api/components/playbooks/glossary/lock/?format=api",
                "links_url": "https://translate.mattermost.com/api/components/playbooks/glossary/links/?format=api",
                "changes_list_url": "https://translate.mattermost.com/api/components/playbooks/glossary/changes/?format=api",
                "task_url": null,
                "new_lang": "none",
                "language_code_style": "",
                "push": "",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": false,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": true,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "fr",
            "id": 1054,
            "filename": "fr.tbx",
            "revision": "07d4f542381a9476fa6521ac9228a25b7e2d15fc",
            "web_url": "https://translate.mattermost.com/projects/playbooks/glossary/fr/",
            "share_url": "https://translate.mattermost.com/engage/playbooks/-/fr/",
            "translate_url": "https://translate.mattermost.com/translate/playbooks/glossary/fr/",
            "url": "https://translate.mattermost.com/api/translations/playbooks/glossary/fr/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 1,
            "total_words": 1,
            "translated": 0,
            "translated_words": 0,
            "translated_percent": 0.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://translate.mattermost.com/api/translations/playbooks/glossary/fr/repository/?format=api",
            "file_url": "https://translate.mattermost.com/api/translations/playbooks/glossary/fr/file/?format=api",
            "statistics_url": "https://translate.mattermost.com/api/translations/playbooks/glossary/fr/statistics/?format=api",
            "changes_list_url": "https://translate.mattermost.com/api/translations/playbooks/glossary/fr/changes/?format=api",
            "units_list_url": "https://translate.mattermost.com/api/translations/playbooks/glossary/fr/units/?format=api"
        },
        {
            "language": {
                "id": 141,
                "code": "hr",
                "name": "Croatian",
                "plural": {
                    "id": 141,
                    "source": 0,
                    "number": 3,
                    "formula": "n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2",
                    "type": 2
                },
                "aliases": [
                    "scr",
                    "hrv"
                ],
                "direction": "ltr",
                "population": 6813163,
                "web_url": "https://translate.mattermost.com/languages/hr/",
                "url": "https://translate.mattermost.com/api/languages/hr/?format=api",
                "statistics_url": "https://translate.mattermost.com/api/languages/hr/statistics/?format=api"
            },
            "component": {
                "name": "webapp",
                "slug": "webapp",
                "id": 40,
                "source_language": {
                    "id": 80,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 80,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://translate.mattermost.com/languages/en/",
                    "url": "https://translate.mattermost.com/api/languages/en/?format=api",
                    "statistics_url": "https://translate.mattermost.com/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Playbooks",
                    "slug": "playbooks",
                    "id": 6,
                    "web": "https://github.com/mattermost/mattermost-plugin-playbooks",
                    "web_url": "https://translate.mattermost.com/projects/playbooks/",
                    "url": "https://translate.mattermost.com/api/projects/playbooks/?format=api",
                    "components_list_url": "https://translate.mattermost.com/api/projects/playbooks/components/?format=api",
                    "repository_url": "https://translate.mattermost.com/api/projects/playbooks/repository/?format=api",
                    "statistics_url": "https://translate.mattermost.com/api/projects/playbooks/statistics/?format=api",
                    "categories_url": "https://translate.mattermost.com/api/projects/playbooks/categories/?format=api",
                    "changes_list_url": "https://translate.mattermost.com/api/projects/playbooks/changes/?format=api",
                    "languages_url": "https://translate.mattermost.com/api/projects/playbooks/languages/?format=api",
                    "labels_url": "https://translate.mattermost.com/api/projects/playbooks/labels/?format=api",
                    "translation_review": true,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "github",
                "repo": "https://github.com/mattermost/mattermost-plugin-playbooks",
                "git_export": "https://translate.mattermost.com/git/playbooks/webapp/",
                "branch": "master",
                "push_branch": "",
                "filemask": "webapp/i18n/*.json",
                "screenshot_filemask": "",
                "template": "webapp/i18n/en.json",
                "edit_template": false,
                "intermediate": "",
                "new_base": "",
                "file_format": "json",
                "license": "Apache-2.0",
                "license_url": "https://spdx.org/licenses/Apache-2.0.html",
                "agreement": "",
                "web_url": "https://translate.mattermost.com/projects/playbooks/webapp/",
                "url": "https://translate.mattermost.com/api/components/playbooks/webapp/?format=api",
                "repository_url": "https://translate.mattermost.com/api/components/playbooks/webapp/repository/?format=api",
                "translations_url": "https://translate.mattermost.com/api/components/playbooks/webapp/translations/?format=api",
                "statistics_url": "https://translate.mattermost.com/api/components/playbooks/webapp/statistics/?format=api",
                "lock_url": "https://translate.mattermost.com/api/components/playbooks/webapp/lock/?format=api",
                "links_url": "https://translate.mattermost.com/api/components/playbooks/webapp/links/?format=api",
                "changes_list_url": "https://translate.mattermost.com/api/components/playbooks/webapp/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "",
                "push": "",
                "check_flags": "icu-message-format",
                "priority": 100,
                "enforced_checks": [
                    "icu_message_format"
                ],
                "restricted": false,
                "repoweb": "https://github.com/mattermost/mattermost-plugin-playbooks/tree/{{branch}}/{{filename}}#L{{line}}",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": true,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": 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
            },
            "language_code": "hr",
            "id": 1064,
            "filename": "webapp/i18n/hr.json",
            "revision": "a4fed806fc1d0af4909e99995a2602350dee5f70,d7e6a7edfe0f50c440b088a4f5fba362975f25f9",
            "web_url": "https://translate.mattermost.com/projects/playbooks/webapp/hr/",
            "share_url": "https://translate.mattermost.com/engage/playbooks/-/hr/",
            "translate_url": "https://translate.mattermost.com/translate/playbooks/webapp/hr/",
            "url": "https://translate.mattermost.com/api/translations/playbooks/webapp/hr/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 607,
            "total_words": 3181,
            "translated": 606,
            "translated_words": 3179,
            "translated_percent": 99.8,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-04-30T12:46:20.717642Z",
            "last_author": null,
            "repository_url": "https://translate.mattermost.com/api/translations/playbooks/webapp/hr/repository/?format=api",
            "file_url": "https://translate.mattermost.com/api/translations/playbooks/webapp/hr/file/?format=api",
            "statistics_url": "https://translate.mattermost.com/api/translations/playbooks/webapp/hr/statistics/?format=api",
            "changes_list_url": "https://translate.mattermost.com/api/translations/playbooks/webapp/hr/changes/?format=api",
            "units_list_url": "https://translate.mattermost.com/api/translations/playbooks/webapp/hr/units/?format=api"
        },
        {
            "language": {
                "id": 141,
                "code": "hr",
                "name": "Croatian",
                "plural": {
                    "id": 141,
                    "source": 0,
                    "number": 3,
                    "formula": "n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2",
                    "type": 2
                },
                "aliases": [
                    "scr",
                    "hrv"
                ],
                "direction": "ltr",
                "population": 6813163,
                "web_url": "https://translate.mattermost.com/languages/hr/",
                "url": "https://translate.mattermost.com/api/languages/hr/?format=api",
                "statistics_url": "https://translate.mattermost.com/api/languages/hr/statistics/?format=api"
            },
            "component": {
                "name": "Playbooks",
                "slug": "glossary",
                "id": 41,
                "source_language": {
                    "id": 80,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 80,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://translate.mattermost.com/languages/en/",
                    "url": "https://translate.mattermost.com/api/languages/en/?format=api",
                    "statistics_url": "https://translate.mattermost.com/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Playbooks",
                    "slug": "playbooks",
                    "id": 6,
                    "web": "https://github.com/mattermost/mattermost-plugin-playbooks",
                    "web_url": "https://translate.mattermost.com/projects/playbooks/",
                    "url": "https://translate.mattermost.com/api/projects/playbooks/?format=api",
                    "components_list_url": "https://translate.mattermost.com/api/projects/playbooks/components/?format=api",
                    "repository_url": "https://translate.mattermost.com/api/projects/playbooks/repository/?format=api",
                    "statistics_url": "https://translate.mattermost.com/api/projects/playbooks/statistics/?format=api",
                    "categories_url": "https://translate.mattermost.com/api/projects/playbooks/categories/?format=api",
                    "changes_list_url": "https://translate.mattermost.com/api/projects/playbooks/changes/?format=api",
                    "languages_url": "https://translate.mattermost.com/api/projects/playbooks/languages/?format=api",
                    "labels_url": "https://translate.mattermost.com/api/projects/playbooks/labels/?format=api",
                    "translation_review": true,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "local",
                "repo": "local:",
                "git_export": "https://translate.mattermost.com/git/playbooks/glossary/",
                "branch": "main",
                "push_branch": "",
                "filemask": "*.tbx",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "tbx",
                "license": "",
                "license_url": null,
                "agreement": "",
                "web_url": "https://translate.mattermost.com/projects/playbooks/glossary/",
                "url": "https://translate.mattermost.com/api/components/playbooks/glossary/?format=api",
                "repository_url": "https://translate.mattermost.com/api/components/playbooks/glossary/repository/?format=api",
                "translations_url": "https://translate.mattermost.com/api/components/playbooks/glossary/translations/?format=api",
                "statistics_url": "https://translate.mattermost.com/api/components/playbooks/glossary/statistics/?format=api",
                "lock_url": "https://translate.mattermost.com/api/components/playbooks/glossary/lock/?format=api",
                "links_url": "https://translate.mattermost.com/api/components/playbooks/glossary/links/?format=api",
                "changes_list_url": "https://translate.mattermost.com/api/components/playbooks/glossary/changes/?format=api",
                "task_url": null,
                "new_lang": "none",
                "language_code_style": "",
                "push": "",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": false,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": true,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "hr",
            "id": 1065,
            "filename": "hr.tbx",
            "revision": "5cb59046e7877a71b0a692cb8c352ca93bc9caff",
            "web_url": "https://translate.mattermost.com/projects/playbooks/glossary/hr/",
            "share_url": "https://translate.mattermost.com/engage/playbooks/-/hr/",
            "translate_url": "https://translate.mattermost.com/translate/playbooks/glossary/hr/",
            "url": "https://translate.mattermost.com/api/translations/playbooks/glossary/hr/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 13,
            "total_words": 13,
            "translated": 13,
            "translated_words": 13,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2022-12-26T14:26:07.175821Z",
            "last_author": "Milo Ivir",
            "repository_url": "https://translate.mattermost.com/api/translations/playbooks/glossary/hr/repository/?format=api",
            "file_url": "https://translate.mattermost.com/api/translations/playbooks/glossary/hr/file/?format=api",
            "statistics_url": "https://translate.mattermost.com/api/translations/playbooks/glossary/hr/statistics/?format=api",
            "changes_list_url": "https://translate.mattermost.com/api/translations/playbooks/glossary/hr/changes/?format=api",
            "units_list_url": "https://translate.mattermost.com/api/translations/playbooks/glossary/hr/units/?format=api"
        },
        {
            "language": {
                "id": 213,
                "code": "ml",
                "name": "Malayalam",
                "plural": {
                    "id": 213,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "mal"
                ],
                "direction": "ltr",
                "population": 43257484,
                "web_url": "https://translate.mattermost.com/languages/ml/",
                "url": "https://translate.mattermost.com/api/languages/ml/?format=api",
                "statistics_url": "https://translate.mattermost.com/api/languages/ml/statistics/?format=api"
            },
            "component": {
                "name": "webapp",
                "slug": "webapp",
                "id": 40,
                "source_language": {
                    "id": 80,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 80,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://translate.mattermost.com/languages/en/",
                    "url": "https://translate.mattermost.com/api/languages/en/?format=api",
                    "statistics_url": "https://translate.mattermost.com/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Playbooks",
                    "slug": "playbooks",
                    "id": 6,
                    "web": "https://github.com/mattermost/mattermost-plugin-playbooks",
                    "web_url": "https://translate.mattermost.com/projects/playbooks/",
                    "url": "https://translate.mattermost.com/api/projects/playbooks/?format=api",
                    "components_list_url": "https://translate.mattermost.com/api/projects/playbooks/components/?format=api",
                    "repository_url": "https://translate.mattermost.com/api/projects/playbooks/repository/?format=api",
                    "statistics_url": "https://translate.mattermost.com/api/projects/playbooks/statistics/?format=api",
                    "categories_url": "https://translate.mattermost.com/api/projects/playbooks/categories/?format=api",
                    "changes_list_url": "https://translate.mattermost.com/api/projects/playbooks/changes/?format=api",
                    "languages_url": "https://translate.mattermost.com/api/projects/playbooks/languages/?format=api",
                    "labels_url": "https://translate.mattermost.com/api/projects/playbooks/labels/?format=api",
                    "translation_review": true,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "github",
                "repo": "https://github.com/mattermost/mattermost-plugin-playbooks",
                "git_export": "https://translate.mattermost.com/git/playbooks/webapp/",
                "branch": "master",
                "push_branch": "",
                "filemask": "webapp/i18n/*.json",
                "screenshot_filemask": "",
                "template": "webapp/i18n/en.json",
                "edit_template": false,
                "intermediate": "",
                "new_base": "",
                "file_format": "json",
                "license": "Apache-2.0",
                "license_url": "https://spdx.org/licenses/Apache-2.0.html",
                "agreement": "",
                "web_url": "https://translate.mattermost.com/projects/playbooks/webapp/",
                "url": "https://translate.mattermost.com/api/components/playbooks/webapp/?format=api",
                "repository_url": "https://translate.mattermost.com/api/components/playbooks/webapp/repository/?format=api",
                "translations_url": "https://translate.mattermost.com/api/components/playbooks/webapp/translations/?format=api",
                "statistics_url": "https://translate.mattermost.com/api/components/playbooks/webapp/statistics/?format=api",
                "lock_url": "https://translate.mattermost.com/api/components/playbooks/webapp/lock/?format=api",
                "links_url": "https://translate.mattermost.com/api/components/playbooks/webapp/links/?format=api",
                "changes_list_url": "https://translate.mattermost.com/api/components/playbooks/webapp/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "",
                "push": "",
                "check_flags": "icu-message-format",
                "priority": 100,
                "enforced_checks": [
                    "icu_message_format"
                ],
                "restricted": false,
                "repoweb": "https://github.com/mattermost/mattermost-plugin-playbooks/tree/{{branch}}/{{filename}}#L{{line}}",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": true,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": 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
            },
            "language_code": "ml",
            "id": 1068,
            "filename": "webapp/i18n/ml.json",
            "revision": "5768ba8f9dfe2d79d355038760ec3d4c3ef7993a,d7e6a7edfe0f50c440b088a4f5fba362975f25f9",
            "web_url": "https://translate.mattermost.com/projects/playbooks/webapp/ml/",
            "share_url": "https://translate.mattermost.com/engage/playbooks/-/ml/",
            "translate_url": "https://translate.mattermost.com/translate/playbooks/webapp/ml/",
            "url": "https://translate.mattermost.com/api/translations/playbooks/webapp/ml/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 607,
            "total_words": 3181,
            "translated": 99,
            "translated_words": 404,
            "translated_percent": 16.3,
            "fuzzy": 1,
            "fuzzy_words": 5,
            "fuzzy_percent": 0.1,
            "failing_checks": 1,
            "failing_checks_words": 5,
            "failing_checks_percent": 0.1,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-04-30T12:46:34.912910Z",
            "last_author": null,
            "repository_url": "https://translate.mattermost.com/api/translations/playbooks/webapp/ml/repository/?format=api",
            "file_url": "https://translate.mattermost.com/api/translations/playbooks/webapp/ml/file/?format=api",
            "statistics_url": "https://translate.mattermost.com/api/translations/playbooks/webapp/ml/statistics/?format=api",
            "changes_list_url": "https://translate.mattermost.com/api/translations/playbooks/webapp/ml/changes/?format=api",
            "units_list_url": "https://translate.mattermost.com/api/translations/playbooks/webapp/ml/units/?format=api"
        },
        {
            "language": {
                "id": 213,
                "code": "ml",
                "name": "Malayalam",
                "plural": {
                    "id": 213,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "mal"
                ],
                "direction": "ltr",
                "population": 43257484,
                "web_url": "https://translate.mattermost.com/languages/ml/",
                "url": "https://translate.mattermost.com/api/languages/ml/?format=api",
                "statistics_url": "https://translate.mattermost.com/api/languages/ml/statistics/?format=api"
            },
            "component": {
                "name": "Playbooks",
                "slug": "glossary",
                "id": 41,
                "source_language": {
                    "id": 80,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 80,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://translate.mattermost.com/languages/en/",
                    "url": "https://translate.mattermost.com/api/languages/en/?format=api",
                    "statistics_url": "https://translate.mattermost.com/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Playbooks",
                    "slug": "playbooks",
                    "id": 6,
                    "web": "https://github.com/mattermost/mattermost-plugin-playbooks",
                    "web_url": "https://translate.mattermost.com/projects/playbooks/",
                    "url": "https://translate.mattermost.com/api/projects/playbooks/?format=api",
                    "components_list_url": "https://translate.mattermost.com/api/projects/playbooks/components/?format=api",
                    "repository_url": "https://translate.mattermost.com/api/projects/playbooks/repository/?format=api",
                    "statistics_url": "https://translate.mattermost.com/api/projects/playbooks/statistics/?format=api",
                    "categories_url": "https://translate.mattermost.com/api/projects/playbooks/categories/?format=api",
                    "changes_list_url": "https://translate.mattermost.com/api/projects/playbooks/changes/?format=api",
                    "languages_url": "https://translate.mattermost.com/api/projects/playbooks/languages/?format=api",
                    "labels_url": "https://translate.mattermost.com/api/projects/playbooks/labels/?format=api",
                    "translation_review": true,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "local",
                "repo": "local:",
                "git_export": "https://translate.mattermost.com/git/playbooks/glossary/",
                "branch": "main",
                "push_branch": "",
                "filemask": "*.tbx",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "tbx",
                "license": "",
                "license_url": null,
                "agreement": "",
                "web_url": "https://translate.mattermost.com/projects/playbooks/glossary/",
                "url": "https://translate.mattermost.com/api/components/playbooks/glossary/?format=api",
                "repository_url": "https://translate.mattermost.com/api/components/playbooks/glossary/repository/?format=api",
                "translations_url": "https://translate.mattermost.com/api/components/playbooks/glossary/translations/?format=api",
                "statistics_url": "https://translate.mattermost.com/api/components/playbooks/glossary/statistics/?format=api",
                "lock_url": "https://translate.mattermost.com/api/components/playbooks/glossary/lock/?format=api",
                "links_url": "https://translate.mattermost.com/api/components/playbooks/glossary/links/?format=api",
                "changes_list_url": "https://translate.mattermost.com/api/components/playbooks/glossary/changes/?format=api",
                "task_url": null,
                "new_lang": "none",
                "language_code_style": "",
                "push": "",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": false,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": true,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "ml",
            "id": 1069,
            "filename": "ml.tbx",
            "revision": "15c34dcad83485db99dc40d55819782e13c3aec5",
            "web_url": "https://translate.mattermost.com/projects/playbooks/glossary/ml/",
            "share_url": "https://translate.mattermost.com/engage/playbooks/-/ml/",
            "translate_url": "https://translate.mattermost.com/translate/playbooks/glossary/ml/",
            "url": "https://translate.mattermost.com/api/translations/playbooks/glossary/ml/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 2,
            "total_words": 2,
            "translated": 1,
            "translated_words": 1,
            "translated_percent": 50.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://translate.mattermost.com/api/translations/playbooks/glossary/ml/repository/?format=api",
            "file_url": "https://translate.mattermost.com/api/translations/playbooks/glossary/ml/file/?format=api",
            "statistics_url": "https://translate.mattermost.com/api/translations/playbooks/glossary/ml/statistics/?format=api",
            "changes_list_url": "https://translate.mattermost.com/api/translations/playbooks/glossary/ml/changes/?format=api",
            "units_list_url": "https://translate.mattermost.com/api/translations/playbooks/glossary/ml/units/?format=api"
        },
        {
            "language": {
                "id": 81,
                "code": "en_AU",
                "name": "English (Australia)",
                "plural": {
                    "id": 81,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "ena"
                ],
                "direction": "ltr",
                "population": 24447840,
                "web_url": "https://translate.mattermost.com/languages/en_AU/",
                "url": "https://translate.mattermost.com/api/languages/en_AU/?format=api",
                "statistics_url": "https://translate.mattermost.com/api/languages/en_AU/statistics/?format=api"
            },
            "component": {
                "name": "webapp",
                "slug": "webapp",
                "id": 40,
                "source_language": {
                    "id": 80,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 80,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://translate.mattermost.com/languages/en/",
                    "url": "https://translate.mattermost.com/api/languages/en/?format=api",
                    "statistics_url": "https://translate.mattermost.com/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Playbooks",
                    "slug": "playbooks",
                    "id": 6,
                    "web": "https://github.com/mattermost/mattermost-plugin-playbooks",
                    "web_url": "https://translate.mattermost.com/projects/playbooks/",
                    "url": "https://translate.mattermost.com/api/projects/playbooks/?format=api",
                    "components_list_url": "https://translate.mattermost.com/api/projects/playbooks/components/?format=api",
                    "repository_url": "https://translate.mattermost.com/api/projects/playbooks/repository/?format=api",
                    "statistics_url": "https://translate.mattermost.com/api/projects/playbooks/statistics/?format=api",
                    "categories_url": "https://translate.mattermost.com/api/projects/playbooks/categories/?format=api",
                    "changes_list_url": "https://translate.mattermost.com/api/projects/playbooks/changes/?format=api",
                    "languages_url": "https://translate.mattermost.com/api/projects/playbooks/languages/?format=api",
                    "labels_url": "https://translate.mattermost.com/api/projects/playbooks/labels/?format=api",
                    "translation_review": true,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "github",
                "repo": "https://github.com/mattermost/mattermost-plugin-playbooks",
                "git_export": "https://translate.mattermost.com/git/playbooks/webapp/",
                "branch": "master",
                "push_branch": "",
                "filemask": "webapp/i18n/*.json",
                "screenshot_filemask": "",
                "template": "webapp/i18n/en.json",
                "edit_template": false,
                "intermediate": "",
                "new_base": "",
                "file_format": "json",
                "license": "Apache-2.0",
                "license_url": "https://spdx.org/licenses/Apache-2.0.html",
                "agreement": "",
                "web_url": "https://translate.mattermost.com/projects/playbooks/webapp/",
                "url": "https://translate.mattermost.com/api/components/playbooks/webapp/?format=api",
                "repository_url": "https://translate.mattermost.com/api/components/playbooks/webapp/repository/?format=api",
                "translations_url": "https://translate.mattermost.com/api/components/playbooks/webapp/translations/?format=api",
                "statistics_url": "https://translate.mattermost.com/api/components/playbooks/webapp/statistics/?format=api",
                "lock_url": "https://translate.mattermost.com/api/components/playbooks/webapp/lock/?format=api",
                "links_url": "https://translate.mattermost.com/api/components/playbooks/webapp/links/?format=api",
                "changes_list_url": "https://translate.mattermost.com/api/components/playbooks/webapp/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "",
                "push": "",
                "check_flags": "icu-message-format",
                "priority": 100,
                "enforced_checks": [
                    "icu_message_format"
                ],
                "restricted": false,
                "repoweb": "https://github.com/mattermost/mattermost-plugin-playbooks/tree/{{branch}}/{{filename}}#L{{line}}",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": true,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": 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
            },
            "language_code": "en_AU",
            "id": 1072,
            "filename": "webapp/i18n/en_AU.json",
            "revision": "bcaa763cfbe70bea13999d8f41fa3ae28a71da55,d7e6a7edfe0f50c440b088a4f5fba362975f25f9",
            "web_url": "https://translate.mattermost.com/projects/playbooks/webapp/en_AU/",
            "share_url": "https://translate.mattermost.com/engage/playbooks/-/en_AU/",
            "translate_url": "https://translate.mattermost.com/translate/playbooks/webapp/en_AU/",
            "url": "https://translate.mattermost.com/api/translations/playbooks/webapp/en_AU/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 607,
            "total_words": 3181,
            "translated": 605,
            "translated_words": 3174,
            "translated_percent": 99.6,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 2,
            "failing_checks_words": 4,
            "failing_checks_percent": 0.3,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-04-30T12:46:11.393488Z",
            "last_author": null,
            "repository_url": "https://translate.mattermost.com/api/translations/playbooks/webapp/en_AU/repository/?format=api",
            "file_url": "https://translate.mattermost.com/api/translations/playbooks/webapp/en_AU/file/?format=api",
            "statistics_url": "https://translate.mattermost.com/api/translations/playbooks/webapp/en_AU/statistics/?format=api",
            "changes_list_url": "https://translate.mattermost.com/api/translations/playbooks/webapp/en_AU/changes/?format=api",
            "units_list_url": "https://translate.mattermost.com/api/translations/playbooks/webapp/en_AU/units/?format=api"
        },
        {
            "language": {
                "id": 81,
                "code": "en_AU",
                "name": "English (Australia)",
                "plural": {
                    "id": 81,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "ena"
                ],
                "direction": "ltr",
                "population": 24447840,
                "web_url": "https://translate.mattermost.com/languages/en_AU/",
                "url": "https://translate.mattermost.com/api/languages/en_AU/?format=api",
                "statistics_url": "https://translate.mattermost.com/api/languages/en_AU/statistics/?format=api"
            },
            "component": {
                "name": "Playbooks",
                "slug": "glossary",
                "id": 41,
                "source_language": {
                    "id": 80,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 80,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://translate.mattermost.com/languages/en/",
                    "url": "https://translate.mattermost.com/api/languages/en/?format=api",
                    "statistics_url": "https://translate.mattermost.com/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Playbooks",
                    "slug": "playbooks",
                    "id": 6,
                    "web": "https://github.com/mattermost/mattermost-plugin-playbooks",
                    "web_url": "https://translate.mattermost.com/projects/playbooks/",
                    "url": "https://translate.mattermost.com/api/projects/playbooks/?format=api",
                    "components_list_url": "https://translate.mattermost.com/api/projects/playbooks/components/?format=api",
                    "repository_url": "https://translate.mattermost.com/api/projects/playbooks/repository/?format=api",
                    "statistics_url": "https://translate.mattermost.com/api/projects/playbooks/statistics/?format=api",
                    "categories_url": "https://translate.mattermost.com/api/projects/playbooks/categories/?format=api",
                    "changes_list_url": "https://translate.mattermost.com/api/projects/playbooks/changes/?format=api",
                    "languages_url": "https://translate.mattermost.com/api/projects/playbooks/languages/?format=api",
                    "labels_url": "https://translate.mattermost.com/api/projects/playbooks/labels/?format=api",
                    "translation_review": true,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "local",
                "repo": "local:",
                "git_export": "https://translate.mattermost.com/git/playbooks/glossary/",
                "branch": "main",
                "push_branch": "",
                "filemask": "*.tbx",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "tbx",
                "license": "",
                "license_url": null,
                "agreement": "",
                "web_url": "https://translate.mattermost.com/projects/playbooks/glossary/",
                "url": "https://translate.mattermost.com/api/components/playbooks/glossary/?format=api",
                "repository_url": "https://translate.mattermost.com/api/components/playbooks/glossary/repository/?format=api",
                "translations_url": "https://translate.mattermost.com/api/components/playbooks/glossary/translations/?format=api",
                "statistics_url": "https://translate.mattermost.com/api/components/playbooks/glossary/statistics/?format=api",
                "lock_url": "https://translate.mattermost.com/api/components/playbooks/glossary/lock/?format=api",
                "links_url": "https://translate.mattermost.com/api/components/playbooks/glossary/links/?format=api",
                "changes_list_url": "https://translate.mattermost.com/api/components/playbooks/glossary/changes/?format=api",
                "task_url": null,
                "new_lang": "none",
                "language_code_style": "",
                "push": "",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": false,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": true,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "en_AU",
            "id": 1073,
            "filename": "en_AU.tbx",
            "revision": "1dd4d531049964f9ebbb4819dc329b21c8856866",
            "web_url": "https://translate.mattermost.com/projects/playbooks/glossary/en_AU/",
            "share_url": "https://translate.mattermost.com/engage/playbooks/-/en_AU/",
            "translate_url": "https://translate.mattermost.com/translate/playbooks/glossary/en_AU/",
            "url": "https://translate.mattermost.com/api/translations/playbooks/glossary/en_AU/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 1,
            "total_words": 1,
            "translated": 1,
            "translated_words": 1,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2022-12-23T07:16:47.901615Z",
            "last_author": "Matthew Williams",
            "repository_url": "https://translate.mattermost.com/api/translations/playbooks/glossary/en_AU/repository/?format=api",
            "file_url": "https://translate.mattermost.com/api/translations/playbooks/glossary/en_AU/file/?format=api",
            "statistics_url": "https://translate.mattermost.com/api/translations/playbooks/glossary/en_AU/statistics/?format=api",
            "changes_list_url": "https://translate.mattermost.com/api/translations/playbooks/glossary/en_AU/changes/?format=api",
            "units_list_url": "https://translate.mattermost.com/api/translations/playbooks/glossary/en_AU/units/?format=api"
        },
        {
            "language": {
                "id": 106,
                "code": "fa",
                "name": "Persian",
                "plural": {
                    "id": 106,
                    "source": 0,
                    "number": 2,
                    "formula": "n > 1",
                    "type": 1
                },
                "aliases": [
                    "fas_ir",
                    "fas",
                    "per",
                    "pes"
                ],
                "direction": "rtl",
                "population": 84710458,
                "web_url": "https://translate.mattermost.com/languages/fa/",
                "url": "https://translate.mattermost.com/api/languages/fa/?format=api",
                "statistics_url": "https://translate.mattermost.com/api/languages/fa/statistics/?format=api"
            },
            "component": {
                "name": "webapp",
                "slug": "webapp",
                "id": 40,
                "source_language": {
                    "id": 80,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 80,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://translate.mattermost.com/languages/en/",
                    "url": "https://translate.mattermost.com/api/languages/en/?format=api",
                    "statistics_url": "https://translate.mattermost.com/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Playbooks",
                    "slug": "playbooks",
                    "id": 6,
                    "web": "https://github.com/mattermost/mattermost-plugin-playbooks",
                    "web_url": "https://translate.mattermost.com/projects/playbooks/",
                    "url": "https://translate.mattermost.com/api/projects/playbooks/?format=api",
                    "components_list_url": "https://translate.mattermost.com/api/projects/playbooks/components/?format=api",
                    "repository_url": "https://translate.mattermost.com/api/projects/playbooks/repository/?format=api",
                    "statistics_url": "https://translate.mattermost.com/api/projects/playbooks/statistics/?format=api",
                    "categories_url": "https://translate.mattermost.com/api/projects/playbooks/categories/?format=api",
                    "changes_list_url": "https://translate.mattermost.com/api/projects/playbooks/changes/?format=api",
                    "languages_url": "https://translate.mattermost.com/api/projects/playbooks/languages/?format=api",
                    "labels_url": "https://translate.mattermost.com/api/projects/playbooks/labels/?format=api",
                    "translation_review": true,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "github",
                "repo": "https://github.com/mattermost/mattermost-plugin-playbooks",
                "git_export": "https://translate.mattermost.com/git/playbooks/webapp/",
                "branch": "master",
                "push_branch": "",
                "filemask": "webapp/i18n/*.json",
                "screenshot_filemask": "",
                "template": "webapp/i18n/en.json",
                "edit_template": false,
                "intermediate": "",
                "new_base": "",
                "file_format": "json",
                "license": "Apache-2.0",
                "license_url": "https://spdx.org/licenses/Apache-2.0.html",
                "agreement": "",
                "web_url": "https://translate.mattermost.com/projects/playbooks/webapp/",
                "url": "https://translate.mattermost.com/api/components/playbooks/webapp/?format=api",
                "repository_url": "https://translate.mattermost.com/api/components/playbooks/webapp/repository/?format=api",
                "translations_url": "https://translate.mattermost.com/api/components/playbooks/webapp/translations/?format=api",
                "statistics_url": "https://translate.mattermost.com/api/components/playbooks/webapp/statistics/?format=api",
                "lock_url": "https://translate.mattermost.com/api/components/playbooks/webapp/lock/?format=api",
                "links_url": "https://translate.mattermost.com/api/components/playbooks/webapp/links/?format=api",
                "changes_list_url": "https://translate.mattermost.com/api/components/playbooks/webapp/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "",
                "push": "",
                "check_flags": "icu-message-format",
                "priority": 100,
                "enforced_checks": [
                    "icu_message_format"
                ],
                "restricted": false,
                "repoweb": "https://github.com/mattermost/mattermost-plugin-playbooks/tree/{{branch}}/{{filename}}#L{{line}}",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": true,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": 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
            },
            "language_code": "fa",
            "id": 1079,
            "filename": "webapp/i18n/fa.json",
            "revision": "41f8a4ebeb25b5b41243d7557f6689f381c41029,d7e6a7edfe0f50c440b088a4f5fba362975f25f9",
            "web_url": "https://translate.mattermost.com/projects/playbooks/webapp/fa/",
            "share_url": "https://translate.mattermost.com/engage/playbooks/-/fa/",
            "translate_url": "https://translate.mattermost.com/translate/playbooks/webapp/fa/",
            "url": "https://translate.mattermost.com/api/translations/playbooks/webapp/fa/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 607,
            "total_words": 3181,
            "translated": 10,
            "translated_words": 31,
            "translated_percent": 1.6,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 13,
            "have_comment": 0,
            "last_change": "2024-04-30T12:46:16.109785Z",
            "last_author": null,
            "repository_url": "https://translate.mattermost.com/api/translations/playbooks/webapp/fa/repository/?format=api",
            "file_url": "https://translate.mattermost.com/api/translations/playbooks/webapp/fa/file/?format=api",
            "statistics_url": "https://translate.mattermost.com/api/translations/playbooks/webapp/fa/statistics/?format=api",
            "changes_list_url": "https://translate.mattermost.com/api/translations/playbooks/webapp/fa/changes/?format=api",
            "units_list_url": "https://translate.mattermost.com/api/translations/playbooks/webapp/fa/units/?format=api"
        },
        {
            "language": {
                "id": 106,
                "code": "fa",
                "name": "Persian",
                "plural": {
                    "id": 106,
                    "source": 0,
                    "number": 2,
                    "formula": "n > 1",
                    "type": 1
                },
                "aliases": [
                    "fas_ir",
                    "fas",
                    "per",
                    "pes"
                ],
                "direction": "rtl",
                "population": 84710458,
                "web_url": "https://translate.mattermost.com/languages/fa/",
                "url": "https://translate.mattermost.com/api/languages/fa/?format=api",
                "statistics_url": "https://translate.mattermost.com/api/languages/fa/statistics/?format=api"
            },
            "component": {
                "name": "Playbooks",
                "slug": "glossary",
                "id": 41,
                "source_language": {
                    "id": 80,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 80,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://translate.mattermost.com/languages/en/",
                    "url": "https://translate.mattermost.com/api/languages/en/?format=api",
                    "statistics_url": "https://translate.mattermost.com/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Playbooks",
                    "slug": "playbooks",
                    "id": 6,
                    "web": "https://github.com/mattermost/mattermost-plugin-playbooks",
                    "web_url": "https://translate.mattermost.com/projects/playbooks/",
                    "url": "https://translate.mattermost.com/api/projects/playbooks/?format=api",
                    "components_list_url": "https://translate.mattermost.com/api/projects/playbooks/components/?format=api",
                    "repository_url": "https://translate.mattermost.com/api/projects/playbooks/repository/?format=api",
                    "statistics_url": "https://translate.mattermost.com/api/projects/playbooks/statistics/?format=api",
                    "categories_url": "https://translate.mattermost.com/api/projects/playbooks/categories/?format=api",
                    "changes_list_url": "https://translate.mattermost.com/api/projects/playbooks/changes/?format=api",
                    "languages_url": "https://translate.mattermost.com/api/projects/playbooks/languages/?format=api",
                    "labels_url": "https://translate.mattermost.com/api/projects/playbooks/labels/?format=api",
                    "translation_review": true,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "local",
                "repo": "local:",
                "git_export": "https://translate.mattermost.com/git/playbooks/glossary/",
                "branch": "main",
                "push_branch": "",
                "filemask": "*.tbx",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "tbx",
                "license": "",
                "license_url": null,
                "agreement": "",
                "web_url": "https://translate.mattermost.com/projects/playbooks/glossary/",
                "url": "https://translate.mattermost.com/api/components/playbooks/glossary/?format=api",
                "repository_url": "https://translate.mattermost.com/api/components/playbooks/glossary/repository/?format=api",
                "translations_url": "https://translate.mattermost.com/api/components/playbooks/glossary/translations/?format=api",
                "statistics_url": "https://translate.mattermost.com/api/components/playbooks/glossary/statistics/?format=api",
                "lock_url": "https://translate.mattermost.com/api/components/playbooks/glossary/lock/?format=api",
                "links_url": "https://translate.mattermost.com/api/components/playbooks/glossary/links/?format=api",
                "changes_list_url": "https://translate.mattermost.com/api/components/playbooks/glossary/changes/?format=api",
                "task_url": null,
                "new_lang": "none",
                "language_code_style": "",
                "push": "",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": false,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": true,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "fa",
            "id": 1080,
            "filename": "fa.tbx",
            "revision": "846a99a65da8dc8517e5135492bc559317e3109a",
            "web_url": "https://translate.mattermost.com/projects/playbooks/glossary/fa/",
            "share_url": "https://translate.mattermost.com/engage/playbooks/-/fa/",
            "translate_url": "https://translate.mattermost.com/translate/playbooks/glossary/fa/",
            "url": "https://translate.mattermost.com/api/translations/playbooks/glossary/fa/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 1,
            "total_words": 1,
            "translated": 1,
            "translated_words": 1,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2023-01-27T09:27:31.091560Z",
            "last_author": "Sajjad Jazini",
            "repository_url": "https://translate.mattermost.com/api/translations/playbooks/glossary/fa/repository/?format=api",
            "file_url": "https://translate.mattermost.com/api/translations/playbooks/glossary/fa/file/?format=api",
            "statistics_url": "https://translate.mattermost.com/api/translations/playbooks/glossary/fa/statistics/?format=api",
            "changes_list_url": "https://translate.mattermost.com/api/translations/playbooks/glossary/fa/changes/?format=api",
            "units_list_url": "https://translate.mattermost.com/api/translations/playbooks/glossary/fa/units/?format=api"
        },
        {
            "language": {
                "id": 174,
                "code": "kk",
                "name": "Kazakh",
                "plural": {
                    "id": 174,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "kk_cyrl",
                    "kz",
                    "kaz"
                ],
                "direction": "ltr",
                "population": 12219390,
                "web_url": "https://translate.mattermost.com/languages/kk/",
                "url": "https://translate.mattermost.com/api/languages/kk/?format=api",
                "statistics_url": "https://translate.mattermost.com/api/languages/kk/statistics/?format=api"
            },
            "component": {
                "name": "webapp",
                "slug": "webapp",
                "id": 40,
                "source_language": {
                    "id": 80,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 80,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://translate.mattermost.com/languages/en/",
                    "url": "https://translate.mattermost.com/api/languages/en/?format=api",
                    "statistics_url": "https://translate.mattermost.com/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Playbooks",
                    "slug": "playbooks",
                    "id": 6,
                    "web": "https://github.com/mattermost/mattermost-plugin-playbooks",
                    "web_url": "https://translate.mattermost.com/projects/playbooks/",
                    "url": "https://translate.mattermost.com/api/projects/playbooks/?format=api",
                    "components_list_url": "https://translate.mattermost.com/api/projects/playbooks/components/?format=api",
                    "repository_url": "https://translate.mattermost.com/api/projects/playbooks/repository/?format=api",
                    "statistics_url": "https://translate.mattermost.com/api/projects/playbooks/statistics/?format=api",
                    "categories_url": "https://translate.mattermost.com/api/projects/playbooks/categories/?format=api",
                    "changes_list_url": "https://translate.mattermost.com/api/projects/playbooks/changes/?format=api",
                    "languages_url": "https://translate.mattermost.com/api/projects/playbooks/languages/?format=api",
                    "labels_url": "https://translate.mattermost.com/api/projects/playbooks/labels/?format=api",
                    "translation_review": true,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "github",
                "repo": "https://github.com/mattermost/mattermost-plugin-playbooks",
                "git_export": "https://translate.mattermost.com/git/playbooks/webapp/",
                "branch": "master",
                "push_branch": "",
                "filemask": "webapp/i18n/*.json",
                "screenshot_filemask": "",
                "template": "webapp/i18n/en.json",
                "edit_template": false,
                "intermediate": "",
                "new_base": "",
                "file_format": "json",
                "license": "Apache-2.0",
                "license_url": "https://spdx.org/licenses/Apache-2.0.html",
                "agreement": "",
                "web_url": "https://translate.mattermost.com/projects/playbooks/webapp/",
                "url": "https://translate.mattermost.com/api/components/playbooks/webapp/?format=api",
                "repository_url": "https://translate.mattermost.com/api/components/playbooks/webapp/repository/?format=api",
                "translations_url": "https://translate.mattermost.com/api/components/playbooks/webapp/translations/?format=api",
                "statistics_url": "https://translate.mattermost.com/api/components/playbooks/webapp/statistics/?format=api",
                "lock_url": "https://translate.mattermost.com/api/components/playbooks/webapp/lock/?format=api",
                "links_url": "https://translate.mattermost.com/api/components/playbooks/webapp/links/?format=api",
                "changes_list_url": "https://translate.mattermost.com/api/components/playbooks/webapp/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "",
                "push": "",
                "check_flags": "icu-message-format",
                "priority": 100,
                "enforced_checks": [
                    "icu_message_format"
                ],
                "restricted": false,
                "repoweb": "https://github.com/mattermost/mattermost-plugin-playbooks/tree/{{branch}}/{{filename}}#L{{line}}",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": true,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": 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
            },
            "language_code": "kk",
            "id": 1095,
            "filename": "webapp/i18n/kk.json",
            "revision": "ffd3bc65b07c468da7072a1c8223dc007a4c84c6,d7e6a7edfe0f50c440b088a4f5fba362975f25f9",
            "web_url": "https://translate.mattermost.com/projects/playbooks/webapp/kk/",
            "share_url": "https://translate.mattermost.com/engage/playbooks/-/kk/",
            "translate_url": "https://translate.mattermost.com/translate/playbooks/webapp/kk/",
            "url": "https://translate.mattermost.com/api/translations/playbooks/webapp/kk/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 607,
            "total_words": 3181,
            "translated": 0,
            "translated_words": 0,
            "translated_percent": 0.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-04-30T12:46:30.391805Z",
            "last_author": null,
            "repository_url": "https://translate.mattermost.com/api/translations/playbooks/webapp/kk/repository/?format=api",
            "file_url": "https://translate.mattermost.com/api/translations/playbooks/webapp/kk/file/?format=api",
            "statistics_url": "https://translate.mattermost.com/api/translations/playbooks/webapp/kk/statistics/?format=api",
            "changes_list_url": "https://translate.mattermost.com/api/translations/playbooks/webapp/kk/changes/?format=api",
            "units_list_url": "https://translate.mattermost.com/api/translations/playbooks/webapp/kk/units/?format=api"
        },
        {
            "language": {
                "id": 174,
                "code": "kk",
                "name": "Kazakh",
                "plural": {
                    "id": 174,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "kk_cyrl",
                    "kz",
                    "kaz"
                ],
                "direction": "ltr",
                "population": 12219390,
                "web_url": "https://translate.mattermost.com/languages/kk/",
                "url": "https://translate.mattermost.com/api/languages/kk/?format=api",
                "statistics_url": "https://translate.mattermost.com/api/languages/kk/statistics/?format=api"
            },
            "component": {
                "name": "Playbooks",
                "slug": "glossary",
                "id": 41,
                "source_language": {
                    "id": 80,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 80,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://translate.mattermost.com/languages/en/",
                    "url": "https://translate.mattermost.com/api/languages/en/?format=api",
                    "statistics_url": "https://translate.mattermost.com/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Playbooks",
                    "slug": "playbooks",
                    "id": 6,
                    "web": "https://github.com/mattermost/mattermost-plugin-playbooks",
                    "web_url": "https://translate.mattermost.com/projects/playbooks/",
                    "url": "https://translate.mattermost.com/api/projects/playbooks/?format=api",
                    "components_list_url": "https://translate.mattermost.com/api/projects/playbooks/components/?format=api",
                    "repository_url": "https://translate.mattermost.com/api/projects/playbooks/repository/?format=api",
                    "statistics_url": "https://translate.mattermost.com/api/projects/playbooks/statistics/?format=api",
                    "categories_url": "https://translate.mattermost.com/api/projects/playbooks/categories/?format=api",
                    "changes_list_url": "https://translate.mattermost.com/api/projects/playbooks/changes/?format=api",
                    "languages_url": "https://translate.mattermost.com/api/projects/playbooks/languages/?format=api",
                    "labels_url": "https://translate.mattermost.com/api/projects/playbooks/labels/?format=api",
                    "translation_review": true,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "local",
                "repo": "local:",
                "git_export": "https://translate.mattermost.com/git/playbooks/glossary/",
                "branch": "main",
                "push_branch": "",
                "filemask": "*.tbx",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "tbx",
                "license": "",
                "license_url": null,
                "agreement": "",
                "web_url": "https://translate.mattermost.com/projects/playbooks/glossary/",
                "url": "https://translate.mattermost.com/api/components/playbooks/glossary/?format=api",
                "repository_url": "https://translate.mattermost.com/api/components/playbooks/glossary/repository/?format=api",
                "translations_url": "https://translate.mattermost.com/api/components/playbooks/glossary/translations/?format=api",
                "statistics_url": "https://translate.mattermost.com/api/components/playbooks/glossary/statistics/?format=api",
                "lock_url": "https://translate.mattermost.com/api/components/playbooks/glossary/lock/?format=api",
                "links_url": "https://translate.mattermost.com/api/components/playbooks/glossary/links/?format=api",
                "changes_list_url": "https://translate.mattermost.com/api/components/playbooks/glossary/changes/?format=api",
                "task_url": null,
                "new_lang": "none",
                "language_code_style": "",
                "push": "",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": false,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": true,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "kk",
            "id": 1096,
            "filename": "kk.tbx",
            "revision": "ec10d197ed50a8622c4bd001fcb4d7fd4f64afdf",
            "web_url": "https://translate.mattermost.com/projects/playbooks/glossary/kk/",
            "share_url": "https://translate.mattermost.com/engage/playbooks/-/kk/",
            "translate_url": "https://translate.mattermost.com/translate/playbooks/glossary/kk/",
            "url": "https://translate.mattermost.com/api/translations/playbooks/glossary/kk/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 1,
            "total_words": 1,
            "translated": 0,
            "translated_words": 0,
            "translated_percent": 0.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://translate.mattermost.com/api/translations/playbooks/glossary/kk/repository/?format=api",
            "file_url": "https://translate.mattermost.com/api/translations/playbooks/glossary/kk/file/?format=api",
            "statistics_url": "https://translate.mattermost.com/api/translations/playbooks/glossary/kk/statistics/?format=api",
            "changes_list_url": "https://translate.mattermost.com/api/translations/playbooks/glossary/kk/changes/?format=api",
            "units_list_url": "https://translate.mattermost.com/api/translations/playbooks/glossary/kk/units/?format=api"
        }
    ]
}