Translation components API.

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

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

{
    "count": 92,
    "next": "https://weblate.c1.npshopping.com/api/translations/?format=api&page=2",
    "previous": null,
    "results": [
        {
            "language": {
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 148,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485035,
                "web_url": "https://weblate.c1.npshopping.com/languages/en/",
                "url": "https://weblate.c1.npshopping.com/api/languages/en/?format=api",
                "statistics_url": "https://weblate.c1.npshopping.com/api/languages/en/statistics/?format=api"
            },
            "component": {
                "name": "core",
                "slug": "core",
                "id": 6,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 148,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485035,
                    "web_url": "https://weblate.c1.npshopping.com/languages/en/",
                    "url": "https://weblate.c1.npshopping.com/api/languages/en/?format=api",
                    "statistics_url": "https://weblate.c1.npshopping.com/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Nova Global",
                    "slug": "nova-global",
                    "id": 1,
                    "web": "https://my.nova.global",
                    "web_url": "https://weblate.c1.npshopping.com/projects/nova-global/",
                    "url": "https://weblate.c1.npshopping.com/api/projects/nova-global/?format=api",
                    "components_list_url": "https://weblate.c1.npshopping.com/api/projects/nova-global/components/?format=api",
                    "repository_url": "https://weblate.c1.npshopping.com/api/projects/nova-global/repository/?format=api",
                    "statistics_url": "https://weblate.c1.npshopping.com/api/projects/nova-global/statistics/?format=api",
                    "changes_list_url": "https://weblate.c1.npshopping.com/api/projects/nova-global/changes/?format=api",
                    "languages_url": "https://weblate.c1.npshopping.com/api/projects/nova-global/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "git@github.com:NovaGlobalCompany/npg-translations.git",
                "git_export": "https://weblate.c1.npshopping.com/git/nova-global/core/",
                "branch": "main",
                "push_branch": "",
                "filemask": "locale/core/*.json",
                "template": "locale/core/en.json",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "i18nextv4",
                "license": "",
                "license_url": null,
                "agreement": "",
                "web_url": "https://weblate.c1.npshopping.com/projects/nova-global/core/",
                "url": "https://weblate.c1.npshopping.com/api/components/nova-global/core/?format=api",
                "repository_url": "https://weblate.c1.npshopping.com/api/components/nova-global/core/repository/?format=api",
                "translations_url": "https://weblate.c1.npshopping.com/api/components/nova-global/core/translations/?format=api",
                "statistics_url": "https://weblate.c1.npshopping.com/api/components/nova-global/core/statistics/?format=api",
                "lock_url": "https://weblate.c1.npshopping.com/api/components/nova-global/core/lock/?format=api",
                "links_url": "https://weblate.c1.npshopping.com/api/components/nova-global/core/links/?format=api",
                "changes_list_url": "https://weblate.c1.npshopping.com/api/components/nova-global/core/changes/?format=api",
                "task_url": null,
                "new_lang": "none",
                "language_code_style": "",
                "push": "git@github.com:NovaGlobalCompany/npg-translations.git",
                "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": [
                    "https://weblate.c1.npshopping.com/api/addons/1/?format=api"
                ],
                "is_glossary": true,
                "glossary_color": "silver"
            },
            "language_code": "en",
            "id": 9,
            "filename": "locale/core/en.json",
            "revision": "1c0c0ace4fc0761898afd82deacde3399d20ab05,1c0c0ace4fc0761898afd82deacde3399d20ab05",
            "web_url": "https://weblate.c1.npshopping.com/projects/nova-global/core/en/",
            "share_url": "https://weblate.c1.npshopping.com/engage/nova-global/en/",
            "translate_url": "https://weblate.c1.npshopping.com/translate/nova-global/core/en/",
            "url": "https://weblate.c1.npshopping.com/api/translations/nova-global/core/en/?format=api",
            "is_template": true,
            "is_source": true,
            "total": 1306,
            "total_words": 10088,
            "translated": 1306,
            "translated_words": 10088,
            "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": "2025-07-02T13:23:23.887995Z",
            "last_author": "admin",
            "repository_url": "https://weblate.c1.npshopping.com/api/translations/nova-global/core/en/repository/?format=api",
            "file_url": "https://weblate.c1.npshopping.com/api/translations/nova-global/core/en/file/?format=api",
            "statistics_url": "https://weblate.c1.npshopping.com/api/translations/nova-global/core/en/statistics/?format=api",
            "changes_list_url": "https://weblate.c1.npshopping.com/api/translations/nova-global/core/en/changes/?format=api",
            "units_list_url": "https://weblate.c1.npshopping.com/api/translations/nova-global/core/en/units/?format=api"
        },
        {
            "language": {
                "code": "uk",
                "name": "Ukrainian",
                "plural": {
                    "id": 599,
                    "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": 22
                },
                "aliases": [
                    "ua",
                    "ua_ua",
                    "uk_uk",
                    "ukr"
                ],
                "direction": "ltr",
                "population": 29348975,
                "web_url": "https://weblate.c1.npshopping.com/languages/uk/",
                "url": "https://weblate.c1.npshopping.com/api/languages/uk/?format=api",
                "statistics_url": "https://weblate.c1.npshopping.com/api/languages/uk/statistics/?format=api"
            },
            "component": {
                "name": "core",
                "slug": "core",
                "id": 6,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 148,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485035,
                    "web_url": "https://weblate.c1.npshopping.com/languages/en/",
                    "url": "https://weblate.c1.npshopping.com/api/languages/en/?format=api",
                    "statistics_url": "https://weblate.c1.npshopping.com/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Nova Global",
                    "slug": "nova-global",
                    "id": 1,
                    "web": "https://my.nova.global",
                    "web_url": "https://weblate.c1.npshopping.com/projects/nova-global/",
                    "url": "https://weblate.c1.npshopping.com/api/projects/nova-global/?format=api",
                    "components_list_url": "https://weblate.c1.npshopping.com/api/projects/nova-global/components/?format=api",
                    "repository_url": "https://weblate.c1.npshopping.com/api/projects/nova-global/repository/?format=api",
                    "statistics_url": "https://weblate.c1.npshopping.com/api/projects/nova-global/statistics/?format=api",
                    "changes_list_url": "https://weblate.c1.npshopping.com/api/projects/nova-global/changes/?format=api",
                    "languages_url": "https://weblate.c1.npshopping.com/api/projects/nova-global/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "git@github.com:NovaGlobalCompany/npg-translations.git",
                "git_export": "https://weblate.c1.npshopping.com/git/nova-global/core/",
                "branch": "main",
                "push_branch": "",
                "filemask": "locale/core/*.json",
                "template": "locale/core/en.json",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "i18nextv4",
                "license": "",
                "license_url": null,
                "agreement": "",
                "web_url": "https://weblate.c1.npshopping.com/projects/nova-global/core/",
                "url": "https://weblate.c1.npshopping.com/api/components/nova-global/core/?format=api",
                "repository_url": "https://weblate.c1.npshopping.com/api/components/nova-global/core/repository/?format=api",
                "translations_url": "https://weblate.c1.npshopping.com/api/components/nova-global/core/translations/?format=api",
                "statistics_url": "https://weblate.c1.npshopping.com/api/components/nova-global/core/statistics/?format=api",
                "lock_url": "https://weblate.c1.npshopping.com/api/components/nova-global/core/lock/?format=api",
                "links_url": "https://weblate.c1.npshopping.com/api/components/nova-global/core/links/?format=api",
                "changes_list_url": "https://weblate.c1.npshopping.com/api/components/nova-global/core/changes/?format=api",
                "task_url": null,
                "new_lang": "none",
                "language_code_style": "",
                "push": "git@github.com:NovaGlobalCompany/npg-translations.git",
                "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": [
                    "https://weblate.c1.npshopping.com/api/addons/1/?format=api"
                ],
                "is_glossary": true,
                "glossary_color": "silver"
            },
            "language_code": "uk",
            "id": 11,
            "filename": "locale/core/uk.json",
            "revision": "dd02ecc490da7f29f6969862cedc83cb7d66fb7e,1c0c0ace4fc0761898afd82deacde3399d20ab05",
            "web_url": "https://weblate.c1.npshopping.com/projects/nova-global/core/uk/",
            "share_url": "https://weblate.c1.npshopping.com/engage/nova-global/uk/",
            "translate_url": "https://weblate.c1.npshopping.com/translate/nova-global/core/uk/",
            "url": "https://weblate.c1.npshopping.com/api/translations/nova-global/core/uk/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 1306,
            "total_words": 10088,
            "translated": 1301,
            "translated_words": 10065,
            "translated_percent": 99.6,
            "fuzzy": 5,
            "fuzzy_words": 23,
            "fuzzy_percent": 0.3,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 22,
            "have_comment": 0,
            "last_change": "2025-07-31T13:38:35.085825Z",
            "last_author": "admin",
            "repository_url": "https://weblate.c1.npshopping.com/api/translations/nova-global/core/uk/repository/?format=api",
            "file_url": "https://weblate.c1.npshopping.com/api/translations/nova-global/core/uk/file/?format=api",
            "statistics_url": "https://weblate.c1.npshopping.com/api/translations/nova-global/core/uk/statistics/?format=api",
            "changes_list_url": "https://weblate.c1.npshopping.com/api/translations/nova-global/core/uk/changes/?format=api",
            "units_list_url": "https://weblate.c1.npshopping.com/api/translations/nova-global/core/uk/units/?format=api"
        },
        {
            "language": {
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 148,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485035,
                "web_url": "https://weblate.c1.npshopping.com/languages/en/",
                "url": "https://weblate.c1.npshopping.com/api/languages/en/?format=api",
                "statistics_url": "https://weblate.c1.npshopping.com/api/languages/en/statistics/?format=api"
            },
            "component": {
                "name": "cabinet",
                "slug": "cabinet",
                "id": 7,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 148,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485035,
                    "web_url": "https://weblate.c1.npshopping.com/languages/en/",
                    "url": "https://weblate.c1.npshopping.com/api/languages/en/?format=api",
                    "statistics_url": "https://weblate.c1.npshopping.com/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Nova Global",
                    "slug": "nova-global",
                    "id": 1,
                    "web": "https://my.nova.global",
                    "web_url": "https://weblate.c1.npshopping.com/projects/nova-global/",
                    "url": "https://weblate.c1.npshopping.com/api/projects/nova-global/?format=api",
                    "components_list_url": "https://weblate.c1.npshopping.com/api/projects/nova-global/components/?format=api",
                    "repository_url": "https://weblate.c1.npshopping.com/api/projects/nova-global/repository/?format=api",
                    "statistics_url": "https://weblate.c1.npshopping.com/api/projects/nova-global/statistics/?format=api",
                    "changes_list_url": "https://weblate.c1.npshopping.com/api/projects/nova-global/changes/?format=api",
                    "languages_url": "https://weblate.c1.npshopping.com/api/projects/nova-global/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "git@github.com:NovaGlobalCompany/npg-translations.git",
                "git_export": "https://weblate.c1.npshopping.com/git/nova-global/cabinet/",
                "branch": "main",
                "push_branch": "",
                "filemask": "locale/cabinet/*.json",
                "template": "locale/cabinet/en.json",
                "edit_template": true,
                "intermediate": "",
                "new_base": "locale/cabinet/en.json",
                "file_format": "i18nextv4",
                "license": "",
                "license_url": null,
                "agreement": "",
                "web_url": "https://weblate.c1.npshopping.com/projects/nova-global/cabinet/",
                "url": "https://weblate.c1.npshopping.com/api/components/nova-global/cabinet/?format=api",
                "repository_url": "https://weblate.c1.npshopping.com/api/components/nova-global/cabinet/repository/?format=api",
                "translations_url": "https://weblate.c1.npshopping.com/api/components/nova-global/cabinet/translations/?format=api",
                "statistics_url": "https://weblate.c1.npshopping.com/api/components/nova-global/cabinet/statistics/?format=api",
                "lock_url": "https://weblate.c1.npshopping.com/api/components/nova-global/cabinet/lock/?format=api",
                "links_url": "https://weblate.c1.npshopping.com/api/components/nova-global/cabinet/links/?format=api",
                "changes_list_url": "https://weblate.c1.npshopping.com/api/components/nova-global/cabinet/changes/?format=api",
                "task_url": null,
                "new_lang": "none",
                "language_code_style": "",
                "push": "git@github.com:NovaGlobalCompany/npg-translations.git",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
                "addon_message": "Update translation files\n\nUpdated by \"{{ addon_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": true,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [
                    "https://weblate.c1.npshopping.com/api/addons/3/?format=api"
                ],
                "is_glossary": true,
                "glossary_color": "silver"
            },
            "language_code": "en",
            "id": 12,
            "filename": "locale/cabinet/en.json",
            "revision": "3cb2537848cb2e9df5241a1169f2ad4e2215ffff,3cb2537848cb2e9df5241a1169f2ad4e2215ffff",
            "web_url": "https://weblate.c1.npshopping.com/projects/nova-global/cabinet/en/",
            "share_url": "https://weblate.c1.npshopping.com/engage/nova-global/en/",
            "translate_url": "https://weblate.c1.npshopping.com/translate/nova-global/cabinet/en/",
            "url": "https://weblate.c1.npshopping.com/api/translations/nova-global/cabinet/en/?format=api",
            "is_template": true,
            "is_source": true,
            "total": 223,
            "total_words": 3625,
            "translated": 223,
            "translated_words": 3625,
            "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": "2025-07-31T13:16:08.037332Z",
            "last_author": "admin",
            "repository_url": "https://weblate.c1.npshopping.com/api/translations/nova-global/cabinet/en/repository/?format=api",
            "file_url": "https://weblate.c1.npshopping.com/api/translations/nova-global/cabinet/en/file/?format=api",
            "statistics_url": "https://weblate.c1.npshopping.com/api/translations/nova-global/cabinet/en/statistics/?format=api",
            "changes_list_url": "https://weblate.c1.npshopping.com/api/translations/nova-global/cabinet/en/changes/?format=api",
            "units_list_url": "https://weblate.c1.npshopping.com/api/translations/nova-global/cabinet/en/units/?format=api"
        },
        {
            "language": {
                "code": "uk",
                "name": "Ukrainian",
                "plural": {
                    "id": 599,
                    "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": 22
                },
                "aliases": [
                    "ua",
                    "ua_ua",
                    "uk_uk",
                    "ukr"
                ],
                "direction": "ltr",
                "population": 29348975,
                "web_url": "https://weblate.c1.npshopping.com/languages/uk/",
                "url": "https://weblate.c1.npshopping.com/api/languages/uk/?format=api",
                "statistics_url": "https://weblate.c1.npshopping.com/api/languages/uk/statistics/?format=api"
            },
            "component": {
                "name": "cabinet",
                "slug": "cabinet",
                "id": 7,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 148,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485035,
                    "web_url": "https://weblate.c1.npshopping.com/languages/en/",
                    "url": "https://weblate.c1.npshopping.com/api/languages/en/?format=api",
                    "statistics_url": "https://weblate.c1.npshopping.com/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Nova Global",
                    "slug": "nova-global",
                    "id": 1,
                    "web": "https://my.nova.global",
                    "web_url": "https://weblate.c1.npshopping.com/projects/nova-global/",
                    "url": "https://weblate.c1.npshopping.com/api/projects/nova-global/?format=api",
                    "components_list_url": "https://weblate.c1.npshopping.com/api/projects/nova-global/components/?format=api",
                    "repository_url": "https://weblate.c1.npshopping.com/api/projects/nova-global/repository/?format=api",
                    "statistics_url": "https://weblate.c1.npshopping.com/api/projects/nova-global/statistics/?format=api",
                    "changes_list_url": "https://weblate.c1.npshopping.com/api/projects/nova-global/changes/?format=api",
                    "languages_url": "https://weblate.c1.npshopping.com/api/projects/nova-global/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "git@github.com:NovaGlobalCompany/npg-translations.git",
                "git_export": "https://weblate.c1.npshopping.com/git/nova-global/cabinet/",
                "branch": "main",
                "push_branch": "",
                "filemask": "locale/cabinet/*.json",
                "template": "locale/cabinet/en.json",
                "edit_template": true,
                "intermediate": "",
                "new_base": "locale/cabinet/en.json",
                "file_format": "i18nextv4",
                "license": "",
                "license_url": null,
                "agreement": "",
                "web_url": "https://weblate.c1.npshopping.com/projects/nova-global/cabinet/",
                "url": "https://weblate.c1.npshopping.com/api/components/nova-global/cabinet/?format=api",
                "repository_url": "https://weblate.c1.npshopping.com/api/components/nova-global/cabinet/repository/?format=api",
                "translations_url": "https://weblate.c1.npshopping.com/api/components/nova-global/cabinet/translations/?format=api",
                "statistics_url": "https://weblate.c1.npshopping.com/api/components/nova-global/cabinet/statistics/?format=api",
                "lock_url": "https://weblate.c1.npshopping.com/api/components/nova-global/cabinet/lock/?format=api",
                "links_url": "https://weblate.c1.npshopping.com/api/components/nova-global/cabinet/links/?format=api",
                "changes_list_url": "https://weblate.c1.npshopping.com/api/components/nova-global/cabinet/changes/?format=api",
                "task_url": null,
                "new_lang": "none",
                "language_code_style": "",
                "push": "git@github.com:NovaGlobalCompany/npg-translations.git",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
                "addon_message": "Update translation files\n\nUpdated by \"{{ addon_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": true,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [
                    "https://weblate.c1.npshopping.com/api/addons/3/?format=api"
                ],
                "is_glossary": true,
                "glossary_color": "silver"
            },
            "language_code": "uk",
            "id": 13,
            "filename": "locale/cabinet/uk.json",
            "revision": "d3bcba74ace7d2aec9b185eda8243121115d125c,3cb2537848cb2e9df5241a1169f2ad4e2215ffff",
            "web_url": "https://weblate.c1.npshopping.com/projects/nova-global/cabinet/uk/",
            "share_url": "https://weblate.c1.npshopping.com/engage/nova-global/uk/",
            "translate_url": "https://weblate.c1.npshopping.com/translate/nova-global/cabinet/uk/",
            "url": "https://weblate.c1.npshopping.com/api/translations/nova-global/cabinet/uk/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 223,
            "total_words": 3625,
            "translated": 223,
            "translated_words": 3625,
            "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": "2025-07-31T13:16:13.801998Z",
            "last_author": "admin",
            "repository_url": "https://weblate.c1.npshopping.com/api/translations/nova-global/cabinet/uk/repository/?format=api",
            "file_url": "https://weblate.c1.npshopping.com/api/translations/nova-global/cabinet/uk/file/?format=api",
            "statistics_url": "https://weblate.c1.npshopping.com/api/translations/nova-global/cabinet/uk/statistics/?format=api",
            "changes_list_url": "https://weblate.c1.npshopping.com/api/translations/nova-global/cabinet/uk/changes/?format=api",
            "units_list_url": "https://weblate.c1.npshopping.com/api/translations/nova-global/cabinet/uk/units/?format=api"
        },
        {
            "language": {
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 148,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485035,
                "web_url": "https://weblate.c1.npshopping.com/languages/en/",
                "url": "https://weblate.c1.npshopping.com/api/languages/en/?format=api",
                "statistics_url": "https://weblate.c1.npshopping.com/api/languages/en/statistics/?format=api"
            },
            "component": {
                "name": "auth",
                "slug": "auth",
                "id": 8,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 148,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485035,
                    "web_url": "https://weblate.c1.npshopping.com/languages/en/",
                    "url": "https://weblate.c1.npshopping.com/api/languages/en/?format=api",
                    "statistics_url": "https://weblate.c1.npshopping.com/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Nova Global",
                    "slug": "nova-global",
                    "id": 1,
                    "web": "https://my.nova.global",
                    "web_url": "https://weblate.c1.npshopping.com/projects/nova-global/",
                    "url": "https://weblate.c1.npshopping.com/api/projects/nova-global/?format=api",
                    "components_list_url": "https://weblate.c1.npshopping.com/api/projects/nova-global/components/?format=api",
                    "repository_url": "https://weblate.c1.npshopping.com/api/projects/nova-global/repository/?format=api",
                    "statistics_url": "https://weblate.c1.npshopping.com/api/projects/nova-global/statistics/?format=api",
                    "changes_list_url": "https://weblate.c1.npshopping.com/api/projects/nova-global/changes/?format=api",
                    "languages_url": "https://weblate.c1.npshopping.com/api/projects/nova-global/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "git@github.com:NovaGlobalCompany/npg-translations.git",
                "git_export": "https://weblate.c1.npshopping.com/git/nova-global/auth/",
                "branch": "main",
                "push_branch": "",
                "filemask": "locale/auth/*.json",
                "template": "locale/auth/en.json",
                "edit_template": true,
                "intermediate": "",
                "new_base": "index.json",
                "file_format": "i18nextv4",
                "license": "",
                "license_url": null,
                "agreement": "",
                "web_url": "https://weblate.c1.npshopping.com/projects/nova-global/auth/",
                "url": "https://weblate.c1.npshopping.com/api/components/nova-global/auth/?format=api",
                "repository_url": "https://weblate.c1.npshopping.com/api/components/nova-global/auth/repository/?format=api",
                "translations_url": "https://weblate.c1.npshopping.com/api/components/nova-global/auth/translations/?format=api",
                "statistics_url": "https://weblate.c1.npshopping.com/api/components/nova-global/auth/statistics/?format=api",
                "lock_url": "https://weblate.c1.npshopping.com/api/components/nova-global/auth/lock/?format=api",
                "links_url": "https://weblate.c1.npshopping.com/api/components/nova-global/auth/links/?format=api",
                "changes_list_url": "https://weblate.c1.npshopping.com/api/components/nova-global/auth/changes/?format=api",
                "task_url": null,
                "new_lang": "none",
                "language_code_style": "",
                "push": "git@github.com:NovaGlobalCompany/npg-translations.git",
                "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": true,
                "glossary_color": "silver"
            },
            "language_code": "en",
            "id": 15,
            "filename": "locale/auth/en.json",
            "revision": "391fac87ccfe625fdb07e91264f46e7f0d8d9c8e,391fac87ccfe625fdb07e91264f46e7f0d8d9c8e",
            "web_url": "https://weblate.c1.npshopping.com/projects/nova-global/auth/en/",
            "share_url": "https://weblate.c1.npshopping.com/engage/nova-global/en/",
            "translate_url": "https://weblate.c1.npshopping.com/translate/nova-global/auth/en/",
            "url": "https://weblate.c1.npshopping.com/api/translations/nova-global/auth/en/?format=api",
            "is_template": true,
            "is_source": true,
            "total": 33,
            "total_words": 188,
            "translated": 33,
            "translated_words": 188,
            "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://weblate.c1.npshopping.com/api/translations/nova-global/auth/en/repository/?format=api",
            "file_url": "https://weblate.c1.npshopping.com/api/translations/nova-global/auth/en/file/?format=api",
            "statistics_url": "https://weblate.c1.npshopping.com/api/translations/nova-global/auth/en/statistics/?format=api",
            "changes_list_url": "https://weblate.c1.npshopping.com/api/translations/nova-global/auth/en/changes/?format=api",
            "units_list_url": "https://weblate.c1.npshopping.com/api/translations/nova-global/auth/en/units/?format=api"
        },
        {
            "language": {
                "code": "uk",
                "name": "Ukrainian",
                "plural": {
                    "id": 599,
                    "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": 22
                },
                "aliases": [
                    "ua",
                    "ua_ua",
                    "uk_uk",
                    "ukr"
                ],
                "direction": "ltr",
                "population": 29348975,
                "web_url": "https://weblate.c1.npshopping.com/languages/uk/",
                "url": "https://weblate.c1.npshopping.com/api/languages/uk/?format=api",
                "statistics_url": "https://weblate.c1.npshopping.com/api/languages/uk/statistics/?format=api"
            },
            "component": {
                "name": "auth",
                "slug": "auth",
                "id": 8,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 148,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485035,
                    "web_url": "https://weblate.c1.npshopping.com/languages/en/",
                    "url": "https://weblate.c1.npshopping.com/api/languages/en/?format=api",
                    "statistics_url": "https://weblate.c1.npshopping.com/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Nova Global",
                    "slug": "nova-global",
                    "id": 1,
                    "web": "https://my.nova.global",
                    "web_url": "https://weblate.c1.npshopping.com/projects/nova-global/",
                    "url": "https://weblate.c1.npshopping.com/api/projects/nova-global/?format=api",
                    "components_list_url": "https://weblate.c1.npshopping.com/api/projects/nova-global/components/?format=api",
                    "repository_url": "https://weblate.c1.npshopping.com/api/projects/nova-global/repository/?format=api",
                    "statistics_url": "https://weblate.c1.npshopping.com/api/projects/nova-global/statistics/?format=api",
                    "changes_list_url": "https://weblate.c1.npshopping.com/api/projects/nova-global/changes/?format=api",
                    "languages_url": "https://weblate.c1.npshopping.com/api/projects/nova-global/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "git@github.com:NovaGlobalCompany/npg-translations.git",
                "git_export": "https://weblate.c1.npshopping.com/git/nova-global/auth/",
                "branch": "main",
                "push_branch": "",
                "filemask": "locale/auth/*.json",
                "template": "locale/auth/en.json",
                "edit_template": true,
                "intermediate": "",
                "new_base": "index.json",
                "file_format": "i18nextv4",
                "license": "",
                "license_url": null,
                "agreement": "",
                "web_url": "https://weblate.c1.npshopping.com/projects/nova-global/auth/",
                "url": "https://weblate.c1.npshopping.com/api/components/nova-global/auth/?format=api",
                "repository_url": "https://weblate.c1.npshopping.com/api/components/nova-global/auth/repository/?format=api",
                "translations_url": "https://weblate.c1.npshopping.com/api/components/nova-global/auth/translations/?format=api",
                "statistics_url": "https://weblate.c1.npshopping.com/api/components/nova-global/auth/statistics/?format=api",
                "lock_url": "https://weblate.c1.npshopping.com/api/components/nova-global/auth/lock/?format=api",
                "links_url": "https://weblate.c1.npshopping.com/api/components/nova-global/auth/links/?format=api",
                "changes_list_url": "https://weblate.c1.npshopping.com/api/components/nova-global/auth/changes/?format=api",
                "task_url": null,
                "new_lang": "none",
                "language_code_style": "",
                "push": "git@github.com:NovaGlobalCompany/npg-translations.git",
                "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": true,
                "glossary_color": "silver"
            },
            "language_code": "uk",
            "id": 16,
            "filename": "locale/auth/uk.json",
            "revision": "a06cc0b6e239de7e8c2f6a001b04addc7bb1ab45,391fac87ccfe625fdb07e91264f46e7f0d8d9c8e",
            "web_url": "https://weblate.c1.npshopping.com/projects/nova-global/auth/uk/",
            "share_url": "https://weblate.c1.npshopping.com/engage/nova-global/uk/",
            "translate_url": "https://weblate.c1.npshopping.com/translate/nova-global/auth/uk/",
            "url": "https://weblate.c1.npshopping.com/api/translations/nova-global/auth/uk/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 33,
            "total_words": 188,
            "translated": 33,
            "translated_words": 188,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2023-05-18T19:50:55.157673Z",
            "last_author": "Oleh Stepaniuk",
            "repository_url": "https://weblate.c1.npshopping.com/api/translations/nova-global/auth/uk/repository/?format=api",
            "file_url": "https://weblate.c1.npshopping.com/api/translations/nova-global/auth/uk/file/?format=api",
            "statistics_url": "https://weblate.c1.npshopping.com/api/translations/nova-global/auth/uk/statistics/?format=api",
            "changes_list_url": "https://weblate.c1.npshopping.com/api/translations/nova-global/auth/uk/changes/?format=api",
            "units_list_url": "https://weblate.c1.npshopping.com/api/translations/nova-global/auth/uk/units/?format=api"
        },
        {
            "language": {
                "code": "ro",
                "name": "Romanian",
                "plural": {
                    "id": 481,
                    "source": 0,
                    "number": 3,
                    "formula": "n==1 ? 0 : (n==0 || (n%100 > 0 && n%100 < 20)) ? 1 : 2",
                    "type": 2
                },
                "aliases": [
                    "ron",
                    "rum"
                ],
                "direction": "ltr",
                "population": 22187407,
                "web_url": "https://weblate.c1.npshopping.com/languages/ro/",
                "url": "https://weblate.c1.npshopping.com/api/languages/ro/?format=api",
                "statistics_url": "https://weblate.c1.npshopping.com/api/languages/ro/statistics/?format=api"
            },
            "component": {
                "name": "core",
                "slug": "core",
                "id": 6,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 148,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485035,
                    "web_url": "https://weblate.c1.npshopping.com/languages/en/",
                    "url": "https://weblate.c1.npshopping.com/api/languages/en/?format=api",
                    "statistics_url": "https://weblate.c1.npshopping.com/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Nova Global",
                    "slug": "nova-global",
                    "id": 1,
                    "web": "https://my.nova.global",
                    "web_url": "https://weblate.c1.npshopping.com/projects/nova-global/",
                    "url": "https://weblate.c1.npshopping.com/api/projects/nova-global/?format=api",
                    "components_list_url": "https://weblate.c1.npshopping.com/api/projects/nova-global/components/?format=api",
                    "repository_url": "https://weblate.c1.npshopping.com/api/projects/nova-global/repository/?format=api",
                    "statistics_url": "https://weblate.c1.npshopping.com/api/projects/nova-global/statistics/?format=api",
                    "changes_list_url": "https://weblate.c1.npshopping.com/api/projects/nova-global/changes/?format=api",
                    "languages_url": "https://weblate.c1.npshopping.com/api/projects/nova-global/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "git@github.com:NovaGlobalCompany/npg-translations.git",
                "git_export": "https://weblate.c1.npshopping.com/git/nova-global/core/",
                "branch": "main",
                "push_branch": "",
                "filemask": "locale/core/*.json",
                "template": "locale/core/en.json",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "i18nextv4",
                "license": "",
                "license_url": null,
                "agreement": "",
                "web_url": "https://weblate.c1.npshopping.com/projects/nova-global/core/",
                "url": "https://weblate.c1.npshopping.com/api/components/nova-global/core/?format=api",
                "repository_url": "https://weblate.c1.npshopping.com/api/components/nova-global/core/repository/?format=api",
                "translations_url": "https://weblate.c1.npshopping.com/api/components/nova-global/core/translations/?format=api",
                "statistics_url": "https://weblate.c1.npshopping.com/api/components/nova-global/core/statistics/?format=api",
                "lock_url": "https://weblate.c1.npshopping.com/api/components/nova-global/core/lock/?format=api",
                "links_url": "https://weblate.c1.npshopping.com/api/components/nova-global/core/links/?format=api",
                "changes_list_url": "https://weblate.c1.npshopping.com/api/components/nova-global/core/changes/?format=api",
                "task_url": null,
                "new_lang": "none",
                "language_code_style": "",
                "push": "git@github.com:NovaGlobalCompany/npg-translations.git",
                "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": [
                    "https://weblate.c1.npshopping.com/api/addons/1/?format=api"
                ],
                "is_glossary": true,
                "glossary_color": "silver"
            },
            "language_code": "ro",
            "id": 17,
            "filename": "locale/core/ro.json",
            "revision": "b39d388db2fe585effddbf039b9f35a3ad9fd648,1c0c0ace4fc0761898afd82deacde3399d20ab05",
            "web_url": "https://weblate.c1.npshopping.com/projects/nova-global/core/ro/",
            "share_url": "https://weblate.c1.npshopping.com/engage/nova-global/ro/",
            "translate_url": "https://weblate.c1.npshopping.com/translate/nova-global/core/ro/",
            "url": "https://weblate.c1.npshopping.com/api/translations/nova-global/core/ro/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 1306,
            "total_words": 10088,
            "translated": 1269,
            "translated_words": 9883,
            "translated_percent": 97.1,
            "fuzzy": 5,
            "fuzzy_words": 46,
            "fuzzy_percent": 0.3,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 27,
            "have_comment": 0,
            "last_change": "2025-07-02T13:28:25.299680Z",
            "last_author": "admin",
            "repository_url": "https://weblate.c1.npshopping.com/api/translations/nova-global/core/ro/repository/?format=api",
            "file_url": "https://weblate.c1.npshopping.com/api/translations/nova-global/core/ro/file/?format=api",
            "statistics_url": "https://weblate.c1.npshopping.com/api/translations/nova-global/core/ro/statistics/?format=api",
            "changes_list_url": "https://weblate.c1.npshopping.com/api/translations/nova-global/core/ro/changes/?format=api",
            "units_list_url": "https://weblate.c1.npshopping.com/api/translations/nova-global/core/ro/units/?format=api"
        },
        {
            "language": {
                "code": "ro",
                "name": "Romanian",
                "plural": {
                    "id": 481,
                    "source": 0,
                    "number": 3,
                    "formula": "n==1 ? 0 : (n==0 || (n%100 > 0 && n%100 < 20)) ? 1 : 2",
                    "type": 2
                },
                "aliases": [
                    "ron",
                    "rum"
                ],
                "direction": "ltr",
                "population": 22187407,
                "web_url": "https://weblate.c1.npshopping.com/languages/ro/",
                "url": "https://weblate.c1.npshopping.com/api/languages/ro/?format=api",
                "statistics_url": "https://weblate.c1.npshopping.com/api/languages/ro/statistics/?format=api"
            },
            "component": {
                "name": "auth",
                "slug": "auth",
                "id": 8,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 148,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485035,
                    "web_url": "https://weblate.c1.npshopping.com/languages/en/",
                    "url": "https://weblate.c1.npshopping.com/api/languages/en/?format=api",
                    "statistics_url": "https://weblate.c1.npshopping.com/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Nova Global",
                    "slug": "nova-global",
                    "id": 1,
                    "web": "https://my.nova.global",
                    "web_url": "https://weblate.c1.npshopping.com/projects/nova-global/",
                    "url": "https://weblate.c1.npshopping.com/api/projects/nova-global/?format=api",
                    "components_list_url": "https://weblate.c1.npshopping.com/api/projects/nova-global/components/?format=api",
                    "repository_url": "https://weblate.c1.npshopping.com/api/projects/nova-global/repository/?format=api",
                    "statistics_url": "https://weblate.c1.npshopping.com/api/projects/nova-global/statistics/?format=api",
                    "changes_list_url": "https://weblate.c1.npshopping.com/api/projects/nova-global/changes/?format=api",
                    "languages_url": "https://weblate.c1.npshopping.com/api/projects/nova-global/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "git@github.com:NovaGlobalCompany/npg-translations.git",
                "git_export": "https://weblate.c1.npshopping.com/git/nova-global/auth/",
                "branch": "main",
                "push_branch": "",
                "filemask": "locale/auth/*.json",
                "template": "locale/auth/en.json",
                "edit_template": true,
                "intermediate": "",
                "new_base": "index.json",
                "file_format": "i18nextv4",
                "license": "",
                "license_url": null,
                "agreement": "",
                "web_url": "https://weblate.c1.npshopping.com/projects/nova-global/auth/",
                "url": "https://weblate.c1.npshopping.com/api/components/nova-global/auth/?format=api",
                "repository_url": "https://weblate.c1.npshopping.com/api/components/nova-global/auth/repository/?format=api",
                "translations_url": "https://weblate.c1.npshopping.com/api/components/nova-global/auth/translations/?format=api",
                "statistics_url": "https://weblate.c1.npshopping.com/api/components/nova-global/auth/statistics/?format=api",
                "lock_url": "https://weblate.c1.npshopping.com/api/components/nova-global/auth/lock/?format=api",
                "links_url": "https://weblate.c1.npshopping.com/api/components/nova-global/auth/links/?format=api",
                "changes_list_url": "https://weblate.c1.npshopping.com/api/components/nova-global/auth/changes/?format=api",
                "task_url": null,
                "new_lang": "none",
                "language_code_style": "",
                "push": "git@github.com:NovaGlobalCompany/npg-translations.git",
                "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": true,
                "glossary_color": "silver"
            },
            "language_code": "ro",
            "id": 18,
            "filename": "locale/auth/ro.json",
            "revision": "b4e80d6234d1fb62789b07f19e1641c877a07b9c,391fac87ccfe625fdb07e91264f46e7f0d8d9c8e",
            "web_url": "https://weblate.c1.npshopping.com/projects/nova-global/auth/ro/",
            "share_url": "https://weblate.c1.npshopping.com/engage/nova-global/ro/",
            "translate_url": "https://weblate.c1.npshopping.com/translate/nova-global/auth/ro/",
            "url": "https://weblate.c1.npshopping.com/api/translations/nova-global/auth/ro/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 33,
            "total_words": 188,
            "translated": 33,
            "translated_words": 188,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2023-05-29T08:41:57.838232Z",
            "last_author": "Oleh Stepaniuk",
            "repository_url": "https://weblate.c1.npshopping.com/api/translations/nova-global/auth/ro/repository/?format=api",
            "file_url": "https://weblate.c1.npshopping.com/api/translations/nova-global/auth/ro/file/?format=api",
            "statistics_url": "https://weblate.c1.npshopping.com/api/translations/nova-global/auth/ro/statistics/?format=api",
            "changes_list_url": "https://weblate.c1.npshopping.com/api/translations/nova-global/auth/ro/changes/?format=api",
            "units_list_url": "https://weblate.c1.npshopping.com/api/translations/nova-global/auth/ro/units/?format=api"
        },
        {
            "language": {
                "code": "ro",
                "name": "Romanian",
                "plural": {
                    "id": 481,
                    "source": 0,
                    "number": 3,
                    "formula": "n==1 ? 0 : (n==0 || (n%100 > 0 && n%100 < 20)) ? 1 : 2",
                    "type": 2
                },
                "aliases": [
                    "ron",
                    "rum"
                ],
                "direction": "ltr",
                "population": 22187407,
                "web_url": "https://weblate.c1.npshopping.com/languages/ro/",
                "url": "https://weblate.c1.npshopping.com/api/languages/ro/?format=api",
                "statistics_url": "https://weblate.c1.npshopping.com/api/languages/ro/statistics/?format=api"
            },
            "component": {
                "name": "cabinet",
                "slug": "cabinet",
                "id": 7,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 148,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485035,
                    "web_url": "https://weblate.c1.npshopping.com/languages/en/",
                    "url": "https://weblate.c1.npshopping.com/api/languages/en/?format=api",
                    "statistics_url": "https://weblate.c1.npshopping.com/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Nova Global",
                    "slug": "nova-global",
                    "id": 1,
                    "web": "https://my.nova.global",
                    "web_url": "https://weblate.c1.npshopping.com/projects/nova-global/",
                    "url": "https://weblate.c1.npshopping.com/api/projects/nova-global/?format=api",
                    "components_list_url": "https://weblate.c1.npshopping.com/api/projects/nova-global/components/?format=api",
                    "repository_url": "https://weblate.c1.npshopping.com/api/projects/nova-global/repository/?format=api",
                    "statistics_url": "https://weblate.c1.npshopping.com/api/projects/nova-global/statistics/?format=api",
                    "changes_list_url": "https://weblate.c1.npshopping.com/api/projects/nova-global/changes/?format=api",
                    "languages_url": "https://weblate.c1.npshopping.com/api/projects/nova-global/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "git@github.com:NovaGlobalCompany/npg-translations.git",
                "git_export": "https://weblate.c1.npshopping.com/git/nova-global/cabinet/",
                "branch": "main",
                "push_branch": "",
                "filemask": "locale/cabinet/*.json",
                "template": "locale/cabinet/en.json",
                "edit_template": true,
                "intermediate": "",
                "new_base": "locale/cabinet/en.json",
                "file_format": "i18nextv4",
                "license": "",
                "license_url": null,
                "agreement": "",
                "web_url": "https://weblate.c1.npshopping.com/projects/nova-global/cabinet/",
                "url": "https://weblate.c1.npshopping.com/api/components/nova-global/cabinet/?format=api",
                "repository_url": "https://weblate.c1.npshopping.com/api/components/nova-global/cabinet/repository/?format=api",
                "translations_url": "https://weblate.c1.npshopping.com/api/components/nova-global/cabinet/translations/?format=api",
                "statistics_url": "https://weblate.c1.npshopping.com/api/components/nova-global/cabinet/statistics/?format=api",
                "lock_url": "https://weblate.c1.npshopping.com/api/components/nova-global/cabinet/lock/?format=api",
                "links_url": "https://weblate.c1.npshopping.com/api/components/nova-global/cabinet/links/?format=api",
                "changes_list_url": "https://weblate.c1.npshopping.com/api/components/nova-global/cabinet/changes/?format=api",
                "task_url": null,
                "new_lang": "none",
                "language_code_style": "",
                "push": "git@github.com:NovaGlobalCompany/npg-translations.git",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
                "addon_message": "Update translation files\n\nUpdated by \"{{ addon_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": true,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [
                    "https://weblate.c1.npshopping.com/api/addons/3/?format=api"
                ],
                "is_glossary": true,
                "glossary_color": "silver"
            },
            "language_code": "ro",
            "id": 19,
            "filename": "locale/cabinet/ro.json",
            "revision": "06a2774e3696264a8ac5526d693b38beb3838669,3cb2537848cb2e9df5241a1169f2ad4e2215ffff",
            "web_url": "https://weblate.c1.npshopping.com/projects/nova-global/cabinet/ro/",
            "share_url": "https://weblate.c1.npshopping.com/engage/nova-global/ro/",
            "translate_url": "https://weblate.c1.npshopping.com/translate/nova-global/cabinet/ro/",
            "url": "https://weblate.c1.npshopping.com/api/translations/nova-global/cabinet/ro/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 223,
            "total_words": 3625,
            "translated": 222,
            "translated_words": 3619,
            "translated_percent": 99.5,
            "fuzzy": 1,
            "fuzzy_words": 6,
            "fuzzy_percent": 0.4,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2025-07-31T13:18:52.598320Z",
            "last_author": "admin",
            "repository_url": "https://weblate.c1.npshopping.com/api/translations/nova-global/cabinet/ro/repository/?format=api",
            "file_url": "https://weblate.c1.npshopping.com/api/translations/nova-global/cabinet/ro/file/?format=api",
            "statistics_url": "https://weblate.c1.npshopping.com/api/translations/nova-global/cabinet/ro/statistics/?format=api",
            "changes_list_url": "https://weblate.c1.npshopping.com/api/translations/nova-global/cabinet/ro/changes/?format=api",
            "units_list_url": "https://weblate.c1.npshopping.com/api/translations/nova-global/cabinet/ro/units/?format=api"
        },
        {
            "language": {
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 148,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485035,
                "web_url": "https://weblate.c1.npshopping.com/languages/en/",
                "url": "https://weblate.c1.npshopping.com/api/languages/en/?format=api",
                "statistics_url": "https://weblate.c1.npshopping.com/api/languages/en/statistics/?format=api"
            },
            "component": {
                "name": "send-parcel",
                "slug": "send-parcel",
                "id": 9,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 148,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485035,
                    "web_url": "https://weblate.c1.npshopping.com/languages/en/",
                    "url": "https://weblate.c1.npshopping.com/api/languages/en/?format=api",
                    "statistics_url": "https://weblate.c1.npshopping.com/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Nova Global",
                    "slug": "nova-global",
                    "id": 1,
                    "web": "https://my.nova.global",
                    "web_url": "https://weblate.c1.npshopping.com/projects/nova-global/",
                    "url": "https://weblate.c1.npshopping.com/api/projects/nova-global/?format=api",
                    "components_list_url": "https://weblate.c1.npshopping.com/api/projects/nova-global/components/?format=api",
                    "repository_url": "https://weblate.c1.npshopping.com/api/projects/nova-global/repository/?format=api",
                    "statistics_url": "https://weblate.c1.npshopping.com/api/projects/nova-global/statistics/?format=api",
                    "changes_list_url": "https://weblate.c1.npshopping.com/api/projects/nova-global/changes/?format=api",
                    "languages_url": "https://weblate.c1.npshopping.com/api/projects/nova-global/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "git@github.com:NovaGlobalCompany/npg-translations.git",
                "git_export": "https://weblate.c1.npshopping.com/git/nova-global/send-parcel/",
                "branch": "main",
                "push_branch": "",
                "filemask": "locale/send-parcel/*.json",
                "template": "locale/send-parcel/en.json",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "i18nextv4",
                "license": "",
                "license_url": null,
                "agreement": "",
                "web_url": "https://weblate.c1.npshopping.com/projects/nova-global/send-parcel/",
                "url": "https://weblate.c1.npshopping.com/api/components/nova-global/send-parcel/?format=api",
                "repository_url": "https://weblate.c1.npshopping.com/api/components/nova-global/send-parcel/repository/?format=api",
                "translations_url": "https://weblate.c1.npshopping.com/api/components/nova-global/send-parcel/translations/?format=api",
                "statistics_url": "https://weblate.c1.npshopping.com/api/components/nova-global/send-parcel/statistics/?format=api",
                "lock_url": "https://weblate.c1.npshopping.com/api/components/nova-global/send-parcel/lock/?format=api",
                "links_url": "https://weblate.c1.npshopping.com/api/components/nova-global/send-parcel/links/?format=api",
                "changes_list_url": "https://weblate.c1.npshopping.com/api/components/nova-global/send-parcel/changes/?format=api",
                "task_url": null,
                "new_lang": "none",
                "language_code_style": "",
                "push": "git@github.com:NovaGlobalCompany/npg-translations.git",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
                "addon_message": "Update translation files\n\nUpdated by \"{{ addon_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": true,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": true,
                "glossary_color": "silver"
            },
            "language_code": "en",
            "id": 20,
            "filename": "locale/send-parcel/en.json",
            "revision": "cc2ff11044f8c74553c9bd925549ed30df9cbc8e,cc2ff11044f8c74553c9bd925549ed30df9cbc8e",
            "web_url": "https://weblate.c1.npshopping.com/projects/nova-global/send-parcel/en/",
            "share_url": "https://weblate.c1.npshopping.com/engage/nova-global/en/",
            "translate_url": "https://weblate.c1.npshopping.com/translate/nova-global/send-parcel/en/",
            "url": "https://weblate.c1.npshopping.com/api/translations/nova-global/send-parcel/en/?format=api",
            "is_template": true,
            "is_source": true,
            "total": 473,
            "total_words": 3468,
            "translated": 473,
            "translated_words": 3468,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-02-15T08:02:51.631382Z",
            "last_author": "Oleh Stepaniuk",
            "repository_url": "https://weblate.c1.npshopping.com/api/translations/nova-global/send-parcel/en/repository/?format=api",
            "file_url": "https://weblate.c1.npshopping.com/api/translations/nova-global/send-parcel/en/file/?format=api",
            "statistics_url": "https://weblate.c1.npshopping.com/api/translations/nova-global/send-parcel/en/statistics/?format=api",
            "changes_list_url": "https://weblate.c1.npshopping.com/api/translations/nova-global/send-parcel/en/changes/?format=api",
            "units_list_url": "https://weblate.c1.npshopping.com/api/translations/nova-global/send-parcel/en/units/?format=api"
        },
        {
            "language": {
                "code": "ro",
                "name": "Romanian",
                "plural": {
                    "id": 481,
                    "source": 0,
                    "number": 3,
                    "formula": "n==1 ? 0 : (n==0 || (n%100 > 0 && n%100 < 20)) ? 1 : 2",
                    "type": 2
                },
                "aliases": [
                    "ron",
                    "rum"
                ],
                "direction": "ltr",
                "population": 22187407,
                "web_url": "https://weblate.c1.npshopping.com/languages/ro/",
                "url": "https://weblate.c1.npshopping.com/api/languages/ro/?format=api",
                "statistics_url": "https://weblate.c1.npshopping.com/api/languages/ro/statistics/?format=api"
            },
            "component": {
                "name": "send-parcel",
                "slug": "send-parcel",
                "id": 9,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 148,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485035,
                    "web_url": "https://weblate.c1.npshopping.com/languages/en/",
                    "url": "https://weblate.c1.npshopping.com/api/languages/en/?format=api",
                    "statistics_url": "https://weblate.c1.npshopping.com/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Nova Global",
                    "slug": "nova-global",
                    "id": 1,
                    "web": "https://my.nova.global",
                    "web_url": "https://weblate.c1.npshopping.com/projects/nova-global/",
                    "url": "https://weblate.c1.npshopping.com/api/projects/nova-global/?format=api",
                    "components_list_url": "https://weblate.c1.npshopping.com/api/projects/nova-global/components/?format=api",
                    "repository_url": "https://weblate.c1.npshopping.com/api/projects/nova-global/repository/?format=api",
                    "statistics_url": "https://weblate.c1.npshopping.com/api/projects/nova-global/statistics/?format=api",
                    "changes_list_url": "https://weblate.c1.npshopping.com/api/projects/nova-global/changes/?format=api",
                    "languages_url": "https://weblate.c1.npshopping.com/api/projects/nova-global/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "git@github.com:NovaGlobalCompany/npg-translations.git",
                "git_export": "https://weblate.c1.npshopping.com/git/nova-global/send-parcel/",
                "branch": "main",
                "push_branch": "",
                "filemask": "locale/send-parcel/*.json",
                "template": "locale/send-parcel/en.json",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "i18nextv4",
                "license": "",
                "license_url": null,
                "agreement": "",
                "web_url": "https://weblate.c1.npshopping.com/projects/nova-global/send-parcel/",
                "url": "https://weblate.c1.npshopping.com/api/components/nova-global/send-parcel/?format=api",
                "repository_url": "https://weblate.c1.npshopping.com/api/components/nova-global/send-parcel/repository/?format=api",
                "translations_url": "https://weblate.c1.npshopping.com/api/components/nova-global/send-parcel/translations/?format=api",
                "statistics_url": "https://weblate.c1.npshopping.com/api/components/nova-global/send-parcel/statistics/?format=api",
                "lock_url": "https://weblate.c1.npshopping.com/api/components/nova-global/send-parcel/lock/?format=api",
                "links_url": "https://weblate.c1.npshopping.com/api/components/nova-global/send-parcel/links/?format=api",
                "changes_list_url": "https://weblate.c1.npshopping.com/api/components/nova-global/send-parcel/changes/?format=api",
                "task_url": null,
                "new_lang": "none",
                "language_code_style": "",
                "push": "git@github.com:NovaGlobalCompany/npg-translations.git",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
                "addon_message": "Update translation files\n\nUpdated by \"{{ addon_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": true,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": true,
                "glossary_color": "silver"
            },
            "language_code": "ro",
            "id": 21,
            "filename": "locale/send-parcel/ro.json",
            "revision": "b29f331bd37e356924eddfb90a03fa582c745f51,cc2ff11044f8c74553c9bd925549ed30df9cbc8e",
            "web_url": "https://weblate.c1.npshopping.com/projects/nova-global/send-parcel/ro/",
            "share_url": "https://weblate.c1.npshopping.com/engage/nova-global/ro/",
            "translate_url": "https://weblate.c1.npshopping.com/translate/nova-global/send-parcel/ro/",
            "url": "https://weblate.c1.npshopping.com/api/translations/nova-global/send-parcel/ro/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 473,
            "total_words": 3468,
            "translated": 472,
            "translated_words": 3453,
            "translated_percent": 99.7,
            "fuzzy": 1,
            "fuzzy_words": 15,
            "fuzzy_percent": 0.2,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 1,
            "have_comment": 0,
            "last_change": "2024-11-20T10:22:06.595724Z",
            "last_author": "Oleh Stepaniuk",
            "repository_url": "https://weblate.c1.npshopping.com/api/translations/nova-global/send-parcel/ro/repository/?format=api",
            "file_url": "https://weblate.c1.npshopping.com/api/translations/nova-global/send-parcel/ro/file/?format=api",
            "statistics_url": "https://weblate.c1.npshopping.com/api/translations/nova-global/send-parcel/ro/statistics/?format=api",
            "changes_list_url": "https://weblate.c1.npshopping.com/api/translations/nova-global/send-parcel/ro/changes/?format=api",
            "units_list_url": "https://weblate.c1.npshopping.com/api/translations/nova-global/send-parcel/ro/units/?format=api"
        },
        {
            "language": {
                "code": "uk",
                "name": "Ukrainian",
                "plural": {
                    "id": 599,
                    "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": 22
                },
                "aliases": [
                    "ua",
                    "ua_ua",
                    "uk_uk",
                    "ukr"
                ],
                "direction": "ltr",
                "population": 29348975,
                "web_url": "https://weblate.c1.npshopping.com/languages/uk/",
                "url": "https://weblate.c1.npshopping.com/api/languages/uk/?format=api",
                "statistics_url": "https://weblate.c1.npshopping.com/api/languages/uk/statistics/?format=api"
            },
            "component": {
                "name": "send-parcel",
                "slug": "send-parcel",
                "id": 9,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 148,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485035,
                    "web_url": "https://weblate.c1.npshopping.com/languages/en/",
                    "url": "https://weblate.c1.npshopping.com/api/languages/en/?format=api",
                    "statistics_url": "https://weblate.c1.npshopping.com/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Nova Global",
                    "slug": "nova-global",
                    "id": 1,
                    "web": "https://my.nova.global",
                    "web_url": "https://weblate.c1.npshopping.com/projects/nova-global/",
                    "url": "https://weblate.c1.npshopping.com/api/projects/nova-global/?format=api",
                    "components_list_url": "https://weblate.c1.npshopping.com/api/projects/nova-global/components/?format=api",
                    "repository_url": "https://weblate.c1.npshopping.com/api/projects/nova-global/repository/?format=api",
                    "statistics_url": "https://weblate.c1.npshopping.com/api/projects/nova-global/statistics/?format=api",
                    "changes_list_url": "https://weblate.c1.npshopping.com/api/projects/nova-global/changes/?format=api",
                    "languages_url": "https://weblate.c1.npshopping.com/api/projects/nova-global/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "git@github.com:NovaGlobalCompany/npg-translations.git",
                "git_export": "https://weblate.c1.npshopping.com/git/nova-global/send-parcel/",
                "branch": "main",
                "push_branch": "",
                "filemask": "locale/send-parcel/*.json",
                "template": "locale/send-parcel/en.json",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "i18nextv4",
                "license": "",
                "license_url": null,
                "agreement": "",
                "web_url": "https://weblate.c1.npshopping.com/projects/nova-global/send-parcel/",
                "url": "https://weblate.c1.npshopping.com/api/components/nova-global/send-parcel/?format=api",
                "repository_url": "https://weblate.c1.npshopping.com/api/components/nova-global/send-parcel/repository/?format=api",
                "translations_url": "https://weblate.c1.npshopping.com/api/components/nova-global/send-parcel/translations/?format=api",
                "statistics_url": "https://weblate.c1.npshopping.com/api/components/nova-global/send-parcel/statistics/?format=api",
                "lock_url": "https://weblate.c1.npshopping.com/api/components/nova-global/send-parcel/lock/?format=api",
                "links_url": "https://weblate.c1.npshopping.com/api/components/nova-global/send-parcel/links/?format=api",
                "changes_list_url": "https://weblate.c1.npshopping.com/api/components/nova-global/send-parcel/changes/?format=api",
                "task_url": null,
                "new_lang": "none",
                "language_code_style": "",
                "push": "git@github.com:NovaGlobalCompany/npg-translations.git",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
                "addon_message": "Update translation files\n\nUpdated by \"{{ addon_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": true,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": true,
                "glossary_color": "silver"
            },
            "language_code": "uk",
            "id": 23,
            "filename": "locale/send-parcel/uk.json",
            "revision": "a18a0588ea0c69d0eb421d8503d7245308be8888,cc2ff11044f8c74553c9bd925549ed30df9cbc8e",
            "web_url": "https://weblate.c1.npshopping.com/projects/nova-global/send-parcel/uk/",
            "share_url": "https://weblate.c1.npshopping.com/engage/nova-global/uk/",
            "translate_url": "https://weblate.c1.npshopping.com/translate/nova-global/send-parcel/uk/",
            "url": "https://weblate.c1.npshopping.com/api/translations/nova-global/send-parcel/uk/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 473,
            "total_words": 3468,
            "translated": 469,
            "translated_words": 3423,
            "translated_percent": 99.1,
            "fuzzy": 4,
            "fuzzy_words": 45,
            "fuzzy_percent": 0.8,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-03-14T15:11:32.905602Z",
            "last_author": "Oleh Stepaniuk",
            "repository_url": "https://weblate.c1.npshopping.com/api/translations/nova-global/send-parcel/uk/repository/?format=api",
            "file_url": "https://weblate.c1.npshopping.com/api/translations/nova-global/send-parcel/uk/file/?format=api",
            "statistics_url": "https://weblate.c1.npshopping.com/api/translations/nova-global/send-parcel/uk/statistics/?format=api",
            "changes_list_url": "https://weblate.c1.npshopping.com/api/translations/nova-global/send-parcel/uk/changes/?format=api",
            "units_list_url": "https://weblate.c1.npshopping.com/api/translations/nova-global/send-parcel/uk/units/?format=api"
        },
        {
            "language": {
                "code": "fr",
                "name": "French",
                "plural": {
                    "id": 200,
                    "source": 0,
                    "number": 2,
                    "formula": "n > 1",
                    "type": 1
                },
                "aliases": [
                    "fra",
                    "fre"
                ],
                "direction": "ltr",
                "population": 278611506,
                "web_url": "https://weblate.c1.npshopping.com/languages/fr/",
                "url": "https://weblate.c1.npshopping.com/api/languages/fr/?format=api",
                "statistics_url": "https://weblate.c1.npshopping.com/api/languages/fr/statistics/?format=api"
            },
            "component": {
                "name": "core",
                "slug": "core",
                "id": 6,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 148,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485035,
                    "web_url": "https://weblate.c1.npshopping.com/languages/en/",
                    "url": "https://weblate.c1.npshopping.com/api/languages/en/?format=api",
                    "statistics_url": "https://weblate.c1.npshopping.com/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Nova Global",
                    "slug": "nova-global",
                    "id": 1,
                    "web": "https://my.nova.global",
                    "web_url": "https://weblate.c1.npshopping.com/projects/nova-global/",
                    "url": "https://weblate.c1.npshopping.com/api/projects/nova-global/?format=api",
                    "components_list_url": "https://weblate.c1.npshopping.com/api/projects/nova-global/components/?format=api",
                    "repository_url": "https://weblate.c1.npshopping.com/api/projects/nova-global/repository/?format=api",
                    "statistics_url": "https://weblate.c1.npshopping.com/api/projects/nova-global/statistics/?format=api",
                    "changes_list_url": "https://weblate.c1.npshopping.com/api/projects/nova-global/changes/?format=api",
                    "languages_url": "https://weblate.c1.npshopping.com/api/projects/nova-global/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "git@github.com:NovaGlobalCompany/npg-translations.git",
                "git_export": "https://weblate.c1.npshopping.com/git/nova-global/core/",
                "branch": "main",
                "push_branch": "",
                "filemask": "locale/core/*.json",
                "template": "locale/core/en.json",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "i18nextv4",
                "license": "",
                "license_url": null,
                "agreement": "",
                "web_url": "https://weblate.c1.npshopping.com/projects/nova-global/core/",
                "url": "https://weblate.c1.npshopping.com/api/components/nova-global/core/?format=api",
                "repository_url": "https://weblate.c1.npshopping.com/api/components/nova-global/core/repository/?format=api",
                "translations_url": "https://weblate.c1.npshopping.com/api/components/nova-global/core/translations/?format=api",
                "statistics_url": "https://weblate.c1.npshopping.com/api/components/nova-global/core/statistics/?format=api",
                "lock_url": "https://weblate.c1.npshopping.com/api/components/nova-global/core/lock/?format=api",
                "links_url": "https://weblate.c1.npshopping.com/api/components/nova-global/core/links/?format=api",
                "changes_list_url": "https://weblate.c1.npshopping.com/api/components/nova-global/core/changes/?format=api",
                "task_url": null,
                "new_lang": "none",
                "language_code_style": "",
                "push": "git@github.com:NovaGlobalCompany/npg-translations.git",
                "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": [
                    "https://weblate.c1.npshopping.com/api/addons/1/?format=api"
                ],
                "is_glossary": true,
                "glossary_color": "silver"
            },
            "language_code": "fr",
            "id": 25,
            "filename": "locale/core/fr.json",
            "revision": "d8d8079ba33c6133c44cd83174f89c6d848799ad,1c0c0ace4fc0761898afd82deacde3399d20ab05",
            "web_url": "https://weblate.c1.npshopping.com/projects/nova-global/core/fr/",
            "share_url": "https://weblate.c1.npshopping.com/engage/nova-global/fr/",
            "translate_url": "https://weblate.c1.npshopping.com/translate/nova-global/core/fr/",
            "url": "https://weblate.c1.npshopping.com/api/translations/nova-global/core/fr/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 1306,
            "total_words": 10088,
            "translated": 1270,
            "translated_words": 9885,
            "translated_percent": 97.2,
            "fuzzy": 4,
            "fuzzy_words": 44,
            "fuzzy_percent": 0.3,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 21,
            "have_comment": 0,
            "last_change": "2025-07-02T13:26:08.555477Z",
            "last_author": "admin",
            "repository_url": "https://weblate.c1.npshopping.com/api/translations/nova-global/core/fr/repository/?format=api",
            "file_url": "https://weblate.c1.npshopping.com/api/translations/nova-global/core/fr/file/?format=api",
            "statistics_url": "https://weblate.c1.npshopping.com/api/translations/nova-global/core/fr/statistics/?format=api",
            "changes_list_url": "https://weblate.c1.npshopping.com/api/translations/nova-global/core/fr/changes/?format=api",
            "units_list_url": "https://weblate.c1.npshopping.com/api/translations/nova-global/core/fr/units/?format=api"
        },
        {
            "language": {
                "code": "fr",
                "name": "French",
                "plural": {
                    "id": 200,
                    "source": 0,
                    "number": 2,
                    "formula": "n > 1",
                    "type": 1
                },
                "aliases": [
                    "fra",
                    "fre"
                ],
                "direction": "ltr",
                "population": 278611506,
                "web_url": "https://weblate.c1.npshopping.com/languages/fr/",
                "url": "https://weblate.c1.npshopping.com/api/languages/fr/?format=api",
                "statistics_url": "https://weblate.c1.npshopping.com/api/languages/fr/statistics/?format=api"
            },
            "component": {
                "name": "send-parcel",
                "slug": "send-parcel",
                "id": 9,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 148,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485035,
                    "web_url": "https://weblate.c1.npshopping.com/languages/en/",
                    "url": "https://weblate.c1.npshopping.com/api/languages/en/?format=api",
                    "statistics_url": "https://weblate.c1.npshopping.com/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Nova Global",
                    "slug": "nova-global",
                    "id": 1,
                    "web": "https://my.nova.global",
                    "web_url": "https://weblate.c1.npshopping.com/projects/nova-global/",
                    "url": "https://weblate.c1.npshopping.com/api/projects/nova-global/?format=api",
                    "components_list_url": "https://weblate.c1.npshopping.com/api/projects/nova-global/components/?format=api",
                    "repository_url": "https://weblate.c1.npshopping.com/api/projects/nova-global/repository/?format=api",
                    "statistics_url": "https://weblate.c1.npshopping.com/api/projects/nova-global/statistics/?format=api",
                    "changes_list_url": "https://weblate.c1.npshopping.com/api/projects/nova-global/changes/?format=api",
                    "languages_url": "https://weblate.c1.npshopping.com/api/projects/nova-global/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "git@github.com:NovaGlobalCompany/npg-translations.git",
                "git_export": "https://weblate.c1.npshopping.com/git/nova-global/send-parcel/",
                "branch": "main",
                "push_branch": "",
                "filemask": "locale/send-parcel/*.json",
                "template": "locale/send-parcel/en.json",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "i18nextv4",
                "license": "",
                "license_url": null,
                "agreement": "",
                "web_url": "https://weblate.c1.npshopping.com/projects/nova-global/send-parcel/",
                "url": "https://weblate.c1.npshopping.com/api/components/nova-global/send-parcel/?format=api",
                "repository_url": "https://weblate.c1.npshopping.com/api/components/nova-global/send-parcel/repository/?format=api",
                "translations_url": "https://weblate.c1.npshopping.com/api/components/nova-global/send-parcel/translations/?format=api",
                "statistics_url": "https://weblate.c1.npshopping.com/api/components/nova-global/send-parcel/statistics/?format=api",
                "lock_url": "https://weblate.c1.npshopping.com/api/components/nova-global/send-parcel/lock/?format=api",
                "links_url": "https://weblate.c1.npshopping.com/api/components/nova-global/send-parcel/links/?format=api",
                "changes_list_url": "https://weblate.c1.npshopping.com/api/components/nova-global/send-parcel/changes/?format=api",
                "task_url": null,
                "new_lang": "none",
                "language_code_style": "",
                "push": "git@github.com:NovaGlobalCompany/npg-translations.git",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
                "addon_message": "Update translation files\n\nUpdated by \"{{ addon_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": true,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": true,
                "glossary_color": "silver"
            },
            "language_code": "fr",
            "id": 26,
            "filename": "locale/send-parcel/fr.json",
            "revision": "b4fcb86e7b05407122bfa66a9bf8e89822848ba0,cc2ff11044f8c74553c9bd925549ed30df9cbc8e",
            "web_url": "https://weblate.c1.npshopping.com/projects/nova-global/send-parcel/fr/",
            "share_url": "https://weblate.c1.npshopping.com/engage/nova-global/fr/",
            "translate_url": "https://weblate.c1.npshopping.com/translate/nova-global/send-parcel/fr/",
            "url": "https://weblate.c1.npshopping.com/api/translations/nova-global/send-parcel/fr/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 473,
            "total_words": 3468,
            "translated": 472,
            "translated_words": 3453,
            "translated_percent": 99.7,
            "fuzzy": 1,
            "fuzzy_words": 15,
            "fuzzy_percent": 0.2,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-11-20T10:19:40.259371Z",
            "last_author": "Oleh Stepaniuk",
            "repository_url": "https://weblate.c1.npshopping.com/api/translations/nova-global/send-parcel/fr/repository/?format=api",
            "file_url": "https://weblate.c1.npshopping.com/api/translations/nova-global/send-parcel/fr/file/?format=api",
            "statistics_url": "https://weblate.c1.npshopping.com/api/translations/nova-global/send-parcel/fr/statistics/?format=api",
            "changes_list_url": "https://weblate.c1.npshopping.com/api/translations/nova-global/send-parcel/fr/changes/?format=api",
            "units_list_url": "https://weblate.c1.npshopping.com/api/translations/nova-global/send-parcel/fr/units/?format=api"
        },
        {
            "language": {
                "code": "fr",
                "name": "French",
                "plural": {
                    "id": 200,
                    "source": 0,
                    "number": 2,
                    "formula": "n > 1",
                    "type": 1
                },
                "aliases": [
                    "fra",
                    "fre"
                ],
                "direction": "ltr",
                "population": 278611506,
                "web_url": "https://weblate.c1.npshopping.com/languages/fr/",
                "url": "https://weblate.c1.npshopping.com/api/languages/fr/?format=api",
                "statistics_url": "https://weblate.c1.npshopping.com/api/languages/fr/statistics/?format=api"
            },
            "component": {
                "name": "cabinet",
                "slug": "cabinet",
                "id": 7,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 148,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485035,
                    "web_url": "https://weblate.c1.npshopping.com/languages/en/",
                    "url": "https://weblate.c1.npshopping.com/api/languages/en/?format=api",
                    "statistics_url": "https://weblate.c1.npshopping.com/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Nova Global",
                    "slug": "nova-global",
                    "id": 1,
                    "web": "https://my.nova.global",
                    "web_url": "https://weblate.c1.npshopping.com/projects/nova-global/",
                    "url": "https://weblate.c1.npshopping.com/api/projects/nova-global/?format=api",
                    "components_list_url": "https://weblate.c1.npshopping.com/api/projects/nova-global/components/?format=api",
                    "repository_url": "https://weblate.c1.npshopping.com/api/projects/nova-global/repository/?format=api",
                    "statistics_url": "https://weblate.c1.npshopping.com/api/projects/nova-global/statistics/?format=api",
                    "changes_list_url": "https://weblate.c1.npshopping.com/api/projects/nova-global/changes/?format=api",
                    "languages_url": "https://weblate.c1.npshopping.com/api/projects/nova-global/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "git@github.com:NovaGlobalCompany/npg-translations.git",
                "git_export": "https://weblate.c1.npshopping.com/git/nova-global/cabinet/",
                "branch": "main",
                "push_branch": "",
                "filemask": "locale/cabinet/*.json",
                "template": "locale/cabinet/en.json",
                "edit_template": true,
                "intermediate": "",
                "new_base": "locale/cabinet/en.json",
                "file_format": "i18nextv4",
                "license": "",
                "license_url": null,
                "agreement": "",
                "web_url": "https://weblate.c1.npshopping.com/projects/nova-global/cabinet/",
                "url": "https://weblate.c1.npshopping.com/api/components/nova-global/cabinet/?format=api",
                "repository_url": "https://weblate.c1.npshopping.com/api/components/nova-global/cabinet/repository/?format=api",
                "translations_url": "https://weblate.c1.npshopping.com/api/components/nova-global/cabinet/translations/?format=api",
                "statistics_url": "https://weblate.c1.npshopping.com/api/components/nova-global/cabinet/statistics/?format=api",
                "lock_url": "https://weblate.c1.npshopping.com/api/components/nova-global/cabinet/lock/?format=api",
                "links_url": "https://weblate.c1.npshopping.com/api/components/nova-global/cabinet/links/?format=api",
                "changes_list_url": "https://weblate.c1.npshopping.com/api/components/nova-global/cabinet/changes/?format=api",
                "task_url": null,
                "new_lang": "none",
                "language_code_style": "",
                "push": "git@github.com:NovaGlobalCompany/npg-translations.git",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
                "addon_message": "Update translation files\n\nUpdated by \"{{ addon_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": true,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [
                    "https://weblate.c1.npshopping.com/api/addons/3/?format=api"
                ],
                "is_glossary": true,
                "glossary_color": "silver"
            },
            "language_code": "fr",
            "id": 27,
            "filename": "locale/cabinet/fr.json",
            "revision": "5e9d1f2ee6ab1bcc1613795cbb3832c1bfbbecbf,3cb2537848cb2e9df5241a1169f2ad4e2215ffff",
            "web_url": "https://weblate.c1.npshopping.com/projects/nova-global/cabinet/fr/",
            "share_url": "https://weblate.c1.npshopping.com/engage/nova-global/fr/",
            "translate_url": "https://weblate.c1.npshopping.com/translate/nova-global/cabinet/fr/",
            "url": "https://weblate.c1.npshopping.com/api/translations/nova-global/cabinet/fr/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 223,
            "total_words": 3625,
            "translated": 222,
            "translated_words": 3619,
            "translated_percent": 99.5,
            "fuzzy": 1,
            "fuzzy_words": 6,
            "fuzzy_percent": 0.4,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2025-07-31T13:17:09.652438Z",
            "last_author": "admin",
            "repository_url": "https://weblate.c1.npshopping.com/api/translations/nova-global/cabinet/fr/repository/?format=api",
            "file_url": "https://weblate.c1.npshopping.com/api/translations/nova-global/cabinet/fr/file/?format=api",
            "statistics_url": "https://weblate.c1.npshopping.com/api/translations/nova-global/cabinet/fr/statistics/?format=api",
            "changes_list_url": "https://weblate.c1.npshopping.com/api/translations/nova-global/cabinet/fr/changes/?format=api",
            "units_list_url": "https://weblate.c1.npshopping.com/api/translations/nova-global/cabinet/fr/units/?format=api"
        },
        {
            "language": {
                "code": "fr",
                "name": "French",
                "plural": {
                    "id": 200,
                    "source": 0,
                    "number": 2,
                    "formula": "n > 1",
                    "type": 1
                },
                "aliases": [
                    "fra",
                    "fre"
                ],
                "direction": "ltr",
                "population": 278611506,
                "web_url": "https://weblate.c1.npshopping.com/languages/fr/",
                "url": "https://weblate.c1.npshopping.com/api/languages/fr/?format=api",
                "statistics_url": "https://weblate.c1.npshopping.com/api/languages/fr/statistics/?format=api"
            },
            "component": {
                "name": "auth",
                "slug": "auth",
                "id": 8,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 148,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485035,
                    "web_url": "https://weblate.c1.npshopping.com/languages/en/",
                    "url": "https://weblate.c1.npshopping.com/api/languages/en/?format=api",
                    "statistics_url": "https://weblate.c1.npshopping.com/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Nova Global",
                    "slug": "nova-global",
                    "id": 1,
                    "web": "https://my.nova.global",
                    "web_url": "https://weblate.c1.npshopping.com/projects/nova-global/",
                    "url": "https://weblate.c1.npshopping.com/api/projects/nova-global/?format=api",
                    "components_list_url": "https://weblate.c1.npshopping.com/api/projects/nova-global/components/?format=api",
                    "repository_url": "https://weblate.c1.npshopping.com/api/projects/nova-global/repository/?format=api",
                    "statistics_url": "https://weblate.c1.npshopping.com/api/projects/nova-global/statistics/?format=api",
                    "changes_list_url": "https://weblate.c1.npshopping.com/api/projects/nova-global/changes/?format=api",
                    "languages_url": "https://weblate.c1.npshopping.com/api/projects/nova-global/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "git@github.com:NovaGlobalCompany/npg-translations.git",
                "git_export": "https://weblate.c1.npshopping.com/git/nova-global/auth/",
                "branch": "main",
                "push_branch": "",
                "filemask": "locale/auth/*.json",
                "template": "locale/auth/en.json",
                "edit_template": true,
                "intermediate": "",
                "new_base": "index.json",
                "file_format": "i18nextv4",
                "license": "",
                "license_url": null,
                "agreement": "",
                "web_url": "https://weblate.c1.npshopping.com/projects/nova-global/auth/",
                "url": "https://weblate.c1.npshopping.com/api/components/nova-global/auth/?format=api",
                "repository_url": "https://weblate.c1.npshopping.com/api/components/nova-global/auth/repository/?format=api",
                "translations_url": "https://weblate.c1.npshopping.com/api/components/nova-global/auth/translations/?format=api",
                "statistics_url": "https://weblate.c1.npshopping.com/api/components/nova-global/auth/statistics/?format=api",
                "lock_url": "https://weblate.c1.npshopping.com/api/components/nova-global/auth/lock/?format=api",
                "links_url": "https://weblate.c1.npshopping.com/api/components/nova-global/auth/links/?format=api",
                "changes_list_url": "https://weblate.c1.npshopping.com/api/components/nova-global/auth/changes/?format=api",
                "task_url": null,
                "new_lang": "none",
                "language_code_style": "",
                "push": "git@github.com:NovaGlobalCompany/npg-translations.git",
                "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": true,
                "glossary_color": "silver"
            },
            "language_code": "fr",
            "id": 28,
            "filename": "locale/auth/fr.json",
            "revision": "140f07c09428941a5141edaed28aeb93e1ee7e8b,391fac87ccfe625fdb07e91264f46e7f0d8d9c8e",
            "web_url": "https://weblate.c1.npshopping.com/projects/nova-global/auth/fr/",
            "share_url": "https://weblate.c1.npshopping.com/engage/nova-global/fr/",
            "translate_url": "https://weblate.c1.npshopping.com/translate/nova-global/auth/fr/",
            "url": "https://weblate.c1.npshopping.com/api/translations/nova-global/auth/fr/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 33,
            "total_words": 188,
            "translated": 33,
            "translated_words": 188,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2023-09-01T14:50:38.308741Z",
            "last_author": "Sergey Sirotkin",
            "repository_url": "https://weblate.c1.npshopping.com/api/translations/nova-global/auth/fr/repository/?format=api",
            "file_url": "https://weblate.c1.npshopping.com/api/translations/nova-global/auth/fr/file/?format=api",
            "statistics_url": "https://weblate.c1.npshopping.com/api/translations/nova-global/auth/fr/statistics/?format=api",
            "changes_list_url": "https://weblate.c1.npshopping.com/api/translations/nova-global/auth/fr/changes/?format=api",
            "units_list_url": "https://weblate.c1.npshopping.com/api/translations/nova-global/auth/fr/units/?format=api"
        },
        {
            "language": {
                "code": "pl",
                "name": "Polish",
                "plural": {
                    "id": 453,
                    "source": 0,
                    "number": 3,
                    "formula": "n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2",
                    "type": 22
                },
                "aliases": [
                    "plk",
                    "pol"
                ],
                "direction": "ltr",
                "population": 41077398,
                "web_url": "https://weblate.c1.npshopping.com/languages/pl/",
                "url": "https://weblate.c1.npshopping.com/api/languages/pl/?format=api",
                "statistics_url": "https://weblate.c1.npshopping.com/api/languages/pl/statistics/?format=api"
            },
            "component": {
                "name": "core",
                "slug": "core",
                "id": 6,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 148,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485035,
                    "web_url": "https://weblate.c1.npshopping.com/languages/en/",
                    "url": "https://weblate.c1.npshopping.com/api/languages/en/?format=api",
                    "statistics_url": "https://weblate.c1.npshopping.com/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Nova Global",
                    "slug": "nova-global",
                    "id": 1,
                    "web": "https://my.nova.global",
                    "web_url": "https://weblate.c1.npshopping.com/projects/nova-global/",
                    "url": "https://weblate.c1.npshopping.com/api/projects/nova-global/?format=api",
                    "components_list_url": "https://weblate.c1.npshopping.com/api/projects/nova-global/components/?format=api",
                    "repository_url": "https://weblate.c1.npshopping.com/api/projects/nova-global/repository/?format=api",
                    "statistics_url": "https://weblate.c1.npshopping.com/api/projects/nova-global/statistics/?format=api",
                    "changes_list_url": "https://weblate.c1.npshopping.com/api/projects/nova-global/changes/?format=api",
                    "languages_url": "https://weblate.c1.npshopping.com/api/projects/nova-global/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "git@github.com:NovaGlobalCompany/npg-translations.git",
                "git_export": "https://weblate.c1.npshopping.com/git/nova-global/core/",
                "branch": "main",
                "push_branch": "",
                "filemask": "locale/core/*.json",
                "template": "locale/core/en.json",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "i18nextv4",
                "license": "",
                "license_url": null,
                "agreement": "",
                "web_url": "https://weblate.c1.npshopping.com/projects/nova-global/core/",
                "url": "https://weblate.c1.npshopping.com/api/components/nova-global/core/?format=api",
                "repository_url": "https://weblate.c1.npshopping.com/api/components/nova-global/core/repository/?format=api",
                "translations_url": "https://weblate.c1.npshopping.com/api/components/nova-global/core/translations/?format=api",
                "statistics_url": "https://weblate.c1.npshopping.com/api/components/nova-global/core/statistics/?format=api",
                "lock_url": "https://weblate.c1.npshopping.com/api/components/nova-global/core/lock/?format=api",
                "links_url": "https://weblate.c1.npshopping.com/api/components/nova-global/core/links/?format=api",
                "changes_list_url": "https://weblate.c1.npshopping.com/api/components/nova-global/core/changes/?format=api",
                "task_url": null,
                "new_lang": "none",
                "language_code_style": "",
                "push": "git@github.com:NovaGlobalCompany/npg-translations.git",
                "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": [
                    "https://weblate.c1.npshopping.com/api/addons/1/?format=api"
                ],
                "is_glossary": true,
                "glossary_color": "silver"
            },
            "language_code": "pl",
            "id": 29,
            "filename": "locale/core/pl.json",
            "revision": "4863298968702ae83361709023e1e3b2677f8ff6,1c0c0ace4fc0761898afd82deacde3399d20ab05",
            "web_url": "https://weblate.c1.npshopping.com/projects/nova-global/core/pl/",
            "share_url": "https://weblate.c1.npshopping.com/engage/nova-global/pl/",
            "translate_url": "https://weblate.c1.npshopping.com/translate/nova-global/core/pl/",
            "url": "https://weblate.c1.npshopping.com/api/translations/nova-global/core/pl/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 1306,
            "total_words": 10088,
            "translated": 1269,
            "translated_words": 9876,
            "translated_percent": 97.1,
            "fuzzy": 5,
            "fuzzy_words": 53,
            "fuzzy_percent": 0.3,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 24,
            "have_comment": 0,
            "last_change": "2025-07-02T13:28:07.147057Z",
            "last_author": "admin",
            "repository_url": "https://weblate.c1.npshopping.com/api/translations/nova-global/core/pl/repository/?format=api",
            "file_url": "https://weblate.c1.npshopping.com/api/translations/nova-global/core/pl/file/?format=api",
            "statistics_url": "https://weblate.c1.npshopping.com/api/translations/nova-global/core/pl/statistics/?format=api",
            "changes_list_url": "https://weblate.c1.npshopping.com/api/translations/nova-global/core/pl/changes/?format=api",
            "units_list_url": "https://weblate.c1.npshopping.com/api/translations/nova-global/core/pl/units/?format=api"
        },
        {
            "language": {
                "code": "pl",
                "name": "Polish",
                "plural": {
                    "id": 453,
                    "source": 0,
                    "number": 3,
                    "formula": "n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2",
                    "type": 22
                },
                "aliases": [
                    "plk",
                    "pol"
                ],
                "direction": "ltr",
                "population": 41077398,
                "web_url": "https://weblate.c1.npshopping.com/languages/pl/",
                "url": "https://weblate.c1.npshopping.com/api/languages/pl/?format=api",
                "statistics_url": "https://weblate.c1.npshopping.com/api/languages/pl/statistics/?format=api"
            },
            "component": {
                "name": "send-parcel",
                "slug": "send-parcel",
                "id": 9,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 148,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485035,
                    "web_url": "https://weblate.c1.npshopping.com/languages/en/",
                    "url": "https://weblate.c1.npshopping.com/api/languages/en/?format=api",
                    "statistics_url": "https://weblate.c1.npshopping.com/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Nova Global",
                    "slug": "nova-global",
                    "id": 1,
                    "web": "https://my.nova.global",
                    "web_url": "https://weblate.c1.npshopping.com/projects/nova-global/",
                    "url": "https://weblate.c1.npshopping.com/api/projects/nova-global/?format=api",
                    "components_list_url": "https://weblate.c1.npshopping.com/api/projects/nova-global/components/?format=api",
                    "repository_url": "https://weblate.c1.npshopping.com/api/projects/nova-global/repository/?format=api",
                    "statistics_url": "https://weblate.c1.npshopping.com/api/projects/nova-global/statistics/?format=api",
                    "changes_list_url": "https://weblate.c1.npshopping.com/api/projects/nova-global/changes/?format=api",
                    "languages_url": "https://weblate.c1.npshopping.com/api/projects/nova-global/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "git@github.com:NovaGlobalCompany/npg-translations.git",
                "git_export": "https://weblate.c1.npshopping.com/git/nova-global/send-parcel/",
                "branch": "main",
                "push_branch": "",
                "filemask": "locale/send-parcel/*.json",
                "template": "locale/send-parcel/en.json",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "i18nextv4",
                "license": "",
                "license_url": null,
                "agreement": "",
                "web_url": "https://weblate.c1.npshopping.com/projects/nova-global/send-parcel/",
                "url": "https://weblate.c1.npshopping.com/api/components/nova-global/send-parcel/?format=api",
                "repository_url": "https://weblate.c1.npshopping.com/api/components/nova-global/send-parcel/repository/?format=api",
                "translations_url": "https://weblate.c1.npshopping.com/api/components/nova-global/send-parcel/translations/?format=api",
                "statistics_url": "https://weblate.c1.npshopping.com/api/components/nova-global/send-parcel/statistics/?format=api",
                "lock_url": "https://weblate.c1.npshopping.com/api/components/nova-global/send-parcel/lock/?format=api",
                "links_url": "https://weblate.c1.npshopping.com/api/components/nova-global/send-parcel/links/?format=api",
                "changes_list_url": "https://weblate.c1.npshopping.com/api/components/nova-global/send-parcel/changes/?format=api",
                "task_url": null,
                "new_lang": "none",
                "language_code_style": "",
                "push": "git@github.com:NovaGlobalCompany/npg-translations.git",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
                "addon_message": "Update translation files\n\nUpdated by \"{{ addon_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": true,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": true,
                "glossary_color": "silver"
            },
            "language_code": "pl",
            "id": 30,
            "filename": "locale/send-parcel/pl.json",
            "revision": "a8d04d7ea03d58158c00fed27d9d2d1e75acfda1,cc2ff11044f8c74553c9bd925549ed30df9cbc8e",
            "web_url": "https://weblate.c1.npshopping.com/projects/nova-global/send-parcel/pl/",
            "share_url": "https://weblate.c1.npshopping.com/engage/nova-global/pl/",
            "translate_url": "https://weblate.c1.npshopping.com/translate/nova-global/send-parcel/pl/",
            "url": "https://weblate.c1.npshopping.com/api/translations/nova-global/send-parcel/pl/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 473,
            "total_words": 3468,
            "translated": 472,
            "translated_words": 3453,
            "translated_percent": 99.7,
            "fuzzy": 1,
            "fuzzy_words": 15,
            "fuzzy_percent": 0.2,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-11-20T10:21:49.941316Z",
            "last_author": "Oleh Stepaniuk",
            "repository_url": "https://weblate.c1.npshopping.com/api/translations/nova-global/send-parcel/pl/repository/?format=api",
            "file_url": "https://weblate.c1.npshopping.com/api/translations/nova-global/send-parcel/pl/file/?format=api",
            "statistics_url": "https://weblate.c1.npshopping.com/api/translations/nova-global/send-parcel/pl/statistics/?format=api",
            "changes_list_url": "https://weblate.c1.npshopping.com/api/translations/nova-global/send-parcel/pl/changes/?format=api",
            "units_list_url": "https://weblate.c1.npshopping.com/api/translations/nova-global/send-parcel/pl/units/?format=api"
        },
        {
            "language": {
                "code": "pl",
                "name": "Polish",
                "plural": {
                    "id": 453,
                    "source": 0,
                    "number": 3,
                    "formula": "n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2",
                    "type": 22
                },
                "aliases": [
                    "plk",
                    "pol"
                ],
                "direction": "ltr",
                "population": 41077398,
                "web_url": "https://weblate.c1.npshopping.com/languages/pl/",
                "url": "https://weblate.c1.npshopping.com/api/languages/pl/?format=api",
                "statistics_url": "https://weblate.c1.npshopping.com/api/languages/pl/statistics/?format=api"
            },
            "component": {
                "name": "auth",
                "slug": "auth",
                "id": 8,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 148,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485035,
                    "web_url": "https://weblate.c1.npshopping.com/languages/en/",
                    "url": "https://weblate.c1.npshopping.com/api/languages/en/?format=api",
                    "statistics_url": "https://weblate.c1.npshopping.com/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Nova Global",
                    "slug": "nova-global",
                    "id": 1,
                    "web": "https://my.nova.global",
                    "web_url": "https://weblate.c1.npshopping.com/projects/nova-global/",
                    "url": "https://weblate.c1.npshopping.com/api/projects/nova-global/?format=api",
                    "components_list_url": "https://weblate.c1.npshopping.com/api/projects/nova-global/components/?format=api",
                    "repository_url": "https://weblate.c1.npshopping.com/api/projects/nova-global/repository/?format=api",
                    "statistics_url": "https://weblate.c1.npshopping.com/api/projects/nova-global/statistics/?format=api",
                    "changes_list_url": "https://weblate.c1.npshopping.com/api/projects/nova-global/changes/?format=api",
                    "languages_url": "https://weblate.c1.npshopping.com/api/projects/nova-global/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "git@github.com:NovaGlobalCompany/npg-translations.git",
                "git_export": "https://weblate.c1.npshopping.com/git/nova-global/auth/",
                "branch": "main",
                "push_branch": "",
                "filemask": "locale/auth/*.json",
                "template": "locale/auth/en.json",
                "edit_template": true,
                "intermediate": "",
                "new_base": "index.json",
                "file_format": "i18nextv4",
                "license": "",
                "license_url": null,
                "agreement": "",
                "web_url": "https://weblate.c1.npshopping.com/projects/nova-global/auth/",
                "url": "https://weblate.c1.npshopping.com/api/components/nova-global/auth/?format=api",
                "repository_url": "https://weblate.c1.npshopping.com/api/components/nova-global/auth/repository/?format=api",
                "translations_url": "https://weblate.c1.npshopping.com/api/components/nova-global/auth/translations/?format=api",
                "statistics_url": "https://weblate.c1.npshopping.com/api/components/nova-global/auth/statistics/?format=api",
                "lock_url": "https://weblate.c1.npshopping.com/api/components/nova-global/auth/lock/?format=api",
                "links_url": "https://weblate.c1.npshopping.com/api/components/nova-global/auth/links/?format=api",
                "changes_list_url": "https://weblate.c1.npshopping.com/api/components/nova-global/auth/changes/?format=api",
                "task_url": null,
                "new_lang": "none",
                "language_code_style": "",
                "push": "git@github.com:NovaGlobalCompany/npg-translations.git",
                "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": true,
                "glossary_color": "silver"
            },
            "language_code": "pl",
            "id": 31,
            "filename": "locale/auth/pl.json",
            "revision": "ce21ed6f8782952c51767ac738043098062dc8b2,391fac87ccfe625fdb07e91264f46e7f0d8d9c8e",
            "web_url": "https://weblate.c1.npshopping.com/projects/nova-global/auth/pl/",
            "share_url": "https://weblate.c1.npshopping.com/engage/nova-global/pl/",
            "translate_url": "https://weblate.c1.npshopping.com/translate/nova-global/auth/pl/",
            "url": "https://weblate.c1.npshopping.com/api/translations/nova-global/auth/pl/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 33,
            "total_words": 188,
            "translated": 33,
            "translated_words": 188,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2023-06-13T11:05:23.796655Z",
            "last_author": "admin",
            "repository_url": "https://weblate.c1.npshopping.com/api/translations/nova-global/auth/pl/repository/?format=api",
            "file_url": "https://weblate.c1.npshopping.com/api/translations/nova-global/auth/pl/file/?format=api",
            "statistics_url": "https://weblate.c1.npshopping.com/api/translations/nova-global/auth/pl/statistics/?format=api",
            "changes_list_url": "https://weblate.c1.npshopping.com/api/translations/nova-global/auth/pl/changes/?format=api",
            "units_list_url": "https://weblate.c1.npshopping.com/api/translations/nova-global/auth/pl/units/?format=api"
        },
        {
            "language": {
                "code": "pl",
                "name": "Polish",
                "plural": {
                    "id": 453,
                    "source": 0,
                    "number": 3,
                    "formula": "n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2",
                    "type": 22
                },
                "aliases": [
                    "plk",
                    "pol"
                ],
                "direction": "ltr",
                "population": 41077398,
                "web_url": "https://weblate.c1.npshopping.com/languages/pl/",
                "url": "https://weblate.c1.npshopping.com/api/languages/pl/?format=api",
                "statistics_url": "https://weblate.c1.npshopping.com/api/languages/pl/statistics/?format=api"
            },
            "component": {
                "name": "cabinet",
                "slug": "cabinet",
                "id": 7,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 148,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485035,
                    "web_url": "https://weblate.c1.npshopping.com/languages/en/",
                    "url": "https://weblate.c1.npshopping.com/api/languages/en/?format=api",
                    "statistics_url": "https://weblate.c1.npshopping.com/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Nova Global",
                    "slug": "nova-global",
                    "id": 1,
                    "web": "https://my.nova.global",
                    "web_url": "https://weblate.c1.npshopping.com/projects/nova-global/",
                    "url": "https://weblate.c1.npshopping.com/api/projects/nova-global/?format=api",
                    "components_list_url": "https://weblate.c1.npshopping.com/api/projects/nova-global/components/?format=api",
                    "repository_url": "https://weblate.c1.npshopping.com/api/projects/nova-global/repository/?format=api",
                    "statistics_url": "https://weblate.c1.npshopping.com/api/projects/nova-global/statistics/?format=api",
                    "changes_list_url": "https://weblate.c1.npshopping.com/api/projects/nova-global/changes/?format=api",
                    "languages_url": "https://weblate.c1.npshopping.com/api/projects/nova-global/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "git@github.com:NovaGlobalCompany/npg-translations.git",
                "git_export": "https://weblate.c1.npshopping.com/git/nova-global/cabinet/",
                "branch": "main",
                "push_branch": "",
                "filemask": "locale/cabinet/*.json",
                "template": "locale/cabinet/en.json",
                "edit_template": true,
                "intermediate": "",
                "new_base": "locale/cabinet/en.json",
                "file_format": "i18nextv4",
                "license": "",
                "license_url": null,
                "agreement": "",
                "web_url": "https://weblate.c1.npshopping.com/projects/nova-global/cabinet/",
                "url": "https://weblate.c1.npshopping.com/api/components/nova-global/cabinet/?format=api",
                "repository_url": "https://weblate.c1.npshopping.com/api/components/nova-global/cabinet/repository/?format=api",
                "translations_url": "https://weblate.c1.npshopping.com/api/components/nova-global/cabinet/translations/?format=api",
                "statistics_url": "https://weblate.c1.npshopping.com/api/components/nova-global/cabinet/statistics/?format=api",
                "lock_url": "https://weblate.c1.npshopping.com/api/components/nova-global/cabinet/lock/?format=api",
                "links_url": "https://weblate.c1.npshopping.com/api/components/nova-global/cabinet/links/?format=api",
                "changes_list_url": "https://weblate.c1.npshopping.com/api/components/nova-global/cabinet/changes/?format=api",
                "task_url": null,
                "new_lang": "none",
                "language_code_style": "",
                "push": "git@github.com:NovaGlobalCompany/npg-translations.git",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
                "addon_message": "Update translation files\n\nUpdated by \"{{ addon_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": true,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [
                    "https://weblate.c1.npshopping.com/api/addons/3/?format=api"
                ],
                "is_glossary": true,
                "glossary_color": "silver"
            },
            "language_code": "pl",
            "id": 32,
            "filename": "locale/cabinet/pl.json",
            "revision": "905773585cf2044f03a12f47e08493e3a02a65e1,3cb2537848cb2e9df5241a1169f2ad4e2215ffff",
            "web_url": "https://weblate.c1.npshopping.com/projects/nova-global/cabinet/pl/",
            "share_url": "https://weblate.c1.npshopping.com/engage/nova-global/pl/",
            "translate_url": "https://weblate.c1.npshopping.com/translate/nova-global/cabinet/pl/",
            "url": "https://weblate.c1.npshopping.com/api/translations/nova-global/cabinet/pl/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 223,
            "total_words": 3625,
            "translated": 222,
            "translated_words": 3619,
            "translated_percent": 99.5,
            "fuzzy": 1,
            "fuzzy_words": 6,
            "fuzzy_percent": 0.4,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2025-07-31T13:18:43.827176Z",
            "last_author": "admin",
            "repository_url": "https://weblate.c1.npshopping.com/api/translations/nova-global/cabinet/pl/repository/?format=api",
            "file_url": "https://weblate.c1.npshopping.com/api/translations/nova-global/cabinet/pl/file/?format=api",
            "statistics_url": "https://weblate.c1.npshopping.com/api/translations/nova-global/cabinet/pl/statistics/?format=api",
            "changes_list_url": "https://weblate.c1.npshopping.com/api/translations/nova-global/cabinet/pl/changes/?format=api",
            "units_list_url": "https://weblate.c1.npshopping.com/api/translations/nova-global/cabinet/pl/units/?format=api"
        },
        {
            "language": {
                "code": "lt",
                "name": "Lithuanian",
                "plural": {
                    "id": 349,
                    "source": 0,
                    "number": 3,
                    "formula": "(n % 10 == 1 && (n % 100 < 11 || n % 100 > 19)) ? 0 : ((n % 10 >= 2 && n % 10 <= 9 && (n % 100 < 11 || n % 100 > 19)) ? 1 : 2)",
                    "type": 22
                },
                "aliases": [
                    "lit"
                ],
                "direction": "ltr",
                "population": 2488617,
                "web_url": "https://weblate.c1.npshopping.com/languages/lt/",
                "url": "https://weblate.c1.npshopping.com/api/languages/lt/?format=api",
                "statistics_url": "https://weblate.c1.npshopping.com/api/languages/lt/statistics/?format=api"
            },
            "component": {
                "name": "core",
                "slug": "core",
                "id": 6,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 148,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485035,
                    "web_url": "https://weblate.c1.npshopping.com/languages/en/",
                    "url": "https://weblate.c1.npshopping.com/api/languages/en/?format=api",
                    "statistics_url": "https://weblate.c1.npshopping.com/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Nova Global",
                    "slug": "nova-global",
                    "id": 1,
                    "web": "https://my.nova.global",
                    "web_url": "https://weblate.c1.npshopping.com/projects/nova-global/",
                    "url": "https://weblate.c1.npshopping.com/api/projects/nova-global/?format=api",
                    "components_list_url": "https://weblate.c1.npshopping.com/api/projects/nova-global/components/?format=api",
                    "repository_url": "https://weblate.c1.npshopping.com/api/projects/nova-global/repository/?format=api",
                    "statistics_url": "https://weblate.c1.npshopping.com/api/projects/nova-global/statistics/?format=api",
                    "changes_list_url": "https://weblate.c1.npshopping.com/api/projects/nova-global/changes/?format=api",
                    "languages_url": "https://weblate.c1.npshopping.com/api/projects/nova-global/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "git@github.com:NovaGlobalCompany/npg-translations.git",
                "git_export": "https://weblate.c1.npshopping.com/git/nova-global/core/",
                "branch": "main",
                "push_branch": "",
                "filemask": "locale/core/*.json",
                "template": "locale/core/en.json",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "i18nextv4",
                "license": "",
                "license_url": null,
                "agreement": "",
                "web_url": "https://weblate.c1.npshopping.com/projects/nova-global/core/",
                "url": "https://weblate.c1.npshopping.com/api/components/nova-global/core/?format=api",
                "repository_url": "https://weblate.c1.npshopping.com/api/components/nova-global/core/repository/?format=api",
                "translations_url": "https://weblate.c1.npshopping.com/api/components/nova-global/core/translations/?format=api",
                "statistics_url": "https://weblate.c1.npshopping.com/api/components/nova-global/core/statistics/?format=api",
                "lock_url": "https://weblate.c1.npshopping.com/api/components/nova-global/core/lock/?format=api",
                "links_url": "https://weblate.c1.npshopping.com/api/components/nova-global/core/links/?format=api",
                "changes_list_url": "https://weblate.c1.npshopping.com/api/components/nova-global/core/changes/?format=api",
                "task_url": null,
                "new_lang": "none",
                "language_code_style": "",
                "push": "git@github.com:NovaGlobalCompany/npg-translations.git",
                "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": [
                    "https://weblate.c1.npshopping.com/api/addons/1/?format=api"
                ],
                "is_glossary": true,
                "glossary_color": "silver"
            },
            "language_code": "lt",
            "id": 33,
            "filename": "locale/core/lt.json",
            "revision": "6ed9b5063153bb322c5be73938d1d76197f9746e,1c0c0ace4fc0761898afd82deacde3399d20ab05",
            "web_url": "https://weblate.c1.npshopping.com/projects/nova-global/core/lt/",
            "share_url": "https://weblate.c1.npshopping.com/engage/nova-global/lt/",
            "translate_url": "https://weblate.c1.npshopping.com/translate/nova-global/core/lt/",
            "url": "https://weblate.c1.npshopping.com/api/translations/nova-global/core/lt/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 1306,
            "total_words": 10088,
            "translated": 1270,
            "translated_words": 9885,
            "translated_percent": 97.2,
            "fuzzy": 4,
            "fuzzy_words": 44,
            "fuzzy_percent": 0.3,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 23,
            "have_comment": 0,
            "last_change": "2025-07-02T13:27:51.208709Z",
            "last_author": "admin",
            "repository_url": "https://weblate.c1.npshopping.com/api/translations/nova-global/core/lt/repository/?format=api",
            "file_url": "https://weblate.c1.npshopping.com/api/translations/nova-global/core/lt/file/?format=api",
            "statistics_url": "https://weblate.c1.npshopping.com/api/translations/nova-global/core/lt/statistics/?format=api",
            "changes_list_url": "https://weblate.c1.npshopping.com/api/translations/nova-global/core/lt/changes/?format=api",
            "units_list_url": "https://weblate.c1.npshopping.com/api/translations/nova-global/core/lt/units/?format=api"
        },
        {
            "language": {
                "code": "lt",
                "name": "Lithuanian",
                "plural": {
                    "id": 349,
                    "source": 0,
                    "number": 3,
                    "formula": "(n % 10 == 1 && (n % 100 < 11 || n % 100 > 19)) ? 0 : ((n % 10 >= 2 && n % 10 <= 9 && (n % 100 < 11 || n % 100 > 19)) ? 1 : 2)",
                    "type": 22
                },
                "aliases": [
                    "lit"
                ],
                "direction": "ltr",
                "population": 2488617,
                "web_url": "https://weblate.c1.npshopping.com/languages/lt/",
                "url": "https://weblate.c1.npshopping.com/api/languages/lt/?format=api",
                "statistics_url": "https://weblate.c1.npshopping.com/api/languages/lt/statistics/?format=api"
            },
            "component": {
                "name": "auth",
                "slug": "auth",
                "id": 8,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 148,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485035,
                    "web_url": "https://weblate.c1.npshopping.com/languages/en/",
                    "url": "https://weblate.c1.npshopping.com/api/languages/en/?format=api",
                    "statistics_url": "https://weblate.c1.npshopping.com/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Nova Global",
                    "slug": "nova-global",
                    "id": 1,
                    "web": "https://my.nova.global",
                    "web_url": "https://weblate.c1.npshopping.com/projects/nova-global/",
                    "url": "https://weblate.c1.npshopping.com/api/projects/nova-global/?format=api",
                    "components_list_url": "https://weblate.c1.npshopping.com/api/projects/nova-global/components/?format=api",
                    "repository_url": "https://weblate.c1.npshopping.com/api/projects/nova-global/repository/?format=api",
                    "statistics_url": "https://weblate.c1.npshopping.com/api/projects/nova-global/statistics/?format=api",
                    "changes_list_url": "https://weblate.c1.npshopping.com/api/projects/nova-global/changes/?format=api",
                    "languages_url": "https://weblate.c1.npshopping.com/api/projects/nova-global/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "git@github.com:NovaGlobalCompany/npg-translations.git",
                "git_export": "https://weblate.c1.npshopping.com/git/nova-global/auth/",
                "branch": "main",
                "push_branch": "",
                "filemask": "locale/auth/*.json",
                "template": "locale/auth/en.json",
                "edit_template": true,
                "intermediate": "",
                "new_base": "index.json",
                "file_format": "i18nextv4",
                "license": "",
                "license_url": null,
                "agreement": "",
                "web_url": "https://weblate.c1.npshopping.com/projects/nova-global/auth/",
                "url": "https://weblate.c1.npshopping.com/api/components/nova-global/auth/?format=api",
                "repository_url": "https://weblate.c1.npshopping.com/api/components/nova-global/auth/repository/?format=api",
                "translations_url": "https://weblate.c1.npshopping.com/api/components/nova-global/auth/translations/?format=api",
                "statistics_url": "https://weblate.c1.npshopping.com/api/components/nova-global/auth/statistics/?format=api",
                "lock_url": "https://weblate.c1.npshopping.com/api/components/nova-global/auth/lock/?format=api",
                "links_url": "https://weblate.c1.npshopping.com/api/components/nova-global/auth/links/?format=api",
                "changes_list_url": "https://weblate.c1.npshopping.com/api/components/nova-global/auth/changes/?format=api",
                "task_url": null,
                "new_lang": "none",
                "language_code_style": "",
                "push": "git@github.com:NovaGlobalCompany/npg-translations.git",
                "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": true,
                "glossary_color": "silver"
            },
            "language_code": "lt",
            "id": 34,
            "filename": "locale/auth/lt.json",
            "revision": "64362ba3c64fa119da4b31c2c87152b5ff67b536,391fac87ccfe625fdb07e91264f46e7f0d8d9c8e",
            "web_url": "https://weblate.c1.npshopping.com/projects/nova-global/auth/lt/",
            "share_url": "https://weblate.c1.npshopping.com/engage/nova-global/lt/",
            "translate_url": "https://weblate.c1.npshopping.com/translate/nova-global/auth/lt/",
            "url": "https://weblate.c1.npshopping.com/api/translations/nova-global/auth/lt/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 33,
            "total_words": 188,
            "translated": 33,
            "translated_words": 188,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2023-06-13T11:09:58.784005Z",
            "last_author": "admin",
            "repository_url": "https://weblate.c1.npshopping.com/api/translations/nova-global/auth/lt/repository/?format=api",
            "file_url": "https://weblate.c1.npshopping.com/api/translations/nova-global/auth/lt/file/?format=api",
            "statistics_url": "https://weblate.c1.npshopping.com/api/translations/nova-global/auth/lt/statistics/?format=api",
            "changes_list_url": "https://weblate.c1.npshopping.com/api/translations/nova-global/auth/lt/changes/?format=api",
            "units_list_url": "https://weblate.c1.npshopping.com/api/translations/nova-global/auth/lt/units/?format=api"
        },
        {
            "language": {
                "code": "lt",
                "name": "Lithuanian",
                "plural": {
                    "id": 349,
                    "source": 0,
                    "number": 3,
                    "formula": "(n % 10 == 1 && (n % 100 < 11 || n % 100 > 19)) ? 0 : ((n % 10 >= 2 && n % 10 <= 9 && (n % 100 < 11 || n % 100 > 19)) ? 1 : 2)",
                    "type": 22
                },
                "aliases": [
                    "lit"
                ],
                "direction": "ltr",
                "population": 2488617,
                "web_url": "https://weblate.c1.npshopping.com/languages/lt/",
                "url": "https://weblate.c1.npshopping.com/api/languages/lt/?format=api",
                "statistics_url": "https://weblate.c1.npshopping.com/api/languages/lt/statistics/?format=api"
            },
            "component": {
                "name": "cabinet",
                "slug": "cabinet",
                "id": 7,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 148,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485035,
                    "web_url": "https://weblate.c1.npshopping.com/languages/en/",
                    "url": "https://weblate.c1.npshopping.com/api/languages/en/?format=api",
                    "statistics_url": "https://weblate.c1.npshopping.com/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Nova Global",
                    "slug": "nova-global",
                    "id": 1,
                    "web": "https://my.nova.global",
                    "web_url": "https://weblate.c1.npshopping.com/projects/nova-global/",
                    "url": "https://weblate.c1.npshopping.com/api/projects/nova-global/?format=api",
                    "components_list_url": "https://weblate.c1.npshopping.com/api/projects/nova-global/components/?format=api",
                    "repository_url": "https://weblate.c1.npshopping.com/api/projects/nova-global/repository/?format=api",
                    "statistics_url": "https://weblate.c1.npshopping.com/api/projects/nova-global/statistics/?format=api",
                    "changes_list_url": "https://weblate.c1.npshopping.com/api/projects/nova-global/changes/?format=api",
                    "languages_url": "https://weblate.c1.npshopping.com/api/projects/nova-global/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "git@github.com:NovaGlobalCompany/npg-translations.git",
                "git_export": "https://weblate.c1.npshopping.com/git/nova-global/cabinet/",
                "branch": "main",
                "push_branch": "",
                "filemask": "locale/cabinet/*.json",
                "template": "locale/cabinet/en.json",
                "edit_template": true,
                "intermediate": "",
                "new_base": "locale/cabinet/en.json",
                "file_format": "i18nextv4",
                "license": "",
                "license_url": null,
                "agreement": "",
                "web_url": "https://weblate.c1.npshopping.com/projects/nova-global/cabinet/",
                "url": "https://weblate.c1.npshopping.com/api/components/nova-global/cabinet/?format=api",
                "repository_url": "https://weblate.c1.npshopping.com/api/components/nova-global/cabinet/repository/?format=api",
                "translations_url": "https://weblate.c1.npshopping.com/api/components/nova-global/cabinet/translations/?format=api",
                "statistics_url": "https://weblate.c1.npshopping.com/api/components/nova-global/cabinet/statistics/?format=api",
                "lock_url": "https://weblate.c1.npshopping.com/api/components/nova-global/cabinet/lock/?format=api",
                "links_url": "https://weblate.c1.npshopping.com/api/components/nova-global/cabinet/links/?format=api",
                "changes_list_url": "https://weblate.c1.npshopping.com/api/components/nova-global/cabinet/changes/?format=api",
                "task_url": null,
                "new_lang": "none",
                "language_code_style": "",
                "push": "git@github.com:NovaGlobalCompany/npg-translations.git",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
                "addon_message": "Update translation files\n\nUpdated by \"{{ addon_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": true,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [
                    "https://weblate.c1.npshopping.com/api/addons/3/?format=api"
                ],
                "is_glossary": true,
                "glossary_color": "silver"
            },
            "language_code": "lt",
            "id": 35,
            "filename": "locale/cabinet/lt.json",
            "revision": "f2ca5ea8f4a65d39c8ac335b2e3f654d7c16cad9,3cb2537848cb2e9df5241a1169f2ad4e2215ffff",
            "web_url": "https://weblate.c1.npshopping.com/projects/nova-global/cabinet/lt/",
            "share_url": "https://weblate.c1.npshopping.com/engage/nova-global/lt/",
            "translate_url": "https://weblate.c1.npshopping.com/translate/nova-global/cabinet/lt/",
            "url": "https://weblate.c1.npshopping.com/api/translations/nova-global/cabinet/lt/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 223,
            "total_words": 3625,
            "translated": 222,
            "translated_words": 3619,
            "translated_percent": 99.5,
            "fuzzy": 1,
            "fuzzy_words": 6,
            "fuzzy_percent": 0.4,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2025-07-31T13:18:31.879584Z",
            "last_author": "admin",
            "repository_url": "https://weblate.c1.npshopping.com/api/translations/nova-global/cabinet/lt/repository/?format=api",
            "file_url": "https://weblate.c1.npshopping.com/api/translations/nova-global/cabinet/lt/file/?format=api",
            "statistics_url": "https://weblate.c1.npshopping.com/api/translations/nova-global/cabinet/lt/statistics/?format=api",
            "changes_list_url": "https://weblate.c1.npshopping.com/api/translations/nova-global/cabinet/lt/changes/?format=api",
            "units_list_url": "https://weblate.c1.npshopping.com/api/translations/nova-global/cabinet/lt/units/?format=api"
        },
        {
            "language": {
                "code": "lt",
                "name": "Lithuanian",
                "plural": {
                    "id": 349,
                    "source": 0,
                    "number": 3,
                    "formula": "(n % 10 == 1 && (n % 100 < 11 || n % 100 > 19)) ? 0 : ((n % 10 >= 2 && n % 10 <= 9 && (n % 100 < 11 || n % 100 > 19)) ? 1 : 2)",
                    "type": 22
                },
                "aliases": [
                    "lit"
                ],
                "direction": "ltr",
                "population": 2488617,
                "web_url": "https://weblate.c1.npshopping.com/languages/lt/",
                "url": "https://weblate.c1.npshopping.com/api/languages/lt/?format=api",
                "statistics_url": "https://weblate.c1.npshopping.com/api/languages/lt/statistics/?format=api"
            },
            "component": {
                "name": "send-parcel",
                "slug": "send-parcel",
                "id": 9,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 148,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485035,
                    "web_url": "https://weblate.c1.npshopping.com/languages/en/",
                    "url": "https://weblate.c1.npshopping.com/api/languages/en/?format=api",
                    "statistics_url": "https://weblate.c1.npshopping.com/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Nova Global",
                    "slug": "nova-global",
                    "id": 1,
                    "web": "https://my.nova.global",
                    "web_url": "https://weblate.c1.npshopping.com/projects/nova-global/",
                    "url": "https://weblate.c1.npshopping.com/api/projects/nova-global/?format=api",
                    "components_list_url": "https://weblate.c1.npshopping.com/api/projects/nova-global/components/?format=api",
                    "repository_url": "https://weblate.c1.npshopping.com/api/projects/nova-global/repository/?format=api",
                    "statistics_url": "https://weblate.c1.npshopping.com/api/projects/nova-global/statistics/?format=api",
                    "changes_list_url": "https://weblate.c1.npshopping.com/api/projects/nova-global/changes/?format=api",
                    "languages_url": "https://weblate.c1.npshopping.com/api/projects/nova-global/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "git@github.com:NovaGlobalCompany/npg-translations.git",
                "git_export": "https://weblate.c1.npshopping.com/git/nova-global/send-parcel/",
                "branch": "main",
                "push_branch": "",
                "filemask": "locale/send-parcel/*.json",
                "template": "locale/send-parcel/en.json",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "i18nextv4",
                "license": "",
                "license_url": null,
                "agreement": "",
                "web_url": "https://weblate.c1.npshopping.com/projects/nova-global/send-parcel/",
                "url": "https://weblate.c1.npshopping.com/api/components/nova-global/send-parcel/?format=api",
                "repository_url": "https://weblate.c1.npshopping.com/api/components/nova-global/send-parcel/repository/?format=api",
                "translations_url": "https://weblate.c1.npshopping.com/api/components/nova-global/send-parcel/translations/?format=api",
                "statistics_url": "https://weblate.c1.npshopping.com/api/components/nova-global/send-parcel/statistics/?format=api",
                "lock_url": "https://weblate.c1.npshopping.com/api/components/nova-global/send-parcel/lock/?format=api",
                "links_url": "https://weblate.c1.npshopping.com/api/components/nova-global/send-parcel/links/?format=api",
                "changes_list_url": "https://weblate.c1.npshopping.com/api/components/nova-global/send-parcel/changes/?format=api",
                "task_url": null,
                "new_lang": "none",
                "language_code_style": "",
                "push": "git@github.com:NovaGlobalCompany/npg-translations.git",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
                "addon_message": "Update translation files\n\nUpdated by \"{{ addon_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": true,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": true,
                "glossary_color": "silver"
            },
            "language_code": "lt",
            "id": 36,
            "filename": "locale/send-parcel/lt.json",
            "revision": "41220126a1ccf490c9ec009823a68243816384e0,cc2ff11044f8c74553c9bd925549ed30df9cbc8e",
            "web_url": "https://weblate.c1.npshopping.com/projects/nova-global/send-parcel/lt/",
            "share_url": "https://weblate.c1.npshopping.com/engage/nova-global/lt/",
            "translate_url": "https://weblate.c1.npshopping.com/translate/nova-global/send-parcel/lt/",
            "url": "https://weblate.c1.npshopping.com/api/translations/nova-global/send-parcel/lt/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 473,
            "total_words": 3468,
            "translated": 472,
            "translated_words": 3453,
            "translated_percent": 99.7,
            "fuzzy": 1,
            "fuzzy_words": 15,
            "fuzzy_percent": 0.2,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-11-20T10:21:45.262967Z",
            "last_author": "Oleh Stepaniuk",
            "repository_url": "https://weblate.c1.npshopping.com/api/translations/nova-global/send-parcel/lt/repository/?format=api",
            "file_url": "https://weblate.c1.npshopping.com/api/translations/nova-global/send-parcel/lt/file/?format=api",
            "statistics_url": "https://weblate.c1.npshopping.com/api/translations/nova-global/send-parcel/lt/statistics/?format=api",
            "changes_list_url": "https://weblate.c1.npshopping.com/api/translations/nova-global/send-parcel/lt/changes/?format=api",
            "units_list_url": "https://weblate.c1.npshopping.com/api/translations/nova-global/send-parcel/lt/units/?format=api"
        },
        {
            "language": {
                "code": "de",
                "name": "German",
                "plural": {
                    "id": 122,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "deu",
                    "ger"
                ],
                "direction": "ltr",
                "population": 136350226,
                "web_url": "https://weblate.c1.npshopping.com/languages/de/",
                "url": "https://weblate.c1.npshopping.com/api/languages/de/?format=api",
                "statistics_url": "https://weblate.c1.npshopping.com/api/languages/de/statistics/?format=api"
            },
            "component": {
                "name": "core",
                "slug": "core",
                "id": 6,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 148,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485035,
                    "web_url": "https://weblate.c1.npshopping.com/languages/en/",
                    "url": "https://weblate.c1.npshopping.com/api/languages/en/?format=api",
                    "statistics_url": "https://weblate.c1.npshopping.com/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Nova Global",
                    "slug": "nova-global",
                    "id": 1,
                    "web": "https://my.nova.global",
                    "web_url": "https://weblate.c1.npshopping.com/projects/nova-global/",
                    "url": "https://weblate.c1.npshopping.com/api/projects/nova-global/?format=api",
                    "components_list_url": "https://weblate.c1.npshopping.com/api/projects/nova-global/components/?format=api",
                    "repository_url": "https://weblate.c1.npshopping.com/api/projects/nova-global/repository/?format=api",
                    "statistics_url": "https://weblate.c1.npshopping.com/api/projects/nova-global/statistics/?format=api",
                    "changes_list_url": "https://weblate.c1.npshopping.com/api/projects/nova-global/changes/?format=api",
                    "languages_url": "https://weblate.c1.npshopping.com/api/projects/nova-global/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "git@github.com:NovaGlobalCompany/npg-translations.git",
                "git_export": "https://weblate.c1.npshopping.com/git/nova-global/core/",
                "branch": "main",
                "push_branch": "",
                "filemask": "locale/core/*.json",
                "template": "locale/core/en.json",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "i18nextv4",
                "license": "",
                "license_url": null,
                "agreement": "",
                "web_url": "https://weblate.c1.npshopping.com/projects/nova-global/core/",
                "url": "https://weblate.c1.npshopping.com/api/components/nova-global/core/?format=api",
                "repository_url": "https://weblate.c1.npshopping.com/api/components/nova-global/core/repository/?format=api",
                "translations_url": "https://weblate.c1.npshopping.com/api/components/nova-global/core/translations/?format=api",
                "statistics_url": "https://weblate.c1.npshopping.com/api/components/nova-global/core/statistics/?format=api",
                "lock_url": "https://weblate.c1.npshopping.com/api/components/nova-global/core/lock/?format=api",
                "links_url": "https://weblate.c1.npshopping.com/api/components/nova-global/core/links/?format=api",
                "changes_list_url": "https://weblate.c1.npshopping.com/api/components/nova-global/core/changes/?format=api",
                "task_url": null,
                "new_lang": "none",
                "language_code_style": "",
                "push": "git@github.com:NovaGlobalCompany/npg-translations.git",
                "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": [
                    "https://weblate.c1.npshopping.com/api/addons/1/?format=api"
                ],
                "is_glossary": true,
                "glossary_color": "silver"
            },
            "language_code": "de",
            "id": 37,
            "filename": "locale/core/de.json",
            "revision": "42eda6d125a806e3fd09b20c43156c64dcd015a7,1c0c0ace4fc0761898afd82deacde3399d20ab05",
            "web_url": "https://weblate.c1.npshopping.com/projects/nova-global/core/de/",
            "share_url": "https://weblate.c1.npshopping.com/engage/nova-global/de/",
            "translate_url": "https://weblate.c1.npshopping.com/translate/nova-global/core/de/",
            "url": "https://weblate.c1.npshopping.com/api/translations/nova-global/core/de/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 1306,
            "total_words": 10088,
            "translated": 1270,
            "translated_words": 9885,
            "translated_percent": 97.2,
            "fuzzy": 4,
            "fuzzy_words": 44,
            "fuzzy_percent": 0.3,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 22,
            "have_comment": 0,
            "last_change": "2025-07-02T13:26:17.401519Z",
            "last_author": "admin",
            "repository_url": "https://weblate.c1.npshopping.com/api/translations/nova-global/core/de/repository/?format=api",
            "file_url": "https://weblate.c1.npshopping.com/api/translations/nova-global/core/de/file/?format=api",
            "statistics_url": "https://weblate.c1.npshopping.com/api/translations/nova-global/core/de/statistics/?format=api",
            "changes_list_url": "https://weblate.c1.npshopping.com/api/translations/nova-global/core/de/changes/?format=api",
            "units_list_url": "https://weblate.c1.npshopping.com/api/translations/nova-global/core/de/units/?format=api"
        },
        {
            "language": {
                "code": "de",
                "name": "German",
                "plural": {
                    "id": 122,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "deu",
                    "ger"
                ],
                "direction": "ltr",
                "population": 136350226,
                "web_url": "https://weblate.c1.npshopping.com/languages/de/",
                "url": "https://weblate.c1.npshopping.com/api/languages/de/?format=api",
                "statistics_url": "https://weblate.c1.npshopping.com/api/languages/de/statistics/?format=api"
            },
            "component": {
                "name": "cabinet",
                "slug": "cabinet",
                "id": 7,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 148,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485035,
                    "web_url": "https://weblate.c1.npshopping.com/languages/en/",
                    "url": "https://weblate.c1.npshopping.com/api/languages/en/?format=api",
                    "statistics_url": "https://weblate.c1.npshopping.com/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Nova Global",
                    "slug": "nova-global",
                    "id": 1,
                    "web": "https://my.nova.global",
                    "web_url": "https://weblate.c1.npshopping.com/projects/nova-global/",
                    "url": "https://weblate.c1.npshopping.com/api/projects/nova-global/?format=api",
                    "components_list_url": "https://weblate.c1.npshopping.com/api/projects/nova-global/components/?format=api",
                    "repository_url": "https://weblate.c1.npshopping.com/api/projects/nova-global/repository/?format=api",
                    "statistics_url": "https://weblate.c1.npshopping.com/api/projects/nova-global/statistics/?format=api",
                    "changes_list_url": "https://weblate.c1.npshopping.com/api/projects/nova-global/changes/?format=api",
                    "languages_url": "https://weblate.c1.npshopping.com/api/projects/nova-global/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "git@github.com:NovaGlobalCompany/npg-translations.git",
                "git_export": "https://weblate.c1.npshopping.com/git/nova-global/cabinet/",
                "branch": "main",
                "push_branch": "",
                "filemask": "locale/cabinet/*.json",
                "template": "locale/cabinet/en.json",
                "edit_template": true,
                "intermediate": "",
                "new_base": "locale/cabinet/en.json",
                "file_format": "i18nextv4",
                "license": "",
                "license_url": null,
                "agreement": "",
                "web_url": "https://weblate.c1.npshopping.com/projects/nova-global/cabinet/",
                "url": "https://weblate.c1.npshopping.com/api/components/nova-global/cabinet/?format=api",
                "repository_url": "https://weblate.c1.npshopping.com/api/components/nova-global/cabinet/repository/?format=api",
                "translations_url": "https://weblate.c1.npshopping.com/api/components/nova-global/cabinet/translations/?format=api",
                "statistics_url": "https://weblate.c1.npshopping.com/api/components/nova-global/cabinet/statistics/?format=api",
                "lock_url": "https://weblate.c1.npshopping.com/api/components/nova-global/cabinet/lock/?format=api",
                "links_url": "https://weblate.c1.npshopping.com/api/components/nova-global/cabinet/links/?format=api",
                "changes_list_url": "https://weblate.c1.npshopping.com/api/components/nova-global/cabinet/changes/?format=api",
                "task_url": null,
                "new_lang": "none",
                "language_code_style": "",
                "push": "git@github.com:NovaGlobalCompany/npg-translations.git",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
                "addon_message": "Update translation files\n\nUpdated by \"{{ addon_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": true,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [
                    "https://weblate.c1.npshopping.com/api/addons/3/?format=api"
                ],
                "is_glossary": true,
                "glossary_color": "silver"
            },
            "language_code": "de",
            "id": 38,
            "filename": "locale/cabinet/de.json",
            "revision": "d143a442c070e9d3df0c93f5748438f19c806c42,3cb2537848cb2e9df5241a1169f2ad4e2215ffff",
            "web_url": "https://weblate.c1.npshopping.com/projects/nova-global/cabinet/de/",
            "share_url": "https://weblate.c1.npshopping.com/engage/nova-global/de/",
            "translate_url": "https://weblate.c1.npshopping.com/translate/nova-global/cabinet/de/",
            "url": "https://weblate.c1.npshopping.com/api/translations/nova-global/cabinet/de/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 223,
            "total_words": 3625,
            "translated": 222,
            "translated_words": 3619,
            "translated_percent": 99.5,
            "fuzzy": 1,
            "fuzzy_words": 6,
            "fuzzy_percent": 0.4,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2025-07-31T13:17:19.819840Z",
            "last_author": "admin",
            "repository_url": "https://weblate.c1.npshopping.com/api/translations/nova-global/cabinet/de/repository/?format=api",
            "file_url": "https://weblate.c1.npshopping.com/api/translations/nova-global/cabinet/de/file/?format=api",
            "statistics_url": "https://weblate.c1.npshopping.com/api/translations/nova-global/cabinet/de/statistics/?format=api",
            "changes_list_url": "https://weblate.c1.npshopping.com/api/translations/nova-global/cabinet/de/changes/?format=api",
            "units_list_url": "https://weblate.c1.npshopping.com/api/translations/nova-global/cabinet/de/units/?format=api"
        },
        {
            "language": {
                "code": "de",
                "name": "German",
                "plural": {
                    "id": 122,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "deu",
                    "ger"
                ],
                "direction": "ltr",
                "population": 136350226,
                "web_url": "https://weblate.c1.npshopping.com/languages/de/",
                "url": "https://weblate.c1.npshopping.com/api/languages/de/?format=api",
                "statistics_url": "https://weblate.c1.npshopping.com/api/languages/de/statistics/?format=api"
            },
            "component": {
                "name": "send-parcel",
                "slug": "send-parcel",
                "id": 9,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 148,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485035,
                    "web_url": "https://weblate.c1.npshopping.com/languages/en/",
                    "url": "https://weblate.c1.npshopping.com/api/languages/en/?format=api",
                    "statistics_url": "https://weblate.c1.npshopping.com/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Nova Global",
                    "slug": "nova-global",
                    "id": 1,
                    "web": "https://my.nova.global",
                    "web_url": "https://weblate.c1.npshopping.com/projects/nova-global/",
                    "url": "https://weblate.c1.npshopping.com/api/projects/nova-global/?format=api",
                    "components_list_url": "https://weblate.c1.npshopping.com/api/projects/nova-global/components/?format=api",
                    "repository_url": "https://weblate.c1.npshopping.com/api/projects/nova-global/repository/?format=api",
                    "statistics_url": "https://weblate.c1.npshopping.com/api/projects/nova-global/statistics/?format=api",
                    "changes_list_url": "https://weblate.c1.npshopping.com/api/projects/nova-global/changes/?format=api",
                    "languages_url": "https://weblate.c1.npshopping.com/api/projects/nova-global/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "git@github.com:NovaGlobalCompany/npg-translations.git",
                "git_export": "https://weblate.c1.npshopping.com/git/nova-global/send-parcel/",
                "branch": "main",
                "push_branch": "",
                "filemask": "locale/send-parcel/*.json",
                "template": "locale/send-parcel/en.json",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "i18nextv4",
                "license": "",
                "license_url": null,
                "agreement": "",
                "web_url": "https://weblate.c1.npshopping.com/projects/nova-global/send-parcel/",
                "url": "https://weblate.c1.npshopping.com/api/components/nova-global/send-parcel/?format=api",
                "repository_url": "https://weblate.c1.npshopping.com/api/components/nova-global/send-parcel/repository/?format=api",
                "translations_url": "https://weblate.c1.npshopping.com/api/components/nova-global/send-parcel/translations/?format=api",
                "statistics_url": "https://weblate.c1.npshopping.com/api/components/nova-global/send-parcel/statistics/?format=api",
                "lock_url": "https://weblate.c1.npshopping.com/api/components/nova-global/send-parcel/lock/?format=api",
                "links_url": "https://weblate.c1.npshopping.com/api/components/nova-global/send-parcel/links/?format=api",
                "changes_list_url": "https://weblate.c1.npshopping.com/api/components/nova-global/send-parcel/changes/?format=api",
                "task_url": null,
                "new_lang": "none",
                "language_code_style": "",
                "push": "git@github.com:NovaGlobalCompany/npg-translations.git",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
                "addon_message": "Update translation files\n\nUpdated by \"{{ addon_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": true,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": true,
                "glossary_color": "silver"
            },
            "language_code": "de",
            "id": 39,
            "filename": "locale/send-parcel/de.json",
            "revision": "81a9c88551022ad2d484373550107b75247f194f,cc2ff11044f8c74553c9bd925549ed30df9cbc8e",
            "web_url": "https://weblate.c1.npshopping.com/projects/nova-global/send-parcel/de/",
            "share_url": "https://weblate.c1.npshopping.com/engage/nova-global/de/",
            "translate_url": "https://weblate.c1.npshopping.com/translate/nova-global/send-parcel/de/",
            "url": "https://weblate.c1.npshopping.com/api/translations/nova-global/send-parcel/de/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 473,
            "total_words": 3468,
            "translated": 471,
            "translated_words": 3447,
            "translated_percent": 99.5,
            "fuzzy": 2,
            "fuzzy_words": 21,
            "fuzzy_percent": 0.4,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-11-20T10:19:46.416961Z",
            "last_author": "Oleh Stepaniuk",
            "repository_url": "https://weblate.c1.npshopping.com/api/translations/nova-global/send-parcel/de/repository/?format=api",
            "file_url": "https://weblate.c1.npshopping.com/api/translations/nova-global/send-parcel/de/file/?format=api",
            "statistics_url": "https://weblate.c1.npshopping.com/api/translations/nova-global/send-parcel/de/statistics/?format=api",
            "changes_list_url": "https://weblate.c1.npshopping.com/api/translations/nova-global/send-parcel/de/changes/?format=api",
            "units_list_url": "https://weblate.c1.npshopping.com/api/translations/nova-global/send-parcel/de/units/?format=api"
        },
        {
            "language": {
                "code": "de",
                "name": "German",
                "plural": {
                    "id": 122,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "deu",
                    "ger"
                ],
                "direction": "ltr",
                "population": 136350226,
                "web_url": "https://weblate.c1.npshopping.com/languages/de/",
                "url": "https://weblate.c1.npshopping.com/api/languages/de/?format=api",
                "statistics_url": "https://weblate.c1.npshopping.com/api/languages/de/statistics/?format=api"
            },
            "component": {
                "name": "auth",
                "slug": "auth",
                "id": 8,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 148,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485035,
                    "web_url": "https://weblate.c1.npshopping.com/languages/en/",
                    "url": "https://weblate.c1.npshopping.com/api/languages/en/?format=api",
                    "statistics_url": "https://weblate.c1.npshopping.com/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Nova Global",
                    "slug": "nova-global",
                    "id": 1,
                    "web": "https://my.nova.global",
                    "web_url": "https://weblate.c1.npshopping.com/projects/nova-global/",
                    "url": "https://weblate.c1.npshopping.com/api/projects/nova-global/?format=api",
                    "components_list_url": "https://weblate.c1.npshopping.com/api/projects/nova-global/components/?format=api",
                    "repository_url": "https://weblate.c1.npshopping.com/api/projects/nova-global/repository/?format=api",
                    "statistics_url": "https://weblate.c1.npshopping.com/api/projects/nova-global/statistics/?format=api",
                    "changes_list_url": "https://weblate.c1.npshopping.com/api/projects/nova-global/changes/?format=api",
                    "languages_url": "https://weblate.c1.npshopping.com/api/projects/nova-global/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "git@github.com:NovaGlobalCompany/npg-translations.git",
                "git_export": "https://weblate.c1.npshopping.com/git/nova-global/auth/",
                "branch": "main",
                "push_branch": "",
                "filemask": "locale/auth/*.json",
                "template": "locale/auth/en.json",
                "edit_template": true,
                "intermediate": "",
                "new_base": "index.json",
                "file_format": "i18nextv4",
                "license": "",
                "license_url": null,
                "agreement": "",
                "web_url": "https://weblate.c1.npshopping.com/projects/nova-global/auth/",
                "url": "https://weblate.c1.npshopping.com/api/components/nova-global/auth/?format=api",
                "repository_url": "https://weblate.c1.npshopping.com/api/components/nova-global/auth/repository/?format=api",
                "translations_url": "https://weblate.c1.npshopping.com/api/components/nova-global/auth/translations/?format=api",
                "statistics_url": "https://weblate.c1.npshopping.com/api/components/nova-global/auth/statistics/?format=api",
                "lock_url": "https://weblate.c1.npshopping.com/api/components/nova-global/auth/lock/?format=api",
                "links_url": "https://weblate.c1.npshopping.com/api/components/nova-global/auth/links/?format=api",
                "changes_list_url": "https://weblate.c1.npshopping.com/api/components/nova-global/auth/changes/?format=api",
                "task_url": null,
                "new_lang": "none",
                "language_code_style": "",
                "push": "git@github.com:NovaGlobalCompany/npg-translations.git",
                "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": true,
                "glossary_color": "silver"
            },
            "language_code": "de",
            "id": 40,
            "filename": "locale/auth/de.json",
            "revision": "af0fc7c041c422208da4cdeaaef9d225cdf8a20f,391fac87ccfe625fdb07e91264f46e7f0d8d9c8e",
            "web_url": "https://weblate.c1.npshopping.com/projects/nova-global/auth/de/",
            "share_url": "https://weblate.c1.npshopping.com/engage/nova-global/de/",
            "translate_url": "https://weblate.c1.npshopping.com/translate/nova-global/auth/de/",
            "url": "https://weblate.c1.npshopping.com/api/translations/nova-global/auth/de/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 33,
            "total_words": 188,
            "translated": 33,
            "translated_words": 188,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2023-06-13T11:26:16.041810Z",
            "last_author": "admin",
            "repository_url": "https://weblate.c1.npshopping.com/api/translations/nova-global/auth/de/repository/?format=api",
            "file_url": "https://weblate.c1.npshopping.com/api/translations/nova-global/auth/de/file/?format=api",
            "statistics_url": "https://weblate.c1.npshopping.com/api/translations/nova-global/auth/de/statistics/?format=api",
            "changes_list_url": "https://weblate.c1.npshopping.com/api/translations/nova-global/auth/de/changes/?format=api",
            "units_list_url": "https://weblate.c1.npshopping.com/api/translations/nova-global/auth/de/units/?format=api"
        },
        {
            "language": {
                "code": "lv",
                "name": "Latvian",
                "plural": {
                    "id": 358,
                    "source": 0,
                    "number": 3,
                    "formula": "(n % 10 == 0 || n % 100 >= 11 && n % 100 <= 19) ? 0 : ((n % 10 == 1 && n % 100 != 11) ? 1 : 2)",
                    "type": 11
                },
                "aliases": [
                    "lav"
                ],
                "direction": "ltr",
                "population": 1147550,
                "web_url": "https://weblate.c1.npshopping.com/languages/lv/",
                "url": "https://weblate.c1.npshopping.com/api/languages/lv/?format=api",
                "statistics_url": "https://weblate.c1.npshopping.com/api/languages/lv/statistics/?format=api"
            },
            "component": {
                "name": "core",
                "slug": "core",
                "id": 6,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 148,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485035,
                    "web_url": "https://weblate.c1.npshopping.com/languages/en/",
                    "url": "https://weblate.c1.npshopping.com/api/languages/en/?format=api",
                    "statistics_url": "https://weblate.c1.npshopping.com/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Nova Global",
                    "slug": "nova-global",
                    "id": 1,
                    "web": "https://my.nova.global",
                    "web_url": "https://weblate.c1.npshopping.com/projects/nova-global/",
                    "url": "https://weblate.c1.npshopping.com/api/projects/nova-global/?format=api",
                    "components_list_url": "https://weblate.c1.npshopping.com/api/projects/nova-global/components/?format=api",
                    "repository_url": "https://weblate.c1.npshopping.com/api/projects/nova-global/repository/?format=api",
                    "statistics_url": "https://weblate.c1.npshopping.com/api/projects/nova-global/statistics/?format=api",
                    "changes_list_url": "https://weblate.c1.npshopping.com/api/projects/nova-global/changes/?format=api",
                    "languages_url": "https://weblate.c1.npshopping.com/api/projects/nova-global/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "git@github.com:NovaGlobalCompany/npg-translations.git",
                "git_export": "https://weblate.c1.npshopping.com/git/nova-global/core/",
                "branch": "main",
                "push_branch": "",
                "filemask": "locale/core/*.json",
                "template": "locale/core/en.json",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "i18nextv4",
                "license": "",
                "license_url": null,
                "agreement": "",
                "web_url": "https://weblate.c1.npshopping.com/projects/nova-global/core/",
                "url": "https://weblate.c1.npshopping.com/api/components/nova-global/core/?format=api",
                "repository_url": "https://weblate.c1.npshopping.com/api/components/nova-global/core/repository/?format=api",
                "translations_url": "https://weblate.c1.npshopping.com/api/components/nova-global/core/translations/?format=api",
                "statistics_url": "https://weblate.c1.npshopping.com/api/components/nova-global/core/statistics/?format=api",
                "lock_url": "https://weblate.c1.npshopping.com/api/components/nova-global/core/lock/?format=api",
                "links_url": "https://weblate.c1.npshopping.com/api/components/nova-global/core/links/?format=api",
                "changes_list_url": "https://weblate.c1.npshopping.com/api/components/nova-global/core/changes/?format=api",
                "task_url": null,
                "new_lang": "none",
                "language_code_style": "",
                "push": "git@github.com:NovaGlobalCompany/npg-translations.git",
                "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": [
                    "https://weblate.c1.npshopping.com/api/addons/1/?format=api"
                ],
                "is_glossary": true,
                "glossary_color": "silver"
            },
            "language_code": "lv",
            "id": 41,
            "filename": "locale/core/lv.json",
            "revision": "334ee84a6be190e2a94f4b5acad89d54ac6cc364,1c0c0ace4fc0761898afd82deacde3399d20ab05",
            "web_url": "https://weblate.c1.npshopping.com/projects/nova-global/core/lv/",
            "share_url": "https://weblate.c1.npshopping.com/engage/nova-global/lv/",
            "translate_url": "https://weblate.c1.npshopping.com/translate/nova-global/core/lv/",
            "url": "https://weblate.c1.npshopping.com/api/translations/nova-global/core/lv/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 1306,
            "total_words": 10088,
            "translated": 1269,
            "translated_words": 9883,
            "translated_percent": 97.1,
            "fuzzy": 5,
            "fuzzy_words": 46,
            "fuzzy_percent": 0.3,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 25,
            "have_comment": 0,
            "last_change": "2025-07-02T13:27:42.124259Z",
            "last_author": "admin",
            "repository_url": "https://weblate.c1.npshopping.com/api/translations/nova-global/core/lv/repository/?format=api",
            "file_url": "https://weblate.c1.npshopping.com/api/translations/nova-global/core/lv/file/?format=api",
            "statistics_url": "https://weblate.c1.npshopping.com/api/translations/nova-global/core/lv/statistics/?format=api",
            "changes_list_url": "https://weblate.c1.npshopping.com/api/translations/nova-global/core/lv/changes/?format=api",
            "units_list_url": "https://weblate.c1.npshopping.com/api/translations/nova-global/core/lv/units/?format=api"
        },
        {
            "language": {
                "code": "lv",
                "name": "Latvian",
                "plural": {
                    "id": 358,
                    "source": 0,
                    "number": 3,
                    "formula": "(n % 10 == 0 || n % 100 >= 11 && n % 100 <= 19) ? 0 : ((n % 10 == 1 && n % 100 != 11) ? 1 : 2)",
                    "type": 11
                },
                "aliases": [
                    "lav"
                ],
                "direction": "ltr",
                "population": 1147550,
                "web_url": "https://weblate.c1.npshopping.com/languages/lv/",
                "url": "https://weblate.c1.npshopping.com/api/languages/lv/?format=api",
                "statistics_url": "https://weblate.c1.npshopping.com/api/languages/lv/statistics/?format=api"
            },
            "component": {
                "name": "cabinet",
                "slug": "cabinet",
                "id": 7,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 148,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485035,
                    "web_url": "https://weblate.c1.npshopping.com/languages/en/",
                    "url": "https://weblate.c1.npshopping.com/api/languages/en/?format=api",
                    "statistics_url": "https://weblate.c1.npshopping.com/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Nova Global",
                    "slug": "nova-global",
                    "id": 1,
                    "web": "https://my.nova.global",
                    "web_url": "https://weblate.c1.npshopping.com/projects/nova-global/",
                    "url": "https://weblate.c1.npshopping.com/api/projects/nova-global/?format=api",
                    "components_list_url": "https://weblate.c1.npshopping.com/api/projects/nova-global/components/?format=api",
                    "repository_url": "https://weblate.c1.npshopping.com/api/projects/nova-global/repository/?format=api",
                    "statistics_url": "https://weblate.c1.npshopping.com/api/projects/nova-global/statistics/?format=api",
                    "changes_list_url": "https://weblate.c1.npshopping.com/api/projects/nova-global/changes/?format=api",
                    "languages_url": "https://weblate.c1.npshopping.com/api/projects/nova-global/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "git@github.com:NovaGlobalCompany/npg-translations.git",
                "git_export": "https://weblate.c1.npshopping.com/git/nova-global/cabinet/",
                "branch": "main",
                "push_branch": "",
                "filemask": "locale/cabinet/*.json",
                "template": "locale/cabinet/en.json",
                "edit_template": true,
                "intermediate": "",
                "new_base": "locale/cabinet/en.json",
                "file_format": "i18nextv4",
                "license": "",
                "license_url": null,
                "agreement": "",
                "web_url": "https://weblate.c1.npshopping.com/projects/nova-global/cabinet/",
                "url": "https://weblate.c1.npshopping.com/api/components/nova-global/cabinet/?format=api",
                "repository_url": "https://weblate.c1.npshopping.com/api/components/nova-global/cabinet/repository/?format=api",
                "translations_url": "https://weblate.c1.npshopping.com/api/components/nova-global/cabinet/translations/?format=api",
                "statistics_url": "https://weblate.c1.npshopping.com/api/components/nova-global/cabinet/statistics/?format=api",
                "lock_url": "https://weblate.c1.npshopping.com/api/components/nova-global/cabinet/lock/?format=api",
                "links_url": "https://weblate.c1.npshopping.com/api/components/nova-global/cabinet/links/?format=api",
                "changes_list_url": "https://weblate.c1.npshopping.com/api/components/nova-global/cabinet/changes/?format=api",
                "task_url": null,
                "new_lang": "none",
                "language_code_style": "",
                "push": "git@github.com:NovaGlobalCompany/npg-translations.git",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
                "addon_message": "Update translation files\n\nUpdated by \"{{ addon_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": true,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [
                    "https://weblate.c1.npshopping.com/api/addons/3/?format=api"
                ],
                "is_glossary": true,
                "glossary_color": "silver"
            },
            "language_code": "lv",
            "id": 42,
            "filename": "locale/cabinet/lv.json",
            "revision": "1b27bf9d44b0bf5861d430ba9b25f9f2fbf564b6,3cb2537848cb2e9df5241a1169f2ad4e2215ffff",
            "web_url": "https://weblate.c1.npshopping.com/projects/nova-global/cabinet/lv/",
            "share_url": "https://weblate.c1.npshopping.com/engage/nova-global/lv/",
            "translate_url": "https://weblate.c1.npshopping.com/translate/nova-global/cabinet/lv/",
            "url": "https://weblate.c1.npshopping.com/api/translations/nova-global/cabinet/lv/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 223,
            "total_words": 3625,
            "translated": 222,
            "translated_words": 3619,
            "translated_percent": 99.5,
            "fuzzy": 1,
            "fuzzy_words": 6,
            "fuzzy_percent": 0.4,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2025-07-31T13:18:23.368241Z",
            "last_author": "admin",
            "repository_url": "https://weblate.c1.npshopping.com/api/translations/nova-global/cabinet/lv/repository/?format=api",
            "file_url": "https://weblate.c1.npshopping.com/api/translations/nova-global/cabinet/lv/file/?format=api",
            "statistics_url": "https://weblate.c1.npshopping.com/api/translations/nova-global/cabinet/lv/statistics/?format=api",
            "changes_list_url": "https://weblate.c1.npshopping.com/api/translations/nova-global/cabinet/lv/changes/?format=api",
            "units_list_url": "https://weblate.c1.npshopping.com/api/translations/nova-global/cabinet/lv/units/?format=api"
        },
        {
            "language": {
                "code": "lv",
                "name": "Latvian",
                "plural": {
                    "id": 358,
                    "source": 0,
                    "number": 3,
                    "formula": "(n % 10 == 0 || n % 100 >= 11 && n % 100 <= 19) ? 0 : ((n % 10 == 1 && n % 100 != 11) ? 1 : 2)",
                    "type": 11
                },
                "aliases": [
                    "lav"
                ],
                "direction": "ltr",
                "population": 1147550,
                "web_url": "https://weblate.c1.npshopping.com/languages/lv/",
                "url": "https://weblate.c1.npshopping.com/api/languages/lv/?format=api",
                "statistics_url": "https://weblate.c1.npshopping.com/api/languages/lv/statistics/?format=api"
            },
            "component": {
                "name": "auth",
                "slug": "auth",
                "id": 8,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 148,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485035,
                    "web_url": "https://weblate.c1.npshopping.com/languages/en/",
                    "url": "https://weblate.c1.npshopping.com/api/languages/en/?format=api",
                    "statistics_url": "https://weblate.c1.npshopping.com/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Nova Global",
                    "slug": "nova-global",
                    "id": 1,
                    "web": "https://my.nova.global",
                    "web_url": "https://weblate.c1.npshopping.com/projects/nova-global/",
                    "url": "https://weblate.c1.npshopping.com/api/projects/nova-global/?format=api",
                    "components_list_url": "https://weblate.c1.npshopping.com/api/projects/nova-global/components/?format=api",
                    "repository_url": "https://weblate.c1.npshopping.com/api/projects/nova-global/repository/?format=api",
                    "statistics_url": "https://weblate.c1.npshopping.com/api/projects/nova-global/statistics/?format=api",
                    "changes_list_url": "https://weblate.c1.npshopping.com/api/projects/nova-global/changes/?format=api",
                    "languages_url": "https://weblate.c1.npshopping.com/api/projects/nova-global/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "git@github.com:NovaGlobalCompany/npg-translations.git",
                "git_export": "https://weblate.c1.npshopping.com/git/nova-global/auth/",
                "branch": "main",
                "push_branch": "",
                "filemask": "locale/auth/*.json",
                "template": "locale/auth/en.json",
                "edit_template": true,
                "intermediate": "",
                "new_base": "index.json",
                "file_format": "i18nextv4",
                "license": "",
                "license_url": null,
                "agreement": "",
                "web_url": "https://weblate.c1.npshopping.com/projects/nova-global/auth/",
                "url": "https://weblate.c1.npshopping.com/api/components/nova-global/auth/?format=api",
                "repository_url": "https://weblate.c1.npshopping.com/api/components/nova-global/auth/repository/?format=api",
                "translations_url": "https://weblate.c1.npshopping.com/api/components/nova-global/auth/translations/?format=api",
                "statistics_url": "https://weblate.c1.npshopping.com/api/components/nova-global/auth/statistics/?format=api",
                "lock_url": "https://weblate.c1.npshopping.com/api/components/nova-global/auth/lock/?format=api",
                "links_url": "https://weblate.c1.npshopping.com/api/components/nova-global/auth/links/?format=api",
                "changes_list_url": "https://weblate.c1.npshopping.com/api/components/nova-global/auth/changes/?format=api",
                "task_url": null,
                "new_lang": "none",
                "language_code_style": "",
                "push": "git@github.com:NovaGlobalCompany/npg-translations.git",
                "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": true,
                "glossary_color": "silver"
            },
            "language_code": "lv",
            "id": 43,
            "filename": "locale/auth/lv.json",
            "revision": "6ac19600292782324ae616ac1c0766e055658d0b,391fac87ccfe625fdb07e91264f46e7f0d8d9c8e",
            "web_url": "https://weblate.c1.npshopping.com/projects/nova-global/auth/lv/",
            "share_url": "https://weblate.c1.npshopping.com/engage/nova-global/lv/",
            "translate_url": "https://weblate.c1.npshopping.com/translate/nova-global/auth/lv/",
            "url": "https://weblate.c1.npshopping.com/api/translations/nova-global/auth/lv/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 33,
            "total_words": 188,
            "translated": 33,
            "translated_words": 188,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2023-06-13T11:29:01.732023Z",
            "last_author": "admin",
            "repository_url": "https://weblate.c1.npshopping.com/api/translations/nova-global/auth/lv/repository/?format=api",
            "file_url": "https://weblate.c1.npshopping.com/api/translations/nova-global/auth/lv/file/?format=api",
            "statistics_url": "https://weblate.c1.npshopping.com/api/translations/nova-global/auth/lv/statistics/?format=api",
            "changes_list_url": "https://weblate.c1.npshopping.com/api/translations/nova-global/auth/lv/changes/?format=api",
            "units_list_url": "https://weblate.c1.npshopping.com/api/translations/nova-global/auth/lv/units/?format=api"
        },
        {
            "language": {
                "code": "lv",
                "name": "Latvian",
                "plural": {
                    "id": 358,
                    "source": 0,
                    "number": 3,
                    "formula": "(n % 10 == 0 || n % 100 >= 11 && n % 100 <= 19) ? 0 : ((n % 10 == 1 && n % 100 != 11) ? 1 : 2)",
                    "type": 11
                },
                "aliases": [
                    "lav"
                ],
                "direction": "ltr",
                "population": 1147550,
                "web_url": "https://weblate.c1.npshopping.com/languages/lv/",
                "url": "https://weblate.c1.npshopping.com/api/languages/lv/?format=api",
                "statistics_url": "https://weblate.c1.npshopping.com/api/languages/lv/statistics/?format=api"
            },
            "component": {
                "name": "send-parcel",
                "slug": "send-parcel",
                "id": 9,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 148,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485035,
                    "web_url": "https://weblate.c1.npshopping.com/languages/en/",
                    "url": "https://weblate.c1.npshopping.com/api/languages/en/?format=api",
                    "statistics_url": "https://weblate.c1.npshopping.com/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Nova Global",
                    "slug": "nova-global",
                    "id": 1,
                    "web": "https://my.nova.global",
                    "web_url": "https://weblate.c1.npshopping.com/projects/nova-global/",
                    "url": "https://weblate.c1.npshopping.com/api/projects/nova-global/?format=api",
                    "components_list_url": "https://weblate.c1.npshopping.com/api/projects/nova-global/components/?format=api",
                    "repository_url": "https://weblate.c1.npshopping.com/api/projects/nova-global/repository/?format=api",
                    "statistics_url": "https://weblate.c1.npshopping.com/api/projects/nova-global/statistics/?format=api",
                    "changes_list_url": "https://weblate.c1.npshopping.com/api/projects/nova-global/changes/?format=api",
                    "languages_url": "https://weblate.c1.npshopping.com/api/projects/nova-global/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "git@github.com:NovaGlobalCompany/npg-translations.git",
                "git_export": "https://weblate.c1.npshopping.com/git/nova-global/send-parcel/",
                "branch": "main",
                "push_branch": "",
                "filemask": "locale/send-parcel/*.json",
                "template": "locale/send-parcel/en.json",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "i18nextv4",
                "license": "",
                "license_url": null,
                "agreement": "",
                "web_url": "https://weblate.c1.npshopping.com/projects/nova-global/send-parcel/",
                "url": "https://weblate.c1.npshopping.com/api/components/nova-global/send-parcel/?format=api",
                "repository_url": "https://weblate.c1.npshopping.com/api/components/nova-global/send-parcel/repository/?format=api",
                "translations_url": "https://weblate.c1.npshopping.com/api/components/nova-global/send-parcel/translations/?format=api",
                "statistics_url": "https://weblate.c1.npshopping.com/api/components/nova-global/send-parcel/statistics/?format=api",
                "lock_url": "https://weblate.c1.npshopping.com/api/components/nova-global/send-parcel/lock/?format=api",
                "links_url": "https://weblate.c1.npshopping.com/api/components/nova-global/send-parcel/links/?format=api",
                "changes_list_url": "https://weblate.c1.npshopping.com/api/components/nova-global/send-parcel/changes/?format=api",
                "task_url": null,
                "new_lang": "none",
                "language_code_style": "",
                "push": "git@github.com:NovaGlobalCompany/npg-translations.git",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
                "addon_message": "Update translation files\n\nUpdated by \"{{ addon_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": true,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": true,
                "glossary_color": "silver"
            },
            "language_code": "lv",
            "id": 44,
            "filename": "locale/send-parcel/lv.json",
            "revision": "b54facb5a4819a002fa181bf3be1ca41b196a96a,cc2ff11044f8c74553c9bd925549ed30df9cbc8e",
            "web_url": "https://weblate.c1.npshopping.com/projects/nova-global/send-parcel/lv/",
            "share_url": "https://weblate.c1.npshopping.com/engage/nova-global/lv/",
            "translate_url": "https://weblate.c1.npshopping.com/translate/nova-global/send-parcel/lv/",
            "url": "https://weblate.c1.npshopping.com/api/translations/nova-global/send-parcel/lv/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 473,
            "total_words": 3468,
            "translated": 472,
            "translated_words": 3453,
            "translated_percent": 99.7,
            "fuzzy": 1,
            "fuzzy_words": 15,
            "fuzzy_percent": 0.2,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-11-20T10:21:41.370137Z",
            "last_author": "Oleh Stepaniuk",
            "repository_url": "https://weblate.c1.npshopping.com/api/translations/nova-global/send-parcel/lv/repository/?format=api",
            "file_url": "https://weblate.c1.npshopping.com/api/translations/nova-global/send-parcel/lv/file/?format=api",
            "statistics_url": "https://weblate.c1.npshopping.com/api/translations/nova-global/send-parcel/lv/statistics/?format=api",
            "changes_list_url": "https://weblate.c1.npshopping.com/api/translations/nova-global/send-parcel/lv/changes/?format=api",
            "units_list_url": "https://weblate.c1.npshopping.com/api/translations/nova-global/send-parcel/lv/units/?format=api"
        },
        {
            "language": {
                "code": "et",
                "name": "Estonian",
                "plural": {
                    "id": 186,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "et_et",
                    "est"
                ],
                "direction": "ltr",
                "population": 878449,
                "web_url": "https://weblate.c1.npshopping.com/languages/et/",
                "url": "https://weblate.c1.npshopping.com/api/languages/et/?format=api",
                "statistics_url": "https://weblate.c1.npshopping.com/api/languages/et/statistics/?format=api"
            },
            "component": {
                "name": "core",
                "slug": "core",
                "id": 6,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 148,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485035,
                    "web_url": "https://weblate.c1.npshopping.com/languages/en/",
                    "url": "https://weblate.c1.npshopping.com/api/languages/en/?format=api",
                    "statistics_url": "https://weblate.c1.npshopping.com/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Nova Global",
                    "slug": "nova-global",
                    "id": 1,
                    "web": "https://my.nova.global",
                    "web_url": "https://weblate.c1.npshopping.com/projects/nova-global/",
                    "url": "https://weblate.c1.npshopping.com/api/projects/nova-global/?format=api",
                    "components_list_url": "https://weblate.c1.npshopping.com/api/projects/nova-global/components/?format=api",
                    "repository_url": "https://weblate.c1.npshopping.com/api/projects/nova-global/repository/?format=api",
                    "statistics_url": "https://weblate.c1.npshopping.com/api/projects/nova-global/statistics/?format=api",
                    "changes_list_url": "https://weblate.c1.npshopping.com/api/projects/nova-global/changes/?format=api",
                    "languages_url": "https://weblate.c1.npshopping.com/api/projects/nova-global/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "git@github.com:NovaGlobalCompany/npg-translations.git",
                "git_export": "https://weblate.c1.npshopping.com/git/nova-global/core/",
                "branch": "main",
                "push_branch": "",
                "filemask": "locale/core/*.json",
                "template": "locale/core/en.json",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "i18nextv4",
                "license": "",
                "license_url": null,
                "agreement": "",
                "web_url": "https://weblate.c1.npshopping.com/projects/nova-global/core/",
                "url": "https://weblate.c1.npshopping.com/api/components/nova-global/core/?format=api",
                "repository_url": "https://weblate.c1.npshopping.com/api/components/nova-global/core/repository/?format=api",
                "translations_url": "https://weblate.c1.npshopping.com/api/components/nova-global/core/translations/?format=api",
                "statistics_url": "https://weblate.c1.npshopping.com/api/components/nova-global/core/statistics/?format=api",
                "lock_url": "https://weblate.c1.npshopping.com/api/components/nova-global/core/lock/?format=api",
                "links_url": "https://weblate.c1.npshopping.com/api/components/nova-global/core/links/?format=api",
                "changes_list_url": "https://weblate.c1.npshopping.com/api/components/nova-global/core/changes/?format=api",
                "task_url": null,
                "new_lang": "none",
                "language_code_style": "",
                "push": "git@github.com:NovaGlobalCompany/npg-translations.git",
                "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": [
                    "https://weblate.c1.npshopping.com/api/addons/1/?format=api"
                ],
                "is_glossary": true,
                "glossary_color": "silver"
            },
            "language_code": "et",
            "id": 45,
            "filename": "locale/core/et.json",
            "revision": "2b49f3c5fd40c83979f845d24fff71234f7cc324,1c0c0ace4fc0761898afd82deacde3399d20ab05",
            "web_url": "https://weblate.c1.npshopping.com/projects/nova-global/core/et/",
            "share_url": "https://weblate.c1.npshopping.com/engage/nova-global/et/",
            "translate_url": "https://weblate.c1.npshopping.com/translate/nova-global/core/et/",
            "url": "https://weblate.c1.npshopping.com/api/translations/nova-global/core/et/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 1306,
            "total_words": 10088,
            "translated": 1268,
            "translated_words": 9859,
            "translated_percent": 97.0,
            "fuzzy": 6,
            "fuzzy_words": 70,
            "fuzzy_percent": 0.4,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 25,
            "have_comment": 0,
            "last_change": "2025-07-02T13:25:51.721094Z",
            "last_author": "admin",
            "repository_url": "https://weblate.c1.npshopping.com/api/translations/nova-global/core/et/repository/?format=api",
            "file_url": "https://weblate.c1.npshopping.com/api/translations/nova-global/core/et/file/?format=api",
            "statistics_url": "https://weblate.c1.npshopping.com/api/translations/nova-global/core/et/statistics/?format=api",
            "changes_list_url": "https://weblate.c1.npshopping.com/api/translations/nova-global/core/et/changes/?format=api",
            "units_list_url": "https://weblate.c1.npshopping.com/api/translations/nova-global/core/et/units/?format=api"
        },
        {
            "language": {
                "code": "et",
                "name": "Estonian",
                "plural": {
                    "id": 186,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "et_et",
                    "est"
                ],
                "direction": "ltr",
                "population": 878449,
                "web_url": "https://weblate.c1.npshopping.com/languages/et/",
                "url": "https://weblate.c1.npshopping.com/api/languages/et/?format=api",
                "statistics_url": "https://weblate.c1.npshopping.com/api/languages/et/statistics/?format=api"
            },
            "component": {
                "name": "cabinet",
                "slug": "cabinet",
                "id": 7,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 148,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485035,
                    "web_url": "https://weblate.c1.npshopping.com/languages/en/",
                    "url": "https://weblate.c1.npshopping.com/api/languages/en/?format=api",
                    "statistics_url": "https://weblate.c1.npshopping.com/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Nova Global",
                    "slug": "nova-global",
                    "id": 1,
                    "web": "https://my.nova.global",
                    "web_url": "https://weblate.c1.npshopping.com/projects/nova-global/",
                    "url": "https://weblate.c1.npshopping.com/api/projects/nova-global/?format=api",
                    "components_list_url": "https://weblate.c1.npshopping.com/api/projects/nova-global/components/?format=api",
                    "repository_url": "https://weblate.c1.npshopping.com/api/projects/nova-global/repository/?format=api",
                    "statistics_url": "https://weblate.c1.npshopping.com/api/projects/nova-global/statistics/?format=api",
                    "changes_list_url": "https://weblate.c1.npshopping.com/api/projects/nova-global/changes/?format=api",
                    "languages_url": "https://weblate.c1.npshopping.com/api/projects/nova-global/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "git@github.com:NovaGlobalCompany/npg-translations.git",
                "git_export": "https://weblate.c1.npshopping.com/git/nova-global/cabinet/",
                "branch": "main",
                "push_branch": "",
                "filemask": "locale/cabinet/*.json",
                "template": "locale/cabinet/en.json",
                "edit_template": true,
                "intermediate": "",
                "new_base": "locale/cabinet/en.json",
                "file_format": "i18nextv4",
                "license": "",
                "license_url": null,
                "agreement": "",
                "web_url": "https://weblate.c1.npshopping.com/projects/nova-global/cabinet/",
                "url": "https://weblate.c1.npshopping.com/api/components/nova-global/cabinet/?format=api",
                "repository_url": "https://weblate.c1.npshopping.com/api/components/nova-global/cabinet/repository/?format=api",
                "translations_url": "https://weblate.c1.npshopping.com/api/components/nova-global/cabinet/translations/?format=api",
                "statistics_url": "https://weblate.c1.npshopping.com/api/components/nova-global/cabinet/statistics/?format=api",
                "lock_url": "https://weblate.c1.npshopping.com/api/components/nova-global/cabinet/lock/?format=api",
                "links_url": "https://weblate.c1.npshopping.com/api/components/nova-global/cabinet/links/?format=api",
                "changes_list_url": "https://weblate.c1.npshopping.com/api/components/nova-global/cabinet/changes/?format=api",
                "task_url": null,
                "new_lang": "none",
                "language_code_style": "",
                "push": "git@github.com:NovaGlobalCompany/npg-translations.git",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
                "addon_message": "Update translation files\n\nUpdated by \"{{ addon_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": true,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [
                    "https://weblate.c1.npshopping.com/api/addons/3/?format=api"
                ],
                "is_glossary": true,
                "glossary_color": "silver"
            },
            "language_code": "et",
            "id": 46,
            "filename": "locale/cabinet/et.json",
            "revision": "b71e1a39dcdaf3c75a4edf0e9d415a3404d9e505,3cb2537848cb2e9df5241a1169f2ad4e2215ffff",
            "web_url": "https://weblate.c1.npshopping.com/projects/nova-global/cabinet/et/",
            "share_url": "https://weblate.c1.npshopping.com/engage/nova-global/et/",
            "translate_url": "https://weblate.c1.npshopping.com/translate/nova-global/cabinet/et/",
            "url": "https://weblate.c1.npshopping.com/api/translations/nova-global/cabinet/et/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 223,
            "total_words": 3625,
            "translated": 222,
            "translated_words": 3619,
            "translated_percent": 99.5,
            "fuzzy": 1,
            "fuzzy_words": 6,
            "fuzzy_percent": 0.4,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2025-07-31T13:16:51.726875Z",
            "last_author": "admin",
            "repository_url": "https://weblate.c1.npshopping.com/api/translations/nova-global/cabinet/et/repository/?format=api",
            "file_url": "https://weblate.c1.npshopping.com/api/translations/nova-global/cabinet/et/file/?format=api",
            "statistics_url": "https://weblate.c1.npshopping.com/api/translations/nova-global/cabinet/et/statistics/?format=api",
            "changes_list_url": "https://weblate.c1.npshopping.com/api/translations/nova-global/cabinet/et/changes/?format=api",
            "units_list_url": "https://weblate.c1.npshopping.com/api/translations/nova-global/cabinet/et/units/?format=api"
        },
        {
            "language": {
                "code": "et",
                "name": "Estonian",
                "plural": {
                    "id": 186,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "et_et",
                    "est"
                ],
                "direction": "ltr",
                "population": 878449,
                "web_url": "https://weblate.c1.npshopping.com/languages/et/",
                "url": "https://weblate.c1.npshopping.com/api/languages/et/?format=api",
                "statistics_url": "https://weblate.c1.npshopping.com/api/languages/et/statistics/?format=api"
            },
            "component": {
                "name": "send-parcel",
                "slug": "send-parcel",
                "id": 9,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 148,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485035,
                    "web_url": "https://weblate.c1.npshopping.com/languages/en/",
                    "url": "https://weblate.c1.npshopping.com/api/languages/en/?format=api",
                    "statistics_url": "https://weblate.c1.npshopping.com/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Nova Global",
                    "slug": "nova-global",
                    "id": 1,
                    "web": "https://my.nova.global",
                    "web_url": "https://weblate.c1.npshopping.com/projects/nova-global/",
                    "url": "https://weblate.c1.npshopping.com/api/projects/nova-global/?format=api",
                    "components_list_url": "https://weblate.c1.npshopping.com/api/projects/nova-global/components/?format=api",
                    "repository_url": "https://weblate.c1.npshopping.com/api/projects/nova-global/repository/?format=api",
                    "statistics_url": "https://weblate.c1.npshopping.com/api/projects/nova-global/statistics/?format=api",
                    "changes_list_url": "https://weblate.c1.npshopping.com/api/projects/nova-global/changes/?format=api",
                    "languages_url": "https://weblate.c1.npshopping.com/api/projects/nova-global/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "git@github.com:NovaGlobalCompany/npg-translations.git",
                "git_export": "https://weblate.c1.npshopping.com/git/nova-global/send-parcel/",
                "branch": "main",
                "push_branch": "",
                "filemask": "locale/send-parcel/*.json",
                "template": "locale/send-parcel/en.json",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "i18nextv4",
                "license": "",
                "license_url": null,
                "agreement": "",
                "web_url": "https://weblate.c1.npshopping.com/projects/nova-global/send-parcel/",
                "url": "https://weblate.c1.npshopping.com/api/components/nova-global/send-parcel/?format=api",
                "repository_url": "https://weblate.c1.npshopping.com/api/components/nova-global/send-parcel/repository/?format=api",
                "translations_url": "https://weblate.c1.npshopping.com/api/components/nova-global/send-parcel/translations/?format=api",
                "statistics_url": "https://weblate.c1.npshopping.com/api/components/nova-global/send-parcel/statistics/?format=api",
                "lock_url": "https://weblate.c1.npshopping.com/api/components/nova-global/send-parcel/lock/?format=api",
                "links_url": "https://weblate.c1.npshopping.com/api/components/nova-global/send-parcel/links/?format=api",
                "changes_list_url": "https://weblate.c1.npshopping.com/api/components/nova-global/send-parcel/changes/?format=api",
                "task_url": null,
                "new_lang": "none",
                "language_code_style": "",
                "push": "git@github.com:NovaGlobalCompany/npg-translations.git",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
                "addon_message": "Update translation files\n\nUpdated by \"{{ addon_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": true,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": true,
                "glossary_color": "silver"
            },
            "language_code": "et",
            "id": 47,
            "filename": "locale/send-parcel/et.json",
            "revision": "eb91856261e94498ccbc918accdf8f2b2cffb732,cc2ff11044f8c74553c9bd925549ed30df9cbc8e",
            "web_url": "https://weblate.c1.npshopping.com/projects/nova-global/send-parcel/et/",
            "share_url": "https://weblate.c1.npshopping.com/engage/nova-global/et/",
            "translate_url": "https://weblate.c1.npshopping.com/translate/nova-global/send-parcel/et/",
            "url": "https://weblate.c1.npshopping.com/api/translations/nova-global/send-parcel/et/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 473,
            "total_words": 3468,
            "translated": 472,
            "translated_words": 3453,
            "translated_percent": 99.7,
            "fuzzy": 1,
            "fuzzy_words": 15,
            "fuzzy_percent": 0.2,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-11-20T10:19:34.996985Z",
            "last_author": "Oleh Stepaniuk",
            "repository_url": "https://weblate.c1.npshopping.com/api/translations/nova-global/send-parcel/et/repository/?format=api",
            "file_url": "https://weblate.c1.npshopping.com/api/translations/nova-global/send-parcel/et/file/?format=api",
            "statistics_url": "https://weblate.c1.npshopping.com/api/translations/nova-global/send-parcel/et/statistics/?format=api",
            "changes_list_url": "https://weblate.c1.npshopping.com/api/translations/nova-global/send-parcel/et/changes/?format=api",
            "units_list_url": "https://weblate.c1.npshopping.com/api/translations/nova-global/send-parcel/et/units/?format=api"
        },
        {
            "language": {
                "code": "et",
                "name": "Estonian",
                "plural": {
                    "id": 186,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "et_et",
                    "est"
                ],
                "direction": "ltr",
                "population": 878449,
                "web_url": "https://weblate.c1.npshopping.com/languages/et/",
                "url": "https://weblate.c1.npshopping.com/api/languages/et/?format=api",
                "statistics_url": "https://weblate.c1.npshopping.com/api/languages/et/statistics/?format=api"
            },
            "component": {
                "name": "auth",
                "slug": "auth",
                "id": 8,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 148,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485035,
                    "web_url": "https://weblate.c1.npshopping.com/languages/en/",
                    "url": "https://weblate.c1.npshopping.com/api/languages/en/?format=api",
                    "statistics_url": "https://weblate.c1.npshopping.com/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Nova Global",
                    "slug": "nova-global",
                    "id": 1,
                    "web": "https://my.nova.global",
                    "web_url": "https://weblate.c1.npshopping.com/projects/nova-global/",
                    "url": "https://weblate.c1.npshopping.com/api/projects/nova-global/?format=api",
                    "components_list_url": "https://weblate.c1.npshopping.com/api/projects/nova-global/components/?format=api",
                    "repository_url": "https://weblate.c1.npshopping.com/api/projects/nova-global/repository/?format=api",
                    "statistics_url": "https://weblate.c1.npshopping.com/api/projects/nova-global/statistics/?format=api",
                    "changes_list_url": "https://weblate.c1.npshopping.com/api/projects/nova-global/changes/?format=api",
                    "languages_url": "https://weblate.c1.npshopping.com/api/projects/nova-global/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "git@github.com:NovaGlobalCompany/npg-translations.git",
                "git_export": "https://weblate.c1.npshopping.com/git/nova-global/auth/",
                "branch": "main",
                "push_branch": "",
                "filemask": "locale/auth/*.json",
                "template": "locale/auth/en.json",
                "edit_template": true,
                "intermediate": "",
                "new_base": "index.json",
                "file_format": "i18nextv4",
                "license": "",
                "license_url": null,
                "agreement": "",
                "web_url": "https://weblate.c1.npshopping.com/projects/nova-global/auth/",
                "url": "https://weblate.c1.npshopping.com/api/components/nova-global/auth/?format=api",
                "repository_url": "https://weblate.c1.npshopping.com/api/components/nova-global/auth/repository/?format=api",
                "translations_url": "https://weblate.c1.npshopping.com/api/components/nova-global/auth/translations/?format=api",
                "statistics_url": "https://weblate.c1.npshopping.com/api/components/nova-global/auth/statistics/?format=api",
                "lock_url": "https://weblate.c1.npshopping.com/api/components/nova-global/auth/lock/?format=api",
                "links_url": "https://weblate.c1.npshopping.com/api/components/nova-global/auth/links/?format=api",
                "changes_list_url": "https://weblate.c1.npshopping.com/api/components/nova-global/auth/changes/?format=api",
                "task_url": null,
                "new_lang": "none",
                "language_code_style": "",
                "push": "git@github.com:NovaGlobalCompany/npg-translations.git",
                "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": true,
                "glossary_color": "silver"
            },
            "language_code": "et",
            "id": 48,
            "filename": "locale/auth/et.json",
            "revision": "ddfcd45f4e4487a545667f8645b5e4518d7412d0,391fac87ccfe625fdb07e91264f46e7f0d8d9c8e",
            "web_url": "https://weblate.c1.npshopping.com/projects/nova-global/auth/et/",
            "share_url": "https://weblate.c1.npshopping.com/engage/nova-global/et/",
            "translate_url": "https://weblate.c1.npshopping.com/translate/nova-global/auth/et/",
            "url": "https://weblate.c1.npshopping.com/api/translations/nova-global/auth/et/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 33,
            "total_words": 188,
            "translated": 33,
            "translated_words": 188,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2023-06-13T11:34:23.284960Z",
            "last_author": "admin",
            "repository_url": "https://weblate.c1.npshopping.com/api/translations/nova-global/auth/et/repository/?format=api",
            "file_url": "https://weblate.c1.npshopping.com/api/translations/nova-global/auth/et/file/?format=api",
            "statistics_url": "https://weblate.c1.npshopping.com/api/translations/nova-global/auth/et/statistics/?format=api",
            "changes_list_url": "https://weblate.c1.npshopping.com/api/translations/nova-global/auth/et/changes/?format=api",
            "units_list_url": "https://weblate.c1.npshopping.com/api/translations/nova-global/auth/et/units/?format=api"
        },
        {
            "language": {
                "code": "cs",
                "name": "Czech",
                "plural": {
                    "id": 114,
                    "source": 0,
                    "number": 3,
                    "formula": "(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2",
                    "type": 22
                },
                "aliases": [
                    "cs_cs",
                    "cz",
                    "csy",
                    "ces",
                    "cze"
                ],
                "direction": "ltr",
                "population": 13045532,
                "web_url": "https://weblate.c1.npshopping.com/languages/cs/",
                "url": "https://weblate.c1.npshopping.com/api/languages/cs/?format=api",
                "statistics_url": "https://weblate.c1.npshopping.com/api/languages/cs/statistics/?format=api"
            },
            "component": {
                "name": "core",
                "slug": "core",
                "id": 6,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 148,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485035,
                    "web_url": "https://weblate.c1.npshopping.com/languages/en/",
                    "url": "https://weblate.c1.npshopping.com/api/languages/en/?format=api",
                    "statistics_url": "https://weblate.c1.npshopping.com/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Nova Global",
                    "slug": "nova-global",
                    "id": 1,
                    "web": "https://my.nova.global",
                    "web_url": "https://weblate.c1.npshopping.com/projects/nova-global/",
                    "url": "https://weblate.c1.npshopping.com/api/projects/nova-global/?format=api",
                    "components_list_url": "https://weblate.c1.npshopping.com/api/projects/nova-global/components/?format=api",
                    "repository_url": "https://weblate.c1.npshopping.com/api/projects/nova-global/repository/?format=api",
                    "statistics_url": "https://weblate.c1.npshopping.com/api/projects/nova-global/statistics/?format=api",
                    "changes_list_url": "https://weblate.c1.npshopping.com/api/projects/nova-global/changes/?format=api",
                    "languages_url": "https://weblate.c1.npshopping.com/api/projects/nova-global/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "git@github.com:NovaGlobalCompany/npg-translations.git",
                "git_export": "https://weblate.c1.npshopping.com/git/nova-global/core/",
                "branch": "main",
                "push_branch": "",
                "filemask": "locale/core/*.json",
                "template": "locale/core/en.json",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "i18nextv4",
                "license": "",
                "license_url": null,
                "agreement": "",
                "web_url": "https://weblate.c1.npshopping.com/projects/nova-global/core/",
                "url": "https://weblate.c1.npshopping.com/api/components/nova-global/core/?format=api",
                "repository_url": "https://weblate.c1.npshopping.com/api/components/nova-global/core/repository/?format=api",
                "translations_url": "https://weblate.c1.npshopping.com/api/components/nova-global/core/translations/?format=api",
                "statistics_url": "https://weblate.c1.npshopping.com/api/components/nova-global/core/statistics/?format=api",
                "lock_url": "https://weblate.c1.npshopping.com/api/components/nova-global/core/lock/?format=api",
                "links_url": "https://weblate.c1.npshopping.com/api/components/nova-global/core/links/?format=api",
                "changes_list_url": "https://weblate.c1.npshopping.com/api/components/nova-global/core/changes/?format=api",
                "task_url": null,
                "new_lang": "none",
                "language_code_style": "",
                "push": "git@github.com:NovaGlobalCompany/npg-translations.git",
                "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": [
                    "https://weblate.c1.npshopping.com/api/addons/1/?format=api"
                ],
                "is_glossary": true,
                "glossary_color": "silver"
            },
            "language_code": "cs",
            "id": 49,
            "filename": "locale/core/cs.json",
            "revision": "6f9b825f89d664855ec8c269855542fcdca6d3e4,1c0c0ace4fc0761898afd82deacde3399d20ab05",
            "web_url": "https://weblate.c1.npshopping.com/projects/nova-global/core/cs/",
            "share_url": "https://weblate.c1.npshopping.com/engage/nova-global/cs/",
            "translate_url": "https://weblate.c1.npshopping.com/translate/nova-global/core/cs/",
            "url": "https://weblate.c1.npshopping.com/api/translations/nova-global/core/cs/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 1306,
            "total_words": 10088,
            "translated": 1270,
            "translated_words": 9885,
            "translated_percent": 97.2,
            "fuzzy": 4,
            "fuzzy_words": 44,
            "fuzzy_percent": 0.3,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 12,
            "have_comment": 0,
            "last_change": "2025-07-02T13:25:44.498498Z",
            "last_author": "admin",
            "repository_url": "https://weblate.c1.npshopping.com/api/translations/nova-global/core/cs/repository/?format=api",
            "file_url": "https://weblate.c1.npshopping.com/api/translations/nova-global/core/cs/file/?format=api",
            "statistics_url": "https://weblate.c1.npshopping.com/api/translations/nova-global/core/cs/statistics/?format=api",
            "changes_list_url": "https://weblate.c1.npshopping.com/api/translations/nova-global/core/cs/changes/?format=api",
            "units_list_url": "https://weblate.c1.npshopping.com/api/translations/nova-global/core/cs/units/?format=api"
        },
        {
            "language": {
                "code": "ru",
                "name": "Russian",
                "plural": {
                    "id": 485,
                    "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": 22
                },
                "aliases": [
                    "ru_r",
                    "ru_rr",
                    "rus"
                ],
                "direction": "ltr",
                "population": 195841151,
                "web_url": "https://weblate.c1.npshopping.com/languages/ru/",
                "url": "https://weblate.c1.npshopping.com/api/languages/ru/?format=api",
                "statistics_url": "https://weblate.c1.npshopping.com/api/languages/ru/statistics/?format=api"
            },
            "component": {
                "name": "core",
                "slug": "core",
                "id": 6,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 148,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485035,
                    "web_url": "https://weblate.c1.npshopping.com/languages/en/",
                    "url": "https://weblate.c1.npshopping.com/api/languages/en/?format=api",
                    "statistics_url": "https://weblate.c1.npshopping.com/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Nova Global",
                    "slug": "nova-global",
                    "id": 1,
                    "web": "https://my.nova.global",
                    "web_url": "https://weblate.c1.npshopping.com/projects/nova-global/",
                    "url": "https://weblate.c1.npshopping.com/api/projects/nova-global/?format=api",
                    "components_list_url": "https://weblate.c1.npshopping.com/api/projects/nova-global/components/?format=api",
                    "repository_url": "https://weblate.c1.npshopping.com/api/projects/nova-global/repository/?format=api",
                    "statistics_url": "https://weblate.c1.npshopping.com/api/projects/nova-global/statistics/?format=api",
                    "changes_list_url": "https://weblate.c1.npshopping.com/api/projects/nova-global/changes/?format=api",
                    "languages_url": "https://weblate.c1.npshopping.com/api/projects/nova-global/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "git@github.com:NovaGlobalCompany/npg-translations.git",
                "git_export": "https://weblate.c1.npshopping.com/git/nova-global/core/",
                "branch": "main",
                "push_branch": "",
                "filemask": "locale/core/*.json",
                "template": "locale/core/en.json",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "i18nextv4",
                "license": "",
                "license_url": null,
                "agreement": "",
                "web_url": "https://weblate.c1.npshopping.com/projects/nova-global/core/",
                "url": "https://weblate.c1.npshopping.com/api/components/nova-global/core/?format=api",
                "repository_url": "https://weblate.c1.npshopping.com/api/components/nova-global/core/repository/?format=api",
                "translations_url": "https://weblate.c1.npshopping.com/api/components/nova-global/core/translations/?format=api",
                "statistics_url": "https://weblate.c1.npshopping.com/api/components/nova-global/core/statistics/?format=api",
                "lock_url": "https://weblate.c1.npshopping.com/api/components/nova-global/core/lock/?format=api",
                "links_url": "https://weblate.c1.npshopping.com/api/components/nova-global/core/links/?format=api",
                "changes_list_url": "https://weblate.c1.npshopping.com/api/components/nova-global/core/changes/?format=api",
                "task_url": null,
                "new_lang": "none",
                "language_code_style": "",
                "push": "git@github.com:NovaGlobalCompany/npg-translations.git",
                "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": [
                    "https://weblate.c1.npshopping.com/api/addons/1/?format=api"
                ],
                "is_glossary": true,
                "glossary_color": "silver"
            },
            "language_code": "ru",
            "id": 50,
            "filename": "locale/core/ru.json",
            "revision": "f816075cdfa132ffeaa7711ebf47717e4f22ec3b,1c0c0ace4fc0761898afd82deacde3399d20ab05",
            "web_url": "https://weblate.c1.npshopping.com/projects/nova-global/core/ru/",
            "share_url": "https://weblate.c1.npshopping.com/engage/nova-global/ru/",
            "translate_url": "https://weblate.c1.npshopping.com/translate/nova-global/core/ru/",
            "url": "https://weblate.c1.npshopping.com/api/translations/nova-global/core/ru/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 1306,
            "total_words": 10088,
            "translated": 1270,
            "translated_words": 9885,
            "translated_percent": 97.2,
            "fuzzy": 4,
            "fuzzy_words": 44,
            "fuzzy_percent": 0.3,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 28,
            "have_comment": 0,
            "last_change": "2025-07-02T13:28:35.878342Z",
            "last_author": "admin",
            "repository_url": "https://weblate.c1.npshopping.com/api/translations/nova-global/core/ru/repository/?format=api",
            "file_url": "https://weblate.c1.npshopping.com/api/translations/nova-global/core/ru/file/?format=api",
            "statistics_url": "https://weblate.c1.npshopping.com/api/translations/nova-global/core/ru/statistics/?format=api",
            "changes_list_url": "https://weblate.c1.npshopping.com/api/translations/nova-global/core/ru/changes/?format=api",
            "units_list_url": "https://weblate.c1.npshopping.com/api/translations/nova-global/core/ru/units/?format=api"
        },
        {
            "language": {
                "code": "cs",
                "name": "Czech",
                "plural": {
                    "id": 114,
                    "source": 0,
                    "number": 3,
                    "formula": "(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2",
                    "type": 22
                },
                "aliases": [
                    "cs_cs",
                    "cz",
                    "csy",
                    "ces",
                    "cze"
                ],
                "direction": "ltr",
                "population": 13045532,
                "web_url": "https://weblate.c1.npshopping.com/languages/cs/",
                "url": "https://weblate.c1.npshopping.com/api/languages/cs/?format=api",
                "statistics_url": "https://weblate.c1.npshopping.com/api/languages/cs/statistics/?format=api"
            },
            "component": {
                "name": "cabinet",
                "slug": "cabinet",
                "id": 7,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 148,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485035,
                    "web_url": "https://weblate.c1.npshopping.com/languages/en/",
                    "url": "https://weblate.c1.npshopping.com/api/languages/en/?format=api",
                    "statistics_url": "https://weblate.c1.npshopping.com/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Nova Global",
                    "slug": "nova-global",
                    "id": 1,
                    "web": "https://my.nova.global",
                    "web_url": "https://weblate.c1.npshopping.com/projects/nova-global/",
                    "url": "https://weblate.c1.npshopping.com/api/projects/nova-global/?format=api",
                    "components_list_url": "https://weblate.c1.npshopping.com/api/projects/nova-global/components/?format=api",
                    "repository_url": "https://weblate.c1.npshopping.com/api/projects/nova-global/repository/?format=api",
                    "statistics_url": "https://weblate.c1.npshopping.com/api/projects/nova-global/statistics/?format=api",
                    "changes_list_url": "https://weblate.c1.npshopping.com/api/projects/nova-global/changes/?format=api",
                    "languages_url": "https://weblate.c1.npshopping.com/api/projects/nova-global/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "git@github.com:NovaGlobalCompany/npg-translations.git",
                "git_export": "https://weblate.c1.npshopping.com/git/nova-global/cabinet/",
                "branch": "main",
                "push_branch": "",
                "filemask": "locale/cabinet/*.json",
                "template": "locale/cabinet/en.json",
                "edit_template": true,
                "intermediate": "",
                "new_base": "locale/cabinet/en.json",
                "file_format": "i18nextv4",
                "license": "",
                "license_url": null,
                "agreement": "",
                "web_url": "https://weblate.c1.npshopping.com/projects/nova-global/cabinet/",
                "url": "https://weblate.c1.npshopping.com/api/components/nova-global/cabinet/?format=api",
                "repository_url": "https://weblate.c1.npshopping.com/api/components/nova-global/cabinet/repository/?format=api",
                "translations_url": "https://weblate.c1.npshopping.com/api/components/nova-global/cabinet/translations/?format=api",
                "statistics_url": "https://weblate.c1.npshopping.com/api/components/nova-global/cabinet/statistics/?format=api",
                "lock_url": "https://weblate.c1.npshopping.com/api/components/nova-global/cabinet/lock/?format=api",
                "links_url": "https://weblate.c1.npshopping.com/api/components/nova-global/cabinet/links/?format=api",
                "changes_list_url": "https://weblate.c1.npshopping.com/api/components/nova-global/cabinet/changes/?format=api",
                "task_url": null,
                "new_lang": "none",
                "language_code_style": "",
                "push": "git@github.com:NovaGlobalCompany/npg-translations.git",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
                "addon_message": "Update translation files\n\nUpdated by \"{{ addon_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": true,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [
                    "https://weblate.c1.npshopping.com/api/addons/3/?format=api"
                ],
                "is_glossary": true,
                "glossary_color": "silver"
            },
            "language_code": "cs",
            "id": 51,
            "filename": "locale/cabinet/cs.json",
            "revision": "3592796cb58a7f322f27e0049e268527a0bb5927,3cb2537848cb2e9df5241a1169f2ad4e2215ffff",
            "web_url": "https://weblate.c1.npshopping.com/projects/nova-global/cabinet/cs/",
            "share_url": "https://weblate.c1.npshopping.com/engage/nova-global/cs/",
            "translate_url": "https://weblate.c1.npshopping.com/translate/nova-global/cabinet/cs/",
            "url": "https://weblate.c1.npshopping.com/api/translations/nova-global/cabinet/cs/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 223,
            "total_words": 3625,
            "translated": 222,
            "translated_words": 3619,
            "translated_percent": 99.5,
            "fuzzy": 1,
            "fuzzy_words": 6,
            "fuzzy_percent": 0.4,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2025-07-31T13:16:40.417696Z",
            "last_author": "admin",
            "repository_url": "https://weblate.c1.npshopping.com/api/translations/nova-global/cabinet/cs/repository/?format=api",
            "file_url": "https://weblate.c1.npshopping.com/api/translations/nova-global/cabinet/cs/file/?format=api",
            "statistics_url": "https://weblate.c1.npshopping.com/api/translations/nova-global/cabinet/cs/statistics/?format=api",
            "changes_list_url": "https://weblate.c1.npshopping.com/api/translations/nova-global/cabinet/cs/changes/?format=api",
            "units_list_url": "https://weblate.c1.npshopping.com/api/translations/nova-global/cabinet/cs/units/?format=api"
        },
        {
            "language": {
                "code": "ru",
                "name": "Russian",
                "plural": {
                    "id": 485,
                    "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": 22
                },
                "aliases": [
                    "ru_r",
                    "ru_rr",
                    "rus"
                ],
                "direction": "ltr",
                "population": 195841151,
                "web_url": "https://weblate.c1.npshopping.com/languages/ru/",
                "url": "https://weblate.c1.npshopping.com/api/languages/ru/?format=api",
                "statistics_url": "https://weblate.c1.npshopping.com/api/languages/ru/statistics/?format=api"
            },
            "component": {
                "name": "cabinet",
                "slug": "cabinet",
                "id": 7,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 148,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485035,
                    "web_url": "https://weblate.c1.npshopping.com/languages/en/",
                    "url": "https://weblate.c1.npshopping.com/api/languages/en/?format=api",
                    "statistics_url": "https://weblate.c1.npshopping.com/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Nova Global",
                    "slug": "nova-global",
                    "id": 1,
                    "web": "https://my.nova.global",
                    "web_url": "https://weblate.c1.npshopping.com/projects/nova-global/",
                    "url": "https://weblate.c1.npshopping.com/api/projects/nova-global/?format=api",
                    "components_list_url": "https://weblate.c1.npshopping.com/api/projects/nova-global/components/?format=api",
                    "repository_url": "https://weblate.c1.npshopping.com/api/projects/nova-global/repository/?format=api",
                    "statistics_url": "https://weblate.c1.npshopping.com/api/projects/nova-global/statistics/?format=api",
                    "changes_list_url": "https://weblate.c1.npshopping.com/api/projects/nova-global/changes/?format=api",
                    "languages_url": "https://weblate.c1.npshopping.com/api/projects/nova-global/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "git@github.com:NovaGlobalCompany/npg-translations.git",
                "git_export": "https://weblate.c1.npshopping.com/git/nova-global/cabinet/",
                "branch": "main",
                "push_branch": "",
                "filemask": "locale/cabinet/*.json",
                "template": "locale/cabinet/en.json",
                "edit_template": true,
                "intermediate": "",
                "new_base": "locale/cabinet/en.json",
                "file_format": "i18nextv4",
                "license": "",
                "license_url": null,
                "agreement": "",
                "web_url": "https://weblate.c1.npshopping.com/projects/nova-global/cabinet/",
                "url": "https://weblate.c1.npshopping.com/api/components/nova-global/cabinet/?format=api",
                "repository_url": "https://weblate.c1.npshopping.com/api/components/nova-global/cabinet/repository/?format=api",
                "translations_url": "https://weblate.c1.npshopping.com/api/components/nova-global/cabinet/translations/?format=api",
                "statistics_url": "https://weblate.c1.npshopping.com/api/components/nova-global/cabinet/statistics/?format=api",
                "lock_url": "https://weblate.c1.npshopping.com/api/components/nova-global/cabinet/lock/?format=api",
                "links_url": "https://weblate.c1.npshopping.com/api/components/nova-global/cabinet/links/?format=api",
                "changes_list_url": "https://weblate.c1.npshopping.com/api/components/nova-global/cabinet/changes/?format=api",
                "task_url": null,
                "new_lang": "none",
                "language_code_style": "",
                "push": "git@github.com:NovaGlobalCompany/npg-translations.git",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
                "addon_message": "Update translation files\n\nUpdated by \"{{ addon_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": true,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [
                    "https://weblate.c1.npshopping.com/api/addons/3/?format=api"
                ],
                "is_glossary": true,
                "glossary_color": "silver"
            },
            "language_code": "ru",
            "id": 52,
            "filename": "locale/cabinet/ru.json",
            "revision": "8b012d86065fb47858d85931a2103575508bf640,3cb2537848cb2e9df5241a1169f2ad4e2215ffff",
            "web_url": "https://weblate.c1.npshopping.com/projects/nova-global/cabinet/ru/",
            "share_url": "https://weblate.c1.npshopping.com/engage/nova-global/ru/",
            "translate_url": "https://weblate.c1.npshopping.com/translate/nova-global/cabinet/ru/",
            "url": "https://weblate.c1.npshopping.com/api/translations/nova-global/cabinet/ru/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 223,
            "total_words": 3625,
            "translated": 222,
            "translated_words": 3619,
            "translated_percent": 99.5,
            "fuzzy": 1,
            "fuzzy_words": 6,
            "fuzzy_percent": 0.4,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 1,
            "have_comment": 0,
            "last_change": "2025-07-31T13:19:16.275367Z",
            "last_author": "admin",
            "repository_url": "https://weblate.c1.npshopping.com/api/translations/nova-global/cabinet/ru/repository/?format=api",
            "file_url": "https://weblate.c1.npshopping.com/api/translations/nova-global/cabinet/ru/file/?format=api",
            "statistics_url": "https://weblate.c1.npshopping.com/api/translations/nova-global/cabinet/ru/statistics/?format=api",
            "changes_list_url": "https://weblate.c1.npshopping.com/api/translations/nova-global/cabinet/ru/changes/?format=api",
            "units_list_url": "https://weblate.c1.npshopping.com/api/translations/nova-global/cabinet/ru/units/?format=api"
        },
        {
            "language": {
                "code": "cs",
                "name": "Czech",
                "plural": {
                    "id": 114,
                    "source": 0,
                    "number": 3,
                    "formula": "(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2",
                    "type": 22
                },
                "aliases": [
                    "cs_cs",
                    "cz",
                    "csy",
                    "ces",
                    "cze"
                ],
                "direction": "ltr",
                "population": 13045532,
                "web_url": "https://weblate.c1.npshopping.com/languages/cs/",
                "url": "https://weblate.c1.npshopping.com/api/languages/cs/?format=api",
                "statistics_url": "https://weblate.c1.npshopping.com/api/languages/cs/statistics/?format=api"
            },
            "component": {
                "name": "auth",
                "slug": "auth",
                "id": 8,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 148,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485035,
                    "web_url": "https://weblate.c1.npshopping.com/languages/en/",
                    "url": "https://weblate.c1.npshopping.com/api/languages/en/?format=api",
                    "statistics_url": "https://weblate.c1.npshopping.com/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Nova Global",
                    "slug": "nova-global",
                    "id": 1,
                    "web": "https://my.nova.global",
                    "web_url": "https://weblate.c1.npshopping.com/projects/nova-global/",
                    "url": "https://weblate.c1.npshopping.com/api/projects/nova-global/?format=api",
                    "components_list_url": "https://weblate.c1.npshopping.com/api/projects/nova-global/components/?format=api",
                    "repository_url": "https://weblate.c1.npshopping.com/api/projects/nova-global/repository/?format=api",
                    "statistics_url": "https://weblate.c1.npshopping.com/api/projects/nova-global/statistics/?format=api",
                    "changes_list_url": "https://weblate.c1.npshopping.com/api/projects/nova-global/changes/?format=api",
                    "languages_url": "https://weblate.c1.npshopping.com/api/projects/nova-global/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "git@github.com:NovaGlobalCompany/npg-translations.git",
                "git_export": "https://weblate.c1.npshopping.com/git/nova-global/auth/",
                "branch": "main",
                "push_branch": "",
                "filemask": "locale/auth/*.json",
                "template": "locale/auth/en.json",
                "edit_template": true,
                "intermediate": "",
                "new_base": "index.json",
                "file_format": "i18nextv4",
                "license": "",
                "license_url": null,
                "agreement": "",
                "web_url": "https://weblate.c1.npshopping.com/projects/nova-global/auth/",
                "url": "https://weblate.c1.npshopping.com/api/components/nova-global/auth/?format=api",
                "repository_url": "https://weblate.c1.npshopping.com/api/components/nova-global/auth/repository/?format=api",
                "translations_url": "https://weblate.c1.npshopping.com/api/components/nova-global/auth/translations/?format=api",
                "statistics_url": "https://weblate.c1.npshopping.com/api/components/nova-global/auth/statistics/?format=api",
                "lock_url": "https://weblate.c1.npshopping.com/api/components/nova-global/auth/lock/?format=api",
                "links_url": "https://weblate.c1.npshopping.com/api/components/nova-global/auth/links/?format=api",
                "changes_list_url": "https://weblate.c1.npshopping.com/api/components/nova-global/auth/changes/?format=api",
                "task_url": null,
                "new_lang": "none",
                "language_code_style": "",
                "push": "git@github.com:NovaGlobalCompany/npg-translations.git",
                "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": true,
                "glossary_color": "silver"
            },
            "language_code": "cs",
            "id": 53,
            "filename": "locale/auth/cs.json",
            "revision": "078703c3dd4562a031702e05545c2e74e6618fc7,391fac87ccfe625fdb07e91264f46e7f0d8d9c8e",
            "web_url": "https://weblate.c1.npshopping.com/projects/nova-global/auth/cs/",
            "share_url": "https://weblate.c1.npshopping.com/engage/nova-global/cs/",
            "translate_url": "https://weblate.c1.npshopping.com/translate/nova-global/auth/cs/",
            "url": "https://weblate.c1.npshopping.com/api/translations/nova-global/auth/cs/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 33,
            "total_words": 188,
            "translated": 33,
            "translated_words": 188,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2023-06-13T11:36:59.320211Z",
            "last_author": "admin",
            "repository_url": "https://weblate.c1.npshopping.com/api/translations/nova-global/auth/cs/repository/?format=api",
            "file_url": "https://weblate.c1.npshopping.com/api/translations/nova-global/auth/cs/file/?format=api",
            "statistics_url": "https://weblate.c1.npshopping.com/api/translations/nova-global/auth/cs/statistics/?format=api",
            "changes_list_url": "https://weblate.c1.npshopping.com/api/translations/nova-global/auth/cs/changes/?format=api",
            "units_list_url": "https://weblate.c1.npshopping.com/api/translations/nova-global/auth/cs/units/?format=api"
        },
        {
            "language": {
                "code": "ru",
                "name": "Russian",
                "plural": {
                    "id": 485,
                    "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": 22
                },
                "aliases": [
                    "ru_r",
                    "ru_rr",
                    "rus"
                ],
                "direction": "ltr",
                "population": 195841151,
                "web_url": "https://weblate.c1.npshopping.com/languages/ru/",
                "url": "https://weblate.c1.npshopping.com/api/languages/ru/?format=api",
                "statistics_url": "https://weblate.c1.npshopping.com/api/languages/ru/statistics/?format=api"
            },
            "component": {
                "name": "auth",
                "slug": "auth",
                "id": 8,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 148,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485035,
                    "web_url": "https://weblate.c1.npshopping.com/languages/en/",
                    "url": "https://weblate.c1.npshopping.com/api/languages/en/?format=api",
                    "statistics_url": "https://weblate.c1.npshopping.com/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Nova Global",
                    "slug": "nova-global",
                    "id": 1,
                    "web": "https://my.nova.global",
                    "web_url": "https://weblate.c1.npshopping.com/projects/nova-global/",
                    "url": "https://weblate.c1.npshopping.com/api/projects/nova-global/?format=api",
                    "components_list_url": "https://weblate.c1.npshopping.com/api/projects/nova-global/components/?format=api",
                    "repository_url": "https://weblate.c1.npshopping.com/api/projects/nova-global/repository/?format=api",
                    "statistics_url": "https://weblate.c1.npshopping.com/api/projects/nova-global/statistics/?format=api",
                    "changes_list_url": "https://weblate.c1.npshopping.com/api/projects/nova-global/changes/?format=api",
                    "languages_url": "https://weblate.c1.npshopping.com/api/projects/nova-global/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "git@github.com:NovaGlobalCompany/npg-translations.git",
                "git_export": "https://weblate.c1.npshopping.com/git/nova-global/auth/",
                "branch": "main",
                "push_branch": "",
                "filemask": "locale/auth/*.json",
                "template": "locale/auth/en.json",
                "edit_template": true,
                "intermediate": "",
                "new_base": "index.json",
                "file_format": "i18nextv4",
                "license": "",
                "license_url": null,
                "agreement": "",
                "web_url": "https://weblate.c1.npshopping.com/projects/nova-global/auth/",
                "url": "https://weblate.c1.npshopping.com/api/components/nova-global/auth/?format=api",
                "repository_url": "https://weblate.c1.npshopping.com/api/components/nova-global/auth/repository/?format=api",
                "translations_url": "https://weblate.c1.npshopping.com/api/components/nova-global/auth/translations/?format=api",
                "statistics_url": "https://weblate.c1.npshopping.com/api/components/nova-global/auth/statistics/?format=api",
                "lock_url": "https://weblate.c1.npshopping.com/api/components/nova-global/auth/lock/?format=api",
                "links_url": "https://weblate.c1.npshopping.com/api/components/nova-global/auth/links/?format=api",
                "changes_list_url": "https://weblate.c1.npshopping.com/api/components/nova-global/auth/changes/?format=api",
                "task_url": null,
                "new_lang": "none",
                "language_code_style": "",
                "push": "git@github.com:NovaGlobalCompany/npg-translations.git",
                "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": true,
                "glossary_color": "silver"
            },
            "language_code": "ru",
            "id": 54,
            "filename": "locale/auth/ru.json",
            "revision": "6d227091207616afcc9d0d392c123a6b0753ae42,391fac87ccfe625fdb07e91264f46e7f0d8d9c8e",
            "web_url": "https://weblate.c1.npshopping.com/projects/nova-global/auth/ru/",
            "share_url": "https://weblate.c1.npshopping.com/engage/nova-global/ru/",
            "translate_url": "https://weblate.c1.npshopping.com/translate/nova-global/auth/ru/",
            "url": "https://weblate.c1.npshopping.com/api/translations/nova-global/auth/ru/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 33,
            "total_words": 188,
            "translated": 33,
            "translated_words": 188,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2023-06-13T11:40:18.901950Z",
            "last_author": "admin",
            "repository_url": "https://weblate.c1.npshopping.com/api/translations/nova-global/auth/ru/repository/?format=api",
            "file_url": "https://weblate.c1.npshopping.com/api/translations/nova-global/auth/ru/file/?format=api",
            "statistics_url": "https://weblate.c1.npshopping.com/api/translations/nova-global/auth/ru/statistics/?format=api",
            "changes_list_url": "https://weblate.c1.npshopping.com/api/translations/nova-global/auth/ru/changes/?format=api",
            "units_list_url": "https://weblate.c1.npshopping.com/api/translations/nova-global/auth/ru/units/?format=api"
        },
        {
            "language": {
                "code": "cs",
                "name": "Czech",
                "plural": {
                    "id": 114,
                    "source": 0,
                    "number": 3,
                    "formula": "(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2",
                    "type": 22
                },
                "aliases": [
                    "cs_cs",
                    "cz",
                    "csy",
                    "ces",
                    "cze"
                ],
                "direction": "ltr",
                "population": 13045532,
                "web_url": "https://weblate.c1.npshopping.com/languages/cs/",
                "url": "https://weblate.c1.npshopping.com/api/languages/cs/?format=api",
                "statistics_url": "https://weblate.c1.npshopping.com/api/languages/cs/statistics/?format=api"
            },
            "component": {
                "name": "send-parcel",
                "slug": "send-parcel",
                "id": 9,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 148,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485035,
                    "web_url": "https://weblate.c1.npshopping.com/languages/en/",
                    "url": "https://weblate.c1.npshopping.com/api/languages/en/?format=api",
                    "statistics_url": "https://weblate.c1.npshopping.com/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Nova Global",
                    "slug": "nova-global",
                    "id": 1,
                    "web": "https://my.nova.global",
                    "web_url": "https://weblate.c1.npshopping.com/projects/nova-global/",
                    "url": "https://weblate.c1.npshopping.com/api/projects/nova-global/?format=api",
                    "components_list_url": "https://weblate.c1.npshopping.com/api/projects/nova-global/components/?format=api",
                    "repository_url": "https://weblate.c1.npshopping.com/api/projects/nova-global/repository/?format=api",
                    "statistics_url": "https://weblate.c1.npshopping.com/api/projects/nova-global/statistics/?format=api",
                    "changes_list_url": "https://weblate.c1.npshopping.com/api/projects/nova-global/changes/?format=api",
                    "languages_url": "https://weblate.c1.npshopping.com/api/projects/nova-global/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "git@github.com:NovaGlobalCompany/npg-translations.git",
                "git_export": "https://weblate.c1.npshopping.com/git/nova-global/send-parcel/",
                "branch": "main",
                "push_branch": "",
                "filemask": "locale/send-parcel/*.json",
                "template": "locale/send-parcel/en.json",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "i18nextv4",
                "license": "",
                "license_url": null,
                "agreement": "",
                "web_url": "https://weblate.c1.npshopping.com/projects/nova-global/send-parcel/",
                "url": "https://weblate.c1.npshopping.com/api/components/nova-global/send-parcel/?format=api",
                "repository_url": "https://weblate.c1.npshopping.com/api/components/nova-global/send-parcel/repository/?format=api",
                "translations_url": "https://weblate.c1.npshopping.com/api/components/nova-global/send-parcel/translations/?format=api",
                "statistics_url": "https://weblate.c1.npshopping.com/api/components/nova-global/send-parcel/statistics/?format=api",
                "lock_url": "https://weblate.c1.npshopping.com/api/components/nova-global/send-parcel/lock/?format=api",
                "links_url": "https://weblate.c1.npshopping.com/api/components/nova-global/send-parcel/links/?format=api",
                "changes_list_url": "https://weblate.c1.npshopping.com/api/components/nova-global/send-parcel/changes/?format=api",
                "task_url": null,
                "new_lang": "none",
                "language_code_style": "",
                "push": "git@github.com:NovaGlobalCompany/npg-translations.git",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
                "addon_message": "Update translation files\n\nUpdated by \"{{ addon_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": true,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": true,
                "glossary_color": "silver"
            },
            "language_code": "cs",
            "id": 55,
            "filename": "locale/send-parcel/cs.json",
            "revision": "b7e46abf556720d32e03dadfbabc502de059f42e,cc2ff11044f8c74553c9bd925549ed30df9cbc8e",
            "web_url": "https://weblate.c1.npshopping.com/projects/nova-global/send-parcel/cs/",
            "share_url": "https://weblate.c1.npshopping.com/engage/nova-global/cs/",
            "translate_url": "https://weblate.c1.npshopping.com/translate/nova-global/send-parcel/cs/",
            "url": "https://weblate.c1.npshopping.com/api/translations/nova-global/send-parcel/cs/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 473,
            "total_words": 3468,
            "translated": 472,
            "translated_words": 3453,
            "translated_percent": 99.7,
            "fuzzy": 1,
            "fuzzy_words": 15,
            "fuzzy_percent": 0.2,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-11-20T10:16:41.373546Z",
            "last_author": "Oleh Stepaniuk",
            "repository_url": "https://weblate.c1.npshopping.com/api/translations/nova-global/send-parcel/cs/repository/?format=api",
            "file_url": "https://weblate.c1.npshopping.com/api/translations/nova-global/send-parcel/cs/file/?format=api",
            "statistics_url": "https://weblate.c1.npshopping.com/api/translations/nova-global/send-parcel/cs/statistics/?format=api",
            "changes_list_url": "https://weblate.c1.npshopping.com/api/translations/nova-global/send-parcel/cs/changes/?format=api",
            "units_list_url": "https://weblate.c1.npshopping.com/api/translations/nova-global/send-parcel/cs/units/?format=api"
        },
        {
            "language": {
                "code": "ru",
                "name": "Russian",
                "plural": {
                    "id": 485,
                    "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": 22
                },
                "aliases": [
                    "ru_r",
                    "ru_rr",
                    "rus"
                ],
                "direction": "ltr",
                "population": 195841151,
                "web_url": "https://weblate.c1.npshopping.com/languages/ru/",
                "url": "https://weblate.c1.npshopping.com/api/languages/ru/?format=api",
                "statistics_url": "https://weblate.c1.npshopping.com/api/languages/ru/statistics/?format=api"
            },
            "component": {
                "name": "send-parcel",
                "slug": "send-parcel",
                "id": 9,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 148,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485035,
                    "web_url": "https://weblate.c1.npshopping.com/languages/en/",
                    "url": "https://weblate.c1.npshopping.com/api/languages/en/?format=api",
                    "statistics_url": "https://weblate.c1.npshopping.com/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Nova Global",
                    "slug": "nova-global",
                    "id": 1,
                    "web": "https://my.nova.global",
                    "web_url": "https://weblate.c1.npshopping.com/projects/nova-global/",
                    "url": "https://weblate.c1.npshopping.com/api/projects/nova-global/?format=api",
                    "components_list_url": "https://weblate.c1.npshopping.com/api/projects/nova-global/components/?format=api",
                    "repository_url": "https://weblate.c1.npshopping.com/api/projects/nova-global/repository/?format=api",
                    "statistics_url": "https://weblate.c1.npshopping.com/api/projects/nova-global/statistics/?format=api",
                    "changes_list_url": "https://weblate.c1.npshopping.com/api/projects/nova-global/changes/?format=api",
                    "languages_url": "https://weblate.c1.npshopping.com/api/projects/nova-global/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "git@github.com:NovaGlobalCompany/npg-translations.git",
                "git_export": "https://weblate.c1.npshopping.com/git/nova-global/send-parcel/",
                "branch": "main",
                "push_branch": "",
                "filemask": "locale/send-parcel/*.json",
                "template": "locale/send-parcel/en.json",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "i18nextv4",
                "license": "",
                "license_url": null,
                "agreement": "",
                "web_url": "https://weblate.c1.npshopping.com/projects/nova-global/send-parcel/",
                "url": "https://weblate.c1.npshopping.com/api/components/nova-global/send-parcel/?format=api",
                "repository_url": "https://weblate.c1.npshopping.com/api/components/nova-global/send-parcel/repository/?format=api",
                "translations_url": "https://weblate.c1.npshopping.com/api/components/nova-global/send-parcel/translations/?format=api",
                "statistics_url": "https://weblate.c1.npshopping.com/api/components/nova-global/send-parcel/statistics/?format=api",
                "lock_url": "https://weblate.c1.npshopping.com/api/components/nova-global/send-parcel/lock/?format=api",
                "links_url": "https://weblate.c1.npshopping.com/api/components/nova-global/send-parcel/links/?format=api",
                "changes_list_url": "https://weblate.c1.npshopping.com/api/components/nova-global/send-parcel/changes/?format=api",
                "task_url": null,
                "new_lang": "none",
                "language_code_style": "",
                "push": "git@github.com:NovaGlobalCompany/npg-translations.git",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
                "addon_message": "Update translation files\n\nUpdated by \"{{ addon_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": true,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": true,
                "glossary_color": "silver"
            },
            "language_code": "ru",
            "id": 56,
            "filename": "locale/send-parcel/ru.json",
            "revision": "e0150a72946468faf4577657eceb149170435639,cc2ff11044f8c74553c9bd925549ed30df9cbc8e",
            "web_url": "https://weblate.c1.npshopping.com/projects/nova-global/send-parcel/ru/",
            "share_url": "https://weblate.c1.npshopping.com/engage/nova-global/ru/",
            "translate_url": "https://weblate.c1.npshopping.com/translate/nova-global/send-parcel/ru/",
            "url": "https://weblate.c1.npshopping.com/api/translations/nova-global/send-parcel/ru/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 473,
            "total_words": 3468,
            "translated": 472,
            "translated_words": 3453,
            "translated_percent": 99.7,
            "fuzzy": 1,
            "fuzzy_words": 15,
            "fuzzy_percent": 0.2,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-11-20T10:22:13.840932Z",
            "last_author": "Oleh Stepaniuk",
            "repository_url": "https://weblate.c1.npshopping.com/api/translations/nova-global/send-parcel/ru/repository/?format=api",
            "file_url": "https://weblate.c1.npshopping.com/api/translations/nova-global/send-parcel/ru/file/?format=api",
            "statistics_url": "https://weblate.c1.npshopping.com/api/translations/nova-global/send-parcel/ru/statistics/?format=api",
            "changes_list_url": "https://weblate.c1.npshopping.com/api/translations/nova-global/send-parcel/ru/changes/?format=api",
            "units_list_url": "https://weblate.c1.npshopping.com/api/translations/nova-global/send-parcel/ru/units/?format=api"
        },
        {
            "language": {
                "code": "sk",
                "name": "Slovak",
                "plural": {
                    "id": 518,
                    "source": 0,
                    "number": 3,
                    "formula": "(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2",
                    "type": 22
                },
                "aliases": [
                    "svk",
                    "sky",
                    "slk",
                    "slo"
                ],
                "direction": "ltr",
                "population": 6680269,
                "web_url": "https://weblate.c1.npshopping.com/languages/sk/",
                "url": "https://weblate.c1.npshopping.com/api/languages/sk/?format=api",
                "statistics_url": "https://weblate.c1.npshopping.com/api/languages/sk/statistics/?format=api"
            },
            "component": {
                "name": "core",
                "slug": "core",
                "id": 6,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 148,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485035,
                    "web_url": "https://weblate.c1.npshopping.com/languages/en/",
                    "url": "https://weblate.c1.npshopping.com/api/languages/en/?format=api",
                    "statistics_url": "https://weblate.c1.npshopping.com/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Nova Global",
                    "slug": "nova-global",
                    "id": 1,
                    "web": "https://my.nova.global",
                    "web_url": "https://weblate.c1.npshopping.com/projects/nova-global/",
                    "url": "https://weblate.c1.npshopping.com/api/projects/nova-global/?format=api",
                    "components_list_url": "https://weblate.c1.npshopping.com/api/projects/nova-global/components/?format=api",
                    "repository_url": "https://weblate.c1.npshopping.com/api/projects/nova-global/repository/?format=api",
                    "statistics_url": "https://weblate.c1.npshopping.com/api/projects/nova-global/statistics/?format=api",
                    "changes_list_url": "https://weblate.c1.npshopping.com/api/projects/nova-global/changes/?format=api",
                    "languages_url": "https://weblate.c1.npshopping.com/api/projects/nova-global/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "git@github.com:NovaGlobalCompany/npg-translations.git",
                "git_export": "https://weblate.c1.npshopping.com/git/nova-global/core/",
                "branch": "main",
                "push_branch": "",
                "filemask": "locale/core/*.json",
                "template": "locale/core/en.json",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "i18nextv4",
                "license": "",
                "license_url": null,
                "agreement": "",
                "web_url": "https://weblate.c1.npshopping.com/projects/nova-global/core/",
                "url": "https://weblate.c1.npshopping.com/api/components/nova-global/core/?format=api",
                "repository_url": "https://weblate.c1.npshopping.com/api/components/nova-global/core/repository/?format=api",
                "translations_url": "https://weblate.c1.npshopping.com/api/components/nova-global/core/translations/?format=api",
                "statistics_url": "https://weblate.c1.npshopping.com/api/components/nova-global/core/statistics/?format=api",
                "lock_url": "https://weblate.c1.npshopping.com/api/components/nova-global/core/lock/?format=api",
                "links_url": "https://weblate.c1.npshopping.com/api/components/nova-global/core/links/?format=api",
                "changes_list_url": "https://weblate.c1.npshopping.com/api/components/nova-global/core/changes/?format=api",
                "task_url": null,
                "new_lang": "none",
                "language_code_style": "",
                "push": "git@github.com:NovaGlobalCompany/npg-translations.git",
                "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": [
                    "https://weblate.c1.npshopping.com/api/addons/1/?format=api"
                ],
                "is_glossary": true,
                "glossary_color": "silver"
            },
            "language_code": "sk",
            "id": 57,
            "filename": "locale/core/sk.json",
            "revision": "a0ce1516b20a303ee2a56b9ed538b983800ea4b6,1c0c0ace4fc0761898afd82deacde3399d20ab05",
            "web_url": "https://weblate.c1.npshopping.com/projects/nova-global/core/sk/",
            "share_url": "https://weblate.c1.npshopping.com/engage/nova-global/sk/",
            "translate_url": "https://weblate.c1.npshopping.com/translate/nova-global/core/sk/",
            "url": "https://weblate.c1.npshopping.com/api/translations/nova-global/core/sk/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 1306,
            "total_words": 10088,
            "translated": 1270,
            "translated_words": 9888,
            "translated_percent": 97.2,
            "fuzzy": 4,
            "fuzzy_words": 41,
            "fuzzy_percent": 0.3,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 24,
            "have_comment": 0,
            "last_change": "2025-07-02T13:28:45.830635Z",
            "last_author": "admin",
            "repository_url": "https://weblate.c1.npshopping.com/api/translations/nova-global/core/sk/repository/?format=api",
            "file_url": "https://weblate.c1.npshopping.com/api/translations/nova-global/core/sk/file/?format=api",
            "statistics_url": "https://weblate.c1.npshopping.com/api/translations/nova-global/core/sk/statistics/?format=api",
            "changes_list_url": "https://weblate.c1.npshopping.com/api/translations/nova-global/core/sk/changes/?format=api",
            "units_list_url": "https://weblate.c1.npshopping.com/api/translations/nova-global/core/sk/units/?format=api"
        },
        {
            "language": {
                "code": "sk",
                "name": "Slovak",
                "plural": {
                    "id": 518,
                    "source": 0,
                    "number": 3,
                    "formula": "(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2",
                    "type": 22
                },
                "aliases": [
                    "svk",
                    "sky",
                    "slk",
                    "slo"
                ],
                "direction": "ltr",
                "population": 6680269,
                "web_url": "https://weblate.c1.npshopping.com/languages/sk/",
                "url": "https://weblate.c1.npshopping.com/api/languages/sk/?format=api",
                "statistics_url": "https://weblate.c1.npshopping.com/api/languages/sk/statistics/?format=api"
            },
            "component": {
                "name": "cabinet",
                "slug": "cabinet",
                "id": 7,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 148,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485035,
                    "web_url": "https://weblate.c1.npshopping.com/languages/en/",
                    "url": "https://weblate.c1.npshopping.com/api/languages/en/?format=api",
                    "statistics_url": "https://weblate.c1.npshopping.com/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Nova Global",
                    "slug": "nova-global",
                    "id": 1,
                    "web": "https://my.nova.global",
                    "web_url": "https://weblate.c1.npshopping.com/projects/nova-global/",
                    "url": "https://weblate.c1.npshopping.com/api/projects/nova-global/?format=api",
                    "components_list_url": "https://weblate.c1.npshopping.com/api/projects/nova-global/components/?format=api",
                    "repository_url": "https://weblate.c1.npshopping.com/api/projects/nova-global/repository/?format=api",
                    "statistics_url": "https://weblate.c1.npshopping.com/api/projects/nova-global/statistics/?format=api",
                    "changes_list_url": "https://weblate.c1.npshopping.com/api/projects/nova-global/changes/?format=api",
                    "languages_url": "https://weblate.c1.npshopping.com/api/projects/nova-global/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "git@github.com:NovaGlobalCompany/npg-translations.git",
                "git_export": "https://weblate.c1.npshopping.com/git/nova-global/cabinet/",
                "branch": "main",
                "push_branch": "",
                "filemask": "locale/cabinet/*.json",
                "template": "locale/cabinet/en.json",
                "edit_template": true,
                "intermediate": "",
                "new_base": "locale/cabinet/en.json",
                "file_format": "i18nextv4",
                "license": "",
                "license_url": null,
                "agreement": "",
                "web_url": "https://weblate.c1.npshopping.com/projects/nova-global/cabinet/",
                "url": "https://weblate.c1.npshopping.com/api/components/nova-global/cabinet/?format=api",
                "repository_url": "https://weblate.c1.npshopping.com/api/components/nova-global/cabinet/repository/?format=api",
                "translations_url": "https://weblate.c1.npshopping.com/api/components/nova-global/cabinet/translations/?format=api",
                "statistics_url": "https://weblate.c1.npshopping.com/api/components/nova-global/cabinet/statistics/?format=api",
                "lock_url": "https://weblate.c1.npshopping.com/api/components/nova-global/cabinet/lock/?format=api",
                "links_url": "https://weblate.c1.npshopping.com/api/components/nova-global/cabinet/links/?format=api",
                "changes_list_url": "https://weblate.c1.npshopping.com/api/components/nova-global/cabinet/changes/?format=api",
                "task_url": null,
                "new_lang": "none",
                "language_code_style": "",
                "push": "git@github.com:NovaGlobalCompany/npg-translations.git",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
                "addon_message": "Update translation files\n\nUpdated by \"{{ addon_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": true,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [
                    "https://weblate.c1.npshopping.com/api/addons/3/?format=api"
                ],
                "is_glossary": true,
                "glossary_color": "silver"
            },
            "language_code": "sk",
            "id": 58,
            "filename": "locale/cabinet/sk.json",
            "revision": "471948dd37ce6df10c7e2ade845aa25431653e69,3cb2537848cb2e9df5241a1169f2ad4e2215ffff",
            "web_url": "https://weblate.c1.npshopping.com/projects/nova-global/cabinet/sk/",
            "share_url": "https://weblate.c1.npshopping.com/engage/nova-global/sk/",
            "translate_url": "https://weblate.c1.npshopping.com/translate/nova-global/cabinet/sk/",
            "url": "https://weblate.c1.npshopping.com/api/translations/nova-global/cabinet/sk/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 223,
            "total_words": 3625,
            "translated": 222,
            "translated_words": 3619,
            "translated_percent": 99.5,
            "fuzzy": 1,
            "fuzzy_words": 6,
            "fuzzy_percent": 0.4,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2025-07-31T13:19:26.130136Z",
            "last_author": "admin",
            "repository_url": "https://weblate.c1.npshopping.com/api/translations/nova-global/cabinet/sk/repository/?format=api",
            "file_url": "https://weblate.c1.npshopping.com/api/translations/nova-global/cabinet/sk/file/?format=api",
            "statistics_url": "https://weblate.c1.npshopping.com/api/translations/nova-global/cabinet/sk/statistics/?format=api",
            "changes_list_url": "https://weblate.c1.npshopping.com/api/translations/nova-global/cabinet/sk/changes/?format=api",
            "units_list_url": "https://weblate.c1.npshopping.com/api/translations/nova-global/cabinet/sk/units/?format=api"
        },
        {
            "language": {
                "code": "sk",
                "name": "Slovak",
                "plural": {
                    "id": 518,
                    "source": 0,
                    "number": 3,
                    "formula": "(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2",
                    "type": 22
                },
                "aliases": [
                    "svk",
                    "sky",
                    "slk",
                    "slo"
                ],
                "direction": "ltr",
                "population": 6680269,
                "web_url": "https://weblate.c1.npshopping.com/languages/sk/",
                "url": "https://weblate.c1.npshopping.com/api/languages/sk/?format=api",
                "statistics_url": "https://weblate.c1.npshopping.com/api/languages/sk/statistics/?format=api"
            },
            "component": {
                "name": "send-parcel",
                "slug": "send-parcel",
                "id": 9,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 148,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485035,
                    "web_url": "https://weblate.c1.npshopping.com/languages/en/",
                    "url": "https://weblate.c1.npshopping.com/api/languages/en/?format=api",
                    "statistics_url": "https://weblate.c1.npshopping.com/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Nova Global",
                    "slug": "nova-global",
                    "id": 1,
                    "web": "https://my.nova.global",
                    "web_url": "https://weblate.c1.npshopping.com/projects/nova-global/",
                    "url": "https://weblate.c1.npshopping.com/api/projects/nova-global/?format=api",
                    "components_list_url": "https://weblate.c1.npshopping.com/api/projects/nova-global/components/?format=api",
                    "repository_url": "https://weblate.c1.npshopping.com/api/projects/nova-global/repository/?format=api",
                    "statistics_url": "https://weblate.c1.npshopping.com/api/projects/nova-global/statistics/?format=api",
                    "changes_list_url": "https://weblate.c1.npshopping.com/api/projects/nova-global/changes/?format=api",
                    "languages_url": "https://weblate.c1.npshopping.com/api/projects/nova-global/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "git@github.com:NovaGlobalCompany/npg-translations.git",
                "git_export": "https://weblate.c1.npshopping.com/git/nova-global/send-parcel/",
                "branch": "main",
                "push_branch": "",
                "filemask": "locale/send-parcel/*.json",
                "template": "locale/send-parcel/en.json",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "i18nextv4",
                "license": "",
                "license_url": null,
                "agreement": "",
                "web_url": "https://weblate.c1.npshopping.com/projects/nova-global/send-parcel/",
                "url": "https://weblate.c1.npshopping.com/api/components/nova-global/send-parcel/?format=api",
                "repository_url": "https://weblate.c1.npshopping.com/api/components/nova-global/send-parcel/repository/?format=api",
                "translations_url": "https://weblate.c1.npshopping.com/api/components/nova-global/send-parcel/translations/?format=api",
                "statistics_url": "https://weblate.c1.npshopping.com/api/components/nova-global/send-parcel/statistics/?format=api",
                "lock_url": "https://weblate.c1.npshopping.com/api/components/nova-global/send-parcel/lock/?format=api",
                "links_url": "https://weblate.c1.npshopping.com/api/components/nova-global/send-parcel/links/?format=api",
                "changes_list_url": "https://weblate.c1.npshopping.com/api/components/nova-global/send-parcel/changes/?format=api",
                "task_url": null,
                "new_lang": "none",
                "language_code_style": "",
                "push": "git@github.com:NovaGlobalCompany/npg-translations.git",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
                "addon_message": "Update translation files\n\nUpdated by \"{{ addon_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": true,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": true,
                "glossary_color": "silver"
            },
            "language_code": "sk",
            "id": 59,
            "filename": "locale/send-parcel/sk.json",
            "revision": "fbaf7bf0515f9921f423876a719b4b393f0b06f8,cc2ff11044f8c74553c9bd925549ed30df9cbc8e",
            "web_url": "https://weblate.c1.npshopping.com/projects/nova-global/send-parcel/sk/",
            "share_url": "https://weblate.c1.npshopping.com/engage/nova-global/sk/",
            "translate_url": "https://weblate.c1.npshopping.com/translate/nova-global/send-parcel/sk/",
            "url": "https://weblate.c1.npshopping.com/api/translations/nova-global/send-parcel/sk/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 473,
            "total_words": 3468,
            "translated": 472,
            "translated_words": 3453,
            "translated_percent": 99.7,
            "fuzzy": 1,
            "fuzzy_words": 15,
            "fuzzy_percent": 0.2,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-11-20T10:22:18.886533Z",
            "last_author": "Oleh Stepaniuk",
            "repository_url": "https://weblate.c1.npshopping.com/api/translations/nova-global/send-parcel/sk/repository/?format=api",
            "file_url": "https://weblate.c1.npshopping.com/api/translations/nova-global/send-parcel/sk/file/?format=api",
            "statistics_url": "https://weblate.c1.npshopping.com/api/translations/nova-global/send-parcel/sk/statistics/?format=api",
            "changes_list_url": "https://weblate.c1.npshopping.com/api/translations/nova-global/send-parcel/sk/changes/?format=api",
            "units_list_url": "https://weblate.c1.npshopping.com/api/translations/nova-global/send-parcel/sk/units/?format=api"
        },
        {
            "language": {
                "code": "hu",
                "name": "Hungarian",
                "plural": {
                    "id": 261,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "hun"
                ],
                "direction": "ltr",
                "population": 12443429,
                "web_url": "https://weblate.c1.npshopping.com/languages/hu/",
                "url": "https://weblate.c1.npshopping.com/api/languages/hu/?format=api",
                "statistics_url": "https://weblate.c1.npshopping.com/api/languages/hu/statistics/?format=api"
            },
            "component": {
                "name": "core",
                "slug": "core",
                "id": 6,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 148,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485035,
                    "web_url": "https://weblate.c1.npshopping.com/languages/en/",
                    "url": "https://weblate.c1.npshopping.com/api/languages/en/?format=api",
                    "statistics_url": "https://weblate.c1.npshopping.com/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Nova Global",
                    "slug": "nova-global",
                    "id": 1,
                    "web": "https://my.nova.global",
                    "web_url": "https://weblate.c1.npshopping.com/projects/nova-global/",
                    "url": "https://weblate.c1.npshopping.com/api/projects/nova-global/?format=api",
                    "components_list_url": "https://weblate.c1.npshopping.com/api/projects/nova-global/components/?format=api",
                    "repository_url": "https://weblate.c1.npshopping.com/api/projects/nova-global/repository/?format=api",
                    "statistics_url": "https://weblate.c1.npshopping.com/api/projects/nova-global/statistics/?format=api",
                    "changes_list_url": "https://weblate.c1.npshopping.com/api/projects/nova-global/changes/?format=api",
                    "languages_url": "https://weblate.c1.npshopping.com/api/projects/nova-global/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "git@github.com:NovaGlobalCompany/npg-translations.git",
                "git_export": "https://weblate.c1.npshopping.com/git/nova-global/core/",
                "branch": "main",
                "push_branch": "",
                "filemask": "locale/core/*.json",
                "template": "locale/core/en.json",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "i18nextv4",
                "license": "",
                "license_url": null,
                "agreement": "",
                "web_url": "https://weblate.c1.npshopping.com/projects/nova-global/core/",
                "url": "https://weblate.c1.npshopping.com/api/components/nova-global/core/?format=api",
                "repository_url": "https://weblate.c1.npshopping.com/api/components/nova-global/core/repository/?format=api",
                "translations_url": "https://weblate.c1.npshopping.com/api/components/nova-global/core/translations/?format=api",
                "statistics_url": "https://weblate.c1.npshopping.com/api/components/nova-global/core/statistics/?format=api",
                "lock_url": "https://weblate.c1.npshopping.com/api/components/nova-global/core/lock/?format=api",
                "links_url": "https://weblate.c1.npshopping.com/api/components/nova-global/core/links/?format=api",
                "changes_list_url": "https://weblate.c1.npshopping.com/api/components/nova-global/core/changes/?format=api",
                "task_url": null,
                "new_lang": "none",
                "language_code_style": "",
                "push": "git@github.com:NovaGlobalCompany/npg-translations.git",
                "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": [
                    "https://weblate.c1.npshopping.com/api/addons/1/?format=api"
                ],
                "is_glossary": true,
                "glossary_color": "silver"
            },
            "language_code": "hu",
            "id": 60,
            "filename": "locale/core/hu.json",
            "revision": "c8a79757f70925f9f6f3b039bbccdb2eb0bc5184,1c0c0ace4fc0761898afd82deacde3399d20ab05",
            "web_url": "https://weblate.c1.npshopping.com/projects/nova-global/core/hu/",
            "share_url": "https://weblate.c1.npshopping.com/engage/nova-global/hu/",
            "translate_url": "https://weblate.c1.npshopping.com/translate/nova-global/core/hu/",
            "url": "https://weblate.c1.npshopping.com/api/translations/nova-global/core/hu/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 1306,
            "total_words": 10088,
            "translated": 1270,
            "translated_words": 9900,
            "translated_percent": 97.2,
            "fuzzy": 5,
            "fuzzy_words": 46,
            "fuzzy_percent": 0.3,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 23,
            "have_comment": 0,
            "last_change": "2025-07-02T13:26:25.819598Z",
            "last_author": "admin",
            "repository_url": "https://weblate.c1.npshopping.com/api/translations/nova-global/core/hu/repository/?format=api",
            "file_url": "https://weblate.c1.npshopping.com/api/translations/nova-global/core/hu/file/?format=api",
            "statistics_url": "https://weblate.c1.npshopping.com/api/translations/nova-global/core/hu/statistics/?format=api",
            "changes_list_url": "https://weblate.c1.npshopping.com/api/translations/nova-global/core/hu/changes/?format=api",
            "units_list_url": "https://weblate.c1.npshopping.com/api/translations/nova-global/core/hu/units/?format=api"
        },
        {
            "language": {
                "code": "hu",
                "name": "Hungarian",
                "plural": {
                    "id": 261,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "hun"
                ],
                "direction": "ltr",
                "population": 12443429,
                "web_url": "https://weblate.c1.npshopping.com/languages/hu/",
                "url": "https://weblate.c1.npshopping.com/api/languages/hu/?format=api",
                "statistics_url": "https://weblate.c1.npshopping.com/api/languages/hu/statistics/?format=api"
            },
            "component": {
                "name": "cabinet",
                "slug": "cabinet",
                "id": 7,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 148,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485035,
                    "web_url": "https://weblate.c1.npshopping.com/languages/en/",
                    "url": "https://weblate.c1.npshopping.com/api/languages/en/?format=api",
                    "statistics_url": "https://weblate.c1.npshopping.com/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Nova Global",
                    "slug": "nova-global",
                    "id": 1,
                    "web": "https://my.nova.global",
                    "web_url": "https://weblate.c1.npshopping.com/projects/nova-global/",
                    "url": "https://weblate.c1.npshopping.com/api/projects/nova-global/?format=api",
                    "components_list_url": "https://weblate.c1.npshopping.com/api/projects/nova-global/components/?format=api",
                    "repository_url": "https://weblate.c1.npshopping.com/api/projects/nova-global/repository/?format=api",
                    "statistics_url": "https://weblate.c1.npshopping.com/api/projects/nova-global/statistics/?format=api",
                    "changes_list_url": "https://weblate.c1.npshopping.com/api/projects/nova-global/changes/?format=api",
                    "languages_url": "https://weblate.c1.npshopping.com/api/projects/nova-global/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "git@github.com:NovaGlobalCompany/npg-translations.git",
                "git_export": "https://weblate.c1.npshopping.com/git/nova-global/cabinet/",
                "branch": "main",
                "push_branch": "",
                "filemask": "locale/cabinet/*.json",
                "template": "locale/cabinet/en.json",
                "edit_template": true,
                "intermediate": "",
                "new_base": "locale/cabinet/en.json",
                "file_format": "i18nextv4",
                "license": "",
                "license_url": null,
                "agreement": "",
                "web_url": "https://weblate.c1.npshopping.com/projects/nova-global/cabinet/",
                "url": "https://weblate.c1.npshopping.com/api/components/nova-global/cabinet/?format=api",
                "repository_url": "https://weblate.c1.npshopping.com/api/components/nova-global/cabinet/repository/?format=api",
                "translations_url": "https://weblate.c1.npshopping.com/api/components/nova-global/cabinet/translations/?format=api",
                "statistics_url": "https://weblate.c1.npshopping.com/api/components/nova-global/cabinet/statistics/?format=api",
                "lock_url": "https://weblate.c1.npshopping.com/api/components/nova-global/cabinet/lock/?format=api",
                "links_url": "https://weblate.c1.npshopping.com/api/components/nova-global/cabinet/links/?format=api",
                "changes_list_url": "https://weblate.c1.npshopping.com/api/components/nova-global/cabinet/changes/?format=api",
                "task_url": null,
                "new_lang": "none",
                "language_code_style": "",
                "push": "git@github.com:NovaGlobalCompany/npg-translations.git",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
                "addon_message": "Update translation files\n\nUpdated by \"{{ addon_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": true,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [
                    "https://weblate.c1.npshopping.com/api/addons/3/?format=api"
                ],
                "is_glossary": true,
                "glossary_color": "silver"
            },
            "language_code": "hu",
            "id": 61,
            "filename": "locale/cabinet/hu.json",
            "revision": "03bfc42114a405333e5043e4da5599e867fc8bb8,3cb2537848cb2e9df5241a1169f2ad4e2215ffff",
            "web_url": "https://weblate.c1.npshopping.com/projects/nova-global/cabinet/hu/",
            "share_url": "https://weblate.c1.npshopping.com/engage/nova-global/hu/",
            "translate_url": "https://weblate.c1.npshopping.com/translate/nova-global/cabinet/hu/",
            "url": "https://weblate.c1.npshopping.com/api/translations/nova-global/cabinet/hu/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 223,
            "total_words": 3625,
            "translated": 222,
            "translated_words": 3619,
            "translated_percent": 99.5,
            "fuzzy": 1,
            "fuzzy_words": 6,
            "fuzzy_percent": 0.4,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2025-07-31T13:17:27.741351Z",
            "last_author": "admin",
            "repository_url": "https://weblate.c1.npshopping.com/api/translations/nova-global/cabinet/hu/repository/?format=api",
            "file_url": "https://weblate.c1.npshopping.com/api/translations/nova-global/cabinet/hu/file/?format=api",
            "statistics_url": "https://weblate.c1.npshopping.com/api/translations/nova-global/cabinet/hu/statistics/?format=api",
            "changes_list_url": "https://weblate.c1.npshopping.com/api/translations/nova-global/cabinet/hu/changes/?format=api",
            "units_list_url": "https://weblate.c1.npshopping.com/api/translations/nova-global/cabinet/hu/units/?format=api"
        },
        {
            "language": {
                "code": "hu",
                "name": "Hungarian",
                "plural": {
                    "id": 261,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "hun"
                ],
                "direction": "ltr",
                "population": 12443429,
                "web_url": "https://weblate.c1.npshopping.com/languages/hu/",
                "url": "https://weblate.c1.npshopping.com/api/languages/hu/?format=api",
                "statistics_url": "https://weblate.c1.npshopping.com/api/languages/hu/statistics/?format=api"
            },
            "component": {
                "name": "auth",
                "slug": "auth",
                "id": 8,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 148,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485035,
                    "web_url": "https://weblate.c1.npshopping.com/languages/en/",
                    "url": "https://weblate.c1.npshopping.com/api/languages/en/?format=api",
                    "statistics_url": "https://weblate.c1.npshopping.com/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Nova Global",
                    "slug": "nova-global",
                    "id": 1,
                    "web": "https://my.nova.global",
                    "web_url": "https://weblate.c1.npshopping.com/projects/nova-global/",
                    "url": "https://weblate.c1.npshopping.com/api/projects/nova-global/?format=api",
                    "components_list_url": "https://weblate.c1.npshopping.com/api/projects/nova-global/components/?format=api",
                    "repository_url": "https://weblate.c1.npshopping.com/api/projects/nova-global/repository/?format=api",
                    "statistics_url": "https://weblate.c1.npshopping.com/api/projects/nova-global/statistics/?format=api",
                    "changes_list_url": "https://weblate.c1.npshopping.com/api/projects/nova-global/changes/?format=api",
                    "languages_url": "https://weblate.c1.npshopping.com/api/projects/nova-global/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "git@github.com:NovaGlobalCompany/npg-translations.git",
                "git_export": "https://weblate.c1.npshopping.com/git/nova-global/auth/",
                "branch": "main",
                "push_branch": "",
                "filemask": "locale/auth/*.json",
                "template": "locale/auth/en.json",
                "edit_template": true,
                "intermediate": "",
                "new_base": "index.json",
                "file_format": "i18nextv4",
                "license": "",
                "license_url": null,
                "agreement": "",
                "web_url": "https://weblate.c1.npshopping.com/projects/nova-global/auth/",
                "url": "https://weblate.c1.npshopping.com/api/components/nova-global/auth/?format=api",
                "repository_url": "https://weblate.c1.npshopping.com/api/components/nova-global/auth/repository/?format=api",
                "translations_url": "https://weblate.c1.npshopping.com/api/components/nova-global/auth/translations/?format=api",
                "statistics_url": "https://weblate.c1.npshopping.com/api/components/nova-global/auth/statistics/?format=api",
                "lock_url": "https://weblate.c1.npshopping.com/api/components/nova-global/auth/lock/?format=api",
                "links_url": "https://weblate.c1.npshopping.com/api/components/nova-global/auth/links/?format=api",
                "changes_list_url": "https://weblate.c1.npshopping.com/api/components/nova-global/auth/changes/?format=api",
                "task_url": null,
                "new_lang": "none",
                "language_code_style": "",
                "push": "git@github.com:NovaGlobalCompany/npg-translations.git",
                "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": true,
                "glossary_color": "silver"
            },
            "language_code": "hu",
            "id": 62,
            "filename": "locale/auth/hu.json",
            "revision": "d2a4a6e453ca029c80fbf3776d85d3c0ae3f5e89,391fac87ccfe625fdb07e91264f46e7f0d8d9c8e",
            "web_url": "https://weblate.c1.npshopping.com/projects/nova-global/auth/hu/",
            "share_url": "https://weblate.c1.npshopping.com/engage/nova-global/hu/",
            "translate_url": "https://weblate.c1.npshopping.com/translate/nova-global/auth/hu/",
            "url": "https://weblate.c1.npshopping.com/api/translations/nova-global/auth/hu/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 33,
            "total_words": 188,
            "translated": 33,
            "translated_words": 188,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2023-06-13T11:48:58.913260Z",
            "last_author": "admin",
            "repository_url": "https://weblate.c1.npshopping.com/api/translations/nova-global/auth/hu/repository/?format=api",
            "file_url": "https://weblate.c1.npshopping.com/api/translations/nova-global/auth/hu/file/?format=api",
            "statistics_url": "https://weblate.c1.npshopping.com/api/translations/nova-global/auth/hu/statistics/?format=api",
            "changes_list_url": "https://weblate.c1.npshopping.com/api/translations/nova-global/auth/hu/changes/?format=api",
            "units_list_url": "https://weblate.c1.npshopping.com/api/translations/nova-global/auth/hu/units/?format=api"
        }
    ]
}