Translation components API.

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

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

{
    "count": 609,
    "next": "http://translate.otrs.com/api/translations/?format=api&page=3",
    "previous": "http://translate.otrs.com/api/translations/?format=api",
    "results": [
        {
            "language": {
                "id": 18,
                "code": "ar_SA",
                "name": "Arabic (Saudi Arabia)",
                "plural": {
                    "id": 18,
                    "source": 0,
                    "number": 6,
                    "formula": "n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 ? 4 : 5",
                    "type": 3
                },
                "aliases": [],
                "direction": "rtl",
                "population": 34173500,
                "web_url": "http://translate.otrs.com/languages/ar_SA/",
                "url": "http://translate.otrs.com/api/languages/ar_SA/?format=api",
                "statistics_url": "http://translate.otrs.com/api/languages/ar_SA/statistics/?format=api"
            },
            "component": {
                "name": "OTRS",
                "slug": "otrs",
                "id": 26,
                "source_language": {
                    "id": 76,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 76,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "http://translate.otrs.com/languages/en/",
                    "url": "http://translate.otrs.com/api/languages/en/?format=api",
                    "statistics_url": "http://translate.otrs.com/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "OTRS",
                    "slug": "otrs",
                    "id": 7,
                    "web": "https://otrs.com",
                    "web_url": "http://translate.otrs.com/projects/otrs/",
                    "url": "http://translate.otrs.com/api/projects/otrs/?format=api",
                    "components_list_url": "http://translate.otrs.com/api/projects/otrs/components/?format=api",
                    "repository_url": "http://translate.otrs.com/api/projects/otrs/repository/?format=api",
                    "statistics_url": "http://translate.otrs.com/api/projects/otrs/statistics/?format=api",
                    "categories_url": "http://translate.otrs.com/api/projects/otrs/categories/?format=api",
                    "changes_list_url": "http://translate.otrs.com/api/projects/otrs/changes/?format=api",
                    "languages_url": "http://translate.otrs.com/api/projects/otrs/languages/?format=api",
                    "labels_url": "http://translate.otrs.com/api/projects/otrs/labels/?format=api",
                    "translation_review": true,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": null,
                "repo": null,
                "git_export": "http://translate.otrs.com/git/otrs/otrs/",
                "branch": null,
                "push_branch": "",
                "filemask": null,
                "screenshot_filemask": null,
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "i18n/otrs/otrs.pot",
                "file_format": "po",
                "license": "GPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "http://translate.otrs.com/projects/otrs/otrs/",
                "url": "http://translate.otrs.com/api/components/otrs/otrs/?format=api",
                "repository_url": "http://translate.otrs.com/api/components/otrs/otrs/repository/?format=api",
                "translations_url": "http://translate.otrs.com/api/components/otrs/otrs/translations/?format=api",
                "statistics_url": "http://translate.otrs.com/api/components/otrs/otrs/statistics/?format=api",
                "lock_url": "http://translate.otrs.com/api/components/otrs/otrs/lock/?format=api",
                "links_url": "http://translate.otrs.com/api/components/otrs/otrs/links/?format=api",
                "changes_list_url": "http://translate.otrs.com/api/components/otrs/otrs/changes/?format=api",
                "task_url": null,
                "new_lang": "contact",
                "language_code_style": "",
                "push": null,
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "documentation@otrs.com",
                "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": false,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [
                    "http://translate.otrs.com/api/addons/22/?format=api",
                    "http://translate.otrs.com/api/addons/21/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "ar_SA",
            "id": 641,
            "filename": "i18n/otrs/otrs.ar_SA.po",
            "revision": "10ff1fab7a4ab00b00e89f112c63f3fd6494b98a",
            "web_url": "http://translate.otrs.com/projects/otrs/otrs/ar_SA/",
            "share_url": "http://translate.otrs.com/engage/otrs/-/ar_SA/",
            "translate_url": "http://translate.otrs.com/translate/otrs/otrs/ar_SA/",
            "url": "http://translate.otrs.com/api/translations/otrs/otrs/ar_SA/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 9461,
            "total_words": 81949,
            "translated": 9432,
            "translated_words": 81751,
            "translated_percent": 99.6,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 67,
            "failing_checks_words": 3253,
            "failing_checks_percent": 0.7,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2025-03-14T14:53:01.398226Z",
            "last_author": null,
            "repository_url": "http://translate.otrs.com/api/translations/otrs/otrs/ar_SA/repository/?format=api",
            "file_url": "http://translate.otrs.com/api/translations/otrs/otrs/ar_SA/file/?format=api",
            "statistics_url": "http://translate.otrs.com/api/translations/otrs/otrs/ar_SA/statistics/?format=api",
            "changes_list_url": "http://translate.otrs.com/api/translations/otrs/otrs/ar_SA/changes/?format=api",
            "units_list_url": "http://translate.otrs.com/api/translations/otrs/otrs/ar_SA/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": "http://translate.otrs.com/languages/bg/",
                "url": "http://translate.otrs.com/api/languages/bg/?format=api",
                "statistics_url": "http://translate.otrs.com/api/languages/bg/statistics/?format=api"
            },
            "component": {
                "name": "OTRS",
                "slug": "otrs",
                "id": 26,
                "source_language": {
                    "id": 76,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 76,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "http://translate.otrs.com/languages/en/",
                    "url": "http://translate.otrs.com/api/languages/en/?format=api",
                    "statistics_url": "http://translate.otrs.com/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "OTRS",
                    "slug": "otrs",
                    "id": 7,
                    "web": "https://otrs.com",
                    "web_url": "http://translate.otrs.com/projects/otrs/",
                    "url": "http://translate.otrs.com/api/projects/otrs/?format=api",
                    "components_list_url": "http://translate.otrs.com/api/projects/otrs/components/?format=api",
                    "repository_url": "http://translate.otrs.com/api/projects/otrs/repository/?format=api",
                    "statistics_url": "http://translate.otrs.com/api/projects/otrs/statistics/?format=api",
                    "categories_url": "http://translate.otrs.com/api/projects/otrs/categories/?format=api",
                    "changes_list_url": "http://translate.otrs.com/api/projects/otrs/changes/?format=api",
                    "languages_url": "http://translate.otrs.com/api/projects/otrs/languages/?format=api",
                    "labels_url": "http://translate.otrs.com/api/projects/otrs/labels/?format=api",
                    "translation_review": true,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": null,
                "repo": null,
                "git_export": "http://translate.otrs.com/git/otrs/otrs/",
                "branch": null,
                "push_branch": "",
                "filemask": null,
                "screenshot_filemask": null,
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "i18n/otrs/otrs.pot",
                "file_format": "po",
                "license": "GPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "http://translate.otrs.com/projects/otrs/otrs/",
                "url": "http://translate.otrs.com/api/components/otrs/otrs/?format=api",
                "repository_url": "http://translate.otrs.com/api/components/otrs/otrs/repository/?format=api",
                "translations_url": "http://translate.otrs.com/api/components/otrs/otrs/translations/?format=api",
                "statistics_url": "http://translate.otrs.com/api/components/otrs/otrs/statistics/?format=api",
                "lock_url": "http://translate.otrs.com/api/components/otrs/otrs/lock/?format=api",
                "links_url": "http://translate.otrs.com/api/components/otrs/otrs/links/?format=api",
                "changes_list_url": "http://translate.otrs.com/api/components/otrs/otrs/changes/?format=api",
                "task_url": null,
                "new_lang": "contact",
                "language_code_style": "",
                "push": null,
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "documentation@otrs.com",
                "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": false,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [
                    "http://translate.otrs.com/api/addons/22/?format=api",
                    "http://translate.otrs.com/api/addons/21/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "bg",
            "id": 642,
            "filename": "i18n/otrs/otrs.bg.po",
            "revision": "f7fb290012caae3017ccd397ad699fea5282cf74",
            "web_url": "http://translate.otrs.com/projects/otrs/otrs/bg/",
            "share_url": "http://translate.otrs.com/engage/otrs/-/bg/",
            "translate_url": "http://translate.otrs.com/translate/otrs/otrs/bg/",
            "url": "http://translate.otrs.com/api/translations/otrs/otrs/bg/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 9461,
            "total_words": 81949,
            "translated": 9432,
            "translated_words": 81751,
            "translated_percent": 99.6,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 90,
            "failing_checks_words": 350,
            "failing_checks_percent": 0.9,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2025-03-14T14:53:04.194845Z",
            "last_author": null,
            "repository_url": "http://translate.otrs.com/api/translations/otrs/otrs/bg/repository/?format=api",
            "file_url": "http://translate.otrs.com/api/translations/otrs/otrs/bg/file/?format=api",
            "statistics_url": "http://translate.otrs.com/api/translations/otrs/otrs/bg/statistics/?format=api",
            "changes_list_url": "http://translate.otrs.com/api/translations/otrs/otrs/bg/changes/?format=api",
            "units_list_url": "http://translate.otrs.com/api/translations/otrs/otrs/bg/units/?format=api"
        },
        {
            "language": {
                "id": 49,
                "code": "ca",
                "name": "Catalan",
                "plural": {
                    "id": 49,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "ca_ps",
                    "ca_ca",
                    "cat"
                ],
                "direction": "ltr",
                "population": 8679138,
                "web_url": "http://translate.otrs.com/languages/ca/",
                "url": "http://translate.otrs.com/api/languages/ca/?format=api",
                "statistics_url": "http://translate.otrs.com/api/languages/ca/statistics/?format=api"
            },
            "component": {
                "name": "OTRS",
                "slug": "otrs",
                "id": 26,
                "source_language": {
                    "id": 76,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 76,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "http://translate.otrs.com/languages/en/",
                    "url": "http://translate.otrs.com/api/languages/en/?format=api",
                    "statistics_url": "http://translate.otrs.com/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "OTRS",
                    "slug": "otrs",
                    "id": 7,
                    "web": "https://otrs.com",
                    "web_url": "http://translate.otrs.com/projects/otrs/",
                    "url": "http://translate.otrs.com/api/projects/otrs/?format=api",
                    "components_list_url": "http://translate.otrs.com/api/projects/otrs/components/?format=api",
                    "repository_url": "http://translate.otrs.com/api/projects/otrs/repository/?format=api",
                    "statistics_url": "http://translate.otrs.com/api/projects/otrs/statistics/?format=api",
                    "categories_url": "http://translate.otrs.com/api/projects/otrs/categories/?format=api",
                    "changes_list_url": "http://translate.otrs.com/api/projects/otrs/changes/?format=api",
                    "languages_url": "http://translate.otrs.com/api/projects/otrs/languages/?format=api",
                    "labels_url": "http://translate.otrs.com/api/projects/otrs/labels/?format=api",
                    "translation_review": true,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": null,
                "repo": null,
                "git_export": "http://translate.otrs.com/git/otrs/otrs/",
                "branch": null,
                "push_branch": "",
                "filemask": null,
                "screenshot_filemask": null,
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "i18n/otrs/otrs.pot",
                "file_format": "po",
                "license": "GPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "http://translate.otrs.com/projects/otrs/otrs/",
                "url": "http://translate.otrs.com/api/components/otrs/otrs/?format=api",
                "repository_url": "http://translate.otrs.com/api/components/otrs/otrs/repository/?format=api",
                "translations_url": "http://translate.otrs.com/api/components/otrs/otrs/translations/?format=api",
                "statistics_url": "http://translate.otrs.com/api/components/otrs/otrs/statistics/?format=api",
                "lock_url": "http://translate.otrs.com/api/components/otrs/otrs/lock/?format=api",
                "links_url": "http://translate.otrs.com/api/components/otrs/otrs/links/?format=api",
                "changes_list_url": "http://translate.otrs.com/api/components/otrs/otrs/changes/?format=api",
                "task_url": null,
                "new_lang": "contact",
                "language_code_style": "",
                "push": null,
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "documentation@otrs.com",
                "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": false,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [
                    "http://translate.otrs.com/api/addons/22/?format=api",
                    "http://translate.otrs.com/api/addons/21/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "ca",
            "id": 643,
            "filename": "i18n/otrs/otrs.ca.po",
            "revision": "16f88df0a079a3f582d8316211345ff6b6fc1b1f",
            "web_url": "http://translate.otrs.com/projects/otrs/otrs/ca/",
            "share_url": "http://translate.otrs.com/engage/otrs/-/ca/",
            "translate_url": "http://translate.otrs.com/translate/otrs/otrs/ca/",
            "url": "http://translate.otrs.com/api/translations/otrs/otrs/ca/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 9461,
            "total_words": 81949,
            "translated": 9432,
            "translated_words": 81751,
            "translated_percent": 99.6,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 146,
            "failing_checks_words": 717,
            "failing_checks_percent": 1.5,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2025-03-14T14:53:06.818324Z",
            "last_author": null,
            "repository_url": "http://translate.otrs.com/api/translations/otrs/otrs/ca/repository/?format=api",
            "file_url": "http://translate.otrs.com/api/translations/otrs/otrs/ca/file/?format=api",
            "statistics_url": "http://translate.otrs.com/api/translations/otrs/otrs/ca/statistics/?format=api",
            "changes_list_url": "http://translate.otrs.com/api/translations/otrs/otrs/ca/changes/?format=api",
            "units_list_url": "http://translate.otrs.com/api/translations/otrs/otrs/ca/units/?format=api"
        },
        {
            "language": {
                "id": 61,
                "code": "cs",
                "name": "Czech",
                "plural": {
                    "id": 61,
                    "source": 0,
                    "number": 3,
                    "formula": "(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2",
                    "type": 2
                },
                "aliases": [
                    "cs_cs",
                    "cz",
                    "csy",
                    "ces",
                    "cze"
                ],
                "direction": "ltr",
                "population": 13045532,
                "web_url": "http://translate.otrs.com/languages/cs/",
                "url": "http://translate.otrs.com/api/languages/cs/?format=api",
                "statistics_url": "http://translate.otrs.com/api/languages/cs/statistics/?format=api"
            },
            "component": {
                "name": "OTRS",
                "slug": "otrs",
                "id": 26,
                "source_language": {
                    "id": 76,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 76,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "http://translate.otrs.com/languages/en/",
                    "url": "http://translate.otrs.com/api/languages/en/?format=api",
                    "statistics_url": "http://translate.otrs.com/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "OTRS",
                    "slug": "otrs",
                    "id": 7,
                    "web": "https://otrs.com",
                    "web_url": "http://translate.otrs.com/projects/otrs/",
                    "url": "http://translate.otrs.com/api/projects/otrs/?format=api",
                    "components_list_url": "http://translate.otrs.com/api/projects/otrs/components/?format=api",
                    "repository_url": "http://translate.otrs.com/api/projects/otrs/repository/?format=api",
                    "statistics_url": "http://translate.otrs.com/api/projects/otrs/statistics/?format=api",
                    "categories_url": "http://translate.otrs.com/api/projects/otrs/categories/?format=api",
                    "changes_list_url": "http://translate.otrs.com/api/projects/otrs/changes/?format=api",
                    "languages_url": "http://translate.otrs.com/api/projects/otrs/languages/?format=api",
                    "labels_url": "http://translate.otrs.com/api/projects/otrs/labels/?format=api",
                    "translation_review": true,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": null,
                "repo": null,
                "git_export": "http://translate.otrs.com/git/otrs/otrs/",
                "branch": null,
                "push_branch": "",
                "filemask": null,
                "screenshot_filemask": null,
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "i18n/otrs/otrs.pot",
                "file_format": "po",
                "license": "GPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "http://translate.otrs.com/projects/otrs/otrs/",
                "url": "http://translate.otrs.com/api/components/otrs/otrs/?format=api",
                "repository_url": "http://translate.otrs.com/api/components/otrs/otrs/repository/?format=api",
                "translations_url": "http://translate.otrs.com/api/components/otrs/otrs/translations/?format=api",
                "statistics_url": "http://translate.otrs.com/api/components/otrs/otrs/statistics/?format=api",
                "lock_url": "http://translate.otrs.com/api/components/otrs/otrs/lock/?format=api",
                "links_url": "http://translate.otrs.com/api/components/otrs/otrs/links/?format=api",
                "changes_list_url": "http://translate.otrs.com/api/components/otrs/otrs/changes/?format=api",
                "task_url": null,
                "new_lang": "contact",
                "language_code_style": "",
                "push": null,
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "documentation@otrs.com",
                "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": false,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [
                    "http://translate.otrs.com/api/addons/22/?format=api",
                    "http://translate.otrs.com/api/addons/21/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "cs",
            "id": 644,
            "filename": "i18n/otrs/otrs.cs.po",
            "revision": "30197d7fb036a31ac1cbd88267108afb094f2692",
            "web_url": "http://translate.otrs.com/projects/otrs/otrs/cs/",
            "share_url": "http://translate.otrs.com/engage/otrs/-/cs/",
            "translate_url": "http://translate.otrs.com/translate/otrs/otrs/cs/",
            "url": "http://translate.otrs.com/api/translations/otrs/otrs/cs/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 9461,
            "total_words": 81949,
            "translated": 9432,
            "translated_words": 81751,
            "translated_percent": 99.6,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 154,
            "failing_checks_words": 1002,
            "failing_checks_percent": 1.6,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2025-03-14T14:53:09.692809Z",
            "last_author": null,
            "repository_url": "http://translate.otrs.com/api/translations/otrs/otrs/cs/repository/?format=api",
            "file_url": "http://translate.otrs.com/api/translations/otrs/otrs/cs/file/?format=api",
            "statistics_url": "http://translate.otrs.com/api/translations/otrs/otrs/cs/statistics/?format=api",
            "changes_list_url": "http://translate.otrs.com/api/translations/otrs/otrs/cs/changes/?format=api",
            "units_list_url": "http://translate.otrs.com/api/translations/otrs/otrs/cs/units/?format=api"
        },
        {
            "language": {
                "id": 66,
                "code": "da",
                "name": "Danish",
                "plural": {
                    "id": 66,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "da_da",
                    "dk",
                    "dan"
                ],
                "direction": "ltr",
                "population": 7072056,
                "web_url": "http://translate.otrs.com/languages/da/",
                "url": "http://translate.otrs.com/api/languages/da/?format=api",
                "statistics_url": "http://translate.otrs.com/api/languages/da/statistics/?format=api"
            },
            "component": {
                "name": "OTRS",
                "slug": "otrs",
                "id": 26,
                "source_language": {
                    "id": 76,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 76,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "http://translate.otrs.com/languages/en/",
                    "url": "http://translate.otrs.com/api/languages/en/?format=api",
                    "statistics_url": "http://translate.otrs.com/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "OTRS",
                    "slug": "otrs",
                    "id": 7,
                    "web": "https://otrs.com",
                    "web_url": "http://translate.otrs.com/projects/otrs/",
                    "url": "http://translate.otrs.com/api/projects/otrs/?format=api",
                    "components_list_url": "http://translate.otrs.com/api/projects/otrs/components/?format=api",
                    "repository_url": "http://translate.otrs.com/api/projects/otrs/repository/?format=api",
                    "statistics_url": "http://translate.otrs.com/api/projects/otrs/statistics/?format=api",
                    "categories_url": "http://translate.otrs.com/api/projects/otrs/categories/?format=api",
                    "changes_list_url": "http://translate.otrs.com/api/projects/otrs/changes/?format=api",
                    "languages_url": "http://translate.otrs.com/api/projects/otrs/languages/?format=api",
                    "labels_url": "http://translate.otrs.com/api/projects/otrs/labels/?format=api",
                    "translation_review": true,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": null,
                "repo": null,
                "git_export": "http://translate.otrs.com/git/otrs/otrs/",
                "branch": null,
                "push_branch": "",
                "filemask": null,
                "screenshot_filemask": null,
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "i18n/otrs/otrs.pot",
                "file_format": "po",
                "license": "GPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "http://translate.otrs.com/projects/otrs/otrs/",
                "url": "http://translate.otrs.com/api/components/otrs/otrs/?format=api",
                "repository_url": "http://translate.otrs.com/api/components/otrs/otrs/repository/?format=api",
                "translations_url": "http://translate.otrs.com/api/components/otrs/otrs/translations/?format=api",
                "statistics_url": "http://translate.otrs.com/api/components/otrs/otrs/statistics/?format=api",
                "lock_url": "http://translate.otrs.com/api/components/otrs/otrs/lock/?format=api",
                "links_url": "http://translate.otrs.com/api/components/otrs/otrs/links/?format=api",
                "changes_list_url": "http://translate.otrs.com/api/components/otrs/otrs/changes/?format=api",
                "task_url": null,
                "new_lang": "contact",
                "language_code_style": "",
                "push": null,
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "documentation@otrs.com",
                "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": false,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [
                    "http://translate.otrs.com/api/addons/22/?format=api",
                    "http://translate.otrs.com/api/addons/21/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "da",
            "id": 645,
            "filename": "i18n/otrs/otrs.da.po",
            "revision": "e3402ed4882ee46be76048ab02c1f9c3fdeb3cdf",
            "web_url": "http://translate.otrs.com/projects/otrs/otrs/da/",
            "share_url": "http://translate.otrs.com/engage/otrs/-/da/",
            "translate_url": "http://translate.otrs.com/translate/otrs/otrs/da/",
            "url": "http://translate.otrs.com/api/translations/otrs/otrs/da/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 9461,
            "total_words": 81949,
            "translated": 9432,
            "translated_words": 81751,
            "translated_percent": 99.6,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 179,
            "failing_checks_words": 909,
            "failing_checks_percent": 1.8,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2025-03-14T14:53:12.337480Z",
            "last_author": null,
            "repository_url": "http://translate.otrs.com/api/translations/otrs/otrs/da/repository/?format=api",
            "file_url": "http://translate.otrs.com/api/translations/otrs/otrs/da/file/?format=api",
            "statistics_url": "http://translate.otrs.com/api/translations/otrs/otrs/da/statistics/?format=api",
            "changes_list_url": "http://translate.otrs.com/api/translations/otrs/otrs/da/changes/?format=api",
            "units_list_url": "http://translate.otrs.com/api/translations/otrs/otrs/da/units/?format=api"
        },
        {
            "language": {
                "id": 67,
                "code": "de",
                "name": "German",
                "plural": {
                    "id": 67,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "deu_de",
                    "deu",
                    "ger"
                ],
                "direction": "ltr",
                "population": 136350226,
                "web_url": "http://translate.otrs.com/languages/de/",
                "url": "http://translate.otrs.com/api/languages/de/?format=api",
                "statistics_url": "http://translate.otrs.com/api/languages/de/statistics/?format=api"
            },
            "component": {
                "name": "OTRS",
                "slug": "otrs",
                "id": 26,
                "source_language": {
                    "id": 76,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 76,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "http://translate.otrs.com/languages/en/",
                    "url": "http://translate.otrs.com/api/languages/en/?format=api",
                    "statistics_url": "http://translate.otrs.com/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "OTRS",
                    "slug": "otrs",
                    "id": 7,
                    "web": "https://otrs.com",
                    "web_url": "http://translate.otrs.com/projects/otrs/",
                    "url": "http://translate.otrs.com/api/projects/otrs/?format=api",
                    "components_list_url": "http://translate.otrs.com/api/projects/otrs/components/?format=api",
                    "repository_url": "http://translate.otrs.com/api/projects/otrs/repository/?format=api",
                    "statistics_url": "http://translate.otrs.com/api/projects/otrs/statistics/?format=api",
                    "categories_url": "http://translate.otrs.com/api/projects/otrs/categories/?format=api",
                    "changes_list_url": "http://translate.otrs.com/api/projects/otrs/changes/?format=api",
                    "languages_url": "http://translate.otrs.com/api/projects/otrs/languages/?format=api",
                    "labels_url": "http://translate.otrs.com/api/projects/otrs/labels/?format=api",
                    "translation_review": true,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": null,
                "repo": null,
                "git_export": "http://translate.otrs.com/git/otrs/otrs/",
                "branch": null,
                "push_branch": "",
                "filemask": null,
                "screenshot_filemask": null,
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "i18n/otrs/otrs.pot",
                "file_format": "po",
                "license": "GPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "http://translate.otrs.com/projects/otrs/otrs/",
                "url": "http://translate.otrs.com/api/components/otrs/otrs/?format=api",
                "repository_url": "http://translate.otrs.com/api/components/otrs/otrs/repository/?format=api",
                "translations_url": "http://translate.otrs.com/api/components/otrs/otrs/translations/?format=api",
                "statistics_url": "http://translate.otrs.com/api/components/otrs/otrs/statistics/?format=api",
                "lock_url": "http://translate.otrs.com/api/components/otrs/otrs/lock/?format=api",
                "links_url": "http://translate.otrs.com/api/components/otrs/otrs/links/?format=api",
                "changes_list_url": "http://translate.otrs.com/api/components/otrs/otrs/changes/?format=api",
                "task_url": null,
                "new_lang": "contact",
                "language_code_style": "",
                "push": null,
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "documentation@otrs.com",
                "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": false,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [
                    "http://translate.otrs.com/api/addons/22/?format=api",
                    "http://translate.otrs.com/api/addons/21/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "de",
            "id": 646,
            "filename": "i18n/otrs/otrs.de.po",
            "revision": "a22efe048ae226df9cd7d525e92d5b13d1723edd",
            "web_url": "http://translate.otrs.com/projects/otrs/otrs/de/",
            "share_url": "http://translate.otrs.com/engage/otrs/-/de/",
            "translate_url": "http://translate.otrs.com/translate/otrs/otrs/de/",
            "url": "http://translate.otrs.com/api/translations/otrs/otrs/de/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 9461,
            "total_words": 81949,
            "translated": 9444,
            "translated_words": 81816,
            "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": "2025-03-14T14:53:14.904562Z",
            "last_author": null,
            "repository_url": "http://translate.otrs.com/api/translations/otrs/otrs/de/repository/?format=api",
            "file_url": "http://translate.otrs.com/api/translations/otrs/otrs/de/file/?format=api",
            "statistics_url": "http://translate.otrs.com/api/translations/otrs/otrs/de/statistics/?format=api",
            "changes_list_url": "http://translate.otrs.com/api/translations/otrs/otrs/de/changes/?format=api",
            "units_list_url": "http://translate.otrs.com/api/translations/otrs/otrs/de/units/?format=api"
        },
        {
            "language": {
                "id": 75,
                "code": "el",
                "name": "Greek",
                "plural": {
                    "id": 75,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "gr",
                    "ell",
                    "gre"
                ],
                "direction": "ltr",
                "population": 12292240,
                "web_url": "http://translate.otrs.com/languages/el/",
                "url": "http://translate.otrs.com/api/languages/el/?format=api",
                "statistics_url": "http://translate.otrs.com/api/languages/el/statistics/?format=api"
            },
            "component": {
                "name": "OTRS",
                "slug": "otrs",
                "id": 26,
                "source_language": {
                    "id": 76,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 76,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "http://translate.otrs.com/languages/en/",
                    "url": "http://translate.otrs.com/api/languages/en/?format=api",
                    "statistics_url": "http://translate.otrs.com/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "OTRS",
                    "slug": "otrs",
                    "id": 7,
                    "web": "https://otrs.com",
                    "web_url": "http://translate.otrs.com/projects/otrs/",
                    "url": "http://translate.otrs.com/api/projects/otrs/?format=api",
                    "components_list_url": "http://translate.otrs.com/api/projects/otrs/components/?format=api",
                    "repository_url": "http://translate.otrs.com/api/projects/otrs/repository/?format=api",
                    "statistics_url": "http://translate.otrs.com/api/projects/otrs/statistics/?format=api",
                    "categories_url": "http://translate.otrs.com/api/projects/otrs/categories/?format=api",
                    "changes_list_url": "http://translate.otrs.com/api/projects/otrs/changes/?format=api",
                    "languages_url": "http://translate.otrs.com/api/projects/otrs/languages/?format=api",
                    "labels_url": "http://translate.otrs.com/api/projects/otrs/labels/?format=api",
                    "translation_review": true,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": null,
                "repo": null,
                "git_export": "http://translate.otrs.com/git/otrs/otrs/",
                "branch": null,
                "push_branch": "",
                "filemask": null,
                "screenshot_filemask": null,
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "i18n/otrs/otrs.pot",
                "file_format": "po",
                "license": "GPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "http://translate.otrs.com/projects/otrs/otrs/",
                "url": "http://translate.otrs.com/api/components/otrs/otrs/?format=api",
                "repository_url": "http://translate.otrs.com/api/components/otrs/otrs/repository/?format=api",
                "translations_url": "http://translate.otrs.com/api/components/otrs/otrs/translations/?format=api",
                "statistics_url": "http://translate.otrs.com/api/components/otrs/otrs/statistics/?format=api",
                "lock_url": "http://translate.otrs.com/api/components/otrs/otrs/lock/?format=api",
                "links_url": "http://translate.otrs.com/api/components/otrs/otrs/links/?format=api",
                "changes_list_url": "http://translate.otrs.com/api/components/otrs/otrs/changes/?format=api",
                "task_url": null,
                "new_lang": "contact",
                "language_code_style": "",
                "push": null,
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "documentation@otrs.com",
                "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": false,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [
                    "http://translate.otrs.com/api/addons/22/?format=api",
                    "http://translate.otrs.com/api/addons/21/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "el",
            "id": 647,
            "filename": "i18n/otrs/otrs.el.po",
            "revision": "e9e0b918db89e063571d87a2c8f6f07bc612d8a4",
            "web_url": "http://translate.otrs.com/projects/otrs/otrs/el/",
            "share_url": "http://translate.otrs.com/engage/otrs/-/el/",
            "translate_url": "http://translate.otrs.com/translate/otrs/otrs/el/",
            "url": "http://translate.otrs.com/api/translations/otrs/otrs/el/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 9461,
            "total_words": 81949,
            "translated": 9432,
            "translated_words": 81751,
            "translated_percent": 99.6,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 97,
            "failing_checks_words": 488,
            "failing_checks_percent": 1.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2025-03-14T14:53:17.706229Z",
            "last_author": null,
            "repository_url": "http://translate.otrs.com/api/translations/otrs/otrs/el/repository/?format=api",
            "file_url": "http://translate.otrs.com/api/translations/otrs/otrs/el/file/?format=api",
            "statistics_url": "http://translate.otrs.com/api/translations/otrs/otrs/el/statistics/?format=api",
            "changes_list_url": "http://translate.otrs.com/api/translations/otrs/otrs/el/changes/?format=api",
            "units_list_url": "http://translate.otrs.com/api/translations/otrs/otrs/el/units/?format=api"
        },
        {
            "language": {
                "id": 78,
                "code": "en_CA",
                "name": "English (Canada)",
                "plural": {
                    "id": 78,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [],
                "direction": "ltr",
                "population": 32416926,
                "web_url": "http://translate.otrs.com/languages/en_CA/",
                "url": "http://translate.otrs.com/api/languages/en_CA/?format=api",
                "statistics_url": "http://translate.otrs.com/api/languages/en_CA/statistics/?format=api"
            },
            "component": {
                "name": "OTRS",
                "slug": "otrs",
                "id": 26,
                "source_language": {
                    "id": 76,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 76,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "http://translate.otrs.com/languages/en/",
                    "url": "http://translate.otrs.com/api/languages/en/?format=api",
                    "statistics_url": "http://translate.otrs.com/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "OTRS",
                    "slug": "otrs",
                    "id": 7,
                    "web": "https://otrs.com",
                    "web_url": "http://translate.otrs.com/projects/otrs/",
                    "url": "http://translate.otrs.com/api/projects/otrs/?format=api",
                    "components_list_url": "http://translate.otrs.com/api/projects/otrs/components/?format=api",
                    "repository_url": "http://translate.otrs.com/api/projects/otrs/repository/?format=api",
                    "statistics_url": "http://translate.otrs.com/api/projects/otrs/statistics/?format=api",
                    "categories_url": "http://translate.otrs.com/api/projects/otrs/categories/?format=api",
                    "changes_list_url": "http://translate.otrs.com/api/projects/otrs/changes/?format=api",
                    "languages_url": "http://translate.otrs.com/api/projects/otrs/languages/?format=api",
                    "labels_url": "http://translate.otrs.com/api/projects/otrs/labels/?format=api",
                    "translation_review": true,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": null,
                "repo": null,
                "git_export": "http://translate.otrs.com/git/otrs/otrs/",
                "branch": null,
                "push_branch": "",
                "filemask": null,
                "screenshot_filemask": null,
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "i18n/otrs/otrs.pot",
                "file_format": "po",
                "license": "GPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "http://translate.otrs.com/projects/otrs/otrs/",
                "url": "http://translate.otrs.com/api/components/otrs/otrs/?format=api",
                "repository_url": "http://translate.otrs.com/api/components/otrs/otrs/repository/?format=api",
                "translations_url": "http://translate.otrs.com/api/components/otrs/otrs/translations/?format=api",
                "statistics_url": "http://translate.otrs.com/api/components/otrs/otrs/statistics/?format=api",
                "lock_url": "http://translate.otrs.com/api/components/otrs/otrs/lock/?format=api",
                "links_url": "http://translate.otrs.com/api/components/otrs/otrs/links/?format=api",
                "changes_list_url": "http://translate.otrs.com/api/components/otrs/otrs/changes/?format=api",
                "task_url": null,
                "new_lang": "contact",
                "language_code_style": "",
                "push": null,
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "documentation@otrs.com",
                "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": false,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [
                    "http://translate.otrs.com/api/addons/22/?format=api",
                    "http://translate.otrs.com/api/addons/21/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "en_CA",
            "id": 648,
            "filename": "i18n/otrs/otrs.en_CA.po",
            "revision": "972e7dc3e571d8268af7a31842db587b97a01b26",
            "web_url": "http://translate.otrs.com/projects/otrs/otrs/en_CA/",
            "share_url": "http://translate.otrs.com/engage/otrs/-/en_CA/",
            "translate_url": "http://translate.otrs.com/translate/otrs/otrs/en_CA/",
            "url": "http://translate.otrs.com/api/translations/otrs/otrs/en_CA/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 9461,
            "total_words": 81949,
            "translated": 9432,
            "translated_words": 81751,
            "translated_percent": 99.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": "2025-03-14T14:53:20.486053Z",
            "last_author": null,
            "repository_url": "http://translate.otrs.com/api/translations/otrs/otrs/en_CA/repository/?format=api",
            "file_url": "http://translate.otrs.com/api/translations/otrs/otrs/en_CA/file/?format=api",
            "statistics_url": "http://translate.otrs.com/api/translations/otrs/otrs/en_CA/statistics/?format=api",
            "changes_list_url": "http://translate.otrs.com/api/translations/otrs/otrs/en_CA/changes/?format=api",
            "units_list_url": "http://translate.otrs.com/api/translations/otrs/otrs/en_CA/units/?format=api"
        },
        {
            "language": {
                "id": 79,
                "code": "en_GB",
                "name": "English (United Kingdom)",
                "plural": {
                    "id": 79,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "english_uk",
                    "eng_gb"
                ],
                "direction": "ltr",
                "population": 64445878,
                "web_url": "http://translate.otrs.com/languages/en_GB/",
                "url": "http://translate.otrs.com/api/languages/en_GB/?format=api",
                "statistics_url": "http://translate.otrs.com/api/languages/en_GB/statistics/?format=api"
            },
            "component": {
                "name": "OTRS",
                "slug": "otrs",
                "id": 26,
                "source_language": {
                    "id": 76,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 76,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "http://translate.otrs.com/languages/en/",
                    "url": "http://translate.otrs.com/api/languages/en/?format=api",
                    "statistics_url": "http://translate.otrs.com/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "OTRS",
                    "slug": "otrs",
                    "id": 7,
                    "web": "https://otrs.com",
                    "web_url": "http://translate.otrs.com/projects/otrs/",
                    "url": "http://translate.otrs.com/api/projects/otrs/?format=api",
                    "components_list_url": "http://translate.otrs.com/api/projects/otrs/components/?format=api",
                    "repository_url": "http://translate.otrs.com/api/projects/otrs/repository/?format=api",
                    "statistics_url": "http://translate.otrs.com/api/projects/otrs/statistics/?format=api",
                    "categories_url": "http://translate.otrs.com/api/projects/otrs/categories/?format=api",
                    "changes_list_url": "http://translate.otrs.com/api/projects/otrs/changes/?format=api",
                    "languages_url": "http://translate.otrs.com/api/projects/otrs/languages/?format=api",
                    "labels_url": "http://translate.otrs.com/api/projects/otrs/labels/?format=api",
                    "translation_review": true,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": null,
                "repo": null,
                "git_export": "http://translate.otrs.com/git/otrs/otrs/",
                "branch": null,
                "push_branch": "",
                "filemask": null,
                "screenshot_filemask": null,
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "i18n/otrs/otrs.pot",
                "file_format": "po",
                "license": "GPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "http://translate.otrs.com/projects/otrs/otrs/",
                "url": "http://translate.otrs.com/api/components/otrs/otrs/?format=api",
                "repository_url": "http://translate.otrs.com/api/components/otrs/otrs/repository/?format=api",
                "translations_url": "http://translate.otrs.com/api/components/otrs/otrs/translations/?format=api",
                "statistics_url": "http://translate.otrs.com/api/components/otrs/otrs/statistics/?format=api",
                "lock_url": "http://translate.otrs.com/api/components/otrs/otrs/lock/?format=api",
                "links_url": "http://translate.otrs.com/api/components/otrs/otrs/links/?format=api",
                "changes_list_url": "http://translate.otrs.com/api/components/otrs/otrs/changes/?format=api",
                "task_url": null,
                "new_lang": "contact",
                "language_code_style": "",
                "push": null,
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "documentation@otrs.com",
                "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": false,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [
                    "http://translate.otrs.com/api/addons/22/?format=api",
                    "http://translate.otrs.com/api/addons/21/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "en_GB",
            "id": 649,
            "filename": "i18n/otrs/otrs.en_GB.po",
            "revision": "871e4a68d4e7947315ab4699e4624322a652140a",
            "web_url": "http://translate.otrs.com/projects/otrs/otrs/en_GB/",
            "share_url": "http://translate.otrs.com/engage/otrs/-/en_GB/",
            "translate_url": "http://translate.otrs.com/translate/otrs/otrs/en_GB/",
            "url": "http://translate.otrs.com/api/translations/otrs/otrs/en_GB/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 9461,
            "total_words": 81949,
            "translated": 9432,
            "translated_words": 81751,
            "translated_percent": 99.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": "2025-03-14T14:53:23.038830Z",
            "last_author": null,
            "repository_url": "http://translate.otrs.com/api/translations/otrs/otrs/en_GB/repository/?format=api",
            "file_url": "http://translate.otrs.com/api/translations/otrs/otrs/en_GB/file/?format=api",
            "statistics_url": "http://translate.otrs.com/api/translations/otrs/otrs/en_GB/statistics/?format=api",
            "changes_list_url": "http://translate.otrs.com/api/translations/otrs/otrs/en_GB/changes/?format=api",
            "units_list_url": "http://translate.otrs.com/api/translations/otrs/otrs/en_GB/units/?format=api"
        },
        {
            "language": {
                "id": 87,
                "code": "es",
                "name": "Spanish",
                "plural": {
                    "id": 87,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "es_la",
                    "esp",
                    "spa"
                ],
                "direction": "ltr",
                "population": 493528078,
                "web_url": "http://translate.otrs.com/languages/es/",
                "url": "http://translate.otrs.com/api/languages/es/?format=api",
                "statistics_url": "http://translate.otrs.com/api/languages/es/statistics/?format=api"
            },
            "component": {
                "name": "OTRS",
                "slug": "otrs",
                "id": 26,
                "source_language": {
                    "id": 76,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 76,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "http://translate.otrs.com/languages/en/",
                    "url": "http://translate.otrs.com/api/languages/en/?format=api",
                    "statistics_url": "http://translate.otrs.com/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "OTRS",
                    "slug": "otrs",
                    "id": 7,
                    "web": "https://otrs.com",
                    "web_url": "http://translate.otrs.com/projects/otrs/",
                    "url": "http://translate.otrs.com/api/projects/otrs/?format=api",
                    "components_list_url": "http://translate.otrs.com/api/projects/otrs/components/?format=api",
                    "repository_url": "http://translate.otrs.com/api/projects/otrs/repository/?format=api",
                    "statistics_url": "http://translate.otrs.com/api/projects/otrs/statistics/?format=api",
                    "categories_url": "http://translate.otrs.com/api/projects/otrs/categories/?format=api",
                    "changes_list_url": "http://translate.otrs.com/api/projects/otrs/changes/?format=api",
                    "languages_url": "http://translate.otrs.com/api/projects/otrs/languages/?format=api",
                    "labels_url": "http://translate.otrs.com/api/projects/otrs/labels/?format=api",
                    "translation_review": true,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": null,
                "repo": null,
                "git_export": "http://translate.otrs.com/git/otrs/otrs/",
                "branch": null,
                "push_branch": "",
                "filemask": null,
                "screenshot_filemask": null,
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "i18n/otrs/otrs.pot",
                "file_format": "po",
                "license": "GPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "http://translate.otrs.com/projects/otrs/otrs/",
                "url": "http://translate.otrs.com/api/components/otrs/otrs/?format=api",
                "repository_url": "http://translate.otrs.com/api/components/otrs/otrs/repository/?format=api",
                "translations_url": "http://translate.otrs.com/api/components/otrs/otrs/translations/?format=api",
                "statistics_url": "http://translate.otrs.com/api/components/otrs/otrs/statistics/?format=api",
                "lock_url": "http://translate.otrs.com/api/components/otrs/otrs/lock/?format=api",
                "links_url": "http://translate.otrs.com/api/components/otrs/otrs/links/?format=api",
                "changes_list_url": "http://translate.otrs.com/api/components/otrs/otrs/changes/?format=api",
                "task_url": null,
                "new_lang": "contact",
                "language_code_style": "",
                "push": null,
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "documentation@otrs.com",
                "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": false,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [
                    "http://translate.otrs.com/api/addons/22/?format=api",
                    "http://translate.otrs.com/api/addons/21/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "es",
            "id": 650,
            "filename": "i18n/otrs/otrs.es.po",
            "revision": "bb265d57169ee8ccfc6c6c6f70f5c0d00786e6cd",
            "web_url": "http://translate.otrs.com/projects/otrs/otrs/es/",
            "share_url": "http://translate.otrs.com/engage/otrs/-/es/",
            "translate_url": "http://translate.otrs.com/translate/otrs/otrs/es/",
            "url": "http://translate.otrs.com/api/translations/otrs/otrs/es/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 9461,
            "total_words": 81949,
            "translated": 9432,
            "translated_words": 81751,
            "translated_percent": 99.6,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 307,
            "failing_checks_words": 2153,
            "failing_checks_percent": 3.2,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2025-03-14T14:53:25.808107Z",
            "last_author": null,
            "repository_url": "http://translate.otrs.com/api/translations/otrs/otrs/es/repository/?format=api",
            "file_url": "http://translate.otrs.com/api/translations/otrs/otrs/es/file/?format=api",
            "statistics_url": "http://translate.otrs.com/api/translations/otrs/otrs/es/statistics/?format=api",
            "changes_list_url": "http://translate.otrs.com/api/translations/otrs/otrs/es/changes/?format=api",
            "units_list_url": "http://translate.otrs.com/api/translations/otrs/otrs/es/units/?format=api"
        },
        {
            "language": {
                "id": 348,
                "code": "es_CO",
                "name": "Spanish (Colombia)",
                "plural": {
                    "id": 368,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [],
                "direction": "ltr",
                "population": 45648864,
                "web_url": "http://translate.otrs.com/languages/es_CO/",
                "url": "http://translate.otrs.com/api/languages/es_CO/?format=api",
                "statistics_url": "http://translate.otrs.com/api/languages/es_CO/statistics/?format=api"
            },
            "component": {
                "name": "OTRS",
                "slug": "otrs",
                "id": 26,
                "source_language": {
                    "id": 76,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 76,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "http://translate.otrs.com/languages/en/",
                    "url": "http://translate.otrs.com/api/languages/en/?format=api",
                    "statistics_url": "http://translate.otrs.com/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "OTRS",
                    "slug": "otrs",
                    "id": 7,
                    "web": "https://otrs.com",
                    "web_url": "http://translate.otrs.com/projects/otrs/",
                    "url": "http://translate.otrs.com/api/projects/otrs/?format=api",
                    "components_list_url": "http://translate.otrs.com/api/projects/otrs/components/?format=api",
                    "repository_url": "http://translate.otrs.com/api/projects/otrs/repository/?format=api",
                    "statistics_url": "http://translate.otrs.com/api/projects/otrs/statistics/?format=api",
                    "categories_url": "http://translate.otrs.com/api/projects/otrs/categories/?format=api",
                    "changes_list_url": "http://translate.otrs.com/api/projects/otrs/changes/?format=api",
                    "languages_url": "http://translate.otrs.com/api/projects/otrs/languages/?format=api",
                    "labels_url": "http://translate.otrs.com/api/projects/otrs/labels/?format=api",
                    "translation_review": true,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": null,
                "repo": null,
                "git_export": "http://translate.otrs.com/git/otrs/otrs/",
                "branch": null,
                "push_branch": "",
                "filemask": null,
                "screenshot_filemask": null,
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "i18n/otrs/otrs.pot",
                "file_format": "po",
                "license": "GPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "http://translate.otrs.com/projects/otrs/otrs/",
                "url": "http://translate.otrs.com/api/components/otrs/otrs/?format=api",
                "repository_url": "http://translate.otrs.com/api/components/otrs/otrs/repository/?format=api",
                "translations_url": "http://translate.otrs.com/api/components/otrs/otrs/translations/?format=api",
                "statistics_url": "http://translate.otrs.com/api/components/otrs/otrs/statistics/?format=api",
                "lock_url": "http://translate.otrs.com/api/components/otrs/otrs/lock/?format=api",
                "links_url": "http://translate.otrs.com/api/components/otrs/otrs/links/?format=api",
                "changes_list_url": "http://translate.otrs.com/api/components/otrs/otrs/changes/?format=api",
                "task_url": null,
                "new_lang": "contact",
                "language_code_style": "",
                "push": null,
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "documentation@otrs.com",
                "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": false,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [
                    "http://translate.otrs.com/api/addons/22/?format=api",
                    "http://translate.otrs.com/api/addons/21/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "es_CO",
            "id": 651,
            "filename": "i18n/otrs/otrs.es_CO.po",
            "revision": "ca965589f7bd72ce7bdb04b79921cdf269ba4816",
            "web_url": "http://translate.otrs.com/projects/otrs/otrs/es_CO/",
            "share_url": "http://translate.otrs.com/engage/otrs/-/es_CO/",
            "translate_url": "http://translate.otrs.com/translate/otrs/otrs/es_CO/",
            "url": "http://translate.otrs.com/api/translations/otrs/otrs/es_CO/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 9461,
            "total_words": 81949,
            "translated": 9432,
            "translated_words": 81751,
            "translated_percent": 99.6,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 290,
            "failing_checks_words": 1906,
            "failing_checks_percent": 3.0,
            "have_suggestion": 1,
            "have_comment": 0,
            "last_change": "2025-03-14T14:53:28.664871Z",
            "last_author": null,
            "repository_url": "http://translate.otrs.com/api/translations/otrs/otrs/es_CO/repository/?format=api",
            "file_url": "http://translate.otrs.com/api/translations/otrs/otrs/es_CO/file/?format=api",
            "statistics_url": "http://translate.otrs.com/api/translations/otrs/otrs/es_CO/statistics/?format=api",
            "changes_list_url": "http://translate.otrs.com/api/translations/otrs/otrs/es_CO/changes/?format=api",
            "units_list_url": "http://translate.otrs.com/api/translations/otrs/otrs/es_CO/units/?format=api"
        },
        {
            "language": {
                "id": 93,
                "code": "es_MX",
                "name": "Spanish (Mexico)",
                "plural": {
                    "id": 93,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "mspanish"
                ],
                "direction": "ltr",
                "population": 106779500,
                "web_url": "http://translate.otrs.com/languages/es_MX/",
                "url": "http://translate.otrs.com/api/languages/es_MX/?format=api",
                "statistics_url": "http://translate.otrs.com/api/languages/es_MX/statistics/?format=api"
            },
            "component": {
                "name": "OTRS",
                "slug": "otrs",
                "id": 26,
                "source_language": {
                    "id": 76,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 76,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "http://translate.otrs.com/languages/en/",
                    "url": "http://translate.otrs.com/api/languages/en/?format=api",
                    "statistics_url": "http://translate.otrs.com/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "OTRS",
                    "slug": "otrs",
                    "id": 7,
                    "web": "https://otrs.com",
                    "web_url": "http://translate.otrs.com/projects/otrs/",
                    "url": "http://translate.otrs.com/api/projects/otrs/?format=api",
                    "components_list_url": "http://translate.otrs.com/api/projects/otrs/components/?format=api",
                    "repository_url": "http://translate.otrs.com/api/projects/otrs/repository/?format=api",
                    "statistics_url": "http://translate.otrs.com/api/projects/otrs/statistics/?format=api",
                    "categories_url": "http://translate.otrs.com/api/projects/otrs/categories/?format=api",
                    "changes_list_url": "http://translate.otrs.com/api/projects/otrs/changes/?format=api",
                    "languages_url": "http://translate.otrs.com/api/projects/otrs/languages/?format=api",
                    "labels_url": "http://translate.otrs.com/api/projects/otrs/labels/?format=api",
                    "translation_review": true,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": null,
                "repo": null,
                "git_export": "http://translate.otrs.com/git/otrs/otrs/",
                "branch": null,
                "push_branch": "",
                "filemask": null,
                "screenshot_filemask": null,
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "i18n/otrs/otrs.pot",
                "file_format": "po",
                "license": "GPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "http://translate.otrs.com/projects/otrs/otrs/",
                "url": "http://translate.otrs.com/api/components/otrs/otrs/?format=api",
                "repository_url": "http://translate.otrs.com/api/components/otrs/otrs/repository/?format=api",
                "translations_url": "http://translate.otrs.com/api/components/otrs/otrs/translations/?format=api",
                "statistics_url": "http://translate.otrs.com/api/components/otrs/otrs/statistics/?format=api",
                "lock_url": "http://translate.otrs.com/api/components/otrs/otrs/lock/?format=api",
                "links_url": "http://translate.otrs.com/api/components/otrs/otrs/links/?format=api",
                "changes_list_url": "http://translate.otrs.com/api/components/otrs/otrs/changes/?format=api",
                "task_url": null,
                "new_lang": "contact",
                "language_code_style": "",
                "push": null,
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "documentation@otrs.com",
                "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": false,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [
                    "http://translate.otrs.com/api/addons/22/?format=api",
                    "http://translate.otrs.com/api/addons/21/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "es_MX",
            "id": 652,
            "filename": "i18n/otrs/otrs.es_MX.po",
            "revision": "c3bb0ef988a9fb0d8bb59ccb3e1b8f5fcf632cc3",
            "web_url": "http://translate.otrs.com/projects/otrs/otrs/es_MX/",
            "share_url": "http://translate.otrs.com/engage/otrs/-/es_MX/",
            "translate_url": "http://translate.otrs.com/translate/otrs/otrs/es_MX/",
            "url": "http://translate.otrs.com/api/translations/otrs/otrs/es_MX/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 9461,
            "total_words": 81949,
            "translated": 9432,
            "translated_words": 81751,
            "translated_percent": 99.6,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 56,
            "failing_checks_words": 305,
            "failing_checks_percent": 0.5,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2025-03-14T14:53:31.267069Z",
            "last_author": null,
            "repository_url": "http://translate.otrs.com/api/translations/otrs/otrs/es_MX/repository/?format=api",
            "file_url": "http://translate.otrs.com/api/translations/otrs/otrs/es_MX/file/?format=api",
            "statistics_url": "http://translate.otrs.com/api/translations/otrs/otrs/es_MX/statistics/?format=api",
            "changes_list_url": "http://translate.otrs.com/api/translations/otrs/otrs/es_MX/changes/?format=api",
            "units_list_url": "http://translate.otrs.com/api/translations/otrs/otrs/es_MX/units/?format=api"
        },
        {
            "language": {
                "id": 97,
                "code": "et",
                "name": "Estonian",
                "plural": {
                    "id": 97,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "et_et",
                    "est",
                    "ekk"
                ],
                "direction": "ltr",
                "population": 878449,
                "web_url": "http://translate.otrs.com/languages/et/",
                "url": "http://translate.otrs.com/api/languages/et/?format=api",
                "statistics_url": "http://translate.otrs.com/api/languages/et/statistics/?format=api"
            },
            "component": {
                "name": "OTRS",
                "slug": "otrs",
                "id": 26,
                "source_language": {
                    "id": 76,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 76,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "http://translate.otrs.com/languages/en/",
                    "url": "http://translate.otrs.com/api/languages/en/?format=api",
                    "statistics_url": "http://translate.otrs.com/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "OTRS",
                    "slug": "otrs",
                    "id": 7,
                    "web": "https://otrs.com",
                    "web_url": "http://translate.otrs.com/projects/otrs/",
                    "url": "http://translate.otrs.com/api/projects/otrs/?format=api",
                    "components_list_url": "http://translate.otrs.com/api/projects/otrs/components/?format=api",
                    "repository_url": "http://translate.otrs.com/api/projects/otrs/repository/?format=api",
                    "statistics_url": "http://translate.otrs.com/api/projects/otrs/statistics/?format=api",
                    "categories_url": "http://translate.otrs.com/api/projects/otrs/categories/?format=api",
                    "changes_list_url": "http://translate.otrs.com/api/projects/otrs/changes/?format=api",
                    "languages_url": "http://translate.otrs.com/api/projects/otrs/languages/?format=api",
                    "labels_url": "http://translate.otrs.com/api/projects/otrs/labels/?format=api",
                    "translation_review": true,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": null,
                "repo": null,
                "git_export": "http://translate.otrs.com/git/otrs/otrs/",
                "branch": null,
                "push_branch": "",
                "filemask": null,
                "screenshot_filemask": null,
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "i18n/otrs/otrs.pot",
                "file_format": "po",
                "license": "GPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "http://translate.otrs.com/projects/otrs/otrs/",
                "url": "http://translate.otrs.com/api/components/otrs/otrs/?format=api",
                "repository_url": "http://translate.otrs.com/api/components/otrs/otrs/repository/?format=api",
                "translations_url": "http://translate.otrs.com/api/components/otrs/otrs/translations/?format=api",
                "statistics_url": "http://translate.otrs.com/api/components/otrs/otrs/statistics/?format=api",
                "lock_url": "http://translate.otrs.com/api/components/otrs/otrs/lock/?format=api",
                "links_url": "http://translate.otrs.com/api/components/otrs/otrs/links/?format=api",
                "changes_list_url": "http://translate.otrs.com/api/components/otrs/otrs/changes/?format=api",
                "task_url": null,
                "new_lang": "contact",
                "language_code_style": "",
                "push": null,
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "documentation@otrs.com",
                "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": false,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [
                    "http://translate.otrs.com/api/addons/22/?format=api",
                    "http://translate.otrs.com/api/addons/21/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "et",
            "id": 653,
            "filename": "i18n/otrs/otrs.et.po",
            "revision": "59ab69d80d420ee6ed2b72493a1a27af54278dc4",
            "web_url": "http://translate.otrs.com/projects/otrs/otrs/et/",
            "share_url": "http://translate.otrs.com/engage/otrs/-/et/",
            "translate_url": "http://translate.otrs.com/translate/otrs/otrs/et/",
            "url": "http://translate.otrs.com/api/translations/otrs/otrs/et/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 9461,
            "total_words": 81949,
            "translated": 9432,
            "translated_words": 81751,
            "translated_percent": 99.6,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 140,
            "failing_checks_words": 752,
            "failing_checks_percent": 1.4,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2025-03-14T14:53:34.112428Z",
            "last_author": null,
            "repository_url": "http://translate.otrs.com/api/translations/otrs/otrs/et/repository/?format=api",
            "file_url": "http://translate.otrs.com/api/translations/otrs/otrs/et/file/?format=api",
            "statistics_url": "http://translate.otrs.com/api/translations/otrs/otrs/et/statistics/?format=api",
            "changes_list_url": "http://translate.otrs.com/api/translations/otrs/otrs/et/changes/?format=api",
            "units_list_url": "http://translate.otrs.com/api/translations/otrs/otrs/et/units/?format=api"
        },
        {
            "language": {
                "id": 99,
                "code": "fa",
                "name": "Persian",
                "plural": {
                    "id": 99,
                    "source": 0,
                    "number": 2,
                    "formula": "n > 1",
                    "type": 1
                },
                "aliases": [
                    "fas_ir",
                    "fas",
                    "per",
                    "pes"
                ],
                "direction": "rtl",
                "population": 84710458,
                "web_url": "http://translate.otrs.com/languages/fa/",
                "url": "http://translate.otrs.com/api/languages/fa/?format=api",
                "statistics_url": "http://translate.otrs.com/api/languages/fa/statistics/?format=api"
            },
            "component": {
                "name": "OTRS",
                "slug": "otrs",
                "id": 26,
                "source_language": {
                    "id": 76,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 76,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "http://translate.otrs.com/languages/en/",
                    "url": "http://translate.otrs.com/api/languages/en/?format=api",
                    "statistics_url": "http://translate.otrs.com/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "OTRS",
                    "slug": "otrs",
                    "id": 7,
                    "web": "https://otrs.com",
                    "web_url": "http://translate.otrs.com/projects/otrs/",
                    "url": "http://translate.otrs.com/api/projects/otrs/?format=api",
                    "components_list_url": "http://translate.otrs.com/api/projects/otrs/components/?format=api",
                    "repository_url": "http://translate.otrs.com/api/projects/otrs/repository/?format=api",
                    "statistics_url": "http://translate.otrs.com/api/projects/otrs/statistics/?format=api",
                    "categories_url": "http://translate.otrs.com/api/projects/otrs/categories/?format=api",
                    "changes_list_url": "http://translate.otrs.com/api/projects/otrs/changes/?format=api",
                    "languages_url": "http://translate.otrs.com/api/projects/otrs/languages/?format=api",
                    "labels_url": "http://translate.otrs.com/api/projects/otrs/labels/?format=api",
                    "translation_review": true,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": null,
                "repo": null,
                "git_export": "http://translate.otrs.com/git/otrs/otrs/",
                "branch": null,
                "push_branch": "",
                "filemask": null,
                "screenshot_filemask": null,
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "i18n/otrs/otrs.pot",
                "file_format": "po",
                "license": "GPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "http://translate.otrs.com/projects/otrs/otrs/",
                "url": "http://translate.otrs.com/api/components/otrs/otrs/?format=api",
                "repository_url": "http://translate.otrs.com/api/components/otrs/otrs/repository/?format=api",
                "translations_url": "http://translate.otrs.com/api/components/otrs/otrs/translations/?format=api",
                "statistics_url": "http://translate.otrs.com/api/components/otrs/otrs/statistics/?format=api",
                "lock_url": "http://translate.otrs.com/api/components/otrs/otrs/lock/?format=api",
                "links_url": "http://translate.otrs.com/api/components/otrs/otrs/links/?format=api",
                "changes_list_url": "http://translate.otrs.com/api/components/otrs/otrs/changes/?format=api",
                "task_url": null,
                "new_lang": "contact",
                "language_code_style": "",
                "push": null,
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "documentation@otrs.com",
                "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": false,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [
                    "http://translate.otrs.com/api/addons/22/?format=api",
                    "http://translate.otrs.com/api/addons/21/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "fa",
            "id": 654,
            "filename": "i18n/otrs/otrs.fa.po",
            "revision": "52087d396012462da1c198b99e1adeba5aac5f3f",
            "web_url": "http://translate.otrs.com/projects/otrs/otrs/fa/",
            "share_url": "http://translate.otrs.com/engage/otrs/-/fa/",
            "translate_url": "http://translate.otrs.com/translate/otrs/otrs/fa/",
            "url": "http://translate.otrs.com/api/translations/otrs/otrs/fa/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 9461,
            "total_words": 81949,
            "translated": 9432,
            "translated_words": 81751,
            "translated_percent": 99.6,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 437,
            "failing_checks_words": 4255,
            "failing_checks_percent": 4.6,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2025-03-14T14:53:36.719705Z",
            "last_author": null,
            "repository_url": "http://translate.otrs.com/api/translations/otrs/otrs/fa/repository/?format=api",
            "file_url": "http://translate.otrs.com/api/translations/otrs/otrs/fa/file/?format=api",
            "statistics_url": "http://translate.otrs.com/api/translations/otrs/otrs/fa/statistics/?format=api",
            "changes_list_url": "http://translate.otrs.com/api/translations/otrs/otrs/fa/changes/?format=api",
            "units_list_url": "http://translate.otrs.com/api/translations/otrs/otrs/fa/units/?format=api"
        },
        {
            "language": {
                "id": 102,
                "code": "fi",
                "name": "Finnish",
                "plural": {
                    "id": 102,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "fin_fi",
                    "fin"
                ],
                "direction": "ltr",
                "population": 5736841,
                "web_url": "http://translate.otrs.com/languages/fi/",
                "url": "http://translate.otrs.com/api/languages/fi/?format=api",
                "statistics_url": "http://translate.otrs.com/api/languages/fi/statistics/?format=api"
            },
            "component": {
                "name": "OTRS",
                "slug": "otrs",
                "id": 26,
                "source_language": {
                    "id": 76,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 76,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "http://translate.otrs.com/languages/en/",
                    "url": "http://translate.otrs.com/api/languages/en/?format=api",
                    "statistics_url": "http://translate.otrs.com/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "OTRS",
                    "slug": "otrs",
                    "id": 7,
                    "web": "https://otrs.com",
                    "web_url": "http://translate.otrs.com/projects/otrs/",
                    "url": "http://translate.otrs.com/api/projects/otrs/?format=api",
                    "components_list_url": "http://translate.otrs.com/api/projects/otrs/components/?format=api",
                    "repository_url": "http://translate.otrs.com/api/projects/otrs/repository/?format=api",
                    "statistics_url": "http://translate.otrs.com/api/projects/otrs/statistics/?format=api",
                    "categories_url": "http://translate.otrs.com/api/projects/otrs/categories/?format=api",
                    "changes_list_url": "http://translate.otrs.com/api/projects/otrs/changes/?format=api",
                    "languages_url": "http://translate.otrs.com/api/projects/otrs/languages/?format=api",
                    "labels_url": "http://translate.otrs.com/api/projects/otrs/labels/?format=api",
                    "translation_review": true,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": null,
                "repo": null,
                "git_export": "http://translate.otrs.com/git/otrs/otrs/",
                "branch": null,
                "push_branch": "",
                "filemask": null,
                "screenshot_filemask": null,
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "i18n/otrs/otrs.pot",
                "file_format": "po",
                "license": "GPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "http://translate.otrs.com/projects/otrs/otrs/",
                "url": "http://translate.otrs.com/api/components/otrs/otrs/?format=api",
                "repository_url": "http://translate.otrs.com/api/components/otrs/otrs/repository/?format=api",
                "translations_url": "http://translate.otrs.com/api/components/otrs/otrs/translations/?format=api",
                "statistics_url": "http://translate.otrs.com/api/components/otrs/otrs/statistics/?format=api",
                "lock_url": "http://translate.otrs.com/api/components/otrs/otrs/lock/?format=api",
                "links_url": "http://translate.otrs.com/api/components/otrs/otrs/links/?format=api",
                "changes_list_url": "http://translate.otrs.com/api/components/otrs/otrs/changes/?format=api",
                "task_url": null,
                "new_lang": "contact",
                "language_code_style": "",
                "push": null,
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "documentation@otrs.com",
                "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": false,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [
                    "http://translate.otrs.com/api/addons/22/?format=api",
                    "http://translate.otrs.com/api/addons/21/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "fi",
            "id": 655,
            "filename": "i18n/otrs/otrs.fi.po",
            "revision": "aad4b83e09cb14a6eab2ddcaf5659cdd4c8fe5cb",
            "web_url": "http://translate.otrs.com/projects/otrs/otrs/fi/",
            "share_url": "http://translate.otrs.com/engage/otrs/-/fi/",
            "translate_url": "http://translate.otrs.com/translate/otrs/otrs/fi/",
            "url": "http://translate.otrs.com/api/translations/otrs/otrs/fi/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 9461,
            "total_words": 81949,
            "translated": 9432,
            "translated_words": 81751,
            "translated_percent": 99.6,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 201,
            "failing_checks_words": 1263,
            "failing_checks_percent": 2.1,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2025-03-14T14:53:39.574353Z",
            "last_author": null,
            "repository_url": "http://translate.otrs.com/api/translations/otrs/otrs/fi/repository/?format=api",
            "file_url": "http://translate.otrs.com/api/translations/otrs/otrs/fi/file/?format=api",
            "statistics_url": "http://translate.otrs.com/api/translations/otrs/otrs/fi/statistics/?format=api",
            "changes_list_url": "http://translate.otrs.com/api/translations/otrs/otrs/fi/changes/?format=api",
            "units_list_url": "http://translate.otrs.com/api/translations/otrs/otrs/fi/units/?format=api"
        },
        {
            "language": {
                "id": 106,
                "code": "fr",
                "name": "French",
                "plural": {
                    "id": 106,
                    "source": 0,
                    "number": 2,
                    "formula": "n > 1",
                    "type": 1
                },
                "aliases": [
                    "fra_fr",
                    "fra",
                    "fre"
                ],
                "direction": "ltr",
                "population": 278611506,
                "web_url": "http://translate.otrs.com/languages/fr/",
                "url": "http://translate.otrs.com/api/languages/fr/?format=api",
                "statistics_url": "http://translate.otrs.com/api/languages/fr/statistics/?format=api"
            },
            "component": {
                "name": "OTRS",
                "slug": "otrs",
                "id": 26,
                "source_language": {
                    "id": 76,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 76,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "http://translate.otrs.com/languages/en/",
                    "url": "http://translate.otrs.com/api/languages/en/?format=api",
                    "statistics_url": "http://translate.otrs.com/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "OTRS",
                    "slug": "otrs",
                    "id": 7,
                    "web": "https://otrs.com",
                    "web_url": "http://translate.otrs.com/projects/otrs/",
                    "url": "http://translate.otrs.com/api/projects/otrs/?format=api",
                    "components_list_url": "http://translate.otrs.com/api/projects/otrs/components/?format=api",
                    "repository_url": "http://translate.otrs.com/api/projects/otrs/repository/?format=api",
                    "statistics_url": "http://translate.otrs.com/api/projects/otrs/statistics/?format=api",
                    "categories_url": "http://translate.otrs.com/api/projects/otrs/categories/?format=api",
                    "changes_list_url": "http://translate.otrs.com/api/projects/otrs/changes/?format=api",
                    "languages_url": "http://translate.otrs.com/api/projects/otrs/languages/?format=api",
                    "labels_url": "http://translate.otrs.com/api/projects/otrs/labels/?format=api",
                    "translation_review": true,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": null,
                "repo": null,
                "git_export": "http://translate.otrs.com/git/otrs/otrs/",
                "branch": null,
                "push_branch": "",
                "filemask": null,
                "screenshot_filemask": null,
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "i18n/otrs/otrs.pot",
                "file_format": "po",
                "license": "GPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "http://translate.otrs.com/projects/otrs/otrs/",
                "url": "http://translate.otrs.com/api/components/otrs/otrs/?format=api",
                "repository_url": "http://translate.otrs.com/api/components/otrs/otrs/repository/?format=api",
                "translations_url": "http://translate.otrs.com/api/components/otrs/otrs/translations/?format=api",
                "statistics_url": "http://translate.otrs.com/api/components/otrs/otrs/statistics/?format=api",
                "lock_url": "http://translate.otrs.com/api/components/otrs/otrs/lock/?format=api",
                "links_url": "http://translate.otrs.com/api/components/otrs/otrs/links/?format=api",
                "changes_list_url": "http://translate.otrs.com/api/components/otrs/otrs/changes/?format=api",
                "task_url": null,
                "new_lang": "contact",
                "language_code_style": "",
                "push": null,
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "documentation@otrs.com",
                "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": false,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [
                    "http://translate.otrs.com/api/addons/22/?format=api",
                    "http://translate.otrs.com/api/addons/21/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "fr",
            "id": 656,
            "filename": "i18n/otrs/otrs.fr.po",
            "revision": "8501151757354258ab7262ae2bcfba58b67dfe54",
            "web_url": "http://translate.otrs.com/projects/otrs/otrs/fr/",
            "share_url": "http://translate.otrs.com/engage/otrs/-/fr/",
            "translate_url": "http://translate.otrs.com/translate/otrs/otrs/fr/",
            "url": "http://translate.otrs.com/api/translations/otrs/otrs/fr/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 9461,
            "total_words": 81949,
            "translated": 9432,
            "translated_words": 81751,
            "translated_percent": 99.6,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 252,
            "failing_checks_words": 1140,
            "failing_checks_percent": 2.6,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2025-03-14T14:53:42.207754Z",
            "last_author": null,
            "repository_url": "http://translate.otrs.com/api/translations/otrs/otrs/fr/repository/?format=api",
            "file_url": "http://translate.otrs.com/api/translations/otrs/otrs/fr/file/?format=api",
            "statistics_url": "http://translate.otrs.com/api/translations/otrs/otrs/fr/statistics/?format=api",
            "changes_list_url": "http://translate.otrs.com/api/translations/otrs/otrs/fr/changes/?format=api",
            "units_list_url": "http://translate.otrs.com/api/translations/otrs/otrs/fr/units/?format=api"
        },
        {
            "language": {
                "id": 109,
                "code": "fr_CA",
                "name": "French (Canada)",
                "plural": {
                    "id": 109,
                    "source": 0,
                    "number": 2,
                    "formula": "n > 1",
                    "type": 1
                },
                "aliases": [],
                "direction": "ltr",
                "population": 11308230,
                "web_url": "http://translate.otrs.com/languages/fr_CA/",
                "url": "http://translate.otrs.com/api/languages/fr_CA/?format=api",
                "statistics_url": "http://translate.otrs.com/api/languages/fr_CA/statistics/?format=api"
            },
            "component": {
                "name": "OTRS",
                "slug": "otrs",
                "id": 26,
                "source_language": {
                    "id": 76,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 76,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "http://translate.otrs.com/languages/en/",
                    "url": "http://translate.otrs.com/api/languages/en/?format=api",
                    "statistics_url": "http://translate.otrs.com/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "OTRS",
                    "slug": "otrs",
                    "id": 7,
                    "web": "https://otrs.com",
                    "web_url": "http://translate.otrs.com/projects/otrs/",
                    "url": "http://translate.otrs.com/api/projects/otrs/?format=api",
                    "components_list_url": "http://translate.otrs.com/api/projects/otrs/components/?format=api",
                    "repository_url": "http://translate.otrs.com/api/projects/otrs/repository/?format=api",
                    "statistics_url": "http://translate.otrs.com/api/projects/otrs/statistics/?format=api",
                    "categories_url": "http://translate.otrs.com/api/projects/otrs/categories/?format=api",
                    "changes_list_url": "http://translate.otrs.com/api/projects/otrs/changes/?format=api",
                    "languages_url": "http://translate.otrs.com/api/projects/otrs/languages/?format=api",
                    "labels_url": "http://translate.otrs.com/api/projects/otrs/labels/?format=api",
                    "translation_review": true,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": null,
                "repo": null,
                "git_export": "http://translate.otrs.com/git/otrs/otrs/",
                "branch": null,
                "push_branch": "",
                "filemask": null,
                "screenshot_filemask": null,
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "i18n/otrs/otrs.pot",
                "file_format": "po",
                "license": "GPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "http://translate.otrs.com/projects/otrs/otrs/",
                "url": "http://translate.otrs.com/api/components/otrs/otrs/?format=api",
                "repository_url": "http://translate.otrs.com/api/components/otrs/otrs/repository/?format=api",
                "translations_url": "http://translate.otrs.com/api/components/otrs/otrs/translations/?format=api",
                "statistics_url": "http://translate.otrs.com/api/components/otrs/otrs/statistics/?format=api",
                "lock_url": "http://translate.otrs.com/api/components/otrs/otrs/lock/?format=api",
                "links_url": "http://translate.otrs.com/api/components/otrs/otrs/links/?format=api",
                "changes_list_url": "http://translate.otrs.com/api/components/otrs/otrs/changes/?format=api",
                "task_url": null,
                "new_lang": "contact",
                "language_code_style": "",
                "push": null,
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "documentation@otrs.com",
                "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": false,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [
                    "http://translate.otrs.com/api/addons/22/?format=api",
                    "http://translate.otrs.com/api/addons/21/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "fr_CA",
            "id": 657,
            "filename": "i18n/otrs/otrs.fr_CA.po",
            "revision": "72f84227c90f7d2e4ca4cdbbd014e7304bc2204e",
            "web_url": "http://translate.otrs.com/projects/otrs/otrs/fr_CA/",
            "share_url": "http://translate.otrs.com/engage/otrs/-/fr_CA/",
            "translate_url": "http://translate.otrs.com/translate/otrs/otrs/fr_CA/",
            "url": "http://translate.otrs.com/api/translations/otrs/otrs/fr_CA/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 9461,
            "total_words": 81949,
            "translated": 9432,
            "translated_words": 81751,
            "translated_percent": 99.6,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 413,
            "failing_checks_words": 1439,
            "failing_checks_percent": 4.3,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2025-03-14T14:53:45.022773Z",
            "last_author": null,
            "repository_url": "http://translate.otrs.com/api/translations/otrs/otrs/fr_CA/repository/?format=api",
            "file_url": "http://translate.otrs.com/api/translations/otrs/otrs/fr_CA/file/?format=api",
            "statistics_url": "http://translate.otrs.com/api/translations/otrs/otrs/fr_CA/statistics/?format=api",
            "changes_list_url": "http://translate.otrs.com/api/translations/otrs/otrs/fr_CA/changes/?format=api",
            "units_list_url": "http://translate.otrs.com/api/translations/otrs/otrs/fr_CA/units/?format=api"
        },
        {
            "language": {
                "id": 117,
                "code": "gl",
                "name": "Galician",
                "plural": {
                    "id": 117,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "glg_es",
                    "glg"
                ],
                "direction": "ltr",
                "population": 3515529,
                "web_url": "http://translate.otrs.com/languages/gl/",
                "url": "http://translate.otrs.com/api/languages/gl/?format=api",
                "statistics_url": "http://translate.otrs.com/api/languages/gl/statistics/?format=api"
            },
            "component": {
                "name": "OTRS",
                "slug": "otrs",
                "id": 26,
                "source_language": {
                    "id": 76,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 76,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "http://translate.otrs.com/languages/en/",
                    "url": "http://translate.otrs.com/api/languages/en/?format=api",
                    "statistics_url": "http://translate.otrs.com/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "OTRS",
                    "slug": "otrs",
                    "id": 7,
                    "web": "https://otrs.com",
                    "web_url": "http://translate.otrs.com/projects/otrs/",
                    "url": "http://translate.otrs.com/api/projects/otrs/?format=api",
                    "components_list_url": "http://translate.otrs.com/api/projects/otrs/components/?format=api",
                    "repository_url": "http://translate.otrs.com/api/projects/otrs/repository/?format=api",
                    "statistics_url": "http://translate.otrs.com/api/projects/otrs/statistics/?format=api",
                    "categories_url": "http://translate.otrs.com/api/projects/otrs/categories/?format=api",
                    "changes_list_url": "http://translate.otrs.com/api/projects/otrs/changes/?format=api",
                    "languages_url": "http://translate.otrs.com/api/projects/otrs/languages/?format=api",
                    "labels_url": "http://translate.otrs.com/api/projects/otrs/labels/?format=api",
                    "translation_review": true,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": null,
                "repo": null,
                "git_export": "http://translate.otrs.com/git/otrs/otrs/",
                "branch": null,
                "push_branch": "",
                "filemask": null,
                "screenshot_filemask": null,
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "i18n/otrs/otrs.pot",
                "file_format": "po",
                "license": "GPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "http://translate.otrs.com/projects/otrs/otrs/",
                "url": "http://translate.otrs.com/api/components/otrs/otrs/?format=api",
                "repository_url": "http://translate.otrs.com/api/components/otrs/otrs/repository/?format=api",
                "translations_url": "http://translate.otrs.com/api/components/otrs/otrs/translations/?format=api",
                "statistics_url": "http://translate.otrs.com/api/components/otrs/otrs/statistics/?format=api",
                "lock_url": "http://translate.otrs.com/api/components/otrs/otrs/lock/?format=api",
                "links_url": "http://translate.otrs.com/api/components/otrs/otrs/links/?format=api",
                "changes_list_url": "http://translate.otrs.com/api/components/otrs/otrs/changes/?format=api",
                "task_url": null,
                "new_lang": "contact",
                "language_code_style": "",
                "push": null,
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "documentation@otrs.com",
                "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": false,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [
                    "http://translate.otrs.com/api/addons/22/?format=api",
                    "http://translate.otrs.com/api/addons/21/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "gl",
            "id": 658,
            "filename": "i18n/otrs/otrs.gl.po",
            "revision": "370200b2a0b71d6c3b59970d5e1956d0c334af33",
            "web_url": "http://translate.otrs.com/projects/otrs/otrs/gl/",
            "share_url": "http://translate.otrs.com/engage/otrs/-/gl/",
            "translate_url": "http://translate.otrs.com/translate/otrs/otrs/gl/",
            "url": "http://translate.otrs.com/api/translations/otrs/otrs/gl/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 9461,
            "total_words": 81949,
            "translated": 9432,
            "translated_words": 81751,
            "translated_percent": 99.6,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 174,
            "failing_checks_words": 1985,
            "failing_checks_percent": 1.8,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2025-03-14T14:53:47.870412Z",
            "last_author": null,
            "repository_url": "http://translate.otrs.com/api/translations/otrs/otrs/gl/repository/?format=api",
            "file_url": "http://translate.otrs.com/api/translations/otrs/otrs/gl/file/?format=api",
            "statistics_url": "http://translate.otrs.com/api/translations/otrs/otrs/gl/statistics/?format=api",
            "changes_list_url": "http://translate.otrs.com/api/translations/otrs/otrs/gl/changes/?format=api",
            "units_list_url": "http://translate.otrs.com/api/translations/otrs/otrs/gl/units/?format=api"
        },
        {
            "language": {
                "id": 126,
                "code": "he",
                "name": "Hebrew",
                "plural": {
                    "id": 126,
                    "source": 0,
                    "number": 4,
                    "formula": "(n == 1) ? 0 : ((n == 2) ? 1 : ((n > 10 && n % 10 == 0) ? 2 : 3))",
                    "type": 6
                },
                "aliases": [
                    "he_he",
                    "iw",
                    "iw_il",
                    "iw_he",
                    "heb"
                ],
                "direction": "rtl",
                "population": 8675480,
                "web_url": "http://translate.otrs.com/languages/he/",
                "url": "http://translate.otrs.com/api/languages/he/?format=api",
                "statistics_url": "http://translate.otrs.com/api/languages/he/statistics/?format=api"
            },
            "component": {
                "name": "OTRS",
                "slug": "otrs",
                "id": 26,
                "source_language": {
                    "id": 76,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 76,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "http://translate.otrs.com/languages/en/",
                    "url": "http://translate.otrs.com/api/languages/en/?format=api",
                    "statistics_url": "http://translate.otrs.com/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "OTRS",
                    "slug": "otrs",
                    "id": 7,
                    "web": "https://otrs.com",
                    "web_url": "http://translate.otrs.com/projects/otrs/",
                    "url": "http://translate.otrs.com/api/projects/otrs/?format=api",
                    "components_list_url": "http://translate.otrs.com/api/projects/otrs/components/?format=api",
                    "repository_url": "http://translate.otrs.com/api/projects/otrs/repository/?format=api",
                    "statistics_url": "http://translate.otrs.com/api/projects/otrs/statistics/?format=api",
                    "categories_url": "http://translate.otrs.com/api/projects/otrs/categories/?format=api",
                    "changes_list_url": "http://translate.otrs.com/api/projects/otrs/changes/?format=api",
                    "languages_url": "http://translate.otrs.com/api/projects/otrs/languages/?format=api",
                    "labels_url": "http://translate.otrs.com/api/projects/otrs/labels/?format=api",
                    "translation_review": true,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": null,
                "repo": null,
                "git_export": "http://translate.otrs.com/git/otrs/otrs/",
                "branch": null,
                "push_branch": "",
                "filemask": null,
                "screenshot_filemask": null,
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "i18n/otrs/otrs.pot",
                "file_format": "po",
                "license": "GPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "http://translate.otrs.com/projects/otrs/otrs/",
                "url": "http://translate.otrs.com/api/components/otrs/otrs/?format=api",
                "repository_url": "http://translate.otrs.com/api/components/otrs/otrs/repository/?format=api",
                "translations_url": "http://translate.otrs.com/api/components/otrs/otrs/translations/?format=api",
                "statistics_url": "http://translate.otrs.com/api/components/otrs/otrs/statistics/?format=api",
                "lock_url": "http://translate.otrs.com/api/components/otrs/otrs/lock/?format=api",
                "links_url": "http://translate.otrs.com/api/components/otrs/otrs/links/?format=api",
                "changes_list_url": "http://translate.otrs.com/api/components/otrs/otrs/changes/?format=api",
                "task_url": null,
                "new_lang": "contact",
                "language_code_style": "",
                "push": null,
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "documentation@otrs.com",
                "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": false,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [
                    "http://translate.otrs.com/api/addons/22/?format=api",
                    "http://translate.otrs.com/api/addons/21/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "he",
            "id": 659,
            "filename": "i18n/otrs/otrs.he.po",
            "revision": "5312f66cf346e010939d634dcc194e179ccc0d8d",
            "web_url": "http://translate.otrs.com/projects/otrs/otrs/he/",
            "share_url": "http://translate.otrs.com/engage/otrs/-/he/",
            "translate_url": "http://translate.otrs.com/translate/otrs/otrs/he/",
            "url": "http://translate.otrs.com/api/translations/otrs/otrs/he/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 9461,
            "total_words": 81949,
            "translated": 9432,
            "translated_words": 81751,
            "translated_percent": 99.6,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 62,
            "failing_checks_words": 351,
            "failing_checks_percent": 0.6,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2025-03-14T14:53:50.514323Z",
            "last_author": null,
            "repository_url": "http://translate.otrs.com/api/translations/otrs/otrs/he/repository/?format=api",
            "file_url": "http://translate.otrs.com/api/translations/otrs/otrs/he/file/?format=api",
            "statistics_url": "http://translate.otrs.com/api/translations/otrs/otrs/he/statistics/?format=api",
            "changes_list_url": "http://translate.otrs.com/api/translations/otrs/otrs/he/changes/?format=api",
            "units_list_url": "http://translate.otrs.com/api/translations/otrs/otrs/he/units/?format=api"
        },
        {
            "language": {
                "id": 127,
                "code": "hi",
                "name": "Hindi",
                "plural": {
                    "id": 127,
                    "source": 0,
                    "number": 2,
                    "formula": "n > 1",
                    "type": 1
                },
                "aliases": [
                    "hin"
                ],
                "direction": "ltr",
                "population": 545556054,
                "web_url": "http://translate.otrs.com/languages/hi/",
                "url": "http://translate.otrs.com/api/languages/hi/?format=api",
                "statistics_url": "http://translate.otrs.com/api/languages/hi/statistics/?format=api"
            },
            "component": {
                "name": "OTRS",
                "slug": "otrs",
                "id": 26,
                "source_language": {
                    "id": 76,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 76,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "http://translate.otrs.com/languages/en/",
                    "url": "http://translate.otrs.com/api/languages/en/?format=api",
                    "statistics_url": "http://translate.otrs.com/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "OTRS",
                    "slug": "otrs",
                    "id": 7,
                    "web": "https://otrs.com",
                    "web_url": "http://translate.otrs.com/projects/otrs/",
                    "url": "http://translate.otrs.com/api/projects/otrs/?format=api",
                    "components_list_url": "http://translate.otrs.com/api/projects/otrs/components/?format=api",
                    "repository_url": "http://translate.otrs.com/api/projects/otrs/repository/?format=api",
                    "statistics_url": "http://translate.otrs.com/api/projects/otrs/statistics/?format=api",
                    "categories_url": "http://translate.otrs.com/api/projects/otrs/categories/?format=api",
                    "changes_list_url": "http://translate.otrs.com/api/projects/otrs/changes/?format=api",
                    "languages_url": "http://translate.otrs.com/api/projects/otrs/languages/?format=api",
                    "labels_url": "http://translate.otrs.com/api/projects/otrs/labels/?format=api",
                    "translation_review": true,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": null,
                "repo": null,
                "git_export": "http://translate.otrs.com/git/otrs/otrs/",
                "branch": null,
                "push_branch": "",
                "filemask": null,
                "screenshot_filemask": null,
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "i18n/otrs/otrs.pot",
                "file_format": "po",
                "license": "GPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "http://translate.otrs.com/projects/otrs/otrs/",
                "url": "http://translate.otrs.com/api/components/otrs/otrs/?format=api",
                "repository_url": "http://translate.otrs.com/api/components/otrs/otrs/repository/?format=api",
                "translations_url": "http://translate.otrs.com/api/components/otrs/otrs/translations/?format=api",
                "statistics_url": "http://translate.otrs.com/api/components/otrs/otrs/statistics/?format=api",
                "lock_url": "http://translate.otrs.com/api/components/otrs/otrs/lock/?format=api",
                "links_url": "http://translate.otrs.com/api/components/otrs/otrs/links/?format=api",
                "changes_list_url": "http://translate.otrs.com/api/components/otrs/otrs/changes/?format=api",
                "task_url": null,
                "new_lang": "contact",
                "language_code_style": "",
                "push": null,
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "documentation@otrs.com",
                "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": false,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [
                    "http://translate.otrs.com/api/addons/22/?format=api",
                    "http://translate.otrs.com/api/addons/21/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "hi",
            "id": 660,
            "filename": "i18n/otrs/otrs.hi.po",
            "revision": "54246e21d521e6e81e456ee9a97026366c17a1cc",
            "web_url": "http://translate.otrs.com/projects/otrs/otrs/hi/",
            "share_url": "http://translate.otrs.com/engage/otrs/-/hi/",
            "translate_url": "http://translate.otrs.com/translate/otrs/otrs/hi/",
            "url": "http://translate.otrs.com/api/translations/otrs/otrs/hi/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 9461,
            "total_words": 81949,
            "translated": 9432,
            "translated_words": 81751,
            "translated_percent": 99.6,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 140,
            "failing_checks_words": 896,
            "failing_checks_percent": 1.4,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2025-03-14T14:53:53.379397Z",
            "last_author": null,
            "repository_url": "http://translate.otrs.com/api/translations/otrs/otrs/hi/repository/?format=api",
            "file_url": "http://translate.otrs.com/api/translations/otrs/otrs/hi/file/?format=api",
            "statistics_url": "http://translate.otrs.com/api/translations/otrs/otrs/hi/statistics/?format=api",
            "changes_list_url": "http://translate.otrs.com/api/translations/otrs/otrs/hi/changes/?format=api",
            "units_list_url": "http://translate.otrs.com/api/translations/otrs/otrs/hi/units/?format=api"
        },
        {
            "language": {
                "id": 131,
                "code": "hr",
                "name": "Croatian",
                "plural": {
                    "id": 131,
                    "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": "http://translate.otrs.com/languages/hr/",
                "url": "http://translate.otrs.com/api/languages/hr/?format=api",
                "statistics_url": "http://translate.otrs.com/api/languages/hr/statistics/?format=api"
            },
            "component": {
                "name": "OTRS",
                "slug": "otrs",
                "id": 26,
                "source_language": {
                    "id": 76,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 76,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "http://translate.otrs.com/languages/en/",
                    "url": "http://translate.otrs.com/api/languages/en/?format=api",
                    "statistics_url": "http://translate.otrs.com/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "OTRS",
                    "slug": "otrs",
                    "id": 7,
                    "web": "https://otrs.com",
                    "web_url": "http://translate.otrs.com/projects/otrs/",
                    "url": "http://translate.otrs.com/api/projects/otrs/?format=api",
                    "components_list_url": "http://translate.otrs.com/api/projects/otrs/components/?format=api",
                    "repository_url": "http://translate.otrs.com/api/projects/otrs/repository/?format=api",
                    "statistics_url": "http://translate.otrs.com/api/projects/otrs/statistics/?format=api",
                    "categories_url": "http://translate.otrs.com/api/projects/otrs/categories/?format=api",
                    "changes_list_url": "http://translate.otrs.com/api/projects/otrs/changes/?format=api",
                    "languages_url": "http://translate.otrs.com/api/projects/otrs/languages/?format=api",
                    "labels_url": "http://translate.otrs.com/api/projects/otrs/labels/?format=api",
                    "translation_review": true,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": null,
                "repo": null,
                "git_export": "http://translate.otrs.com/git/otrs/otrs/",
                "branch": null,
                "push_branch": "",
                "filemask": null,
                "screenshot_filemask": null,
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "i18n/otrs/otrs.pot",
                "file_format": "po",
                "license": "GPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "http://translate.otrs.com/projects/otrs/otrs/",
                "url": "http://translate.otrs.com/api/components/otrs/otrs/?format=api",
                "repository_url": "http://translate.otrs.com/api/components/otrs/otrs/repository/?format=api",
                "translations_url": "http://translate.otrs.com/api/components/otrs/otrs/translations/?format=api",
                "statistics_url": "http://translate.otrs.com/api/components/otrs/otrs/statistics/?format=api",
                "lock_url": "http://translate.otrs.com/api/components/otrs/otrs/lock/?format=api",
                "links_url": "http://translate.otrs.com/api/components/otrs/otrs/links/?format=api",
                "changes_list_url": "http://translate.otrs.com/api/components/otrs/otrs/changes/?format=api",
                "task_url": null,
                "new_lang": "contact",
                "language_code_style": "",
                "push": null,
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "documentation@otrs.com",
                "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": false,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [
                    "http://translate.otrs.com/api/addons/22/?format=api",
                    "http://translate.otrs.com/api/addons/21/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "hr",
            "id": 661,
            "filename": "i18n/otrs/otrs.hr.po",
            "revision": "52a6792b64923632450c1b95dc0623449aabbe2d",
            "web_url": "http://translate.otrs.com/projects/otrs/otrs/hr/",
            "share_url": "http://translate.otrs.com/engage/otrs/-/hr/",
            "translate_url": "http://translate.otrs.com/translate/otrs/otrs/hr/",
            "url": "http://translate.otrs.com/api/translations/otrs/otrs/hr/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 9461,
            "total_words": 81949,
            "translated": 9432,
            "translated_words": 81751,
            "translated_percent": 99.6,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 91,
            "failing_checks_words": 352,
            "failing_checks_percent": 0.9,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2025-03-14T14:53:55.981285Z",
            "last_author": null,
            "repository_url": "http://translate.otrs.com/api/translations/otrs/otrs/hr/repository/?format=api",
            "file_url": "http://translate.otrs.com/api/translations/otrs/otrs/hr/file/?format=api",
            "statistics_url": "http://translate.otrs.com/api/translations/otrs/otrs/hr/statistics/?format=api",
            "changes_list_url": "http://translate.otrs.com/api/translations/otrs/otrs/hr/changes/?format=api",
            "units_list_url": "http://translate.otrs.com/api/translations/otrs/otrs/hr/units/?format=api"
        },
        {
            "language": {
                "id": 135,
                "code": "hu",
                "name": "Hungarian",
                "plural": {
                    "id": 135,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "hun"
                ],
                "direction": "ltr",
                "population": 12443429,
                "web_url": "http://translate.otrs.com/languages/hu/",
                "url": "http://translate.otrs.com/api/languages/hu/?format=api",
                "statistics_url": "http://translate.otrs.com/api/languages/hu/statistics/?format=api"
            },
            "component": {
                "name": "OTRS",
                "slug": "otrs",
                "id": 26,
                "source_language": {
                    "id": 76,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 76,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "http://translate.otrs.com/languages/en/",
                    "url": "http://translate.otrs.com/api/languages/en/?format=api",
                    "statistics_url": "http://translate.otrs.com/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "OTRS",
                    "slug": "otrs",
                    "id": 7,
                    "web": "https://otrs.com",
                    "web_url": "http://translate.otrs.com/projects/otrs/",
                    "url": "http://translate.otrs.com/api/projects/otrs/?format=api",
                    "components_list_url": "http://translate.otrs.com/api/projects/otrs/components/?format=api",
                    "repository_url": "http://translate.otrs.com/api/projects/otrs/repository/?format=api",
                    "statistics_url": "http://translate.otrs.com/api/projects/otrs/statistics/?format=api",
                    "categories_url": "http://translate.otrs.com/api/projects/otrs/categories/?format=api",
                    "changes_list_url": "http://translate.otrs.com/api/projects/otrs/changes/?format=api",
                    "languages_url": "http://translate.otrs.com/api/projects/otrs/languages/?format=api",
                    "labels_url": "http://translate.otrs.com/api/projects/otrs/labels/?format=api",
                    "translation_review": true,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": null,
                "repo": null,
                "git_export": "http://translate.otrs.com/git/otrs/otrs/",
                "branch": null,
                "push_branch": "",
                "filemask": null,
                "screenshot_filemask": null,
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "i18n/otrs/otrs.pot",
                "file_format": "po",
                "license": "GPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "http://translate.otrs.com/projects/otrs/otrs/",
                "url": "http://translate.otrs.com/api/components/otrs/otrs/?format=api",
                "repository_url": "http://translate.otrs.com/api/components/otrs/otrs/repository/?format=api",
                "translations_url": "http://translate.otrs.com/api/components/otrs/otrs/translations/?format=api",
                "statistics_url": "http://translate.otrs.com/api/components/otrs/otrs/statistics/?format=api",
                "lock_url": "http://translate.otrs.com/api/components/otrs/otrs/lock/?format=api",
                "links_url": "http://translate.otrs.com/api/components/otrs/otrs/links/?format=api",
                "changes_list_url": "http://translate.otrs.com/api/components/otrs/otrs/changes/?format=api",
                "task_url": null,
                "new_lang": "contact",
                "language_code_style": "",
                "push": null,
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "documentation@otrs.com",
                "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": false,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [
                    "http://translate.otrs.com/api/addons/22/?format=api",
                    "http://translate.otrs.com/api/addons/21/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "hu",
            "id": 662,
            "filename": "i18n/otrs/otrs.hu.po",
            "revision": "b78702866973881ca8b842cc65219012f8a34a1e",
            "web_url": "http://translate.otrs.com/projects/otrs/otrs/hu/",
            "share_url": "http://translate.otrs.com/engage/otrs/-/hu/",
            "translate_url": "http://translate.otrs.com/translate/otrs/otrs/hu/",
            "url": "http://translate.otrs.com/api/translations/otrs/otrs/hu/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 9461,
            "total_words": 81949,
            "translated": 9432,
            "translated_words": 81751,
            "translated_percent": 99.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": "2025-03-14T14:53:58.873147Z",
            "last_author": null,
            "repository_url": "http://translate.otrs.com/api/translations/otrs/otrs/hu/repository/?format=api",
            "file_url": "http://translate.otrs.com/api/translations/otrs/otrs/hu/file/?format=api",
            "statistics_url": "http://translate.otrs.com/api/translations/otrs/otrs/hu/statistics/?format=api",
            "changes_list_url": "http://translate.otrs.com/api/translations/otrs/otrs/hu/changes/?format=api",
            "units_list_url": "http://translate.otrs.com/api/translations/otrs/otrs/hu/units/?format=api"
        },
        {
            "language": {
                "id": 139,
                "code": "id",
                "name": "Indonesian",
                "plural": {
                    "id": 139,
                    "source": 0,
                    "number": 1,
                    "formula": "0",
                    "type": 0
                },
                "aliases": [
                    "in",
                    "in_id",
                    "ind"
                ],
                "direction": "ltr",
                "population": 171207687,
                "web_url": "http://translate.otrs.com/languages/id/",
                "url": "http://translate.otrs.com/api/languages/id/?format=api",
                "statistics_url": "http://translate.otrs.com/api/languages/id/statistics/?format=api"
            },
            "component": {
                "name": "OTRS",
                "slug": "otrs",
                "id": 26,
                "source_language": {
                    "id": 76,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 76,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "http://translate.otrs.com/languages/en/",
                    "url": "http://translate.otrs.com/api/languages/en/?format=api",
                    "statistics_url": "http://translate.otrs.com/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "OTRS",
                    "slug": "otrs",
                    "id": 7,
                    "web": "https://otrs.com",
                    "web_url": "http://translate.otrs.com/projects/otrs/",
                    "url": "http://translate.otrs.com/api/projects/otrs/?format=api",
                    "components_list_url": "http://translate.otrs.com/api/projects/otrs/components/?format=api",
                    "repository_url": "http://translate.otrs.com/api/projects/otrs/repository/?format=api",
                    "statistics_url": "http://translate.otrs.com/api/projects/otrs/statistics/?format=api",
                    "categories_url": "http://translate.otrs.com/api/projects/otrs/categories/?format=api",
                    "changes_list_url": "http://translate.otrs.com/api/projects/otrs/changes/?format=api",
                    "languages_url": "http://translate.otrs.com/api/projects/otrs/languages/?format=api",
                    "labels_url": "http://translate.otrs.com/api/projects/otrs/labels/?format=api",
                    "translation_review": true,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": null,
                "repo": null,
                "git_export": "http://translate.otrs.com/git/otrs/otrs/",
                "branch": null,
                "push_branch": "",
                "filemask": null,
                "screenshot_filemask": null,
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "i18n/otrs/otrs.pot",
                "file_format": "po",
                "license": "GPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "http://translate.otrs.com/projects/otrs/otrs/",
                "url": "http://translate.otrs.com/api/components/otrs/otrs/?format=api",
                "repository_url": "http://translate.otrs.com/api/components/otrs/otrs/repository/?format=api",
                "translations_url": "http://translate.otrs.com/api/components/otrs/otrs/translations/?format=api",
                "statistics_url": "http://translate.otrs.com/api/components/otrs/otrs/statistics/?format=api",
                "lock_url": "http://translate.otrs.com/api/components/otrs/otrs/lock/?format=api",
                "links_url": "http://translate.otrs.com/api/components/otrs/otrs/links/?format=api",
                "changes_list_url": "http://translate.otrs.com/api/components/otrs/otrs/changes/?format=api",
                "task_url": null,
                "new_lang": "contact",
                "language_code_style": "",
                "push": null,
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "documentation@otrs.com",
                "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": false,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [
                    "http://translate.otrs.com/api/addons/22/?format=api",
                    "http://translate.otrs.com/api/addons/21/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "id",
            "id": 663,
            "filename": "i18n/otrs/otrs.id.po",
            "revision": "7926da4910a36832411c30a5ebe4a9b045d0e5b3",
            "web_url": "http://translate.otrs.com/projects/otrs/otrs/id/",
            "share_url": "http://translate.otrs.com/engage/otrs/-/id/",
            "translate_url": "http://translate.otrs.com/translate/otrs/otrs/id/",
            "url": "http://translate.otrs.com/api/translations/otrs/otrs/id/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 9461,
            "total_words": 81949,
            "translated": 9432,
            "translated_words": 81751,
            "translated_percent": 99.6,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 398,
            "failing_checks_words": 3114,
            "failing_checks_percent": 4.2,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2025-03-14T14:54:01.501510Z",
            "last_author": null,
            "repository_url": "http://translate.otrs.com/api/translations/otrs/otrs/id/repository/?format=api",
            "file_url": "http://translate.otrs.com/api/translations/otrs/otrs/id/file/?format=api",
            "statistics_url": "http://translate.otrs.com/api/translations/otrs/otrs/id/statistics/?format=api",
            "changes_list_url": "http://translate.otrs.com/api/translations/otrs/otrs/id/changes/?format=api",
            "units_list_url": "http://translate.otrs.com/api/translations/otrs/otrs/id/units/?format=api"
        },
        {
            "language": {
                "id": 146,
                "code": "it",
                "name": "Italian",
                "plural": {
                    "id": 146,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "ita_it",
                    "ita"
                ],
                "direction": "ltr",
                "population": 70247059,
                "web_url": "http://translate.otrs.com/languages/it/",
                "url": "http://translate.otrs.com/api/languages/it/?format=api",
                "statistics_url": "http://translate.otrs.com/api/languages/it/statistics/?format=api"
            },
            "component": {
                "name": "OTRS",
                "slug": "otrs",
                "id": 26,
                "source_language": {
                    "id": 76,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 76,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "http://translate.otrs.com/languages/en/",
                    "url": "http://translate.otrs.com/api/languages/en/?format=api",
                    "statistics_url": "http://translate.otrs.com/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "OTRS",
                    "slug": "otrs",
                    "id": 7,
                    "web": "https://otrs.com",
                    "web_url": "http://translate.otrs.com/projects/otrs/",
                    "url": "http://translate.otrs.com/api/projects/otrs/?format=api",
                    "components_list_url": "http://translate.otrs.com/api/projects/otrs/components/?format=api",
                    "repository_url": "http://translate.otrs.com/api/projects/otrs/repository/?format=api",
                    "statistics_url": "http://translate.otrs.com/api/projects/otrs/statistics/?format=api",
                    "categories_url": "http://translate.otrs.com/api/projects/otrs/categories/?format=api",
                    "changes_list_url": "http://translate.otrs.com/api/projects/otrs/changes/?format=api",
                    "languages_url": "http://translate.otrs.com/api/projects/otrs/languages/?format=api",
                    "labels_url": "http://translate.otrs.com/api/projects/otrs/labels/?format=api",
                    "translation_review": true,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": null,
                "repo": null,
                "git_export": "http://translate.otrs.com/git/otrs/otrs/",
                "branch": null,
                "push_branch": "",
                "filemask": null,
                "screenshot_filemask": null,
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "i18n/otrs/otrs.pot",
                "file_format": "po",
                "license": "GPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "http://translate.otrs.com/projects/otrs/otrs/",
                "url": "http://translate.otrs.com/api/components/otrs/otrs/?format=api",
                "repository_url": "http://translate.otrs.com/api/components/otrs/otrs/repository/?format=api",
                "translations_url": "http://translate.otrs.com/api/components/otrs/otrs/translations/?format=api",
                "statistics_url": "http://translate.otrs.com/api/components/otrs/otrs/statistics/?format=api",
                "lock_url": "http://translate.otrs.com/api/components/otrs/otrs/lock/?format=api",
                "links_url": "http://translate.otrs.com/api/components/otrs/otrs/links/?format=api",
                "changes_list_url": "http://translate.otrs.com/api/components/otrs/otrs/changes/?format=api",
                "task_url": null,
                "new_lang": "contact",
                "language_code_style": "",
                "push": null,
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "documentation@otrs.com",
                "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": false,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [
                    "http://translate.otrs.com/api/addons/22/?format=api",
                    "http://translate.otrs.com/api/addons/21/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "it",
            "id": 664,
            "filename": "i18n/otrs/otrs.it.po",
            "revision": "c643fc9aeaf70bcd440f50927ab11dbaf2012c91",
            "web_url": "http://translate.otrs.com/projects/otrs/otrs/it/",
            "share_url": "http://translate.otrs.com/engage/otrs/-/it/",
            "translate_url": "http://translate.otrs.com/translate/otrs/otrs/it/",
            "url": "http://translate.otrs.com/api/translations/otrs/otrs/it/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 9461,
            "total_words": 81949,
            "translated": 9432,
            "translated_words": 81751,
            "translated_percent": 99.6,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 114,
            "failing_checks_words": 842,
            "failing_checks_percent": 1.2,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2025-03-14T14:54:04.111275Z",
            "last_author": null,
            "repository_url": "http://translate.otrs.com/api/translations/otrs/otrs/it/repository/?format=api",
            "file_url": "http://translate.otrs.com/api/translations/otrs/otrs/it/file/?format=api",
            "statistics_url": "http://translate.otrs.com/api/translations/otrs/otrs/it/statistics/?format=api",
            "changes_list_url": "http://translate.otrs.com/api/translations/otrs/otrs/it/changes/?format=api",
            "units_list_url": "http://translate.otrs.com/api/translations/otrs/otrs/it/units/?format=api"
        },
        {
            "language": {
                "id": 148,
                "code": "ja",
                "name": "Japanese",
                "plural": {
                    "id": 148,
                    "source": 0,
                    "number": 1,
                    "formula": "0",
                    "type": 0
                },
                "aliases": [
                    "jp",
                    "jp_jpn",
                    "ja_ja",
                    "jpn_jp",
                    "jpn"
                ],
                "direction": "ltr",
                "population": 119729025,
                "web_url": "http://translate.otrs.com/languages/ja/",
                "url": "http://translate.otrs.com/api/languages/ja/?format=api",
                "statistics_url": "http://translate.otrs.com/api/languages/ja/statistics/?format=api"
            },
            "component": {
                "name": "OTRS",
                "slug": "otrs",
                "id": 26,
                "source_language": {
                    "id": 76,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 76,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "http://translate.otrs.com/languages/en/",
                    "url": "http://translate.otrs.com/api/languages/en/?format=api",
                    "statistics_url": "http://translate.otrs.com/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "OTRS",
                    "slug": "otrs",
                    "id": 7,
                    "web": "https://otrs.com",
                    "web_url": "http://translate.otrs.com/projects/otrs/",
                    "url": "http://translate.otrs.com/api/projects/otrs/?format=api",
                    "components_list_url": "http://translate.otrs.com/api/projects/otrs/components/?format=api",
                    "repository_url": "http://translate.otrs.com/api/projects/otrs/repository/?format=api",
                    "statistics_url": "http://translate.otrs.com/api/projects/otrs/statistics/?format=api",
                    "categories_url": "http://translate.otrs.com/api/projects/otrs/categories/?format=api",
                    "changes_list_url": "http://translate.otrs.com/api/projects/otrs/changes/?format=api",
                    "languages_url": "http://translate.otrs.com/api/projects/otrs/languages/?format=api",
                    "labels_url": "http://translate.otrs.com/api/projects/otrs/labels/?format=api",
                    "translation_review": true,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": null,
                "repo": null,
                "git_export": "http://translate.otrs.com/git/otrs/otrs/",
                "branch": null,
                "push_branch": "",
                "filemask": null,
                "screenshot_filemask": null,
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "i18n/otrs/otrs.pot",
                "file_format": "po",
                "license": "GPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "http://translate.otrs.com/projects/otrs/otrs/",
                "url": "http://translate.otrs.com/api/components/otrs/otrs/?format=api",
                "repository_url": "http://translate.otrs.com/api/components/otrs/otrs/repository/?format=api",
                "translations_url": "http://translate.otrs.com/api/components/otrs/otrs/translations/?format=api",
                "statistics_url": "http://translate.otrs.com/api/components/otrs/otrs/statistics/?format=api",
                "lock_url": "http://translate.otrs.com/api/components/otrs/otrs/lock/?format=api",
                "links_url": "http://translate.otrs.com/api/components/otrs/otrs/links/?format=api",
                "changes_list_url": "http://translate.otrs.com/api/components/otrs/otrs/changes/?format=api",
                "task_url": null,
                "new_lang": "contact",
                "language_code_style": "",
                "push": null,
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "documentation@otrs.com",
                "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": false,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [
                    "http://translate.otrs.com/api/addons/22/?format=api",
                    "http://translate.otrs.com/api/addons/21/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "ja",
            "id": 665,
            "filename": "i18n/otrs/otrs.ja.po",
            "revision": "33227d691f0efa07aa29c9e7d01f8fdadbca5fa7",
            "web_url": "http://translate.otrs.com/projects/otrs/otrs/ja/",
            "share_url": "http://translate.otrs.com/engage/otrs/-/ja/",
            "translate_url": "http://translate.otrs.com/translate/otrs/otrs/ja/",
            "url": "http://translate.otrs.com/api/translations/otrs/otrs/ja/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 9461,
            "total_words": 81949,
            "translated": 9432,
            "translated_words": 81751,
            "translated_percent": 99.6,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 539,
            "failing_checks_words": 3705,
            "failing_checks_percent": 5.6,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2025-03-14T14:54:07.043722Z",
            "last_author": null,
            "repository_url": "http://translate.otrs.com/api/translations/otrs/otrs/ja/repository/?format=api",
            "file_url": "http://translate.otrs.com/api/translations/otrs/otrs/ja/file/?format=api",
            "statistics_url": "http://translate.otrs.com/api/translations/otrs/otrs/ja/statistics/?format=api",
            "changes_list_url": "http://translate.otrs.com/api/translations/otrs/otrs/ja/changes/?format=api",
            "units_list_url": "http://translate.otrs.com/api/translations/otrs/otrs/ja/units/?format=api"
        },
        {
            "language": {
                "id": 170,
                "code": "ko",
                "name": "Korean",
                "plural": {
                    "id": 170,
                    "source": 0,
                    "number": 1,
                    "formula": "0",
                    "type": 0
                },
                "aliases": [
                    "ko_ko",
                    "kor_kr",
                    "kor"
                ],
                "direction": "ltr",
                "population": 78357047,
                "web_url": "http://translate.otrs.com/languages/ko/",
                "url": "http://translate.otrs.com/api/languages/ko/?format=api",
                "statistics_url": "http://translate.otrs.com/api/languages/ko/statistics/?format=api"
            },
            "component": {
                "name": "OTRS",
                "slug": "otrs",
                "id": 26,
                "source_language": {
                    "id": 76,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 76,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "http://translate.otrs.com/languages/en/",
                    "url": "http://translate.otrs.com/api/languages/en/?format=api",
                    "statistics_url": "http://translate.otrs.com/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "OTRS",
                    "slug": "otrs",
                    "id": 7,
                    "web": "https://otrs.com",
                    "web_url": "http://translate.otrs.com/projects/otrs/",
                    "url": "http://translate.otrs.com/api/projects/otrs/?format=api",
                    "components_list_url": "http://translate.otrs.com/api/projects/otrs/components/?format=api",
                    "repository_url": "http://translate.otrs.com/api/projects/otrs/repository/?format=api",
                    "statistics_url": "http://translate.otrs.com/api/projects/otrs/statistics/?format=api",
                    "categories_url": "http://translate.otrs.com/api/projects/otrs/categories/?format=api",
                    "changes_list_url": "http://translate.otrs.com/api/projects/otrs/changes/?format=api",
                    "languages_url": "http://translate.otrs.com/api/projects/otrs/languages/?format=api",
                    "labels_url": "http://translate.otrs.com/api/projects/otrs/labels/?format=api",
                    "translation_review": true,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": null,
                "repo": null,
                "git_export": "http://translate.otrs.com/git/otrs/otrs/",
                "branch": null,
                "push_branch": "",
                "filemask": null,
                "screenshot_filemask": null,
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "i18n/otrs/otrs.pot",
                "file_format": "po",
                "license": "GPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "http://translate.otrs.com/projects/otrs/otrs/",
                "url": "http://translate.otrs.com/api/components/otrs/otrs/?format=api",
                "repository_url": "http://translate.otrs.com/api/components/otrs/otrs/repository/?format=api",
                "translations_url": "http://translate.otrs.com/api/components/otrs/otrs/translations/?format=api",
                "statistics_url": "http://translate.otrs.com/api/components/otrs/otrs/statistics/?format=api",
                "lock_url": "http://translate.otrs.com/api/components/otrs/otrs/lock/?format=api",
                "links_url": "http://translate.otrs.com/api/components/otrs/otrs/links/?format=api",
                "changes_list_url": "http://translate.otrs.com/api/components/otrs/otrs/changes/?format=api",
                "task_url": null,
                "new_lang": "contact",
                "language_code_style": "",
                "push": null,
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "documentation@otrs.com",
                "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": false,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [
                    "http://translate.otrs.com/api/addons/22/?format=api",
                    "http://translate.otrs.com/api/addons/21/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "ko",
            "id": 666,
            "filename": "i18n/otrs/otrs.ko.po",
            "revision": "ad1ea91ab80ccea4a7a71a520cf96da07fa8d307",
            "web_url": "http://translate.otrs.com/projects/otrs/otrs/ko/",
            "share_url": "http://translate.otrs.com/engage/otrs/-/ko/",
            "translate_url": "http://translate.otrs.com/translate/otrs/otrs/ko/",
            "url": "http://translate.otrs.com/api/translations/otrs/otrs/ko/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 9461,
            "total_words": 81949,
            "translated": 9432,
            "translated_words": 81751,
            "translated_percent": 99.6,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 454,
            "failing_checks_words": 3984,
            "failing_checks_percent": 4.7,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2025-03-14T14:54:09.684915Z",
            "last_author": null,
            "repository_url": "http://translate.otrs.com/api/translations/otrs/otrs/ko/repository/?format=api",
            "file_url": "http://translate.otrs.com/api/translations/otrs/otrs/ko/file/?format=api",
            "statistics_url": "http://translate.otrs.com/api/translations/otrs/otrs/ko/statistics/?format=api",
            "changes_list_url": "http://translate.otrs.com/api/translations/otrs/otrs/ko/changes/?format=api",
            "units_list_url": "http://translate.otrs.com/api/translations/otrs/otrs/ko/units/?format=api"
        },
        {
            "language": {
                "id": 188,
                "code": "lt",
                "name": "Lithuanian",
                "plural": {
                    "id": 188,
                    "source": 0,
                    "number": 3,
                    "formula": "(n % 10 == 1 && (n % 100 < 11 || n % 100 > 19)) ? 0 : ((n % 10 >= 2 && n % 10 <= 9 && (n % 100 < 11 || n % 100 > 19)) ? 1 : 2)",
                    "type": 2
                },
                "aliases": [
                    "lit"
                ],
                "direction": "ltr",
                "population": 2488617,
                "web_url": "http://translate.otrs.com/languages/lt/",
                "url": "http://translate.otrs.com/api/languages/lt/?format=api",
                "statistics_url": "http://translate.otrs.com/api/languages/lt/statistics/?format=api"
            },
            "component": {
                "name": "OTRS",
                "slug": "otrs",
                "id": 26,
                "source_language": {
                    "id": 76,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 76,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "http://translate.otrs.com/languages/en/",
                    "url": "http://translate.otrs.com/api/languages/en/?format=api",
                    "statistics_url": "http://translate.otrs.com/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "OTRS",
                    "slug": "otrs",
                    "id": 7,
                    "web": "https://otrs.com",
                    "web_url": "http://translate.otrs.com/projects/otrs/",
                    "url": "http://translate.otrs.com/api/projects/otrs/?format=api",
                    "components_list_url": "http://translate.otrs.com/api/projects/otrs/components/?format=api",
                    "repository_url": "http://translate.otrs.com/api/projects/otrs/repository/?format=api",
                    "statistics_url": "http://translate.otrs.com/api/projects/otrs/statistics/?format=api",
                    "categories_url": "http://translate.otrs.com/api/projects/otrs/categories/?format=api",
                    "changes_list_url": "http://translate.otrs.com/api/projects/otrs/changes/?format=api",
                    "languages_url": "http://translate.otrs.com/api/projects/otrs/languages/?format=api",
                    "labels_url": "http://translate.otrs.com/api/projects/otrs/labels/?format=api",
                    "translation_review": true,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": null,
                "repo": null,
                "git_export": "http://translate.otrs.com/git/otrs/otrs/",
                "branch": null,
                "push_branch": "",
                "filemask": null,
                "screenshot_filemask": null,
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "i18n/otrs/otrs.pot",
                "file_format": "po",
                "license": "GPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "http://translate.otrs.com/projects/otrs/otrs/",
                "url": "http://translate.otrs.com/api/components/otrs/otrs/?format=api",
                "repository_url": "http://translate.otrs.com/api/components/otrs/otrs/repository/?format=api",
                "translations_url": "http://translate.otrs.com/api/components/otrs/otrs/translations/?format=api",
                "statistics_url": "http://translate.otrs.com/api/components/otrs/otrs/statistics/?format=api",
                "lock_url": "http://translate.otrs.com/api/components/otrs/otrs/lock/?format=api",
                "links_url": "http://translate.otrs.com/api/components/otrs/otrs/links/?format=api",
                "changes_list_url": "http://translate.otrs.com/api/components/otrs/otrs/changes/?format=api",
                "task_url": null,
                "new_lang": "contact",
                "language_code_style": "",
                "push": null,
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "documentation@otrs.com",
                "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": false,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [
                    "http://translate.otrs.com/api/addons/22/?format=api",
                    "http://translate.otrs.com/api/addons/21/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "lt",
            "id": 667,
            "filename": "i18n/otrs/otrs.lt.po",
            "revision": "42819cad7b1a2368deb5d19a74c3efab3c1e3b66",
            "web_url": "http://translate.otrs.com/projects/otrs/otrs/lt/",
            "share_url": "http://translate.otrs.com/engage/otrs/-/lt/",
            "translate_url": "http://translate.otrs.com/translate/otrs/otrs/lt/",
            "url": "http://translate.otrs.com/api/translations/otrs/otrs/lt/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 9461,
            "total_words": 81949,
            "translated": 9432,
            "translated_words": 81751,
            "translated_percent": 99.6,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 91,
            "failing_checks_words": 673,
            "failing_checks_percent": 0.9,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2025-03-14T14:54:12.318620Z",
            "last_author": null,
            "repository_url": "http://translate.otrs.com/api/translations/otrs/otrs/lt/repository/?format=api",
            "file_url": "http://translate.otrs.com/api/translations/otrs/otrs/lt/file/?format=api",
            "statistics_url": "http://translate.otrs.com/api/translations/otrs/otrs/lt/statistics/?format=api",
            "changes_list_url": "http://translate.otrs.com/api/translations/otrs/otrs/lt/changes/?format=api",
            "units_list_url": "http://translate.otrs.com/api/translations/otrs/otrs/lt/units/?format=api"
        },
        {
            "language": {
                "id": 190,
                "code": "lv",
                "name": "Latvian",
                "plural": {
                    "id": 190,
                    "source": 0,
                    "number": 3,
                    "formula": "(n % 10 == 0 || n % 100 >= 11 && n % 100 <= 19) ? 0 : ((n % 10 == 1 && n % 100 != 11) ? 1 : 2)",
                    "type": 11
                },
                "aliases": [
                    "lav",
                    "lvs"
                ],
                "direction": "ltr",
                "population": 1147550,
                "web_url": "http://translate.otrs.com/languages/lv/",
                "url": "http://translate.otrs.com/api/languages/lv/?format=api",
                "statistics_url": "http://translate.otrs.com/api/languages/lv/statistics/?format=api"
            },
            "component": {
                "name": "OTRS",
                "slug": "otrs",
                "id": 26,
                "source_language": {
                    "id": 76,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 76,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "http://translate.otrs.com/languages/en/",
                    "url": "http://translate.otrs.com/api/languages/en/?format=api",
                    "statistics_url": "http://translate.otrs.com/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "OTRS",
                    "slug": "otrs",
                    "id": 7,
                    "web": "https://otrs.com",
                    "web_url": "http://translate.otrs.com/projects/otrs/",
                    "url": "http://translate.otrs.com/api/projects/otrs/?format=api",
                    "components_list_url": "http://translate.otrs.com/api/projects/otrs/components/?format=api",
                    "repository_url": "http://translate.otrs.com/api/projects/otrs/repository/?format=api",
                    "statistics_url": "http://translate.otrs.com/api/projects/otrs/statistics/?format=api",
                    "categories_url": "http://translate.otrs.com/api/projects/otrs/categories/?format=api",
                    "changes_list_url": "http://translate.otrs.com/api/projects/otrs/changes/?format=api",
                    "languages_url": "http://translate.otrs.com/api/projects/otrs/languages/?format=api",
                    "labels_url": "http://translate.otrs.com/api/projects/otrs/labels/?format=api",
                    "translation_review": true,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": null,
                "repo": null,
                "git_export": "http://translate.otrs.com/git/otrs/otrs/",
                "branch": null,
                "push_branch": "",
                "filemask": null,
                "screenshot_filemask": null,
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "i18n/otrs/otrs.pot",
                "file_format": "po",
                "license": "GPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "http://translate.otrs.com/projects/otrs/otrs/",
                "url": "http://translate.otrs.com/api/components/otrs/otrs/?format=api",
                "repository_url": "http://translate.otrs.com/api/components/otrs/otrs/repository/?format=api",
                "translations_url": "http://translate.otrs.com/api/components/otrs/otrs/translations/?format=api",
                "statistics_url": "http://translate.otrs.com/api/components/otrs/otrs/statistics/?format=api",
                "lock_url": "http://translate.otrs.com/api/components/otrs/otrs/lock/?format=api",
                "links_url": "http://translate.otrs.com/api/components/otrs/otrs/links/?format=api",
                "changes_list_url": "http://translate.otrs.com/api/components/otrs/otrs/changes/?format=api",
                "task_url": null,
                "new_lang": "contact",
                "language_code_style": "",
                "push": null,
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "documentation@otrs.com",
                "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": false,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [
                    "http://translate.otrs.com/api/addons/22/?format=api",
                    "http://translate.otrs.com/api/addons/21/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "lv",
            "id": 668,
            "filename": "i18n/otrs/otrs.lv.po",
            "revision": "d5249bf0f4ccacdc940b37e93ea6550a4758d514",
            "web_url": "http://translate.otrs.com/projects/otrs/otrs/lv/",
            "share_url": "http://translate.otrs.com/engage/otrs/-/lv/",
            "translate_url": "http://translate.otrs.com/translate/otrs/otrs/lv/",
            "url": "http://translate.otrs.com/api/translations/otrs/otrs/lv/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 9461,
            "total_words": 81949,
            "translated": 9432,
            "translated_words": 81751,
            "translated_percent": 99.6,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 142,
            "failing_checks_words": 1023,
            "failing_checks_percent": 1.5,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2025-03-14T14:54:15.222529Z",
            "last_author": null,
            "repository_url": "http://translate.otrs.com/api/translations/otrs/otrs/lv/repository/?format=api",
            "file_url": "http://translate.otrs.com/api/translations/otrs/otrs/lv/file/?format=api",
            "statistics_url": "http://translate.otrs.com/api/translations/otrs/otrs/lv/statistics/?format=api",
            "changes_list_url": "http://translate.otrs.com/api/translations/otrs/otrs/lv/changes/?format=api",
            "units_list_url": "http://translate.otrs.com/api/translations/otrs/otrs/lv/units/?format=api"
        },
        {
            "language": {
                "id": 201,
                "code": "mk",
                "name": "Macedonian",
                "plural": {
                    "id": 201,
                    "source": 0,
                    "number": 2,
                    "formula": "n==1 || n%10==1 ? 0 : 1",
                    "type": 1
                },
                "aliases": [
                    "mac",
                    "mkd"
                ],
                "direction": "ltr",
                "population": 1608564,
                "web_url": "http://translate.otrs.com/languages/mk/",
                "url": "http://translate.otrs.com/api/languages/mk/?format=api",
                "statistics_url": "http://translate.otrs.com/api/languages/mk/statistics/?format=api"
            },
            "component": {
                "name": "OTRS",
                "slug": "otrs",
                "id": 26,
                "source_language": {
                    "id": 76,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 76,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "http://translate.otrs.com/languages/en/",
                    "url": "http://translate.otrs.com/api/languages/en/?format=api",
                    "statistics_url": "http://translate.otrs.com/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "OTRS",
                    "slug": "otrs",
                    "id": 7,
                    "web": "https://otrs.com",
                    "web_url": "http://translate.otrs.com/projects/otrs/",
                    "url": "http://translate.otrs.com/api/projects/otrs/?format=api",
                    "components_list_url": "http://translate.otrs.com/api/projects/otrs/components/?format=api",
                    "repository_url": "http://translate.otrs.com/api/projects/otrs/repository/?format=api",
                    "statistics_url": "http://translate.otrs.com/api/projects/otrs/statistics/?format=api",
                    "categories_url": "http://translate.otrs.com/api/projects/otrs/categories/?format=api",
                    "changes_list_url": "http://translate.otrs.com/api/projects/otrs/changes/?format=api",
                    "languages_url": "http://translate.otrs.com/api/projects/otrs/languages/?format=api",
                    "labels_url": "http://translate.otrs.com/api/projects/otrs/labels/?format=api",
                    "translation_review": true,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": null,
                "repo": null,
                "git_export": "http://translate.otrs.com/git/otrs/otrs/",
                "branch": null,
                "push_branch": "",
                "filemask": null,
                "screenshot_filemask": null,
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "i18n/otrs/otrs.pot",
                "file_format": "po",
                "license": "GPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "http://translate.otrs.com/projects/otrs/otrs/",
                "url": "http://translate.otrs.com/api/components/otrs/otrs/?format=api",
                "repository_url": "http://translate.otrs.com/api/components/otrs/otrs/repository/?format=api",
                "translations_url": "http://translate.otrs.com/api/components/otrs/otrs/translations/?format=api",
                "statistics_url": "http://translate.otrs.com/api/components/otrs/otrs/statistics/?format=api",
                "lock_url": "http://translate.otrs.com/api/components/otrs/otrs/lock/?format=api",
                "links_url": "http://translate.otrs.com/api/components/otrs/otrs/links/?format=api",
                "changes_list_url": "http://translate.otrs.com/api/components/otrs/otrs/changes/?format=api",
                "task_url": null,
                "new_lang": "contact",
                "language_code_style": "",
                "push": null,
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "documentation@otrs.com",
                "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": false,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [
                    "http://translate.otrs.com/api/addons/22/?format=api",
                    "http://translate.otrs.com/api/addons/21/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "mk",
            "id": 669,
            "filename": "i18n/otrs/otrs.mk.po",
            "revision": "63422fdc08ab6bd97a221bd273254dca9620cbbf",
            "web_url": "http://translate.otrs.com/projects/otrs/otrs/mk/",
            "share_url": "http://translate.otrs.com/engage/otrs/-/mk/",
            "translate_url": "http://translate.otrs.com/translate/otrs/otrs/mk/",
            "url": "http://translate.otrs.com/api/translations/otrs/otrs/mk/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 9461,
            "total_words": 81949,
            "translated": 9432,
            "translated_words": 81751,
            "translated_percent": 99.6,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 146,
            "failing_checks_words": 840,
            "failing_checks_percent": 1.5,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2025-03-14T14:54:17.873667Z",
            "last_author": null,
            "repository_url": "http://translate.otrs.com/api/translations/otrs/otrs/mk/repository/?format=api",
            "file_url": "http://translate.otrs.com/api/translations/otrs/otrs/mk/file/?format=api",
            "statistics_url": "http://translate.otrs.com/api/translations/otrs/otrs/mk/statistics/?format=api",
            "changes_list_url": "http://translate.otrs.com/api/translations/otrs/otrs/mk/changes/?format=api",
            "units_list_url": "http://translate.otrs.com/api/translations/otrs/otrs/mk/units/?format=api"
        },
        {
            "language": {
                "id": 207,
                "code": "ms",
                "name": "Malay",
                "plural": {
                    "id": 207,
                    "source": 0,
                    "number": 1,
                    "formula": "0",
                    "type": 0
                },
                "aliases": [
                    "may",
                    "msa",
                    "zsm"
                ],
                "direction": "ltr",
                "population": 34869275,
                "web_url": "http://translate.otrs.com/languages/ms/",
                "url": "http://translate.otrs.com/api/languages/ms/?format=api",
                "statistics_url": "http://translate.otrs.com/api/languages/ms/statistics/?format=api"
            },
            "component": {
                "name": "OTRS",
                "slug": "otrs",
                "id": 26,
                "source_language": {
                    "id": 76,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 76,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "http://translate.otrs.com/languages/en/",
                    "url": "http://translate.otrs.com/api/languages/en/?format=api",
                    "statistics_url": "http://translate.otrs.com/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "OTRS",
                    "slug": "otrs",
                    "id": 7,
                    "web": "https://otrs.com",
                    "web_url": "http://translate.otrs.com/projects/otrs/",
                    "url": "http://translate.otrs.com/api/projects/otrs/?format=api",
                    "components_list_url": "http://translate.otrs.com/api/projects/otrs/components/?format=api",
                    "repository_url": "http://translate.otrs.com/api/projects/otrs/repository/?format=api",
                    "statistics_url": "http://translate.otrs.com/api/projects/otrs/statistics/?format=api",
                    "categories_url": "http://translate.otrs.com/api/projects/otrs/categories/?format=api",
                    "changes_list_url": "http://translate.otrs.com/api/projects/otrs/changes/?format=api",
                    "languages_url": "http://translate.otrs.com/api/projects/otrs/languages/?format=api",
                    "labels_url": "http://translate.otrs.com/api/projects/otrs/labels/?format=api",
                    "translation_review": true,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": null,
                "repo": null,
                "git_export": "http://translate.otrs.com/git/otrs/otrs/",
                "branch": null,
                "push_branch": "",
                "filemask": null,
                "screenshot_filemask": null,
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "i18n/otrs/otrs.pot",
                "file_format": "po",
                "license": "GPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "http://translate.otrs.com/projects/otrs/otrs/",
                "url": "http://translate.otrs.com/api/components/otrs/otrs/?format=api",
                "repository_url": "http://translate.otrs.com/api/components/otrs/otrs/repository/?format=api",
                "translations_url": "http://translate.otrs.com/api/components/otrs/otrs/translations/?format=api",
                "statistics_url": "http://translate.otrs.com/api/components/otrs/otrs/statistics/?format=api",
                "lock_url": "http://translate.otrs.com/api/components/otrs/otrs/lock/?format=api",
                "links_url": "http://translate.otrs.com/api/components/otrs/otrs/links/?format=api",
                "changes_list_url": "http://translate.otrs.com/api/components/otrs/otrs/changes/?format=api",
                "task_url": null,
                "new_lang": "contact",
                "language_code_style": "",
                "push": null,
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "documentation@otrs.com",
                "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": false,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [
                    "http://translate.otrs.com/api/addons/22/?format=api",
                    "http://translate.otrs.com/api/addons/21/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "ms",
            "id": 670,
            "filename": "i18n/otrs/otrs.ms.po",
            "revision": "b824cbd6eb6e6916daafa28ea9462aa1fe4de92f",
            "web_url": "http://translate.otrs.com/projects/otrs/otrs/ms/",
            "share_url": "http://translate.otrs.com/engage/otrs/-/ms/",
            "translate_url": "http://translate.otrs.com/translate/otrs/otrs/ms/",
            "url": "http://translate.otrs.com/api/translations/otrs/otrs/ms/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 9461,
            "total_words": 81949,
            "translated": 9432,
            "translated_words": 81751,
            "translated_percent": 99.6,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 161,
            "failing_checks_words": 1437,
            "failing_checks_percent": 1.7,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2025-03-14T14:54:20.505651Z",
            "last_author": null,
            "repository_url": "http://translate.otrs.com/api/translations/otrs/otrs/ms/repository/?format=api",
            "file_url": "http://translate.otrs.com/api/translations/otrs/otrs/ms/file/?format=api",
            "statistics_url": "http://translate.otrs.com/api/translations/otrs/otrs/ms/statistics/?format=api",
            "changes_list_url": "http://translate.otrs.com/api/translations/otrs/otrs/ms/changes/?format=api",
            "units_list_url": "http://translate.otrs.com/api/translations/otrs/otrs/ms/units/?format=api"
        },
        {
            "language": {
                "id": 215,
                "code": "nb_NO",
                "name": "Norwegian Bokmål",
                "plural": {
                    "id": 215,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "norwegian",
                    "no_nb",
                    "nb_nb",
                    "no_no",
                    "no",
                    "nb",
                    "nob",
                    "nor"
                ],
                "direction": "ltr",
                "population": 5467440,
                "web_url": "http://translate.otrs.com/languages/nb_NO/",
                "url": "http://translate.otrs.com/api/languages/nb_NO/?format=api",
                "statistics_url": "http://translate.otrs.com/api/languages/nb_NO/statistics/?format=api"
            },
            "component": {
                "name": "OTRS",
                "slug": "otrs",
                "id": 26,
                "source_language": {
                    "id": 76,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 76,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "http://translate.otrs.com/languages/en/",
                    "url": "http://translate.otrs.com/api/languages/en/?format=api",
                    "statistics_url": "http://translate.otrs.com/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "OTRS",
                    "slug": "otrs",
                    "id": 7,
                    "web": "https://otrs.com",
                    "web_url": "http://translate.otrs.com/projects/otrs/",
                    "url": "http://translate.otrs.com/api/projects/otrs/?format=api",
                    "components_list_url": "http://translate.otrs.com/api/projects/otrs/components/?format=api",
                    "repository_url": "http://translate.otrs.com/api/projects/otrs/repository/?format=api",
                    "statistics_url": "http://translate.otrs.com/api/projects/otrs/statistics/?format=api",
                    "categories_url": "http://translate.otrs.com/api/projects/otrs/categories/?format=api",
                    "changes_list_url": "http://translate.otrs.com/api/projects/otrs/changes/?format=api",
                    "languages_url": "http://translate.otrs.com/api/projects/otrs/languages/?format=api",
                    "labels_url": "http://translate.otrs.com/api/projects/otrs/labels/?format=api",
                    "translation_review": true,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": null,
                "repo": null,
                "git_export": "http://translate.otrs.com/git/otrs/otrs/",
                "branch": null,
                "push_branch": "",
                "filemask": null,
                "screenshot_filemask": null,
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "i18n/otrs/otrs.pot",
                "file_format": "po",
                "license": "GPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "http://translate.otrs.com/projects/otrs/otrs/",
                "url": "http://translate.otrs.com/api/components/otrs/otrs/?format=api",
                "repository_url": "http://translate.otrs.com/api/components/otrs/otrs/repository/?format=api",
                "translations_url": "http://translate.otrs.com/api/components/otrs/otrs/translations/?format=api",
                "statistics_url": "http://translate.otrs.com/api/components/otrs/otrs/statistics/?format=api",
                "lock_url": "http://translate.otrs.com/api/components/otrs/otrs/lock/?format=api",
                "links_url": "http://translate.otrs.com/api/components/otrs/otrs/links/?format=api",
                "changes_list_url": "http://translate.otrs.com/api/components/otrs/otrs/changes/?format=api",
                "task_url": null,
                "new_lang": "contact",
                "language_code_style": "",
                "push": null,
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "documentation@otrs.com",
                "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": false,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [
                    "http://translate.otrs.com/api/addons/22/?format=api",
                    "http://translate.otrs.com/api/addons/21/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "nb_NO",
            "id": 671,
            "filename": "i18n/otrs/otrs.nb_NO.po",
            "revision": "bee8c0a56b52f9c589424aead7eda9573e31a44d",
            "web_url": "http://translate.otrs.com/projects/otrs/otrs/nb_NO/",
            "share_url": "http://translate.otrs.com/engage/otrs/-/nb_NO/",
            "translate_url": "http://translate.otrs.com/translate/otrs/otrs/nb_NO/",
            "url": "http://translate.otrs.com/api/translations/otrs/otrs/nb_NO/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 9461,
            "total_words": 81949,
            "translated": 9432,
            "translated_words": 81751,
            "translated_percent": 99.6,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 193,
            "failing_checks_words": 1657,
            "failing_checks_percent": 2.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2025-03-14T14:54:23.391956Z",
            "last_author": null,
            "repository_url": "http://translate.otrs.com/api/translations/otrs/otrs/nb_NO/repository/?format=api",
            "file_url": "http://translate.otrs.com/api/translations/otrs/otrs/nb_NO/file/?format=api",
            "statistics_url": "http://translate.otrs.com/api/translations/otrs/otrs/nb_NO/statistics/?format=api",
            "changes_list_url": "http://translate.otrs.com/api/translations/otrs/otrs/nb_NO/changes/?format=api",
            "units_list_url": "http://translate.otrs.com/api/translations/otrs/otrs/nb_NO/units/?format=api"
        },
        {
            "language": {
                "id": 220,
                "code": "nl",
                "name": "Dutch",
                "plural": {
                    "id": 220,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "dut",
                    "nld"
                ],
                "direction": "ltr",
                "population": 31765645,
                "web_url": "http://translate.otrs.com/languages/nl/",
                "url": "http://translate.otrs.com/api/languages/nl/?format=api",
                "statistics_url": "http://translate.otrs.com/api/languages/nl/statistics/?format=api"
            },
            "component": {
                "name": "OTRS",
                "slug": "otrs",
                "id": 26,
                "source_language": {
                    "id": 76,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 76,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "http://translate.otrs.com/languages/en/",
                    "url": "http://translate.otrs.com/api/languages/en/?format=api",
                    "statistics_url": "http://translate.otrs.com/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "OTRS",
                    "slug": "otrs",
                    "id": 7,
                    "web": "https://otrs.com",
                    "web_url": "http://translate.otrs.com/projects/otrs/",
                    "url": "http://translate.otrs.com/api/projects/otrs/?format=api",
                    "components_list_url": "http://translate.otrs.com/api/projects/otrs/components/?format=api",
                    "repository_url": "http://translate.otrs.com/api/projects/otrs/repository/?format=api",
                    "statistics_url": "http://translate.otrs.com/api/projects/otrs/statistics/?format=api",
                    "categories_url": "http://translate.otrs.com/api/projects/otrs/categories/?format=api",
                    "changes_list_url": "http://translate.otrs.com/api/projects/otrs/changes/?format=api",
                    "languages_url": "http://translate.otrs.com/api/projects/otrs/languages/?format=api",
                    "labels_url": "http://translate.otrs.com/api/projects/otrs/labels/?format=api",
                    "translation_review": true,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": null,
                "repo": null,
                "git_export": "http://translate.otrs.com/git/otrs/otrs/",
                "branch": null,
                "push_branch": "",
                "filemask": null,
                "screenshot_filemask": null,
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "i18n/otrs/otrs.pot",
                "file_format": "po",
                "license": "GPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "http://translate.otrs.com/projects/otrs/otrs/",
                "url": "http://translate.otrs.com/api/components/otrs/otrs/?format=api",
                "repository_url": "http://translate.otrs.com/api/components/otrs/otrs/repository/?format=api",
                "translations_url": "http://translate.otrs.com/api/components/otrs/otrs/translations/?format=api",
                "statistics_url": "http://translate.otrs.com/api/components/otrs/otrs/statistics/?format=api",
                "lock_url": "http://translate.otrs.com/api/components/otrs/otrs/lock/?format=api",
                "links_url": "http://translate.otrs.com/api/components/otrs/otrs/links/?format=api",
                "changes_list_url": "http://translate.otrs.com/api/components/otrs/otrs/changes/?format=api",
                "task_url": null,
                "new_lang": "contact",
                "language_code_style": "",
                "push": null,
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "documentation@otrs.com",
                "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": false,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [
                    "http://translate.otrs.com/api/addons/22/?format=api",
                    "http://translate.otrs.com/api/addons/21/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "nl",
            "id": 672,
            "filename": "i18n/otrs/otrs.nl.po",
            "revision": "46e253a99c09b57bb7c691877bf0eedc8c767b67",
            "web_url": "http://translate.otrs.com/projects/otrs/otrs/nl/",
            "share_url": "http://translate.otrs.com/engage/otrs/-/nl/",
            "translate_url": "http://translate.otrs.com/translate/otrs/otrs/nl/",
            "url": "http://translate.otrs.com/api/translations/otrs/otrs/nl/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 9461,
            "total_words": 81949,
            "translated": 9432,
            "translated_words": 81751,
            "translated_percent": 99.6,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 50,
            "failing_checks_words": 147,
            "failing_checks_percent": 0.5,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2025-03-14T14:54:25.969100Z",
            "last_author": null,
            "repository_url": "http://translate.otrs.com/api/translations/otrs/otrs/nl/repository/?format=api",
            "file_url": "http://translate.otrs.com/api/translations/otrs/otrs/nl/file/?format=api",
            "statistics_url": "http://translate.otrs.com/api/translations/otrs/otrs/nl/statistics/?format=api",
            "changes_list_url": "http://translate.otrs.com/api/translations/otrs/otrs/nl/changes/?format=api",
            "units_list_url": "http://translate.otrs.com/api/translations/otrs/otrs/nl/units/?format=api"
        },
        {
            "language": {
                "id": 239,
                "code": "pl",
                "name": "Polish",
                "plural": {
                    "id": 239,
                    "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": "http://translate.otrs.com/languages/pl/",
                "url": "http://translate.otrs.com/api/languages/pl/?format=api",
                "statistics_url": "http://translate.otrs.com/api/languages/pl/statistics/?format=api"
            },
            "component": {
                "name": "OTRS",
                "slug": "otrs",
                "id": 26,
                "source_language": {
                    "id": 76,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 76,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "http://translate.otrs.com/languages/en/",
                    "url": "http://translate.otrs.com/api/languages/en/?format=api",
                    "statistics_url": "http://translate.otrs.com/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "OTRS",
                    "slug": "otrs",
                    "id": 7,
                    "web": "https://otrs.com",
                    "web_url": "http://translate.otrs.com/projects/otrs/",
                    "url": "http://translate.otrs.com/api/projects/otrs/?format=api",
                    "components_list_url": "http://translate.otrs.com/api/projects/otrs/components/?format=api",
                    "repository_url": "http://translate.otrs.com/api/projects/otrs/repository/?format=api",
                    "statistics_url": "http://translate.otrs.com/api/projects/otrs/statistics/?format=api",
                    "categories_url": "http://translate.otrs.com/api/projects/otrs/categories/?format=api",
                    "changes_list_url": "http://translate.otrs.com/api/projects/otrs/changes/?format=api",
                    "languages_url": "http://translate.otrs.com/api/projects/otrs/languages/?format=api",
                    "labels_url": "http://translate.otrs.com/api/projects/otrs/labels/?format=api",
                    "translation_review": true,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": null,
                "repo": null,
                "git_export": "http://translate.otrs.com/git/otrs/otrs/",
                "branch": null,
                "push_branch": "",
                "filemask": null,
                "screenshot_filemask": null,
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "i18n/otrs/otrs.pot",
                "file_format": "po",
                "license": "GPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "http://translate.otrs.com/projects/otrs/otrs/",
                "url": "http://translate.otrs.com/api/components/otrs/otrs/?format=api",
                "repository_url": "http://translate.otrs.com/api/components/otrs/otrs/repository/?format=api",
                "translations_url": "http://translate.otrs.com/api/components/otrs/otrs/translations/?format=api",
                "statistics_url": "http://translate.otrs.com/api/components/otrs/otrs/statistics/?format=api",
                "lock_url": "http://translate.otrs.com/api/components/otrs/otrs/lock/?format=api",
                "links_url": "http://translate.otrs.com/api/components/otrs/otrs/links/?format=api",
                "changes_list_url": "http://translate.otrs.com/api/components/otrs/otrs/changes/?format=api",
                "task_url": null,
                "new_lang": "contact",
                "language_code_style": "",
                "push": null,
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "documentation@otrs.com",
                "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": false,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [
                    "http://translate.otrs.com/api/addons/22/?format=api",
                    "http://translate.otrs.com/api/addons/21/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "pl",
            "id": 673,
            "filename": "i18n/otrs/otrs.pl.po",
            "revision": "6900d93ada6fb632985611fb4cb017b88d4d54ca",
            "web_url": "http://translate.otrs.com/projects/otrs/otrs/pl/",
            "share_url": "http://translate.otrs.com/engage/otrs/-/pl/",
            "translate_url": "http://translate.otrs.com/translate/otrs/otrs/pl/",
            "url": "http://translate.otrs.com/api/translations/otrs/otrs/pl/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 9461,
            "total_words": 81949,
            "translated": 9432,
            "translated_words": 81751,
            "translated_percent": 99.6,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 223,
            "failing_checks_words": 1227,
            "failing_checks_percent": 2.3,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2025-03-14T14:54:28.632381Z",
            "last_author": null,
            "repository_url": "http://translate.otrs.com/api/translations/otrs/otrs/pl/repository/?format=api",
            "file_url": "http://translate.otrs.com/api/translations/otrs/otrs/pl/file/?format=api",
            "statistics_url": "http://translate.otrs.com/api/translations/otrs/otrs/pl/statistics/?format=api",
            "changes_list_url": "http://translate.otrs.com/api/translations/otrs/otrs/pl/changes/?format=api",
            "units_list_url": "http://translate.otrs.com/api/translations/otrs/otrs/pl/units/?format=api"
        },
        {
            "language": {
                "id": 244,
                "code": "pt",
                "name": "Portuguese",
                "plural": {
                    "id": 244,
                    "source": 0,
                    "number": 2,
                    "formula": "n > 1",
                    "type": 1
                },
                "aliases": [
                    "por_pt",
                    "ptg",
                    "por"
                ],
                "direction": "ltr",
                "population": 237496883,
                "web_url": "http://translate.otrs.com/languages/pt/",
                "url": "http://translate.otrs.com/api/languages/pt/?format=api",
                "statistics_url": "http://translate.otrs.com/api/languages/pt/statistics/?format=api"
            },
            "component": {
                "name": "OTRS",
                "slug": "otrs",
                "id": 26,
                "source_language": {
                    "id": 76,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 76,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "http://translate.otrs.com/languages/en/",
                    "url": "http://translate.otrs.com/api/languages/en/?format=api",
                    "statistics_url": "http://translate.otrs.com/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "OTRS",
                    "slug": "otrs",
                    "id": 7,
                    "web": "https://otrs.com",
                    "web_url": "http://translate.otrs.com/projects/otrs/",
                    "url": "http://translate.otrs.com/api/projects/otrs/?format=api",
                    "components_list_url": "http://translate.otrs.com/api/projects/otrs/components/?format=api",
                    "repository_url": "http://translate.otrs.com/api/projects/otrs/repository/?format=api",
                    "statistics_url": "http://translate.otrs.com/api/projects/otrs/statistics/?format=api",
                    "categories_url": "http://translate.otrs.com/api/projects/otrs/categories/?format=api",
                    "changes_list_url": "http://translate.otrs.com/api/projects/otrs/changes/?format=api",
                    "languages_url": "http://translate.otrs.com/api/projects/otrs/languages/?format=api",
                    "labels_url": "http://translate.otrs.com/api/projects/otrs/labels/?format=api",
                    "translation_review": true,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": null,
                "repo": null,
                "git_export": "http://translate.otrs.com/git/otrs/otrs/",
                "branch": null,
                "push_branch": "",
                "filemask": null,
                "screenshot_filemask": null,
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "i18n/otrs/otrs.pot",
                "file_format": "po",
                "license": "GPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "http://translate.otrs.com/projects/otrs/otrs/",
                "url": "http://translate.otrs.com/api/components/otrs/otrs/?format=api",
                "repository_url": "http://translate.otrs.com/api/components/otrs/otrs/repository/?format=api",
                "translations_url": "http://translate.otrs.com/api/components/otrs/otrs/translations/?format=api",
                "statistics_url": "http://translate.otrs.com/api/components/otrs/otrs/statistics/?format=api",
                "lock_url": "http://translate.otrs.com/api/components/otrs/otrs/lock/?format=api",
                "links_url": "http://translate.otrs.com/api/components/otrs/otrs/links/?format=api",
                "changes_list_url": "http://translate.otrs.com/api/components/otrs/otrs/changes/?format=api",
                "task_url": null,
                "new_lang": "contact",
                "language_code_style": "",
                "push": null,
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "documentation@otrs.com",
                "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": false,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [
                    "http://translate.otrs.com/api/addons/22/?format=api",
                    "http://translate.otrs.com/api/addons/21/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "pt",
            "id": 674,
            "filename": "i18n/otrs/otrs.pt.po",
            "revision": "be214237127ef35f346d198103d3154bf6681b41",
            "web_url": "http://translate.otrs.com/projects/otrs/otrs/pt/",
            "share_url": "http://translate.otrs.com/engage/otrs/-/pt/",
            "translate_url": "http://translate.otrs.com/translate/otrs/otrs/pt/",
            "url": "http://translate.otrs.com/api/translations/otrs/otrs/pt/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 9461,
            "total_words": 81949,
            "translated": 9432,
            "translated_words": 81751,
            "translated_percent": 99.6,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 176,
            "failing_checks_words": 1125,
            "failing_checks_percent": 1.8,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2025-03-14T14:54:31.472620Z",
            "last_author": null,
            "repository_url": "http://translate.otrs.com/api/translations/otrs/otrs/pt/repository/?format=api",
            "file_url": "http://translate.otrs.com/api/translations/otrs/otrs/pt/file/?format=api",
            "statistics_url": "http://translate.otrs.com/api/translations/otrs/otrs/pt/statistics/?format=api",
            "changes_list_url": "http://translate.otrs.com/api/translations/otrs/otrs/pt/changes/?format=api",
            "units_list_url": "http://translate.otrs.com/api/translations/otrs/otrs/pt/units/?format=api"
        },
        {
            "language": {
                "id": 246,
                "code": "pt_BR",
                "name": "Portuguese (Brazil)",
                "plural": {
                    "id": 246,
                    "source": 0,
                    "number": 2,
                    "formula": "n > 1",
                    "type": 1
                },
                "aliases": [
                    "braz_por",
                    "portuguese_br",
                    "bp",
                    "por_br",
                    "ptb"
                ],
                "direction": "ltr",
                "population": 192661560,
                "web_url": "http://translate.otrs.com/languages/pt_BR/",
                "url": "http://translate.otrs.com/api/languages/pt_BR/?format=api",
                "statistics_url": "http://translate.otrs.com/api/languages/pt_BR/statistics/?format=api"
            },
            "component": {
                "name": "OTRS",
                "slug": "otrs",
                "id": 26,
                "source_language": {
                    "id": 76,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 76,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "http://translate.otrs.com/languages/en/",
                    "url": "http://translate.otrs.com/api/languages/en/?format=api",
                    "statistics_url": "http://translate.otrs.com/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "OTRS",
                    "slug": "otrs",
                    "id": 7,
                    "web": "https://otrs.com",
                    "web_url": "http://translate.otrs.com/projects/otrs/",
                    "url": "http://translate.otrs.com/api/projects/otrs/?format=api",
                    "components_list_url": "http://translate.otrs.com/api/projects/otrs/components/?format=api",
                    "repository_url": "http://translate.otrs.com/api/projects/otrs/repository/?format=api",
                    "statistics_url": "http://translate.otrs.com/api/projects/otrs/statistics/?format=api",
                    "categories_url": "http://translate.otrs.com/api/projects/otrs/categories/?format=api",
                    "changes_list_url": "http://translate.otrs.com/api/projects/otrs/changes/?format=api",
                    "languages_url": "http://translate.otrs.com/api/projects/otrs/languages/?format=api",
                    "labels_url": "http://translate.otrs.com/api/projects/otrs/labels/?format=api",
                    "translation_review": true,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": null,
                "repo": null,
                "git_export": "http://translate.otrs.com/git/otrs/otrs/",
                "branch": null,
                "push_branch": "",
                "filemask": null,
                "screenshot_filemask": null,
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "i18n/otrs/otrs.pot",
                "file_format": "po",
                "license": "GPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "http://translate.otrs.com/projects/otrs/otrs/",
                "url": "http://translate.otrs.com/api/components/otrs/otrs/?format=api",
                "repository_url": "http://translate.otrs.com/api/components/otrs/otrs/repository/?format=api",
                "translations_url": "http://translate.otrs.com/api/components/otrs/otrs/translations/?format=api",
                "statistics_url": "http://translate.otrs.com/api/components/otrs/otrs/statistics/?format=api",
                "lock_url": "http://translate.otrs.com/api/components/otrs/otrs/lock/?format=api",
                "links_url": "http://translate.otrs.com/api/components/otrs/otrs/links/?format=api",
                "changes_list_url": "http://translate.otrs.com/api/components/otrs/otrs/changes/?format=api",
                "task_url": null,
                "new_lang": "contact",
                "language_code_style": "",
                "push": null,
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "documentation@otrs.com",
                "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": false,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [
                    "http://translate.otrs.com/api/addons/22/?format=api",
                    "http://translate.otrs.com/api/addons/21/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "pt_BR",
            "id": 675,
            "filename": "i18n/otrs/otrs.pt_BR.po",
            "revision": "57ba2243a1a5772041a2eedc05e295a9beea34e5",
            "web_url": "http://translate.otrs.com/projects/otrs/otrs/pt_BR/",
            "share_url": "http://translate.otrs.com/engage/otrs/-/pt_BR/",
            "translate_url": "http://translate.otrs.com/translate/otrs/otrs/pt_BR/",
            "url": "http://translate.otrs.com/api/translations/otrs/otrs/pt_BR/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 9461,
            "total_words": 81949,
            "translated": 9432,
            "translated_words": 81751,
            "translated_percent": 99.6,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 64,
            "failing_checks_words": 262,
            "failing_checks_percent": 0.6,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2025-03-14T14:54:34.304977Z",
            "last_author": null,
            "repository_url": "http://translate.otrs.com/api/translations/otrs/otrs/pt_BR/repository/?format=api",
            "file_url": "http://translate.otrs.com/api/translations/otrs/otrs/pt_BR/file/?format=api",
            "statistics_url": "http://translate.otrs.com/api/translations/otrs/otrs/pt_BR/statistics/?format=api",
            "changes_list_url": "http://translate.otrs.com/api/translations/otrs/otrs/pt_BR/changes/?format=api",
            "units_list_url": "http://translate.otrs.com/api/translations/otrs/otrs/pt_BR/units/?format=api"
        },
        {
            "language": {
                "id": 251,
                "code": "ro",
                "name": "Romanian",
                "plural": {
                    "id": 251,
                    "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": "http://translate.otrs.com/languages/ro/",
                "url": "http://translate.otrs.com/api/languages/ro/?format=api",
                "statistics_url": "http://translate.otrs.com/api/languages/ro/statistics/?format=api"
            },
            "component": {
                "name": "OTRS",
                "slug": "otrs",
                "id": 26,
                "source_language": {
                    "id": 76,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 76,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "http://translate.otrs.com/languages/en/",
                    "url": "http://translate.otrs.com/api/languages/en/?format=api",
                    "statistics_url": "http://translate.otrs.com/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "OTRS",
                    "slug": "otrs",
                    "id": 7,
                    "web": "https://otrs.com",
                    "web_url": "http://translate.otrs.com/projects/otrs/",
                    "url": "http://translate.otrs.com/api/projects/otrs/?format=api",
                    "components_list_url": "http://translate.otrs.com/api/projects/otrs/components/?format=api",
                    "repository_url": "http://translate.otrs.com/api/projects/otrs/repository/?format=api",
                    "statistics_url": "http://translate.otrs.com/api/projects/otrs/statistics/?format=api",
                    "categories_url": "http://translate.otrs.com/api/projects/otrs/categories/?format=api",
                    "changes_list_url": "http://translate.otrs.com/api/projects/otrs/changes/?format=api",
                    "languages_url": "http://translate.otrs.com/api/projects/otrs/languages/?format=api",
                    "labels_url": "http://translate.otrs.com/api/projects/otrs/labels/?format=api",
                    "translation_review": true,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": null,
                "repo": null,
                "git_export": "http://translate.otrs.com/git/otrs/otrs/",
                "branch": null,
                "push_branch": "",
                "filemask": null,
                "screenshot_filemask": null,
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "i18n/otrs/otrs.pot",
                "file_format": "po",
                "license": "GPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "http://translate.otrs.com/projects/otrs/otrs/",
                "url": "http://translate.otrs.com/api/components/otrs/otrs/?format=api",
                "repository_url": "http://translate.otrs.com/api/components/otrs/otrs/repository/?format=api",
                "translations_url": "http://translate.otrs.com/api/components/otrs/otrs/translations/?format=api",
                "statistics_url": "http://translate.otrs.com/api/components/otrs/otrs/statistics/?format=api",
                "lock_url": "http://translate.otrs.com/api/components/otrs/otrs/lock/?format=api",
                "links_url": "http://translate.otrs.com/api/components/otrs/otrs/links/?format=api",
                "changes_list_url": "http://translate.otrs.com/api/components/otrs/otrs/changes/?format=api",
                "task_url": null,
                "new_lang": "contact",
                "language_code_style": "",
                "push": null,
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "documentation@otrs.com",
                "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": false,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [
                    "http://translate.otrs.com/api/addons/22/?format=api",
                    "http://translate.otrs.com/api/addons/21/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "ro",
            "id": 676,
            "filename": "i18n/otrs/otrs.ro.po",
            "revision": "4886db68d40ee688616e81805f5e6b31c8dc7277",
            "web_url": "http://translate.otrs.com/projects/otrs/otrs/ro/",
            "share_url": "http://translate.otrs.com/engage/otrs/-/ro/",
            "translate_url": "http://translate.otrs.com/translate/otrs/otrs/ro/",
            "url": "http://translate.otrs.com/api/translations/otrs/otrs/ro/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 9461,
            "total_words": 81949,
            "translated": 9432,
            "translated_words": 81751,
            "translated_percent": 99.6,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 96,
            "failing_checks_words": 417,
            "failing_checks_percent": 1.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2025-03-14T14:54:36.935113Z",
            "last_author": null,
            "repository_url": "http://translate.otrs.com/api/translations/otrs/otrs/ro/repository/?format=api",
            "file_url": "http://translate.otrs.com/api/translations/otrs/otrs/ro/file/?format=api",
            "statistics_url": "http://translate.otrs.com/api/translations/otrs/otrs/ro/statistics/?format=api",
            "changes_list_url": "http://translate.otrs.com/api/translations/otrs/otrs/ro/changes/?format=api",
            "units_list_url": "http://translate.otrs.com/api/translations/otrs/otrs/ro/units/?format=api"
        },
        {
            "language": {
                "id": 254,
                "code": "ru",
                "name": "Russian",
                "plural": {
                    "id": 254,
                    "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": "http://translate.otrs.com/languages/ru/",
                "url": "http://translate.otrs.com/api/languages/ru/?format=api",
                "statistics_url": "http://translate.otrs.com/api/languages/ru/statistics/?format=api"
            },
            "component": {
                "name": "OTRS",
                "slug": "otrs",
                "id": 26,
                "source_language": {
                    "id": 76,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 76,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "http://translate.otrs.com/languages/en/",
                    "url": "http://translate.otrs.com/api/languages/en/?format=api",
                    "statistics_url": "http://translate.otrs.com/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "OTRS",
                    "slug": "otrs",
                    "id": 7,
                    "web": "https://otrs.com",
                    "web_url": "http://translate.otrs.com/projects/otrs/",
                    "url": "http://translate.otrs.com/api/projects/otrs/?format=api",
                    "components_list_url": "http://translate.otrs.com/api/projects/otrs/components/?format=api",
                    "repository_url": "http://translate.otrs.com/api/projects/otrs/repository/?format=api",
                    "statistics_url": "http://translate.otrs.com/api/projects/otrs/statistics/?format=api",
                    "categories_url": "http://translate.otrs.com/api/projects/otrs/categories/?format=api",
                    "changes_list_url": "http://translate.otrs.com/api/projects/otrs/changes/?format=api",
                    "languages_url": "http://translate.otrs.com/api/projects/otrs/languages/?format=api",
                    "labels_url": "http://translate.otrs.com/api/projects/otrs/labels/?format=api",
                    "translation_review": true,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": null,
                "repo": null,
                "git_export": "http://translate.otrs.com/git/otrs/otrs/",
                "branch": null,
                "push_branch": "",
                "filemask": null,
                "screenshot_filemask": null,
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "i18n/otrs/otrs.pot",
                "file_format": "po",
                "license": "GPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "http://translate.otrs.com/projects/otrs/otrs/",
                "url": "http://translate.otrs.com/api/components/otrs/otrs/?format=api",
                "repository_url": "http://translate.otrs.com/api/components/otrs/otrs/repository/?format=api",
                "translations_url": "http://translate.otrs.com/api/components/otrs/otrs/translations/?format=api",
                "statistics_url": "http://translate.otrs.com/api/components/otrs/otrs/statistics/?format=api",
                "lock_url": "http://translate.otrs.com/api/components/otrs/otrs/lock/?format=api",
                "links_url": "http://translate.otrs.com/api/components/otrs/otrs/links/?format=api",
                "changes_list_url": "http://translate.otrs.com/api/components/otrs/otrs/changes/?format=api",
                "task_url": null,
                "new_lang": "contact",
                "language_code_style": "",
                "push": null,
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "documentation@otrs.com",
                "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": false,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [
                    "http://translate.otrs.com/api/addons/22/?format=api",
                    "http://translate.otrs.com/api/addons/21/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "ru",
            "id": 677,
            "filename": "i18n/otrs/otrs.ru.po",
            "revision": "f24ef8379f3f3e1cc293133ce80556b8756b8f06",
            "web_url": "http://translate.otrs.com/projects/otrs/otrs/ru/",
            "share_url": "http://translate.otrs.com/engage/otrs/-/ru/",
            "translate_url": "http://translate.otrs.com/translate/otrs/otrs/ru/",
            "url": "http://translate.otrs.com/api/translations/otrs/otrs/ru/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 9461,
            "total_words": 81949,
            "translated": 9432,
            "translated_words": 81751,
            "translated_percent": 99.6,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 30,
            "failing_checks_words": 157,
            "failing_checks_percent": 0.3,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2025-03-14T14:54:39.882726Z",
            "last_author": null,
            "repository_url": "http://translate.otrs.com/api/translations/otrs/otrs/ru/repository/?format=api",
            "file_url": "http://translate.otrs.com/api/translations/otrs/otrs/ru/file/?format=api",
            "statistics_url": "http://translate.otrs.com/api/translations/otrs/otrs/ru/statistics/?format=api",
            "changes_list_url": "http://translate.otrs.com/api/translations/otrs/otrs/ru/changes/?format=api",
            "units_list_url": "http://translate.otrs.com/api/translations/otrs/otrs/ru/units/?format=api"
        },
        {
            "language": {
                "id": 275,
                "code": "sk",
                "name": "Slovak",
                "plural": {
                    "id": 275,
                    "source": 0,
                    "number": 3,
                    "formula": "(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2",
                    "type": 2
                },
                "aliases": [
                    "svk",
                    "sky",
                    "slk",
                    "slo"
                ],
                "direction": "ltr",
                "population": 6680269,
                "web_url": "http://translate.otrs.com/languages/sk/",
                "url": "http://translate.otrs.com/api/languages/sk/?format=api",
                "statistics_url": "http://translate.otrs.com/api/languages/sk/statistics/?format=api"
            },
            "component": {
                "name": "OTRS",
                "slug": "otrs",
                "id": 26,
                "source_language": {
                    "id": 76,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 76,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "http://translate.otrs.com/languages/en/",
                    "url": "http://translate.otrs.com/api/languages/en/?format=api",
                    "statistics_url": "http://translate.otrs.com/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "OTRS",
                    "slug": "otrs",
                    "id": 7,
                    "web": "https://otrs.com",
                    "web_url": "http://translate.otrs.com/projects/otrs/",
                    "url": "http://translate.otrs.com/api/projects/otrs/?format=api",
                    "components_list_url": "http://translate.otrs.com/api/projects/otrs/components/?format=api",
                    "repository_url": "http://translate.otrs.com/api/projects/otrs/repository/?format=api",
                    "statistics_url": "http://translate.otrs.com/api/projects/otrs/statistics/?format=api",
                    "categories_url": "http://translate.otrs.com/api/projects/otrs/categories/?format=api",
                    "changes_list_url": "http://translate.otrs.com/api/projects/otrs/changes/?format=api",
                    "languages_url": "http://translate.otrs.com/api/projects/otrs/languages/?format=api",
                    "labels_url": "http://translate.otrs.com/api/projects/otrs/labels/?format=api",
                    "translation_review": true,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": null,
                "repo": null,
                "git_export": "http://translate.otrs.com/git/otrs/otrs/",
                "branch": null,
                "push_branch": "",
                "filemask": null,
                "screenshot_filemask": null,
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "i18n/otrs/otrs.pot",
                "file_format": "po",
                "license": "GPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "http://translate.otrs.com/projects/otrs/otrs/",
                "url": "http://translate.otrs.com/api/components/otrs/otrs/?format=api",
                "repository_url": "http://translate.otrs.com/api/components/otrs/otrs/repository/?format=api",
                "translations_url": "http://translate.otrs.com/api/components/otrs/otrs/translations/?format=api",
                "statistics_url": "http://translate.otrs.com/api/components/otrs/otrs/statistics/?format=api",
                "lock_url": "http://translate.otrs.com/api/components/otrs/otrs/lock/?format=api",
                "links_url": "http://translate.otrs.com/api/components/otrs/otrs/links/?format=api",
                "changes_list_url": "http://translate.otrs.com/api/components/otrs/otrs/changes/?format=api",
                "task_url": null,
                "new_lang": "contact",
                "language_code_style": "",
                "push": null,
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "documentation@otrs.com",
                "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": false,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [
                    "http://translate.otrs.com/api/addons/22/?format=api",
                    "http://translate.otrs.com/api/addons/21/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "sk_SK",
            "id": 678,
            "filename": "i18n/otrs/otrs.sk_SK.po",
            "revision": "3305f811574da2dabc53417a3c33a8f45a349393",
            "web_url": "http://translate.otrs.com/projects/otrs/otrs/sk/",
            "share_url": "http://translate.otrs.com/engage/otrs/-/sk/",
            "translate_url": "http://translate.otrs.com/translate/otrs/otrs/sk/",
            "url": "http://translate.otrs.com/api/translations/otrs/otrs/sk/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 9461,
            "total_words": 81949,
            "translated": 9432,
            "translated_words": 81751,
            "translated_percent": 99.6,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 114,
            "failing_checks_words": 566,
            "failing_checks_percent": 1.2,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2025-03-14T14:54:42.613825Z",
            "last_author": null,
            "repository_url": "http://translate.otrs.com/api/translations/otrs/otrs/sk/repository/?format=api",
            "file_url": "http://translate.otrs.com/api/translations/otrs/otrs/sk/file/?format=api",
            "statistics_url": "http://translate.otrs.com/api/translations/otrs/otrs/sk/statistics/?format=api",
            "changes_list_url": "http://translate.otrs.com/api/translations/otrs/otrs/sk/changes/?format=api",
            "units_list_url": "http://translate.otrs.com/api/translations/otrs/otrs/sk/units/?format=api"
        },
        {
            "language": {
                "id": 276,
                "code": "sl",
                "name": "Slovenian",
                "plural": {
                    "id": 276,
                    "source": 0,
                    "number": 4,
                    "formula": "n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3",
                    "type": 6
                },
                "aliases": [
                    "sl_sl",
                    "slv"
                ],
                "direction": "ltr",
                "population": 1973179,
                "web_url": "http://translate.otrs.com/languages/sl/",
                "url": "http://translate.otrs.com/api/languages/sl/?format=api",
                "statistics_url": "http://translate.otrs.com/api/languages/sl/statistics/?format=api"
            },
            "component": {
                "name": "OTRS",
                "slug": "otrs",
                "id": 26,
                "source_language": {
                    "id": 76,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 76,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "http://translate.otrs.com/languages/en/",
                    "url": "http://translate.otrs.com/api/languages/en/?format=api",
                    "statistics_url": "http://translate.otrs.com/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "OTRS",
                    "slug": "otrs",
                    "id": 7,
                    "web": "https://otrs.com",
                    "web_url": "http://translate.otrs.com/projects/otrs/",
                    "url": "http://translate.otrs.com/api/projects/otrs/?format=api",
                    "components_list_url": "http://translate.otrs.com/api/projects/otrs/components/?format=api",
                    "repository_url": "http://translate.otrs.com/api/projects/otrs/repository/?format=api",
                    "statistics_url": "http://translate.otrs.com/api/projects/otrs/statistics/?format=api",
                    "categories_url": "http://translate.otrs.com/api/projects/otrs/categories/?format=api",
                    "changes_list_url": "http://translate.otrs.com/api/projects/otrs/changes/?format=api",
                    "languages_url": "http://translate.otrs.com/api/projects/otrs/languages/?format=api",
                    "labels_url": "http://translate.otrs.com/api/projects/otrs/labels/?format=api",
                    "translation_review": true,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": null,
                "repo": null,
                "git_export": "http://translate.otrs.com/git/otrs/otrs/",
                "branch": null,
                "push_branch": "",
                "filemask": null,
                "screenshot_filemask": null,
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "i18n/otrs/otrs.pot",
                "file_format": "po",
                "license": "GPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "http://translate.otrs.com/projects/otrs/otrs/",
                "url": "http://translate.otrs.com/api/components/otrs/otrs/?format=api",
                "repository_url": "http://translate.otrs.com/api/components/otrs/otrs/repository/?format=api",
                "translations_url": "http://translate.otrs.com/api/components/otrs/otrs/translations/?format=api",
                "statistics_url": "http://translate.otrs.com/api/components/otrs/otrs/statistics/?format=api",
                "lock_url": "http://translate.otrs.com/api/components/otrs/otrs/lock/?format=api",
                "links_url": "http://translate.otrs.com/api/components/otrs/otrs/links/?format=api",
                "changes_list_url": "http://translate.otrs.com/api/components/otrs/otrs/changes/?format=api",
                "task_url": null,
                "new_lang": "contact",
                "language_code_style": "",
                "push": null,
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "documentation@otrs.com",
                "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": false,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [
                    "http://translate.otrs.com/api/addons/22/?format=api",
                    "http://translate.otrs.com/api/addons/21/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "sl",
            "id": 679,
            "filename": "i18n/otrs/otrs.sl.po",
            "revision": "ba63c39bda50159b614f026f7a37aa2dd9dab5aa",
            "web_url": "http://translate.otrs.com/projects/otrs/otrs/sl/",
            "share_url": "http://translate.otrs.com/engage/otrs/-/sl/",
            "translate_url": "http://translate.otrs.com/translate/otrs/otrs/sl/",
            "url": "http://translate.otrs.com/api/translations/otrs/otrs/sl/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 9461,
            "total_words": 81949,
            "translated": 9432,
            "translated_words": 81751,
            "translated_percent": 99.6,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 121,
            "failing_checks_words": 698,
            "failing_checks_percent": 1.2,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2025-03-14T14:54:45.364385Z",
            "last_author": null,
            "repository_url": "http://translate.otrs.com/api/translations/otrs/otrs/sl/repository/?format=api",
            "file_url": "http://translate.otrs.com/api/translations/otrs/otrs/sl/file/?format=api",
            "statistics_url": "http://translate.otrs.com/api/translations/otrs/otrs/sl/statistics/?format=api",
            "changes_list_url": "http://translate.otrs.com/api/translations/otrs/otrs/sl/changes/?format=api",
            "units_list_url": "http://translate.otrs.com/api/translations/otrs/otrs/sl/units/?format=api"
        },
        {
            "language": {
                "id": 287,
                "code": "sr",
                "name": "Serbian",
                "plural": {
                    "id": 287,
                    "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": [
                    "scc",
                    "sr_cs",
                    "rs",
                    "srp"
                ],
                "direction": "ltr",
                "population": 7516818,
                "web_url": "http://translate.otrs.com/languages/sr/",
                "url": "http://translate.otrs.com/api/languages/sr/?format=api",
                "statistics_url": "http://translate.otrs.com/api/languages/sr/statistics/?format=api"
            },
            "component": {
                "name": "OTRS",
                "slug": "otrs",
                "id": 26,
                "source_language": {
                    "id": 76,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 76,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "http://translate.otrs.com/languages/en/",
                    "url": "http://translate.otrs.com/api/languages/en/?format=api",
                    "statistics_url": "http://translate.otrs.com/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "OTRS",
                    "slug": "otrs",
                    "id": 7,
                    "web": "https://otrs.com",
                    "web_url": "http://translate.otrs.com/projects/otrs/",
                    "url": "http://translate.otrs.com/api/projects/otrs/?format=api",
                    "components_list_url": "http://translate.otrs.com/api/projects/otrs/components/?format=api",
                    "repository_url": "http://translate.otrs.com/api/projects/otrs/repository/?format=api",
                    "statistics_url": "http://translate.otrs.com/api/projects/otrs/statistics/?format=api",
                    "categories_url": "http://translate.otrs.com/api/projects/otrs/categories/?format=api",
                    "changes_list_url": "http://translate.otrs.com/api/projects/otrs/changes/?format=api",
                    "languages_url": "http://translate.otrs.com/api/projects/otrs/languages/?format=api",
                    "labels_url": "http://translate.otrs.com/api/projects/otrs/labels/?format=api",
                    "translation_review": true,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": null,
                "repo": null,
                "git_export": "http://translate.otrs.com/git/otrs/otrs/",
                "branch": null,
                "push_branch": "",
                "filemask": null,
                "screenshot_filemask": null,
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "i18n/otrs/otrs.pot",
                "file_format": "po",
                "license": "GPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "http://translate.otrs.com/projects/otrs/otrs/",
                "url": "http://translate.otrs.com/api/components/otrs/otrs/?format=api",
                "repository_url": "http://translate.otrs.com/api/components/otrs/otrs/repository/?format=api",
                "translations_url": "http://translate.otrs.com/api/components/otrs/otrs/translations/?format=api",
                "statistics_url": "http://translate.otrs.com/api/components/otrs/otrs/statistics/?format=api",
                "lock_url": "http://translate.otrs.com/api/components/otrs/otrs/lock/?format=api",
                "links_url": "http://translate.otrs.com/api/components/otrs/otrs/links/?format=api",
                "changes_list_url": "http://translate.otrs.com/api/components/otrs/otrs/changes/?format=api",
                "task_url": null,
                "new_lang": "contact",
                "language_code_style": "",
                "push": null,
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "documentation@otrs.com",
                "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": false,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [
                    "http://translate.otrs.com/api/addons/22/?format=api",
                    "http://translate.otrs.com/api/addons/21/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "sr",
            "id": 680,
            "filename": "i18n/otrs/otrs.sr.po",
            "revision": "ede26b97381f2a2e7bc8adfdb46804adcdb0bbd9",
            "web_url": "http://translate.otrs.com/projects/otrs/otrs/sr/",
            "share_url": "http://translate.otrs.com/engage/otrs/-/sr/",
            "translate_url": "http://translate.otrs.com/translate/otrs/otrs/sr/",
            "url": "http://translate.otrs.com/api/translations/otrs/otrs/sr/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 9461,
            "total_words": 81949,
            "translated": 9234,
            "translated_words": 78880,
            "translated_percent": 97.6,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 15,
            "failing_checks_words": 162,
            "failing_checks_percent": 0.1,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2025-03-14T14:54:48.005893Z",
            "last_author": null,
            "repository_url": "http://translate.otrs.com/api/translations/otrs/otrs/sr/repository/?format=api",
            "file_url": "http://translate.otrs.com/api/translations/otrs/otrs/sr/file/?format=api",
            "statistics_url": "http://translate.otrs.com/api/translations/otrs/otrs/sr/statistics/?format=api",
            "changes_list_url": "http://translate.otrs.com/api/translations/otrs/otrs/sr/changes/?format=api",
            "units_list_url": "http://translate.otrs.com/api/translations/otrs/otrs/sr/units/?format=api"
        },
        {
            "language": {
                "id": 294,
                "code": "sv",
                "name": "Swedish",
                "plural": {
                    "id": 294,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "swe_se",
                    "sve",
                    "swe"
                ],
                "direction": "ltr",
                "population": 12932871,
                "web_url": "http://translate.otrs.com/languages/sv/",
                "url": "http://translate.otrs.com/api/languages/sv/?format=api",
                "statistics_url": "http://translate.otrs.com/api/languages/sv/statistics/?format=api"
            },
            "component": {
                "name": "OTRS",
                "slug": "otrs",
                "id": 26,
                "source_language": {
                    "id": 76,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 76,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "http://translate.otrs.com/languages/en/",
                    "url": "http://translate.otrs.com/api/languages/en/?format=api",
                    "statistics_url": "http://translate.otrs.com/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "OTRS",
                    "slug": "otrs",
                    "id": 7,
                    "web": "https://otrs.com",
                    "web_url": "http://translate.otrs.com/projects/otrs/",
                    "url": "http://translate.otrs.com/api/projects/otrs/?format=api",
                    "components_list_url": "http://translate.otrs.com/api/projects/otrs/components/?format=api",
                    "repository_url": "http://translate.otrs.com/api/projects/otrs/repository/?format=api",
                    "statistics_url": "http://translate.otrs.com/api/projects/otrs/statistics/?format=api",
                    "categories_url": "http://translate.otrs.com/api/projects/otrs/categories/?format=api",
                    "changes_list_url": "http://translate.otrs.com/api/projects/otrs/changes/?format=api",
                    "languages_url": "http://translate.otrs.com/api/projects/otrs/languages/?format=api",
                    "labels_url": "http://translate.otrs.com/api/projects/otrs/labels/?format=api",
                    "translation_review": true,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": null,
                "repo": null,
                "git_export": "http://translate.otrs.com/git/otrs/otrs/",
                "branch": null,
                "push_branch": "",
                "filemask": null,
                "screenshot_filemask": null,
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "i18n/otrs/otrs.pot",
                "file_format": "po",
                "license": "GPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "http://translate.otrs.com/projects/otrs/otrs/",
                "url": "http://translate.otrs.com/api/components/otrs/otrs/?format=api",
                "repository_url": "http://translate.otrs.com/api/components/otrs/otrs/repository/?format=api",
                "translations_url": "http://translate.otrs.com/api/components/otrs/otrs/translations/?format=api",
                "statistics_url": "http://translate.otrs.com/api/components/otrs/otrs/statistics/?format=api",
                "lock_url": "http://translate.otrs.com/api/components/otrs/otrs/lock/?format=api",
                "links_url": "http://translate.otrs.com/api/components/otrs/otrs/links/?format=api",
                "changes_list_url": "http://translate.otrs.com/api/components/otrs/otrs/changes/?format=api",
                "task_url": null,
                "new_lang": "contact",
                "language_code_style": "",
                "push": null,
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "documentation@otrs.com",
                "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": false,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [
                    "http://translate.otrs.com/api/addons/22/?format=api",
                    "http://translate.otrs.com/api/addons/21/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "sv",
            "id": 681,
            "filename": "i18n/otrs/otrs.sv.po",
            "revision": "4cd8b12fadce3f32ca3679b7d9feb13cd52bbf2e",
            "web_url": "http://translate.otrs.com/projects/otrs/otrs/sv/",
            "share_url": "http://translate.otrs.com/engage/otrs/-/sv/",
            "translate_url": "http://translate.otrs.com/translate/otrs/otrs/sv/",
            "url": "http://translate.otrs.com/api/translations/otrs/otrs/sv/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 9461,
            "total_words": 81949,
            "translated": 9432,
            "translated_words": 81751,
            "translated_percent": 99.6,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 94,
            "failing_checks_words": 540,
            "failing_checks_percent": 0.9,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2025-03-14T14:54:50.913939Z",
            "last_author": null,
            "repository_url": "http://translate.otrs.com/api/translations/otrs/otrs/sv/repository/?format=api",
            "file_url": "http://translate.otrs.com/api/translations/otrs/otrs/sv/file/?format=api",
            "statistics_url": "http://translate.otrs.com/api/translations/otrs/otrs/sv/statistics/?format=api",
            "changes_list_url": "http://translate.otrs.com/api/translations/otrs/otrs/sv/changes/?format=api",
            "units_list_url": "http://translate.otrs.com/api/translations/otrs/otrs/sv/units/?format=api"
        },
        {
            "language": {
                "id": 295,
                "code": "sw",
                "name": "Swahili",
                "plural": {
                    "id": 295,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "swa",
                    "swh"
                ],
                "direction": "ltr",
                "population": 171610296,
                "web_url": "http://translate.otrs.com/languages/sw/",
                "url": "http://translate.otrs.com/api/languages/sw/?format=api",
                "statistics_url": "http://translate.otrs.com/api/languages/sw/statistics/?format=api"
            },
            "component": {
                "name": "OTRS",
                "slug": "otrs",
                "id": 26,
                "source_language": {
                    "id": 76,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 76,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "http://translate.otrs.com/languages/en/",
                    "url": "http://translate.otrs.com/api/languages/en/?format=api",
                    "statistics_url": "http://translate.otrs.com/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "OTRS",
                    "slug": "otrs",
                    "id": 7,
                    "web": "https://otrs.com",
                    "web_url": "http://translate.otrs.com/projects/otrs/",
                    "url": "http://translate.otrs.com/api/projects/otrs/?format=api",
                    "components_list_url": "http://translate.otrs.com/api/projects/otrs/components/?format=api",
                    "repository_url": "http://translate.otrs.com/api/projects/otrs/repository/?format=api",
                    "statistics_url": "http://translate.otrs.com/api/projects/otrs/statistics/?format=api",
                    "categories_url": "http://translate.otrs.com/api/projects/otrs/categories/?format=api",
                    "changes_list_url": "http://translate.otrs.com/api/projects/otrs/changes/?format=api",
                    "languages_url": "http://translate.otrs.com/api/projects/otrs/languages/?format=api",
                    "labels_url": "http://translate.otrs.com/api/projects/otrs/labels/?format=api",
                    "translation_review": true,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": null,
                "repo": null,
                "git_export": "http://translate.otrs.com/git/otrs/otrs/",
                "branch": null,
                "push_branch": "",
                "filemask": null,
                "screenshot_filemask": null,
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "i18n/otrs/otrs.pot",
                "file_format": "po",
                "license": "GPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "http://translate.otrs.com/projects/otrs/otrs/",
                "url": "http://translate.otrs.com/api/components/otrs/otrs/?format=api",
                "repository_url": "http://translate.otrs.com/api/components/otrs/otrs/repository/?format=api",
                "translations_url": "http://translate.otrs.com/api/components/otrs/otrs/translations/?format=api",
                "statistics_url": "http://translate.otrs.com/api/components/otrs/otrs/statistics/?format=api",
                "lock_url": "http://translate.otrs.com/api/components/otrs/otrs/lock/?format=api",
                "links_url": "http://translate.otrs.com/api/components/otrs/otrs/links/?format=api",
                "changes_list_url": "http://translate.otrs.com/api/components/otrs/otrs/changes/?format=api",
                "task_url": null,
                "new_lang": "contact",
                "language_code_style": "",
                "push": null,
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "documentation@otrs.com",
                "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": false,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [
                    "http://translate.otrs.com/api/addons/22/?format=api",
                    "http://translate.otrs.com/api/addons/21/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "sw",
            "id": 682,
            "filename": "i18n/otrs/otrs.sw.po",
            "revision": "ab91276bd4df1b483b504d570a177389b9e355b4",
            "web_url": "http://translate.otrs.com/projects/otrs/otrs/sw/",
            "share_url": "http://translate.otrs.com/engage/otrs/-/sw/",
            "translate_url": "http://translate.otrs.com/translate/otrs/otrs/sw/",
            "url": "http://translate.otrs.com/api/translations/otrs/otrs/sw/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 9461,
            "total_words": 81949,
            "translated": 9432,
            "translated_words": 81751,
            "translated_percent": 99.6,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 298,
            "failing_checks_words": 2648,
            "failing_checks_percent": 3.1,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2025-03-14T14:54:53.612055Z",
            "last_author": null,
            "repository_url": "http://translate.otrs.com/api/translations/otrs/otrs/sw/repository/?format=api",
            "file_url": "http://translate.otrs.com/api/translations/otrs/otrs/sw/file/?format=api",
            "statistics_url": "http://translate.otrs.com/api/translations/otrs/otrs/sw/statistics/?format=api",
            "changes_list_url": "http://translate.otrs.com/api/translations/otrs/otrs/sw/changes/?format=api",
            "units_list_url": "http://translate.otrs.com/api/translations/otrs/otrs/sw/units/?format=api"
        },
        {
            "language": {
                "id": 304,
                "code": "th",
                "name": "Thai",
                "plural": {
                    "id": 304,
                    "source": 0,
                    "number": 1,
                    "formula": "0",
                    "type": 0
                },
                "aliases": [
                    "tha"
                ],
                "direction": "ltr",
                "population": 55181920,
                "web_url": "http://translate.otrs.com/languages/th/",
                "url": "http://translate.otrs.com/api/languages/th/?format=api",
                "statistics_url": "http://translate.otrs.com/api/languages/th/statistics/?format=api"
            },
            "component": {
                "name": "OTRS",
                "slug": "otrs",
                "id": 26,
                "source_language": {
                    "id": 76,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 76,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "http://translate.otrs.com/languages/en/",
                    "url": "http://translate.otrs.com/api/languages/en/?format=api",
                    "statistics_url": "http://translate.otrs.com/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "OTRS",
                    "slug": "otrs",
                    "id": 7,
                    "web": "https://otrs.com",
                    "web_url": "http://translate.otrs.com/projects/otrs/",
                    "url": "http://translate.otrs.com/api/projects/otrs/?format=api",
                    "components_list_url": "http://translate.otrs.com/api/projects/otrs/components/?format=api",
                    "repository_url": "http://translate.otrs.com/api/projects/otrs/repository/?format=api",
                    "statistics_url": "http://translate.otrs.com/api/projects/otrs/statistics/?format=api",
                    "categories_url": "http://translate.otrs.com/api/projects/otrs/categories/?format=api",
                    "changes_list_url": "http://translate.otrs.com/api/projects/otrs/changes/?format=api",
                    "languages_url": "http://translate.otrs.com/api/projects/otrs/languages/?format=api",
                    "labels_url": "http://translate.otrs.com/api/projects/otrs/labels/?format=api",
                    "translation_review": true,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": null,
                "repo": null,
                "git_export": "http://translate.otrs.com/git/otrs/otrs/",
                "branch": null,
                "push_branch": "",
                "filemask": null,
                "screenshot_filemask": null,
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "i18n/otrs/otrs.pot",
                "file_format": "po",
                "license": "GPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "http://translate.otrs.com/projects/otrs/otrs/",
                "url": "http://translate.otrs.com/api/components/otrs/otrs/?format=api",
                "repository_url": "http://translate.otrs.com/api/components/otrs/otrs/repository/?format=api",
                "translations_url": "http://translate.otrs.com/api/components/otrs/otrs/translations/?format=api",
                "statistics_url": "http://translate.otrs.com/api/components/otrs/otrs/statistics/?format=api",
                "lock_url": "http://translate.otrs.com/api/components/otrs/otrs/lock/?format=api",
                "links_url": "http://translate.otrs.com/api/components/otrs/otrs/links/?format=api",
                "changes_list_url": "http://translate.otrs.com/api/components/otrs/otrs/changes/?format=api",
                "task_url": null,
                "new_lang": "contact",
                "language_code_style": "",
                "push": null,
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "documentation@otrs.com",
                "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": false,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [
                    "http://translate.otrs.com/api/addons/22/?format=api",
                    "http://translate.otrs.com/api/addons/21/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "th_TH",
            "id": 683,
            "filename": "i18n/otrs/otrs.th_TH.po",
            "revision": "6b795fb312fe7e99be5ae134450013b54dcfd572",
            "web_url": "http://translate.otrs.com/projects/otrs/otrs/th/",
            "share_url": "http://translate.otrs.com/engage/otrs/-/th/",
            "translate_url": "http://translate.otrs.com/translate/otrs/otrs/th/",
            "url": "http://translate.otrs.com/api/translations/otrs/otrs/th/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 9461,
            "total_words": 81949,
            "translated": 9432,
            "translated_words": 81751,
            "translated_percent": 99.6,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 131,
            "failing_checks_words": 859,
            "failing_checks_percent": 1.3,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2025-03-14T14:54:56.529397Z",
            "last_author": null,
            "repository_url": "http://translate.otrs.com/api/translations/otrs/otrs/th/repository/?format=api",
            "file_url": "http://translate.otrs.com/api/translations/otrs/otrs/th/file/?format=api",
            "statistics_url": "http://translate.otrs.com/api/translations/otrs/otrs/th/statistics/?format=api",
            "changes_list_url": "http://translate.otrs.com/api/translations/otrs/otrs/th/changes/?format=api",
            "units_list_url": "http://translate.otrs.com/api/translations/otrs/otrs/th/units/?format=api"
        },
        {
            "language": {
                "id": 313,
                "code": "tr",
                "name": "Turkish",
                "plural": {
                    "id": 313,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "trk",
                    "tur"
                ],
                "direction": "ltr",
                "population": 80360705,
                "web_url": "http://translate.otrs.com/languages/tr/",
                "url": "http://translate.otrs.com/api/languages/tr/?format=api",
                "statistics_url": "http://translate.otrs.com/api/languages/tr/statistics/?format=api"
            },
            "component": {
                "name": "OTRS",
                "slug": "otrs",
                "id": 26,
                "source_language": {
                    "id": 76,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 76,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "http://translate.otrs.com/languages/en/",
                    "url": "http://translate.otrs.com/api/languages/en/?format=api",
                    "statistics_url": "http://translate.otrs.com/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "OTRS",
                    "slug": "otrs",
                    "id": 7,
                    "web": "https://otrs.com",
                    "web_url": "http://translate.otrs.com/projects/otrs/",
                    "url": "http://translate.otrs.com/api/projects/otrs/?format=api",
                    "components_list_url": "http://translate.otrs.com/api/projects/otrs/components/?format=api",
                    "repository_url": "http://translate.otrs.com/api/projects/otrs/repository/?format=api",
                    "statistics_url": "http://translate.otrs.com/api/projects/otrs/statistics/?format=api",
                    "categories_url": "http://translate.otrs.com/api/projects/otrs/categories/?format=api",
                    "changes_list_url": "http://translate.otrs.com/api/projects/otrs/changes/?format=api",
                    "languages_url": "http://translate.otrs.com/api/projects/otrs/languages/?format=api",
                    "labels_url": "http://translate.otrs.com/api/projects/otrs/labels/?format=api",
                    "translation_review": true,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": null,
                "repo": null,
                "git_export": "http://translate.otrs.com/git/otrs/otrs/",
                "branch": null,
                "push_branch": "",
                "filemask": null,
                "screenshot_filemask": null,
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "i18n/otrs/otrs.pot",
                "file_format": "po",
                "license": "GPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "http://translate.otrs.com/projects/otrs/otrs/",
                "url": "http://translate.otrs.com/api/components/otrs/otrs/?format=api",
                "repository_url": "http://translate.otrs.com/api/components/otrs/otrs/repository/?format=api",
                "translations_url": "http://translate.otrs.com/api/components/otrs/otrs/translations/?format=api",
                "statistics_url": "http://translate.otrs.com/api/components/otrs/otrs/statistics/?format=api",
                "lock_url": "http://translate.otrs.com/api/components/otrs/otrs/lock/?format=api",
                "links_url": "http://translate.otrs.com/api/components/otrs/otrs/links/?format=api",
                "changes_list_url": "http://translate.otrs.com/api/components/otrs/otrs/changes/?format=api",
                "task_url": null,
                "new_lang": "contact",
                "language_code_style": "",
                "push": null,
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "documentation@otrs.com",
                "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": false,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [
                    "http://translate.otrs.com/api/addons/22/?format=api",
                    "http://translate.otrs.com/api/addons/21/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "tr",
            "id": 684,
            "filename": "i18n/otrs/otrs.tr.po",
            "revision": "c5e5b7de84450fecfb3cbce01939e73967146542",
            "web_url": "http://translate.otrs.com/projects/otrs/otrs/tr/",
            "share_url": "http://translate.otrs.com/engage/otrs/-/tr/",
            "translate_url": "http://translate.otrs.com/translate/otrs/otrs/tr/",
            "url": "http://translate.otrs.com/api/translations/otrs/otrs/tr/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 9461,
            "total_words": 81949,
            "translated": 9432,
            "translated_words": 81751,
            "translated_percent": 99.6,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 64,
            "failing_checks_words": 250,
            "failing_checks_percent": 0.6,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2025-03-14T14:54:59.577043Z",
            "last_author": null,
            "repository_url": "http://translate.otrs.com/api/translations/otrs/otrs/tr/repository/?format=api",
            "file_url": "http://translate.otrs.com/api/translations/otrs/otrs/tr/file/?format=api",
            "statistics_url": "http://translate.otrs.com/api/translations/otrs/otrs/tr/statistics/?format=api",
            "changes_list_url": "http://translate.otrs.com/api/translations/otrs/otrs/tr/changes/?format=api",
            "units_list_url": "http://translate.otrs.com/api/translations/otrs/otrs/tr/units/?format=api"
        },
        {
            "language": {
                "id": 321,
                "code": "uk",
                "name": "Ukrainian",
                "plural": {
                    "id": 321,
                    "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": "http://translate.otrs.com/languages/uk/",
                "url": "http://translate.otrs.com/api/languages/uk/?format=api",
                "statistics_url": "http://translate.otrs.com/api/languages/uk/statistics/?format=api"
            },
            "component": {
                "name": "OTRS",
                "slug": "otrs",
                "id": 26,
                "source_language": {
                    "id": 76,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 76,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "http://translate.otrs.com/languages/en/",
                    "url": "http://translate.otrs.com/api/languages/en/?format=api",
                    "statistics_url": "http://translate.otrs.com/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "OTRS",
                    "slug": "otrs",
                    "id": 7,
                    "web": "https://otrs.com",
                    "web_url": "http://translate.otrs.com/projects/otrs/",
                    "url": "http://translate.otrs.com/api/projects/otrs/?format=api",
                    "components_list_url": "http://translate.otrs.com/api/projects/otrs/components/?format=api",
                    "repository_url": "http://translate.otrs.com/api/projects/otrs/repository/?format=api",
                    "statistics_url": "http://translate.otrs.com/api/projects/otrs/statistics/?format=api",
                    "categories_url": "http://translate.otrs.com/api/projects/otrs/categories/?format=api",
                    "changes_list_url": "http://translate.otrs.com/api/projects/otrs/changes/?format=api",
                    "languages_url": "http://translate.otrs.com/api/projects/otrs/languages/?format=api",
                    "labels_url": "http://translate.otrs.com/api/projects/otrs/labels/?format=api",
                    "translation_review": true,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": null,
                "repo": null,
                "git_export": "http://translate.otrs.com/git/otrs/otrs/",
                "branch": null,
                "push_branch": "",
                "filemask": null,
                "screenshot_filemask": null,
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "i18n/otrs/otrs.pot",
                "file_format": "po",
                "license": "GPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "http://translate.otrs.com/projects/otrs/otrs/",
                "url": "http://translate.otrs.com/api/components/otrs/otrs/?format=api",
                "repository_url": "http://translate.otrs.com/api/components/otrs/otrs/repository/?format=api",
                "translations_url": "http://translate.otrs.com/api/components/otrs/otrs/translations/?format=api",
                "statistics_url": "http://translate.otrs.com/api/components/otrs/otrs/statistics/?format=api",
                "lock_url": "http://translate.otrs.com/api/components/otrs/otrs/lock/?format=api",
                "links_url": "http://translate.otrs.com/api/components/otrs/otrs/links/?format=api",
                "changes_list_url": "http://translate.otrs.com/api/components/otrs/otrs/changes/?format=api",
                "task_url": null,
                "new_lang": "contact",
                "language_code_style": "",
                "push": null,
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "documentation@otrs.com",
                "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": false,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [
                    "http://translate.otrs.com/api/addons/22/?format=api",
                    "http://translate.otrs.com/api/addons/21/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "uk",
            "id": 685,
            "filename": "i18n/otrs/otrs.uk.po",
            "revision": "b361034a3d82f1b87aac0dc39db9c5327f1a1d14",
            "web_url": "http://translate.otrs.com/projects/otrs/otrs/uk/",
            "share_url": "http://translate.otrs.com/engage/otrs/-/uk/",
            "translate_url": "http://translate.otrs.com/translate/otrs/otrs/uk/",
            "url": "http://translate.otrs.com/api/translations/otrs/otrs/uk/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 9461,
            "total_words": 81949,
            "translated": 9432,
            "translated_words": 81751,
            "translated_percent": 99.6,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 286,
            "failing_checks_words": 2047,
            "failing_checks_percent": 3.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2025-03-14T14:55:02.321885Z",
            "last_author": null,
            "repository_url": "http://translate.otrs.com/api/translations/otrs/otrs/uk/repository/?format=api",
            "file_url": "http://translate.otrs.com/api/translations/otrs/otrs/uk/file/?format=api",
            "statistics_url": "http://translate.otrs.com/api/translations/otrs/otrs/uk/statistics/?format=api",
            "changes_list_url": "http://translate.otrs.com/api/translations/otrs/otrs/uk/changes/?format=api",
            "units_list_url": "http://translate.otrs.com/api/translations/otrs/otrs/uk/units/?format=api"
        },
        {
            "language": {
                "id": 328,
                "code": "vi",
                "name": "Vietnamese",
                "plural": {
                    "id": 328,
                    "source": 0,
                    "number": 1,
                    "formula": "0",
                    "type": 0
                },
                "aliases": [
                    "vn",
                    "vie"
                ],
                "direction": "ltr",
                "population": 86222961,
                "web_url": "http://translate.otrs.com/languages/vi/",
                "url": "http://translate.otrs.com/api/languages/vi/?format=api",
                "statistics_url": "http://translate.otrs.com/api/languages/vi/statistics/?format=api"
            },
            "component": {
                "name": "OTRS",
                "slug": "otrs",
                "id": 26,
                "source_language": {
                    "id": 76,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 76,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "http://translate.otrs.com/languages/en/",
                    "url": "http://translate.otrs.com/api/languages/en/?format=api",
                    "statistics_url": "http://translate.otrs.com/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "OTRS",
                    "slug": "otrs",
                    "id": 7,
                    "web": "https://otrs.com",
                    "web_url": "http://translate.otrs.com/projects/otrs/",
                    "url": "http://translate.otrs.com/api/projects/otrs/?format=api",
                    "components_list_url": "http://translate.otrs.com/api/projects/otrs/components/?format=api",
                    "repository_url": "http://translate.otrs.com/api/projects/otrs/repository/?format=api",
                    "statistics_url": "http://translate.otrs.com/api/projects/otrs/statistics/?format=api",
                    "categories_url": "http://translate.otrs.com/api/projects/otrs/categories/?format=api",
                    "changes_list_url": "http://translate.otrs.com/api/projects/otrs/changes/?format=api",
                    "languages_url": "http://translate.otrs.com/api/projects/otrs/languages/?format=api",
                    "labels_url": "http://translate.otrs.com/api/projects/otrs/labels/?format=api",
                    "translation_review": true,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": null,
                "repo": null,
                "git_export": "http://translate.otrs.com/git/otrs/otrs/",
                "branch": null,
                "push_branch": "",
                "filemask": null,
                "screenshot_filemask": null,
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "i18n/otrs/otrs.pot",
                "file_format": "po",
                "license": "GPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "http://translate.otrs.com/projects/otrs/otrs/",
                "url": "http://translate.otrs.com/api/components/otrs/otrs/?format=api",
                "repository_url": "http://translate.otrs.com/api/components/otrs/otrs/repository/?format=api",
                "translations_url": "http://translate.otrs.com/api/components/otrs/otrs/translations/?format=api",
                "statistics_url": "http://translate.otrs.com/api/components/otrs/otrs/statistics/?format=api",
                "lock_url": "http://translate.otrs.com/api/components/otrs/otrs/lock/?format=api",
                "links_url": "http://translate.otrs.com/api/components/otrs/otrs/links/?format=api",
                "changes_list_url": "http://translate.otrs.com/api/components/otrs/otrs/changes/?format=api",
                "task_url": null,
                "new_lang": "contact",
                "language_code_style": "",
                "push": null,
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "documentation@otrs.com",
                "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": false,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [
                    "http://translate.otrs.com/api/addons/22/?format=api",
                    "http://translate.otrs.com/api/addons/21/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "vi_VN",
            "id": 686,
            "filename": "i18n/otrs/otrs.vi_VN.po",
            "revision": "d3173ec1a36191e7f0247ea6c9980df5f2a57c59",
            "web_url": "http://translate.otrs.com/projects/otrs/otrs/vi/",
            "share_url": "http://translate.otrs.com/engage/otrs/-/vi/",
            "translate_url": "http://translate.otrs.com/translate/otrs/otrs/vi/",
            "url": "http://translate.otrs.com/api/translations/otrs/otrs/vi/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 9461,
            "total_words": 81949,
            "translated": 9432,
            "translated_words": 81751,
            "translated_percent": 99.6,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 121,
            "failing_checks_words": 690,
            "failing_checks_percent": 1.2,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2025-03-14T14:55:05.048551Z",
            "last_author": null,
            "repository_url": "http://translate.otrs.com/api/translations/otrs/otrs/vi/repository/?format=api",
            "file_url": "http://translate.otrs.com/api/translations/otrs/otrs/vi/file/?format=api",
            "statistics_url": "http://translate.otrs.com/api/translations/otrs/otrs/vi/statistics/?format=api",
            "changes_list_url": "http://translate.otrs.com/api/translations/otrs/otrs/vi/changes/?format=api",
            "units_list_url": "http://translate.otrs.com/api/translations/otrs/otrs/vi/units/?format=api"
        },
        {
            "language": {
                "id": 343,
                "code": "zh_Hans",
                "name": "Chinese (Simplified)",
                "plural": {
                    "id": 343,
                    "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": "http://translate.otrs.com/languages/zh_Hans/",
                "url": "http://translate.otrs.com/api/languages/zh_Hans/?format=api",
                "statistics_url": "http://translate.otrs.com/api/languages/zh_Hans/statistics/?format=api"
            },
            "component": {
                "name": "OTRS",
                "slug": "otrs",
                "id": 26,
                "source_language": {
                    "id": 76,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 76,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "http://translate.otrs.com/languages/en/",
                    "url": "http://translate.otrs.com/api/languages/en/?format=api",
                    "statistics_url": "http://translate.otrs.com/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "OTRS",
                    "slug": "otrs",
                    "id": 7,
                    "web": "https://otrs.com",
                    "web_url": "http://translate.otrs.com/projects/otrs/",
                    "url": "http://translate.otrs.com/api/projects/otrs/?format=api",
                    "components_list_url": "http://translate.otrs.com/api/projects/otrs/components/?format=api",
                    "repository_url": "http://translate.otrs.com/api/projects/otrs/repository/?format=api",
                    "statistics_url": "http://translate.otrs.com/api/projects/otrs/statistics/?format=api",
                    "categories_url": "http://translate.otrs.com/api/projects/otrs/categories/?format=api",
                    "changes_list_url": "http://translate.otrs.com/api/projects/otrs/changes/?format=api",
                    "languages_url": "http://translate.otrs.com/api/projects/otrs/languages/?format=api",
                    "labels_url": "http://translate.otrs.com/api/projects/otrs/labels/?format=api",
                    "translation_review": true,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": null,
                "repo": null,
                "git_export": "http://translate.otrs.com/git/otrs/otrs/",
                "branch": null,
                "push_branch": "",
                "filemask": null,
                "screenshot_filemask": null,
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "i18n/otrs/otrs.pot",
                "file_format": "po",
                "license": "GPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "http://translate.otrs.com/projects/otrs/otrs/",
                "url": "http://translate.otrs.com/api/components/otrs/otrs/?format=api",
                "repository_url": "http://translate.otrs.com/api/components/otrs/otrs/repository/?format=api",
                "translations_url": "http://translate.otrs.com/api/components/otrs/otrs/translations/?format=api",
                "statistics_url": "http://translate.otrs.com/api/components/otrs/otrs/statistics/?format=api",
                "lock_url": "http://translate.otrs.com/api/components/otrs/otrs/lock/?format=api",
                "links_url": "http://translate.otrs.com/api/components/otrs/otrs/links/?format=api",
                "changes_list_url": "http://translate.otrs.com/api/components/otrs/otrs/changes/?format=api",
                "task_url": null,
                "new_lang": "contact",
                "language_code_style": "",
                "push": null,
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "documentation@otrs.com",
                "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": false,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [
                    "http://translate.otrs.com/api/addons/22/?format=api",
                    "http://translate.otrs.com/api/addons/21/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "zh_CN",
            "id": 687,
            "filename": "i18n/otrs/otrs.zh_CN.po",
            "revision": "b96418e268d73aac0e5480518dd86979699dddee",
            "web_url": "http://translate.otrs.com/projects/otrs/otrs/zh_Hans/",
            "share_url": "http://translate.otrs.com/engage/otrs/-/zh_Hans/",
            "translate_url": "http://translate.otrs.com/translate/otrs/otrs/zh_Hans/",
            "url": "http://translate.otrs.com/api/translations/otrs/otrs/zh_Hans/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 9461,
            "total_words": 81949,
            "translated": 9432,
            "translated_words": 81751,
            "translated_percent": 99.6,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 40,
            "failing_checks_words": 411,
            "failing_checks_percent": 0.4,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2025-03-14T14:55:08.028699Z",
            "last_author": null,
            "repository_url": "http://translate.otrs.com/api/translations/otrs/otrs/zh_Hans/repository/?format=api",
            "file_url": "http://translate.otrs.com/api/translations/otrs/otrs/zh_Hans/file/?format=api",
            "statistics_url": "http://translate.otrs.com/api/translations/otrs/otrs/zh_Hans/statistics/?format=api",
            "changes_list_url": "http://translate.otrs.com/api/translations/otrs/otrs/zh_Hans/changes/?format=api",
            "units_list_url": "http://translate.otrs.com/api/translations/otrs/otrs/zh_Hans/units/?format=api"
        },
        {
            "language": {
                "id": 345,
                "code": "zh_Hant",
                "name": "Chinese (Traditional)",
                "plural": {
                    "id": 345,
                    "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": "http://translate.otrs.com/languages/zh_Hant/",
                "url": "http://translate.otrs.com/api/languages/zh_Hant/?format=api",
                "statistics_url": "http://translate.otrs.com/api/languages/zh_Hant/statistics/?format=api"
            },
            "component": {
                "name": "OTRS",
                "slug": "otrs",
                "id": 26,
                "source_language": {
                    "id": 76,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 76,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "http://translate.otrs.com/languages/en/",
                    "url": "http://translate.otrs.com/api/languages/en/?format=api",
                    "statistics_url": "http://translate.otrs.com/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "OTRS",
                    "slug": "otrs",
                    "id": 7,
                    "web": "https://otrs.com",
                    "web_url": "http://translate.otrs.com/projects/otrs/",
                    "url": "http://translate.otrs.com/api/projects/otrs/?format=api",
                    "components_list_url": "http://translate.otrs.com/api/projects/otrs/components/?format=api",
                    "repository_url": "http://translate.otrs.com/api/projects/otrs/repository/?format=api",
                    "statistics_url": "http://translate.otrs.com/api/projects/otrs/statistics/?format=api",
                    "categories_url": "http://translate.otrs.com/api/projects/otrs/categories/?format=api",
                    "changes_list_url": "http://translate.otrs.com/api/projects/otrs/changes/?format=api",
                    "languages_url": "http://translate.otrs.com/api/projects/otrs/languages/?format=api",
                    "labels_url": "http://translate.otrs.com/api/projects/otrs/labels/?format=api",
                    "translation_review": true,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": null,
                "repo": null,
                "git_export": "http://translate.otrs.com/git/otrs/otrs/",
                "branch": null,
                "push_branch": "",
                "filemask": null,
                "screenshot_filemask": null,
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "i18n/otrs/otrs.pot",
                "file_format": "po",
                "license": "GPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "http://translate.otrs.com/projects/otrs/otrs/",
                "url": "http://translate.otrs.com/api/components/otrs/otrs/?format=api",
                "repository_url": "http://translate.otrs.com/api/components/otrs/otrs/repository/?format=api",
                "translations_url": "http://translate.otrs.com/api/components/otrs/otrs/translations/?format=api",
                "statistics_url": "http://translate.otrs.com/api/components/otrs/otrs/statistics/?format=api",
                "lock_url": "http://translate.otrs.com/api/components/otrs/otrs/lock/?format=api",
                "links_url": "http://translate.otrs.com/api/components/otrs/otrs/links/?format=api",
                "changes_list_url": "http://translate.otrs.com/api/components/otrs/otrs/changes/?format=api",
                "task_url": null,
                "new_lang": "contact",
                "language_code_style": "",
                "push": null,
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "documentation@otrs.com",
                "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": false,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [
                    "http://translate.otrs.com/api/addons/22/?format=api",
                    "http://translate.otrs.com/api/addons/21/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "zh_TW",
            "id": 688,
            "filename": "i18n/otrs/otrs.zh_TW.po",
            "revision": "de043d80a1b781863d202ce8fd53329129fd632e",
            "web_url": "http://translate.otrs.com/projects/otrs/otrs/zh_Hant/",
            "share_url": "http://translate.otrs.com/engage/otrs/-/zh_Hant/",
            "translate_url": "http://translate.otrs.com/translate/otrs/otrs/zh_Hant/",
            "url": "http://translate.otrs.com/api/translations/otrs/otrs/zh_Hant/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 9461,
            "total_words": 81949,
            "translated": 9432,
            "translated_words": 81751,
            "translated_percent": 99.6,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 164,
            "failing_checks_words": 1230,
            "failing_checks_percent": 1.7,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2025-03-14T14:55:10.782699Z",
            "last_author": null,
            "repository_url": "http://translate.otrs.com/api/translations/otrs/otrs/zh_Hant/repository/?format=api",
            "file_url": "http://translate.otrs.com/api/translations/otrs/otrs/zh_Hant/file/?format=api",
            "statistics_url": "http://translate.otrs.com/api/translations/otrs/otrs/zh_Hant/statistics/?format=api",
            "changes_list_url": "http://translate.otrs.com/api/translations/otrs/otrs/zh_Hant/changes/?format=api",
            "units_list_url": "http://translate.otrs.com/api/translations/otrs/otrs/zh_Hant/units/?format=api"
        },
        {
            "language": {
                "id": 76,
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 76,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485517,
                "web_url": "http://translate.otrs.com/languages/en/",
                "url": "http://translate.otrs.com/api/languages/en/?format=api",
                "statistics_url": "http://translate.otrs.com/api/languages/en/statistics/?format=api"
            },
            "component": {
                "name": "TimeAccounting",
                "slug": "time-accounting",
                "id": 43,
                "source_language": {
                    "id": 76,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 76,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "http://translate.otrs.com/languages/en/",
                    "url": "http://translate.otrs.com/api/languages/en/?format=api",
                    "statistics_url": "http://translate.otrs.com/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "OTRS 7",
                    "slug": "otrs-7",
                    "id": 5,
                    "web": "https://otrs.com",
                    "web_url": "http://translate.otrs.com/projects/otrs-7/",
                    "url": "http://translate.otrs.com/api/projects/otrs-7/?format=api",
                    "components_list_url": "http://translate.otrs.com/api/projects/otrs-7/components/?format=api",
                    "repository_url": "http://translate.otrs.com/api/projects/otrs-7/repository/?format=api",
                    "statistics_url": "http://translate.otrs.com/api/projects/otrs-7/statistics/?format=api",
                    "categories_url": "http://translate.otrs.com/api/projects/otrs-7/categories/?format=api",
                    "changes_list_url": "http://translate.otrs.com/api/projects/otrs-7/changes/?format=api",
                    "languages_url": "http://translate.otrs.com/api/projects/otrs-7/languages/?format=api",
                    "labels_url": "http://translate.otrs.com/api/projects/otrs-7/labels/?format=api",
                    "translation_review": true,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": null,
                "repo": null,
                "git_export": "http://translate.otrs.com/git/otrs-7/time-accounting/",
                "branch": null,
                "push_branch": "",
                "filemask": null,
                "screenshot_filemask": null,
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "i18n/TimeAccounting/TimeAccounting.pot",
                "file_format": "po",
                "license": "GPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "http://translate.otrs.com/projects/otrs-7/time-accounting/",
                "url": "http://translate.otrs.com/api/components/otrs-7/time-accounting/?format=api",
                "repository_url": "http://translate.otrs.com/api/components/otrs-7/time-accounting/repository/?format=api",
                "translations_url": "http://translate.otrs.com/api/components/otrs-7/time-accounting/translations/?format=api",
                "statistics_url": "http://translate.otrs.com/api/components/otrs-7/time-accounting/statistics/?format=api",
                "lock_url": "http://translate.otrs.com/api/components/otrs-7/time-accounting/lock/?format=api",
                "links_url": "http://translate.otrs.com/api/components/otrs-7/time-accounting/links/?format=api",
                "changes_list_url": "http://translate.otrs.com/api/components/otrs-7/time-accounting/changes/?format=api",
                "task_url": null,
                "new_lang": "contact",
                "language_code_style": "",
                "push": null,
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": true,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": false,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [
                    "http://translate.otrs.com/api/addons/62/?format=api",
                    "http://translate.otrs.com/api/addons/61/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "en",
            "id": 689,
            "filename": "i18n/TimeAccounting/TimeAccounting.pot",
            "revision": "401451dff3d8b49875f995fad82006e8576a1eee",
            "web_url": "http://translate.otrs.com/projects/otrs-7/time-accounting/en/",
            "share_url": "http://translate.otrs.com/engage/otrs-7/-/en/",
            "translate_url": "http://translate.otrs.com/translate/otrs-7/time-accounting/en/",
            "url": "http://translate.otrs.com/api/translations/otrs-7/time-accounting/en/?format=api",
            "is_template": false,
            "is_source": true,
            "total": 193,
            "total_words": 1083,
            "translated": 193,
            "translated_words": 1083,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 54,
            "failing_checks_words": 411,
            "failing_checks_percent": 27.9,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2022-02-22T18:09:08.641817Z",
            "last_author": null,
            "repository_url": "http://translate.otrs.com/api/translations/otrs-7/time-accounting/en/repository/?format=api",
            "file_url": "http://translate.otrs.com/api/translations/otrs-7/time-accounting/en/file/?format=api",
            "statistics_url": "http://translate.otrs.com/api/translations/otrs-7/time-accounting/en/statistics/?format=api",
            "changes_list_url": "http://translate.otrs.com/api/translations/otrs-7/time-accounting/en/changes/?format=api",
            "units_list_url": "http://translate.otrs.com/api/translations/otrs-7/time-accounting/en/units/?format=api"
        },
        {
            "language": {
                "id": 76,
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 76,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485517,
                "web_url": "http://translate.otrs.com/languages/en/",
                "url": "http://translate.otrs.com/api/languages/en/?format=api",
                "statistics_url": "http://translate.otrs.com/api/languages/en/statistics/?format=api"
            },
            "component": {
                "name": "Import Export",
                "slug": "import-export",
                "id": 38,
                "source_language": {
                    "id": 76,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 76,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "http://translate.otrs.com/languages/en/",
                    "url": "http://translate.otrs.com/api/languages/en/?format=api",
                    "statistics_url": "http://translate.otrs.com/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "OTRS 7",
                    "slug": "otrs-7",
                    "id": 5,
                    "web": "https://otrs.com",
                    "web_url": "http://translate.otrs.com/projects/otrs-7/",
                    "url": "http://translate.otrs.com/api/projects/otrs-7/?format=api",
                    "components_list_url": "http://translate.otrs.com/api/projects/otrs-7/components/?format=api",
                    "repository_url": "http://translate.otrs.com/api/projects/otrs-7/repository/?format=api",
                    "statistics_url": "http://translate.otrs.com/api/projects/otrs-7/statistics/?format=api",
                    "categories_url": "http://translate.otrs.com/api/projects/otrs-7/categories/?format=api",
                    "changes_list_url": "http://translate.otrs.com/api/projects/otrs-7/changes/?format=api",
                    "languages_url": "http://translate.otrs.com/api/projects/otrs-7/languages/?format=api",
                    "labels_url": "http://translate.otrs.com/api/projects/otrs-7/labels/?format=api",
                    "translation_review": true,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": null,
                "repo": null,
                "git_export": "http://translate.otrs.com/git/otrs-7/import-export/",
                "branch": null,
                "push_branch": "",
                "filemask": null,
                "screenshot_filemask": null,
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "i18n/ImportExport/ImportExport.pot",
                "file_format": "po",
                "license": "GPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "http://translate.otrs.com/projects/otrs-7/import-export/",
                "url": "http://translate.otrs.com/api/components/otrs-7/import-export/?format=api",
                "repository_url": "http://translate.otrs.com/api/components/otrs-7/import-export/repository/?format=api",
                "translations_url": "http://translate.otrs.com/api/components/otrs-7/import-export/translations/?format=api",
                "statistics_url": "http://translate.otrs.com/api/components/otrs-7/import-export/statistics/?format=api",
                "lock_url": "http://translate.otrs.com/api/components/otrs-7/import-export/lock/?format=api",
                "links_url": "http://translate.otrs.com/api/components/otrs-7/import-export/links/?format=api",
                "changes_list_url": "http://translate.otrs.com/api/components/otrs-7/import-export/changes/?format=api",
                "task_url": null,
                "new_lang": "contact",
                "language_code_style": "",
                "push": null,
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": true,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": false,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [
                    "http://translate.otrs.com/api/addons/44/?format=api",
                    "http://translate.otrs.com/api/addons/43/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "en",
            "id": 690,
            "filename": "i18n/ImportExport/ImportExport.pot",
            "revision": "38bc69d5f5496f78ed7fee3f26362fef21db97ee",
            "web_url": "http://translate.otrs.com/projects/otrs-7/import-export/en/",
            "share_url": "http://translate.otrs.com/engage/otrs-7/-/en/",
            "translate_url": "http://translate.otrs.com/translate/otrs-7/import-export/en/",
            "url": "http://translate.otrs.com/api/translations/otrs-7/import-export/en/?format=api",
            "is_template": false,
            "is_source": true,
            "total": 57,
            "total_words": 242,
            "translated": 57,
            "translated_words": 242,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 20,
            "failing_checks_words": 122,
            "failing_checks_percent": 35.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2022-03-02T12:36:30.349655Z",
            "last_author": "Balázs Úr",
            "repository_url": "http://translate.otrs.com/api/translations/otrs-7/import-export/en/repository/?format=api",
            "file_url": "http://translate.otrs.com/api/translations/otrs-7/import-export/en/file/?format=api",
            "statistics_url": "http://translate.otrs.com/api/translations/otrs-7/import-export/en/statistics/?format=api",
            "changes_list_url": "http://translate.otrs.com/api/translations/otrs-7/import-export/en/changes/?format=api",
            "units_list_url": "http://translate.otrs.com/api/translations/otrs-7/import-export/en/units/?format=api"
        }
    ]
}