Translation components API.

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

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

{
    "count": 1013,
    "next": "https://translate.opensourcepos.org/api/translations/?format=api&page=51",
    "previous": "https://translate.opensourcepos.org/api/translations/?format=api&page=49",
    "results": [
        {
            "language": {
                "code": "de",
                "name": "German",
                "plural": {
                    "id": 72,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "deu",
                    "ger"
                ],
                "direction": "ltr",
                "population": 13635022614,
                "web_url": "https://translate.opensourcepos.org/languages/de/",
                "url": "https://translate.opensourcepos.org/api/languages/de/?format=api",
                "statistics_url": "https://translate.opensourcepos.org/api/languages/de/statistics/?format=api"
            },
            "component": {
                "name": "reports",
                "slug": "reports",
                "id": 7,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 82,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 163648503560,
                    "web_url": "https://translate.opensourcepos.org/languages/en/",
                    "url": "https://translate.opensourcepos.org/api/languages/en/?format=api",
                    "statistics_url": "https://translate.opensourcepos.org/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "opensourcepos",
                    "slug": "opensourcepos",
                    "id": 1,
                    "web": "https://github.com/opensourcepos/opensourcepos",
                    "web_url": "https://translate.opensourcepos.org/projects/opensourcepos/",
                    "url": "https://translate.opensourcepos.org/api/projects/opensourcepos/?format=api",
                    "components_list_url": "https://translate.opensourcepos.org/api/projects/opensourcepos/components/?format=api",
                    "repository_url": "https://translate.opensourcepos.org/api/projects/opensourcepos/repository/?format=api",
                    "statistics_url": "https://translate.opensourcepos.org/api/projects/opensourcepos/statistics/?format=api",
                    "changes_list_url": "https://translate.opensourcepos.org/api/projects/opensourcepos/changes/?format=api",
                    "languages_url": "https://translate.opensourcepos.org/api/projects/opensourcepos/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "ssh://github.com/opensourcepos/opensourcepos",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "app/Language/*/Reports.php",
                "template": "app/Language/en/Reports.php",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "laravel",
                "license": "MIT",
                "license_url": "https://spdx.org/licenses/MIT.html",
                "agreement": "",
                "web_url": "https://translate.opensourcepos.org/projects/opensourcepos/reports/",
                "url": "https://translate.opensourcepos.org/api/components/opensourcepos/reports/?format=api",
                "repository_url": "https://translate.opensourcepos.org/api/components/opensourcepos/reports/repository/?format=api",
                "translations_url": "https://translate.opensourcepos.org/api/components/opensourcepos/reports/translations/?format=api",
                "statistics_url": "https://translate.opensourcepos.org/api/components/opensourcepos/reports/statistics/?format=api",
                "lock_url": "https://translate.opensourcepos.org/api/components/opensourcepos/reports/lock/?format=api",
                "links_url": "https://translate.opensourcepos.org/api/components/opensourcepos/reports/links/?format=api",
                "changes_list_url": "https://translate.opensourcepos.org/api/components/opensourcepos/reports/changes/?format=api",
                "task_url": null,
                "new_lang": "none",
                "language_code_style": "",
                "push": "ssh://github.com/opensourcepos/opensourcepos",
                "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": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver"
            },
            "language_code": "de-DE",
            "id": 1388,
            "filename": "app/Language/de-DE/Reports.php",
            "revision": "52403641b131b83b7342e717898b0c2ba1a458b7,bf52603daaedb87081a2e64c841aa953921cea97",
            "web_url": "https://translate.opensourcepos.org/projects/opensourcepos/reports/de/",
            "share_url": "https://translate.opensourcepos.org/engage/opensourcepos/de/",
            "translate_url": "https://translate.opensourcepos.org/translate/opensourcepos/reports/de/",
            "url": "https://translate.opensourcepos.org/api/translations/opensourcepos/reports/de/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 145,
            "total_words": 247,
            "translated": 144,
            "translated_words": 245,
            "translated_percent": 99.3,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 1,
            "failing_checks_words": 2,
            "failing_checks_percent": 0.6,
            "have_suggestion": 1,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://translate.opensourcepos.org/api/translations/opensourcepos/reports/de/repository/?format=api",
            "file_url": "https://translate.opensourcepos.org/api/translations/opensourcepos/reports/de/file/?format=api",
            "statistics_url": "https://translate.opensourcepos.org/api/translations/opensourcepos/reports/de/statistics/?format=api",
            "changes_list_url": "https://translate.opensourcepos.org/api/translations/opensourcepos/reports/de/changes/?format=api",
            "units_list_url": "https://translate.opensourcepos.org/api/translations/opensourcepos/reports/de/units/?format=api"
        },
        {
            "language": {
                "code": "el",
                "name": "Greek",
                "plural": {
                    "id": 81,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "gr",
                    "ell",
                    "gre"
                ],
                "direction": "ltr",
                "population": 1229224006,
                "web_url": "https://translate.opensourcepos.org/languages/el/",
                "url": "https://translate.opensourcepos.org/api/languages/el/?format=api",
                "statistics_url": "https://translate.opensourcepos.org/api/languages/el/statistics/?format=api"
            },
            "component": {
                "name": "reports",
                "slug": "reports",
                "id": 7,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 82,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 163648503560,
                    "web_url": "https://translate.opensourcepos.org/languages/en/",
                    "url": "https://translate.opensourcepos.org/api/languages/en/?format=api",
                    "statistics_url": "https://translate.opensourcepos.org/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "opensourcepos",
                    "slug": "opensourcepos",
                    "id": 1,
                    "web": "https://github.com/opensourcepos/opensourcepos",
                    "web_url": "https://translate.opensourcepos.org/projects/opensourcepos/",
                    "url": "https://translate.opensourcepos.org/api/projects/opensourcepos/?format=api",
                    "components_list_url": "https://translate.opensourcepos.org/api/projects/opensourcepos/components/?format=api",
                    "repository_url": "https://translate.opensourcepos.org/api/projects/opensourcepos/repository/?format=api",
                    "statistics_url": "https://translate.opensourcepos.org/api/projects/opensourcepos/statistics/?format=api",
                    "changes_list_url": "https://translate.opensourcepos.org/api/projects/opensourcepos/changes/?format=api",
                    "languages_url": "https://translate.opensourcepos.org/api/projects/opensourcepos/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "ssh://github.com/opensourcepos/opensourcepos",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "app/Language/*/Reports.php",
                "template": "app/Language/en/Reports.php",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "laravel",
                "license": "MIT",
                "license_url": "https://spdx.org/licenses/MIT.html",
                "agreement": "",
                "web_url": "https://translate.opensourcepos.org/projects/opensourcepos/reports/",
                "url": "https://translate.opensourcepos.org/api/components/opensourcepos/reports/?format=api",
                "repository_url": "https://translate.opensourcepos.org/api/components/opensourcepos/reports/repository/?format=api",
                "translations_url": "https://translate.opensourcepos.org/api/components/opensourcepos/reports/translations/?format=api",
                "statistics_url": "https://translate.opensourcepos.org/api/components/opensourcepos/reports/statistics/?format=api",
                "lock_url": "https://translate.opensourcepos.org/api/components/opensourcepos/reports/lock/?format=api",
                "links_url": "https://translate.opensourcepos.org/api/components/opensourcepos/reports/links/?format=api",
                "changes_list_url": "https://translate.opensourcepos.org/api/components/opensourcepos/reports/changes/?format=api",
                "task_url": null,
                "new_lang": "none",
                "language_code_style": "",
                "push": "ssh://github.com/opensourcepos/opensourcepos",
                "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": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver"
            },
            "language_code": "el",
            "id": 1389,
            "filename": "app/Language/el/Reports.php",
            "revision": "cde8daff66977fef3d0b9fcccbdf328920c72c45,bf52603daaedb87081a2e64c841aa953921cea97",
            "web_url": "https://translate.opensourcepos.org/projects/opensourcepos/reports/el/",
            "share_url": "https://translate.opensourcepos.org/engage/opensourcepos/el/",
            "translate_url": "https://translate.opensourcepos.org/translate/opensourcepos/reports/el/",
            "url": "https://translate.opensourcepos.org/api/translations/opensourcepos/reports/el/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 145,
            "total_words": 247,
            "translated": 16,
            "translated_words": 0,
            "translated_percent": 11.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://translate.opensourcepos.org/api/translations/opensourcepos/reports/el/repository/?format=api",
            "file_url": "https://translate.opensourcepos.org/api/translations/opensourcepos/reports/el/file/?format=api",
            "statistics_url": "https://translate.opensourcepos.org/api/translations/opensourcepos/reports/el/statistics/?format=api",
            "changes_list_url": "https://translate.opensourcepos.org/api/translations/opensourcepos/reports/el/changes/?format=api",
            "units_list_url": "https://translate.opensourcepos.org/api/translations/opensourcepos/reports/el/units/?format=api"
        },
        {
            "language": {
                "code": "en_GB",
                "name": "English (United Kingdom)",
                "plural": {
                    "id": 85,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "english_uk"
                ],
                "direction": "ltr",
                "population": 6444587800,
                "web_url": "https://translate.opensourcepos.org/languages/en_GB/",
                "url": "https://translate.opensourcepos.org/api/languages/en_GB/?format=api",
                "statistics_url": "https://translate.opensourcepos.org/api/languages/en_GB/statistics/?format=api"
            },
            "component": {
                "name": "reports",
                "slug": "reports",
                "id": 7,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 82,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 163648503560,
                    "web_url": "https://translate.opensourcepos.org/languages/en/",
                    "url": "https://translate.opensourcepos.org/api/languages/en/?format=api",
                    "statistics_url": "https://translate.opensourcepos.org/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "opensourcepos",
                    "slug": "opensourcepos",
                    "id": 1,
                    "web": "https://github.com/opensourcepos/opensourcepos",
                    "web_url": "https://translate.opensourcepos.org/projects/opensourcepos/",
                    "url": "https://translate.opensourcepos.org/api/projects/opensourcepos/?format=api",
                    "components_list_url": "https://translate.opensourcepos.org/api/projects/opensourcepos/components/?format=api",
                    "repository_url": "https://translate.opensourcepos.org/api/projects/opensourcepos/repository/?format=api",
                    "statistics_url": "https://translate.opensourcepos.org/api/projects/opensourcepos/statistics/?format=api",
                    "changes_list_url": "https://translate.opensourcepos.org/api/projects/opensourcepos/changes/?format=api",
                    "languages_url": "https://translate.opensourcepos.org/api/projects/opensourcepos/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "ssh://github.com/opensourcepos/opensourcepos",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "app/Language/*/Reports.php",
                "template": "app/Language/en/Reports.php",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "laravel",
                "license": "MIT",
                "license_url": "https://spdx.org/licenses/MIT.html",
                "agreement": "",
                "web_url": "https://translate.opensourcepos.org/projects/opensourcepos/reports/",
                "url": "https://translate.opensourcepos.org/api/components/opensourcepos/reports/?format=api",
                "repository_url": "https://translate.opensourcepos.org/api/components/opensourcepos/reports/repository/?format=api",
                "translations_url": "https://translate.opensourcepos.org/api/components/opensourcepos/reports/translations/?format=api",
                "statistics_url": "https://translate.opensourcepos.org/api/components/opensourcepos/reports/statistics/?format=api",
                "lock_url": "https://translate.opensourcepos.org/api/components/opensourcepos/reports/lock/?format=api",
                "links_url": "https://translate.opensourcepos.org/api/components/opensourcepos/reports/links/?format=api",
                "changes_list_url": "https://translate.opensourcepos.org/api/components/opensourcepos/reports/changes/?format=api",
                "task_url": null,
                "new_lang": "none",
                "language_code_style": "",
                "push": "ssh://github.com/opensourcepos/opensourcepos",
                "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": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver"
            },
            "language_code": "en-GB",
            "id": 1390,
            "filename": "app/Language/en-GB/Reports.php",
            "revision": "cda97b20fb7fee425d9845dda877ab8be3d61660,bf52603daaedb87081a2e64c841aa953921cea97",
            "web_url": "https://translate.opensourcepos.org/projects/opensourcepos/reports/en_GB/",
            "share_url": "https://translate.opensourcepos.org/engage/opensourcepos/en_GB/",
            "translate_url": "https://translate.opensourcepos.org/translate/opensourcepos/reports/en_GB/",
            "url": "https://translate.opensourcepos.org/api/translations/opensourcepos/reports/en_GB/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 145,
            "total_words": 247,
            "translated": 145,
            "translated_words": 247,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://translate.opensourcepos.org/api/translations/opensourcepos/reports/en_GB/repository/?format=api",
            "file_url": "https://translate.opensourcepos.org/api/translations/opensourcepos/reports/en_GB/file/?format=api",
            "statistics_url": "https://translate.opensourcepos.org/api/translations/opensourcepos/reports/en_GB/statistics/?format=api",
            "changes_list_url": "https://translate.opensourcepos.org/api/translations/opensourcepos/reports/en_GB/changes/?format=api",
            "units_list_url": "https://translate.opensourcepos.org/api/translations/opensourcepos/reports/en_GB/units/?format=api"
        },
        {
            "language": {
                "code": "es",
                "name": "Spanish",
                "plural": {
                    "id": 95,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "es_la",
                    "esp",
                    "spa"
                ],
                "direction": "ltr",
                "population": 49352807851,
                "web_url": "https://translate.opensourcepos.org/languages/es/",
                "url": "https://translate.opensourcepos.org/api/languages/es/?format=api",
                "statistics_url": "https://translate.opensourcepos.org/api/languages/es/statistics/?format=api"
            },
            "component": {
                "name": "reports",
                "slug": "reports",
                "id": 7,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 82,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 163648503560,
                    "web_url": "https://translate.opensourcepos.org/languages/en/",
                    "url": "https://translate.opensourcepos.org/api/languages/en/?format=api",
                    "statistics_url": "https://translate.opensourcepos.org/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "opensourcepos",
                    "slug": "opensourcepos",
                    "id": 1,
                    "web": "https://github.com/opensourcepos/opensourcepos",
                    "web_url": "https://translate.opensourcepos.org/projects/opensourcepos/",
                    "url": "https://translate.opensourcepos.org/api/projects/opensourcepos/?format=api",
                    "components_list_url": "https://translate.opensourcepos.org/api/projects/opensourcepos/components/?format=api",
                    "repository_url": "https://translate.opensourcepos.org/api/projects/opensourcepos/repository/?format=api",
                    "statistics_url": "https://translate.opensourcepos.org/api/projects/opensourcepos/statistics/?format=api",
                    "changes_list_url": "https://translate.opensourcepos.org/api/projects/opensourcepos/changes/?format=api",
                    "languages_url": "https://translate.opensourcepos.org/api/projects/opensourcepos/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "ssh://github.com/opensourcepos/opensourcepos",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "app/Language/*/Reports.php",
                "template": "app/Language/en/Reports.php",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "laravel",
                "license": "MIT",
                "license_url": "https://spdx.org/licenses/MIT.html",
                "agreement": "",
                "web_url": "https://translate.opensourcepos.org/projects/opensourcepos/reports/",
                "url": "https://translate.opensourcepos.org/api/components/opensourcepos/reports/?format=api",
                "repository_url": "https://translate.opensourcepos.org/api/components/opensourcepos/reports/repository/?format=api",
                "translations_url": "https://translate.opensourcepos.org/api/components/opensourcepos/reports/translations/?format=api",
                "statistics_url": "https://translate.opensourcepos.org/api/components/opensourcepos/reports/statistics/?format=api",
                "lock_url": "https://translate.opensourcepos.org/api/components/opensourcepos/reports/lock/?format=api",
                "links_url": "https://translate.opensourcepos.org/api/components/opensourcepos/reports/links/?format=api",
                "changes_list_url": "https://translate.opensourcepos.org/api/components/opensourcepos/reports/changes/?format=api",
                "task_url": null,
                "new_lang": "none",
                "language_code_style": "",
                "push": "ssh://github.com/opensourcepos/opensourcepos",
                "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": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver"
            },
            "language_code": "es-ES",
            "id": 1391,
            "filename": "app/Language/es-ES/Reports.php",
            "revision": "8a334b5a9153787fbca73801905dd6c71010bca7,bf52603daaedb87081a2e64c841aa953921cea97",
            "web_url": "https://translate.opensourcepos.org/projects/opensourcepos/reports/es/",
            "share_url": "https://translate.opensourcepos.org/engage/opensourcepos/es/",
            "translate_url": "https://translate.opensourcepos.org/translate/opensourcepos/reports/es/",
            "url": "https://translate.opensourcepos.org/api/translations/opensourcepos/reports/es/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 145,
            "total_words": 247,
            "translated": 145,
            "translated_words": 247,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://translate.opensourcepos.org/api/translations/opensourcepos/reports/es/repository/?format=api",
            "file_url": "https://translate.opensourcepos.org/api/translations/opensourcepos/reports/es/file/?format=api",
            "statistics_url": "https://translate.opensourcepos.org/api/translations/opensourcepos/reports/es/statistics/?format=api",
            "changes_list_url": "https://translate.opensourcepos.org/api/translations/opensourcepos/reports/es/changes/?format=api",
            "units_list_url": "https://translate.opensourcepos.org/api/translations/opensourcepos/reports/es/units/?format=api"
        },
        {
            "language": {
                "code": "es_MX",
                "name": "Spanish (Mexico)",
                "plural": {
                    "id": 102,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "mspanish"
                ],
                "direction": "ltr",
                "population": 10677950000,
                "web_url": "https://translate.opensourcepos.org/languages/es_MX/",
                "url": "https://translate.opensourcepos.org/api/languages/es_MX/?format=api",
                "statistics_url": "https://translate.opensourcepos.org/api/languages/es_MX/statistics/?format=api"
            },
            "component": {
                "name": "reports",
                "slug": "reports",
                "id": 7,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 82,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 163648503560,
                    "web_url": "https://translate.opensourcepos.org/languages/en/",
                    "url": "https://translate.opensourcepos.org/api/languages/en/?format=api",
                    "statistics_url": "https://translate.opensourcepos.org/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "opensourcepos",
                    "slug": "opensourcepos",
                    "id": 1,
                    "web": "https://github.com/opensourcepos/opensourcepos",
                    "web_url": "https://translate.opensourcepos.org/projects/opensourcepos/",
                    "url": "https://translate.opensourcepos.org/api/projects/opensourcepos/?format=api",
                    "components_list_url": "https://translate.opensourcepos.org/api/projects/opensourcepos/components/?format=api",
                    "repository_url": "https://translate.opensourcepos.org/api/projects/opensourcepos/repository/?format=api",
                    "statistics_url": "https://translate.opensourcepos.org/api/projects/opensourcepos/statistics/?format=api",
                    "changes_list_url": "https://translate.opensourcepos.org/api/projects/opensourcepos/changes/?format=api",
                    "languages_url": "https://translate.opensourcepos.org/api/projects/opensourcepos/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "ssh://github.com/opensourcepos/opensourcepos",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "app/Language/*/Reports.php",
                "template": "app/Language/en/Reports.php",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "laravel",
                "license": "MIT",
                "license_url": "https://spdx.org/licenses/MIT.html",
                "agreement": "",
                "web_url": "https://translate.opensourcepos.org/projects/opensourcepos/reports/",
                "url": "https://translate.opensourcepos.org/api/components/opensourcepos/reports/?format=api",
                "repository_url": "https://translate.opensourcepos.org/api/components/opensourcepos/reports/repository/?format=api",
                "translations_url": "https://translate.opensourcepos.org/api/components/opensourcepos/reports/translations/?format=api",
                "statistics_url": "https://translate.opensourcepos.org/api/components/opensourcepos/reports/statistics/?format=api",
                "lock_url": "https://translate.opensourcepos.org/api/components/opensourcepos/reports/lock/?format=api",
                "links_url": "https://translate.opensourcepos.org/api/components/opensourcepos/reports/links/?format=api",
                "changes_list_url": "https://translate.opensourcepos.org/api/components/opensourcepos/reports/changes/?format=api",
                "task_url": null,
                "new_lang": "none",
                "language_code_style": "",
                "push": "ssh://github.com/opensourcepos/opensourcepos",
                "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": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver"
            },
            "language_code": "es-MX",
            "id": 1392,
            "filename": "app/Language/es-MX/Reports.php",
            "revision": "557624408c1892c371194b4c62099fd11889808f,bf52603daaedb87081a2e64c841aa953921cea97",
            "web_url": "https://translate.opensourcepos.org/projects/opensourcepos/reports/es_MX/",
            "share_url": "https://translate.opensourcepos.org/engage/opensourcepos/es_MX/",
            "translate_url": "https://translate.opensourcepos.org/translate/opensourcepos/reports/es_MX/",
            "url": "https://translate.opensourcepos.org/api/translations/opensourcepos/reports/es_MX/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 145,
            "total_words": 247,
            "translated": 145,
            "translated_words": 247,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 1,
            "failing_checks_words": 2,
            "failing_checks_percent": 0.6,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2025-03-02T18:37:52.850856Z",
            "last_author": "JoseLuisKukMagana",
            "repository_url": "https://translate.opensourcepos.org/api/translations/opensourcepos/reports/es_MX/repository/?format=api",
            "file_url": "https://translate.opensourcepos.org/api/translations/opensourcepos/reports/es_MX/file/?format=api",
            "statistics_url": "https://translate.opensourcepos.org/api/translations/opensourcepos/reports/es_MX/statistics/?format=api",
            "changes_list_url": "https://translate.opensourcepos.org/api/translations/opensourcepos/reports/es_MX/changes/?format=api",
            "units_list_url": "https://translate.opensourcepos.org/api/translations/opensourcepos/reports/es_MX/units/?format=api"
        },
        {
            "language": {
                "code": "fa",
                "name": "Persian",
                "plural": {
                    "id": 110,
                    "source": 0,
                    "number": 2,
                    "formula": "n > 1",
                    "type": 1
                },
                "aliases": [
                    "fas",
                    "per"
                ],
                "direction": "rtl",
                "population": 8471045808,
                "web_url": "https://translate.opensourcepos.org/languages/fa/",
                "url": "https://translate.opensourcepos.org/api/languages/fa/?format=api",
                "statistics_url": "https://translate.opensourcepos.org/api/languages/fa/statistics/?format=api"
            },
            "component": {
                "name": "reports",
                "slug": "reports",
                "id": 7,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 82,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 163648503560,
                    "web_url": "https://translate.opensourcepos.org/languages/en/",
                    "url": "https://translate.opensourcepos.org/api/languages/en/?format=api",
                    "statistics_url": "https://translate.opensourcepos.org/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "opensourcepos",
                    "slug": "opensourcepos",
                    "id": 1,
                    "web": "https://github.com/opensourcepos/opensourcepos",
                    "web_url": "https://translate.opensourcepos.org/projects/opensourcepos/",
                    "url": "https://translate.opensourcepos.org/api/projects/opensourcepos/?format=api",
                    "components_list_url": "https://translate.opensourcepos.org/api/projects/opensourcepos/components/?format=api",
                    "repository_url": "https://translate.opensourcepos.org/api/projects/opensourcepos/repository/?format=api",
                    "statistics_url": "https://translate.opensourcepos.org/api/projects/opensourcepos/statistics/?format=api",
                    "changes_list_url": "https://translate.opensourcepos.org/api/projects/opensourcepos/changes/?format=api",
                    "languages_url": "https://translate.opensourcepos.org/api/projects/opensourcepos/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "ssh://github.com/opensourcepos/opensourcepos",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "app/Language/*/Reports.php",
                "template": "app/Language/en/Reports.php",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "laravel",
                "license": "MIT",
                "license_url": "https://spdx.org/licenses/MIT.html",
                "agreement": "",
                "web_url": "https://translate.opensourcepos.org/projects/opensourcepos/reports/",
                "url": "https://translate.opensourcepos.org/api/components/opensourcepos/reports/?format=api",
                "repository_url": "https://translate.opensourcepos.org/api/components/opensourcepos/reports/repository/?format=api",
                "translations_url": "https://translate.opensourcepos.org/api/components/opensourcepos/reports/translations/?format=api",
                "statistics_url": "https://translate.opensourcepos.org/api/components/opensourcepos/reports/statistics/?format=api",
                "lock_url": "https://translate.opensourcepos.org/api/components/opensourcepos/reports/lock/?format=api",
                "links_url": "https://translate.opensourcepos.org/api/components/opensourcepos/reports/links/?format=api",
                "changes_list_url": "https://translate.opensourcepos.org/api/components/opensourcepos/reports/changes/?format=api",
                "task_url": null,
                "new_lang": "none",
                "language_code_style": "",
                "push": "ssh://github.com/opensourcepos/opensourcepos",
                "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": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver"
            },
            "language_code": "fa",
            "id": 1393,
            "filename": "app/Language/fa/Reports.php",
            "revision": "7a31af68bcf4bbbb1fc7cc2901eecadcfce1c0eb,bf52603daaedb87081a2e64c841aa953921cea97",
            "web_url": "https://translate.opensourcepos.org/projects/opensourcepos/reports/fa/",
            "share_url": "https://translate.opensourcepos.org/engage/opensourcepos/fa/",
            "translate_url": "https://translate.opensourcepos.org/translate/opensourcepos/reports/fa/",
            "url": "https://translate.opensourcepos.org/api/translations/opensourcepos/reports/fa/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 145,
            "total_words": 247,
            "translated": 143,
            "translated_words": 244,
            "translated_percent": 98.6,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://translate.opensourcepos.org/api/translations/opensourcepos/reports/fa/repository/?format=api",
            "file_url": "https://translate.opensourcepos.org/api/translations/opensourcepos/reports/fa/file/?format=api",
            "statistics_url": "https://translate.opensourcepos.org/api/translations/opensourcepos/reports/fa/statistics/?format=api",
            "changes_list_url": "https://translate.opensourcepos.org/api/translations/opensourcepos/reports/fa/changes/?format=api",
            "units_list_url": "https://translate.opensourcepos.org/api/translations/opensourcepos/reports/fa/units/?format=api"
        },
        {
            "language": {
                "code": "fr",
                "name": "French",
                "plural": {
                    "id": 117,
                    "source": 0,
                    "number": 2,
                    "formula": "n > 1",
                    "type": 1
                },
                "aliases": [
                    "fra",
                    "fre"
                ],
                "direction": "ltr",
                "population": 27861150681,
                "web_url": "https://translate.opensourcepos.org/languages/fr/",
                "url": "https://translate.opensourcepos.org/api/languages/fr/?format=api",
                "statistics_url": "https://translate.opensourcepos.org/api/languages/fr/statistics/?format=api"
            },
            "component": {
                "name": "reports",
                "slug": "reports",
                "id": 7,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 82,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 163648503560,
                    "web_url": "https://translate.opensourcepos.org/languages/en/",
                    "url": "https://translate.opensourcepos.org/api/languages/en/?format=api",
                    "statistics_url": "https://translate.opensourcepos.org/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "opensourcepos",
                    "slug": "opensourcepos",
                    "id": 1,
                    "web": "https://github.com/opensourcepos/opensourcepos",
                    "web_url": "https://translate.opensourcepos.org/projects/opensourcepos/",
                    "url": "https://translate.opensourcepos.org/api/projects/opensourcepos/?format=api",
                    "components_list_url": "https://translate.opensourcepos.org/api/projects/opensourcepos/components/?format=api",
                    "repository_url": "https://translate.opensourcepos.org/api/projects/opensourcepos/repository/?format=api",
                    "statistics_url": "https://translate.opensourcepos.org/api/projects/opensourcepos/statistics/?format=api",
                    "changes_list_url": "https://translate.opensourcepos.org/api/projects/opensourcepos/changes/?format=api",
                    "languages_url": "https://translate.opensourcepos.org/api/projects/opensourcepos/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "ssh://github.com/opensourcepos/opensourcepos",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "app/Language/*/Reports.php",
                "template": "app/Language/en/Reports.php",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "laravel",
                "license": "MIT",
                "license_url": "https://spdx.org/licenses/MIT.html",
                "agreement": "",
                "web_url": "https://translate.opensourcepos.org/projects/opensourcepos/reports/",
                "url": "https://translate.opensourcepos.org/api/components/opensourcepos/reports/?format=api",
                "repository_url": "https://translate.opensourcepos.org/api/components/opensourcepos/reports/repository/?format=api",
                "translations_url": "https://translate.opensourcepos.org/api/components/opensourcepos/reports/translations/?format=api",
                "statistics_url": "https://translate.opensourcepos.org/api/components/opensourcepos/reports/statistics/?format=api",
                "lock_url": "https://translate.opensourcepos.org/api/components/opensourcepos/reports/lock/?format=api",
                "links_url": "https://translate.opensourcepos.org/api/components/opensourcepos/reports/links/?format=api",
                "changes_list_url": "https://translate.opensourcepos.org/api/components/opensourcepos/reports/changes/?format=api",
                "task_url": null,
                "new_lang": "none",
                "language_code_style": "",
                "push": "ssh://github.com/opensourcepos/opensourcepos",
                "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": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver"
            },
            "language_code": "fr",
            "id": 1394,
            "filename": "app/Language/fr/Reports.php",
            "revision": "f4058d3fb4824e326a819ae4449788f9a1357fd2,bf52603daaedb87081a2e64c841aa953921cea97",
            "web_url": "https://translate.opensourcepos.org/projects/opensourcepos/reports/fr/",
            "share_url": "https://translate.opensourcepos.org/engage/opensourcepos/fr/",
            "translate_url": "https://translate.opensourcepos.org/translate/opensourcepos/reports/fr/",
            "url": "https://translate.opensourcepos.org/api/translations/opensourcepos/reports/fr/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 145,
            "total_words": 247,
            "translated": 145,
            "translated_words": 247,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 1,
            "failing_checks_words": 2,
            "failing_checks_percent": 0.6,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://translate.opensourcepos.org/api/translations/opensourcepos/reports/fr/repository/?format=api",
            "file_url": "https://translate.opensourcepos.org/api/translations/opensourcepos/reports/fr/file/?format=api",
            "statistics_url": "https://translate.opensourcepos.org/api/translations/opensourcepos/reports/fr/statistics/?format=api",
            "changes_list_url": "https://translate.opensourcepos.org/api/translations/opensourcepos/reports/fr/changes/?format=api",
            "units_list_url": "https://translate.opensourcepos.org/api/translations/opensourcepos/reports/fr/units/?format=api"
        },
        {
            "language": {
                "code": "he",
                "name": "Hebrew",
                "plural": {
                    "id": 139,
                    "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": 867548000,
                "web_url": "https://translate.opensourcepos.org/languages/he/",
                "url": "https://translate.opensourcepos.org/api/languages/he/?format=api",
                "statistics_url": "https://translate.opensourcepos.org/api/languages/he/statistics/?format=api"
            },
            "component": {
                "name": "reports",
                "slug": "reports",
                "id": 7,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 82,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 163648503560,
                    "web_url": "https://translate.opensourcepos.org/languages/en/",
                    "url": "https://translate.opensourcepos.org/api/languages/en/?format=api",
                    "statistics_url": "https://translate.opensourcepos.org/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "opensourcepos",
                    "slug": "opensourcepos",
                    "id": 1,
                    "web": "https://github.com/opensourcepos/opensourcepos",
                    "web_url": "https://translate.opensourcepos.org/projects/opensourcepos/",
                    "url": "https://translate.opensourcepos.org/api/projects/opensourcepos/?format=api",
                    "components_list_url": "https://translate.opensourcepos.org/api/projects/opensourcepos/components/?format=api",
                    "repository_url": "https://translate.opensourcepos.org/api/projects/opensourcepos/repository/?format=api",
                    "statistics_url": "https://translate.opensourcepos.org/api/projects/opensourcepos/statistics/?format=api",
                    "changes_list_url": "https://translate.opensourcepos.org/api/projects/opensourcepos/changes/?format=api",
                    "languages_url": "https://translate.opensourcepos.org/api/projects/opensourcepos/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "ssh://github.com/opensourcepos/opensourcepos",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "app/Language/*/Reports.php",
                "template": "app/Language/en/Reports.php",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "laravel",
                "license": "MIT",
                "license_url": "https://spdx.org/licenses/MIT.html",
                "agreement": "",
                "web_url": "https://translate.opensourcepos.org/projects/opensourcepos/reports/",
                "url": "https://translate.opensourcepos.org/api/components/opensourcepos/reports/?format=api",
                "repository_url": "https://translate.opensourcepos.org/api/components/opensourcepos/reports/repository/?format=api",
                "translations_url": "https://translate.opensourcepos.org/api/components/opensourcepos/reports/translations/?format=api",
                "statistics_url": "https://translate.opensourcepos.org/api/components/opensourcepos/reports/statistics/?format=api",
                "lock_url": "https://translate.opensourcepos.org/api/components/opensourcepos/reports/lock/?format=api",
                "links_url": "https://translate.opensourcepos.org/api/components/opensourcepos/reports/links/?format=api",
                "changes_list_url": "https://translate.opensourcepos.org/api/components/opensourcepos/reports/changes/?format=api",
                "task_url": null,
                "new_lang": "none",
                "language_code_style": "",
                "push": "ssh://github.com/opensourcepos/opensourcepos",
                "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": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver"
            },
            "language_code": "he",
            "id": 1395,
            "filename": "app/Language/he/Reports.php",
            "revision": "0cf3bfe141a4b552a7720b90c73486c8562c8939,bf52603daaedb87081a2e64c841aa953921cea97",
            "web_url": "https://translate.opensourcepos.org/projects/opensourcepos/reports/he/",
            "share_url": "https://translate.opensourcepos.org/engage/opensourcepos/he/",
            "translate_url": "https://translate.opensourcepos.org/translate/opensourcepos/reports/he/",
            "url": "https://translate.opensourcepos.org/api/translations/opensourcepos/reports/he/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 145,
            "total_words": 247,
            "translated": 144,
            "translated_words": 245,
            "translated_percent": 99.3,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 1,
            "failing_checks_words": 1,
            "failing_checks_percent": 0.6,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://translate.opensourcepos.org/api/translations/opensourcepos/reports/he/repository/?format=api",
            "file_url": "https://translate.opensourcepos.org/api/translations/opensourcepos/reports/he/file/?format=api",
            "statistics_url": "https://translate.opensourcepos.org/api/translations/opensourcepos/reports/he/statistics/?format=api",
            "changes_list_url": "https://translate.opensourcepos.org/api/translations/opensourcepos/reports/he/changes/?format=api",
            "units_list_url": "https://translate.opensourcepos.org/api/translations/opensourcepos/reports/he/units/?format=api"
        },
        {
            "language": {
                "code": "hr",
                "name": "Croatian",
                "plural": {
                    "id": 146,
                    "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": 681316363,
                "web_url": "https://translate.opensourcepos.org/languages/hr/",
                "url": "https://translate.opensourcepos.org/api/languages/hr/?format=api",
                "statistics_url": "https://translate.opensourcepos.org/api/languages/hr/statistics/?format=api"
            },
            "component": {
                "name": "reports",
                "slug": "reports",
                "id": 7,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 82,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 163648503560,
                    "web_url": "https://translate.opensourcepos.org/languages/en/",
                    "url": "https://translate.opensourcepos.org/api/languages/en/?format=api",
                    "statistics_url": "https://translate.opensourcepos.org/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "opensourcepos",
                    "slug": "opensourcepos",
                    "id": 1,
                    "web": "https://github.com/opensourcepos/opensourcepos",
                    "web_url": "https://translate.opensourcepos.org/projects/opensourcepos/",
                    "url": "https://translate.opensourcepos.org/api/projects/opensourcepos/?format=api",
                    "components_list_url": "https://translate.opensourcepos.org/api/projects/opensourcepos/components/?format=api",
                    "repository_url": "https://translate.opensourcepos.org/api/projects/opensourcepos/repository/?format=api",
                    "statistics_url": "https://translate.opensourcepos.org/api/projects/opensourcepos/statistics/?format=api",
                    "changes_list_url": "https://translate.opensourcepos.org/api/projects/opensourcepos/changes/?format=api",
                    "languages_url": "https://translate.opensourcepos.org/api/projects/opensourcepos/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "ssh://github.com/opensourcepos/opensourcepos",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "app/Language/*/Reports.php",
                "template": "app/Language/en/Reports.php",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "laravel",
                "license": "MIT",
                "license_url": "https://spdx.org/licenses/MIT.html",
                "agreement": "",
                "web_url": "https://translate.opensourcepos.org/projects/opensourcepos/reports/",
                "url": "https://translate.opensourcepos.org/api/components/opensourcepos/reports/?format=api",
                "repository_url": "https://translate.opensourcepos.org/api/components/opensourcepos/reports/repository/?format=api",
                "translations_url": "https://translate.opensourcepos.org/api/components/opensourcepos/reports/translations/?format=api",
                "statistics_url": "https://translate.opensourcepos.org/api/components/opensourcepos/reports/statistics/?format=api",
                "lock_url": "https://translate.opensourcepos.org/api/components/opensourcepos/reports/lock/?format=api",
                "links_url": "https://translate.opensourcepos.org/api/components/opensourcepos/reports/links/?format=api",
                "changes_list_url": "https://translate.opensourcepos.org/api/components/opensourcepos/reports/changes/?format=api",
                "task_url": null,
                "new_lang": "none",
                "language_code_style": "",
                "push": "ssh://github.com/opensourcepos/opensourcepos",
                "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": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver"
            },
            "language_code": "hr-HR",
            "id": 1396,
            "filename": "app/Language/hr-HR/Reports.php",
            "revision": "8a8ecf94539ed2fd52843418736d8f96e2a65e03,bf52603daaedb87081a2e64c841aa953921cea97",
            "web_url": "https://translate.opensourcepos.org/projects/opensourcepos/reports/hr/",
            "share_url": "https://translate.opensourcepos.org/engage/opensourcepos/hr/",
            "translate_url": "https://translate.opensourcepos.org/translate/opensourcepos/reports/hr/",
            "url": "https://translate.opensourcepos.org/api/translations/opensourcepos/reports/hr/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 145,
            "total_words": 247,
            "translated": 102,
            "translated_words": 156,
            "translated_percent": 70.3,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 5,
            "failing_checks_words": 14,
            "failing_checks_percent": 3.4,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://translate.opensourcepos.org/api/translations/opensourcepos/reports/hr/repository/?format=api",
            "file_url": "https://translate.opensourcepos.org/api/translations/opensourcepos/reports/hr/file/?format=api",
            "statistics_url": "https://translate.opensourcepos.org/api/translations/opensourcepos/reports/hr/statistics/?format=api",
            "changes_list_url": "https://translate.opensourcepos.org/api/translations/opensourcepos/reports/hr/changes/?format=api",
            "units_list_url": "https://translate.opensourcepos.org/api/translations/opensourcepos/reports/hr/units/?format=api"
        },
        {
            "language": {
                "code": "hu",
                "name": "Hungarian",
                "plural": {
                    "id": 150,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "hun"
                ],
                "direction": "ltr",
                "population": 1244342978,
                "web_url": "https://translate.opensourcepos.org/languages/hu/",
                "url": "https://translate.opensourcepos.org/api/languages/hu/?format=api",
                "statistics_url": "https://translate.opensourcepos.org/api/languages/hu/statistics/?format=api"
            },
            "component": {
                "name": "reports",
                "slug": "reports",
                "id": 7,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 82,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 163648503560,
                    "web_url": "https://translate.opensourcepos.org/languages/en/",
                    "url": "https://translate.opensourcepos.org/api/languages/en/?format=api",
                    "statistics_url": "https://translate.opensourcepos.org/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "opensourcepos",
                    "slug": "opensourcepos",
                    "id": 1,
                    "web": "https://github.com/opensourcepos/opensourcepos",
                    "web_url": "https://translate.opensourcepos.org/projects/opensourcepos/",
                    "url": "https://translate.opensourcepos.org/api/projects/opensourcepos/?format=api",
                    "components_list_url": "https://translate.opensourcepos.org/api/projects/opensourcepos/components/?format=api",
                    "repository_url": "https://translate.opensourcepos.org/api/projects/opensourcepos/repository/?format=api",
                    "statistics_url": "https://translate.opensourcepos.org/api/projects/opensourcepos/statistics/?format=api",
                    "changes_list_url": "https://translate.opensourcepos.org/api/projects/opensourcepos/changes/?format=api",
                    "languages_url": "https://translate.opensourcepos.org/api/projects/opensourcepos/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "ssh://github.com/opensourcepos/opensourcepos",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "app/Language/*/Reports.php",
                "template": "app/Language/en/Reports.php",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "laravel",
                "license": "MIT",
                "license_url": "https://spdx.org/licenses/MIT.html",
                "agreement": "",
                "web_url": "https://translate.opensourcepos.org/projects/opensourcepos/reports/",
                "url": "https://translate.opensourcepos.org/api/components/opensourcepos/reports/?format=api",
                "repository_url": "https://translate.opensourcepos.org/api/components/opensourcepos/reports/repository/?format=api",
                "translations_url": "https://translate.opensourcepos.org/api/components/opensourcepos/reports/translations/?format=api",
                "statistics_url": "https://translate.opensourcepos.org/api/components/opensourcepos/reports/statistics/?format=api",
                "lock_url": "https://translate.opensourcepos.org/api/components/opensourcepos/reports/lock/?format=api",
                "links_url": "https://translate.opensourcepos.org/api/components/opensourcepos/reports/links/?format=api",
                "changes_list_url": "https://translate.opensourcepos.org/api/components/opensourcepos/reports/changes/?format=api",
                "task_url": null,
                "new_lang": "none",
                "language_code_style": "",
                "push": "ssh://github.com/opensourcepos/opensourcepos",
                "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": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver"
            },
            "language_code": "hu",
            "id": 1397,
            "filename": "app/Language/hu/Reports.php",
            "revision": "754309fe5496984123272e97f6183b6524b49c74,bf52603daaedb87081a2e64c841aa953921cea97",
            "web_url": "https://translate.opensourcepos.org/projects/opensourcepos/reports/hu/",
            "share_url": "https://translate.opensourcepos.org/engage/opensourcepos/hu/",
            "translate_url": "https://translate.opensourcepos.org/translate/opensourcepos/reports/hu/",
            "url": "https://translate.opensourcepos.org/api/translations/opensourcepos/reports/hu/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 145,
            "total_words": 247,
            "translated": 102,
            "translated_words": 156,
            "translated_percent": 70.3,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 9,
            "failing_checks_words": 23,
            "failing_checks_percent": 6.2,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://translate.opensourcepos.org/api/translations/opensourcepos/reports/hu/repository/?format=api",
            "file_url": "https://translate.opensourcepos.org/api/translations/opensourcepos/reports/hu/file/?format=api",
            "statistics_url": "https://translate.opensourcepos.org/api/translations/opensourcepos/reports/hu/statistics/?format=api",
            "changes_list_url": "https://translate.opensourcepos.org/api/translations/opensourcepos/reports/hu/changes/?format=api",
            "units_list_url": "https://translate.opensourcepos.org/api/translations/opensourcepos/reports/hu/units/?format=api"
        },
        {
            "language": {
                "code": "hy",
                "name": "Armenian",
                "plural": {
                    "id": 151,
                    "source": 0,
                    "number": 2,
                    "formula": "n > 1",
                    "type": 1
                },
                "aliases": [
                    "arm",
                    "hye"
                ],
                "direction": "ltr",
                "population": 531727173,
                "web_url": "https://translate.opensourcepos.org/languages/hy/",
                "url": "https://translate.opensourcepos.org/api/languages/hy/?format=api",
                "statistics_url": "https://translate.opensourcepos.org/api/languages/hy/statistics/?format=api"
            },
            "component": {
                "name": "reports",
                "slug": "reports",
                "id": 7,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 82,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 163648503560,
                    "web_url": "https://translate.opensourcepos.org/languages/en/",
                    "url": "https://translate.opensourcepos.org/api/languages/en/?format=api",
                    "statistics_url": "https://translate.opensourcepos.org/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "opensourcepos",
                    "slug": "opensourcepos",
                    "id": 1,
                    "web": "https://github.com/opensourcepos/opensourcepos",
                    "web_url": "https://translate.opensourcepos.org/projects/opensourcepos/",
                    "url": "https://translate.opensourcepos.org/api/projects/opensourcepos/?format=api",
                    "components_list_url": "https://translate.opensourcepos.org/api/projects/opensourcepos/components/?format=api",
                    "repository_url": "https://translate.opensourcepos.org/api/projects/opensourcepos/repository/?format=api",
                    "statistics_url": "https://translate.opensourcepos.org/api/projects/opensourcepos/statistics/?format=api",
                    "changes_list_url": "https://translate.opensourcepos.org/api/projects/opensourcepos/changes/?format=api",
                    "languages_url": "https://translate.opensourcepos.org/api/projects/opensourcepos/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "ssh://github.com/opensourcepos/opensourcepos",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "app/Language/*/Reports.php",
                "template": "app/Language/en/Reports.php",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "laravel",
                "license": "MIT",
                "license_url": "https://spdx.org/licenses/MIT.html",
                "agreement": "",
                "web_url": "https://translate.opensourcepos.org/projects/opensourcepos/reports/",
                "url": "https://translate.opensourcepos.org/api/components/opensourcepos/reports/?format=api",
                "repository_url": "https://translate.opensourcepos.org/api/components/opensourcepos/reports/repository/?format=api",
                "translations_url": "https://translate.opensourcepos.org/api/components/opensourcepos/reports/translations/?format=api",
                "statistics_url": "https://translate.opensourcepos.org/api/components/opensourcepos/reports/statistics/?format=api",
                "lock_url": "https://translate.opensourcepos.org/api/components/opensourcepos/reports/lock/?format=api",
                "links_url": "https://translate.opensourcepos.org/api/components/opensourcepos/reports/links/?format=api",
                "changes_list_url": "https://translate.opensourcepos.org/api/components/opensourcepos/reports/changes/?format=api",
                "task_url": null,
                "new_lang": "none",
                "language_code_style": "",
                "push": "ssh://github.com/opensourcepos/opensourcepos",
                "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": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver"
            },
            "language_code": "hy",
            "id": 1398,
            "filename": "app/Language/hy/Reports.php",
            "revision": "cde8daff66977fef3d0b9fcccbdf328920c72c45,bf52603daaedb87081a2e64c841aa953921cea97",
            "web_url": "https://translate.opensourcepos.org/projects/opensourcepos/reports/hy/",
            "share_url": "https://translate.opensourcepos.org/engage/opensourcepos/hy/",
            "translate_url": "https://translate.opensourcepos.org/translate/opensourcepos/reports/hy/",
            "url": "https://translate.opensourcepos.org/api/translations/opensourcepos/reports/hy/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 145,
            "total_words": 247,
            "translated": 16,
            "translated_words": 0,
            "translated_percent": 11.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://translate.opensourcepos.org/api/translations/opensourcepos/reports/hy/repository/?format=api",
            "file_url": "https://translate.opensourcepos.org/api/translations/opensourcepos/reports/hy/file/?format=api",
            "statistics_url": "https://translate.opensourcepos.org/api/translations/opensourcepos/reports/hy/statistics/?format=api",
            "changes_list_url": "https://translate.opensourcepos.org/api/translations/opensourcepos/reports/hy/changes/?format=api",
            "units_list_url": "https://translate.opensourcepos.org/api/translations/opensourcepos/reports/hy/units/?format=api"
        },
        {
            "language": {
                "code": "id",
                "name": "Indonesian",
                "plural": {
                    "id": 154,
                    "source": 0,
                    "number": 1,
                    "formula": "0",
                    "type": 0
                },
                "aliases": [
                    "in",
                    "in_id",
                    "ind"
                ],
                "direction": "ltr",
                "population": 17120768720,
                "web_url": "https://translate.opensourcepos.org/languages/id/",
                "url": "https://translate.opensourcepos.org/api/languages/id/?format=api",
                "statistics_url": "https://translate.opensourcepos.org/api/languages/id/statistics/?format=api"
            },
            "component": {
                "name": "reports",
                "slug": "reports",
                "id": 7,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 82,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 163648503560,
                    "web_url": "https://translate.opensourcepos.org/languages/en/",
                    "url": "https://translate.opensourcepos.org/api/languages/en/?format=api",
                    "statistics_url": "https://translate.opensourcepos.org/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "opensourcepos",
                    "slug": "opensourcepos",
                    "id": 1,
                    "web": "https://github.com/opensourcepos/opensourcepos",
                    "web_url": "https://translate.opensourcepos.org/projects/opensourcepos/",
                    "url": "https://translate.opensourcepos.org/api/projects/opensourcepos/?format=api",
                    "components_list_url": "https://translate.opensourcepos.org/api/projects/opensourcepos/components/?format=api",
                    "repository_url": "https://translate.opensourcepos.org/api/projects/opensourcepos/repository/?format=api",
                    "statistics_url": "https://translate.opensourcepos.org/api/projects/opensourcepos/statistics/?format=api",
                    "changes_list_url": "https://translate.opensourcepos.org/api/projects/opensourcepos/changes/?format=api",
                    "languages_url": "https://translate.opensourcepos.org/api/projects/opensourcepos/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "ssh://github.com/opensourcepos/opensourcepos",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "app/Language/*/Reports.php",
                "template": "app/Language/en/Reports.php",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "laravel",
                "license": "MIT",
                "license_url": "https://spdx.org/licenses/MIT.html",
                "agreement": "",
                "web_url": "https://translate.opensourcepos.org/projects/opensourcepos/reports/",
                "url": "https://translate.opensourcepos.org/api/components/opensourcepos/reports/?format=api",
                "repository_url": "https://translate.opensourcepos.org/api/components/opensourcepos/reports/repository/?format=api",
                "translations_url": "https://translate.opensourcepos.org/api/components/opensourcepos/reports/translations/?format=api",
                "statistics_url": "https://translate.opensourcepos.org/api/components/opensourcepos/reports/statistics/?format=api",
                "lock_url": "https://translate.opensourcepos.org/api/components/opensourcepos/reports/lock/?format=api",
                "links_url": "https://translate.opensourcepos.org/api/components/opensourcepos/reports/links/?format=api",
                "changes_list_url": "https://translate.opensourcepos.org/api/components/opensourcepos/reports/changes/?format=api",
                "task_url": null,
                "new_lang": "none",
                "language_code_style": "",
                "push": "ssh://github.com/opensourcepos/opensourcepos",
                "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": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver"
            },
            "language_code": "id",
            "id": 1399,
            "filename": "app/Language/id/Reports.php",
            "revision": "485f267fe750bfd3df6b7f6c66bcea6125f24bd7,bf52603daaedb87081a2e64c841aa953921cea97",
            "web_url": "https://translate.opensourcepos.org/projects/opensourcepos/reports/id/",
            "share_url": "https://translate.opensourcepos.org/engage/opensourcepos/id/",
            "translate_url": "https://translate.opensourcepos.org/translate/opensourcepos/reports/id/",
            "url": "https://translate.opensourcepos.org/api/translations/opensourcepos/reports/id/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 145,
            "total_words": 247,
            "translated": 145,
            "translated_words": 247,
            "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": 1,
            "have_comment": 0,
            "last_change": "2025-03-28T18:29:09.585858Z",
            "last_author": "Almubaraq Ratomi",
            "repository_url": "https://translate.opensourcepos.org/api/translations/opensourcepos/reports/id/repository/?format=api",
            "file_url": "https://translate.opensourcepos.org/api/translations/opensourcepos/reports/id/file/?format=api",
            "statistics_url": "https://translate.opensourcepos.org/api/translations/opensourcepos/reports/id/statistics/?format=api",
            "changes_list_url": "https://translate.opensourcepos.org/api/translations/opensourcepos/reports/id/changes/?format=api",
            "units_list_url": "https://translate.opensourcepos.org/api/translations/opensourcepos/reports/id/units/?format=api"
        },
        {
            "language": {
                "code": "it",
                "name": "Italian",
                "plural": {
                    "id": 161,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "ita"
                ],
                "direction": "ltr",
                "population": 7024705997,
                "web_url": "https://translate.opensourcepos.org/languages/it/",
                "url": "https://translate.opensourcepos.org/api/languages/it/?format=api",
                "statistics_url": "https://translate.opensourcepos.org/api/languages/it/statistics/?format=api"
            },
            "component": {
                "name": "reports",
                "slug": "reports",
                "id": 7,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 82,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 163648503560,
                    "web_url": "https://translate.opensourcepos.org/languages/en/",
                    "url": "https://translate.opensourcepos.org/api/languages/en/?format=api",
                    "statistics_url": "https://translate.opensourcepos.org/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "opensourcepos",
                    "slug": "opensourcepos",
                    "id": 1,
                    "web": "https://github.com/opensourcepos/opensourcepos",
                    "web_url": "https://translate.opensourcepos.org/projects/opensourcepos/",
                    "url": "https://translate.opensourcepos.org/api/projects/opensourcepos/?format=api",
                    "components_list_url": "https://translate.opensourcepos.org/api/projects/opensourcepos/components/?format=api",
                    "repository_url": "https://translate.opensourcepos.org/api/projects/opensourcepos/repository/?format=api",
                    "statistics_url": "https://translate.opensourcepos.org/api/projects/opensourcepos/statistics/?format=api",
                    "changes_list_url": "https://translate.opensourcepos.org/api/projects/opensourcepos/changes/?format=api",
                    "languages_url": "https://translate.opensourcepos.org/api/projects/opensourcepos/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "ssh://github.com/opensourcepos/opensourcepos",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "app/Language/*/Reports.php",
                "template": "app/Language/en/Reports.php",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "laravel",
                "license": "MIT",
                "license_url": "https://spdx.org/licenses/MIT.html",
                "agreement": "",
                "web_url": "https://translate.opensourcepos.org/projects/opensourcepos/reports/",
                "url": "https://translate.opensourcepos.org/api/components/opensourcepos/reports/?format=api",
                "repository_url": "https://translate.opensourcepos.org/api/components/opensourcepos/reports/repository/?format=api",
                "translations_url": "https://translate.opensourcepos.org/api/components/opensourcepos/reports/translations/?format=api",
                "statistics_url": "https://translate.opensourcepos.org/api/components/opensourcepos/reports/statistics/?format=api",
                "lock_url": "https://translate.opensourcepos.org/api/components/opensourcepos/reports/lock/?format=api",
                "links_url": "https://translate.opensourcepos.org/api/components/opensourcepos/reports/links/?format=api",
                "changes_list_url": "https://translate.opensourcepos.org/api/components/opensourcepos/reports/changes/?format=api",
                "task_url": null,
                "new_lang": "none",
                "language_code_style": "",
                "push": "ssh://github.com/opensourcepos/opensourcepos",
                "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": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver"
            },
            "language_code": "it",
            "id": 1400,
            "filename": "app/Language/it/Reports.php",
            "revision": "4c6b4a52ebd904843cd0ba39980bf1afaea4f49e,bf52603daaedb87081a2e64c841aa953921cea97",
            "web_url": "https://translate.opensourcepos.org/projects/opensourcepos/reports/it/",
            "share_url": "https://translate.opensourcepos.org/engage/opensourcepos/it/",
            "translate_url": "https://translate.opensourcepos.org/translate/opensourcepos/reports/it/",
            "url": "https://translate.opensourcepos.org/api/translations/opensourcepos/reports/it/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 145,
            "total_words": 247,
            "translated": 145,
            "translated_words": 247,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 3,
            "failing_checks_words": 8,
            "failing_checks_percent": 2.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://translate.opensourcepos.org/api/translations/opensourcepos/reports/it/repository/?format=api",
            "file_url": "https://translate.opensourcepos.org/api/translations/opensourcepos/reports/it/file/?format=api",
            "statistics_url": "https://translate.opensourcepos.org/api/translations/opensourcepos/reports/it/statistics/?format=api",
            "changes_list_url": "https://translate.opensourcepos.org/api/translations/opensourcepos/reports/it/changes/?format=api",
            "units_list_url": "https://translate.opensourcepos.org/api/translations/opensourcepos/reports/it/units/?format=api"
        },
        {
            "language": {
                "code": "km",
                "name": "Khmer (Central)",
                "plural": {
                    "id": 182,
                    "source": 0,
                    "number": 1,
                    "formula": "0",
                    "type": 0
                },
                "aliases": [
                    "khm"
                ],
                "direction": "ltr",
                "population": 1506503000,
                "web_url": "https://translate.opensourcepos.org/languages/km/",
                "url": "https://translate.opensourcepos.org/api/languages/km/?format=api",
                "statistics_url": "https://translate.opensourcepos.org/api/languages/km/statistics/?format=api"
            },
            "component": {
                "name": "reports",
                "slug": "reports",
                "id": 7,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 82,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 163648503560,
                    "web_url": "https://translate.opensourcepos.org/languages/en/",
                    "url": "https://translate.opensourcepos.org/api/languages/en/?format=api",
                    "statistics_url": "https://translate.opensourcepos.org/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "opensourcepos",
                    "slug": "opensourcepos",
                    "id": 1,
                    "web": "https://github.com/opensourcepos/opensourcepos",
                    "web_url": "https://translate.opensourcepos.org/projects/opensourcepos/",
                    "url": "https://translate.opensourcepos.org/api/projects/opensourcepos/?format=api",
                    "components_list_url": "https://translate.opensourcepos.org/api/projects/opensourcepos/components/?format=api",
                    "repository_url": "https://translate.opensourcepos.org/api/projects/opensourcepos/repository/?format=api",
                    "statistics_url": "https://translate.opensourcepos.org/api/projects/opensourcepos/statistics/?format=api",
                    "changes_list_url": "https://translate.opensourcepos.org/api/projects/opensourcepos/changes/?format=api",
                    "languages_url": "https://translate.opensourcepos.org/api/projects/opensourcepos/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "ssh://github.com/opensourcepos/opensourcepos",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "app/Language/*/Reports.php",
                "template": "app/Language/en/Reports.php",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "laravel",
                "license": "MIT",
                "license_url": "https://spdx.org/licenses/MIT.html",
                "agreement": "",
                "web_url": "https://translate.opensourcepos.org/projects/opensourcepos/reports/",
                "url": "https://translate.opensourcepos.org/api/components/opensourcepos/reports/?format=api",
                "repository_url": "https://translate.opensourcepos.org/api/components/opensourcepos/reports/repository/?format=api",
                "translations_url": "https://translate.opensourcepos.org/api/components/opensourcepos/reports/translations/?format=api",
                "statistics_url": "https://translate.opensourcepos.org/api/components/opensourcepos/reports/statistics/?format=api",
                "lock_url": "https://translate.opensourcepos.org/api/components/opensourcepos/reports/lock/?format=api",
                "links_url": "https://translate.opensourcepos.org/api/components/opensourcepos/reports/links/?format=api",
                "changes_list_url": "https://translate.opensourcepos.org/api/components/opensourcepos/reports/changes/?format=api",
                "task_url": null,
                "new_lang": "none",
                "language_code_style": "",
                "push": "ssh://github.com/opensourcepos/opensourcepos",
                "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": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver"
            },
            "language_code": "km",
            "id": 1401,
            "filename": "app/Language/km/Reports.php",
            "revision": "6c3c8858ebcc6b24adc162a2cb935ee6fc33bc03,bf52603daaedb87081a2e64c841aa953921cea97",
            "web_url": "https://translate.opensourcepos.org/projects/opensourcepos/reports/km/",
            "share_url": "https://translate.opensourcepos.org/engage/opensourcepos/km/",
            "translate_url": "https://translate.opensourcepos.org/translate/opensourcepos/reports/km/",
            "url": "https://translate.opensourcepos.org/api/translations/opensourcepos/reports/km/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 145,
            "total_words": 247,
            "translated": 18,
            "translated_words": 6,
            "translated_percent": 12.4,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 3,
            "failing_checks_words": 8,
            "failing_checks_percent": 2.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://translate.opensourcepos.org/api/translations/opensourcepos/reports/km/repository/?format=api",
            "file_url": "https://translate.opensourcepos.org/api/translations/opensourcepos/reports/km/file/?format=api",
            "statistics_url": "https://translate.opensourcepos.org/api/translations/opensourcepos/reports/km/statistics/?format=api",
            "changes_list_url": "https://translate.opensourcepos.org/api/translations/opensourcepos/reports/km/changes/?format=api",
            "units_list_url": "https://translate.opensourcepos.org/api/translations/opensourcepos/reports/km/units/?format=api"
        },
        {
            "language": {
                "code": "lo",
                "name": "Lao",
                "plural": {
                    "id": 203,
                    "source": 0,
                    "number": 1,
                    "formula": "0",
                    "type": 0
                },
                "aliases": [
                    "lao"
                ],
                "direction": "ltr",
                "population": 513870600,
                "web_url": "https://translate.opensourcepos.org/languages/lo/",
                "url": "https://translate.opensourcepos.org/api/languages/lo/?format=api",
                "statistics_url": "https://translate.opensourcepos.org/api/languages/lo/statistics/?format=api"
            },
            "component": {
                "name": "reports",
                "slug": "reports",
                "id": 7,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 82,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 163648503560,
                    "web_url": "https://translate.opensourcepos.org/languages/en/",
                    "url": "https://translate.opensourcepos.org/api/languages/en/?format=api",
                    "statistics_url": "https://translate.opensourcepos.org/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "opensourcepos",
                    "slug": "opensourcepos",
                    "id": 1,
                    "web": "https://github.com/opensourcepos/opensourcepos",
                    "web_url": "https://translate.opensourcepos.org/projects/opensourcepos/",
                    "url": "https://translate.opensourcepos.org/api/projects/opensourcepos/?format=api",
                    "components_list_url": "https://translate.opensourcepos.org/api/projects/opensourcepos/components/?format=api",
                    "repository_url": "https://translate.opensourcepos.org/api/projects/opensourcepos/repository/?format=api",
                    "statistics_url": "https://translate.opensourcepos.org/api/projects/opensourcepos/statistics/?format=api",
                    "changes_list_url": "https://translate.opensourcepos.org/api/projects/opensourcepos/changes/?format=api",
                    "languages_url": "https://translate.opensourcepos.org/api/projects/opensourcepos/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "ssh://github.com/opensourcepos/opensourcepos",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "app/Language/*/Reports.php",
                "template": "app/Language/en/Reports.php",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "laravel",
                "license": "MIT",
                "license_url": "https://spdx.org/licenses/MIT.html",
                "agreement": "",
                "web_url": "https://translate.opensourcepos.org/projects/opensourcepos/reports/",
                "url": "https://translate.opensourcepos.org/api/components/opensourcepos/reports/?format=api",
                "repository_url": "https://translate.opensourcepos.org/api/components/opensourcepos/reports/repository/?format=api",
                "translations_url": "https://translate.opensourcepos.org/api/components/opensourcepos/reports/translations/?format=api",
                "statistics_url": "https://translate.opensourcepos.org/api/components/opensourcepos/reports/statistics/?format=api",
                "lock_url": "https://translate.opensourcepos.org/api/components/opensourcepos/reports/lock/?format=api",
                "links_url": "https://translate.opensourcepos.org/api/components/opensourcepos/reports/links/?format=api",
                "changes_list_url": "https://translate.opensourcepos.org/api/components/opensourcepos/reports/changes/?format=api",
                "task_url": null,
                "new_lang": "none",
                "language_code_style": "",
                "push": "ssh://github.com/opensourcepos/opensourcepos",
                "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": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver"
            },
            "language_code": "lo",
            "id": 1402,
            "filename": "app/Language/lo/Reports.php",
            "revision": "01793145881d87e463456e6558ab5e1954a76632,bf52603daaedb87081a2e64c841aa953921cea97",
            "web_url": "https://translate.opensourcepos.org/projects/opensourcepos/reports/lo/",
            "share_url": "https://translate.opensourcepos.org/engage/opensourcepos/lo/",
            "translate_url": "https://translate.opensourcepos.org/translate/opensourcepos/reports/lo/",
            "url": "https://translate.opensourcepos.org/api/translations/opensourcepos/reports/lo/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 145,
            "total_words": 247,
            "translated": 122,
            "translated_words": 188,
            "translated_percent": 84.1,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 88,
            "failing_checks_words": 167,
            "failing_checks_percent": 60.6,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://translate.opensourcepos.org/api/translations/opensourcepos/reports/lo/repository/?format=api",
            "file_url": "https://translate.opensourcepos.org/api/translations/opensourcepos/reports/lo/file/?format=api",
            "statistics_url": "https://translate.opensourcepos.org/api/translations/opensourcepos/reports/lo/statistics/?format=api",
            "changes_list_url": "https://translate.opensourcepos.org/api/translations/opensourcepos/reports/lo/changes/?format=api",
            "units_list_url": "https://translate.opensourcepos.org/api/translations/opensourcepos/reports/lo/units/?format=api"
        },
        {
            "language": {
                "code": "ml",
                "name": "Malayalam",
                "plural": {
                    "id": 218,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "mal"
                ],
                "direction": "ltr",
                "population": 4325748490,
                "web_url": "https://translate.opensourcepos.org/languages/ml/",
                "url": "https://translate.opensourcepos.org/api/languages/ml/?format=api",
                "statistics_url": "https://translate.opensourcepos.org/api/languages/ml/statistics/?format=api"
            },
            "component": {
                "name": "reports",
                "slug": "reports",
                "id": 7,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 82,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 163648503560,
                    "web_url": "https://translate.opensourcepos.org/languages/en/",
                    "url": "https://translate.opensourcepos.org/api/languages/en/?format=api",
                    "statistics_url": "https://translate.opensourcepos.org/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "opensourcepos",
                    "slug": "opensourcepos",
                    "id": 1,
                    "web": "https://github.com/opensourcepos/opensourcepos",
                    "web_url": "https://translate.opensourcepos.org/projects/opensourcepos/",
                    "url": "https://translate.opensourcepos.org/api/projects/opensourcepos/?format=api",
                    "components_list_url": "https://translate.opensourcepos.org/api/projects/opensourcepos/components/?format=api",
                    "repository_url": "https://translate.opensourcepos.org/api/projects/opensourcepos/repository/?format=api",
                    "statistics_url": "https://translate.opensourcepos.org/api/projects/opensourcepos/statistics/?format=api",
                    "changes_list_url": "https://translate.opensourcepos.org/api/projects/opensourcepos/changes/?format=api",
                    "languages_url": "https://translate.opensourcepos.org/api/projects/opensourcepos/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "ssh://github.com/opensourcepos/opensourcepos",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "app/Language/*/Reports.php",
                "template": "app/Language/en/Reports.php",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "laravel",
                "license": "MIT",
                "license_url": "https://spdx.org/licenses/MIT.html",
                "agreement": "",
                "web_url": "https://translate.opensourcepos.org/projects/opensourcepos/reports/",
                "url": "https://translate.opensourcepos.org/api/components/opensourcepos/reports/?format=api",
                "repository_url": "https://translate.opensourcepos.org/api/components/opensourcepos/reports/repository/?format=api",
                "translations_url": "https://translate.opensourcepos.org/api/components/opensourcepos/reports/translations/?format=api",
                "statistics_url": "https://translate.opensourcepos.org/api/components/opensourcepos/reports/statistics/?format=api",
                "lock_url": "https://translate.opensourcepos.org/api/components/opensourcepos/reports/lock/?format=api",
                "links_url": "https://translate.opensourcepos.org/api/components/opensourcepos/reports/links/?format=api",
                "changes_list_url": "https://translate.opensourcepos.org/api/components/opensourcepos/reports/changes/?format=api",
                "task_url": null,
                "new_lang": "none",
                "language_code_style": "",
                "push": "ssh://github.com/opensourcepos/opensourcepos",
                "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": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver"
            },
            "language_code": "ml",
            "id": 1403,
            "filename": "app/Language/ml/Reports.php",
            "revision": "cde8daff66977fef3d0b9fcccbdf328920c72c45,bf52603daaedb87081a2e64c841aa953921cea97",
            "web_url": "https://translate.opensourcepos.org/projects/opensourcepos/reports/ml/",
            "share_url": "https://translate.opensourcepos.org/engage/opensourcepos/ml/",
            "translate_url": "https://translate.opensourcepos.org/translate/opensourcepos/reports/ml/",
            "url": "https://translate.opensourcepos.org/api/translations/opensourcepos/reports/ml/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 145,
            "total_words": 247,
            "translated": 16,
            "translated_words": 0,
            "translated_percent": 11.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://translate.opensourcepos.org/api/translations/opensourcepos/reports/ml/repository/?format=api",
            "file_url": "https://translate.opensourcepos.org/api/translations/opensourcepos/reports/ml/file/?format=api",
            "statistics_url": "https://translate.opensourcepos.org/api/translations/opensourcepos/reports/ml/statistics/?format=api",
            "changes_list_url": "https://translate.opensourcepos.org/api/translations/opensourcepos/reports/ml/changes/?format=api",
            "units_list_url": "https://translate.opensourcepos.org/api/translations/opensourcepos/reports/ml/units/?format=api"
        },
        {
            "language": {
                "code": "nb_NO",
                "name": "Norwegian Bokmål",
                "plural": {
                    "id": 232,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "norwegian",
                    "no_nb",
                    "nb_nb",
                    "no_no",
                    "no",
                    "nb",
                    "nob",
                    "nor"
                ],
                "direction": "ltr",
                "population": 546744000,
                "web_url": "https://translate.opensourcepos.org/languages/nb_NO/",
                "url": "https://translate.opensourcepos.org/api/languages/nb_NO/?format=api",
                "statistics_url": "https://translate.opensourcepos.org/api/languages/nb_NO/statistics/?format=api"
            },
            "component": {
                "name": "reports",
                "slug": "reports",
                "id": 7,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 82,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 163648503560,
                    "web_url": "https://translate.opensourcepos.org/languages/en/",
                    "url": "https://translate.opensourcepos.org/api/languages/en/?format=api",
                    "statistics_url": "https://translate.opensourcepos.org/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "opensourcepos",
                    "slug": "opensourcepos",
                    "id": 1,
                    "web": "https://github.com/opensourcepos/opensourcepos",
                    "web_url": "https://translate.opensourcepos.org/projects/opensourcepos/",
                    "url": "https://translate.opensourcepos.org/api/projects/opensourcepos/?format=api",
                    "components_list_url": "https://translate.opensourcepos.org/api/projects/opensourcepos/components/?format=api",
                    "repository_url": "https://translate.opensourcepos.org/api/projects/opensourcepos/repository/?format=api",
                    "statistics_url": "https://translate.opensourcepos.org/api/projects/opensourcepos/statistics/?format=api",
                    "changes_list_url": "https://translate.opensourcepos.org/api/projects/opensourcepos/changes/?format=api",
                    "languages_url": "https://translate.opensourcepos.org/api/projects/opensourcepos/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "ssh://github.com/opensourcepos/opensourcepos",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "app/Language/*/Reports.php",
                "template": "app/Language/en/Reports.php",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "laravel",
                "license": "MIT",
                "license_url": "https://spdx.org/licenses/MIT.html",
                "agreement": "",
                "web_url": "https://translate.opensourcepos.org/projects/opensourcepos/reports/",
                "url": "https://translate.opensourcepos.org/api/components/opensourcepos/reports/?format=api",
                "repository_url": "https://translate.opensourcepos.org/api/components/opensourcepos/reports/repository/?format=api",
                "translations_url": "https://translate.opensourcepos.org/api/components/opensourcepos/reports/translations/?format=api",
                "statistics_url": "https://translate.opensourcepos.org/api/components/opensourcepos/reports/statistics/?format=api",
                "lock_url": "https://translate.opensourcepos.org/api/components/opensourcepos/reports/lock/?format=api",
                "links_url": "https://translate.opensourcepos.org/api/components/opensourcepos/reports/links/?format=api",
                "changes_list_url": "https://translate.opensourcepos.org/api/components/opensourcepos/reports/changes/?format=api",
                "task_url": null,
                "new_lang": "none",
                "language_code_style": "",
                "push": "ssh://github.com/opensourcepos/opensourcepos",
                "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": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver"
            },
            "language_code": "nb",
            "id": 1404,
            "filename": "app/Language/nb/Reports.php",
            "revision": "cde8daff66977fef3d0b9fcccbdf328920c72c45,bf52603daaedb87081a2e64c841aa953921cea97",
            "web_url": "https://translate.opensourcepos.org/projects/opensourcepos/reports/nb_NO/",
            "share_url": "https://translate.opensourcepos.org/engage/opensourcepos/nb_NO/",
            "translate_url": "https://translate.opensourcepos.org/translate/opensourcepos/reports/nb_NO/",
            "url": "https://translate.opensourcepos.org/api/translations/opensourcepos/reports/nb_NO/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 145,
            "total_words": 247,
            "translated": 16,
            "translated_words": 0,
            "translated_percent": 11.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://translate.opensourcepos.org/api/translations/opensourcepos/reports/nb_NO/repository/?format=api",
            "file_url": "https://translate.opensourcepos.org/api/translations/opensourcepos/reports/nb_NO/file/?format=api",
            "statistics_url": "https://translate.opensourcepos.org/api/translations/opensourcepos/reports/nb_NO/statistics/?format=api",
            "changes_list_url": "https://translate.opensourcepos.org/api/translations/opensourcepos/reports/nb_NO/changes/?format=api",
            "units_list_url": "https://translate.opensourcepos.org/api/translations/opensourcepos/reports/nb_NO/units/?format=api"
        },
        {
            "language": {
                "code": "nl_BE",
                "name": "Dutch (Belgium)",
                "plural": {
                    "id": 238,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "dutch_be",
                    "flemish",
                    "nlb"
                ],
                "direction": "ltr",
                "population": 644638500,
                "web_url": "https://translate.opensourcepos.org/languages/nl_BE/",
                "url": "https://translate.opensourcepos.org/api/languages/nl_BE/?format=api",
                "statistics_url": "https://translate.opensourcepos.org/api/languages/nl_BE/statistics/?format=api"
            },
            "component": {
                "name": "reports",
                "slug": "reports",
                "id": 7,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 82,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 163648503560,
                    "web_url": "https://translate.opensourcepos.org/languages/en/",
                    "url": "https://translate.opensourcepos.org/api/languages/en/?format=api",
                    "statistics_url": "https://translate.opensourcepos.org/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "opensourcepos",
                    "slug": "opensourcepos",
                    "id": 1,
                    "web": "https://github.com/opensourcepos/opensourcepos",
                    "web_url": "https://translate.opensourcepos.org/projects/opensourcepos/",
                    "url": "https://translate.opensourcepos.org/api/projects/opensourcepos/?format=api",
                    "components_list_url": "https://translate.opensourcepos.org/api/projects/opensourcepos/components/?format=api",
                    "repository_url": "https://translate.opensourcepos.org/api/projects/opensourcepos/repository/?format=api",
                    "statistics_url": "https://translate.opensourcepos.org/api/projects/opensourcepos/statistics/?format=api",
                    "changes_list_url": "https://translate.opensourcepos.org/api/projects/opensourcepos/changes/?format=api",
                    "languages_url": "https://translate.opensourcepos.org/api/projects/opensourcepos/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "ssh://github.com/opensourcepos/opensourcepos",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "app/Language/*/Reports.php",
                "template": "app/Language/en/Reports.php",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "laravel",
                "license": "MIT",
                "license_url": "https://spdx.org/licenses/MIT.html",
                "agreement": "",
                "web_url": "https://translate.opensourcepos.org/projects/opensourcepos/reports/",
                "url": "https://translate.opensourcepos.org/api/components/opensourcepos/reports/?format=api",
                "repository_url": "https://translate.opensourcepos.org/api/components/opensourcepos/reports/repository/?format=api",
                "translations_url": "https://translate.opensourcepos.org/api/components/opensourcepos/reports/translations/?format=api",
                "statistics_url": "https://translate.opensourcepos.org/api/components/opensourcepos/reports/statistics/?format=api",
                "lock_url": "https://translate.opensourcepos.org/api/components/opensourcepos/reports/lock/?format=api",
                "links_url": "https://translate.opensourcepos.org/api/components/opensourcepos/reports/links/?format=api",
                "changes_list_url": "https://translate.opensourcepos.org/api/components/opensourcepos/reports/changes/?format=api",
                "task_url": null,
                "new_lang": "none",
                "language_code_style": "",
                "push": "ssh://github.com/opensourcepos/opensourcepos",
                "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": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver"
            },
            "language_code": "nl-BE",
            "id": 1405,
            "filename": "app/Language/nl-BE/Reports.php",
            "revision": "305059269ea4dcdeb31b39a88f034cc1adfd2e52,bf52603daaedb87081a2e64c841aa953921cea97",
            "web_url": "https://translate.opensourcepos.org/projects/opensourcepos/reports/nl_BE/",
            "share_url": "https://translate.opensourcepos.org/engage/opensourcepos/nl_BE/",
            "translate_url": "https://translate.opensourcepos.org/translate/opensourcepos/reports/nl_BE/",
            "url": "https://translate.opensourcepos.org/api/translations/opensourcepos/reports/nl_BE/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 145,
            "total_words": 247,
            "translated": 145,
            "translated_words": 247,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 1,
            "failing_checks_words": 2,
            "failing_checks_percent": 0.6,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://translate.opensourcepos.org/api/translations/opensourcepos/reports/nl_BE/repository/?format=api",
            "file_url": "https://translate.opensourcepos.org/api/translations/opensourcepos/reports/nl_BE/file/?format=api",
            "statistics_url": "https://translate.opensourcepos.org/api/translations/opensourcepos/reports/nl_BE/statistics/?format=api",
            "changes_list_url": "https://translate.opensourcepos.org/api/translations/opensourcepos/reports/nl_BE/changes/?format=api",
            "units_list_url": "https://translate.opensourcepos.org/api/translations/opensourcepos/reports/nl_BE/units/?format=api"
        },
        {
            "language": {
                "code": "nl",
                "name": "Dutch",
                "plural": {
                    "id": 237,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "dut",
                    "nld"
                ],
                "direction": "ltr",
                "population": 3176564516,
                "web_url": "https://translate.opensourcepos.org/languages/nl/",
                "url": "https://translate.opensourcepos.org/api/languages/nl/?format=api",
                "statistics_url": "https://translate.opensourcepos.org/api/languages/nl/statistics/?format=api"
            },
            "component": {
                "name": "reports",
                "slug": "reports",
                "id": 7,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 82,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 163648503560,
                    "web_url": "https://translate.opensourcepos.org/languages/en/",
                    "url": "https://translate.opensourcepos.org/api/languages/en/?format=api",
                    "statistics_url": "https://translate.opensourcepos.org/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "opensourcepos",
                    "slug": "opensourcepos",
                    "id": 1,
                    "web": "https://github.com/opensourcepos/opensourcepos",
                    "web_url": "https://translate.opensourcepos.org/projects/opensourcepos/",
                    "url": "https://translate.opensourcepos.org/api/projects/opensourcepos/?format=api",
                    "components_list_url": "https://translate.opensourcepos.org/api/projects/opensourcepos/components/?format=api",
                    "repository_url": "https://translate.opensourcepos.org/api/projects/opensourcepos/repository/?format=api",
                    "statistics_url": "https://translate.opensourcepos.org/api/projects/opensourcepos/statistics/?format=api",
                    "changes_list_url": "https://translate.opensourcepos.org/api/projects/opensourcepos/changes/?format=api",
                    "languages_url": "https://translate.opensourcepos.org/api/projects/opensourcepos/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "ssh://github.com/opensourcepos/opensourcepos",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "app/Language/*/Reports.php",
                "template": "app/Language/en/Reports.php",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "laravel",
                "license": "MIT",
                "license_url": "https://spdx.org/licenses/MIT.html",
                "agreement": "",
                "web_url": "https://translate.opensourcepos.org/projects/opensourcepos/reports/",
                "url": "https://translate.opensourcepos.org/api/components/opensourcepos/reports/?format=api",
                "repository_url": "https://translate.opensourcepos.org/api/components/opensourcepos/reports/repository/?format=api",
                "translations_url": "https://translate.opensourcepos.org/api/components/opensourcepos/reports/translations/?format=api",
                "statistics_url": "https://translate.opensourcepos.org/api/components/opensourcepos/reports/statistics/?format=api",
                "lock_url": "https://translate.opensourcepos.org/api/components/opensourcepos/reports/lock/?format=api",
                "links_url": "https://translate.opensourcepos.org/api/components/opensourcepos/reports/links/?format=api",
                "changes_list_url": "https://translate.opensourcepos.org/api/components/opensourcepos/reports/changes/?format=api",
                "task_url": null,
                "new_lang": "none",
                "language_code_style": "",
                "push": "ssh://github.com/opensourcepos/opensourcepos",
                "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": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver"
            },
            "language_code": "nl-NL",
            "id": 1406,
            "filename": "app/Language/nl-NL/Reports.php",
            "revision": "b268d60d18c13b0f4c593d4d13ec15671009508a,bf52603daaedb87081a2e64c841aa953921cea97",
            "web_url": "https://translate.opensourcepos.org/projects/opensourcepos/reports/nl/",
            "share_url": "https://translate.opensourcepos.org/engage/opensourcepos/nl/",
            "translate_url": "https://translate.opensourcepos.org/translate/opensourcepos/reports/nl/",
            "url": "https://translate.opensourcepos.org/api/translations/opensourcepos/reports/nl/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 145,
            "total_words": 247,
            "translated": 144,
            "translated_words": 245,
            "translated_percent": 99.3,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://translate.opensourcepos.org/api/translations/opensourcepos/reports/nl/repository/?format=api",
            "file_url": "https://translate.opensourcepos.org/api/translations/opensourcepos/reports/nl/file/?format=api",
            "statistics_url": "https://translate.opensourcepos.org/api/translations/opensourcepos/reports/nl/statistics/?format=api",
            "changes_list_url": "https://translate.opensourcepos.org/api/translations/opensourcepos/reports/nl/changes/?format=api",
            "units_list_url": "https://translate.opensourcepos.org/api/translations/opensourcepos/reports/nl/units/?format=api"
        },
        {
            "language": {
                "code": "pl",
                "name": "Polish",
                "plural": {
                    "id": 257,
                    "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": 4107739899,
                "web_url": "https://translate.opensourcepos.org/languages/pl/",
                "url": "https://translate.opensourcepos.org/api/languages/pl/?format=api",
                "statistics_url": "https://translate.opensourcepos.org/api/languages/pl/statistics/?format=api"
            },
            "component": {
                "name": "reports",
                "slug": "reports",
                "id": 7,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 82,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 163648503560,
                    "web_url": "https://translate.opensourcepos.org/languages/en/",
                    "url": "https://translate.opensourcepos.org/api/languages/en/?format=api",
                    "statistics_url": "https://translate.opensourcepos.org/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "opensourcepos",
                    "slug": "opensourcepos",
                    "id": 1,
                    "web": "https://github.com/opensourcepos/opensourcepos",
                    "web_url": "https://translate.opensourcepos.org/projects/opensourcepos/",
                    "url": "https://translate.opensourcepos.org/api/projects/opensourcepos/?format=api",
                    "components_list_url": "https://translate.opensourcepos.org/api/projects/opensourcepos/components/?format=api",
                    "repository_url": "https://translate.opensourcepos.org/api/projects/opensourcepos/repository/?format=api",
                    "statistics_url": "https://translate.opensourcepos.org/api/projects/opensourcepos/statistics/?format=api",
                    "changes_list_url": "https://translate.opensourcepos.org/api/projects/opensourcepos/changes/?format=api",
                    "languages_url": "https://translate.opensourcepos.org/api/projects/opensourcepos/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "ssh://github.com/opensourcepos/opensourcepos",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "app/Language/*/Reports.php",
                "template": "app/Language/en/Reports.php",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "laravel",
                "license": "MIT",
                "license_url": "https://spdx.org/licenses/MIT.html",
                "agreement": "",
                "web_url": "https://translate.opensourcepos.org/projects/opensourcepos/reports/",
                "url": "https://translate.opensourcepos.org/api/components/opensourcepos/reports/?format=api",
                "repository_url": "https://translate.opensourcepos.org/api/components/opensourcepos/reports/repository/?format=api",
                "translations_url": "https://translate.opensourcepos.org/api/components/opensourcepos/reports/translations/?format=api",
                "statistics_url": "https://translate.opensourcepos.org/api/components/opensourcepos/reports/statistics/?format=api",
                "lock_url": "https://translate.opensourcepos.org/api/components/opensourcepos/reports/lock/?format=api",
                "links_url": "https://translate.opensourcepos.org/api/components/opensourcepos/reports/links/?format=api",
                "changes_list_url": "https://translate.opensourcepos.org/api/components/opensourcepos/reports/changes/?format=api",
                "task_url": null,
                "new_lang": "none",
                "language_code_style": "",
                "push": "ssh://github.com/opensourcepos/opensourcepos",
                "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": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver"
            },
            "language_code": "pl",
            "id": 1407,
            "filename": "app/Language/pl/Reports.php",
            "revision": "f7ff2050444e20a62eea25ff7ae288980a7c7036,bf52603daaedb87081a2e64c841aa953921cea97",
            "web_url": "https://translate.opensourcepos.org/projects/opensourcepos/reports/pl/",
            "share_url": "https://translate.opensourcepos.org/engage/opensourcepos/pl/",
            "translate_url": "https://translate.opensourcepos.org/translate/opensourcepos/reports/pl/",
            "url": "https://translate.opensourcepos.org/api/translations/opensourcepos/reports/pl/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 145,
            "total_words": 247,
            "translated": 17,
            "translated_words": 1,
            "translated_percent": 11.7,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://translate.opensourcepos.org/api/translations/opensourcepos/reports/pl/repository/?format=api",
            "file_url": "https://translate.opensourcepos.org/api/translations/opensourcepos/reports/pl/file/?format=api",
            "statistics_url": "https://translate.opensourcepos.org/api/translations/opensourcepos/reports/pl/statistics/?format=api",
            "changes_list_url": "https://translate.opensourcepos.org/api/translations/opensourcepos/reports/pl/changes/?format=api",
            "units_list_url": "https://translate.opensourcepos.org/api/translations/opensourcepos/reports/pl/units/?format=api"
        }
    ]
}