Translation components API.

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

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

{
    "count": 756,
    "next": "http://translate.otrs.com/api/translations/?format=api&page=2",
    "previous": null,
    "results": [
        {
            "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": "OTRS",
                "slug": "otrs",
                "id": 7,
                "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",
                    "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/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-7/otrs/",
                "url": "http://translate.otrs.com/api/components/otrs-7/otrs/?format=api",
                "repository_url": "http://translate.otrs.com/api/components/otrs-7/otrs/repository/?format=api",
                "translations_url": "http://translate.otrs.com/api/components/otrs-7/otrs/translations/?format=api",
                "statistics_url": "http://translate.otrs.com/api/components/otrs-7/otrs/statistics/?format=api",
                "lock_url": "http://translate.otrs.com/api/components/otrs-7/otrs/lock/?format=api",
                "links_url": "http://translate.otrs.com/api/components/otrs-7/otrs/links/?format=api",
                "changes_list_url": "http://translate.otrs.com/api/components/otrs-7/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": "",
                "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/26/?format=api",
                    "http://translate.otrs.com/api/addons/5/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null
            },
            "language_code": "en",
            "id": 69,
            "filename": "i18n/otrs/otrs.pot",
            "revision": "f0e2e89fde5f3c75796daa4874e4c0c8a3036d60",
            "web_url": "http://translate.otrs.com/projects/otrs-7/otrs/en/",
            "share_url": "http://translate.otrs.com/engage/otrs-7/-/en/",
            "translate_url": "http://translate.otrs.com/translate/otrs-7/otrs/en/",
            "url": "http://translate.otrs.com/api/translations/otrs-7/otrs/en/?format=api",
            "is_template": false,
            "is_source": true,
            "total": 7125,
            "total_words": 59570,
            "translated": 7125,
            "translated_words": 59570,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 3403,
            "failing_checks_words": 34109,
            "failing_checks_percent": 47.7,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "http://translate.otrs.com/api/translations/otrs-7/otrs/en/repository/?format=api",
            "file_url": "http://translate.otrs.com/api/translations/otrs-7/otrs/en/file/?format=api",
            "statistics_url": "http://translate.otrs.com/api/translations/otrs-7/otrs/en/statistics/?format=api",
            "changes_list_url": "http://translate.otrs.com/api/translations/otrs-7/otrs/en/changes/?format=api",
            "units_list_url": "http://translate.otrs.com/api/translations/otrs-7/otrs/en/units/?format=api"
        },
        {
            "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": 7,
                "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",
                    "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/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-7/otrs/",
                "url": "http://translate.otrs.com/api/components/otrs-7/otrs/?format=api",
                "repository_url": "http://translate.otrs.com/api/components/otrs-7/otrs/repository/?format=api",
                "translations_url": "http://translate.otrs.com/api/components/otrs-7/otrs/translations/?format=api",
                "statistics_url": "http://translate.otrs.com/api/components/otrs-7/otrs/statistics/?format=api",
                "lock_url": "http://translate.otrs.com/api/components/otrs-7/otrs/lock/?format=api",
                "links_url": "http://translate.otrs.com/api/components/otrs-7/otrs/links/?format=api",
                "changes_list_url": "http://translate.otrs.com/api/components/otrs-7/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": "",
                "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/26/?format=api",
                    "http://translate.otrs.com/api/addons/5/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null
            },
            "language_code": "ar_SA",
            "id": 71,
            "filename": "i18n/otrs/otrs.ar_SA.po",
            "revision": "0c94bd2df4fcd65d09c016aeee62c0c1158b5653",
            "web_url": "http://translate.otrs.com/projects/otrs-7/otrs/ar_SA/",
            "share_url": "http://translate.otrs.com/engage/otrs-7/-/ar_SA/",
            "translate_url": "http://translate.otrs.com/translate/otrs-7/otrs/ar_SA/",
            "url": "http://translate.otrs.com/api/translations/otrs-7/otrs/ar_SA/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 7125,
            "total_words": 59570,
            "translated": 443,
            "translated_words": 934,
            "translated_percent": 6.2,
            "fuzzy": 6,
            "fuzzy_words": 25,
            "fuzzy_percent": 0.1,
            "failing_checks": 21,
            "failing_checks_words": 73,
            "failing_checks_percent": 0.2,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "http://translate.otrs.com/api/translations/otrs-7/otrs/ar_SA/repository/?format=api",
            "file_url": "http://translate.otrs.com/api/translations/otrs-7/otrs/ar_SA/file/?format=api",
            "statistics_url": "http://translate.otrs.com/api/translations/otrs-7/otrs/ar_SA/statistics/?format=api",
            "changes_list_url": "http://translate.otrs.com/api/translations/otrs-7/otrs/ar_SA/changes/?format=api",
            "units_list_url": "http://translate.otrs.com/api/translations/otrs-7/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": 7,
                "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",
                    "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/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-7/otrs/",
                "url": "http://translate.otrs.com/api/components/otrs-7/otrs/?format=api",
                "repository_url": "http://translate.otrs.com/api/components/otrs-7/otrs/repository/?format=api",
                "translations_url": "http://translate.otrs.com/api/components/otrs-7/otrs/translations/?format=api",
                "statistics_url": "http://translate.otrs.com/api/components/otrs-7/otrs/statistics/?format=api",
                "lock_url": "http://translate.otrs.com/api/components/otrs-7/otrs/lock/?format=api",
                "links_url": "http://translate.otrs.com/api/components/otrs-7/otrs/links/?format=api",
                "changes_list_url": "http://translate.otrs.com/api/components/otrs-7/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": "",
                "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/26/?format=api",
                    "http://translate.otrs.com/api/addons/5/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null
            },
            "language_code": "bg",
            "id": 74,
            "filename": "i18n/otrs/otrs.bg.po",
            "revision": "44ee6ad5341079d185e4270b9a9efb83e3153d9a",
            "web_url": "http://translate.otrs.com/projects/otrs-7/otrs/bg/",
            "share_url": "http://translate.otrs.com/engage/otrs-7/-/bg/",
            "translate_url": "http://translate.otrs.com/translate/otrs-7/otrs/bg/",
            "url": "http://translate.otrs.com/api/translations/otrs-7/otrs/bg/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 7125,
            "total_words": 59570,
            "translated": 1187,
            "translated_words": 4933,
            "translated_percent": 16.6,
            "fuzzy": 10,
            "fuzzy_words": 40,
            "fuzzy_percent": 0.1,
            "failing_checks": 113,
            "failing_checks_words": 485,
            "failing_checks_percent": 1.5,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "http://translate.otrs.com/api/translations/otrs-7/otrs/bg/repository/?format=api",
            "file_url": "http://translate.otrs.com/api/translations/otrs-7/otrs/bg/file/?format=api",
            "statistics_url": "http://translate.otrs.com/api/translations/otrs-7/otrs/bg/statistics/?format=api",
            "changes_list_url": "http://translate.otrs.com/api/translations/otrs-7/otrs/bg/changes/?format=api",
            "units_list_url": "http://translate.otrs.com/api/translations/otrs-7/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": 7,
                "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",
                    "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/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-7/otrs/",
                "url": "http://translate.otrs.com/api/components/otrs-7/otrs/?format=api",
                "repository_url": "http://translate.otrs.com/api/components/otrs-7/otrs/repository/?format=api",
                "translations_url": "http://translate.otrs.com/api/components/otrs-7/otrs/translations/?format=api",
                "statistics_url": "http://translate.otrs.com/api/components/otrs-7/otrs/statistics/?format=api",
                "lock_url": "http://translate.otrs.com/api/components/otrs-7/otrs/lock/?format=api",
                "links_url": "http://translate.otrs.com/api/components/otrs-7/otrs/links/?format=api",
                "changes_list_url": "http://translate.otrs.com/api/components/otrs-7/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": "",
                "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/26/?format=api",
                    "http://translate.otrs.com/api/addons/5/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null
            },
            "language_code": "ca",
            "id": 77,
            "filename": "i18n/otrs/otrs.ca.po",
            "revision": "98377eb1ce22b9be18b9162e0c1a9fd722df2b68",
            "web_url": "http://translate.otrs.com/projects/otrs-7/otrs/ca/",
            "share_url": "http://translate.otrs.com/engage/otrs-7/-/ca/",
            "translate_url": "http://translate.otrs.com/translate/otrs-7/otrs/ca/",
            "url": "http://translate.otrs.com/api/translations/otrs-7/otrs/ca/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 7125,
            "total_words": 59570,
            "translated": 1190,
            "translated_words": 4355,
            "translated_percent": 16.7,
            "fuzzy": 10,
            "fuzzy_words": 40,
            "fuzzy_percent": 0.1,
            "failing_checks": 51,
            "failing_checks_words": 269,
            "failing_checks_percent": 0.7,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2023-10-26T05:41:48.453709Z",
            "last_author": "Cristian Serra",
            "repository_url": "http://translate.otrs.com/api/translations/otrs-7/otrs/ca/repository/?format=api",
            "file_url": "http://translate.otrs.com/api/translations/otrs-7/otrs/ca/file/?format=api",
            "statistics_url": "http://translate.otrs.com/api/translations/otrs-7/otrs/ca/statistics/?format=api",
            "changes_list_url": "http://translate.otrs.com/api/translations/otrs-7/otrs/ca/changes/?format=api",
            "units_list_url": "http://translate.otrs.com/api/translations/otrs-7/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": 7,
                "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",
                    "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/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-7/otrs/",
                "url": "http://translate.otrs.com/api/components/otrs-7/otrs/?format=api",
                "repository_url": "http://translate.otrs.com/api/components/otrs-7/otrs/repository/?format=api",
                "translations_url": "http://translate.otrs.com/api/components/otrs-7/otrs/translations/?format=api",
                "statistics_url": "http://translate.otrs.com/api/components/otrs-7/otrs/statistics/?format=api",
                "lock_url": "http://translate.otrs.com/api/components/otrs-7/otrs/lock/?format=api",
                "links_url": "http://translate.otrs.com/api/components/otrs-7/otrs/links/?format=api",
                "changes_list_url": "http://translate.otrs.com/api/components/otrs-7/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": "",
                "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/26/?format=api",
                    "http://translate.otrs.com/api/addons/5/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null
            },
            "language_code": "cs",
            "id": 79,
            "filename": "i18n/otrs/otrs.cs.po",
            "revision": "c4efcf373915d8c9c9adf325d30fe18efb2f2035",
            "web_url": "http://translate.otrs.com/projects/otrs-7/otrs/cs/",
            "share_url": "http://translate.otrs.com/engage/otrs-7/-/cs/",
            "translate_url": "http://translate.otrs.com/translate/otrs-7/otrs/cs/",
            "url": "http://translate.otrs.com/api/translations/otrs-7/otrs/cs/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 7125,
            "total_words": 59570,
            "translated": 1518,
            "translated_words": 4562,
            "translated_percent": 21.3,
            "fuzzy": 10,
            "fuzzy_words": 40,
            "fuzzy_percent": 0.1,
            "failing_checks": 76,
            "failing_checks_words": 430,
            "failing_checks_percent": 1.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "http://translate.otrs.com/api/translations/otrs-7/otrs/cs/repository/?format=api",
            "file_url": "http://translate.otrs.com/api/translations/otrs-7/otrs/cs/file/?format=api",
            "statistics_url": "http://translate.otrs.com/api/translations/otrs-7/otrs/cs/statistics/?format=api",
            "changes_list_url": "http://translate.otrs.com/api/translations/otrs-7/otrs/cs/changes/?format=api",
            "units_list_url": "http://translate.otrs.com/api/translations/otrs-7/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": 7,
                "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",
                    "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/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-7/otrs/",
                "url": "http://translate.otrs.com/api/components/otrs-7/otrs/?format=api",
                "repository_url": "http://translate.otrs.com/api/components/otrs-7/otrs/repository/?format=api",
                "translations_url": "http://translate.otrs.com/api/components/otrs-7/otrs/translations/?format=api",
                "statistics_url": "http://translate.otrs.com/api/components/otrs-7/otrs/statistics/?format=api",
                "lock_url": "http://translate.otrs.com/api/components/otrs-7/otrs/lock/?format=api",
                "links_url": "http://translate.otrs.com/api/components/otrs-7/otrs/links/?format=api",
                "changes_list_url": "http://translate.otrs.com/api/components/otrs-7/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": "",
                "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/26/?format=api",
                    "http://translate.otrs.com/api/addons/5/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null
            },
            "language_code": "da",
            "id": 81,
            "filename": "i18n/otrs/otrs.da.po",
            "revision": "efd1172286c504c9e74e7bc309d7ef5b6a12dd79",
            "web_url": "http://translate.otrs.com/projects/otrs-7/otrs/da/",
            "share_url": "http://translate.otrs.com/engage/otrs-7/-/da/",
            "translate_url": "http://translate.otrs.com/translate/otrs-7/otrs/da/",
            "url": "http://translate.otrs.com/api/translations/otrs-7/otrs/da/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 7125,
            "total_words": 59570,
            "translated": 2098,
            "translated_words": 8703,
            "translated_percent": 29.4,
            "fuzzy": 10,
            "fuzzy_words": 40,
            "fuzzy_percent": 0.1,
            "failing_checks": 134,
            "failing_checks_words": 727,
            "failing_checks_percent": 1.8,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "http://translate.otrs.com/api/translations/otrs-7/otrs/da/repository/?format=api",
            "file_url": "http://translate.otrs.com/api/translations/otrs-7/otrs/da/file/?format=api",
            "statistics_url": "http://translate.otrs.com/api/translations/otrs-7/otrs/da/statistics/?format=api",
            "changes_list_url": "http://translate.otrs.com/api/translations/otrs-7/otrs/da/changes/?format=api",
            "units_list_url": "http://translate.otrs.com/api/translations/otrs-7/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": 7,
                "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",
                    "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/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-7/otrs/",
                "url": "http://translate.otrs.com/api/components/otrs-7/otrs/?format=api",
                "repository_url": "http://translate.otrs.com/api/components/otrs-7/otrs/repository/?format=api",
                "translations_url": "http://translate.otrs.com/api/components/otrs-7/otrs/translations/?format=api",
                "statistics_url": "http://translate.otrs.com/api/components/otrs-7/otrs/statistics/?format=api",
                "lock_url": "http://translate.otrs.com/api/components/otrs-7/otrs/lock/?format=api",
                "links_url": "http://translate.otrs.com/api/components/otrs-7/otrs/links/?format=api",
                "changes_list_url": "http://translate.otrs.com/api/components/otrs-7/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": "",
                "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/26/?format=api",
                    "http://translate.otrs.com/api/addons/5/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null
            },
            "language_code": "de",
            "id": 83,
            "filename": "i18n/otrs/otrs.de.po",
            "revision": "c5366ac7454277a44337145938c749022f984140",
            "web_url": "http://translate.otrs.com/projects/otrs-7/otrs/de/",
            "share_url": "http://translate.otrs.com/engage/otrs-7/-/de/",
            "translate_url": "http://translate.otrs.com/translate/otrs-7/otrs/de/",
            "url": "http://translate.otrs.com/api/translations/otrs-7/otrs/de/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 7125,
            "total_words": 59570,
            "translated": 7125,
            "translated_words": 59570,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2023-11-21T14:25:58.227238Z",
            "last_author": "Benjamin Mueller",
            "repository_url": "http://translate.otrs.com/api/translations/otrs-7/otrs/de/repository/?format=api",
            "file_url": "http://translate.otrs.com/api/translations/otrs-7/otrs/de/file/?format=api",
            "statistics_url": "http://translate.otrs.com/api/translations/otrs-7/otrs/de/statistics/?format=api",
            "changes_list_url": "http://translate.otrs.com/api/translations/otrs-7/otrs/de/changes/?format=api",
            "units_list_url": "http://translate.otrs.com/api/translations/otrs-7/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": 7,
                "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",
                    "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/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-7/otrs/",
                "url": "http://translate.otrs.com/api/components/otrs-7/otrs/?format=api",
                "repository_url": "http://translate.otrs.com/api/components/otrs-7/otrs/repository/?format=api",
                "translations_url": "http://translate.otrs.com/api/components/otrs-7/otrs/translations/?format=api",
                "statistics_url": "http://translate.otrs.com/api/components/otrs-7/otrs/statistics/?format=api",
                "lock_url": "http://translate.otrs.com/api/components/otrs-7/otrs/lock/?format=api",
                "links_url": "http://translate.otrs.com/api/components/otrs-7/otrs/links/?format=api",
                "changes_list_url": "http://translate.otrs.com/api/components/otrs-7/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": "",
                "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/26/?format=api",
                    "http://translate.otrs.com/api/addons/5/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null
            },
            "language_code": "el",
            "id": 85,
            "filename": "i18n/otrs/otrs.el.po",
            "revision": "0438fe63197baa04d59d9f4cc19a7794a2e1e103",
            "web_url": "http://translate.otrs.com/projects/otrs-7/otrs/el/",
            "share_url": "http://translate.otrs.com/engage/otrs-7/-/el/",
            "translate_url": "http://translate.otrs.com/translate/otrs-7/otrs/el/",
            "url": "http://translate.otrs.com/api/translations/otrs-7/otrs/el/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 7125,
            "total_words": 59570,
            "translated": 815,
            "translated_words": 2158,
            "translated_percent": 11.4,
            "fuzzy": 10,
            "fuzzy_words": 40,
            "fuzzy_percent": 0.1,
            "failing_checks": 34,
            "failing_checks_words": 186,
            "failing_checks_percent": 0.4,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "http://translate.otrs.com/api/translations/otrs-7/otrs/el/repository/?format=api",
            "file_url": "http://translate.otrs.com/api/translations/otrs-7/otrs/el/file/?format=api",
            "statistics_url": "http://translate.otrs.com/api/translations/otrs-7/otrs/el/statistics/?format=api",
            "changes_list_url": "http://translate.otrs.com/api/translations/otrs-7/otrs/el/changes/?format=api",
            "units_list_url": "http://translate.otrs.com/api/translations/otrs-7/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": 7,
                "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",
                    "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/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-7/otrs/",
                "url": "http://translate.otrs.com/api/components/otrs-7/otrs/?format=api",
                "repository_url": "http://translate.otrs.com/api/components/otrs-7/otrs/repository/?format=api",
                "translations_url": "http://translate.otrs.com/api/components/otrs-7/otrs/translations/?format=api",
                "statistics_url": "http://translate.otrs.com/api/components/otrs-7/otrs/statistics/?format=api",
                "lock_url": "http://translate.otrs.com/api/components/otrs-7/otrs/lock/?format=api",
                "links_url": "http://translate.otrs.com/api/components/otrs-7/otrs/links/?format=api",
                "changes_list_url": "http://translate.otrs.com/api/components/otrs-7/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": "",
                "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/26/?format=api",
                    "http://translate.otrs.com/api/addons/5/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null
            },
            "language_code": "en_CA",
            "id": 87,
            "filename": "i18n/otrs/otrs.en_CA.po",
            "revision": "e4efe5d3b1cb696da5ee47508f21117a2f2423f7",
            "web_url": "http://translate.otrs.com/projects/otrs-7/otrs/en_CA/",
            "share_url": "http://translate.otrs.com/engage/otrs-7/-/en_CA/",
            "translate_url": "http://translate.otrs.com/translate/otrs-7/otrs/en_CA/",
            "url": "http://translate.otrs.com/api/translations/otrs-7/otrs/en_CA/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 7125,
            "total_words": 59570,
            "translated": 15,
            "translated_words": 46,
            "translated_percent": 0.2,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "http://translate.otrs.com/api/translations/otrs-7/otrs/en_CA/repository/?format=api",
            "file_url": "http://translate.otrs.com/api/translations/otrs-7/otrs/en_CA/file/?format=api",
            "statistics_url": "http://translate.otrs.com/api/translations/otrs-7/otrs/en_CA/statistics/?format=api",
            "changes_list_url": "http://translate.otrs.com/api/translations/otrs-7/otrs/en_CA/changes/?format=api",
            "units_list_url": "http://translate.otrs.com/api/translations/otrs-7/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": 7,
                "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",
                    "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/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-7/otrs/",
                "url": "http://translate.otrs.com/api/components/otrs-7/otrs/?format=api",
                "repository_url": "http://translate.otrs.com/api/components/otrs-7/otrs/repository/?format=api",
                "translations_url": "http://translate.otrs.com/api/components/otrs-7/otrs/translations/?format=api",
                "statistics_url": "http://translate.otrs.com/api/components/otrs-7/otrs/statistics/?format=api",
                "lock_url": "http://translate.otrs.com/api/components/otrs-7/otrs/lock/?format=api",
                "links_url": "http://translate.otrs.com/api/components/otrs-7/otrs/links/?format=api",
                "changes_list_url": "http://translate.otrs.com/api/components/otrs-7/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": "",
                "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/26/?format=api",
                    "http://translate.otrs.com/api/addons/5/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null
            },
            "language_code": "en_GB",
            "id": 90,
            "filename": "i18n/otrs/otrs.en_GB.po",
            "revision": "608afe1b27b6780345b65b68ef47544c38339b6a",
            "web_url": "http://translate.otrs.com/projects/otrs-7/otrs/en_GB/",
            "share_url": "http://translate.otrs.com/engage/otrs-7/-/en_GB/",
            "translate_url": "http://translate.otrs.com/translate/otrs-7/otrs/en_GB/",
            "url": "http://translate.otrs.com/api/translations/otrs-7/otrs/en_GB/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 7125,
            "total_words": 59570,
            "translated": 3957,
            "translated_words": 30199,
            "translated_percent": 55.5,
            "fuzzy": 15,
            "fuzzy_words": 117,
            "fuzzy_percent": 0.2,
            "failing_checks": 12,
            "failing_checks_words": 46,
            "failing_checks_percent": 0.1,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2020-06-30T06:40:47.880208Z",
            "last_author": null,
            "repository_url": "http://translate.otrs.com/api/translations/otrs-7/otrs/en_GB/repository/?format=api",
            "file_url": "http://translate.otrs.com/api/translations/otrs-7/otrs/en_GB/file/?format=api",
            "statistics_url": "http://translate.otrs.com/api/translations/otrs-7/otrs/en_GB/statistics/?format=api",
            "changes_list_url": "http://translate.otrs.com/api/translations/otrs-7/otrs/en_GB/changes/?format=api",
            "units_list_url": "http://translate.otrs.com/api/translations/otrs-7/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": 7,
                "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",
                    "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/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-7/otrs/",
                "url": "http://translate.otrs.com/api/components/otrs-7/otrs/?format=api",
                "repository_url": "http://translate.otrs.com/api/components/otrs-7/otrs/repository/?format=api",
                "translations_url": "http://translate.otrs.com/api/components/otrs-7/otrs/translations/?format=api",
                "statistics_url": "http://translate.otrs.com/api/components/otrs-7/otrs/statistics/?format=api",
                "lock_url": "http://translate.otrs.com/api/components/otrs-7/otrs/lock/?format=api",
                "links_url": "http://translate.otrs.com/api/components/otrs-7/otrs/links/?format=api",
                "changes_list_url": "http://translate.otrs.com/api/components/otrs-7/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": "",
                "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/26/?format=api",
                    "http://translate.otrs.com/api/addons/5/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null
            },
            "language_code": "es",
            "id": 92,
            "filename": "i18n/otrs/otrs.es.po",
            "revision": "db3543c8f48e365a0bcb3856403bdf1556a321bf",
            "web_url": "http://translate.otrs.com/projects/otrs-7/otrs/es/",
            "share_url": "http://translate.otrs.com/engage/otrs-7/-/es/",
            "translate_url": "http://translate.otrs.com/translate/otrs-7/otrs/es/",
            "url": "http://translate.otrs.com/api/translations/otrs-7/otrs/es/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 7125,
            "total_words": 59570,
            "translated": 4092,
            "translated_words": 22454,
            "translated_percent": 57.4,
            "fuzzy": 18,
            "fuzzy_words": 106,
            "fuzzy_percent": 0.2,
            "failing_checks": 262,
            "failing_checks_words": 2240,
            "failing_checks_percent": 3.6,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2020-10-24T23:40:25.150455Z",
            "last_author": "Armando Rios",
            "repository_url": "http://translate.otrs.com/api/translations/otrs-7/otrs/es/repository/?format=api",
            "file_url": "http://translate.otrs.com/api/translations/otrs-7/otrs/es/file/?format=api",
            "statistics_url": "http://translate.otrs.com/api/translations/otrs-7/otrs/es/statistics/?format=api",
            "changes_list_url": "http://translate.otrs.com/api/translations/otrs-7/otrs/es/changes/?format=api",
            "units_list_url": "http://translate.otrs.com/api/translations/otrs-7/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": 7,
                "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",
                    "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/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-7/otrs/",
                "url": "http://translate.otrs.com/api/components/otrs-7/otrs/?format=api",
                "repository_url": "http://translate.otrs.com/api/components/otrs-7/otrs/repository/?format=api",
                "translations_url": "http://translate.otrs.com/api/components/otrs-7/otrs/translations/?format=api",
                "statistics_url": "http://translate.otrs.com/api/components/otrs-7/otrs/statistics/?format=api",
                "lock_url": "http://translate.otrs.com/api/components/otrs-7/otrs/lock/?format=api",
                "links_url": "http://translate.otrs.com/api/components/otrs-7/otrs/links/?format=api",
                "changes_list_url": "http://translate.otrs.com/api/components/otrs-7/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": "",
                "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/26/?format=api",
                    "http://translate.otrs.com/api/addons/5/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null
            },
            "language_code": "es_CO",
            "id": 94,
            "filename": "i18n/otrs/otrs.es_CO.po",
            "revision": "73ea7ab515662e922ea2a6bea555819d49927c65",
            "web_url": "http://translate.otrs.com/projects/otrs-7/otrs/es_CO/",
            "share_url": "http://translate.otrs.com/engage/otrs-7/-/es_CO/",
            "translate_url": "http://translate.otrs.com/translate/otrs-7/otrs/es_CO/",
            "url": "http://translate.otrs.com/api/translations/otrs-7/otrs/es_CO/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 7125,
            "total_words": 59570,
            "translated": 1870,
            "translated_words": 13157,
            "translated_percent": 26.2,
            "fuzzy": 12,
            "fuzzy_words": 72,
            "fuzzy_percent": 0.1,
            "failing_checks": 93,
            "failing_checks_words": 673,
            "failing_checks_percent": 1.3,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2023-08-11T10:13:54.081968Z",
            "last_author": "Alan Sanier",
            "repository_url": "http://translate.otrs.com/api/translations/otrs-7/otrs/es_CO/repository/?format=api",
            "file_url": "http://translate.otrs.com/api/translations/otrs-7/otrs/es_CO/file/?format=api",
            "statistics_url": "http://translate.otrs.com/api/translations/otrs-7/otrs/es_CO/statistics/?format=api",
            "changes_list_url": "http://translate.otrs.com/api/translations/otrs-7/otrs/es_CO/changes/?format=api",
            "units_list_url": "http://translate.otrs.com/api/translations/otrs-7/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": 7,
                "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",
                    "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/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-7/otrs/",
                "url": "http://translate.otrs.com/api/components/otrs-7/otrs/?format=api",
                "repository_url": "http://translate.otrs.com/api/components/otrs-7/otrs/repository/?format=api",
                "translations_url": "http://translate.otrs.com/api/components/otrs-7/otrs/translations/?format=api",
                "statistics_url": "http://translate.otrs.com/api/components/otrs-7/otrs/statistics/?format=api",
                "lock_url": "http://translate.otrs.com/api/components/otrs-7/otrs/lock/?format=api",
                "links_url": "http://translate.otrs.com/api/components/otrs-7/otrs/links/?format=api",
                "changes_list_url": "http://translate.otrs.com/api/components/otrs-7/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": "",
                "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/26/?format=api",
                    "http://translate.otrs.com/api/addons/5/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null
            },
            "language_code": "es_MX",
            "id": 96,
            "filename": "i18n/otrs/otrs.es_MX.po",
            "revision": "7a63d90e7fdaa4cace87c08abd3d5d0aaf409f60",
            "web_url": "http://translate.otrs.com/projects/otrs-7/otrs/es_MX/",
            "share_url": "http://translate.otrs.com/engage/otrs-7/-/es_MX/",
            "translate_url": "http://translate.otrs.com/translate/otrs-7/otrs/es_MX/",
            "url": "http://translate.otrs.com/api/translations/otrs-7/otrs/es_MX/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 7125,
            "total_words": 59570,
            "translated": 6612,
            "translated_words": 50144,
            "translated_percent": 92.8,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 2,
            "failing_checks_words": 2,
            "failing_checks_percent": 0.1,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2022-01-10T22:58:00.205055Z",
            "last_author": "Armando Rios",
            "repository_url": "http://translate.otrs.com/api/translations/otrs-7/otrs/es_MX/repository/?format=api",
            "file_url": "http://translate.otrs.com/api/translations/otrs-7/otrs/es_MX/file/?format=api",
            "statistics_url": "http://translate.otrs.com/api/translations/otrs-7/otrs/es_MX/statistics/?format=api",
            "changes_list_url": "http://translate.otrs.com/api/translations/otrs-7/otrs/es_MX/changes/?format=api",
            "units_list_url": "http://translate.otrs.com/api/translations/otrs-7/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"
                ],
                "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": 7,
                "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",
                    "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/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-7/otrs/",
                "url": "http://translate.otrs.com/api/components/otrs-7/otrs/?format=api",
                "repository_url": "http://translate.otrs.com/api/components/otrs-7/otrs/repository/?format=api",
                "translations_url": "http://translate.otrs.com/api/components/otrs-7/otrs/translations/?format=api",
                "statistics_url": "http://translate.otrs.com/api/components/otrs-7/otrs/statistics/?format=api",
                "lock_url": "http://translate.otrs.com/api/components/otrs-7/otrs/lock/?format=api",
                "links_url": "http://translate.otrs.com/api/components/otrs-7/otrs/links/?format=api",
                "changes_list_url": "http://translate.otrs.com/api/components/otrs-7/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": "",
                "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/26/?format=api",
                    "http://translate.otrs.com/api/addons/5/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null
            },
            "language_code": "et",
            "id": 98,
            "filename": "i18n/otrs/otrs.et.po",
            "revision": "e4ab80872a4b6a173d2b22fefc42754616a41fc2",
            "web_url": "http://translate.otrs.com/projects/otrs-7/otrs/et/",
            "share_url": "http://translate.otrs.com/engage/otrs-7/-/et/",
            "translate_url": "http://translate.otrs.com/translate/otrs-7/otrs/et/",
            "url": "http://translate.otrs.com/api/translations/otrs-7/otrs/et/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 7125,
            "total_words": 59570,
            "translated": 955,
            "translated_words": 2308,
            "translated_percent": 13.4,
            "fuzzy": 10,
            "fuzzy_words": 40,
            "fuzzy_percent": 0.1,
            "failing_checks": 33,
            "failing_checks_words": 132,
            "failing_checks_percent": 0.4,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "http://translate.otrs.com/api/translations/otrs-7/otrs/et/repository/?format=api",
            "file_url": "http://translate.otrs.com/api/translations/otrs-7/otrs/et/file/?format=api",
            "statistics_url": "http://translate.otrs.com/api/translations/otrs-7/otrs/et/statistics/?format=api",
            "changes_list_url": "http://translate.otrs.com/api/translations/otrs-7/otrs/et/changes/?format=api",
            "units_list_url": "http://translate.otrs.com/api/translations/otrs-7/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"
                ],
                "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": 7,
                "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",
                    "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/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-7/otrs/",
                "url": "http://translate.otrs.com/api/components/otrs-7/otrs/?format=api",
                "repository_url": "http://translate.otrs.com/api/components/otrs-7/otrs/repository/?format=api",
                "translations_url": "http://translate.otrs.com/api/components/otrs-7/otrs/translations/?format=api",
                "statistics_url": "http://translate.otrs.com/api/components/otrs-7/otrs/statistics/?format=api",
                "lock_url": "http://translate.otrs.com/api/components/otrs-7/otrs/lock/?format=api",
                "links_url": "http://translate.otrs.com/api/components/otrs-7/otrs/links/?format=api",
                "changes_list_url": "http://translate.otrs.com/api/components/otrs-7/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": "",
                "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/26/?format=api",
                    "http://translate.otrs.com/api/addons/5/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null
            },
            "language_code": "fa",
            "id": 100,
            "filename": "i18n/otrs/otrs.fa.po",
            "revision": "b1cf8c62b8bda95b2a8bef3fcfe3be87646df8a8",
            "web_url": "http://translate.otrs.com/projects/otrs-7/otrs/fa/",
            "share_url": "http://translate.otrs.com/engage/otrs-7/-/fa/",
            "translate_url": "http://translate.otrs.com/translate/otrs-7/otrs/fa/",
            "url": "http://translate.otrs.com/api/translations/otrs-7/otrs/fa/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 7125,
            "total_words": 59570,
            "translated": 3631,
            "translated_words": 28003,
            "translated_percent": 50.9,
            "fuzzy": 15,
            "fuzzy_words": 117,
            "fuzzy_percent": 0.2,
            "failing_checks": 399,
            "failing_checks_words": 2656,
            "failing_checks_percent": 5.6,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2020-06-30T06:41:48.759217Z",
            "last_author": null,
            "repository_url": "http://translate.otrs.com/api/translations/otrs-7/otrs/fa/repository/?format=api",
            "file_url": "http://translate.otrs.com/api/translations/otrs-7/otrs/fa/file/?format=api",
            "statistics_url": "http://translate.otrs.com/api/translations/otrs-7/otrs/fa/statistics/?format=api",
            "changes_list_url": "http://translate.otrs.com/api/translations/otrs-7/otrs/fa/changes/?format=api",
            "units_list_url": "http://translate.otrs.com/api/translations/otrs-7/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": 7,
                "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",
                    "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/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-7/otrs/",
                "url": "http://translate.otrs.com/api/components/otrs-7/otrs/?format=api",
                "repository_url": "http://translate.otrs.com/api/components/otrs-7/otrs/repository/?format=api",
                "translations_url": "http://translate.otrs.com/api/components/otrs-7/otrs/translations/?format=api",
                "statistics_url": "http://translate.otrs.com/api/components/otrs-7/otrs/statistics/?format=api",
                "lock_url": "http://translate.otrs.com/api/components/otrs-7/otrs/lock/?format=api",
                "links_url": "http://translate.otrs.com/api/components/otrs-7/otrs/links/?format=api",
                "changes_list_url": "http://translate.otrs.com/api/components/otrs-7/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": "",
                "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/26/?format=api",
                    "http://translate.otrs.com/api/addons/5/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null
            },
            "language_code": "fi",
            "id": 103,
            "filename": "i18n/otrs/otrs.fi.po",
            "revision": "7a6a4e225227059f4d472e6ad232138052d6680e",
            "web_url": "http://translate.otrs.com/projects/otrs-7/otrs/fi/",
            "share_url": "http://translate.otrs.com/engage/otrs-7/-/fi/",
            "translate_url": "http://translate.otrs.com/translate/otrs-7/otrs/fi/",
            "url": "http://translate.otrs.com/api/translations/otrs-7/otrs/fi/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 7125,
            "total_words": 59570,
            "translated": 1165,
            "translated_words": 3238,
            "translated_percent": 16.3,
            "fuzzy": 24,
            "fuzzy_words": 99,
            "fuzzy_percent": 0.3,
            "failing_checks": 32,
            "failing_checks_words": 172,
            "failing_checks_percent": 0.4,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2020-04-29T09:28:20.894985Z",
            "last_author": "Balázs Úr",
            "repository_url": "http://translate.otrs.com/api/translations/otrs-7/otrs/fi/repository/?format=api",
            "file_url": "http://translate.otrs.com/api/translations/otrs-7/otrs/fi/file/?format=api",
            "statistics_url": "http://translate.otrs.com/api/translations/otrs-7/otrs/fi/statistics/?format=api",
            "changes_list_url": "http://translate.otrs.com/api/translations/otrs-7/otrs/fi/changes/?format=api",
            "units_list_url": "http://translate.otrs.com/api/translations/otrs-7/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": 7,
                "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",
                    "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/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-7/otrs/",
                "url": "http://translate.otrs.com/api/components/otrs-7/otrs/?format=api",
                "repository_url": "http://translate.otrs.com/api/components/otrs-7/otrs/repository/?format=api",
                "translations_url": "http://translate.otrs.com/api/components/otrs-7/otrs/translations/?format=api",
                "statistics_url": "http://translate.otrs.com/api/components/otrs-7/otrs/statistics/?format=api",
                "lock_url": "http://translate.otrs.com/api/components/otrs-7/otrs/lock/?format=api",
                "links_url": "http://translate.otrs.com/api/components/otrs-7/otrs/links/?format=api",
                "changes_list_url": "http://translate.otrs.com/api/components/otrs-7/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": "",
                "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/26/?format=api",
                    "http://translate.otrs.com/api/addons/5/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null
            },
            "language_code": "fr",
            "id": 105,
            "filename": "i18n/otrs/otrs.fr.po",
            "revision": "1aad692d3f51ed9673753b769a88883cbdf9f7b2",
            "web_url": "http://translate.otrs.com/projects/otrs-7/otrs/fr/",
            "share_url": "http://translate.otrs.com/engage/otrs-7/-/fr/",
            "translate_url": "http://translate.otrs.com/translate/otrs-7/otrs/fr/",
            "url": "http://translate.otrs.com/api/translations/otrs-7/otrs/fr/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 7125,
            "total_words": 59570,
            "translated": 2546,
            "translated_words": 11003,
            "translated_percent": 35.7,
            "fuzzy": 12,
            "fuzzy_words": 53,
            "fuzzy_percent": 0.1,
            "failing_checks": 285,
            "failing_checks_words": 1865,
            "failing_checks_percent": 4.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2023-08-11T10:11:14.935353Z",
            "last_author": "Mathias Braeunling",
            "repository_url": "http://translate.otrs.com/api/translations/otrs-7/otrs/fr/repository/?format=api",
            "file_url": "http://translate.otrs.com/api/translations/otrs-7/otrs/fr/file/?format=api",
            "statistics_url": "http://translate.otrs.com/api/translations/otrs-7/otrs/fr/statistics/?format=api",
            "changes_list_url": "http://translate.otrs.com/api/translations/otrs-7/otrs/fr/changes/?format=api",
            "units_list_url": "http://translate.otrs.com/api/translations/otrs-7/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": 7,
                "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",
                    "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/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-7/otrs/",
                "url": "http://translate.otrs.com/api/components/otrs-7/otrs/?format=api",
                "repository_url": "http://translate.otrs.com/api/components/otrs-7/otrs/repository/?format=api",
                "translations_url": "http://translate.otrs.com/api/components/otrs-7/otrs/translations/?format=api",
                "statistics_url": "http://translate.otrs.com/api/components/otrs-7/otrs/statistics/?format=api",
                "lock_url": "http://translate.otrs.com/api/components/otrs-7/otrs/lock/?format=api",
                "links_url": "http://translate.otrs.com/api/components/otrs-7/otrs/links/?format=api",
                "changes_list_url": "http://translate.otrs.com/api/components/otrs-7/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": "",
                "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/26/?format=api",
                    "http://translate.otrs.com/api/addons/5/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null
            },
            "language_code": "fr_CA",
            "id": 107,
            "filename": "i18n/otrs/otrs.fr_CA.po",
            "revision": "cf28b2873af5005b663295fb55cada7a0e3a882a",
            "web_url": "http://translate.otrs.com/projects/otrs-7/otrs/fr_CA/",
            "share_url": "http://translate.otrs.com/engage/otrs-7/-/fr_CA/",
            "translate_url": "http://translate.otrs.com/translate/otrs-7/otrs/fr_CA/",
            "url": "http://translate.otrs.com/api/translations/otrs-7/otrs/fr_CA/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 7125,
            "total_words": 59570,
            "translated": 1923,
            "translated_words": 13992,
            "translated_percent": 26.9,
            "fuzzy": 11,
            "fuzzy_words": 65,
            "fuzzy_percent": 0.1,
            "failing_checks": 326,
            "failing_checks_words": 1211,
            "failing_checks_percent": 4.5,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2023-08-11T10:11:39.440318Z",
            "last_author": "Mathias Braeunling",
            "repository_url": "http://translate.otrs.com/api/translations/otrs-7/otrs/fr_CA/repository/?format=api",
            "file_url": "http://translate.otrs.com/api/translations/otrs-7/otrs/fr_CA/file/?format=api",
            "statistics_url": "http://translate.otrs.com/api/translations/otrs-7/otrs/fr_CA/statistics/?format=api",
            "changes_list_url": "http://translate.otrs.com/api/translations/otrs-7/otrs/fr_CA/changes/?format=api",
            "units_list_url": "http://translate.otrs.com/api/translations/otrs-7/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": 7,
                "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",
                    "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/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-7/otrs/",
                "url": "http://translate.otrs.com/api/components/otrs-7/otrs/?format=api",
                "repository_url": "http://translate.otrs.com/api/components/otrs-7/otrs/repository/?format=api",
                "translations_url": "http://translate.otrs.com/api/components/otrs-7/otrs/translations/?format=api",
                "statistics_url": "http://translate.otrs.com/api/components/otrs-7/otrs/statistics/?format=api",
                "lock_url": "http://translate.otrs.com/api/components/otrs-7/otrs/lock/?format=api",
                "links_url": "http://translate.otrs.com/api/components/otrs-7/otrs/links/?format=api",
                "changes_list_url": "http://translate.otrs.com/api/components/otrs-7/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": "",
                "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/26/?format=api",
                    "http://translate.otrs.com/api/addons/5/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null
            },
            "language_code": "gl",
            "id": 109,
            "filename": "i18n/otrs/otrs.gl.po",
            "revision": "ee0fedd0f45767dae544ac45ac32c437e4a87b86",
            "web_url": "http://translate.otrs.com/projects/otrs-7/otrs/gl/",
            "share_url": "http://translate.otrs.com/engage/otrs-7/-/gl/",
            "translate_url": "http://translate.otrs.com/translate/otrs-7/otrs/gl/",
            "url": "http://translate.otrs.com/api/translations/otrs-7/otrs/gl/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 7125,
            "total_words": 59570,
            "translated": 2751,
            "translated_words": 20423,
            "translated_percent": 38.6,
            "fuzzy": 12,
            "fuzzy_words": 78,
            "fuzzy_percent": 0.1,
            "failing_checks": 93,
            "failing_checks_words": 971,
            "failing_checks_percent": 1.3,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2020-06-30T06:42:37.326765Z",
            "last_author": null,
            "repository_url": "http://translate.otrs.com/api/translations/otrs-7/otrs/gl/repository/?format=api",
            "file_url": "http://translate.otrs.com/api/translations/otrs-7/otrs/gl/file/?format=api",
            "statistics_url": "http://translate.otrs.com/api/translations/otrs-7/otrs/gl/statistics/?format=api",
            "changes_list_url": "http://translate.otrs.com/api/translations/otrs-7/otrs/gl/changes/?format=api",
            "units_list_url": "http://translate.otrs.com/api/translations/otrs-7/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": 7,
                "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",
                    "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/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-7/otrs/",
                "url": "http://translate.otrs.com/api/components/otrs-7/otrs/?format=api",
                "repository_url": "http://translate.otrs.com/api/components/otrs-7/otrs/repository/?format=api",
                "translations_url": "http://translate.otrs.com/api/components/otrs-7/otrs/translations/?format=api",
                "statistics_url": "http://translate.otrs.com/api/components/otrs-7/otrs/statistics/?format=api",
                "lock_url": "http://translate.otrs.com/api/components/otrs-7/otrs/lock/?format=api",
                "links_url": "http://translate.otrs.com/api/components/otrs-7/otrs/links/?format=api",
                "changes_list_url": "http://translate.otrs.com/api/components/otrs-7/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": "",
                "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/26/?format=api",
                    "http://translate.otrs.com/api/addons/5/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null
            },
            "language_code": "he",
            "id": 111,
            "filename": "i18n/otrs/otrs.he.po",
            "revision": "d94d0eea07097bf1edc4079ee3b97234bf50b907",
            "web_url": "http://translate.otrs.com/projects/otrs-7/otrs/he/",
            "share_url": "http://translate.otrs.com/engage/otrs-7/-/he/",
            "translate_url": "http://translate.otrs.com/translate/otrs-7/otrs/he/",
            "url": "http://translate.otrs.com/api/translations/otrs-7/otrs/he/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 7125,
            "total_words": 59570,
            "translated": 1358,
            "translated_words": 3794,
            "translated_percent": 19.0,
            "fuzzy": 10,
            "fuzzy_words": 40,
            "fuzzy_percent": 0.1,
            "failing_checks": 51,
            "failing_checks_words": 260,
            "failing_checks_percent": 0.7,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "http://translate.otrs.com/api/translations/otrs-7/otrs/he/repository/?format=api",
            "file_url": "http://translate.otrs.com/api/translations/otrs-7/otrs/he/file/?format=api",
            "statistics_url": "http://translate.otrs.com/api/translations/otrs-7/otrs/he/statistics/?format=api",
            "changes_list_url": "http://translate.otrs.com/api/translations/otrs-7/otrs/he/changes/?format=api",
            "units_list_url": "http://translate.otrs.com/api/translations/otrs-7/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": 7,
                "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",
                    "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/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-7/otrs/",
                "url": "http://translate.otrs.com/api/components/otrs-7/otrs/?format=api",
                "repository_url": "http://translate.otrs.com/api/components/otrs-7/otrs/repository/?format=api",
                "translations_url": "http://translate.otrs.com/api/components/otrs-7/otrs/translations/?format=api",
                "statistics_url": "http://translate.otrs.com/api/components/otrs-7/otrs/statistics/?format=api",
                "lock_url": "http://translate.otrs.com/api/components/otrs-7/otrs/lock/?format=api",
                "links_url": "http://translate.otrs.com/api/components/otrs-7/otrs/links/?format=api",
                "changes_list_url": "http://translate.otrs.com/api/components/otrs-7/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": "",
                "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/26/?format=api",
                    "http://translate.otrs.com/api/addons/5/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null
            },
            "language_code": "hi",
            "id": 113,
            "filename": "i18n/otrs/otrs.hi.po",
            "revision": "34ee86e28d9a8694320348829e2f9c6ff7903818",
            "web_url": "http://translate.otrs.com/projects/otrs-7/otrs/hi/",
            "share_url": "http://translate.otrs.com/engage/otrs-7/-/hi/",
            "translate_url": "http://translate.otrs.com/translate/otrs-7/otrs/hi/",
            "url": "http://translate.otrs.com/api/translations/otrs-7/otrs/hi/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 7125,
            "total_words": 59570,
            "translated": 1452,
            "translated_words": 10972,
            "translated_percent": 20.3,
            "fuzzy": 10,
            "fuzzy_words": 59,
            "fuzzy_percent": 0.1,
            "failing_checks": 151,
            "failing_checks_words": 1498,
            "failing_checks_percent": 2.1,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "http://translate.otrs.com/api/translations/otrs-7/otrs/hi/repository/?format=api",
            "file_url": "http://translate.otrs.com/api/translations/otrs-7/otrs/hi/file/?format=api",
            "statistics_url": "http://translate.otrs.com/api/translations/otrs-7/otrs/hi/statistics/?format=api",
            "changes_list_url": "http://translate.otrs.com/api/translations/otrs-7/otrs/hi/changes/?format=api",
            "units_list_url": "http://translate.otrs.com/api/translations/otrs-7/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": 7,
                "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",
                    "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/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-7/otrs/",
                "url": "http://translate.otrs.com/api/components/otrs-7/otrs/?format=api",
                "repository_url": "http://translate.otrs.com/api/components/otrs-7/otrs/repository/?format=api",
                "translations_url": "http://translate.otrs.com/api/components/otrs-7/otrs/translations/?format=api",
                "statistics_url": "http://translate.otrs.com/api/components/otrs-7/otrs/statistics/?format=api",
                "lock_url": "http://translate.otrs.com/api/components/otrs-7/otrs/lock/?format=api",
                "links_url": "http://translate.otrs.com/api/components/otrs-7/otrs/links/?format=api",
                "changes_list_url": "http://translate.otrs.com/api/components/otrs-7/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": "",
                "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/26/?format=api",
                    "http://translate.otrs.com/api/addons/5/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null
            },
            "language_code": "hr",
            "id": 115,
            "filename": "i18n/otrs/otrs.hr.po",
            "revision": "73db521dcf18779fb8bec65e64fd023dae3596c3",
            "web_url": "http://translate.otrs.com/projects/otrs-7/otrs/hr/",
            "share_url": "http://translate.otrs.com/engage/otrs-7/-/hr/",
            "translate_url": "http://translate.otrs.com/translate/otrs-7/otrs/hr/",
            "url": "http://translate.otrs.com/api/translations/otrs-7/otrs/hr/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 7125,
            "total_words": 59570,
            "translated": 1350,
            "translated_words": 5260,
            "translated_percent": 18.9,
            "fuzzy": 10,
            "fuzzy_words": 41,
            "fuzzy_percent": 0.1,
            "failing_checks": 58,
            "failing_checks_words": 343,
            "failing_checks_percent": 0.8,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "http://translate.otrs.com/api/translations/otrs-7/otrs/hr/repository/?format=api",
            "file_url": "http://translate.otrs.com/api/translations/otrs-7/otrs/hr/file/?format=api",
            "statistics_url": "http://translate.otrs.com/api/translations/otrs-7/otrs/hr/statistics/?format=api",
            "changes_list_url": "http://translate.otrs.com/api/translations/otrs-7/otrs/hr/changes/?format=api",
            "units_list_url": "http://translate.otrs.com/api/translations/otrs-7/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": 7,
                "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",
                    "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/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-7/otrs/",
                "url": "http://translate.otrs.com/api/components/otrs-7/otrs/?format=api",
                "repository_url": "http://translate.otrs.com/api/components/otrs-7/otrs/repository/?format=api",
                "translations_url": "http://translate.otrs.com/api/components/otrs-7/otrs/translations/?format=api",
                "statistics_url": "http://translate.otrs.com/api/components/otrs-7/otrs/statistics/?format=api",
                "lock_url": "http://translate.otrs.com/api/components/otrs-7/otrs/lock/?format=api",
                "links_url": "http://translate.otrs.com/api/components/otrs-7/otrs/links/?format=api",
                "changes_list_url": "http://translate.otrs.com/api/components/otrs-7/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": "",
                "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/26/?format=api",
                    "http://translate.otrs.com/api/addons/5/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null
            },
            "language_code": "hu",
            "id": 118,
            "filename": "i18n/otrs/otrs.hu.po",
            "revision": "46093e405b2dccca4ea093662a924b851a470b47",
            "web_url": "http://translate.otrs.com/projects/otrs-7/otrs/hu/",
            "share_url": "http://translate.otrs.com/engage/otrs-7/-/hu/",
            "translate_url": "http://translate.otrs.com/translate/otrs-7/otrs/hu/",
            "url": "http://translate.otrs.com/api/translations/otrs-7/otrs/hu/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 7125,
            "total_words": 59570,
            "translated": 7125,
            "translated_words": 59570,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2023-10-19T14:37:07.998151Z",
            "last_author": "Balázs Úr",
            "repository_url": "http://translate.otrs.com/api/translations/otrs-7/otrs/hu/repository/?format=api",
            "file_url": "http://translate.otrs.com/api/translations/otrs-7/otrs/hu/file/?format=api",
            "statistics_url": "http://translate.otrs.com/api/translations/otrs-7/otrs/hu/statistics/?format=api",
            "changes_list_url": "http://translate.otrs.com/api/translations/otrs-7/otrs/hu/changes/?format=api",
            "units_list_url": "http://translate.otrs.com/api/translations/otrs-7/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": 7,
                "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",
                    "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/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-7/otrs/",
                "url": "http://translate.otrs.com/api/components/otrs-7/otrs/?format=api",
                "repository_url": "http://translate.otrs.com/api/components/otrs-7/otrs/repository/?format=api",
                "translations_url": "http://translate.otrs.com/api/components/otrs-7/otrs/translations/?format=api",
                "statistics_url": "http://translate.otrs.com/api/components/otrs-7/otrs/statistics/?format=api",
                "lock_url": "http://translate.otrs.com/api/components/otrs-7/otrs/lock/?format=api",
                "links_url": "http://translate.otrs.com/api/components/otrs-7/otrs/links/?format=api",
                "changes_list_url": "http://translate.otrs.com/api/components/otrs-7/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": "",
                "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/26/?format=api",
                    "http://translate.otrs.com/api/addons/5/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null
            },
            "language_code": "id",
            "id": 120,
            "filename": "i18n/otrs/otrs.id.po",
            "revision": "88c6ed1441ce52535d13a8c9b6d89562ff587fa5",
            "web_url": "http://translate.otrs.com/projects/otrs-7/otrs/id/",
            "share_url": "http://translate.otrs.com/engage/otrs-7/-/id/",
            "translate_url": "http://translate.otrs.com/translate/otrs-7/otrs/id/",
            "url": "http://translate.otrs.com/api/translations/otrs-7/otrs/id/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 7125,
            "total_words": 59570,
            "translated": 3943,
            "translated_words": 30078,
            "translated_percent": 55.3,
            "fuzzy": 15,
            "fuzzy_words": 117,
            "fuzzy_percent": 0.2,
            "failing_checks": 477,
            "failing_checks_words": 4112,
            "failing_checks_percent": 6.6,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2020-06-30T06:43:38.643582Z",
            "last_author": null,
            "repository_url": "http://translate.otrs.com/api/translations/otrs-7/otrs/id/repository/?format=api",
            "file_url": "http://translate.otrs.com/api/translations/otrs-7/otrs/id/file/?format=api",
            "statistics_url": "http://translate.otrs.com/api/translations/otrs-7/otrs/id/statistics/?format=api",
            "changes_list_url": "http://translate.otrs.com/api/translations/otrs-7/otrs/id/changes/?format=api",
            "units_list_url": "http://translate.otrs.com/api/translations/otrs-7/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": 7,
                "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",
                    "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/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-7/otrs/",
                "url": "http://translate.otrs.com/api/components/otrs-7/otrs/?format=api",
                "repository_url": "http://translate.otrs.com/api/components/otrs-7/otrs/repository/?format=api",
                "translations_url": "http://translate.otrs.com/api/components/otrs-7/otrs/translations/?format=api",
                "statistics_url": "http://translate.otrs.com/api/components/otrs-7/otrs/statistics/?format=api",
                "lock_url": "http://translate.otrs.com/api/components/otrs-7/otrs/lock/?format=api",
                "links_url": "http://translate.otrs.com/api/components/otrs-7/otrs/links/?format=api",
                "changes_list_url": "http://translate.otrs.com/api/components/otrs-7/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": "",
                "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/26/?format=api",
                    "http://translate.otrs.com/api/addons/5/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null
            },
            "language_code": "it",
            "id": 122,
            "filename": "i18n/otrs/otrs.it.po",
            "revision": "fe0e4e317ff07ff825d80da39b002626ce77db58",
            "web_url": "http://translate.otrs.com/projects/otrs-7/otrs/it/",
            "share_url": "http://translate.otrs.com/engage/otrs-7/-/it/",
            "translate_url": "http://translate.otrs.com/translate/otrs-7/otrs/it/",
            "url": "http://translate.otrs.com/api/translations/otrs-7/otrs/it/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 7125,
            "total_words": 59570,
            "translated": 3883,
            "translated_words": 21568,
            "translated_percent": 54.4,
            "fuzzy": 12,
            "fuzzy_words": 76,
            "fuzzy_percent": 0.1,
            "failing_checks": 140,
            "failing_checks_words": 1055,
            "failing_checks_percent": 1.9,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2022-11-17T20:19:11.856467Z",
            "last_author": "Denis Renzi",
            "repository_url": "http://translate.otrs.com/api/translations/otrs-7/otrs/it/repository/?format=api",
            "file_url": "http://translate.otrs.com/api/translations/otrs-7/otrs/it/file/?format=api",
            "statistics_url": "http://translate.otrs.com/api/translations/otrs-7/otrs/it/statistics/?format=api",
            "changes_list_url": "http://translate.otrs.com/api/translations/otrs-7/otrs/it/changes/?format=api",
            "units_list_url": "http://translate.otrs.com/api/translations/otrs-7/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": 7,
                "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",
                    "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/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-7/otrs/",
                "url": "http://translate.otrs.com/api/components/otrs-7/otrs/?format=api",
                "repository_url": "http://translate.otrs.com/api/components/otrs-7/otrs/repository/?format=api",
                "translations_url": "http://translate.otrs.com/api/components/otrs-7/otrs/translations/?format=api",
                "statistics_url": "http://translate.otrs.com/api/components/otrs-7/otrs/statistics/?format=api",
                "lock_url": "http://translate.otrs.com/api/components/otrs-7/otrs/lock/?format=api",
                "links_url": "http://translate.otrs.com/api/components/otrs-7/otrs/links/?format=api",
                "changes_list_url": "http://translate.otrs.com/api/components/otrs-7/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": "",
                "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/26/?format=api",
                    "http://translate.otrs.com/api/addons/5/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null
            },
            "language_code": "ja",
            "id": 124,
            "filename": "i18n/otrs/otrs.ja.po",
            "revision": "ab6009ba821f9f7d73cb1a3e422618ee7e59e382",
            "web_url": "http://translate.otrs.com/projects/otrs-7/otrs/ja/",
            "share_url": "http://translate.otrs.com/engage/otrs-7/-/ja/",
            "translate_url": "http://translate.otrs.com/translate/otrs-7/otrs/ja/",
            "url": "http://translate.otrs.com/api/translations/otrs-7/otrs/ja/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 7125,
            "total_words": 59570,
            "translated": 4524,
            "translated_words": 27646,
            "translated_percent": 63.4,
            "fuzzy": 13,
            "fuzzy_words": 85,
            "fuzzy_percent": 0.1,
            "failing_checks": 609,
            "failing_checks_words": 4310,
            "failing_checks_percent": 8.5,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2020-06-30T06:44:03.187564Z",
            "last_author": null,
            "repository_url": "http://translate.otrs.com/api/translations/otrs-7/otrs/ja/repository/?format=api",
            "file_url": "http://translate.otrs.com/api/translations/otrs-7/otrs/ja/file/?format=api",
            "statistics_url": "http://translate.otrs.com/api/translations/otrs-7/otrs/ja/statistics/?format=api",
            "changes_list_url": "http://translate.otrs.com/api/translations/otrs-7/otrs/ja/changes/?format=api",
            "units_list_url": "http://translate.otrs.com/api/translations/otrs-7/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": 7,
                "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",
                    "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/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-7/otrs/",
                "url": "http://translate.otrs.com/api/components/otrs-7/otrs/?format=api",
                "repository_url": "http://translate.otrs.com/api/components/otrs-7/otrs/repository/?format=api",
                "translations_url": "http://translate.otrs.com/api/components/otrs-7/otrs/translations/?format=api",
                "statistics_url": "http://translate.otrs.com/api/components/otrs-7/otrs/statistics/?format=api",
                "lock_url": "http://translate.otrs.com/api/components/otrs-7/otrs/lock/?format=api",
                "links_url": "http://translate.otrs.com/api/components/otrs-7/otrs/links/?format=api",
                "changes_list_url": "http://translate.otrs.com/api/components/otrs-7/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": "",
                "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/26/?format=api",
                    "http://translate.otrs.com/api/addons/5/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null
            },
            "language_code": "ko",
            "id": 126,
            "filename": "i18n/otrs/otrs.ko.po",
            "revision": "85138fefc8ae1ec1b273c72e87ba8c1d08419172",
            "web_url": "http://translate.otrs.com/projects/otrs-7/otrs/ko/",
            "share_url": "http://translate.otrs.com/engage/otrs-7/-/ko/",
            "translate_url": "http://translate.otrs.com/translate/otrs-7/otrs/ko/",
            "url": "http://translate.otrs.com/api/translations/otrs-7/otrs/ko/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 7125,
            "total_words": 59570,
            "translated": 5133,
            "translated_words": 42492,
            "translated_percent": 72.0,
            "fuzzy": 15,
            "fuzzy_words": 117,
            "fuzzy_percent": 0.2,
            "failing_checks": 395,
            "failing_checks_words": 2863,
            "failing_checks_percent": 5.5,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2020-08-05T12:41:14.100189Z",
            "last_author": "Balázs Úr",
            "repository_url": "http://translate.otrs.com/api/translations/otrs-7/otrs/ko/repository/?format=api",
            "file_url": "http://translate.otrs.com/api/translations/otrs-7/otrs/ko/file/?format=api",
            "statistics_url": "http://translate.otrs.com/api/translations/otrs-7/otrs/ko/statistics/?format=api",
            "changes_list_url": "http://translate.otrs.com/api/translations/otrs-7/otrs/ko/changes/?format=api",
            "units_list_url": "http://translate.otrs.com/api/translations/otrs-7/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": 7,
                "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",
                    "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/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-7/otrs/",
                "url": "http://translate.otrs.com/api/components/otrs-7/otrs/?format=api",
                "repository_url": "http://translate.otrs.com/api/components/otrs-7/otrs/repository/?format=api",
                "translations_url": "http://translate.otrs.com/api/components/otrs-7/otrs/translations/?format=api",
                "statistics_url": "http://translate.otrs.com/api/components/otrs-7/otrs/statistics/?format=api",
                "lock_url": "http://translate.otrs.com/api/components/otrs-7/otrs/lock/?format=api",
                "links_url": "http://translate.otrs.com/api/components/otrs-7/otrs/links/?format=api",
                "changes_list_url": "http://translate.otrs.com/api/components/otrs-7/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": "",
                "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/26/?format=api",
                    "http://translate.otrs.com/api/addons/5/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null
            },
            "language_code": "lt",
            "id": 129,
            "filename": "i18n/otrs/otrs.lt.po",
            "revision": "501c7fc9aaa936e06f87e56cc17a7fb200914783",
            "web_url": "http://translate.otrs.com/projects/otrs-7/otrs/lt/",
            "share_url": "http://translate.otrs.com/engage/otrs-7/-/lt/",
            "translate_url": "http://translate.otrs.com/translate/otrs-7/otrs/lt/",
            "url": "http://translate.otrs.com/api/translations/otrs-7/otrs/lt/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 7125,
            "total_words": 59570,
            "translated": 1101,
            "translated_words": 3438,
            "translated_percent": 15.4,
            "fuzzy": 8,
            "fuzzy_words": 29,
            "fuzzy_percent": 0.1,
            "failing_checks": 55,
            "failing_checks_words": 426,
            "failing_checks_percent": 0.7,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "http://translate.otrs.com/api/translations/otrs-7/otrs/lt/repository/?format=api",
            "file_url": "http://translate.otrs.com/api/translations/otrs-7/otrs/lt/file/?format=api",
            "statistics_url": "http://translate.otrs.com/api/translations/otrs-7/otrs/lt/statistics/?format=api",
            "changes_list_url": "http://translate.otrs.com/api/translations/otrs-7/otrs/lt/changes/?format=api",
            "units_list_url": "http://translate.otrs.com/api/translations/otrs-7/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"
                ],
                "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": 7,
                "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",
                    "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/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-7/otrs/",
                "url": "http://translate.otrs.com/api/components/otrs-7/otrs/?format=api",
                "repository_url": "http://translate.otrs.com/api/components/otrs-7/otrs/repository/?format=api",
                "translations_url": "http://translate.otrs.com/api/components/otrs-7/otrs/translations/?format=api",
                "statistics_url": "http://translate.otrs.com/api/components/otrs-7/otrs/statistics/?format=api",
                "lock_url": "http://translate.otrs.com/api/components/otrs-7/otrs/lock/?format=api",
                "links_url": "http://translate.otrs.com/api/components/otrs-7/otrs/links/?format=api",
                "changes_list_url": "http://translate.otrs.com/api/components/otrs-7/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": "",
                "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/26/?format=api",
                    "http://translate.otrs.com/api/addons/5/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null
            },
            "language_code": "lv",
            "id": 131,
            "filename": "i18n/otrs/otrs.lv.po",
            "revision": "f68b5f818cc610491987c56416fb990ed7460e5f",
            "web_url": "http://translate.otrs.com/projects/otrs-7/otrs/lv/",
            "share_url": "http://translate.otrs.com/engage/otrs-7/-/lv/",
            "translate_url": "http://translate.otrs.com/translate/otrs-7/otrs/lv/",
            "url": "http://translate.otrs.com/api/translations/otrs-7/otrs/lv/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 7125,
            "total_words": 59570,
            "translated": 917,
            "translated_words": 2596,
            "translated_percent": 12.8,
            "fuzzy": 10,
            "fuzzy_words": 40,
            "fuzzy_percent": 0.1,
            "failing_checks": 33,
            "failing_checks_words": 171,
            "failing_checks_percent": 0.4,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "http://translate.otrs.com/api/translations/otrs-7/otrs/lv/repository/?format=api",
            "file_url": "http://translate.otrs.com/api/translations/otrs-7/otrs/lv/file/?format=api",
            "statistics_url": "http://translate.otrs.com/api/translations/otrs-7/otrs/lv/statistics/?format=api",
            "changes_list_url": "http://translate.otrs.com/api/translations/otrs-7/otrs/lv/changes/?format=api",
            "units_list_url": "http://translate.otrs.com/api/translations/otrs-7/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": 7,
                "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",
                    "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/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-7/otrs/",
                "url": "http://translate.otrs.com/api/components/otrs-7/otrs/?format=api",
                "repository_url": "http://translate.otrs.com/api/components/otrs-7/otrs/repository/?format=api",
                "translations_url": "http://translate.otrs.com/api/components/otrs-7/otrs/translations/?format=api",
                "statistics_url": "http://translate.otrs.com/api/components/otrs-7/otrs/statistics/?format=api",
                "lock_url": "http://translate.otrs.com/api/components/otrs-7/otrs/lock/?format=api",
                "links_url": "http://translate.otrs.com/api/components/otrs-7/otrs/links/?format=api",
                "changes_list_url": "http://translate.otrs.com/api/components/otrs-7/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": "",
                "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/26/?format=api",
                    "http://translate.otrs.com/api/addons/5/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null
            },
            "language_code": "mk",
            "id": 133,
            "filename": "i18n/otrs/otrs.mk.po",
            "revision": "95393ce1669a3607a76508435f9dd6e6d6fd518c",
            "web_url": "http://translate.otrs.com/projects/otrs-7/otrs/mk/",
            "share_url": "http://translate.otrs.com/engage/otrs-7/-/mk/",
            "translate_url": "http://translate.otrs.com/translate/otrs-7/otrs/mk/",
            "url": "http://translate.otrs.com/api/translations/otrs-7/otrs/mk/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 7125,
            "total_words": 59570,
            "translated": 1770,
            "translated_words": 7606,
            "translated_percent": 24.8,
            "fuzzy": 10,
            "fuzzy_words": 40,
            "fuzzy_percent": 0.1,
            "failing_checks": 123,
            "failing_checks_words": 744,
            "failing_checks_percent": 1.7,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "http://translate.otrs.com/api/translations/otrs-7/otrs/mk/repository/?format=api",
            "file_url": "http://translate.otrs.com/api/translations/otrs-7/otrs/mk/file/?format=api",
            "statistics_url": "http://translate.otrs.com/api/translations/otrs-7/otrs/mk/statistics/?format=api",
            "changes_list_url": "http://translate.otrs.com/api/translations/otrs-7/otrs/mk/changes/?format=api",
            "units_list_url": "http://translate.otrs.com/api/translations/otrs-7/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"
                ],
                "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": 7,
                "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",
                    "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/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-7/otrs/",
                "url": "http://translate.otrs.com/api/components/otrs-7/otrs/?format=api",
                "repository_url": "http://translate.otrs.com/api/components/otrs-7/otrs/repository/?format=api",
                "translations_url": "http://translate.otrs.com/api/components/otrs-7/otrs/translations/?format=api",
                "statistics_url": "http://translate.otrs.com/api/components/otrs-7/otrs/statistics/?format=api",
                "lock_url": "http://translate.otrs.com/api/components/otrs-7/otrs/lock/?format=api",
                "links_url": "http://translate.otrs.com/api/components/otrs-7/otrs/links/?format=api",
                "changes_list_url": "http://translate.otrs.com/api/components/otrs-7/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": "",
                "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/26/?format=api",
                    "http://translate.otrs.com/api/addons/5/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null
            },
            "language_code": "ms",
            "id": 135,
            "filename": "i18n/otrs/otrs.ms.po",
            "revision": "10ee6aa2ac8b98cba2f25733e35fc91fb4238c97",
            "web_url": "http://translate.otrs.com/projects/otrs-7/otrs/ms/",
            "share_url": "http://translate.otrs.com/engage/otrs-7/-/ms/",
            "translate_url": "http://translate.otrs.com/translate/otrs-7/otrs/ms/",
            "url": "http://translate.otrs.com/api/translations/otrs-7/otrs/ms/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 7125,
            "total_words": 59570,
            "translated": 3634,
            "translated_words": 27920,
            "translated_percent": 51.0,
            "fuzzy": 14,
            "fuzzy_words": 110,
            "fuzzy_percent": 0.1,
            "failing_checks": 185,
            "failing_checks_words": 1442,
            "failing_checks_percent": 2.5,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2020-06-30T06:45:03.442751Z",
            "last_author": null,
            "repository_url": "http://translate.otrs.com/api/translations/otrs-7/otrs/ms/repository/?format=api",
            "file_url": "http://translate.otrs.com/api/translations/otrs-7/otrs/ms/file/?format=api",
            "statistics_url": "http://translate.otrs.com/api/translations/otrs-7/otrs/ms/statistics/?format=api",
            "changes_list_url": "http://translate.otrs.com/api/translations/otrs-7/otrs/ms/changes/?format=api",
            "units_list_url": "http://translate.otrs.com/api/translations/otrs-7/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": 7,
                "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",
                    "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/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-7/otrs/",
                "url": "http://translate.otrs.com/api/components/otrs-7/otrs/?format=api",
                "repository_url": "http://translate.otrs.com/api/components/otrs-7/otrs/repository/?format=api",
                "translations_url": "http://translate.otrs.com/api/components/otrs-7/otrs/translations/?format=api",
                "statistics_url": "http://translate.otrs.com/api/components/otrs-7/otrs/statistics/?format=api",
                "lock_url": "http://translate.otrs.com/api/components/otrs-7/otrs/lock/?format=api",
                "links_url": "http://translate.otrs.com/api/components/otrs-7/otrs/links/?format=api",
                "changes_list_url": "http://translate.otrs.com/api/components/otrs-7/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": "",
                "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/26/?format=api",
                    "http://translate.otrs.com/api/addons/5/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null
            },
            "language_code": "nb_NO",
            "id": 137,
            "filename": "i18n/otrs/otrs.nb_NO.po",
            "revision": "9e14ff1d896d88406ebcd60ccaef5b3b1b1cf0d4",
            "web_url": "http://translate.otrs.com/projects/otrs-7/otrs/nb_NO/",
            "share_url": "http://translate.otrs.com/engage/otrs-7/-/nb_NO/",
            "translate_url": "http://translate.otrs.com/translate/otrs-7/otrs/nb_NO/",
            "url": "http://translate.otrs.com/api/translations/otrs-7/otrs/nb_NO/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 7125,
            "total_words": 59570,
            "translated": 2315,
            "translated_words": 11073,
            "translated_percent": 32.4,
            "fuzzy": 12,
            "fuzzy_words": 72,
            "fuzzy_percent": 0.1,
            "failing_checks": 233,
            "failing_checks_words": 2169,
            "failing_checks_percent": 3.2,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "http://translate.otrs.com/api/translations/otrs-7/otrs/nb_NO/repository/?format=api",
            "file_url": "http://translate.otrs.com/api/translations/otrs-7/otrs/nb_NO/file/?format=api",
            "statistics_url": "http://translate.otrs.com/api/translations/otrs-7/otrs/nb_NO/statistics/?format=api",
            "changes_list_url": "http://translate.otrs.com/api/translations/otrs-7/otrs/nb_NO/changes/?format=api",
            "units_list_url": "http://translate.otrs.com/api/translations/otrs-7/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": 7,
                "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",
                    "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/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-7/otrs/",
                "url": "http://translate.otrs.com/api/components/otrs-7/otrs/?format=api",
                "repository_url": "http://translate.otrs.com/api/components/otrs-7/otrs/repository/?format=api",
                "translations_url": "http://translate.otrs.com/api/components/otrs-7/otrs/translations/?format=api",
                "statistics_url": "http://translate.otrs.com/api/components/otrs-7/otrs/statistics/?format=api",
                "lock_url": "http://translate.otrs.com/api/components/otrs-7/otrs/lock/?format=api",
                "links_url": "http://translate.otrs.com/api/components/otrs-7/otrs/links/?format=api",
                "changes_list_url": "http://translate.otrs.com/api/components/otrs-7/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": "",
                "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/26/?format=api",
                    "http://translate.otrs.com/api/addons/5/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null
            },
            "language_code": "nl",
            "id": 139,
            "filename": "i18n/otrs/otrs.nl.po",
            "revision": "1ee1735f1e6e8e5686fb9d5656d6175cdbe32832",
            "web_url": "http://translate.otrs.com/projects/otrs-7/otrs/nl/",
            "share_url": "http://translate.otrs.com/engage/otrs-7/-/nl/",
            "translate_url": "http://translate.otrs.com/translate/otrs-7/otrs/nl/",
            "url": "http://translate.otrs.com/api/translations/otrs-7/otrs/nl/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 7125,
            "total_words": 59570,
            "translated": 5706,
            "translated_words": 39267,
            "translated_percent": 80.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 2,
            "failing_checks_words": 2,
            "failing_checks_percent": 0.1,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2020-09-01T14:43:54.850091Z",
            "last_author": "Nick van der Burg",
            "repository_url": "http://translate.otrs.com/api/translations/otrs-7/otrs/nl/repository/?format=api",
            "file_url": "http://translate.otrs.com/api/translations/otrs-7/otrs/nl/file/?format=api",
            "statistics_url": "http://translate.otrs.com/api/translations/otrs-7/otrs/nl/statistics/?format=api",
            "changes_list_url": "http://translate.otrs.com/api/translations/otrs-7/otrs/nl/changes/?format=api",
            "units_list_url": "http://translate.otrs.com/api/translations/otrs-7/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": 7,
                "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",
                    "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/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-7/otrs/",
                "url": "http://translate.otrs.com/api/components/otrs-7/otrs/?format=api",
                "repository_url": "http://translate.otrs.com/api/components/otrs-7/otrs/repository/?format=api",
                "translations_url": "http://translate.otrs.com/api/components/otrs-7/otrs/translations/?format=api",
                "statistics_url": "http://translate.otrs.com/api/components/otrs-7/otrs/statistics/?format=api",
                "lock_url": "http://translate.otrs.com/api/components/otrs-7/otrs/lock/?format=api",
                "links_url": "http://translate.otrs.com/api/components/otrs-7/otrs/links/?format=api",
                "changes_list_url": "http://translate.otrs.com/api/components/otrs-7/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": "",
                "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/26/?format=api",
                    "http://translate.otrs.com/api/addons/5/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null
            },
            "language_code": "pl",
            "id": 142,
            "filename": "i18n/otrs/otrs.pl.po",
            "revision": "32f045ed44f0bc41351818c141708ecf3cf25020",
            "web_url": "http://translate.otrs.com/projects/otrs-7/otrs/pl/",
            "share_url": "http://translate.otrs.com/engage/otrs-7/-/pl/",
            "translate_url": "http://translate.otrs.com/translate/otrs-7/otrs/pl/",
            "url": "http://translate.otrs.com/api/translations/otrs-7/otrs/pl/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 7125,
            "total_words": 59570,
            "translated": 3805,
            "translated_words": 22354,
            "translated_percent": 53.4,
            "fuzzy": 13,
            "fuzzy_words": 85,
            "fuzzy_percent": 0.1,
            "failing_checks": 188,
            "failing_checks_words": 1296,
            "failing_checks_percent": 2.6,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2020-06-30T06:45:40.075688Z",
            "last_author": null,
            "repository_url": "http://translate.otrs.com/api/translations/otrs-7/otrs/pl/repository/?format=api",
            "file_url": "http://translate.otrs.com/api/translations/otrs-7/otrs/pl/file/?format=api",
            "statistics_url": "http://translate.otrs.com/api/translations/otrs-7/otrs/pl/statistics/?format=api",
            "changes_list_url": "http://translate.otrs.com/api/translations/otrs-7/otrs/pl/changes/?format=api",
            "units_list_url": "http://translate.otrs.com/api/translations/otrs-7/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": 7,
                "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",
                    "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/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-7/otrs/",
                "url": "http://translate.otrs.com/api/components/otrs-7/otrs/?format=api",
                "repository_url": "http://translate.otrs.com/api/components/otrs-7/otrs/repository/?format=api",
                "translations_url": "http://translate.otrs.com/api/components/otrs-7/otrs/translations/?format=api",
                "statistics_url": "http://translate.otrs.com/api/components/otrs-7/otrs/statistics/?format=api",
                "lock_url": "http://translate.otrs.com/api/components/otrs-7/otrs/lock/?format=api",
                "links_url": "http://translate.otrs.com/api/components/otrs-7/otrs/links/?format=api",
                "changes_list_url": "http://translate.otrs.com/api/components/otrs-7/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": "",
                "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/26/?format=api",
                    "http://translate.otrs.com/api/addons/5/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null
            },
            "language_code": "pt",
            "id": 144,
            "filename": "i18n/otrs/otrs.pt.po",
            "revision": "90f10b65e23899dea4028bd72aec65ca705f11dc",
            "web_url": "http://translate.otrs.com/projects/otrs-7/otrs/pt/",
            "share_url": "http://translate.otrs.com/engage/otrs-7/-/pt/",
            "translate_url": "http://translate.otrs.com/translate/otrs-7/otrs/pt/",
            "url": "http://translate.otrs.com/api/translations/otrs-7/otrs/pt/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 7125,
            "total_words": 59570,
            "translated": 2057,
            "translated_words": 8122,
            "translated_percent": 28.8,
            "fuzzy": 11,
            "fuzzy_words": 47,
            "fuzzy_percent": 0.1,
            "failing_checks": 228,
            "failing_checks_words": 1682,
            "failing_checks_percent": 3.2,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2023-11-16T10:10:41.711731Z",
            "last_author": "Juliano Messaggi",
            "repository_url": "http://translate.otrs.com/api/translations/otrs-7/otrs/pt/repository/?format=api",
            "file_url": "http://translate.otrs.com/api/translations/otrs-7/otrs/pt/file/?format=api",
            "statistics_url": "http://translate.otrs.com/api/translations/otrs-7/otrs/pt/statistics/?format=api",
            "changes_list_url": "http://translate.otrs.com/api/translations/otrs-7/otrs/pt/changes/?format=api",
            "units_list_url": "http://translate.otrs.com/api/translations/otrs-7/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": 7,
                "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",
                    "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/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-7/otrs/",
                "url": "http://translate.otrs.com/api/components/otrs-7/otrs/?format=api",
                "repository_url": "http://translate.otrs.com/api/components/otrs-7/otrs/repository/?format=api",
                "translations_url": "http://translate.otrs.com/api/components/otrs-7/otrs/translations/?format=api",
                "statistics_url": "http://translate.otrs.com/api/components/otrs-7/otrs/statistics/?format=api",
                "lock_url": "http://translate.otrs.com/api/components/otrs-7/otrs/lock/?format=api",
                "links_url": "http://translate.otrs.com/api/components/otrs-7/otrs/links/?format=api",
                "changes_list_url": "http://translate.otrs.com/api/components/otrs-7/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": "",
                "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/26/?format=api",
                    "http://translate.otrs.com/api/addons/5/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null
            },
            "language_code": "pt_BR",
            "id": 146,
            "filename": "i18n/otrs/otrs.pt_BR.po",
            "revision": "bde0d5144e2207efafa6c4866872271b70ab6d88",
            "web_url": "http://translate.otrs.com/projects/otrs-7/otrs/pt_BR/",
            "share_url": "http://translate.otrs.com/engage/otrs-7/-/pt_BR/",
            "translate_url": "http://translate.otrs.com/translate/otrs-7/otrs/pt_BR/",
            "url": "http://translate.otrs.com/api/translations/otrs-7/otrs/pt_BR/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 7125,
            "total_words": 59570,
            "translated": 7125,
            "translated_words": 59570,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 51,
            "failing_checks_words": 137,
            "failing_checks_percent": 0.7,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2023-12-05T20:20:16.183355Z",
            "last_author": "Juliano Messaggi",
            "repository_url": "http://translate.otrs.com/api/translations/otrs-7/otrs/pt_BR/repository/?format=api",
            "file_url": "http://translate.otrs.com/api/translations/otrs-7/otrs/pt_BR/file/?format=api",
            "statistics_url": "http://translate.otrs.com/api/translations/otrs-7/otrs/pt_BR/statistics/?format=api",
            "changes_list_url": "http://translate.otrs.com/api/translations/otrs-7/otrs/pt_BR/changes/?format=api",
            "units_list_url": "http://translate.otrs.com/api/translations/otrs-7/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"
                ],
                "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": 7,
                "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",
                    "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/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-7/otrs/",
                "url": "http://translate.otrs.com/api/components/otrs-7/otrs/?format=api",
                "repository_url": "http://translate.otrs.com/api/components/otrs-7/otrs/repository/?format=api",
                "translations_url": "http://translate.otrs.com/api/components/otrs-7/otrs/translations/?format=api",
                "statistics_url": "http://translate.otrs.com/api/components/otrs-7/otrs/statistics/?format=api",
                "lock_url": "http://translate.otrs.com/api/components/otrs-7/otrs/lock/?format=api",
                "links_url": "http://translate.otrs.com/api/components/otrs-7/otrs/links/?format=api",
                "changes_list_url": "http://translate.otrs.com/api/components/otrs-7/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": "",
                "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/26/?format=api",
                    "http://translate.otrs.com/api/addons/5/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null
            },
            "language_code": "ro",
            "id": 148,
            "filename": "i18n/otrs/otrs.ro.po",
            "revision": "ae19bf27882eee38b78735874957eda837a95c42",
            "web_url": "http://translate.otrs.com/projects/otrs-7/otrs/ro/",
            "share_url": "http://translate.otrs.com/engage/otrs-7/-/ro/",
            "translate_url": "http://translate.otrs.com/translate/otrs-7/otrs/ro/",
            "url": "http://translate.otrs.com/api/translations/otrs-7/otrs/ro/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 7125,
            "total_words": 59570,
            "translated": 1913,
            "translated_words": 8216,
            "translated_percent": 26.8,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 4,
            "failing_checks_words": 8,
            "failing_checks_percent": 0.1,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2020-08-16T17:46:03.317364Z",
            "last_author": "Heim Tibor",
            "repository_url": "http://translate.otrs.com/api/translations/otrs-7/otrs/ro/repository/?format=api",
            "file_url": "http://translate.otrs.com/api/translations/otrs-7/otrs/ro/file/?format=api",
            "statistics_url": "http://translate.otrs.com/api/translations/otrs-7/otrs/ro/statistics/?format=api",
            "changes_list_url": "http://translate.otrs.com/api/translations/otrs-7/otrs/ro/changes/?format=api",
            "units_list_url": "http://translate.otrs.com/api/translations/otrs-7/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": 7,
                "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",
                    "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/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-7/otrs/",
                "url": "http://translate.otrs.com/api/components/otrs-7/otrs/?format=api",
                "repository_url": "http://translate.otrs.com/api/components/otrs-7/otrs/repository/?format=api",
                "translations_url": "http://translate.otrs.com/api/components/otrs-7/otrs/translations/?format=api",
                "statistics_url": "http://translate.otrs.com/api/components/otrs-7/otrs/statistics/?format=api",
                "lock_url": "http://translate.otrs.com/api/components/otrs-7/otrs/lock/?format=api",
                "links_url": "http://translate.otrs.com/api/components/otrs-7/otrs/links/?format=api",
                "changes_list_url": "http://translate.otrs.com/api/components/otrs-7/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": "",
                "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/26/?format=api",
                    "http://translate.otrs.com/api/addons/5/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null
            },
            "language_code": "ru",
            "id": 150,
            "filename": "i18n/otrs/otrs.ru.po",
            "revision": "b879b2db87cb1f1cc25b84368db041dab845f593",
            "web_url": "http://translate.otrs.com/projects/otrs-7/otrs/ru/",
            "share_url": "http://translate.otrs.com/engage/otrs-7/-/ru/",
            "translate_url": "http://translate.otrs.com/translate/otrs-7/otrs/ru/",
            "url": "http://translate.otrs.com/api/translations/otrs-7/otrs/ru/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 7125,
            "total_words": 59570,
            "translated": 5368,
            "translated_words": 41365,
            "translated_percent": 75.3,
            "fuzzy": 15,
            "fuzzy_words": 117,
            "fuzzy_percent": 0.2,
            "failing_checks": 422,
            "failing_checks_words": 4147,
            "failing_checks_percent": 5.9,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2020-06-30T06:46:28.916236Z",
            "last_author": null,
            "repository_url": "http://translate.otrs.com/api/translations/otrs-7/otrs/ru/repository/?format=api",
            "file_url": "http://translate.otrs.com/api/translations/otrs-7/otrs/ru/file/?format=api",
            "statistics_url": "http://translate.otrs.com/api/translations/otrs-7/otrs/ru/statistics/?format=api",
            "changes_list_url": "http://translate.otrs.com/api/translations/otrs-7/otrs/ru/changes/?format=api",
            "units_list_url": "http://translate.otrs.com/api/translations/otrs-7/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": 7,
                "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",
                    "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/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-7/otrs/",
                "url": "http://translate.otrs.com/api/components/otrs-7/otrs/?format=api",
                "repository_url": "http://translate.otrs.com/api/components/otrs-7/otrs/repository/?format=api",
                "translations_url": "http://translate.otrs.com/api/components/otrs-7/otrs/translations/?format=api",
                "statistics_url": "http://translate.otrs.com/api/components/otrs-7/otrs/statistics/?format=api",
                "lock_url": "http://translate.otrs.com/api/components/otrs-7/otrs/lock/?format=api",
                "links_url": "http://translate.otrs.com/api/components/otrs-7/otrs/links/?format=api",
                "changes_list_url": "http://translate.otrs.com/api/components/otrs-7/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": "",
                "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/26/?format=api",
                    "http://translate.otrs.com/api/addons/5/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null
            },
            "language_code": "sk_SK",
            "id": 152,
            "filename": "i18n/otrs/otrs.sk_SK.po",
            "revision": "16bdd6328ab21a93fa3508b0d20bd2b6a59f15ee",
            "web_url": "http://translate.otrs.com/projects/otrs-7/otrs/sk/",
            "share_url": "http://translate.otrs.com/engage/otrs-7/-/sk/",
            "translate_url": "http://translate.otrs.com/translate/otrs-7/otrs/sk/",
            "url": "http://translate.otrs.com/api/translations/otrs-7/otrs/sk/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 7125,
            "total_words": 59570,
            "translated": 1015,
            "translated_words": 3314,
            "translated_percent": 14.2,
            "fuzzy": 8,
            "fuzzy_words": 32,
            "fuzzy_percent": 0.1,
            "failing_checks": 113,
            "failing_checks_words": 779,
            "failing_checks_percent": 1.5,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "http://translate.otrs.com/api/translations/otrs-7/otrs/sk/repository/?format=api",
            "file_url": "http://translate.otrs.com/api/translations/otrs-7/otrs/sk/file/?format=api",
            "statistics_url": "http://translate.otrs.com/api/translations/otrs-7/otrs/sk/statistics/?format=api",
            "changes_list_url": "http://translate.otrs.com/api/translations/otrs-7/otrs/sk/changes/?format=api",
            "units_list_url": "http://translate.otrs.com/api/translations/otrs-7/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": 7,
                "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",
                    "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/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-7/otrs/",
                "url": "http://translate.otrs.com/api/components/otrs-7/otrs/?format=api",
                "repository_url": "http://translate.otrs.com/api/components/otrs-7/otrs/repository/?format=api",
                "translations_url": "http://translate.otrs.com/api/components/otrs-7/otrs/translations/?format=api",
                "statistics_url": "http://translate.otrs.com/api/components/otrs-7/otrs/statistics/?format=api",
                "lock_url": "http://translate.otrs.com/api/components/otrs-7/otrs/lock/?format=api",
                "links_url": "http://translate.otrs.com/api/components/otrs-7/otrs/links/?format=api",
                "changes_list_url": "http://translate.otrs.com/api/components/otrs-7/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": "",
                "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/26/?format=api",
                    "http://translate.otrs.com/api/addons/5/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null
            },
            "language_code": "sl",
            "id": 155,
            "filename": "i18n/otrs/otrs.sl.po",
            "revision": "1ceb13ab712150ca6d87cfee0a9f1e4539536b55",
            "web_url": "http://translate.otrs.com/projects/otrs-7/otrs/sl/",
            "share_url": "http://translate.otrs.com/engage/otrs-7/-/sl/",
            "translate_url": "http://translate.otrs.com/translate/otrs-7/otrs/sl/",
            "url": "http://translate.otrs.com/api/translations/otrs-7/otrs/sl/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 7125,
            "total_words": 59570,
            "translated": 1289,
            "translated_words": 4717,
            "translated_percent": 18.0,
            "fuzzy": 9,
            "fuzzy_words": 34,
            "fuzzy_percent": 0.1,
            "failing_checks": 59,
            "failing_checks_words": 351,
            "failing_checks_percent": 0.8,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "http://translate.otrs.com/api/translations/otrs-7/otrs/sl/repository/?format=api",
            "file_url": "http://translate.otrs.com/api/translations/otrs-7/otrs/sl/file/?format=api",
            "statistics_url": "http://translate.otrs.com/api/translations/otrs-7/otrs/sl/statistics/?format=api",
            "changes_list_url": "http://translate.otrs.com/api/translations/otrs-7/otrs/sl/changes/?format=api",
            "units_list_url": "http://translate.otrs.com/api/translations/otrs-7/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": 7,
                "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",
                    "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/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-7/otrs/",
                "url": "http://translate.otrs.com/api/components/otrs-7/otrs/?format=api",
                "repository_url": "http://translate.otrs.com/api/components/otrs-7/otrs/repository/?format=api",
                "translations_url": "http://translate.otrs.com/api/components/otrs-7/otrs/translations/?format=api",
                "statistics_url": "http://translate.otrs.com/api/components/otrs-7/otrs/statistics/?format=api",
                "lock_url": "http://translate.otrs.com/api/components/otrs-7/otrs/lock/?format=api",
                "links_url": "http://translate.otrs.com/api/components/otrs-7/otrs/links/?format=api",
                "changes_list_url": "http://translate.otrs.com/api/components/otrs-7/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": "",
                "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/26/?format=api",
                    "http://translate.otrs.com/api/addons/5/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null
            },
            "language_code": "sr",
            "id": 157,
            "filename": "i18n/otrs/otrs.sr.po",
            "revision": "167c083e096c69f02b165ad05233ef71c6e7a009",
            "web_url": "http://translate.otrs.com/projects/otrs-7/otrs/sr/",
            "share_url": "http://translate.otrs.com/engage/otrs-7/-/sr/",
            "translate_url": "http://translate.otrs.com/translate/otrs-7/otrs/sr/",
            "url": "http://translate.otrs.com/api/translations/otrs-7/otrs/sr/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 7125,
            "total_words": 59570,
            "translated": 6857,
            "translated_words": 56784,
            "translated_percent": 96.2,
            "fuzzy": 19,
            "fuzzy_words": 160,
            "fuzzy_percent": 0.2,
            "failing_checks": 127,
            "failing_checks_words": 1557,
            "failing_checks_percent": 1.7,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2020-06-30T06:47:05.464920Z",
            "last_author": null,
            "repository_url": "http://translate.otrs.com/api/translations/otrs-7/otrs/sr/repository/?format=api",
            "file_url": "http://translate.otrs.com/api/translations/otrs-7/otrs/sr/file/?format=api",
            "statistics_url": "http://translate.otrs.com/api/translations/otrs-7/otrs/sr/statistics/?format=api",
            "changes_list_url": "http://translate.otrs.com/api/translations/otrs-7/otrs/sr/changes/?format=api",
            "units_list_url": "http://translate.otrs.com/api/translations/otrs-7/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": 7,
                "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",
                    "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/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-7/otrs/",
                "url": "http://translate.otrs.com/api/components/otrs-7/otrs/?format=api",
                "repository_url": "http://translate.otrs.com/api/components/otrs-7/otrs/repository/?format=api",
                "translations_url": "http://translate.otrs.com/api/components/otrs-7/otrs/translations/?format=api",
                "statistics_url": "http://translate.otrs.com/api/components/otrs-7/otrs/statistics/?format=api",
                "lock_url": "http://translate.otrs.com/api/components/otrs-7/otrs/lock/?format=api",
                "links_url": "http://translate.otrs.com/api/components/otrs-7/otrs/links/?format=api",
                "changes_list_url": "http://translate.otrs.com/api/components/otrs-7/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": "",
                "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/26/?format=api",
                    "http://translate.otrs.com/api/addons/5/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null
            },
            "language_code": "sv",
            "id": 158,
            "filename": "i18n/otrs/otrs.sv.po",
            "revision": "d766ae6cd1c6328e6d54ec9f556fe6ab8f712ab5",
            "web_url": "http://translate.otrs.com/projects/otrs-7/otrs/sv/",
            "share_url": "http://translate.otrs.com/engage/otrs-7/-/sv/",
            "translate_url": "http://translate.otrs.com/translate/otrs-7/otrs/sv/",
            "url": "http://translate.otrs.com/api/translations/otrs-7/otrs/sv/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 7125,
            "total_words": 59570,
            "translated": 2266,
            "translated_words": 8513,
            "translated_percent": 31.8,
            "fuzzy": 11,
            "fuzzy_words": 47,
            "fuzzy_percent": 0.1,
            "failing_checks": 94,
            "failing_checks_words": 618,
            "failing_checks_percent": 1.3,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "http://translate.otrs.com/api/translations/otrs-7/otrs/sv/repository/?format=api",
            "file_url": "http://translate.otrs.com/api/translations/otrs-7/otrs/sv/file/?format=api",
            "statistics_url": "http://translate.otrs.com/api/translations/otrs-7/otrs/sv/statistics/?format=api",
            "changes_list_url": "http://translate.otrs.com/api/translations/otrs-7/otrs/sv/changes/?format=api",
            "units_list_url": "http://translate.otrs.com/api/translations/otrs-7/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"
                ],
                "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": 7,
                "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",
                    "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/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-7/otrs/",
                "url": "http://translate.otrs.com/api/components/otrs-7/otrs/?format=api",
                "repository_url": "http://translate.otrs.com/api/components/otrs-7/otrs/repository/?format=api",
                "translations_url": "http://translate.otrs.com/api/components/otrs-7/otrs/translations/?format=api",
                "statistics_url": "http://translate.otrs.com/api/components/otrs-7/otrs/statistics/?format=api",
                "lock_url": "http://translate.otrs.com/api/components/otrs-7/otrs/lock/?format=api",
                "links_url": "http://translate.otrs.com/api/components/otrs-7/otrs/links/?format=api",
                "changes_list_url": "http://translate.otrs.com/api/components/otrs-7/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": "",
                "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/26/?format=api",
                    "http://translate.otrs.com/api/addons/5/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null
            },
            "language_code": "sw",
            "id": 159,
            "filename": "i18n/otrs/otrs.sw.po",
            "revision": "a45c91264eca2a0c32c2649bd9bad0d6d5fc9d1c",
            "web_url": "http://translate.otrs.com/projects/otrs-7/otrs/sw/",
            "share_url": "http://translate.otrs.com/engage/otrs-7/-/sw/",
            "translate_url": "http://translate.otrs.com/translate/otrs-7/otrs/sw/",
            "url": "http://translate.otrs.com/api/translations/otrs-7/otrs/sw/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 7125,
            "total_words": 59570,
            "translated": 2613,
            "translated_words": 20100,
            "translated_percent": 36.6,
            "fuzzy": 12,
            "fuzzy_words": 78,
            "fuzzy_percent": 0.1,
            "failing_checks": 372,
            "failing_checks_words": 4104,
            "failing_checks_percent": 5.2,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2020-06-30T06:47:30.060900Z",
            "last_author": null,
            "repository_url": "http://translate.otrs.com/api/translations/otrs-7/otrs/sw/repository/?format=api",
            "file_url": "http://translate.otrs.com/api/translations/otrs-7/otrs/sw/file/?format=api",
            "statistics_url": "http://translate.otrs.com/api/translations/otrs-7/otrs/sw/statistics/?format=api",
            "changes_list_url": "http://translate.otrs.com/api/translations/otrs-7/otrs/sw/changes/?format=api",
            "units_list_url": "http://translate.otrs.com/api/translations/otrs-7/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": 7,
                "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",
                    "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/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-7/otrs/",
                "url": "http://translate.otrs.com/api/components/otrs-7/otrs/?format=api",
                "repository_url": "http://translate.otrs.com/api/components/otrs-7/otrs/repository/?format=api",
                "translations_url": "http://translate.otrs.com/api/components/otrs-7/otrs/translations/?format=api",
                "statistics_url": "http://translate.otrs.com/api/components/otrs-7/otrs/statistics/?format=api",
                "lock_url": "http://translate.otrs.com/api/components/otrs-7/otrs/lock/?format=api",
                "links_url": "http://translate.otrs.com/api/components/otrs-7/otrs/links/?format=api",
                "changes_list_url": "http://translate.otrs.com/api/components/otrs-7/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": "",
                "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/26/?format=api",
                    "http://translate.otrs.com/api/addons/5/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null
            },
            "language_code": "th_TH",
            "id": 160,
            "filename": "i18n/otrs/otrs.th_TH.po",
            "revision": "474e0441c1a187850a461ccb0682cb4e7712dff9",
            "web_url": "http://translate.otrs.com/projects/otrs-7/otrs/th/",
            "share_url": "http://translate.otrs.com/engage/otrs-7/-/th/",
            "translate_url": "http://translate.otrs.com/translate/otrs-7/otrs/th/",
            "url": "http://translate.otrs.com/api/translations/otrs-7/otrs/th/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 7125,
            "total_words": 59570,
            "translated": 3452,
            "translated_words": 22690,
            "translated_percent": 48.4,
            "fuzzy": 14,
            "fuzzy_words": 110,
            "fuzzy_percent": 0.1,
            "failing_checks": 148,
            "failing_checks_words": 1252,
            "failing_checks_percent": 2.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2020-06-30T06:47:42.502465Z",
            "last_author": null,
            "repository_url": "http://translate.otrs.com/api/translations/otrs-7/otrs/th/repository/?format=api",
            "file_url": "http://translate.otrs.com/api/translations/otrs-7/otrs/th/file/?format=api",
            "statistics_url": "http://translate.otrs.com/api/translations/otrs-7/otrs/th/statistics/?format=api",
            "changes_list_url": "http://translate.otrs.com/api/translations/otrs-7/otrs/th/changes/?format=api",
            "units_list_url": "http://translate.otrs.com/api/translations/otrs-7/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": 7,
                "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",
                    "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/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-7/otrs/",
                "url": "http://translate.otrs.com/api/components/otrs-7/otrs/?format=api",
                "repository_url": "http://translate.otrs.com/api/components/otrs-7/otrs/repository/?format=api",
                "translations_url": "http://translate.otrs.com/api/components/otrs-7/otrs/translations/?format=api",
                "statistics_url": "http://translate.otrs.com/api/components/otrs-7/otrs/statistics/?format=api",
                "lock_url": "http://translate.otrs.com/api/components/otrs-7/otrs/lock/?format=api",
                "links_url": "http://translate.otrs.com/api/components/otrs-7/otrs/links/?format=api",
                "changes_list_url": "http://translate.otrs.com/api/components/otrs-7/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": "",
                "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/26/?format=api",
                    "http://translate.otrs.com/api/addons/5/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null
            },
            "language_code": "tr",
            "id": 161,
            "filename": "i18n/otrs/otrs.tr.po",
            "revision": "71cf9f78adcde88eb97fd37f122df1b56756d617",
            "web_url": "http://translate.otrs.com/projects/otrs-7/otrs/tr/",
            "share_url": "http://translate.otrs.com/engage/otrs-7/-/tr/",
            "translate_url": "http://translate.otrs.com/translate/otrs-7/otrs/tr/",
            "url": "http://translate.otrs.com/api/translations/otrs-7/otrs/tr/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 7125,
            "total_words": 59570,
            "translated": 1080,
            "translated_words": 2820,
            "translated_percent": 15.1,
            "fuzzy": 10,
            "fuzzy_words": 40,
            "fuzzy_percent": 0.1,
            "failing_checks": 47,
            "failing_checks_words": 225,
            "failing_checks_percent": 0.6,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "http://translate.otrs.com/api/translations/otrs-7/otrs/tr/repository/?format=api",
            "file_url": "http://translate.otrs.com/api/translations/otrs-7/otrs/tr/file/?format=api",
            "statistics_url": "http://translate.otrs.com/api/translations/otrs-7/otrs/tr/statistics/?format=api",
            "changes_list_url": "http://translate.otrs.com/api/translations/otrs-7/otrs/tr/changes/?format=api",
            "units_list_url": "http://translate.otrs.com/api/translations/otrs-7/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": 7,
                "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",
                    "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/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-7/otrs/",
                "url": "http://translate.otrs.com/api/components/otrs-7/otrs/?format=api",
                "repository_url": "http://translate.otrs.com/api/components/otrs-7/otrs/repository/?format=api",
                "translations_url": "http://translate.otrs.com/api/components/otrs-7/otrs/translations/?format=api",
                "statistics_url": "http://translate.otrs.com/api/components/otrs-7/otrs/statistics/?format=api",
                "lock_url": "http://translate.otrs.com/api/components/otrs-7/otrs/lock/?format=api",
                "links_url": "http://translate.otrs.com/api/components/otrs-7/otrs/links/?format=api",
                "changes_list_url": "http://translate.otrs.com/api/components/otrs-7/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": "",
                "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/26/?format=api",
                    "http://translate.otrs.com/api/addons/5/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null
            },
            "language_code": "uk",
            "id": 162,
            "filename": "i18n/otrs/otrs.uk.po",
            "revision": "e424bcc428f36dec259135ef8112eb9452e25066",
            "web_url": "http://translate.otrs.com/projects/otrs-7/otrs/uk/",
            "share_url": "http://translate.otrs.com/engage/otrs-7/-/uk/",
            "translate_url": "http://translate.otrs.com/translate/otrs-7/otrs/uk/",
            "url": "http://translate.otrs.com/api/translations/otrs-7/otrs/uk/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 7125,
            "total_words": 59570,
            "translated": 2719,
            "translated_words": 13096,
            "translated_percent": 38.1,
            "fuzzy": 10,
            "fuzzy_words": 48,
            "fuzzy_percent": 0.1,
            "failing_checks": 237,
            "failing_checks_words": 2030,
            "failing_checks_percent": 3.3,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-04-12T14:47:42.732346Z",
            "last_author": "Roman Sahaidak",
            "repository_url": "http://translate.otrs.com/api/translations/otrs-7/otrs/uk/repository/?format=api",
            "file_url": "http://translate.otrs.com/api/translations/otrs-7/otrs/uk/file/?format=api",
            "statistics_url": "http://translate.otrs.com/api/translations/otrs-7/otrs/uk/statistics/?format=api",
            "changes_list_url": "http://translate.otrs.com/api/translations/otrs-7/otrs/uk/changes/?format=api",
            "units_list_url": "http://translate.otrs.com/api/translations/otrs-7/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": 7,
                "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",
                    "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/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-7/otrs/",
                "url": "http://translate.otrs.com/api/components/otrs-7/otrs/?format=api",
                "repository_url": "http://translate.otrs.com/api/components/otrs-7/otrs/repository/?format=api",
                "translations_url": "http://translate.otrs.com/api/components/otrs-7/otrs/translations/?format=api",
                "statistics_url": "http://translate.otrs.com/api/components/otrs-7/otrs/statistics/?format=api",
                "lock_url": "http://translate.otrs.com/api/components/otrs-7/otrs/lock/?format=api",
                "links_url": "http://translate.otrs.com/api/components/otrs-7/otrs/links/?format=api",
                "changes_list_url": "http://translate.otrs.com/api/components/otrs-7/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": "",
                "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/26/?format=api",
                    "http://translate.otrs.com/api/addons/5/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null
            },
            "language_code": "vi_VN",
            "id": 163,
            "filename": "i18n/otrs/otrs.vi_VN.po",
            "revision": "8384e175b7f719c984a17a18a2c04a2c46b68da9",
            "web_url": "http://translate.otrs.com/projects/otrs-7/otrs/vi/",
            "share_url": "http://translate.otrs.com/engage/otrs-7/-/vi/",
            "translate_url": "http://translate.otrs.com/translate/otrs-7/otrs/vi/",
            "url": "http://translate.otrs.com/api/translations/otrs-7/otrs/vi/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 7125,
            "total_words": 59570,
            "translated": 978,
            "translated_words": 3371,
            "translated_percent": 13.7,
            "fuzzy": 10,
            "fuzzy_words": 40,
            "fuzzy_percent": 0.1,
            "failing_checks": 66,
            "failing_checks_words": 325,
            "failing_checks_percent": 0.9,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "http://translate.otrs.com/api/translations/otrs-7/otrs/vi/repository/?format=api",
            "file_url": "http://translate.otrs.com/api/translations/otrs-7/otrs/vi/file/?format=api",
            "statistics_url": "http://translate.otrs.com/api/translations/otrs-7/otrs/vi/statistics/?format=api",
            "changes_list_url": "http://translate.otrs.com/api/translations/otrs-7/otrs/vi/changes/?format=api",
            "units_list_url": "http://translate.otrs.com/api/translations/otrs-7/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": 7,
                "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",
                    "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/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-7/otrs/",
                "url": "http://translate.otrs.com/api/components/otrs-7/otrs/?format=api",
                "repository_url": "http://translate.otrs.com/api/components/otrs-7/otrs/repository/?format=api",
                "translations_url": "http://translate.otrs.com/api/components/otrs-7/otrs/translations/?format=api",
                "statistics_url": "http://translate.otrs.com/api/components/otrs-7/otrs/statistics/?format=api",
                "lock_url": "http://translate.otrs.com/api/components/otrs-7/otrs/lock/?format=api",
                "links_url": "http://translate.otrs.com/api/components/otrs-7/otrs/links/?format=api",
                "changes_list_url": "http://translate.otrs.com/api/components/otrs-7/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": "",
                "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/26/?format=api",
                    "http://translate.otrs.com/api/addons/5/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null
            },
            "language_code": "zh_CN",
            "id": 164,
            "filename": "i18n/otrs/otrs.zh_CN.po",
            "revision": "31b965f394c74ed694e3c3ffef848aaa897b6afe",
            "web_url": "http://translate.otrs.com/projects/otrs-7/otrs/zh_Hans/",
            "share_url": "http://translate.otrs.com/engage/otrs-7/-/zh_Hans/",
            "translate_url": "http://translate.otrs.com/translate/otrs-7/otrs/zh_Hans/",
            "url": "http://translate.otrs.com/api/translations/otrs-7/otrs/zh_Hans/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 7125,
            "total_words": 59570,
            "translated": 6884,
            "translated_words": 57142,
            "translated_percent": 96.6,
            "fuzzy": 3,
            "fuzzy_words": 24,
            "fuzzy_percent": 0.1,
            "failing_checks": 16,
            "failing_checks_words": 141,
            "failing_checks_percent": 0.2,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2020-06-30T06:48:30.064120Z",
            "last_author": null,
            "repository_url": "http://translate.otrs.com/api/translations/otrs-7/otrs/zh_Hans/repository/?format=api",
            "file_url": "http://translate.otrs.com/api/translations/otrs-7/otrs/zh_Hans/file/?format=api",
            "statistics_url": "http://translate.otrs.com/api/translations/otrs-7/otrs/zh_Hans/statistics/?format=api",
            "changes_list_url": "http://translate.otrs.com/api/translations/otrs-7/otrs/zh_Hans/changes/?format=api",
            "units_list_url": "http://translate.otrs.com/api/translations/otrs-7/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": 7,
                "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",
                    "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/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-7/otrs/",
                "url": "http://translate.otrs.com/api/components/otrs-7/otrs/?format=api",
                "repository_url": "http://translate.otrs.com/api/components/otrs-7/otrs/repository/?format=api",
                "translations_url": "http://translate.otrs.com/api/components/otrs-7/otrs/translations/?format=api",
                "statistics_url": "http://translate.otrs.com/api/components/otrs-7/otrs/statistics/?format=api",
                "lock_url": "http://translate.otrs.com/api/components/otrs-7/otrs/lock/?format=api",
                "links_url": "http://translate.otrs.com/api/components/otrs-7/otrs/links/?format=api",
                "changes_list_url": "http://translate.otrs.com/api/components/otrs-7/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": "",
                "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/26/?format=api",
                    "http://translate.otrs.com/api/addons/5/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null
            },
            "language_code": "zh_TW",
            "id": 165,
            "filename": "i18n/otrs/otrs.zh_TW.po",
            "revision": "efd2a37eaa5a3d611de1a86176274ffa9a487ca4",
            "web_url": "http://translate.otrs.com/projects/otrs-7/otrs/zh_Hant/",
            "share_url": "http://translate.otrs.com/engage/otrs-7/-/zh_Hant/",
            "translate_url": "http://translate.otrs.com/translate/otrs-7/otrs/zh_Hant/",
            "url": "http://translate.otrs.com/api/translations/otrs-7/otrs/zh_Hant/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 7125,
            "total_words": 59570,
            "translated": 1970,
            "translated_words": 7780,
            "translated_percent": 27.6,
            "fuzzy": 11,
            "fuzzy_words": 47,
            "fuzzy_percent": 0.1,
            "failing_checks": 193,
            "failing_checks_words": 1401,
            "failing_checks_percent": 2.7,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "http://translate.otrs.com/api/translations/otrs-7/otrs/zh_Hant/repository/?format=api",
            "file_url": "http://translate.otrs.com/api/translations/otrs-7/otrs/zh_Hant/file/?format=api",
            "statistics_url": "http://translate.otrs.com/api/translations/otrs-7/otrs/zh_Hant/statistics/?format=api",
            "changes_list_url": "http://translate.otrs.com/api/translations/otrs-7/otrs/zh_Hant/changes/?format=api",
            "units_list_url": "http://translate.otrs.com/api/translations/otrs-7/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": "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",
                    "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": "feature-weblate-bu",
                "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": false,
                "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
            },
            "language_code": "en",
            "id": 640,
            "filename": "i18n/otrs/otrs.pot",
            "revision": "c67efc9442218b76b6114181b2618db95e70320e",
            "web_url": "http://translate.otrs.com/projects/otrs/otrs/en/",
            "share_url": "http://translate.otrs.com/engage/otrs/-/en/",
            "translate_url": "http://translate.otrs.com/translate/otrs/otrs/en/",
            "url": "http://translate.otrs.com/api/translations/otrs/otrs/en/?format=api",
            "is_template": false,
            "is_source": true,
            "total": 8599,
            "total_words": 73925,
            "translated": 8599,
            "translated_words": 73925,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 1568,
            "failing_checks_words": 12070,
            "failing_checks_percent": 18.2,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "http://translate.otrs.com/api/translations/otrs/otrs/en/repository/?format=api",
            "file_url": "http://translate.otrs.com/api/translations/otrs/otrs/en/file/?format=api",
            "statistics_url": "http://translate.otrs.com/api/translations/otrs/otrs/en/statistics/?format=api",
            "changes_list_url": "http://translate.otrs.com/api/translations/otrs/otrs/en/changes/?format=api",
            "units_list_url": "http://translate.otrs.com/api/translations/otrs/otrs/en/units/?format=api"
        }
    ]
}