Translation components API.

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

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

{
    "count": 1170,
    "next": "https://weblate.foundryvtt-hub.com/api/translations/?format=api&page=24",
    "previous": "https://weblate.foundryvtt-hub.com/api/translations/?format=api&page=22",
    "results": [
        {
            "language": {
                "id": 621,
                "code": "pt_BR",
                "name": "Portuguese (Brazil)",
                "plural": {
                    "id": 652,
                    "source": 0,
                    "number": 2,
                    "formula": "n > 1",
                    "type": 1
                },
                "aliases": [
                    "braz_por",
                    "portuguese_br",
                    "bp",
                    "por_br",
                    "ptb"
                ],
                "direction": "ltr",
                "population": 192661560,
                "web_url": "https://weblate.foundryvtt-hub.com/languages/pt_BR/",
                "url": "https://weblate.foundryvtt-hub.com/api/languages/pt_BR/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/languages/pt_BR/statistics/?format=api"
            },
            "component": {
                "name": "Polyglot",
                "slug": "glossary",
                "id": 28,
                "source_language": {
                    "id": 147,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 147,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://weblate.foundryvtt-hub.com/languages/en/",
                    "url": "https://weblate.foundryvtt-hub.com/api/languages/en/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Polyglot",
                    "slug": "polyglot",
                    "id": 14,
                    "web": "https://github.com/mclemente/fvtt-module-polyglot",
                    "web_url": "https://weblate.foundryvtt-hub.com/projects/polyglot/",
                    "url": "https://weblate.foundryvtt-hub.com/api/projects/polyglot/?format=api",
                    "components_list_url": "https://weblate.foundryvtt-hub.com/api/projects/polyglot/components/?format=api",
                    "repository_url": "https://weblate.foundryvtt-hub.com/api/projects/polyglot/repository/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/projects/polyglot/statistics/?format=api",
                    "categories_url": "https://weblate.foundryvtt-hub.com/api/projects/polyglot/categories/?format=api",
                    "changes_list_url": "https://weblate.foundryvtt-hub.com/api/projects/polyglot/changes/?format=api",
                    "languages_url": "https://weblate.foundryvtt-hub.com/api/projects/polyglot/languages/?format=api",
                    "labels_url": "https://weblate.foundryvtt-hub.com/api/projects/polyglot/labels/?format=api",
                    "credits_url": "https://weblate.foundryvtt-hub.com/api/projects/polyglot/credits/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": "",
                    "enforced_2fa": false
                },
                "vcs": "local",
                "repo": "local:",
                "git_export": "https://weblate.foundryvtt-hub.com/git/polyglot/glossary/",
                "branch": "main",
                "push_branch": "",
                "filemask": "*.tbx",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "tbx",
                "license": "MIT",
                "license_url": "https://spdx.org/licenses/MIT.html",
                "agreement": "",
                "web_url": "https://weblate.foundryvtt-hub.com/projects/polyglot/glossary/",
                "url": "https://weblate.foundryvtt-hub.com/api/components/polyglot/glossary/?format=api",
                "repository_url": "https://weblate.foundryvtt-hub.com/api/components/polyglot/glossary/repository/?format=api",
                "translations_url": "https://weblate.foundryvtt-hub.com/api/components/polyglot/glossary/translations/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/components/polyglot/glossary/statistics/?format=api",
                "lock_url": "https://weblate.foundryvtt-hub.com/api/components/polyglot/glossary/lock/?format=api",
                "links_url": "https://weblate.foundryvtt-hub.com/api/components/polyglot/glossary/links/?format=api",
                "changes_list_url": "https://weblate.foundryvtt-hub.com/api/components/polyglot/glossary/changes/?format=api",
                "task_url": null,
                "credits_url": "https://weblate.foundryvtt-hub.com/api/components/polyglot/glossary/credits/?format=api",
                "new_lang": "none",
                "language_code_style": "",
                "push": "",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\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": false,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": true,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "pt_BR",
            "id": 1495,
            "filename": "pt_BR.tbx",
            "revision": "f9595ba877e5ba80c55747bd403f2ada5ff3bf0f",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/polyglot/glossary/pt_BR/",
            "share_url": "https://weblate.foundryvtt-hub.com/engage/polyglot/-/pt_BR/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/polyglot/glossary/pt_BR/",
            "url": "https://weblate.foundryvtt-hub.com/api/translations/polyglot/glossary/pt_BR/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 1,
            "total_words": 1,
            "translated": 1,
            "translated_words": 1,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-03-09T15:03:16.083906Z",
            "last_author": null,
            "repository_url": "https://weblate.foundryvtt-hub.com/api/translations/polyglot/glossary/pt_BR/repository/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/translations/polyglot/glossary/pt_BR/file/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/translations/polyglot/glossary/pt_BR/statistics/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/translations/polyglot/glossary/pt_BR/changes/?format=api",
            "units_list_url": "https://weblate.foundryvtt-hub.com/api/translations/polyglot/glossary/pt_BR/units/?format=api"
        },
        {
            "language": {
                "id": 448,
                "code": "pt-BR",
                "name": "Portuguese (Brazil)",
                "plural": {
                    "id": 448,
                    "source": 0,
                    "number": 2,
                    "formula": "n > 1",
                    "type": 1
                },
                "aliases": [],
                "direction": "ltr",
                "population": 19005077000,
                "web_url": "https://weblate.foundryvtt-hub.com/languages/pt-BR/",
                "url": "https://weblate.foundryvtt-hub.com/api/languages/pt-BR/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/languages/pt-BR/statistics/?format=api"
            },
            "component": {
                "name": "Polyglot",
                "slug": "glossary",
                "id": 28,
                "source_language": {
                    "id": 147,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 147,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://weblate.foundryvtt-hub.com/languages/en/",
                    "url": "https://weblate.foundryvtt-hub.com/api/languages/en/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Polyglot",
                    "slug": "polyglot",
                    "id": 14,
                    "web": "https://github.com/mclemente/fvtt-module-polyglot",
                    "web_url": "https://weblate.foundryvtt-hub.com/projects/polyglot/",
                    "url": "https://weblate.foundryvtt-hub.com/api/projects/polyglot/?format=api",
                    "components_list_url": "https://weblate.foundryvtt-hub.com/api/projects/polyglot/components/?format=api",
                    "repository_url": "https://weblate.foundryvtt-hub.com/api/projects/polyglot/repository/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/projects/polyglot/statistics/?format=api",
                    "categories_url": "https://weblate.foundryvtt-hub.com/api/projects/polyglot/categories/?format=api",
                    "changes_list_url": "https://weblate.foundryvtt-hub.com/api/projects/polyglot/changes/?format=api",
                    "languages_url": "https://weblate.foundryvtt-hub.com/api/projects/polyglot/languages/?format=api",
                    "labels_url": "https://weblate.foundryvtt-hub.com/api/projects/polyglot/labels/?format=api",
                    "credits_url": "https://weblate.foundryvtt-hub.com/api/projects/polyglot/credits/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": "",
                    "enforced_2fa": false
                },
                "vcs": "local",
                "repo": "local:",
                "git_export": "https://weblate.foundryvtt-hub.com/git/polyglot/glossary/",
                "branch": "main",
                "push_branch": "",
                "filemask": "*.tbx",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "tbx",
                "license": "MIT",
                "license_url": "https://spdx.org/licenses/MIT.html",
                "agreement": "",
                "web_url": "https://weblate.foundryvtt-hub.com/projects/polyglot/glossary/",
                "url": "https://weblate.foundryvtt-hub.com/api/components/polyglot/glossary/?format=api",
                "repository_url": "https://weblate.foundryvtt-hub.com/api/components/polyglot/glossary/repository/?format=api",
                "translations_url": "https://weblate.foundryvtt-hub.com/api/components/polyglot/glossary/translations/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/components/polyglot/glossary/statistics/?format=api",
                "lock_url": "https://weblate.foundryvtt-hub.com/api/components/polyglot/glossary/lock/?format=api",
                "links_url": "https://weblate.foundryvtt-hub.com/api/components/polyglot/glossary/links/?format=api",
                "changes_list_url": "https://weblate.foundryvtt-hub.com/api/components/polyglot/glossary/changes/?format=api",
                "task_url": null,
                "credits_url": "https://weblate.foundryvtt-hub.com/api/components/polyglot/glossary/credits/?format=api",
                "new_lang": "none",
                "language_code_style": "",
                "push": "",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\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": false,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": true,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "pt-BR",
            "id": 1496,
            "filename": "pt-BR.tbx",
            "revision": "f197ddec18e669dd41e548b7cb5772ef3fdb4fb0",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/polyglot/glossary/pt-BR/",
            "share_url": "https://weblate.foundryvtt-hub.com/engage/polyglot/-/pt-BR/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/polyglot/glossary/pt-BR/",
            "url": "https://weblate.foundryvtt-hub.com/api/translations/polyglot/glossary/pt-BR/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 1,
            "total_words": 1,
            "translated": 0,
            "translated_words": 0,
            "translated_percent": 0.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-03-09T15:41:51.969240Z",
            "last_author": null,
            "repository_url": "https://weblate.foundryvtt-hub.com/api/translations/polyglot/glossary/pt-BR/repository/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/translations/polyglot/glossary/pt-BR/file/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/translations/polyglot/glossary/pt-BR/statistics/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/translations/polyglot/glossary/pt-BR/changes/?format=api",
            "units_list_url": "https://weblate.foundryvtt-hub.com/api/translations/polyglot/glossary/pt-BR/units/?format=api"
        },
        {
            "language": {
                "id": 573,
                "code": "uk",
                "name": "Ukrainian",
                "plural": {
                    "id": 573,
                    "source": 0,
                    "number": 3,
                    "formula": "n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2",
                    "type": 2
                },
                "aliases": [
                    "ua",
                    "ua_ua",
                    "uk_uk",
                    "ukr"
                ],
                "direction": "ltr",
                "population": 29348975,
                "web_url": "https://weblate.foundryvtt-hub.com/languages/uk/",
                "url": "https://weblate.foundryvtt-hub.com/api/languages/uk/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/languages/uk/statistics/?format=api"
            },
            "component": {
                "name": "main",
                "slug": "main",
                "id": 125,
                "source_language": {
                    "id": 147,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 147,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://weblate.foundryvtt-hub.com/languages/en/",
                    "url": "https://weblate.foundryvtt-hub.com/api/languages/en/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Twilight: 2000 (4th Edition)",
                    "slug": "t2k4e",
                    "id": 55,
                    "web": "https://github.com/fvtt-fria-ligan/twilight2000-foundry-vtt",
                    "web_url": "https://weblate.foundryvtt-hub.com/projects/t2k4e/",
                    "url": "https://weblate.foundryvtt-hub.com/api/projects/t2k4e/?format=api",
                    "components_list_url": "https://weblate.foundryvtt-hub.com/api/projects/t2k4e/components/?format=api",
                    "repository_url": "https://weblate.foundryvtt-hub.com/api/projects/t2k4e/repository/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/projects/t2k4e/statistics/?format=api",
                    "categories_url": "https://weblate.foundryvtt-hub.com/api/projects/t2k4e/categories/?format=api",
                    "changes_list_url": "https://weblate.foundryvtt-hub.com/api/projects/t2k4e/changes/?format=api",
                    "languages_url": "https://weblate.foundryvtt-hub.com/api/projects/t2k4e/languages/?format=api",
                    "labels_url": "https://weblate.foundryvtt-hub.com/api/projects/t2k4e/labels/?format=api",
                    "credits_url": "https://weblate.foundryvtt-hub.com/api/projects/t2k4e/credits/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": "",
                    "enforced_2fa": false
                },
                "vcs": "github",
                "repo": "https://github.com/fvtt-fria-ligan/twilight2000-foundry-vtt.git",
                "git_export": "https://weblate.foundryvtt-hub.com/git/t2k4e/main/",
                "branch": "master",
                "push_branch": "",
                "filemask": "src/lang/*.yml",
                "screenshot_filemask": "",
                "template": "src/lang/en.yml",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "yaml",
                "license": "GPL-3.0-only",
                "license_url": "https://spdx.org/licenses/GPL-3.0-only.html",
                "agreement": "",
                "web_url": "https://weblate.foundryvtt-hub.com/projects/t2k4e/main/",
                "url": "https://weblate.foundryvtt-hub.com/api/components/t2k4e/main/?format=api",
                "repository_url": "https://weblate.foundryvtt-hub.com/api/components/t2k4e/main/repository/?format=api",
                "translations_url": "https://weblate.foundryvtt-hub.com/api/components/t2k4e/main/translations/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/components/t2k4e/main/statistics/?format=api",
                "lock_url": "https://weblate.foundryvtt-hub.com/api/components/t2k4e/main/lock/?format=api",
                "links_url": "https://weblate.foundryvtt-hub.com/api/components/t2k4e/main/links/?format=api",
                "changes_list_url": "https://weblate.foundryvtt-hub.com/api/components/t2k4e/main/changes/?format=api",
                "task_url": null,
                "credits_url": "https://weblate.foundryvtt-hub.com/api/components/t2k4e/main/credits/?format=api",
                "new_lang": "add",
                "language_code_style": "",
                "push": "",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\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.foundryvtt-hub.com/api/addons/122/?format=api",
                    "https://weblate.foundryvtt-hub.com/api/addons/123/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "uk",
            "id": 1497,
            "filename": "src/lang/uk.yml",
            "revision": "51843363a733a9c5d2b7370cd9f821473c9c170f,f197519da707614d5f9cff28ad87191010fbd2ad",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/t2k4e/main/uk/",
            "share_url": "https://weblate.foundryvtt-hub.com/engage/t2k4e/-/uk/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/t2k4e/main/uk/",
            "url": "https://weblate.foundryvtt-hub.com/api/translations/t2k4e/main/uk/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 474,
            "total_words": 1091,
            "translated": 167,
            "translated_words": 272,
            "translated_percent": 35.2,
            "fuzzy": 5,
            "fuzzy_words": 6,
            "fuzzy_percent": 1.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 1,
            "have_comment": 0,
            "last_change": "2025-06-11T14:09:43.788205Z",
            "last_author": null,
            "repository_url": "https://weblate.foundryvtt-hub.com/api/translations/t2k4e/main/uk/repository/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/translations/t2k4e/main/uk/file/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/translations/t2k4e/main/uk/statistics/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/translations/t2k4e/main/uk/changes/?format=api",
            "units_list_url": "https://weblate.foundryvtt-hub.com/api/translations/t2k4e/main/uk/units/?format=api"
        },
        {
            "language": {
                "id": 573,
                "code": "uk",
                "name": "Ukrainian",
                "plural": {
                    "id": 573,
                    "source": 0,
                    "number": 3,
                    "formula": "n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2",
                    "type": 2
                },
                "aliases": [
                    "ua",
                    "ua_ua",
                    "uk_uk",
                    "ukr"
                ],
                "direction": "ltr",
                "population": 29348975,
                "web_url": "https://weblate.foundryvtt-hub.com/languages/uk/",
                "url": "https://weblate.foundryvtt-hub.com/api/languages/uk/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/languages/uk/statistics/?format=api"
            },
            "component": {
                "name": "Twilight: 2000 (4th Edition)",
                "slug": "glossary",
                "id": 126,
                "source_language": {
                    "id": 147,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 147,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://weblate.foundryvtt-hub.com/languages/en/",
                    "url": "https://weblate.foundryvtt-hub.com/api/languages/en/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Twilight: 2000 (4th Edition)",
                    "slug": "t2k4e",
                    "id": 55,
                    "web": "https://github.com/fvtt-fria-ligan/twilight2000-foundry-vtt",
                    "web_url": "https://weblate.foundryvtt-hub.com/projects/t2k4e/",
                    "url": "https://weblate.foundryvtt-hub.com/api/projects/t2k4e/?format=api",
                    "components_list_url": "https://weblate.foundryvtt-hub.com/api/projects/t2k4e/components/?format=api",
                    "repository_url": "https://weblate.foundryvtt-hub.com/api/projects/t2k4e/repository/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/projects/t2k4e/statistics/?format=api",
                    "categories_url": "https://weblate.foundryvtt-hub.com/api/projects/t2k4e/categories/?format=api",
                    "changes_list_url": "https://weblate.foundryvtt-hub.com/api/projects/t2k4e/changes/?format=api",
                    "languages_url": "https://weblate.foundryvtt-hub.com/api/projects/t2k4e/languages/?format=api",
                    "labels_url": "https://weblate.foundryvtt-hub.com/api/projects/t2k4e/labels/?format=api",
                    "credits_url": "https://weblate.foundryvtt-hub.com/api/projects/t2k4e/credits/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": "",
                    "enforced_2fa": false
                },
                "vcs": "local",
                "repo": "local:",
                "git_export": "https://weblate.foundryvtt-hub.com/git/t2k4e/glossary/",
                "branch": "main",
                "push_branch": "",
                "filemask": "*.tbx",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "tbx",
                "license": "GPL-3.0-only",
                "license_url": "https://spdx.org/licenses/GPL-3.0-only.html",
                "agreement": "",
                "web_url": "https://weblate.foundryvtt-hub.com/projects/t2k4e/glossary/",
                "url": "https://weblate.foundryvtt-hub.com/api/components/t2k4e/glossary/?format=api",
                "repository_url": "https://weblate.foundryvtt-hub.com/api/components/t2k4e/glossary/repository/?format=api",
                "translations_url": "https://weblate.foundryvtt-hub.com/api/components/t2k4e/glossary/translations/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/components/t2k4e/glossary/statistics/?format=api",
                "lock_url": "https://weblate.foundryvtt-hub.com/api/components/t2k4e/glossary/lock/?format=api",
                "links_url": "https://weblate.foundryvtt-hub.com/api/components/t2k4e/glossary/links/?format=api",
                "changes_list_url": "https://weblate.foundryvtt-hub.com/api/components/t2k4e/glossary/changes/?format=api",
                "task_url": null,
                "credits_url": "https://weblate.foundryvtt-hub.com/api/components/t2k4e/glossary/credits/?format=api",
                "new_lang": "none",
                "language_code_style": "",
                "push": "",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\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": false,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": true,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "uk",
            "id": 1498,
            "filename": "uk.tbx",
            "revision": "74d2ebb453e9887a7bdc4f8f94dd4dd56292e96a",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/t2k4e/glossary/uk/",
            "share_url": "https://weblate.foundryvtt-hub.com/engage/t2k4e/-/uk/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/t2k4e/glossary/uk/",
            "url": "https://weblate.foundryvtt-hub.com/api/translations/t2k4e/glossary/uk/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 1,
            "total_words": 1,
            "translated": 1,
            "translated_words": 1,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2025-04-17T18:36:44.072164Z",
            "last_author": null,
            "repository_url": "https://weblate.foundryvtt-hub.com/api/translations/t2k4e/glossary/uk/repository/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/translations/t2k4e/glossary/uk/file/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/translations/t2k4e/glossary/uk/statistics/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/translations/t2k4e/glossary/uk/changes/?format=api",
            "units_list_url": "https://weblate.foundryvtt-hub.com/api/translations/t2k4e/glossary/uk/units/?format=api"
        },
        {
            "language": {
                "id": 555,
                "code": "tr",
                "name": "Turkish",
                "plural": {
                    "id": 555,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "trk",
                    "tur"
                ],
                "direction": "ltr",
                "population": 80360705,
                "web_url": "https://weblate.foundryvtt-hub.com/languages/tr/",
                "url": "https://weblate.foundryvtt-hub.com/api/languages/tr/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/languages/tr/statistics/?format=api"
            },
            "component": {
                "name": "main",
                "slug": "main",
                "id": 1,
                "source_language": {
                    "id": 147,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 147,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://weblate.foundryvtt-hub.com/languages/en/",
                    "url": "https://weblate.foundryvtt-hub.com/api/languages/en/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Dice So Nice!",
                    "slug": "dice-so-nice",
                    "id": 1,
                    "web": "https://gitlab.com/riccisi/foundryvtt-dice-so-nice",
                    "web_url": "https://weblate.foundryvtt-hub.com/projects/dice-so-nice/",
                    "url": "https://weblate.foundryvtt-hub.com/api/projects/dice-so-nice/?format=api",
                    "components_list_url": "https://weblate.foundryvtt-hub.com/api/projects/dice-so-nice/components/?format=api",
                    "repository_url": "https://weblate.foundryvtt-hub.com/api/projects/dice-so-nice/repository/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/projects/dice-so-nice/statistics/?format=api",
                    "categories_url": "https://weblate.foundryvtt-hub.com/api/projects/dice-so-nice/categories/?format=api",
                    "changes_list_url": "https://weblate.foundryvtt-hub.com/api/projects/dice-so-nice/changes/?format=api",
                    "languages_url": "https://weblate.foundryvtt-hub.com/api/projects/dice-so-nice/languages/?format=api",
                    "labels_url": "https://weblate.foundryvtt-hub.com/api/projects/dice-so-nice/labels/?format=api",
                    "credits_url": "https://weblate.foundryvtt-hub.com/api/projects/dice-so-nice/credits/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "Anyone is welcome to contribute to the existing translations or add a new language.\r\nContact JDW on Discord if you have any doubt about the use or meaning of a string.",
                    "enable_hooks": true,
                    "language_aliases": "",
                    "enforced_2fa": false
                },
                "vcs": "gitlab",
                "repo": "https://gitlab.com/riccisi/foundryvtt-dice-so-nice.git",
                "git_export": "https://weblate.foundryvtt-hub.com/git/dice-so-nice/main/",
                "branch": "master",
                "push_branch": "",
                "filemask": "module/lang/*.json",
                "screenshot_filemask": "",
                "template": "module/lang/en.json",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "json",
                "license": "AGPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/AGPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "https://weblate.foundryvtt-hub.com/projects/dice-so-nice/main/",
                "url": "https://weblate.foundryvtt-hub.com/api/components/dice-so-nice/main/?format=api",
                "repository_url": "https://weblate.foundryvtt-hub.com/api/components/dice-so-nice/main/repository/?format=api",
                "translations_url": "https://weblate.foundryvtt-hub.com/api/components/dice-so-nice/main/translations/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/components/dice-so-nice/main/statistics/?format=api",
                "lock_url": "https://weblate.foundryvtt-hub.com/api/components/dice-so-nice/main/lock/?format=api",
                "links_url": "https://weblate.foundryvtt-hub.com/api/components/dice-so-nice/main/links/?format=api",
                "changes_list_url": "https://weblate.foundryvtt-hub.com/api/components/dice-so-nice/main/changes/?format=api",
                "task_url": null,
                "credits_url": "https://weblate.foundryvtt-hub.com/api/components/dice-so-nice/main/credits/?format=api",
                "new_lang": "add",
                "language_code_style": "",
                "push": "",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\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.foundryvtt-hub.com/api/addons/1/?format=api",
                    "https://weblate.foundryvtt-hub.com/api/addons/10/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "tr",
            "id": 1499,
            "filename": "module/lang/tr.json",
            "revision": "0967ef424bce6791893e9a57bb952f80fd536e93,887473694c0a3449afd67bc3b57fed5d2b8b2838",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/dice-so-nice/main/tr/",
            "share_url": "https://weblate.foundryvtt-hub.com/engage/dice-so-nice/-/tr/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/dice-so-nice/main/tr/",
            "url": "https://weblate.foundryvtt-hub.com/api/translations/dice-so-nice/main/tr/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 281,
            "total_words": 1316,
            "translated": 0,
            "translated_words": 0,
            "translated_percent": 0.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 73,
            "have_comment": 0,
            "last_change": "2024-10-06T21:43:10.935647Z",
            "last_author": null,
            "repository_url": "https://weblate.foundryvtt-hub.com/api/translations/dice-so-nice/main/tr/repository/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/translations/dice-so-nice/main/tr/file/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/translations/dice-so-nice/main/tr/statistics/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/translations/dice-so-nice/main/tr/changes/?format=api",
            "units_list_url": "https://weblate.foundryvtt-hub.com/api/translations/dice-so-nice/main/tr/units/?format=api"
        },
        {
            "language": {
                "id": 555,
                "code": "tr",
                "name": "Turkish",
                "plural": {
                    "id": 555,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "trk",
                    "tur"
                ],
                "direction": "ltr",
                "population": 80360705,
                "web_url": "https://weblate.foundryvtt-hub.com/languages/tr/",
                "url": "https://weblate.foundryvtt-hub.com/api/languages/tr/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/languages/tr/statistics/?format=api"
            },
            "component": {
                "name": "Dice So Nice!",
                "slug": "glossary",
                "id": 2,
                "source_language": {
                    "id": 147,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 147,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://weblate.foundryvtt-hub.com/languages/en/",
                    "url": "https://weblate.foundryvtt-hub.com/api/languages/en/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Dice So Nice!",
                    "slug": "dice-so-nice",
                    "id": 1,
                    "web": "https://gitlab.com/riccisi/foundryvtt-dice-so-nice",
                    "web_url": "https://weblate.foundryvtt-hub.com/projects/dice-so-nice/",
                    "url": "https://weblate.foundryvtt-hub.com/api/projects/dice-so-nice/?format=api",
                    "components_list_url": "https://weblate.foundryvtt-hub.com/api/projects/dice-so-nice/components/?format=api",
                    "repository_url": "https://weblate.foundryvtt-hub.com/api/projects/dice-so-nice/repository/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/projects/dice-so-nice/statistics/?format=api",
                    "categories_url": "https://weblate.foundryvtt-hub.com/api/projects/dice-so-nice/categories/?format=api",
                    "changes_list_url": "https://weblate.foundryvtt-hub.com/api/projects/dice-so-nice/changes/?format=api",
                    "languages_url": "https://weblate.foundryvtt-hub.com/api/projects/dice-so-nice/languages/?format=api",
                    "labels_url": "https://weblate.foundryvtt-hub.com/api/projects/dice-so-nice/labels/?format=api",
                    "credits_url": "https://weblate.foundryvtt-hub.com/api/projects/dice-so-nice/credits/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "Anyone is welcome to contribute to the existing translations or add a new language.\r\nContact JDW on Discord if you have any doubt about the use or meaning of a string.",
                    "enable_hooks": true,
                    "language_aliases": "",
                    "enforced_2fa": false
                },
                "vcs": "local",
                "repo": "local:",
                "git_export": "https://weblate.foundryvtt-hub.com/git/dice-so-nice/glossary/",
                "branch": "main",
                "push_branch": "",
                "filemask": "*.tbx",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "tbx",
                "license": "AGPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/AGPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "https://weblate.foundryvtt-hub.com/projects/dice-so-nice/glossary/",
                "url": "https://weblate.foundryvtt-hub.com/api/components/dice-so-nice/glossary/?format=api",
                "repository_url": "https://weblate.foundryvtt-hub.com/api/components/dice-so-nice/glossary/repository/?format=api",
                "translations_url": "https://weblate.foundryvtt-hub.com/api/components/dice-so-nice/glossary/translations/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/components/dice-so-nice/glossary/statistics/?format=api",
                "lock_url": "https://weblate.foundryvtt-hub.com/api/components/dice-so-nice/glossary/lock/?format=api",
                "links_url": "https://weblate.foundryvtt-hub.com/api/components/dice-so-nice/glossary/links/?format=api",
                "changes_list_url": "https://weblate.foundryvtt-hub.com/api/components/dice-so-nice/glossary/changes/?format=api",
                "task_url": null,
                "credits_url": "https://weblate.foundryvtt-hub.com/api/components/dice-so-nice/glossary/credits/?format=api",
                "new_lang": "none",
                "language_code_style": "",
                "push": "",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\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": false,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": true,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "tr",
            "id": 1500,
            "filename": "tr.tbx",
            "revision": "77a63a49cb7599ef6648be0e5e44b6bf19a1e75e",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/dice-so-nice/glossary/tr/",
            "share_url": "https://weblate.foundryvtt-hub.com/engage/dice-so-nice/-/tr/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/dice-so-nice/glossary/tr/",
            "url": "https://weblate.foundryvtt-hub.com/api/translations/dice-so-nice/glossary/tr/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 4,
            "total_words": 5,
            "translated": 4,
            "translated_words": 5,
            "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-05-24T15:57:04.847851Z",
            "last_author": null,
            "repository_url": "https://weblate.foundryvtt-hub.com/api/translations/dice-so-nice/glossary/tr/repository/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/translations/dice-so-nice/glossary/tr/file/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/translations/dice-so-nice/glossary/tr/statistics/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/translations/dice-so-nice/glossary/tr/changes/?format=api",
            "units_list_url": "https://weblate.foundryvtt-hub.com/api/translations/dice-so-nice/glossary/tr/units/?format=api"
        },
        {
            "language": {
                "id": 555,
                "code": "tr",
                "name": "Turkish",
                "plural": {
                    "id": 555,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "trk",
                    "tur"
                ],
                "direction": "ltr",
                "population": 80360705,
                "web_url": "https://weblate.foundryvtt-hub.com/languages/tr/",
                "url": "https://weblate.foundryvtt-hub.com/api/languages/tr/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/languages/tr/statistics/?format=api"
            },
            "component": {
                "name": "main",
                "slug": "main",
                "id": 7,
                "source_language": {
                    "id": 147,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 147,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://weblate.foundryvtt-hub.com/languages/en/",
                    "url": "https://weblate.foundryvtt-hub.com/api/languages/en/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Forge Compendium Library",
                    "slug": "forge-compendium-library",
                    "id": 4,
                    "web": "https://github.com/ForgeVTT/forge-compendium-browser",
                    "web_url": "https://weblate.foundryvtt-hub.com/projects/forge-compendium-library/",
                    "url": "https://weblate.foundryvtt-hub.com/api/projects/forge-compendium-library/?format=api",
                    "components_list_url": "https://weblate.foundryvtt-hub.com/api/projects/forge-compendium-library/components/?format=api",
                    "repository_url": "https://weblate.foundryvtt-hub.com/api/projects/forge-compendium-library/repository/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/projects/forge-compendium-library/statistics/?format=api",
                    "categories_url": "https://weblate.foundryvtt-hub.com/api/projects/forge-compendium-library/categories/?format=api",
                    "changes_list_url": "https://weblate.foundryvtt-hub.com/api/projects/forge-compendium-library/changes/?format=api",
                    "languages_url": "https://weblate.foundryvtt-hub.com/api/projects/forge-compendium-library/languages/?format=api",
                    "labels_url": "https://weblate.foundryvtt-hub.com/api/projects/forge-compendium-library/labels/?format=api",
                    "credits_url": "https://weblate.foundryvtt-hub.com/api/projects/forge-compendium-library/credits/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": "",
                    "enforced_2fa": false
                },
                "vcs": "github",
                "repo": "https://github.com/ForgeVTT/forge-compendium-browser.git",
                "git_export": "https://weblate.foundryvtt-hub.com/git/forge-compendium-library/main/",
                "branch": "main",
                "push_branch": "",
                "filemask": "lang/*.json",
                "screenshot_filemask": "",
                "template": "lang/en.json",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "json",
                "license": "GPL-3.0-only",
                "license_url": "https://spdx.org/licenses/GPL-3.0-only.html",
                "agreement": "",
                "web_url": "https://weblate.foundryvtt-hub.com/projects/forge-compendium-library/main/",
                "url": "https://weblate.foundryvtt-hub.com/api/components/forge-compendium-library/main/?format=api",
                "repository_url": "https://weblate.foundryvtt-hub.com/api/components/forge-compendium-library/main/repository/?format=api",
                "translations_url": "https://weblate.foundryvtt-hub.com/api/components/forge-compendium-library/main/translations/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/components/forge-compendium-library/main/statistics/?format=api",
                "lock_url": "https://weblate.foundryvtt-hub.com/api/components/forge-compendium-library/main/lock/?format=api",
                "links_url": "https://weblate.foundryvtt-hub.com/api/components/forge-compendium-library/main/links/?format=api",
                "changes_list_url": "https://weblate.foundryvtt-hub.com/api/components/forge-compendium-library/main/changes/?format=api",
                "task_url": null,
                "credits_url": "https://weblate.foundryvtt-hub.com/api/components/forge-compendium-library/main/credits/?format=api",
                "new_lang": "add",
                "language_code_style": "",
                "push": "",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\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.foundryvtt-hub.com/api/addons/6/?format=api",
                    "https://weblate.foundryvtt-hub.com/api/addons/7/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "tr",
            "id": 1501,
            "filename": "lang/tr.json",
            "revision": "f5398c5dd6fbc246ad1ab137b70c3162001aa6b3,62f43c875f74756fc4fc2b850b993e2517a5f2f9",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/forge-compendium-library/main/tr/",
            "share_url": "https://weblate.foundryvtt-hub.com/engage/forge-compendium-library/-/tr/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/forge-compendium-library/main/tr/",
            "url": "https://weblate.foundryvtt-hub.com/api/translations/forge-compendium-library/main/tr/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 53,
            "total_words": 191,
            "translated": 53,
            "translated_words": 191,
            "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-06-05T08:01:57.534734Z",
            "last_author": null,
            "repository_url": "https://weblate.foundryvtt-hub.com/api/translations/forge-compendium-library/main/tr/repository/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/translations/forge-compendium-library/main/tr/file/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/translations/forge-compendium-library/main/tr/statistics/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/translations/forge-compendium-library/main/tr/changes/?format=api",
            "units_list_url": "https://weblate.foundryvtt-hub.com/api/translations/forge-compendium-library/main/tr/units/?format=api"
        },
        {
            "language": {
                "id": 555,
                "code": "tr",
                "name": "Turkish",
                "plural": {
                    "id": 555,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "trk",
                    "tur"
                ],
                "direction": "ltr",
                "population": 80360705,
                "web_url": "https://weblate.foundryvtt-hub.com/languages/tr/",
                "url": "https://weblate.foundryvtt-hub.com/api/languages/tr/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/languages/tr/statistics/?format=api"
            },
            "component": {
                "name": "Forge Compendium Library",
                "slug": "glossary",
                "id": 8,
                "source_language": {
                    "id": 147,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 147,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://weblate.foundryvtt-hub.com/languages/en/",
                    "url": "https://weblate.foundryvtt-hub.com/api/languages/en/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Forge Compendium Library",
                    "slug": "forge-compendium-library",
                    "id": 4,
                    "web": "https://github.com/ForgeVTT/forge-compendium-browser",
                    "web_url": "https://weblate.foundryvtt-hub.com/projects/forge-compendium-library/",
                    "url": "https://weblate.foundryvtt-hub.com/api/projects/forge-compendium-library/?format=api",
                    "components_list_url": "https://weblate.foundryvtt-hub.com/api/projects/forge-compendium-library/components/?format=api",
                    "repository_url": "https://weblate.foundryvtt-hub.com/api/projects/forge-compendium-library/repository/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/projects/forge-compendium-library/statistics/?format=api",
                    "categories_url": "https://weblate.foundryvtt-hub.com/api/projects/forge-compendium-library/categories/?format=api",
                    "changes_list_url": "https://weblate.foundryvtt-hub.com/api/projects/forge-compendium-library/changes/?format=api",
                    "languages_url": "https://weblate.foundryvtt-hub.com/api/projects/forge-compendium-library/languages/?format=api",
                    "labels_url": "https://weblate.foundryvtt-hub.com/api/projects/forge-compendium-library/labels/?format=api",
                    "credits_url": "https://weblate.foundryvtt-hub.com/api/projects/forge-compendium-library/credits/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": "",
                    "enforced_2fa": false
                },
                "vcs": "local",
                "repo": "local:",
                "git_export": "https://weblate.foundryvtt-hub.com/git/forge-compendium-library/glossary/",
                "branch": "main",
                "push_branch": "",
                "filemask": "*.tbx",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "tbx",
                "license": "GPL-3.0-only",
                "license_url": "https://spdx.org/licenses/GPL-3.0-only.html",
                "agreement": "",
                "web_url": "https://weblate.foundryvtt-hub.com/projects/forge-compendium-library/glossary/",
                "url": "https://weblate.foundryvtt-hub.com/api/components/forge-compendium-library/glossary/?format=api",
                "repository_url": "https://weblate.foundryvtt-hub.com/api/components/forge-compendium-library/glossary/repository/?format=api",
                "translations_url": "https://weblate.foundryvtt-hub.com/api/components/forge-compendium-library/glossary/translations/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/components/forge-compendium-library/glossary/statistics/?format=api",
                "lock_url": "https://weblate.foundryvtt-hub.com/api/components/forge-compendium-library/glossary/lock/?format=api",
                "links_url": "https://weblate.foundryvtt-hub.com/api/components/forge-compendium-library/glossary/links/?format=api",
                "changes_list_url": "https://weblate.foundryvtt-hub.com/api/components/forge-compendium-library/glossary/changes/?format=api",
                "task_url": null,
                "credits_url": "https://weblate.foundryvtt-hub.com/api/components/forge-compendium-library/glossary/credits/?format=api",
                "new_lang": "none",
                "language_code_style": "",
                "push": "",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\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": false,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": true,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "tr",
            "id": 1502,
            "filename": "tr.tbx",
            "revision": "a707eb0b067f141dc98e77ff33c3d42e12c3d712",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/forge-compendium-library/glossary/tr/",
            "share_url": "https://weblate.foundryvtt-hub.com/engage/forge-compendium-library/-/tr/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/forge-compendium-library/glossary/tr/",
            "url": "https://weblate.foundryvtt-hub.com/api/translations/forge-compendium-library/glossary/tr/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 0,
            "total_words": 0,
            "translated": 0,
            "translated_words": 0,
            "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-06-03T19:41:51.287760Z",
            "last_author": null,
            "repository_url": "https://weblate.foundryvtt-hub.com/api/translations/forge-compendium-library/glossary/tr/repository/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/translations/forge-compendium-library/glossary/tr/file/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/translations/forge-compendium-library/glossary/tr/statistics/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/translations/forge-compendium-library/glossary/tr/changes/?format=api",
            "units_list_url": "https://weblate.foundryvtt-hub.com/api/translations/forge-compendium-library/glossary/tr/units/?format=api"
        },
        {
            "language": {
                "id": 555,
                "code": "tr",
                "name": "Turkish",
                "plural": {
                    "id": 555,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "trk",
                    "tur"
                ],
                "direction": "ltr",
                "population": 80360705,
                "web_url": "https://weblate.foundryvtt-hub.com/languages/tr/",
                "url": "https://weblate.foundryvtt-hub.com/api/languages/tr/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/languages/tr/statistics/?format=api"
            },
            "component": {
                "name": "main",
                "slug": "main",
                "id": 155,
                "source_language": {
                    "id": 147,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 147,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://weblate.foundryvtt-hub.com/languages/en/",
                    "url": "https://weblate.foundryvtt-hub.com/api/languages/en/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "DnD5e Drag Ruler Integration",
                    "slug": "elevation-drag-ruler",
                    "id": 69,
                    "web": "https://github.com/PepijnMC/ElevationDragRuler",
                    "web_url": "https://weblate.foundryvtt-hub.com/projects/elevation-drag-ruler/",
                    "url": "https://weblate.foundryvtt-hub.com/api/projects/elevation-drag-ruler/?format=api",
                    "components_list_url": "https://weblate.foundryvtt-hub.com/api/projects/elevation-drag-ruler/components/?format=api",
                    "repository_url": "https://weblate.foundryvtt-hub.com/api/projects/elevation-drag-ruler/repository/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/projects/elevation-drag-ruler/statistics/?format=api",
                    "categories_url": "https://weblate.foundryvtt-hub.com/api/projects/elevation-drag-ruler/categories/?format=api",
                    "changes_list_url": "https://weblate.foundryvtt-hub.com/api/projects/elevation-drag-ruler/changes/?format=api",
                    "languages_url": "https://weblate.foundryvtt-hub.com/api/projects/elevation-drag-ruler/languages/?format=api",
                    "labels_url": "https://weblate.foundryvtt-hub.com/api/projects/elevation-drag-ruler/labels/?format=api",
                    "credits_url": "https://weblate.foundryvtt-hub.com/api/projects/elevation-drag-ruler/credits/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": "",
                    "enforced_2fa": false
                },
                "vcs": "github",
                "repo": "https://github.com/PepijnMC/ElevationDragRuler.git",
                "git_export": "https://weblate.foundryvtt-hub.com/git/elevation-drag-ruler/main/",
                "branch": "main",
                "push_branch": "",
                "filemask": "languages/*.json",
                "screenshot_filemask": "",
                "template": "languages/en.json",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "json-nested",
                "license": "MIT",
                "license_url": "https://spdx.org/licenses/MIT.html",
                "agreement": "",
                "web_url": "https://weblate.foundryvtt-hub.com/projects/elevation-drag-ruler/main/",
                "url": "https://weblate.foundryvtt-hub.com/api/components/elevation-drag-ruler/main/?format=api",
                "repository_url": "https://weblate.foundryvtt-hub.com/api/components/elevation-drag-ruler/main/repository/?format=api",
                "translations_url": "https://weblate.foundryvtt-hub.com/api/components/elevation-drag-ruler/main/translations/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/components/elevation-drag-ruler/main/statistics/?format=api",
                "lock_url": "https://weblate.foundryvtt-hub.com/api/components/elevation-drag-ruler/main/lock/?format=api",
                "links_url": "https://weblate.foundryvtt-hub.com/api/components/elevation-drag-ruler/main/links/?format=api",
                "changes_list_url": "https://weblate.foundryvtt-hub.com/api/components/elevation-drag-ruler/main/changes/?format=api",
                "task_url": null,
                "credits_url": "https://weblate.foundryvtt-hub.com/api/components/elevation-drag-ruler/main/credits/?format=api",
                "new_lang": "add",
                "language_code_style": "",
                "push": "",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": true,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [
                    "https://weblate.foundryvtt-hub.com/api/addons/153/?format=api",
                    "https://weblate.foundryvtt-hub.com/api/addons/154/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "tr",
            "id": 1503,
            "filename": "languages/tr.json",
            "revision": "048f91e255885763c767406af2ab76a8b3aeb995,bf2ad5c0ededefb37e64671e0413d164d09f07f0",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/elevation-drag-ruler/main/tr/",
            "share_url": "https://weblate.foundryvtt-hub.com/engage/elevation-drag-ruler/-/tr/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/elevation-drag-ruler/main/tr/",
            "url": "https://weblate.foundryvtt-hub.com/api/translations/elevation-drag-ruler/main/tr/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 39,
            "total_words": 305,
            "translated": 39,
            "translated_words": 305,
            "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-06-05T08:59:54.442414Z",
            "last_author": null,
            "repository_url": "https://weblate.foundryvtt-hub.com/api/translations/elevation-drag-ruler/main/tr/repository/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/translations/elevation-drag-ruler/main/tr/file/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/translations/elevation-drag-ruler/main/tr/statistics/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/translations/elevation-drag-ruler/main/tr/changes/?format=api",
            "units_list_url": "https://weblate.foundryvtt-hub.com/api/translations/elevation-drag-ruler/main/tr/units/?format=api"
        },
        {
            "language": {
                "id": 555,
                "code": "tr",
                "name": "Turkish",
                "plural": {
                    "id": 555,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "trk",
                    "tur"
                ],
                "direction": "ltr",
                "population": 80360705,
                "web_url": "https://weblate.foundryvtt-hub.com/languages/tr/",
                "url": "https://weblate.foundryvtt-hub.com/api/languages/tr/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/languages/tr/statistics/?format=api"
            },
            "component": {
                "name": "DnD5e Drag Ruler Integration",
                "slug": "glossary",
                "id": 156,
                "source_language": {
                    "id": 147,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 147,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://weblate.foundryvtt-hub.com/languages/en/",
                    "url": "https://weblate.foundryvtt-hub.com/api/languages/en/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "DnD5e Drag Ruler Integration",
                    "slug": "elevation-drag-ruler",
                    "id": 69,
                    "web": "https://github.com/PepijnMC/ElevationDragRuler",
                    "web_url": "https://weblate.foundryvtt-hub.com/projects/elevation-drag-ruler/",
                    "url": "https://weblate.foundryvtt-hub.com/api/projects/elevation-drag-ruler/?format=api",
                    "components_list_url": "https://weblate.foundryvtt-hub.com/api/projects/elevation-drag-ruler/components/?format=api",
                    "repository_url": "https://weblate.foundryvtt-hub.com/api/projects/elevation-drag-ruler/repository/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/projects/elevation-drag-ruler/statistics/?format=api",
                    "categories_url": "https://weblate.foundryvtt-hub.com/api/projects/elevation-drag-ruler/categories/?format=api",
                    "changes_list_url": "https://weblate.foundryvtt-hub.com/api/projects/elevation-drag-ruler/changes/?format=api",
                    "languages_url": "https://weblate.foundryvtt-hub.com/api/projects/elevation-drag-ruler/languages/?format=api",
                    "labels_url": "https://weblate.foundryvtt-hub.com/api/projects/elevation-drag-ruler/labels/?format=api",
                    "credits_url": "https://weblate.foundryvtt-hub.com/api/projects/elevation-drag-ruler/credits/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": "",
                    "enforced_2fa": false
                },
                "vcs": "local",
                "repo": "local:",
                "git_export": "https://weblate.foundryvtt-hub.com/git/elevation-drag-ruler/glossary/",
                "branch": "main",
                "push_branch": "",
                "filemask": "*.tbx",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "tbx",
                "license": "MIT",
                "license_url": "https://spdx.org/licenses/MIT.html",
                "agreement": "",
                "web_url": "https://weblate.foundryvtt-hub.com/projects/elevation-drag-ruler/glossary/",
                "url": "https://weblate.foundryvtt-hub.com/api/components/elevation-drag-ruler/glossary/?format=api",
                "repository_url": "https://weblate.foundryvtt-hub.com/api/components/elevation-drag-ruler/glossary/repository/?format=api",
                "translations_url": "https://weblate.foundryvtt-hub.com/api/components/elevation-drag-ruler/glossary/translations/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/components/elevation-drag-ruler/glossary/statistics/?format=api",
                "lock_url": "https://weblate.foundryvtt-hub.com/api/components/elevation-drag-ruler/glossary/lock/?format=api",
                "links_url": "https://weblate.foundryvtt-hub.com/api/components/elevation-drag-ruler/glossary/links/?format=api",
                "changes_list_url": "https://weblate.foundryvtt-hub.com/api/components/elevation-drag-ruler/glossary/changes/?format=api",
                "task_url": null,
                "credits_url": "https://weblate.foundryvtt-hub.com/api/components/elevation-drag-ruler/glossary/credits/?format=api",
                "new_lang": "none",
                "language_code_style": "",
                "push": "",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\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": false,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": true,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "tr",
            "id": 1504,
            "filename": "tr.tbx",
            "revision": "a707eb0b067f141dc98e77ff33c3d42e12c3d712",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/elevation-drag-ruler/glossary/tr/",
            "share_url": "https://weblate.foundryvtt-hub.com/engage/elevation-drag-ruler/-/tr/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/elevation-drag-ruler/glossary/tr/",
            "url": "https://weblate.foundryvtt-hub.com/api/translations/elevation-drag-ruler/glossary/tr/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 0,
            "total_words": 0,
            "translated": 0,
            "translated_words": 0,
            "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-06-04T08:30:03.007741Z",
            "last_author": null,
            "repository_url": "https://weblate.foundryvtt-hub.com/api/translations/elevation-drag-ruler/glossary/tr/repository/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/translations/elevation-drag-ruler/glossary/tr/file/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/translations/elevation-drag-ruler/glossary/tr/statistics/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/translations/elevation-drag-ruler/glossary/tr/changes/?format=api",
            "units_list_url": "https://weblate.foundryvtt-hub.com/api/translations/elevation-drag-ruler/glossary/tr/units/?format=api"
        },
        {
            "language": {
                "id": 440,
                "code": "pl",
                "name": "Polish",
                "plural": {
                    "id": 440,
                    "source": 0,
                    "number": 3,
                    "formula": "n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2",
                    "type": 2
                },
                "aliases": [
                    "plk",
                    "pol"
                ],
                "direction": "ltr",
                "population": 41077398,
                "web_url": "https://weblate.foundryvtt-hub.com/languages/pl/",
                "url": "https://weblate.foundryvtt-hub.com/api/languages/pl/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/languages/pl/statistics/?format=api"
            },
            "component": {
                "name": "main",
                "slug": "main",
                "id": 80,
                "source_language": {
                    "id": 147,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 147,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://weblate.foundryvtt-hub.com/languages/en/",
                    "url": "https://weblate.foundryvtt-hub.com/api/languages/en/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Stream View",
                    "slug": "stream-view",
                    "id": 39,
                    "web": "https://github.com/sPOiDar/fvtt-module-stream-view/",
                    "web_url": "https://weblate.foundryvtt-hub.com/projects/stream-view/",
                    "url": "https://weblate.foundryvtt-hub.com/api/projects/stream-view/?format=api",
                    "components_list_url": "https://weblate.foundryvtt-hub.com/api/projects/stream-view/components/?format=api",
                    "repository_url": "https://weblate.foundryvtt-hub.com/api/projects/stream-view/repository/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/projects/stream-view/statistics/?format=api",
                    "categories_url": "https://weblate.foundryvtt-hub.com/api/projects/stream-view/categories/?format=api",
                    "changes_list_url": "https://weblate.foundryvtt-hub.com/api/projects/stream-view/changes/?format=api",
                    "languages_url": "https://weblate.foundryvtt-hub.com/api/projects/stream-view/languages/?format=api",
                    "labels_url": "https://weblate.foundryvtt-hub.com/api/projects/stream-view/labels/?format=api",
                    "credits_url": "https://weblate.foundryvtt-hub.com/api/projects/stream-view/credits/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": "",
                    "enforced_2fa": false
                },
                "vcs": "github",
                "repo": "https://github.com/sPOiDar/fvtt-module-stream-view.git",
                "git_export": "https://weblate.foundryvtt-hub.com/git/stream-view/main/",
                "branch": "develop",
                "push_branch": "",
                "filemask": "lang/*.json",
                "screenshot_filemask": "",
                "template": "lang/en.json",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "json",
                "license": "MIT",
                "license_url": "https://spdx.org/licenses/MIT.html",
                "agreement": "",
                "web_url": "https://weblate.foundryvtt-hub.com/projects/stream-view/main/",
                "url": "https://weblate.foundryvtt-hub.com/api/components/stream-view/main/?format=api",
                "repository_url": "https://weblate.foundryvtt-hub.com/api/components/stream-view/main/repository/?format=api",
                "translations_url": "https://weblate.foundryvtt-hub.com/api/components/stream-view/main/translations/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/components/stream-view/main/statistics/?format=api",
                "lock_url": "https://weblate.foundryvtt-hub.com/api/components/stream-view/main/lock/?format=api",
                "links_url": "https://weblate.foundryvtt-hub.com/api/components/stream-view/main/links/?format=api",
                "changes_list_url": "https://weblate.foundryvtt-hub.com/api/components/stream-view/main/changes/?format=api",
                "task_url": null,
                "credits_url": "https://weblate.foundryvtt-hub.com/api/components/stream-view/main/credits/?format=api",
                "new_lang": "add",
                "language_code_style": "",
                "push": "",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "fix(translation): 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": "feat(translation): Added translation using Weblate ({{ language_name }})",
                "delete_message": "feat(translation): Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "chore(translation): Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "fix(translation): 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.foundryvtt-hub.com/api/addons/78/?format=api",
                    "https://weblate.foundryvtt-hub.com/api/addons/79/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "pl",
            "id": 1505,
            "filename": "lang/pl.json",
            "revision": "0967ef424bce6791893e9a57bb952f80fd536e93,069eb509939e810294f6336298ff58deb76244ff",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/stream-view/main/pl/",
            "share_url": "https://weblate.foundryvtt-hub.com/engage/stream-view/-/pl/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/stream-view/main/pl/",
            "url": "https://weblate.foundryvtt-hub.com/api/translations/stream-view/main/pl/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 114,
            "total_words": 924,
            "translated": 0,
            "translated_words": 0,
            "translated_percent": 0.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-06-16T18:33:01.580848Z",
            "last_author": "Jakub",
            "repository_url": "https://weblate.foundryvtt-hub.com/api/translations/stream-view/main/pl/repository/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/translations/stream-view/main/pl/file/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/translations/stream-view/main/pl/statistics/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/translations/stream-view/main/pl/changes/?format=api",
            "units_list_url": "https://weblate.foundryvtt-hub.com/api/translations/stream-view/main/pl/units/?format=api"
        },
        {
            "language": {
                "id": 465,
                "code": "ru",
                "name": "Russian",
                "plural": {
                    "id": 465,
                    "source": 0,
                    "number": 3,
                    "formula": "n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2",
                    "type": 2
                },
                "aliases": [
                    "ru_r",
                    "ru_rr",
                    "rus"
                ],
                "direction": "ltr",
                "population": 195841151,
                "web_url": "https://weblate.foundryvtt-hub.com/languages/ru/",
                "url": "https://weblate.foundryvtt-hub.com/api/languages/ru/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/languages/ru/statistics/?format=api"
            },
            "component": {
                "name": "main",
                "slug": "main",
                "id": 44,
                "source_language": {
                    "id": 147,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 147,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://weblate.foundryvtt-hub.com/languages/en/",
                    "url": "https://weblate.foundryvtt-hub.com/api/languages/en/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Item Piles",
                    "slug": "item-piles",
                    "id": 21,
                    "web": "https://github.com/fantasycalendar/FoundryVTT-ItemPiles",
                    "web_url": "https://weblate.foundryvtt-hub.com/projects/item-piles/",
                    "url": "https://weblate.foundryvtt-hub.com/api/projects/item-piles/?format=api",
                    "components_list_url": "https://weblate.foundryvtt-hub.com/api/projects/item-piles/components/?format=api",
                    "repository_url": "https://weblate.foundryvtt-hub.com/api/projects/item-piles/repository/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/projects/item-piles/statistics/?format=api",
                    "categories_url": "https://weblate.foundryvtt-hub.com/api/projects/item-piles/categories/?format=api",
                    "changes_list_url": "https://weblate.foundryvtt-hub.com/api/projects/item-piles/changes/?format=api",
                    "languages_url": "https://weblate.foundryvtt-hub.com/api/projects/item-piles/languages/?format=api",
                    "labels_url": "https://weblate.foundryvtt-hub.com/api/projects/item-piles/labels/?format=api",
                    "credits_url": "https://weblate.foundryvtt-hub.com/api/projects/item-piles/credits/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": "",
                    "enforced_2fa": false
                },
                "vcs": "github",
                "repo": "https://github.com/fantasycalendar/FoundryVTT-ItemPiles.git",
                "git_export": "https://weblate.foundryvtt-hub.com/git/item-piles/main/",
                "branch": "master",
                "push_branch": "",
                "filemask": "languages/*.json",
                "screenshot_filemask": "",
                "template": "languages/en.json",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "json-nested",
                "license": "MIT",
                "license_url": "https://spdx.org/licenses/MIT.html",
                "agreement": "",
                "web_url": "https://weblate.foundryvtt-hub.com/projects/item-piles/main/",
                "url": "https://weblate.foundryvtt-hub.com/api/components/item-piles/main/?format=api",
                "repository_url": "https://weblate.foundryvtt-hub.com/api/components/item-piles/main/repository/?format=api",
                "translations_url": "https://weblate.foundryvtt-hub.com/api/components/item-piles/main/translations/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/components/item-piles/main/statistics/?format=api",
                "lock_url": "https://weblate.foundryvtt-hub.com/api/components/item-piles/main/lock/?format=api",
                "links_url": "https://weblate.foundryvtt-hub.com/api/components/item-piles/main/links/?format=api",
                "changes_list_url": "https://weblate.foundryvtt-hub.com/api/components/item-piles/main/changes/?format=api",
                "task_url": null,
                "credits_url": "https://weblate.foundryvtt-hub.com/api/components/item-piles/main/credits/?format=api",
                "new_lang": "add",
                "language_code_style": "",
                "push": "",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\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.foundryvtt-hub.com/api/addons/43/?format=api",
                    "https://weblate.foundryvtt-hub.com/api/addons/44/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "ru",
            "id": 1506,
            "filename": "languages/ru.json",
            "revision": "e6f409c124fac9879a3ee620bdf9e63876eb5f6c,bb7b0712909ff15ee1b31bb23c83835a0c927947",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/item-piles/main/ru/",
            "share_url": "https://weblate.foundryvtt-hub.com/engage/item-piles/-/ru/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/item-piles/main/ru/",
            "url": "https://weblate.foundryvtt-hub.com/api/translations/item-piles/main/ru/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 741,
            "total_words": 5821,
            "translated": 686,
            "translated_words": 5285,
            "translated_percent": 92.5,
            "fuzzy": 5,
            "fuzzy_words": 88,
            "fuzzy_percent": 0.6,
            "failing_checks": 70,
            "failing_checks_words": 788,
            "failing_checks_percent": 9.4,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2025-07-16T15:20:16.350623Z",
            "last_author": null,
            "repository_url": "https://weblate.foundryvtt-hub.com/api/translations/item-piles/main/ru/repository/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/translations/item-piles/main/ru/file/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/translations/item-piles/main/ru/statistics/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/translations/item-piles/main/ru/changes/?format=api",
            "units_list_url": "https://weblate.foundryvtt-hub.com/api/translations/item-piles/main/ru/units/?format=api"
        },
        {
            "language": {
                "id": 465,
                "code": "ru",
                "name": "Russian",
                "plural": {
                    "id": 465,
                    "source": 0,
                    "number": 3,
                    "formula": "n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2",
                    "type": 2
                },
                "aliases": [
                    "ru_r",
                    "ru_rr",
                    "rus"
                ],
                "direction": "ltr",
                "population": 195841151,
                "web_url": "https://weblate.foundryvtt-hub.com/languages/ru/",
                "url": "https://weblate.foundryvtt-hub.com/api/languages/ru/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/languages/ru/statistics/?format=api"
            },
            "component": {
                "name": "Item Piles",
                "slug": "glossary",
                "id": 45,
                "source_language": {
                    "id": 147,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 147,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://weblate.foundryvtt-hub.com/languages/en/",
                    "url": "https://weblate.foundryvtt-hub.com/api/languages/en/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Item Piles",
                    "slug": "item-piles",
                    "id": 21,
                    "web": "https://github.com/fantasycalendar/FoundryVTT-ItemPiles",
                    "web_url": "https://weblate.foundryvtt-hub.com/projects/item-piles/",
                    "url": "https://weblate.foundryvtt-hub.com/api/projects/item-piles/?format=api",
                    "components_list_url": "https://weblate.foundryvtt-hub.com/api/projects/item-piles/components/?format=api",
                    "repository_url": "https://weblate.foundryvtt-hub.com/api/projects/item-piles/repository/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/projects/item-piles/statistics/?format=api",
                    "categories_url": "https://weblate.foundryvtt-hub.com/api/projects/item-piles/categories/?format=api",
                    "changes_list_url": "https://weblate.foundryvtt-hub.com/api/projects/item-piles/changes/?format=api",
                    "languages_url": "https://weblate.foundryvtt-hub.com/api/projects/item-piles/languages/?format=api",
                    "labels_url": "https://weblate.foundryvtt-hub.com/api/projects/item-piles/labels/?format=api",
                    "credits_url": "https://weblate.foundryvtt-hub.com/api/projects/item-piles/credits/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": "",
                    "enforced_2fa": false
                },
                "vcs": "local",
                "repo": "local:",
                "git_export": "https://weblate.foundryvtt-hub.com/git/item-piles/glossary/",
                "branch": "main",
                "push_branch": "",
                "filemask": "*.tbx",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "tbx",
                "license": "MIT",
                "license_url": "https://spdx.org/licenses/MIT.html",
                "agreement": "",
                "web_url": "https://weblate.foundryvtt-hub.com/projects/item-piles/glossary/",
                "url": "https://weblate.foundryvtt-hub.com/api/components/item-piles/glossary/?format=api",
                "repository_url": "https://weblate.foundryvtt-hub.com/api/components/item-piles/glossary/repository/?format=api",
                "translations_url": "https://weblate.foundryvtt-hub.com/api/components/item-piles/glossary/translations/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/components/item-piles/glossary/statistics/?format=api",
                "lock_url": "https://weblate.foundryvtt-hub.com/api/components/item-piles/glossary/lock/?format=api",
                "links_url": "https://weblate.foundryvtt-hub.com/api/components/item-piles/glossary/links/?format=api",
                "changes_list_url": "https://weblate.foundryvtt-hub.com/api/components/item-piles/glossary/changes/?format=api",
                "task_url": null,
                "credits_url": "https://weblate.foundryvtt-hub.com/api/components/item-piles/glossary/credits/?format=api",
                "new_lang": "none",
                "language_code_style": "",
                "push": "",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\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": false,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": true,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "ru",
            "id": 1507,
            "filename": "ru.tbx",
            "revision": "a707eb0b067f141dc98e77ff33c3d42e12c3d712",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/item-piles/glossary/ru/",
            "share_url": "https://weblate.foundryvtt-hub.com/engage/item-piles/-/ru/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/item-piles/glossary/ru/",
            "url": "https://weblate.foundryvtt-hub.com/api/translations/item-piles/glossary/ru/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 0,
            "total_words": 0,
            "translated": 0,
            "translated_words": 0,
            "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-06-25T23:23:47.924947Z",
            "last_author": null,
            "repository_url": "https://weblate.foundryvtt-hub.com/api/translations/item-piles/glossary/ru/repository/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/translations/item-piles/glossary/ru/file/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/translations/item-piles/glossary/ru/statistics/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/translations/item-piles/glossary/ru/changes/?format=api",
            "units_list_url": "https://weblate.foundryvtt-hub.com/api/translations/item-piles/glossary/ru/units/?format=api"
        },
        {
            "language": {
                "id": 440,
                "code": "pl",
                "name": "Polish",
                "plural": {
                    "id": 440,
                    "source": 0,
                    "number": 3,
                    "formula": "n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2",
                    "type": 2
                },
                "aliases": [
                    "plk",
                    "pol"
                ],
                "direction": "ltr",
                "population": 41077398,
                "web_url": "https://weblate.foundryvtt-hub.com/languages/pl/",
                "url": "https://weblate.foundryvtt-hub.com/api/languages/pl/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/languages/pl/statistics/?format=api"
            },
            "component": {
                "name": "main",
                "slug": "main",
                "id": 149,
                "source_language": {
                    "id": 147,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 147,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://weblate.foundryvtt-hub.com/languages/en/",
                    "url": "https://weblate.foundryvtt-hub.com/api/languages/en/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Blade Runner - The Roleplaying Game",
                    "slug": "blade-runner",
                    "id": 67,
                    "web": "https://github.com/fvtt-fria-ligan/blade-runner-foundry-vtt",
                    "web_url": "https://weblate.foundryvtt-hub.com/projects/blade-runner/",
                    "url": "https://weblate.foundryvtt-hub.com/api/projects/blade-runner/?format=api",
                    "components_list_url": "https://weblate.foundryvtt-hub.com/api/projects/blade-runner/components/?format=api",
                    "repository_url": "https://weblate.foundryvtt-hub.com/api/projects/blade-runner/repository/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/projects/blade-runner/statistics/?format=api",
                    "categories_url": "https://weblate.foundryvtt-hub.com/api/projects/blade-runner/categories/?format=api",
                    "changes_list_url": "https://weblate.foundryvtt-hub.com/api/projects/blade-runner/changes/?format=api",
                    "languages_url": "https://weblate.foundryvtt-hub.com/api/projects/blade-runner/languages/?format=api",
                    "labels_url": "https://weblate.foundryvtt-hub.com/api/projects/blade-runner/labels/?format=api",
                    "credits_url": "https://weblate.foundryvtt-hub.com/api/projects/blade-runner/credits/?format=api",
                    "translation_review": true,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": "",
                    "enforced_2fa": false
                },
                "vcs": "github",
                "repo": "https://github.com/fvtt-fria-ligan/blade-runner-foundry-vtt.git",
                "git_export": "https://weblate.foundryvtt-hub.com/git/blade-runner/main/",
                "branch": "main",
                "push_branch": "",
                "filemask": "src/lang/*.yml",
                "screenshot_filemask": "",
                "template": "src/lang/en.yml",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "yaml",
                "license": "GPL-3.0-only",
                "license_url": "https://spdx.org/licenses/GPL-3.0-only.html",
                "agreement": "",
                "web_url": "https://weblate.foundryvtt-hub.com/projects/blade-runner/main/",
                "url": "https://weblate.foundryvtt-hub.com/api/components/blade-runner/main/?format=api",
                "repository_url": "https://weblate.foundryvtt-hub.com/api/components/blade-runner/main/repository/?format=api",
                "translations_url": "https://weblate.foundryvtt-hub.com/api/components/blade-runner/main/translations/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/components/blade-runner/main/statistics/?format=api",
                "lock_url": "https://weblate.foundryvtt-hub.com/api/components/blade-runner/main/lock/?format=api",
                "links_url": "https://weblate.foundryvtt-hub.com/api/components/blade-runner/main/links/?format=api",
                "changes_list_url": "https://weblate.foundryvtt-hub.com/api/components/blade-runner/main/changes/?format=api",
                "task_url": null,
                "credits_url": "https://weblate.foundryvtt-hub.com/api/components/blade-runner/main/credits/?format=api",
                "new_lang": "add",
                "language_code_style": "",
                "push": "",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "feat(i18n): ✨🌐 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.foundryvtt-hub.com/api/addons/146/?format=api",
                    "https://weblate.foundryvtt-hub.com/api/addons/147/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "pl",
            "id": 1508,
            "filename": "src/lang/pl.yml",
            "revision": "e4ad7eabdfe0f69a754a815006edddd2c579416b,0f5bfb710a320bdc06de6bb317f74883836322c8",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/blade-runner/main/pl/",
            "share_url": "https://weblate.foundryvtt-hub.com/engage/blade-runner/-/pl/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/blade-runner/main/pl/",
            "url": "https://weblate.foundryvtt-hub.com/api/translations/blade-runner/main/pl/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 333,
            "total_words": 1595,
            "translated": 329,
            "translated_words": 1589,
            "translated_percent": 98.7,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2025-06-18T06:37:45.365704Z",
            "last_author": null,
            "repository_url": "https://weblate.foundryvtt-hub.com/api/translations/blade-runner/main/pl/repository/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/translations/blade-runner/main/pl/file/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/translations/blade-runner/main/pl/statistics/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/translations/blade-runner/main/pl/changes/?format=api",
            "units_list_url": "https://weblate.foundryvtt-hub.com/api/translations/blade-runner/main/pl/units/?format=api"
        },
        {
            "language": {
                "id": 272,
                "code": "it",
                "name": "Italian",
                "plural": {
                    "id": 272,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "ita_it",
                    "ita"
                ],
                "direction": "ltr",
                "population": 70247059,
                "web_url": "https://weblate.foundryvtt-hub.com/languages/it/",
                "url": "https://weblate.foundryvtt-hub.com/api/languages/it/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/languages/it/statistics/?format=api"
            },
            "component": {
                "name": "main",
                "slug": "main",
                "id": 33,
                "source_language": {
                    "id": 147,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 147,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://weblate.foundryvtt-hub.com/languages/en/",
                    "url": "https://weblate.foundryvtt-hub.com/api/languages/en/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Health Estimate",
                    "slug": "healthEstimate",
                    "id": 17,
                    "web": "https://github.com/mclemente/healthEstimate",
                    "web_url": "https://weblate.foundryvtt-hub.com/projects/healthEstimate/",
                    "url": "https://weblate.foundryvtt-hub.com/api/projects/healthEstimate/?format=api",
                    "components_list_url": "https://weblate.foundryvtt-hub.com/api/projects/healthEstimate/components/?format=api",
                    "repository_url": "https://weblate.foundryvtt-hub.com/api/projects/healthEstimate/repository/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/projects/healthEstimate/statistics/?format=api",
                    "categories_url": "https://weblate.foundryvtt-hub.com/api/projects/healthEstimate/categories/?format=api",
                    "changes_list_url": "https://weblate.foundryvtt-hub.com/api/projects/healthEstimate/changes/?format=api",
                    "languages_url": "https://weblate.foundryvtt-hub.com/api/projects/healthEstimate/languages/?format=api",
                    "labels_url": "https://weblate.foundryvtt-hub.com/api/projects/healthEstimate/labels/?format=api",
                    "credits_url": "https://weblate.foundryvtt-hub.com/api/projects/healthEstimate/credits/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": "",
                    "enforced_2fa": false
                },
                "vcs": "github",
                "repo": "https://github.com/mclemente/healthEstimate.git",
                "git_export": "https://weblate.foundryvtt-hub.com/git/healthEstimate/main/",
                "branch": "master",
                "push_branch": "",
                "filemask": "src/lang/*.json",
                "screenshot_filemask": "",
                "template": "src/lang/en.json",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "json-nested",
                "license": "MIT",
                "license_url": "https://spdx.org/licenses/MIT.html",
                "agreement": "",
                "web_url": "https://weblate.foundryvtt-hub.com/projects/healthEstimate/main/",
                "url": "https://weblate.foundryvtt-hub.com/api/components/healthEstimate/main/?format=api",
                "repository_url": "https://weblate.foundryvtt-hub.com/api/components/healthEstimate/main/repository/?format=api",
                "translations_url": "https://weblate.foundryvtt-hub.com/api/components/healthEstimate/main/translations/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/components/healthEstimate/main/statistics/?format=api",
                "lock_url": "https://weblate.foundryvtt-hub.com/api/components/healthEstimate/main/lock/?format=api",
                "links_url": "https://weblate.foundryvtt-hub.com/api/components/healthEstimate/main/links/?format=api",
                "changes_list_url": "https://weblate.foundryvtt-hub.com/api/components/healthEstimate/main/changes/?format=api",
                "task_url": null,
                "credits_url": "https://weblate.foundryvtt-hub.com/api/components/healthEstimate/main/credits/?format=api",
                "new_lang": "add",
                "language_code_style": "",
                "push": "",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": 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.foundryvtt-hub.com/api/addons/33/?format=api",
                    "https://weblate.foundryvtt-hub.com/api/addons/34/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "it",
            "id": 1510,
            "filename": "src/lang/it.json",
            "revision": "f6ff2fe1cf0e005de6374491df392ace8638d04f,259501408d2d6572a2b055dcdd2bb55e217ba2d8",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/healthEstimate/main/it/",
            "share_url": "https://weblate.foundryvtt-hub.com/engage/healthEstimate/-/it/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/healthEstimate/main/it/",
            "url": "https://weblate.foundryvtt-hub.com/api/translations/healthEstimate/main/it/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 171,
            "total_words": 1123,
            "translated": 171,
            "translated_words": 1123,
            "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-06-29T22:36:42.534818Z",
            "last_author": null,
            "repository_url": "https://weblate.foundryvtt-hub.com/api/translations/healthEstimate/main/it/repository/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/translations/healthEstimate/main/it/file/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/translations/healthEstimate/main/it/statistics/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/translations/healthEstimate/main/it/changes/?format=api",
            "units_list_url": "https://weblate.foundryvtt-hub.com/api/translations/healthEstimate/main/it/units/?format=api"
        },
        {
            "language": {
                "id": 272,
                "code": "it",
                "name": "Italian",
                "plural": {
                    "id": 272,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "ita_it",
                    "ita"
                ],
                "direction": "ltr",
                "population": 70247059,
                "web_url": "https://weblate.foundryvtt-hub.com/languages/it/",
                "url": "https://weblate.foundryvtt-hub.com/api/languages/it/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/languages/it/statistics/?format=api"
            },
            "component": {
                "name": "Health Estimate",
                "slug": "glossary",
                "id": 34,
                "source_language": {
                    "id": 147,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 147,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://weblate.foundryvtt-hub.com/languages/en/",
                    "url": "https://weblate.foundryvtt-hub.com/api/languages/en/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Health Estimate",
                    "slug": "healthEstimate",
                    "id": 17,
                    "web": "https://github.com/mclemente/healthEstimate",
                    "web_url": "https://weblate.foundryvtt-hub.com/projects/healthEstimate/",
                    "url": "https://weblate.foundryvtt-hub.com/api/projects/healthEstimate/?format=api",
                    "components_list_url": "https://weblate.foundryvtt-hub.com/api/projects/healthEstimate/components/?format=api",
                    "repository_url": "https://weblate.foundryvtt-hub.com/api/projects/healthEstimate/repository/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/projects/healthEstimate/statistics/?format=api",
                    "categories_url": "https://weblate.foundryvtt-hub.com/api/projects/healthEstimate/categories/?format=api",
                    "changes_list_url": "https://weblate.foundryvtt-hub.com/api/projects/healthEstimate/changes/?format=api",
                    "languages_url": "https://weblate.foundryvtt-hub.com/api/projects/healthEstimate/languages/?format=api",
                    "labels_url": "https://weblate.foundryvtt-hub.com/api/projects/healthEstimate/labels/?format=api",
                    "credits_url": "https://weblate.foundryvtt-hub.com/api/projects/healthEstimate/credits/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": "",
                    "enforced_2fa": false
                },
                "vcs": "local",
                "repo": "local:",
                "git_export": "https://weblate.foundryvtt-hub.com/git/healthEstimate/glossary/",
                "branch": "main",
                "push_branch": "",
                "filemask": "*.tbx",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "tbx",
                "license": "MIT",
                "license_url": "https://spdx.org/licenses/MIT.html",
                "agreement": "",
                "web_url": "https://weblate.foundryvtt-hub.com/projects/healthEstimate/glossary/",
                "url": "https://weblate.foundryvtt-hub.com/api/components/healthEstimate/glossary/?format=api",
                "repository_url": "https://weblate.foundryvtt-hub.com/api/components/healthEstimate/glossary/repository/?format=api",
                "translations_url": "https://weblate.foundryvtt-hub.com/api/components/healthEstimate/glossary/translations/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/components/healthEstimate/glossary/statistics/?format=api",
                "lock_url": "https://weblate.foundryvtt-hub.com/api/components/healthEstimate/glossary/lock/?format=api",
                "links_url": "https://weblate.foundryvtt-hub.com/api/components/healthEstimate/glossary/links/?format=api",
                "changes_list_url": "https://weblate.foundryvtt-hub.com/api/components/healthEstimate/glossary/changes/?format=api",
                "task_url": null,
                "credits_url": "https://weblate.foundryvtt-hub.com/api/components/healthEstimate/glossary/credits/?format=api",
                "new_lang": "none",
                "language_code_style": "",
                "push": "",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\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": false,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": true,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "it",
            "id": 1511,
            "filename": "it.tbx",
            "revision": "a707eb0b067f141dc98e77ff33c3d42e12c3d712",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/healthEstimate/glossary/it/",
            "share_url": "https://weblate.foundryvtt-hub.com/engage/healthEstimate/-/it/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/healthEstimate/glossary/it/",
            "url": "https://weblate.foundryvtt-hub.com/api/translations/healthEstimate/glossary/it/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 0,
            "total_words": 0,
            "translated": 0,
            "translated_words": 0,
            "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-07-18T12:49:48.206154Z",
            "last_author": null,
            "repository_url": "https://weblate.foundryvtt-hub.com/api/translations/healthEstimate/glossary/it/repository/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/translations/healthEstimate/glossary/it/file/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/translations/healthEstimate/glossary/it/statistics/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/translations/healthEstimate/glossary/it/changes/?format=api",
            "units_list_url": "https://weblate.foundryvtt-hub.com/api/translations/healthEstimate/glossary/it/units/?format=api"
        },
        {
            "language": {
                "id": 406,
                "code": "nl",
                "name": "Dutch",
                "plural": {
                    "id": 406,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "dut",
                    "nld"
                ],
                "direction": "ltr",
                "population": 31765645,
                "web_url": "https://weblate.foundryvtt-hub.com/languages/nl/",
                "url": "https://weblate.foundryvtt-hub.com/api/languages/nl/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/languages/nl/statistics/?format=api"
            },
            "component": {
                "name": "main",
                "slug": "main",
                "id": 7,
                "source_language": {
                    "id": 147,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 147,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://weblate.foundryvtt-hub.com/languages/en/",
                    "url": "https://weblate.foundryvtt-hub.com/api/languages/en/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Forge Compendium Library",
                    "slug": "forge-compendium-library",
                    "id": 4,
                    "web": "https://github.com/ForgeVTT/forge-compendium-browser",
                    "web_url": "https://weblate.foundryvtt-hub.com/projects/forge-compendium-library/",
                    "url": "https://weblate.foundryvtt-hub.com/api/projects/forge-compendium-library/?format=api",
                    "components_list_url": "https://weblate.foundryvtt-hub.com/api/projects/forge-compendium-library/components/?format=api",
                    "repository_url": "https://weblate.foundryvtt-hub.com/api/projects/forge-compendium-library/repository/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/projects/forge-compendium-library/statistics/?format=api",
                    "categories_url": "https://weblate.foundryvtt-hub.com/api/projects/forge-compendium-library/categories/?format=api",
                    "changes_list_url": "https://weblate.foundryvtt-hub.com/api/projects/forge-compendium-library/changes/?format=api",
                    "languages_url": "https://weblate.foundryvtt-hub.com/api/projects/forge-compendium-library/languages/?format=api",
                    "labels_url": "https://weblate.foundryvtt-hub.com/api/projects/forge-compendium-library/labels/?format=api",
                    "credits_url": "https://weblate.foundryvtt-hub.com/api/projects/forge-compendium-library/credits/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": "",
                    "enforced_2fa": false
                },
                "vcs": "github",
                "repo": "https://github.com/ForgeVTT/forge-compendium-browser.git",
                "git_export": "https://weblate.foundryvtt-hub.com/git/forge-compendium-library/main/",
                "branch": "main",
                "push_branch": "",
                "filemask": "lang/*.json",
                "screenshot_filemask": "",
                "template": "lang/en.json",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "json",
                "license": "GPL-3.0-only",
                "license_url": "https://spdx.org/licenses/GPL-3.0-only.html",
                "agreement": "",
                "web_url": "https://weblate.foundryvtt-hub.com/projects/forge-compendium-library/main/",
                "url": "https://weblate.foundryvtt-hub.com/api/components/forge-compendium-library/main/?format=api",
                "repository_url": "https://weblate.foundryvtt-hub.com/api/components/forge-compendium-library/main/repository/?format=api",
                "translations_url": "https://weblate.foundryvtt-hub.com/api/components/forge-compendium-library/main/translations/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/components/forge-compendium-library/main/statistics/?format=api",
                "lock_url": "https://weblate.foundryvtt-hub.com/api/components/forge-compendium-library/main/lock/?format=api",
                "links_url": "https://weblate.foundryvtt-hub.com/api/components/forge-compendium-library/main/links/?format=api",
                "changes_list_url": "https://weblate.foundryvtt-hub.com/api/components/forge-compendium-library/main/changes/?format=api",
                "task_url": null,
                "credits_url": "https://weblate.foundryvtt-hub.com/api/components/forge-compendium-library/main/credits/?format=api",
                "new_lang": "add",
                "language_code_style": "",
                "push": "",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\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.foundryvtt-hub.com/api/addons/6/?format=api",
                    "https://weblate.foundryvtt-hub.com/api/addons/7/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "nl",
            "id": 1512,
            "filename": "lang/nl.json",
            "revision": "0967ef424bce6791893e9a57bb952f80fd536e93,62f43c875f74756fc4fc2b850b993e2517a5f2f9",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/forge-compendium-library/main/nl/",
            "share_url": "https://weblate.foundryvtt-hub.com/engage/forge-compendium-library/-/nl/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/forge-compendium-library/main/nl/",
            "url": "https://weblate.foundryvtt-hub.com/api/translations/forge-compendium-library/main/nl/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 53,
            "total_words": 191,
            "translated": 0,
            "translated_words": 0,
            "translated_percent": 0.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 2,
            "have_comment": 0,
            "last_change": "2024-07-24T12:50:36.453378Z",
            "last_author": "Casper Laan",
            "repository_url": "https://weblate.foundryvtt-hub.com/api/translations/forge-compendium-library/main/nl/repository/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/translations/forge-compendium-library/main/nl/file/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/translations/forge-compendium-library/main/nl/statistics/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/translations/forge-compendium-library/main/nl/changes/?format=api",
            "units_list_url": "https://weblate.foundryvtt-hub.com/api/translations/forge-compendium-library/main/nl/units/?format=api"
        },
        {
            "language": {
                "id": 406,
                "code": "nl",
                "name": "Dutch",
                "plural": {
                    "id": 406,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "dut",
                    "nld"
                ],
                "direction": "ltr",
                "population": 31765645,
                "web_url": "https://weblate.foundryvtt-hub.com/languages/nl/",
                "url": "https://weblate.foundryvtt-hub.com/api/languages/nl/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/languages/nl/statistics/?format=api"
            },
            "component": {
                "name": "Forge Compendium Library",
                "slug": "glossary",
                "id": 8,
                "source_language": {
                    "id": 147,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 147,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://weblate.foundryvtt-hub.com/languages/en/",
                    "url": "https://weblate.foundryvtt-hub.com/api/languages/en/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Forge Compendium Library",
                    "slug": "forge-compendium-library",
                    "id": 4,
                    "web": "https://github.com/ForgeVTT/forge-compendium-browser",
                    "web_url": "https://weblate.foundryvtt-hub.com/projects/forge-compendium-library/",
                    "url": "https://weblate.foundryvtt-hub.com/api/projects/forge-compendium-library/?format=api",
                    "components_list_url": "https://weblate.foundryvtt-hub.com/api/projects/forge-compendium-library/components/?format=api",
                    "repository_url": "https://weblate.foundryvtt-hub.com/api/projects/forge-compendium-library/repository/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/projects/forge-compendium-library/statistics/?format=api",
                    "categories_url": "https://weblate.foundryvtt-hub.com/api/projects/forge-compendium-library/categories/?format=api",
                    "changes_list_url": "https://weblate.foundryvtt-hub.com/api/projects/forge-compendium-library/changes/?format=api",
                    "languages_url": "https://weblate.foundryvtt-hub.com/api/projects/forge-compendium-library/languages/?format=api",
                    "labels_url": "https://weblate.foundryvtt-hub.com/api/projects/forge-compendium-library/labels/?format=api",
                    "credits_url": "https://weblate.foundryvtt-hub.com/api/projects/forge-compendium-library/credits/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": "",
                    "enforced_2fa": false
                },
                "vcs": "local",
                "repo": "local:",
                "git_export": "https://weblate.foundryvtt-hub.com/git/forge-compendium-library/glossary/",
                "branch": "main",
                "push_branch": "",
                "filemask": "*.tbx",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "tbx",
                "license": "GPL-3.0-only",
                "license_url": "https://spdx.org/licenses/GPL-3.0-only.html",
                "agreement": "",
                "web_url": "https://weblate.foundryvtt-hub.com/projects/forge-compendium-library/glossary/",
                "url": "https://weblate.foundryvtt-hub.com/api/components/forge-compendium-library/glossary/?format=api",
                "repository_url": "https://weblate.foundryvtt-hub.com/api/components/forge-compendium-library/glossary/repository/?format=api",
                "translations_url": "https://weblate.foundryvtt-hub.com/api/components/forge-compendium-library/glossary/translations/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/components/forge-compendium-library/glossary/statistics/?format=api",
                "lock_url": "https://weblate.foundryvtt-hub.com/api/components/forge-compendium-library/glossary/lock/?format=api",
                "links_url": "https://weblate.foundryvtt-hub.com/api/components/forge-compendium-library/glossary/links/?format=api",
                "changes_list_url": "https://weblate.foundryvtt-hub.com/api/components/forge-compendium-library/glossary/changes/?format=api",
                "task_url": null,
                "credits_url": "https://weblate.foundryvtt-hub.com/api/components/forge-compendium-library/glossary/credits/?format=api",
                "new_lang": "none",
                "language_code_style": "",
                "push": "",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\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": false,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": true,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "nl",
            "id": 1513,
            "filename": "nl.tbx",
            "revision": "a707eb0b067f141dc98e77ff33c3d42e12c3d712",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/forge-compendium-library/glossary/nl/",
            "share_url": "https://weblate.foundryvtt-hub.com/engage/forge-compendium-library/-/nl/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/forge-compendium-library/glossary/nl/",
            "url": "https://weblate.foundryvtt-hub.com/api/translations/forge-compendium-library/glossary/nl/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 0,
            "total_words": 0,
            "translated": 0,
            "translated_words": 0,
            "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-07-24T12:49:25.870075Z",
            "last_author": null,
            "repository_url": "https://weblate.foundryvtt-hub.com/api/translations/forge-compendium-library/glossary/nl/repository/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/translations/forge-compendium-library/glossary/nl/file/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/translations/forge-compendium-library/glossary/nl/statistics/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/translations/forge-compendium-library/glossary/nl/changes/?format=api",
            "units_list_url": "https://weblate.foundryvtt-hub.com/api/translations/forge-compendium-library/glossary/nl/units/?format=api"
        },
        {
            "language": {
                "id": 406,
                "code": "nl",
                "name": "Dutch",
                "plural": {
                    "id": 406,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "dut",
                    "nld"
                ],
                "direction": "ltr",
                "population": 31765645,
                "web_url": "https://weblate.foundryvtt-hub.com/languages/nl/",
                "url": "https://weblate.foundryvtt-hub.com/api/languages/nl/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/languages/nl/statistics/?format=api"
            },
            "component": {
                "name": "main",
                "slug": "main",
                "id": 11,
                "source_language": {
                    "id": 147,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 147,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://weblate.foundryvtt-hub.com/languages/en/",
                    "url": "https://weblate.foundryvtt-hub.com/api/languages/en/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Simple Calendar",
                    "slug": "simple-calendar",
                    "id": 6,
                    "web": "https://github.com/vigoren/foundryvtt-simple-calendar/",
                    "web_url": "https://weblate.foundryvtt-hub.com/projects/simple-calendar/",
                    "url": "https://weblate.foundryvtt-hub.com/api/projects/simple-calendar/?format=api",
                    "components_list_url": "https://weblate.foundryvtt-hub.com/api/projects/simple-calendar/components/?format=api",
                    "repository_url": "https://weblate.foundryvtt-hub.com/api/projects/simple-calendar/repository/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/projects/simple-calendar/statistics/?format=api",
                    "categories_url": "https://weblate.foundryvtt-hub.com/api/projects/simple-calendar/categories/?format=api",
                    "changes_list_url": "https://weblate.foundryvtt-hub.com/api/projects/simple-calendar/changes/?format=api",
                    "languages_url": "https://weblate.foundryvtt-hub.com/api/projects/simple-calendar/languages/?format=api",
                    "labels_url": "https://weblate.foundryvtt-hub.com/api/projects/simple-calendar/labels/?format=api",
                    "credits_url": "https://weblate.foundryvtt-hub.com/api/projects/simple-calendar/credits/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": "",
                    "enforced_2fa": false
                },
                "vcs": "github",
                "repo": "https://github.com/vigoren/foundryvtt-simple-calendar.git",
                "git_export": "https://weblate.foundryvtt-hub.com/git/simple-calendar/main/",
                "branch": "main",
                "push_branch": "",
                "filemask": "src/lang/*.json",
                "screenshot_filemask": "",
                "template": "src/lang/en.json",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "json",
                "license": "MIT",
                "license_url": "https://spdx.org/licenses/MIT.html",
                "agreement": "",
                "web_url": "https://weblate.foundryvtt-hub.com/projects/simple-calendar/main/",
                "url": "https://weblate.foundryvtt-hub.com/api/components/simple-calendar/main/?format=api",
                "repository_url": "https://weblate.foundryvtt-hub.com/api/components/simple-calendar/main/repository/?format=api",
                "translations_url": "https://weblate.foundryvtt-hub.com/api/components/simple-calendar/main/translations/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/components/simple-calendar/main/statistics/?format=api",
                "lock_url": "https://weblate.foundryvtt-hub.com/api/components/simple-calendar/main/lock/?format=api",
                "links_url": "https://weblate.foundryvtt-hub.com/api/components/simple-calendar/main/links/?format=api",
                "changes_list_url": "https://weblate.foundryvtt-hub.com/api/components/simple-calendar/main/changes/?format=api",
                "task_url": null,
                "credits_url": "https://weblate.foundryvtt-hub.com/api/components/simple-calendar/main/credits/?format=api",
                "new_lang": "add",
                "language_code_style": "",
                "push": "",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\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.foundryvtt-hub.com/api/addons/11/?format=api",
                    "https://weblate.foundryvtt-hub.com/api/addons/12/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "nl",
            "id": 1514,
            "filename": "src/lang/nl.json",
            "revision": "0967ef424bce6791893e9a57bb952f80fd536e93,04fa8d8fe1bf9107d06b0dc6a462a485aa1fc22e",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/simple-calendar/main/nl/",
            "share_url": "https://weblate.foundryvtt-hub.com/engage/simple-calendar/-/nl/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/simple-calendar/main/nl/",
            "url": "https://weblate.foundryvtt-hub.com/api/translations/simple-calendar/main/nl/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 504,
            "total_words": 3127,
            "translated": 0,
            "translated_words": 0,
            "translated_percent": 0.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-07-24T12:52:04.814901Z",
            "last_author": "Casper Laan",
            "repository_url": "https://weblate.foundryvtt-hub.com/api/translations/simple-calendar/main/nl/repository/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/translations/simple-calendar/main/nl/file/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/translations/simple-calendar/main/nl/statistics/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/translations/simple-calendar/main/nl/changes/?format=api",
            "units_list_url": "https://weblate.foundryvtt-hub.com/api/translations/simple-calendar/main/nl/units/?format=api"
        },
        {
            "language": {
                "id": 406,
                "code": "nl",
                "name": "Dutch",
                "plural": {
                    "id": 406,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "dut",
                    "nld"
                ],
                "direction": "ltr",
                "population": 31765645,
                "web_url": "https://weblate.foundryvtt-hub.com/languages/nl/",
                "url": "https://weblate.foundryvtt-hub.com/api/languages/nl/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/languages/nl/statistics/?format=api"
            },
            "component": {
                "name": "Simple Calendar",
                "slug": "glossary",
                "id": 12,
                "source_language": {
                    "id": 147,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 147,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://weblate.foundryvtt-hub.com/languages/en/",
                    "url": "https://weblate.foundryvtt-hub.com/api/languages/en/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Simple Calendar",
                    "slug": "simple-calendar",
                    "id": 6,
                    "web": "https://github.com/vigoren/foundryvtt-simple-calendar/",
                    "web_url": "https://weblate.foundryvtt-hub.com/projects/simple-calendar/",
                    "url": "https://weblate.foundryvtt-hub.com/api/projects/simple-calendar/?format=api",
                    "components_list_url": "https://weblate.foundryvtt-hub.com/api/projects/simple-calendar/components/?format=api",
                    "repository_url": "https://weblate.foundryvtt-hub.com/api/projects/simple-calendar/repository/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/projects/simple-calendar/statistics/?format=api",
                    "categories_url": "https://weblate.foundryvtt-hub.com/api/projects/simple-calendar/categories/?format=api",
                    "changes_list_url": "https://weblate.foundryvtt-hub.com/api/projects/simple-calendar/changes/?format=api",
                    "languages_url": "https://weblate.foundryvtt-hub.com/api/projects/simple-calendar/languages/?format=api",
                    "labels_url": "https://weblate.foundryvtt-hub.com/api/projects/simple-calendar/labels/?format=api",
                    "credits_url": "https://weblate.foundryvtt-hub.com/api/projects/simple-calendar/credits/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": "",
                    "enforced_2fa": false
                },
                "vcs": "local",
                "repo": "local:",
                "git_export": "https://weblate.foundryvtt-hub.com/git/simple-calendar/glossary/",
                "branch": "main",
                "push_branch": "",
                "filemask": "*.tbx",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "tbx",
                "license": "MIT",
                "license_url": "https://spdx.org/licenses/MIT.html",
                "agreement": "",
                "web_url": "https://weblate.foundryvtt-hub.com/projects/simple-calendar/glossary/",
                "url": "https://weblate.foundryvtt-hub.com/api/components/simple-calendar/glossary/?format=api",
                "repository_url": "https://weblate.foundryvtt-hub.com/api/components/simple-calendar/glossary/repository/?format=api",
                "translations_url": "https://weblate.foundryvtt-hub.com/api/components/simple-calendar/glossary/translations/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/components/simple-calendar/glossary/statistics/?format=api",
                "lock_url": "https://weblate.foundryvtt-hub.com/api/components/simple-calendar/glossary/lock/?format=api",
                "links_url": "https://weblate.foundryvtt-hub.com/api/components/simple-calendar/glossary/links/?format=api",
                "changes_list_url": "https://weblate.foundryvtt-hub.com/api/components/simple-calendar/glossary/changes/?format=api",
                "task_url": null,
                "credits_url": "https://weblate.foundryvtt-hub.com/api/components/simple-calendar/glossary/credits/?format=api",
                "new_lang": "none",
                "language_code_style": "",
                "push": "",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\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": false,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": true,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "nl",
            "id": 1515,
            "filename": "nl.tbx",
            "revision": "199a78e6ac5df7389be2029c89b802c2f4a77776",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/simple-calendar/glossary/nl/",
            "share_url": "https://weblate.foundryvtt-hub.com/engage/simple-calendar/-/nl/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/simple-calendar/glossary/nl/",
            "url": "https://weblate.foundryvtt-hub.com/api/translations/simple-calendar/glossary/nl/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 4,
            "total_words": 5,
            "translated": 0,
            "translated_words": 0,
            "translated_percent": 0.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-07-24T13:33:39.750459Z",
            "last_author": null,
            "repository_url": "https://weblate.foundryvtt-hub.com/api/translations/simple-calendar/glossary/nl/repository/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/translations/simple-calendar/glossary/nl/file/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/translations/simple-calendar/glossary/nl/statistics/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/translations/simple-calendar/glossary/nl/changes/?format=api",
            "units_list_url": "https://weblate.foundryvtt-hub.com/api/translations/simple-calendar/glossary/nl/units/?format=api"
        },
        {
            "language": {
                "id": 446,
                "code": "pt",
                "name": "Portuguese",
                "plural": {
                    "id": 446,
                    "source": 0,
                    "number": 2,
                    "formula": "n > 1",
                    "type": 1
                },
                "aliases": [
                    "por_pt",
                    "ptg",
                    "por"
                ],
                "direction": "ltr",
                "population": 237496883,
                "web_url": "https://weblate.foundryvtt-hub.com/languages/pt/",
                "url": "https://weblate.foundryvtt-hub.com/api/languages/pt/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/languages/pt/statistics/?format=api"
            },
            "component": {
                "name": "main",
                "slug": "main",
                "id": 243,
                "source_language": {
                    "id": 147,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 147,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://weblate.foundryvtt-hub.com/languages/en/",
                    "url": "https://weblate.foundryvtt-hub.com/api/languages/en/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "PF2e Exploit Vulnerability",
                    "slug": "pf2e-thaum-vuln",
                    "id": 111,
                    "web": "https://github.com/mysurvive/pf2e-thaum-vuln",
                    "web_url": "https://weblate.foundryvtt-hub.com/projects/pf2e-thaum-vuln/",
                    "url": "https://weblate.foundryvtt-hub.com/api/projects/pf2e-thaum-vuln/?format=api",
                    "components_list_url": "https://weblate.foundryvtt-hub.com/api/projects/pf2e-thaum-vuln/components/?format=api",
                    "repository_url": "https://weblate.foundryvtt-hub.com/api/projects/pf2e-thaum-vuln/repository/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/projects/pf2e-thaum-vuln/statistics/?format=api",
                    "categories_url": "https://weblate.foundryvtt-hub.com/api/projects/pf2e-thaum-vuln/categories/?format=api",
                    "changes_list_url": "https://weblate.foundryvtt-hub.com/api/projects/pf2e-thaum-vuln/changes/?format=api",
                    "languages_url": "https://weblate.foundryvtt-hub.com/api/projects/pf2e-thaum-vuln/languages/?format=api",
                    "labels_url": "https://weblate.foundryvtt-hub.com/api/projects/pf2e-thaum-vuln/labels/?format=api",
                    "credits_url": "https://weblate.foundryvtt-hub.com/api/projects/pf2e-thaum-vuln/credits/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": "",
                    "enforced_2fa": false
                },
                "vcs": "github",
                "repo": "https://github.com/mysurvive/pf2e-thaum-vuln.git",
                "git_export": "https://weblate.foundryvtt-hub.com/git/pf2e-thaum-vuln/main/",
                "branch": "main",
                "push_branch": "",
                "filemask": "src/languages/*.json",
                "screenshot_filemask": "",
                "template": "src/languages/en.json",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "json-nested",
                "license": "MIT",
                "license_url": "https://spdx.org/licenses/MIT.html",
                "agreement": "",
                "web_url": "https://weblate.foundryvtt-hub.com/projects/pf2e-thaum-vuln/main/",
                "url": "https://weblate.foundryvtt-hub.com/api/components/pf2e-thaum-vuln/main/?format=api",
                "repository_url": "https://weblate.foundryvtt-hub.com/api/components/pf2e-thaum-vuln/main/repository/?format=api",
                "translations_url": "https://weblate.foundryvtt-hub.com/api/components/pf2e-thaum-vuln/main/translations/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/components/pf2e-thaum-vuln/main/statistics/?format=api",
                "lock_url": "https://weblate.foundryvtt-hub.com/api/components/pf2e-thaum-vuln/main/lock/?format=api",
                "links_url": "https://weblate.foundryvtt-hub.com/api/components/pf2e-thaum-vuln/main/links/?format=api",
                "changes_list_url": "https://weblate.foundryvtt-hub.com/api/components/pf2e-thaum-vuln/main/changes/?format=api",
                "task_url": null,
                "credits_url": "https://weblate.foundryvtt-hub.com/api/components/pf2e-thaum-vuln/main/credits/?format=api",
                "new_lang": "add",
                "language_code_style": "",
                "push": "",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\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.foundryvtt-hub.com/api/addons/240/?format=api",
                    "https://weblate.foundryvtt-hub.com/api/addons/241/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "pt",
            "id": 1516,
            "filename": "src/languages/pt.json",
            "revision": "efa8ade9a6d5c53fa8f811e6cc83735d76a17c9b,25e455d75350a8a82b212b373f696129fcc051ae",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/pf2e-thaum-vuln/main/pt/",
            "share_url": "https://weblate.foundryvtt-hub.com/engage/pf2e-thaum-vuln/-/pt/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/pf2e-thaum-vuln/main/pt/",
            "url": "https://weblate.foundryvtt-hub.com/api/translations/pf2e-thaum-vuln/main/pt/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 153,
            "total_words": 1744,
            "translated": 140,
            "translated_words": 1659,
            "translated_percent": 91.5,
            "fuzzy": 1,
            "fuzzy_words": 1,
            "fuzzy_percent": 0.6,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2025-06-05T15:48:57.030205Z",
            "last_author": null,
            "repository_url": "https://weblate.foundryvtt-hub.com/api/translations/pf2e-thaum-vuln/main/pt/repository/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/translations/pf2e-thaum-vuln/main/pt/file/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/translations/pf2e-thaum-vuln/main/pt/statistics/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/translations/pf2e-thaum-vuln/main/pt/changes/?format=api",
            "units_list_url": "https://weblate.foundryvtt-hub.com/api/translations/pf2e-thaum-vuln/main/pt/units/?format=api"
        },
        {
            "language": {
                "id": 446,
                "code": "pt",
                "name": "Portuguese",
                "plural": {
                    "id": 446,
                    "source": 0,
                    "number": 2,
                    "formula": "n > 1",
                    "type": 1
                },
                "aliases": [
                    "por_pt",
                    "ptg",
                    "por"
                ],
                "direction": "ltr",
                "population": 237496883,
                "web_url": "https://weblate.foundryvtt-hub.com/languages/pt/",
                "url": "https://weblate.foundryvtt-hub.com/api/languages/pt/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/languages/pt/statistics/?format=api"
            },
            "component": {
                "name": "PF2e Exploit Vulnerability",
                "slug": "glossary",
                "id": 244,
                "source_language": {
                    "id": 147,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 147,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://weblate.foundryvtt-hub.com/languages/en/",
                    "url": "https://weblate.foundryvtt-hub.com/api/languages/en/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "PF2e Exploit Vulnerability",
                    "slug": "pf2e-thaum-vuln",
                    "id": 111,
                    "web": "https://github.com/mysurvive/pf2e-thaum-vuln",
                    "web_url": "https://weblate.foundryvtt-hub.com/projects/pf2e-thaum-vuln/",
                    "url": "https://weblate.foundryvtt-hub.com/api/projects/pf2e-thaum-vuln/?format=api",
                    "components_list_url": "https://weblate.foundryvtt-hub.com/api/projects/pf2e-thaum-vuln/components/?format=api",
                    "repository_url": "https://weblate.foundryvtt-hub.com/api/projects/pf2e-thaum-vuln/repository/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/projects/pf2e-thaum-vuln/statistics/?format=api",
                    "categories_url": "https://weblate.foundryvtt-hub.com/api/projects/pf2e-thaum-vuln/categories/?format=api",
                    "changes_list_url": "https://weblate.foundryvtt-hub.com/api/projects/pf2e-thaum-vuln/changes/?format=api",
                    "languages_url": "https://weblate.foundryvtt-hub.com/api/projects/pf2e-thaum-vuln/languages/?format=api",
                    "labels_url": "https://weblate.foundryvtt-hub.com/api/projects/pf2e-thaum-vuln/labels/?format=api",
                    "credits_url": "https://weblate.foundryvtt-hub.com/api/projects/pf2e-thaum-vuln/credits/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": "",
                    "enforced_2fa": false
                },
                "vcs": "local",
                "repo": "local:",
                "git_export": "https://weblate.foundryvtt-hub.com/git/pf2e-thaum-vuln/glossary/",
                "branch": "main",
                "push_branch": "",
                "filemask": "*.tbx",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "tbx",
                "license": "MIT",
                "license_url": "https://spdx.org/licenses/MIT.html",
                "agreement": "",
                "web_url": "https://weblate.foundryvtt-hub.com/projects/pf2e-thaum-vuln/glossary/",
                "url": "https://weblate.foundryvtt-hub.com/api/components/pf2e-thaum-vuln/glossary/?format=api",
                "repository_url": "https://weblate.foundryvtt-hub.com/api/components/pf2e-thaum-vuln/glossary/repository/?format=api",
                "translations_url": "https://weblate.foundryvtt-hub.com/api/components/pf2e-thaum-vuln/glossary/translations/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/components/pf2e-thaum-vuln/glossary/statistics/?format=api",
                "lock_url": "https://weblate.foundryvtt-hub.com/api/components/pf2e-thaum-vuln/glossary/lock/?format=api",
                "links_url": "https://weblate.foundryvtt-hub.com/api/components/pf2e-thaum-vuln/glossary/links/?format=api",
                "changes_list_url": "https://weblate.foundryvtt-hub.com/api/components/pf2e-thaum-vuln/glossary/changes/?format=api",
                "task_url": null,
                "credits_url": "https://weblate.foundryvtt-hub.com/api/components/pf2e-thaum-vuln/glossary/credits/?format=api",
                "new_lang": "none",
                "language_code_style": "",
                "push": "",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\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": false,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": true,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "pt",
            "id": 1517,
            "filename": "pt.tbx",
            "revision": "61a57e85a24107d7af8c135319f2ac50c5d25a33",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/pf2e-thaum-vuln/glossary/pt/",
            "share_url": "https://weblate.foundryvtt-hub.com/engage/pf2e-thaum-vuln/-/pt/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/pf2e-thaum-vuln/glossary/pt/",
            "url": "https://weblate.foundryvtt-hub.com/api/translations/pf2e-thaum-vuln/glossary/pt/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 8,
            "total_words": 18,
            "translated": 8,
            "translated_words": 18,
            "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-08-13T21:21:01.258486Z",
            "last_author": null,
            "repository_url": "https://weblate.foundryvtt-hub.com/api/translations/pf2e-thaum-vuln/glossary/pt/repository/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/translations/pf2e-thaum-vuln/glossary/pt/file/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/translations/pf2e-thaum-vuln/glossary/pt/statistics/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/translations/pf2e-thaum-vuln/glossary/pt/changes/?format=api",
            "units_list_url": "https://weblate.foundryvtt-hub.com/api/translations/pf2e-thaum-vuln/glossary/pt/units/?format=api"
        },
        {
            "language": {
                "id": 465,
                "code": "ru",
                "name": "Russian",
                "plural": {
                    "id": 465,
                    "source": 0,
                    "number": 3,
                    "formula": "n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2",
                    "type": 2
                },
                "aliases": [
                    "ru_r",
                    "ru_rr",
                    "rus"
                ],
                "direction": "ltr",
                "population": 195841151,
                "web_url": "https://weblate.foundryvtt-hub.com/languages/ru/",
                "url": "https://weblate.foundryvtt-hub.com/api/languages/ru/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/languages/ru/statistics/?format=api"
            },
            "component": {
                "name": "main",
                "slug": "main",
                "id": 125,
                "source_language": {
                    "id": 147,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 147,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://weblate.foundryvtt-hub.com/languages/en/",
                    "url": "https://weblate.foundryvtt-hub.com/api/languages/en/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Twilight: 2000 (4th Edition)",
                    "slug": "t2k4e",
                    "id": 55,
                    "web": "https://github.com/fvtt-fria-ligan/twilight2000-foundry-vtt",
                    "web_url": "https://weblate.foundryvtt-hub.com/projects/t2k4e/",
                    "url": "https://weblate.foundryvtt-hub.com/api/projects/t2k4e/?format=api",
                    "components_list_url": "https://weblate.foundryvtt-hub.com/api/projects/t2k4e/components/?format=api",
                    "repository_url": "https://weblate.foundryvtt-hub.com/api/projects/t2k4e/repository/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/projects/t2k4e/statistics/?format=api",
                    "categories_url": "https://weblate.foundryvtt-hub.com/api/projects/t2k4e/categories/?format=api",
                    "changes_list_url": "https://weblate.foundryvtt-hub.com/api/projects/t2k4e/changes/?format=api",
                    "languages_url": "https://weblate.foundryvtt-hub.com/api/projects/t2k4e/languages/?format=api",
                    "labels_url": "https://weblate.foundryvtt-hub.com/api/projects/t2k4e/labels/?format=api",
                    "credits_url": "https://weblate.foundryvtt-hub.com/api/projects/t2k4e/credits/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": "",
                    "enforced_2fa": false
                },
                "vcs": "github",
                "repo": "https://github.com/fvtt-fria-ligan/twilight2000-foundry-vtt.git",
                "git_export": "https://weblate.foundryvtt-hub.com/git/t2k4e/main/",
                "branch": "master",
                "push_branch": "",
                "filemask": "src/lang/*.yml",
                "screenshot_filemask": "",
                "template": "src/lang/en.yml",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "yaml",
                "license": "GPL-3.0-only",
                "license_url": "https://spdx.org/licenses/GPL-3.0-only.html",
                "agreement": "",
                "web_url": "https://weblate.foundryvtt-hub.com/projects/t2k4e/main/",
                "url": "https://weblate.foundryvtt-hub.com/api/components/t2k4e/main/?format=api",
                "repository_url": "https://weblate.foundryvtt-hub.com/api/components/t2k4e/main/repository/?format=api",
                "translations_url": "https://weblate.foundryvtt-hub.com/api/components/t2k4e/main/translations/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/components/t2k4e/main/statistics/?format=api",
                "lock_url": "https://weblate.foundryvtt-hub.com/api/components/t2k4e/main/lock/?format=api",
                "links_url": "https://weblate.foundryvtt-hub.com/api/components/t2k4e/main/links/?format=api",
                "changes_list_url": "https://weblate.foundryvtt-hub.com/api/components/t2k4e/main/changes/?format=api",
                "task_url": null,
                "credits_url": "https://weblate.foundryvtt-hub.com/api/components/t2k4e/main/credits/?format=api",
                "new_lang": "add",
                "language_code_style": "",
                "push": "",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\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.foundryvtt-hub.com/api/addons/122/?format=api",
                    "https://weblate.foundryvtt-hub.com/api/addons/123/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "ru",
            "id": 1519,
            "filename": "src/lang/ru.yml",
            "revision": "7218581ac5a30e6124885538beaa608c834aeee0,f197519da707614d5f9cff28ad87191010fbd2ad",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/t2k4e/main/ru/",
            "share_url": "https://weblate.foundryvtt-hub.com/engage/t2k4e/-/ru/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/t2k4e/main/ru/",
            "url": "https://weblate.foundryvtt-hub.com/api/translations/t2k4e/main/ru/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 474,
            "total_words": 1091,
            "translated": 474,
            "translated_words": 1091,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 69,
            "failing_checks_words": 414,
            "failing_checks_percent": 14.5,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-07-29T09:40:08.687604Z",
            "last_author": null,
            "repository_url": "https://weblate.foundryvtt-hub.com/api/translations/t2k4e/main/ru/repository/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/translations/t2k4e/main/ru/file/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/translations/t2k4e/main/ru/statistics/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/translations/t2k4e/main/ru/changes/?format=api",
            "units_list_url": "https://weblate.foundryvtt-hub.com/api/translations/t2k4e/main/ru/units/?format=api"
        },
        {
            "language": {
                "id": 465,
                "code": "ru",
                "name": "Russian",
                "plural": {
                    "id": 465,
                    "source": 0,
                    "number": 3,
                    "formula": "n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2",
                    "type": 2
                },
                "aliases": [
                    "ru_r",
                    "ru_rr",
                    "rus"
                ],
                "direction": "ltr",
                "population": 195841151,
                "web_url": "https://weblate.foundryvtt-hub.com/languages/ru/",
                "url": "https://weblate.foundryvtt-hub.com/api/languages/ru/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/languages/ru/statistics/?format=api"
            },
            "component": {
                "name": "Twilight: 2000 (4th Edition)",
                "slug": "glossary",
                "id": 126,
                "source_language": {
                    "id": 147,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 147,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://weblate.foundryvtt-hub.com/languages/en/",
                    "url": "https://weblate.foundryvtt-hub.com/api/languages/en/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Twilight: 2000 (4th Edition)",
                    "slug": "t2k4e",
                    "id": 55,
                    "web": "https://github.com/fvtt-fria-ligan/twilight2000-foundry-vtt",
                    "web_url": "https://weblate.foundryvtt-hub.com/projects/t2k4e/",
                    "url": "https://weblate.foundryvtt-hub.com/api/projects/t2k4e/?format=api",
                    "components_list_url": "https://weblate.foundryvtt-hub.com/api/projects/t2k4e/components/?format=api",
                    "repository_url": "https://weblate.foundryvtt-hub.com/api/projects/t2k4e/repository/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/projects/t2k4e/statistics/?format=api",
                    "categories_url": "https://weblate.foundryvtt-hub.com/api/projects/t2k4e/categories/?format=api",
                    "changes_list_url": "https://weblate.foundryvtt-hub.com/api/projects/t2k4e/changes/?format=api",
                    "languages_url": "https://weblate.foundryvtt-hub.com/api/projects/t2k4e/languages/?format=api",
                    "labels_url": "https://weblate.foundryvtt-hub.com/api/projects/t2k4e/labels/?format=api",
                    "credits_url": "https://weblate.foundryvtt-hub.com/api/projects/t2k4e/credits/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": "",
                    "enforced_2fa": false
                },
                "vcs": "local",
                "repo": "local:",
                "git_export": "https://weblate.foundryvtt-hub.com/git/t2k4e/glossary/",
                "branch": "main",
                "push_branch": "",
                "filemask": "*.tbx",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "tbx",
                "license": "GPL-3.0-only",
                "license_url": "https://spdx.org/licenses/GPL-3.0-only.html",
                "agreement": "",
                "web_url": "https://weblate.foundryvtt-hub.com/projects/t2k4e/glossary/",
                "url": "https://weblate.foundryvtt-hub.com/api/components/t2k4e/glossary/?format=api",
                "repository_url": "https://weblate.foundryvtt-hub.com/api/components/t2k4e/glossary/repository/?format=api",
                "translations_url": "https://weblate.foundryvtt-hub.com/api/components/t2k4e/glossary/translations/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/components/t2k4e/glossary/statistics/?format=api",
                "lock_url": "https://weblate.foundryvtt-hub.com/api/components/t2k4e/glossary/lock/?format=api",
                "links_url": "https://weblate.foundryvtt-hub.com/api/components/t2k4e/glossary/links/?format=api",
                "changes_list_url": "https://weblate.foundryvtt-hub.com/api/components/t2k4e/glossary/changes/?format=api",
                "task_url": null,
                "credits_url": "https://weblate.foundryvtt-hub.com/api/components/t2k4e/glossary/credits/?format=api",
                "new_lang": "none",
                "language_code_style": "",
                "push": "",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\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": false,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": true,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "ru",
            "id": 1520,
            "filename": "ru.tbx",
            "revision": "a707eb0b067f141dc98e77ff33c3d42e12c3d712",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/t2k4e/glossary/ru/",
            "share_url": "https://weblate.foundryvtt-hub.com/engage/t2k4e/-/ru/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/t2k4e/glossary/ru/",
            "url": "https://weblate.foundryvtt-hub.com/api/translations/t2k4e/glossary/ru/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 0,
            "total_words": 0,
            "translated": 0,
            "translated_words": 0,
            "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-07-29T09:40:12.082648Z",
            "last_author": null,
            "repository_url": "https://weblate.foundryvtt-hub.com/api/translations/t2k4e/glossary/ru/repository/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/translations/t2k4e/glossary/ru/file/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/translations/t2k4e/glossary/ru/statistics/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/translations/t2k4e/glossary/ru/changes/?format=api",
            "units_list_url": "https://weblate.foundryvtt-hub.com/api/translations/t2k4e/glossary/ru/units/?format=api"
        },
        {
            "language": {
                "id": 272,
                "code": "it",
                "name": "Italian",
                "plural": {
                    "id": 272,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "ita_it",
                    "ita"
                ],
                "direction": "ltr",
                "population": 70247059,
                "web_url": "https://weblate.foundryvtt-hub.com/languages/it/",
                "url": "https://weblate.foundryvtt-hub.com/api/languages/it/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/languages/it/statistics/?format=api"
            },
            "component": {
                "name": "main",
                "slug": "main",
                "id": 194,
                "source_language": {
                    "id": 147,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 147,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://weblate.foundryvtt-hub.com/languages/en/",
                    "url": "https://weblate.foundryvtt-hub.com/api/languages/en/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Quick Insert - Search Widget",
                    "slug": "quick-insert",
                    "id": 84,
                    "web": "https://gitlab.com/fvtt-modules-lab/quick-insert",
                    "web_url": "https://weblate.foundryvtt-hub.com/projects/quick-insert/",
                    "url": "https://weblate.foundryvtt-hub.com/api/projects/quick-insert/?format=api",
                    "components_list_url": "https://weblate.foundryvtt-hub.com/api/projects/quick-insert/components/?format=api",
                    "repository_url": "https://weblate.foundryvtt-hub.com/api/projects/quick-insert/repository/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/projects/quick-insert/statistics/?format=api",
                    "categories_url": "https://weblate.foundryvtt-hub.com/api/projects/quick-insert/categories/?format=api",
                    "changes_list_url": "https://weblate.foundryvtt-hub.com/api/projects/quick-insert/changes/?format=api",
                    "languages_url": "https://weblate.foundryvtt-hub.com/api/projects/quick-insert/languages/?format=api",
                    "labels_url": "https://weblate.foundryvtt-hub.com/api/projects/quick-insert/labels/?format=api",
                    "credits_url": "https://weblate.foundryvtt-hub.com/api/projects/quick-insert/credits/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": "",
                    "enforced_2fa": false
                },
                "vcs": "gitlab",
                "repo": "https://gitlab.com/fvtt-modules-lab/quick-insert",
                "git_export": "https://weblate.foundryvtt-hub.com/git/quick-insert/main/",
                "branch": "develop",
                "push_branch": "",
                "filemask": "lang/*.json",
                "screenshot_filemask": "",
                "template": "lang/en.json",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "json",
                "license": "MIT",
                "license_url": "https://spdx.org/licenses/MIT.html",
                "agreement": "",
                "web_url": "https://weblate.foundryvtt-hub.com/projects/quick-insert/main/",
                "url": "https://weblate.foundryvtt-hub.com/api/components/quick-insert/main/?format=api",
                "repository_url": "https://weblate.foundryvtt-hub.com/api/components/quick-insert/main/repository/?format=api",
                "translations_url": "https://weblate.foundryvtt-hub.com/api/components/quick-insert/main/translations/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/components/quick-insert/main/statistics/?format=api",
                "lock_url": "https://weblate.foundryvtt-hub.com/api/components/quick-insert/main/lock/?format=api",
                "links_url": "https://weblate.foundryvtt-hub.com/api/components/quick-insert/main/links/?format=api",
                "changes_list_url": "https://weblate.foundryvtt-hub.com/api/components/quick-insert/main/changes/?format=api",
                "task_url": null,
                "credits_url": "https://weblate.foundryvtt-hub.com/api/components/quick-insert/main/credits/?format=api",
                "new_lang": "add",
                "language_code_style": "",
                "push": "",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": 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.foundryvtt-hub.com/api/addons/189/?format=api",
                    "https://weblate.foundryvtt-hub.com/api/addons/190/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "it",
            "id": 1521,
            "filename": "lang/it.json",
            "revision": "82c27835c1a9bd18c372d979e2b0de5e517a86d4,b889ae0a1fff657293f9480e8a34354e23720e9a",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/quick-insert/main/it/",
            "share_url": "https://weblate.foundryvtt-hub.com/engage/quick-insert/-/it/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/quick-insert/main/it/",
            "url": "https://weblate.foundryvtt-hub.com/api/translations/quick-insert/main/it/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 139,
            "total_words": 790,
            "translated": 137,
            "translated_words": 765,
            "translated_percent": 98.5,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2025-07-18T17:21:24.269597Z",
            "last_author": null,
            "repository_url": "https://weblate.foundryvtt-hub.com/api/translations/quick-insert/main/it/repository/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/translations/quick-insert/main/it/file/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/translations/quick-insert/main/it/statistics/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/translations/quick-insert/main/it/changes/?format=api",
            "units_list_url": "https://weblate.foundryvtt-hub.com/api/translations/quick-insert/main/it/units/?format=api"
        },
        {
            "language": {
                "id": 272,
                "code": "it",
                "name": "Italian",
                "plural": {
                    "id": 272,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "ita_it",
                    "ita"
                ],
                "direction": "ltr",
                "population": 70247059,
                "web_url": "https://weblate.foundryvtt-hub.com/languages/it/",
                "url": "https://weblate.foundryvtt-hub.com/api/languages/it/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/languages/it/statistics/?format=api"
            },
            "component": {
                "name": "Quick Insert - Search Widget",
                "slug": "glossary",
                "id": 195,
                "source_language": {
                    "id": 147,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 147,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://weblate.foundryvtt-hub.com/languages/en/",
                    "url": "https://weblate.foundryvtt-hub.com/api/languages/en/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Quick Insert - Search Widget",
                    "slug": "quick-insert",
                    "id": 84,
                    "web": "https://gitlab.com/fvtt-modules-lab/quick-insert",
                    "web_url": "https://weblate.foundryvtt-hub.com/projects/quick-insert/",
                    "url": "https://weblate.foundryvtt-hub.com/api/projects/quick-insert/?format=api",
                    "components_list_url": "https://weblate.foundryvtt-hub.com/api/projects/quick-insert/components/?format=api",
                    "repository_url": "https://weblate.foundryvtt-hub.com/api/projects/quick-insert/repository/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/projects/quick-insert/statistics/?format=api",
                    "categories_url": "https://weblate.foundryvtt-hub.com/api/projects/quick-insert/categories/?format=api",
                    "changes_list_url": "https://weblate.foundryvtt-hub.com/api/projects/quick-insert/changes/?format=api",
                    "languages_url": "https://weblate.foundryvtt-hub.com/api/projects/quick-insert/languages/?format=api",
                    "labels_url": "https://weblate.foundryvtt-hub.com/api/projects/quick-insert/labels/?format=api",
                    "credits_url": "https://weblate.foundryvtt-hub.com/api/projects/quick-insert/credits/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": "",
                    "enforced_2fa": false
                },
                "vcs": "local",
                "repo": "local:",
                "git_export": "https://weblate.foundryvtt-hub.com/git/quick-insert/glossary/",
                "branch": "main",
                "push_branch": "",
                "filemask": "*.tbx",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "tbx",
                "license": "MIT",
                "license_url": "https://spdx.org/licenses/MIT.html",
                "agreement": "",
                "web_url": "https://weblate.foundryvtt-hub.com/projects/quick-insert/glossary/",
                "url": "https://weblate.foundryvtt-hub.com/api/components/quick-insert/glossary/?format=api",
                "repository_url": "https://weblate.foundryvtt-hub.com/api/components/quick-insert/glossary/repository/?format=api",
                "translations_url": "https://weblate.foundryvtt-hub.com/api/components/quick-insert/glossary/translations/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/components/quick-insert/glossary/statistics/?format=api",
                "lock_url": "https://weblate.foundryvtt-hub.com/api/components/quick-insert/glossary/lock/?format=api",
                "links_url": "https://weblate.foundryvtt-hub.com/api/components/quick-insert/glossary/links/?format=api",
                "changes_list_url": "https://weblate.foundryvtt-hub.com/api/components/quick-insert/glossary/changes/?format=api",
                "task_url": null,
                "credits_url": "https://weblate.foundryvtt-hub.com/api/components/quick-insert/glossary/credits/?format=api",
                "new_lang": "none",
                "language_code_style": "",
                "push": "",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\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": false,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": true,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "it",
            "id": 1522,
            "filename": "it.tbx",
            "revision": "a707eb0b067f141dc98e77ff33c3d42e12c3d712",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/quick-insert/glossary/it/",
            "share_url": "https://weblate.foundryvtt-hub.com/engage/quick-insert/-/it/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/quick-insert/glossary/it/",
            "url": "https://weblate.foundryvtt-hub.com/api/translations/quick-insert/glossary/it/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 0,
            "total_words": 0,
            "translated": 0,
            "translated_words": 0,
            "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-08-02T22:45:42.736672Z",
            "last_author": null,
            "repository_url": "https://weblate.foundryvtt-hub.com/api/translations/quick-insert/glossary/it/repository/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/translations/quick-insert/glossary/it/file/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/translations/quick-insert/glossary/it/statistics/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/translations/quick-insert/glossary/it/changes/?format=api",
            "units_list_url": "https://weblate.foundryvtt-hub.com/api/translations/quick-insert/glossary/it/units/?format=api"
        },
        {
            "language": {
                "id": 446,
                "code": "pt",
                "name": "Portuguese",
                "plural": {
                    "id": 446,
                    "source": 0,
                    "number": 2,
                    "formula": "n > 1",
                    "type": 1
                },
                "aliases": [
                    "por_pt",
                    "ptg",
                    "por"
                ],
                "direction": "ltr",
                "population": 237496883,
                "web_url": "https://weblate.foundryvtt-hub.com/languages/pt/",
                "url": "https://weblate.foundryvtt-hub.com/api/languages/pt/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/languages/pt/statistics/?format=api"
            },
            "component": {
                "name": "main",
                "slug": "main",
                "id": 76,
                "source_language": {
                    "id": 147,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 147,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://weblate.foundryvtt-hub.com/languages/en/",
                    "url": "https://weblate.foundryvtt-hub.com/api/languages/en/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Party Resources",
                    "slug": "party-resources",
                    "id": 37,
                    "web": "https://github.com/davelens/fvtt-party-resources",
                    "web_url": "https://weblate.foundryvtt-hub.com/projects/party-resources/",
                    "url": "https://weblate.foundryvtt-hub.com/api/projects/party-resources/?format=api",
                    "components_list_url": "https://weblate.foundryvtt-hub.com/api/projects/party-resources/components/?format=api",
                    "repository_url": "https://weblate.foundryvtt-hub.com/api/projects/party-resources/repository/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/projects/party-resources/statistics/?format=api",
                    "categories_url": "https://weblate.foundryvtt-hub.com/api/projects/party-resources/categories/?format=api",
                    "changes_list_url": "https://weblate.foundryvtt-hub.com/api/projects/party-resources/changes/?format=api",
                    "languages_url": "https://weblate.foundryvtt-hub.com/api/projects/party-resources/languages/?format=api",
                    "labels_url": "https://weblate.foundryvtt-hub.com/api/projects/party-resources/labels/?format=api",
                    "credits_url": "https://weblate.foundryvtt-hub.com/api/projects/party-resources/credits/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": "",
                    "enforced_2fa": false
                },
                "vcs": "github",
                "repo": "https://github.com/davelens/fvtt-party-resources.git",
                "git_export": "https://weblate.foundryvtt-hub.com/git/party-resources/main/",
                "branch": "master",
                "push_branch": "",
                "filemask": "languages/*.json",
                "screenshot_filemask": "",
                "template": "languages/en.json",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "json",
                "license": "MIT",
                "license_url": "https://spdx.org/licenses/MIT.html",
                "agreement": "",
                "web_url": "https://weblate.foundryvtt-hub.com/projects/party-resources/main/",
                "url": "https://weblate.foundryvtt-hub.com/api/components/party-resources/main/?format=api",
                "repository_url": "https://weblate.foundryvtt-hub.com/api/components/party-resources/main/repository/?format=api",
                "translations_url": "https://weblate.foundryvtt-hub.com/api/components/party-resources/main/translations/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/components/party-resources/main/statistics/?format=api",
                "lock_url": "https://weblate.foundryvtt-hub.com/api/components/party-resources/main/lock/?format=api",
                "links_url": "https://weblate.foundryvtt-hub.com/api/components/party-resources/main/links/?format=api",
                "changes_list_url": "https://weblate.foundryvtt-hub.com/api/components/party-resources/main/changes/?format=api",
                "task_url": null,
                "credits_url": "https://weblate.foundryvtt-hub.com/api/components/party-resources/main/credits/?format=api",
                "new_lang": "add",
                "language_code_style": "",
                "push": "",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\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.foundryvtt-hub.com/api/addons/74/?format=api",
                    "https://weblate.foundryvtt-hub.com/api/addons/75/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "pt",
            "id": 1523,
            "filename": "languages/pt.json",
            "revision": "bc880fab5f454b7d924b2ee45b34cf76d99078fa,d619d8a26710547b2d6c4743062d019429a853a1",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/party-resources/main/pt/",
            "share_url": "https://weblate.foundryvtt-hub.com/engage/party-resources/-/pt/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/party-resources/main/pt/",
            "url": "https://weblate.foundryvtt-hub.com/api/translations/party-resources/main/pt/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 64,
            "total_words": 463,
            "translated": 64,
            "translated_words": 463,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 5,
            "failing_checks_words": 28,
            "failing_checks_percent": 7.8,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2025-05-03T20:59:49.046552Z",
            "last_author": null,
            "repository_url": "https://weblate.foundryvtt-hub.com/api/translations/party-resources/main/pt/repository/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/translations/party-resources/main/pt/file/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/translations/party-resources/main/pt/statistics/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/translations/party-resources/main/pt/changes/?format=api",
            "units_list_url": "https://weblate.foundryvtt-hub.com/api/translations/party-resources/main/pt/units/?format=api"
        },
        {
            "language": {
                "id": 446,
                "code": "pt",
                "name": "Portuguese",
                "plural": {
                    "id": 446,
                    "source": 0,
                    "number": 2,
                    "formula": "n > 1",
                    "type": 1
                },
                "aliases": [
                    "por_pt",
                    "ptg",
                    "por"
                ],
                "direction": "ltr",
                "population": 237496883,
                "web_url": "https://weblate.foundryvtt-hub.com/languages/pt/",
                "url": "https://weblate.foundryvtt-hub.com/api/languages/pt/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/languages/pt/statistics/?format=api"
            },
            "component": {
                "name": "Party Resources",
                "slug": "glossary",
                "id": 77,
                "source_language": {
                    "id": 147,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 147,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://weblate.foundryvtt-hub.com/languages/en/",
                    "url": "https://weblate.foundryvtt-hub.com/api/languages/en/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Party Resources",
                    "slug": "party-resources",
                    "id": 37,
                    "web": "https://github.com/davelens/fvtt-party-resources",
                    "web_url": "https://weblate.foundryvtt-hub.com/projects/party-resources/",
                    "url": "https://weblate.foundryvtt-hub.com/api/projects/party-resources/?format=api",
                    "components_list_url": "https://weblate.foundryvtt-hub.com/api/projects/party-resources/components/?format=api",
                    "repository_url": "https://weblate.foundryvtt-hub.com/api/projects/party-resources/repository/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/projects/party-resources/statistics/?format=api",
                    "categories_url": "https://weblate.foundryvtt-hub.com/api/projects/party-resources/categories/?format=api",
                    "changes_list_url": "https://weblate.foundryvtt-hub.com/api/projects/party-resources/changes/?format=api",
                    "languages_url": "https://weblate.foundryvtt-hub.com/api/projects/party-resources/languages/?format=api",
                    "labels_url": "https://weblate.foundryvtt-hub.com/api/projects/party-resources/labels/?format=api",
                    "credits_url": "https://weblate.foundryvtt-hub.com/api/projects/party-resources/credits/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": "",
                    "enforced_2fa": false
                },
                "vcs": "local",
                "repo": "local:",
                "git_export": "https://weblate.foundryvtt-hub.com/git/party-resources/glossary/",
                "branch": "main",
                "push_branch": "",
                "filemask": "*.tbx",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "tbx",
                "license": "MIT",
                "license_url": "https://spdx.org/licenses/MIT.html",
                "agreement": "",
                "web_url": "https://weblate.foundryvtt-hub.com/projects/party-resources/glossary/",
                "url": "https://weblate.foundryvtt-hub.com/api/components/party-resources/glossary/?format=api",
                "repository_url": "https://weblate.foundryvtt-hub.com/api/components/party-resources/glossary/repository/?format=api",
                "translations_url": "https://weblate.foundryvtt-hub.com/api/components/party-resources/glossary/translations/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/components/party-resources/glossary/statistics/?format=api",
                "lock_url": "https://weblate.foundryvtt-hub.com/api/components/party-resources/glossary/lock/?format=api",
                "links_url": "https://weblate.foundryvtt-hub.com/api/components/party-resources/glossary/links/?format=api",
                "changes_list_url": "https://weblate.foundryvtt-hub.com/api/components/party-resources/glossary/changes/?format=api",
                "task_url": null,
                "credits_url": "https://weblate.foundryvtt-hub.com/api/components/party-resources/glossary/credits/?format=api",
                "new_lang": "none",
                "language_code_style": "",
                "push": "",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\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": false,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": true,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "pt",
            "id": 1524,
            "filename": "pt.tbx",
            "revision": "a707eb0b067f141dc98e77ff33c3d42e12c3d712",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/party-resources/glossary/pt/",
            "share_url": "https://weblate.foundryvtt-hub.com/engage/party-resources/-/pt/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/party-resources/glossary/pt/",
            "url": "https://weblate.foundryvtt-hub.com/api/translations/party-resources/glossary/pt/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 0,
            "total_words": 0,
            "translated": 0,
            "translated_words": 0,
            "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-08-13T03:56:42.094784Z",
            "last_author": null,
            "repository_url": "https://weblate.foundryvtt-hub.com/api/translations/party-resources/glossary/pt/repository/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/translations/party-resources/glossary/pt/file/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/translations/party-resources/glossary/pt/statistics/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/translations/party-resources/glossary/pt/changes/?format=api",
            "units_list_url": "https://weblate.foundryvtt-hub.com/api/translations/party-resources/glossary/pt/units/?format=api"
        },
        {
            "language": {
                "id": 465,
                "code": "ru",
                "name": "Russian",
                "plural": {
                    "id": 465,
                    "source": 0,
                    "number": 3,
                    "formula": "n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2",
                    "type": 2
                },
                "aliases": [
                    "ru_r",
                    "ru_rr",
                    "rus"
                ],
                "direction": "ltr",
                "population": 195841151,
                "web_url": "https://weblate.foundryvtt-hub.com/languages/ru/",
                "url": "https://weblate.foundryvtt-hub.com/api/languages/ru/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/languages/ru/statistics/?format=api"
            },
            "component": {
                "name": "Twodsix - Cepheus & Traveller (Unofficial)",
                "slug": "glossary",
                "id": 30,
                "source_language": {
                    "id": 147,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 147,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://weblate.foundryvtt-hub.com/languages/en/",
                    "url": "https://weblate.foundryvtt-hub.com/api/languages/en/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Twodsix - Cepheus & Traveller (Unofficial)",
                    "slug": "twodsix",
                    "id": 15,
                    "web": "https://github.com/xdy/twodsix-foundryvtt",
                    "web_url": "https://weblate.foundryvtt-hub.com/projects/twodsix/",
                    "url": "https://weblate.foundryvtt-hub.com/api/projects/twodsix/?format=api",
                    "components_list_url": "https://weblate.foundryvtt-hub.com/api/projects/twodsix/components/?format=api",
                    "repository_url": "https://weblate.foundryvtt-hub.com/api/projects/twodsix/repository/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/projects/twodsix/statistics/?format=api",
                    "categories_url": "https://weblate.foundryvtt-hub.com/api/projects/twodsix/categories/?format=api",
                    "changes_list_url": "https://weblate.foundryvtt-hub.com/api/projects/twodsix/changes/?format=api",
                    "languages_url": "https://weblate.foundryvtt-hub.com/api/projects/twodsix/languages/?format=api",
                    "labels_url": "https://weblate.foundryvtt-hub.com/api/projects/twodsix/labels/?format=api",
                    "credits_url": "https://weblate.foundryvtt-hub.com/api/projects/twodsix/credits/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": "",
                    "enforced_2fa": false
                },
                "vcs": "local",
                "repo": "local:",
                "git_export": "https://weblate.foundryvtt-hub.com/git/twodsix/glossary/",
                "branch": "main",
                "push_branch": "",
                "filemask": "*.tbx",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "tbx",
                "license": "Apache-2.0",
                "license_url": "https://spdx.org/licenses/Apache-2.0.html",
                "agreement": "",
                "web_url": "https://weblate.foundryvtt-hub.com/projects/twodsix/glossary/",
                "url": "https://weblate.foundryvtt-hub.com/api/components/twodsix/glossary/?format=api",
                "repository_url": "https://weblate.foundryvtt-hub.com/api/components/twodsix/glossary/repository/?format=api",
                "translations_url": "https://weblate.foundryvtt-hub.com/api/components/twodsix/glossary/translations/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/components/twodsix/glossary/statistics/?format=api",
                "lock_url": "https://weblate.foundryvtt-hub.com/api/components/twodsix/glossary/lock/?format=api",
                "links_url": "https://weblate.foundryvtt-hub.com/api/components/twodsix/glossary/links/?format=api",
                "changes_list_url": "https://weblate.foundryvtt-hub.com/api/components/twodsix/glossary/changes/?format=api",
                "task_url": null,
                "credits_url": "https://weblate.foundryvtt-hub.com/api/components/twodsix/glossary/credits/?format=api",
                "new_lang": "none",
                "language_code_style": "",
                "push": "",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\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": false,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": true,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "ru",
            "id": 1526,
            "filename": "ru.tbx",
            "revision": "a707eb0b067f141dc98e77ff33c3d42e12c3d712",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/twodsix/glossary/ru/",
            "share_url": "https://weblate.foundryvtt-hub.com/engage/twodsix/-/ru/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/twodsix/glossary/ru/",
            "url": "https://weblate.foundryvtt-hub.com/api/translations/twodsix/glossary/ru/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 0,
            "total_words": 0,
            "translated": 0,
            "translated_words": 0,
            "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-08-14T15:34:04.805710Z",
            "last_author": null,
            "repository_url": "https://weblate.foundryvtt-hub.com/api/translations/twodsix/glossary/ru/repository/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/translations/twodsix/glossary/ru/file/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/translations/twodsix/glossary/ru/statistics/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/translations/twodsix/glossary/ru/changes/?format=api",
            "units_list_url": "https://weblate.foundryvtt-hub.com/api/translations/twodsix/glossary/ru/units/?format=api"
        },
        {
            "language": {
                "id": 440,
                "code": "pl",
                "name": "Polish",
                "plural": {
                    "id": 440,
                    "source": 0,
                    "number": 3,
                    "formula": "n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2",
                    "type": 2
                },
                "aliases": [
                    "plk",
                    "pol"
                ],
                "direction": "ltr",
                "population": 41077398,
                "web_url": "https://weblate.foundryvtt-hub.com/languages/pl/",
                "url": "https://weblate.foundryvtt-hub.com/api/languages/pl/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/languages/pl/statistics/?format=api"
            },
            "component": {
                "name": "main",
                "slug": "main",
                "id": 250,
                "source_language": {
                    "id": 147,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 147,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://weblate.foundryvtt-hub.com/languages/en/",
                    "url": "https://weblate.foundryvtt-hub.com/api/languages/en/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Savage Worlds Adventure Edition",
                    "slug": "swade",
                    "id": 115,
                    "web": "https://gitlab.com/peginc/swade",
                    "web_url": "https://weblate.foundryvtt-hub.com/projects/swade/",
                    "url": "https://weblate.foundryvtt-hub.com/api/projects/swade/?format=api",
                    "components_list_url": "https://weblate.foundryvtt-hub.com/api/projects/swade/components/?format=api",
                    "repository_url": "https://weblate.foundryvtt-hub.com/api/projects/swade/repository/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/projects/swade/statistics/?format=api",
                    "categories_url": "https://weblate.foundryvtt-hub.com/api/projects/swade/categories/?format=api",
                    "changes_list_url": "https://weblate.foundryvtt-hub.com/api/projects/swade/changes/?format=api",
                    "languages_url": "https://weblate.foundryvtt-hub.com/api/projects/swade/languages/?format=api",
                    "labels_url": "https://weblate.foundryvtt-hub.com/api/projects/swade/labels/?format=api",
                    "credits_url": "https://weblate.foundryvtt-hub.com/api/projects/swade/credits/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": "",
                    "enforced_2fa": false
                },
                "vcs": null,
                "repo": null,
                "git_export": "https://weblate.foundryvtt-hub.com/git/swade/main/",
                "branch": null,
                "push_branch": "",
                "filemask": null,
                "screenshot_filemask": null,
                "template": "src/lang/en.yml",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "yaml",
                "license": "Apache-2.0",
                "license_url": "https://spdx.org/licenses/Apache-2.0.html",
                "agreement": "",
                "web_url": "https://weblate.foundryvtt-hub.com/projects/swade/main/",
                "url": "https://weblate.foundryvtt-hub.com/api/components/swade/main/?format=api",
                "repository_url": "https://weblate.foundryvtt-hub.com/api/components/swade/main/repository/?format=api",
                "translations_url": "https://weblate.foundryvtt-hub.com/api/components/swade/main/translations/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/components/swade/main/statistics/?format=api",
                "lock_url": "https://weblate.foundryvtt-hub.com/api/components/swade/main/lock/?format=api",
                "links_url": "https://weblate.foundryvtt-hub.com/api/components/swade/main/links/?format=api",
                "changes_list_url": "https://weblate.foundryvtt-hub.com/api/components/swade/main/changes/?format=api",
                "task_url": null,
                "credits_url": "https://weblate.foundryvtt-hub.com/api/components/swade/main/credits/?format=api",
                "new_lang": "add",
                "language_code_style": "",
                "push": null,
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "merge",
                "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.foundryvtt-hub.com/api/addons/245/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "pl",
            "id": 1527,
            "filename": "src/lang/pl.yml",
            "revision": "d6477af80b72a7c64fe5bc4016035e0a2b6027bb,ac9a21e4ed271db4c12275d742f06319c12df3ea",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/swade/main/pl/",
            "share_url": "https://weblate.foundryvtt-hub.com/engage/swade/-/pl/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/swade/main/pl/",
            "url": "https://weblate.foundryvtt-hub.com/api/translations/swade/main/pl/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 1182,
            "total_words": 5120,
            "translated": 1169,
            "translated_words": 5076,
            "translated_percent": 98.9,
            "fuzzy": 4,
            "fuzzy_words": 5,
            "fuzzy_percent": 0.3,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2025-07-07T17:36:52.635687Z",
            "last_author": null,
            "repository_url": "https://weblate.foundryvtt-hub.com/api/translations/swade/main/pl/repository/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/translations/swade/main/pl/file/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/translations/swade/main/pl/statistics/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/translations/swade/main/pl/changes/?format=api",
            "units_list_url": "https://weblate.foundryvtt-hub.com/api/translations/swade/main/pl/units/?format=api"
        },
        {
            "language": {
                "id": 440,
                "code": "pl",
                "name": "Polish",
                "plural": {
                    "id": 440,
                    "source": 0,
                    "number": 3,
                    "formula": "n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2",
                    "type": 2
                },
                "aliases": [
                    "plk",
                    "pol"
                ],
                "direction": "ltr",
                "population": 41077398,
                "web_url": "https://weblate.foundryvtt-hub.com/languages/pl/",
                "url": "https://weblate.foundryvtt-hub.com/api/languages/pl/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/languages/pl/statistics/?format=api"
            },
            "component": {
                "name": "Savage Worlds Adventure Edition",
                "slug": "glossary",
                "id": 251,
                "source_language": {
                    "id": 147,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 147,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://weblate.foundryvtt-hub.com/languages/en/",
                    "url": "https://weblate.foundryvtt-hub.com/api/languages/en/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Savage Worlds Adventure Edition",
                    "slug": "swade",
                    "id": 115,
                    "web": "https://gitlab.com/peginc/swade",
                    "web_url": "https://weblate.foundryvtt-hub.com/projects/swade/",
                    "url": "https://weblate.foundryvtt-hub.com/api/projects/swade/?format=api",
                    "components_list_url": "https://weblate.foundryvtt-hub.com/api/projects/swade/components/?format=api",
                    "repository_url": "https://weblate.foundryvtt-hub.com/api/projects/swade/repository/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/projects/swade/statistics/?format=api",
                    "categories_url": "https://weblate.foundryvtt-hub.com/api/projects/swade/categories/?format=api",
                    "changes_list_url": "https://weblate.foundryvtt-hub.com/api/projects/swade/changes/?format=api",
                    "languages_url": "https://weblate.foundryvtt-hub.com/api/projects/swade/languages/?format=api",
                    "labels_url": "https://weblate.foundryvtt-hub.com/api/projects/swade/labels/?format=api",
                    "credits_url": "https://weblate.foundryvtt-hub.com/api/projects/swade/credits/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": "",
                    "enforced_2fa": false
                },
                "vcs": null,
                "repo": null,
                "git_export": "https://weblate.foundryvtt-hub.com/git/swade/glossary/",
                "branch": null,
                "push_branch": "",
                "filemask": null,
                "screenshot_filemask": null,
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "tbx",
                "license": "Apache-2.0",
                "license_url": "https://spdx.org/licenses/Apache-2.0.html",
                "agreement": "",
                "web_url": "https://weblate.foundryvtt-hub.com/projects/swade/glossary/",
                "url": "https://weblate.foundryvtt-hub.com/api/components/swade/glossary/?format=api",
                "repository_url": "https://weblate.foundryvtt-hub.com/api/components/swade/glossary/repository/?format=api",
                "translations_url": "https://weblate.foundryvtt-hub.com/api/components/swade/glossary/translations/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/components/swade/glossary/statistics/?format=api",
                "lock_url": "https://weblate.foundryvtt-hub.com/api/components/swade/glossary/lock/?format=api",
                "links_url": "https://weblate.foundryvtt-hub.com/api/components/swade/glossary/links/?format=api",
                "changes_list_url": "https://weblate.foundryvtt-hub.com/api/components/swade/glossary/changes/?format=api",
                "task_url": null,
                "credits_url": "https://weblate.foundryvtt-hub.com/api/components/swade/glossary/credits/?format=api",
                "new_lang": "none",
                "language_code_style": "",
                "push": null,
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\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": false,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": true,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "pl",
            "id": 1528,
            "filename": "pl.tbx",
            "revision": "a707eb0b067f141dc98e77ff33c3d42e12c3d712",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/swade/glossary/pl/",
            "share_url": "https://weblate.foundryvtt-hub.com/engage/swade/-/pl/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/swade/glossary/pl/",
            "url": "https://weblate.foundryvtt-hub.com/api/translations/swade/glossary/pl/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 0,
            "total_words": 0,
            "translated": 0,
            "translated_words": 0,
            "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-08-14T16:46:34.226519Z",
            "last_author": null,
            "repository_url": "https://weblate.foundryvtt-hub.com/api/translations/swade/glossary/pl/repository/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/translations/swade/glossary/pl/file/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/translations/swade/glossary/pl/statistics/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/translations/swade/glossary/pl/changes/?format=api",
            "units_list_url": "https://weblate.foundryvtt-hub.com/api/translations/swade/glossary/pl/units/?format=api"
        },
        {
            "language": {
                "id": 440,
                "code": "pl",
                "name": "Polish",
                "plural": {
                    "id": 440,
                    "source": 0,
                    "number": 3,
                    "formula": "n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2",
                    "type": 2
                },
                "aliases": [
                    "plk",
                    "pol"
                ],
                "direction": "ltr",
                "population": 41077398,
                "web_url": "https://weblate.foundryvtt-hub.com/languages/pl/",
                "url": "https://weblate.foundryvtt-hub.com/api/languages/pl/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/languages/pl/statistics/?format=api"
            },
            "component": {
                "name": "main",
                "slug": "main",
                "id": 35,
                "source_language": {
                    "id": 147,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 147,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://weblate.foundryvtt-hub.com/languages/en/",
                    "url": "https://weblate.foundryvtt-hub.com/api/languages/en/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "About Face",
                    "slug": "about-face",
                    "id": 18,
                    "web": "https://github.com/mclemente/about-face",
                    "web_url": "https://weblate.foundryvtt-hub.com/projects/about-face/",
                    "url": "https://weblate.foundryvtt-hub.com/api/projects/about-face/?format=api",
                    "components_list_url": "https://weblate.foundryvtt-hub.com/api/projects/about-face/components/?format=api",
                    "repository_url": "https://weblate.foundryvtt-hub.com/api/projects/about-face/repository/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/projects/about-face/statistics/?format=api",
                    "categories_url": "https://weblate.foundryvtt-hub.com/api/projects/about-face/categories/?format=api",
                    "changes_list_url": "https://weblate.foundryvtt-hub.com/api/projects/about-face/changes/?format=api",
                    "languages_url": "https://weblate.foundryvtt-hub.com/api/projects/about-face/languages/?format=api",
                    "labels_url": "https://weblate.foundryvtt-hub.com/api/projects/about-face/labels/?format=api",
                    "credits_url": "https://weblate.foundryvtt-hub.com/api/projects/about-face/credits/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": "",
                    "enforced_2fa": false
                },
                "vcs": "github",
                "repo": "https://github.com/mclemente/about-face.git",
                "git_export": "https://weblate.foundryvtt-hub.com/git/about-face/main/",
                "branch": "master",
                "push_branch": "",
                "filemask": "src/lang/*.json",
                "screenshot_filemask": "",
                "template": "src/lang/en.json",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "json-nested",
                "license": "GPL-3.0-only",
                "license_url": "https://spdx.org/licenses/GPL-3.0-only.html",
                "agreement": "",
                "web_url": "https://weblate.foundryvtt-hub.com/projects/about-face/main/",
                "url": "https://weblate.foundryvtt-hub.com/api/components/about-face/main/?format=api",
                "repository_url": "https://weblate.foundryvtt-hub.com/api/components/about-face/main/repository/?format=api",
                "translations_url": "https://weblate.foundryvtt-hub.com/api/components/about-face/main/translations/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/components/about-face/main/statistics/?format=api",
                "lock_url": "https://weblate.foundryvtt-hub.com/api/components/about-face/main/lock/?format=api",
                "links_url": "https://weblate.foundryvtt-hub.com/api/components/about-face/main/links/?format=api",
                "changes_list_url": "https://weblate.foundryvtt-hub.com/api/components/about-face/main/changes/?format=api",
                "task_url": null,
                "credits_url": "https://weblate.foundryvtt-hub.com/api/components/about-face/main/credits/?format=api",
                "new_lang": "add",
                "language_code_style": "",
                "push": "",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": 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.foundryvtt-hub.com/api/addons/35/?format=api",
                    "https://weblate.foundryvtt-hub.com/api/addons/36/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "pl",
            "id": 1529,
            "filename": "src/lang/pl.json",
            "revision": "5ddcc4428a40236e6ef81964b695458261af0d1b,72b9a894719d1f165f2d6e45d9dcad16a4f0bd15",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/about-face/main/pl/",
            "share_url": "https://weblate.foundryvtt-hub.com/engage/about-face/-/pl/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/about-face/main/pl/",
            "url": "https://weblate.foundryvtt-hub.com/api/translations/about-face/main/pl/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 67,
            "total_words": 483,
            "translated": 67,
            "translated_words": 483,
            "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-08-22T14:52:27.973589Z",
            "last_author": null,
            "repository_url": "https://weblate.foundryvtt-hub.com/api/translations/about-face/main/pl/repository/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/translations/about-face/main/pl/file/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/translations/about-face/main/pl/statistics/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/translations/about-face/main/pl/changes/?format=api",
            "units_list_url": "https://weblate.foundryvtt-hub.com/api/translations/about-face/main/pl/units/?format=api"
        },
        {
            "language": {
                "id": 440,
                "code": "pl",
                "name": "Polish",
                "plural": {
                    "id": 440,
                    "source": 0,
                    "number": 3,
                    "formula": "n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2",
                    "type": 2
                },
                "aliases": [
                    "plk",
                    "pol"
                ],
                "direction": "ltr",
                "population": 41077398,
                "web_url": "https://weblate.foundryvtt-hub.com/languages/pl/",
                "url": "https://weblate.foundryvtt-hub.com/api/languages/pl/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/languages/pl/statistics/?format=api"
            },
            "component": {
                "name": "About Face",
                "slug": "glossary",
                "id": 36,
                "source_language": {
                    "id": 147,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 147,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://weblate.foundryvtt-hub.com/languages/en/",
                    "url": "https://weblate.foundryvtt-hub.com/api/languages/en/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "About Face",
                    "slug": "about-face",
                    "id": 18,
                    "web": "https://github.com/mclemente/about-face",
                    "web_url": "https://weblate.foundryvtt-hub.com/projects/about-face/",
                    "url": "https://weblate.foundryvtt-hub.com/api/projects/about-face/?format=api",
                    "components_list_url": "https://weblate.foundryvtt-hub.com/api/projects/about-face/components/?format=api",
                    "repository_url": "https://weblate.foundryvtt-hub.com/api/projects/about-face/repository/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/projects/about-face/statistics/?format=api",
                    "categories_url": "https://weblate.foundryvtt-hub.com/api/projects/about-face/categories/?format=api",
                    "changes_list_url": "https://weblate.foundryvtt-hub.com/api/projects/about-face/changes/?format=api",
                    "languages_url": "https://weblate.foundryvtt-hub.com/api/projects/about-face/languages/?format=api",
                    "labels_url": "https://weblate.foundryvtt-hub.com/api/projects/about-face/labels/?format=api",
                    "credits_url": "https://weblate.foundryvtt-hub.com/api/projects/about-face/credits/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": "",
                    "enforced_2fa": false
                },
                "vcs": "local",
                "repo": "local:",
                "git_export": "https://weblate.foundryvtt-hub.com/git/about-face/glossary/",
                "branch": "main",
                "push_branch": "",
                "filemask": "*.tbx",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "tbx",
                "license": "GPL-3.0-only",
                "license_url": "https://spdx.org/licenses/GPL-3.0-only.html",
                "agreement": "",
                "web_url": "https://weblate.foundryvtt-hub.com/projects/about-face/glossary/",
                "url": "https://weblate.foundryvtt-hub.com/api/components/about-face/glossary/?format=api",
                "repository_url": "https://weblate.foundryvtt-hub.com/api/components/about-face/glossary/repository/?format=api",
                "translations_url": "https://weblate.foundryvtt-hub.com/api/components/about-face/glossary/translations/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/components/about-face/glossary/statistics/?format=api",
                "lock_url": "https://weblate.foundryvtt-hub.com/api/components/about-face/glossary/lock/?format=api",
                "links_url": "https://weblate.foundryvtt-hub.com/api/components/about-face/glossary/links/?format=api",
                "changes_list_url": "https://weblate.foundryvtt-hub.com/api/components/about-face/glossary/changes/?format=api",
                "task_url": null,
                "credits_url": "https://weblate.foundryvtt-hub.com/api/components/about-face/glossary/credits/?format=api",
                "new_lang": "none",
                "language_code_style": "",
                "push": "",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\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": false,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": true,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "pl",
            "id": 1530,
            "filename": "pl.tbx",
            "revision": "a707eb0b067f141dc98e77ff33c3d42e12c3d712",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/about-face/glossary/pl/",
            "share_url": "https://weblate.foundryvtt-hub.com/engage/about-face/-/pl/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/about-face/glossary/pl/",
            "url": "https://weblate.foundryvtt-hub.com/api/translations/about-face/glossary/pl/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 0,
            "total_words": 0,
            "translated": 0,
            "translated_words": 0,
            "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-08-19T21:11:30.982664Z",
            "last_author": null,
            "repository_url": "https://weblate.foundryvtt-hub.com/api/translations/about-face/glossary/pl/repository/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/translations/about-face/glossary/pl/file/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/translations/about-face/glossary/pl/statistics/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/translations/about-face/glossary/pl/changes/?format=api",
            "units_list_url": "https://weblate.foundryvtt-hub.com/api/translations/about-face/glossary/pl/units/?format=api"
        },
        {
            "language": {
                "id": 621,
                "code": "pt_BR",
                "name": "Portuguese (Brazil)",
                "plural": {
                    "id": 652,
                    "source": 0,
                    "number": 2,
                    "formula": "n > 1",
                    "type": 1
                },
                "aliases": [
                    "braz_por",
                    "portuguese_br",
                    "bp",
                    "por_br",
                    "ptb"
                ],
                "direction": "ltr",
                "population": 192661560,
                "web_url": "https://weblate.foundryvtt-hub.com/languages/pt_BR/",
                "url": "https://weblate.foundryvtt-hub.com/api/languages/pt_BR/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/languages/pt_BR/statistics/?format=api"
            },
            "component": {
                "name": "About Face",
                "slug": "glossary",
                "id": 36,
                "source_language": {
                    "id": 147,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 147,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://weblate.foundryvtt-hub.com/languages/en/",
                    "url": "https://weblate.foundryvtt-hub.com/api/languages/en/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "About Face",
                    "slug": "about-face",
                    "id": 18,
                    "web": "https://github.com/mclemente/about-face",
                    "web_url": "https://weblate.foundryvtt-hub.com/projects/about-face/",
                    "url": "https://weblate.foundryvtt-hub.com/api/projects/about-face/?format=api",
                    "components_list_url": "https://weblate.foundryvtt-hub.com/api/projects/about-face/components/?format=api",
                    "repository_url": "https://weblate.foundryvtt-hub.com/api/projects/about-face/repository/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/projects/about-face/statistics/?format=api",
                    "categories_url": "https://weblate.foundryvtt-hub.com/api/projects/about-face/categories/?format=api",
                    "changes_list_url": "https://weblate.foundryvtt-hub.com/api/projects/about-face/changes/?format=api",
                    "languages_url": "https://weblate.foundryvtt-hub.com/api/projects/about-face/languages/?format=api",
                    "labels_url": "https://weblate.foundryvtt-hub.com/api/projects/about-face/labels/?format=api",
                    "credits_url": "https://weblate.foundryvtt-hub.com/api/projects/about-face/credits/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": "",
                    "enforced_2fa": false
                },
                "vcs": "local",
                "repo": "local:",
                "git_export": "https://weblate.foundryvtt-hub.com/git/about-face/glossary/",
                "branch": "main",
                "push_branch": "",
                "filemask": "*.tbx",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "tbx",
                "license": "GPL-3.0-only",
                "license_url": "https://spdx.org/licenses/GPL-3.0-only.html",
                "agreement": "",
                "web_url": "https://weblate.foundryvtt-hub.com/projects/about-face/glossary/",
                "url": "https://weblate.foundryvtt-hub.com/api/components/about-face/glossary/?format=api",
                "repository_url": "https://weblate.foundryvtt-hub.com/api/components/about-face/glossary/repository/?format=api",
                "translations_url": "https://weblate.foundryvtt-hub.com/api/components/about-face/glossary/translations/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/components/about-face/glossary/statistics/?format=api",
                "lock_url": "https://weblate.foundryvtt-hub.com/api/components/about-face/glossary/lock/?format=api",
                "links_url": "https://weblate.foundryvtt-hub.com/api/components/about-face/glossary/links/?format=api",
                "changes_list_url": "https://weblate.foundryvtt-hub.com/api/components/about-face/glossary/changes/?format=api",
                "task_url": null,
                "credits_url": "https://weblate.foundryvtt-hub.com/api/components/about-face/glossary/credits/?format=api",
                "new_lang": "none",
                "language_code_style": "",
                "push": "",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\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": false,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": true,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "pt_BR",
            "id": 1531,
            "filename": "pt_BR.tbx",
            "revision": "a707eb0b067f141dc98e77ff33c3d42e12c3d712",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/about-face/glossary/pt_BR/",
            "share_url": "https://weblate.foundryvtt-hub.com/engage/about-face/-/pt_BR/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/about-face/glossary/pt_BR/",
            "url": "https://weblate.foundryvtt-hub.com/api/translations/about-face/glossary/pt_BR/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 0,
            "total_words": 0,
            "translated": 0,
            "translated_words": 0,
            "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-08-19T21:11:31.104418Z",
            "last_author": null,
            "repository_url": "https://weblate.foundryvtt-hub.com/api/translations/about-face/glossary/pt_BR/repository/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/translations/about-face/glossary/pt_BR/file/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/translations/about-face/glossary/pt_BR/statistics/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/translations/about-face/glossary/pt_BR/changes/?format=api",
            "units_list_url": "https://weblate.foundryvtt-hub.com/api/translations/about-face/glossary/pt_BR/units/?format=api"
        },
        {
            "language": {
                "id": 448,
                "code": "pt-BR",
                "name": "Portuguese (Brazil)",
                "plural": {
                    "id": 448,
                    "source": 0,
                    "number": 2,
                    "formula": "n > 1",
                    "type": 1
                },
                "aliases": [],
                "direction": "ltr",
                "population": 19005077000,
                "web_url": "https://weblate.foundryvtt-hub.com/languages/pt-BR/",
                "url": "https://weblate.foundryvtt-hub.com/api/languages/pt-BR/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/languages/pt-BR/statistics/?format=api"
            },
            "component": {
                "name": "About Face",
                "slug": "glossary",
                "id": 36,
                "source_language": {
                    "id": 147,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 147,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://weblate.foundryvtt-hub.com/languages/en/",
                    "url": "https://weblate.foundryvtt-hub.com/api/languages/en/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "About Face",
                    "slug": "about-face",
                    "id": 18,
                    "web": "https://github.com/mclemente/about-face",
                    "web_url": "https://weblate.foundryvtt-hub.com/projects/about-face/",
                    "url": "https://weblate.foundryvtt-hub.com/api/projects/about-face/?format=api",
                    "components_list_url": "https://weblate.foundryvtt-hub.com/api/projects/about-face/components/?format=api",
                    "repository_url": "https://weblate.foundryvtt-hub.com/api/projects/about-face/repository/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/projects/about-face/statistics/?format=api",
                    "categories_url": "https://weblate.foundryvtt-hub.com/api/projects/about-face/categories/?format=api",
                    "changes_list_url": "https://weblate.foundryvtt-hub.com/api/projects/about-face/changes/?format=api",
                    "languages_url": "https://weblate.foundryvtt-hub.com/api/projects/about-face/languages/?format=api",
                    "labels_url": "https://weblate.foundryvtt-hub.com/api/projects/about-face/labels/?format=api",
                    "credits_url": "https://weblate.foundryvtt-hub.com/api/projects/about-face/credits/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": "",
                    "enforced_2fa": false
                },
                "vcs": "local",
                "repo": "local:",
                "git_export": "https://weblate.foundryvtt-hub.com/git/about-face/glossary/",
                "branch": "main",
                "push_branch": "",
                "filemask": "*.tbx",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "tbx",
                "license": "GPL-3.0-only",
                "license_url": "https://spdx.org/licenses/GPL-3.0-only.html",
                "agreement": "",
                "web_url": "https://weblate.foundryvtt-hub.com/projects/about-face/glossary/",
                "url": "https://weblate.foundryvtt-hub.com/api/components/about-face/glossary/?format=api",
                "repository_url": "https://weblate.foundryvtt-hub.com/api/components/about-face/glossary/repository/?format=api",
                "translations_url": "https://weblate.foundryvtt-hub.com/api/components/about-face/glossary/translations/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/components/about-face/glossary/statistics/?format=api",
                "lock_url": "https://weblate.foundryvtt-hub.com/api/components/about-face/glossary/lock/?format=api",
                "links_url": "https://weblate.foundryvtt-hub.com/api/components/about-face/glossary/links/?format=api",
                "changes_list_url": "https://weblate.foundryvtt-hub.com/api/components/about-face/glossary/changes/?format=api",
                "task_url": null,
                "credits_url": "https://weblate.foundryvtt-hub.com/api/components/about-face/glossary/credits/?format=api",
                "new_lang": "none",
                "language_code_style": "",
                "push": "",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\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": false,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": true,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "pt-BR",
            "id": 1532,
            "filename": "pt-BR.tbx",
            "revision": "a707eb0b067f141dc98e77ff33c3d42e12c3d712",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/about-face/glossary/pt-BR/",
            "share_url": "https://weblate.foundryvtt-hub.com/engage/about-face/-/pt-BR/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/about-face/glossary/pt-BR/",
            "url": "https://weblate.foundryvtt-hub.com/api/translations/about-face/glossary/pt-BR/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 0,
            "total_words": 0,
            "translated": 0,
            "translated_words": 0,
            "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-08-19T21:11:33.864254Z",
            "last_author": null,
            "repository_url": "https://weblate.foundryvtt-hub.com/api/translations/about-face/glossary/pt-BR/repository/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/translations/about-face/glossary/pt-BR/file/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/translations/about-face/glossary/pt-BR/statistics/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/translations/about-face/glossary/pt-BR/changes/?format=api",
            "units_list_url": "https://weblate.foundryvtt-hub.com/api/translations/about-face/glossary/pt-BR/units/?format=api"
        },
        {
            "language": {
                "id": 272,
                "code": "it",
                "name": "Italian",
                "plural": {
                    "id": 272,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "ita_it",
                    "ita"
                ],
                "direction": "ltr",
                "population": 70247059,
                "web_url": "https://weblate.foundryvtt-hub.com/languages/it/",
                "url": "https://weblate.foundryvtt-hub.com/api/languages/it/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/languages/it/statistics/?format=api"
            },
            "component": {
                "name": "main",
                "slug": "main",
                "id": 90,
                "source_language": {
                    "id": 147,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 147,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://weblate.foundryvtt-hub.com/languages/en/",
                    "url": "https://weblate.foundryvtt-hub.com/api/languages/en/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Automated Animations",
                    "slug": "autoanimations",
                    "id": 44,
                    "web": "https://github.com/otigon/automated-jb2a-animations",
                    "web_url": "https://weblate.foundryvtt-hub.com/projects/autoanimations/",
                    "url": "https://weblate.foundryvtt-hub.com/api/projects/autoanimations/?format=api",
                    "components_list_url": "https://weblate.foundryvtt-hub.com/api/projects/autoanimations/components/?format=api",
                    "repository_url": "https://weblate.foundryvtt-hub.com/api/projects/autoanimations/repository/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/projects/autoanimations/statistics/?format=api",
                    "categories_url": "https://weblate.foundryvtt-hub.com/api/projects/autoanimations/categories/?format=api",
                    "changes_list_url": "https://weblate.foundryvtt-hub.com/api/projects/autoanimations/changes/?format=api",
                    "languages_url": "https://weblate.foundryvtt-hub.com/api/projects/autoanimations/languages/?format=api",
                    "labels_url": "https://weblate.foundryvtt-hub.com/api/projects/autoanimations/labels/?format=api",
                    "credits_url": "https://weblate.foundryvtt-hub.com/api/projects/autoanimations/credits/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": "",
                    "enforced_2fa": false
                },
                "vcs": "github",
                "repo": "https://github.com/otigon/automated-jb2a-animations.git",
                "git_export": "https://weblate.foundryvtt-hub.com/git/autoanimations/main/",
                "branch": "main",
                "push_branch": "",
                "filemask": "lang/*.json",
                "screenshot_filemask": "",
                "template": "lang/en.json",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "json-nested",
                "license": "MIT",
                "license_url": "https://spdx.org/licenses/MIT.html",
                "agreement": "",
                "web_url": "https://weblate.foundryvtt-hub.com/projects/autoanimations/main/",
                "url": "https://weblate.foundryvtt-hub.com/api/components/autoanimations/main/?format=api",
                "repository_url": "https://weblate.foundryvtt-hub.com/api/components/autoanimations/main/repository/?format=api",
                "translations_url": "https://weblate.foundryvtt-hub.com/api/components/autoanimations/main/translations/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/components/autoanimations/main/statistics/?format=api",
                "lock_url": "https://weblate.foundryvtt-hub.com/api/components/autoanimations/main/lock/?format=api",
                "links_url": "https://weblate.foundryvtt-hub.com/api/components/autoanimations/main/links/?format=api",
                "changes_list_url": "https://weblate.foundryvtt-hub.com/api/components/autoanimations/main/changes/?format=api",
                "task_url": null,
                "credits_url": "https://weblate.foundryvtt-hub.com/api/components/autoanimations/main/credits/?format=api",
                "new_lang": "add",
                "language_code_style": "",
                "push": "",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\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.foundryvtt-hub.com/api/addons/88/?format=api",
                    "https://weblate.foundryvtt-hub.com/api/addons/89/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "it",
            "id": 1533,
            "filename": "lang/it.json",
            "revision": "0e3a805c80a66e37ad30ea7898802db043176722,81579d2cd24c725cd18cc87fb1e1f912305aff45",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/autoanimations/main/it/",
            "share_url": "https://weblate.foundryvtt-hub.com/engage/autoanimations/-/it/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/autoanimations/main/it/",
            "url": "https://weblate.foundryvtt-hub.com/api/translations/autoanimations/main/it/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 717,
            "total_words": 1573,
            "translated": 715,
            "translated_words": 1556,
            "translated_percent": 99.7,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 59,
            "failing_checks_words": 97,
            "failing_checks_percent": 8.2,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2025-01-15T03:11:29.172462Z",
            "last_author": null,
            "repository_url": "https://weblate.foundryvtt-hub.com/api/translations/autoanimations/main/it/repository/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/translations/autoanimations/main/it/file/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/translations/autoanimations/main/it/statistics/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/translations/autoanimations/main/it/changes/?format=api",
            "units_list_url": "https://weblate.foundryvtt-hub.com/api/translations/autoanimations/main/it/units/?format=api"
        },
        {
            "language": {
                "id": 272,
                "code": "it",
                "name": "Italian",
                "plural": {
                    "id": 272,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "ita_it",
                    "ita"
                ],
                "direction": "ltr",
                "population": 70247059,
                "web_url": "https://weblate.foundryvtt-hub.com/languages/it/",
                "url": "https://weblate.foundryvtt-hub.com/api/languages/it/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/languages/it/statistics/?format=api"
            },
            "component": {
                "name": "Automated Animations",
                "slug": "glossary",
                "id": 91,
                "source_language": {
                    "id": 147,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 147,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://weblate.foundryvtt-hub.com/languages/en/",
                    "url": "https://weblate.foundryvtt-hub.com/api/languages/en/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Automated Animations",
                    "slug": "autoanimations",
                    "id": 44,
                    "web": "https://github.com/otigon/automated-jb2a-animations",
                    "web_url": "https://weblate.foundryvtt-hub.com/projects/autoanimations/",
                    "url": "https://weblate.foundryvtt-hub.com/api/projects/autoanimations/?format=api",
                    "components_list_url": "https://weblate.foundryvtt-hub.com/api/projects/autoanimations/components/?format=api",
                    "repository_url": "https://weblate.foundryvtt-hub.com/api/projects/autoanimations/repository/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/projects/autoanimations/statistics/?format=api",
                    "categories_url": "https://weblate.foundryvtt-hub.com/api/projects/autoanimations/categories/?format=api",
                    "changes_list_url": "https://weblate.foundryvtt-hub.com/api/projects/autoanimations/changes/?format=api",
                    "languages_url": "https://weblate.foundryvtt-hub.com/api/projects/autoanimations/languages/?format=api",
                    "labels_url": "https://weblate.foundryvtt-hub.com/api/projects/autoanimations/labels/?format=api",
                    "credits_url": "https://weblate.foundryvtt-hub.com/api/projects/autoanimations/credits/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": "",
                    "enforced_2fa": false
                },
                "vcs": "local",
                "repo": "local:",
                "git_export": "https://weblate.foundryvtt-hub.com/git/autoanimations/glossary/",
                "branch": "main",
                "push_branch": "",
                "filemask": "*.tbx",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "tbx",
                "license": "MIT",
                "license_url": "https://spdx.org/licenses/MIT.html",
                "agreement": "",
                "web_url": "https://weblate.foundryvtt-hub.com/projects/autoanimations/glossary/",
                "url": "https://weblate.foundryvtt-hub.com/api/components/autoanimations/glossary/?format=api",
                "repository_url": "https://weblate.foundryvtt-hub.com/api/components/autoanimations/glossary/repository/?format=api",
                "translations_url": "https://weblate.foundryvtt-hub.com/api/components/autoanimations/glossary/translations/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/components/autoanimations/glossary/statistics/?format=api",
                "lock_url": "https://weblate.foundryvtt-hub.com/api/components/autoanimations/glossary/lock/?format=api",
                "links_url": "https://weblate.foundryvtt-hub.com/api/components/autoanimations/glossary/links/?format=api",
                "changes_list_url": "https://weblate.foundryvtt-hub.com/api/components/autoanimations/glossary/changes/?format=api",
                "task_url": null,
                "credits_url": "https://weblate.foundryvtt-hub.com/api/components/autoanimations/glossary/credits/?format=api",
                "new_lang": "none",
                "language_code_style": "",
                "push": "",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\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": false,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": true,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "it",
            "id": 1534,
            "filename": "it.tbx",
            "revision": "a707eb0b067f141dc98e77ff33c3d42e12c3d712",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/autoanimations/glossary/it/",
            "share_url": "https://weblate.foundryvtt-hub.com/engage/autoanimations/-/it/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/autoanimations/glossary/it/",
            "url": "https://weblate.foundryvtt-hub.com/api/translations/autoanimations/glossary/it/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 0,
            "total_words": 0,
            "translated": 0,
            "translated_words": 0,
            "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-08-20T18:24:23.388888Z",
            "last_author": null,
            "repository_url": "https://weblate.foundryvtt-hub.com/api/translations/autoanimations/glossary/it/repository/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/translations/autoanimations/glossary/it/file/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/translations/autoanimations/glossary/it/statistics/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/translations/autoanimations/glossary/it/changes/?format=api",
            "units_list_url": "https://weblate.foundryvtt-hub.com/api/translations/autoanimations/glossary/it/units/?format=api"
        },
        {
            "language": {
                "id": 165,
                "code": "es",
                "name": "Spanish",
                "plural": {
                    "id": 165,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "es_la",
                    "esp",
                    "spa"
                ],
                "direction": "ltr",
                "population": 493528078,
                "web_url": "https://weblate.foundryvtt-hub.com/languages/es/",
                "url": "https://weblate.foundryvtt-hub.com/api/languages/es/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/languages/es/statistics/?format=api"
            },
            "component": {
                "name": "main",
                "slug": "main",
                "id": 139,
                "source_language": {
                    "id": 147,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 147,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://weblate.foundryvtt-hub.com/languages/en/",
                    "url": "https://weblate.foundryvtt-hub.com/api/languages/en/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Pause Customizer",
                    "slug": "pause-customizer",
                    "id": 62,
                    "web": "https://github.com/marcstraube/foundryvtt-pause-customizer",
                    "web_url": "https://weblate.foundryvtt-hub.com/projects/pause-customizer/",
                    "url": "https://weblate.foundryvtt-hub.com/api/projects/pause-customizer/?format=api",
                    "components_list_url": "https://weblate.foundryvtt-hub.com/api/projects/pause-customizer/components/?format=api",
                    "repository_url": "https://weblate.foundryvtt-hub.com/api/projects/pause-customizer/repository/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/projects/pause-customizer/statistics/?format=api",
                    "categories_url": "https://weblate.foundryvtt-hub.com/api/projects/pause-customizer/categories/?format=api",
                    "changes_list_url": "https://weblate.foundryvtt-hub.com/api/projects/pause-customizer/changes/?format=api",
                    "languages_url": "https://weblate.foundryvtt-hub.com/api/projects/pause-customizer/languages/?format=api",
                    "labels_url": "https://weblate.foundryvtt-hub.com/api/projects/pause-customizer/labels/?format=api",
                    "credits_url": "https://weblate.foundryvtt-hub.com/api/projects/pause-customizer/credits/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": "",
                    "enforced_2fa": false
                },
                "vcs": "github",
                "repo": "https://github.com/marcstraube/foundryvtt-pause-customizer.git",
                "git_export": "https://weblate.foundryvtt-hub.com/git/pause-customizer/main/",
                "branch": "master",
                "push_branch": "",
                "filemask": "lang/*.json",
                "screenshot_filemask": "",
                "template": "lang/en.json",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "json-nested",
                "license": "MIT",
                "license_url": "https://spdx.org/licenses/MIT.html",
                "agreement": "",
                "web_url": "https://weblate.foundryvtt-hub.com/projects/pause-customizer/main/",
                "url": "https://weblate.foundryvtt-hub.com/api/components/pause-customizer/main/?format=api",
                "repository_url": "https://weblate.foundryvtt-hub.com/api/components/pause-customizer/main/repository/?format=api",
                "translations_url": "https://weblate.foundryvtt-hub.com/api/components/pause-customizer/main/translations/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/components/pause-customizer/main/statistics/?format=api",
                "lock_url": "https://weblate.foundryvtt-hub.com/api/components/pause-customizer/main/lock/?format=api",
                "links_url": "https://weblate.foundryvtt-hub.com/api/components/pause-customizer/main/links/?format=api",
                "changes_list_url": "https://weblate.foundryvtt-hub.com/api/components/pause-customizer/main/changes/?format=api",
                "task_url": null,
                "credits_url": "https://weblate.foundryvtt-hub.com/api/components/pause-customizer/main/credits/?format=api",
                "new_lang": "add",
                "language_code_style": "",
                "push": "",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\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.foundryvtt-hub.com/api/addons/136/?format=api",
                    "https://weblate.foundryvtt-hub.com/api/addons/137/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "es",
            "id": 1535,
            "filename": "lang/es.json",
            "revision": "c6d9cd393cb284ee54921e2fe0fe21422e2de2be,2b3345f52d8b57f5f578b0a12cdffa6e99dbce51",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/pause-customizer/main/es/",
            "share_url": "https://weblate.foundryvtt-hub.com/engage/pause-customizer/-/es/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/pause-customizer/main/es/",
            "url": "https://weblate.foundryvtt-hub.com/api/translations/pause-customizer/main/es/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 23,
            "total_words": 213,
            "translated": 23,
            "translated_words": 213,
            "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-09-08T12:14:50.147942Z",
            "last_author": "Marc Straube",
            "repository_url": "https://weblate.foundryvtt-hub.com/api/translations/pause-customizer/main/es/repository/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/translations/pause-customizer/main/es/file/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/translations/pause-customizer/main/es/statistics/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/translations/pause-customizer/main/es/changes/?format=api",
            "units_list_url": "https://weblate.foundryvtt-hub.com/api/translations/pause-customizer/main/es/units/?format=api"
        },
        {
            "language": {
                "id": 275,
                "code": "ja",
                "name": "Japanese",
                "plural": {
                    "id": 275,
                    "source": 0,
                    "number": 1,
                    "formula": "0",
                    "type": 0
                },
                "aliases": [
                    "jp",
                    "jp_jpn",
                    "ja_ja",
                    "jpn_jp",
                    "jpn"
                ],
                "direction": "ltr",
                "population": 119729025,
                "web_url": "https://weblate.foundryvtt-hub.com/languages/ja/",
                "url": "https://weblate.foundryvtt-hub.com/api/languages/ja/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/languages/ja/statistics/?format=api"
            },
            "component": {
                "name": "main",
                "slug": "main",
                "id": 139,
                "source_language": {
                    "id": 147,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 147,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://weblate.foundryvtt-hub.com/languages/en/",
                    "url": "https://weblate.foundryvtt-hub.com/api/languages/en/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Pause Customizer",
                    "slug": "pause-customizer",
                    "id": 62,
                    "web": "https://github.com/marcstraube/foundryvtt-pause-customizer",
                    "web_url": "https://weblate.foundryvtt-hub.com/projects/pause-customizer/",
                    "url": "https://weblate.foundryvtt-hub.com/api/projects/pause-customizer/?format=api",
                    "components_list_url": "https://weblate.foundryvtt-hub.com/api/projects/pause-customizer/components/?format=api",
                    "repository_url": "https://weblate.foundryvtt-hub.com/api/projects/pause-customizer/repository/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/projects/pause-customizer/statistics/?format=api",
                    "categories_url": "https://weblate.foundryvtt-hub.com/api/projects/pause-customizer/categories/?format=api",
                    "changes_list_url": "https://weblate.foundryvtt-hub.com/api/projects/pause-customizer/changes/?format=api",
                    "languages_url": "https://weblate.foundryvtt-hub.com/api/projects/pause-customizer/languages/?format=api",
                    "labels_url": "https://weblate.foundryvtt-hub.com/api/projects/pause-customizer/labels/?format=api",
                    "credits_url": "https://weblate.foundryvtt-hub.com/api/projects/pause-customizer/credits/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": "",
                    "enforced_2fa": false
                },
                "vcs": "github",
                "repo": "https://github.com/marcstraube/foundryvtt-pause-customizer.git",
                "git_export": "https://weblate.foundryvtt-hub.com/git/pause-customizer/main/",
                "branch": "master",
                "push_branch": "",
                "filemask": "lang/*.json",
                "screenshot_filemask": "",
                "template": "lang/en.json",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "json-nested",
                "license": "MIT",
                "license_url": "https://spdx.org/licenses/MIT.html",
                "agreement": "",
                "web_url": "https://weblate.foundryvtt-hub.com/projects/pause-customizer/main/",
                "url": "https://weblate.foundryvtt-hub.com/api/components/pause-customizer/main/?format=api",
                "repository_url": "https://weblate.foundryvtt-hub.com/api/components/pause-customizer/main/repository/?format=api",
                "translations_url": "https://weblate.foundryvtt-hub.com/api/components/pause-customizer/main/translations/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/components/pause-customizer/main/statistics/?format=api",
                "lock_url": "https://weblate.foundryvtt-hub.com/api/components/pause-customizer/main/lock/?format=api",
                "links_url": "https://weblate.foundryvtt-hub.com/api/components/pause-customizer/main/links/?format=api",
                "changes_list_url": "https://weblate.foundryvtt-hub.com/api/components/pause-customizer/main/changes/?format=api",
                "task_url": null,
                "credits_url": "https://weblate.foundryvtt-hub.com/api/components/pause-customizer/main/credits/?format=api",
                "new_lang": "add",
                "language_code_style": "",
                "push": "",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\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.foundryvtt-hub.com/api/addons/136/?format=api",
                    "https://weblate.foundryvtt-hub.com/api/addons/137/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "ja",
            "id": 1536,
            "filename": "lang/ja.json",
            "revision": "e353a1e5cef66a2b65cb80f5b85dfc115f202a5f,2b3345f52d8b57f5f578b0a12cdffa6e99dbce51",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/pause-customizer/main/ja/",
            "share_url": "https://weblate.foundryvtt-hub.com/engage/pause-customizer/-/ja/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/pause-customizer/main/ja/",
            "url": "https://weblate.foundryvtt-hub.com/api/translations/pause-customizer/main/ja/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 23,
            "total_words": 213,
            "translated": 23,
            "translated_words": 213,
            "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-09-08T12:14:50.869015Z",
            "last_author": "Marc Straube",
            "repository_url": "https://weblate.foundryvtt-hub.com/api/translations/pause-customizer/main/ja/repository/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/translations/pause-customizer/main/ja/file/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/translations/pause-customizer/main/ja/statistics/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/translations/pause-customizer/main/ja/changes/?format=api",
            "units_list_url": "https://weblate.foundryvtt-hub.com/api/translations/pause-customizer/main/ja/units/?format=api"
        },
        {
            "language": {
                "id": 448,
                "code": "pt-BR",
                "name": "Portuguese (Brazil)",
                "plural": {
                    "id": 448,
                    "source": 0,
                    "number": 2,
                    "formula": "n > 1",
                    "type": 1
                },
                "aliases": [],
                "direction": "ltr",
                "population": 19005077000,
                "web_url": "https://weblate.foundryvtt-hub.com/languages/pt-BR/",
                "url": "https://weblate.foundryvtt-hub.com/api/languages/pt-BR/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/languages/pt-BR/statistics/?format=api"
            },
            "component": {
                "name": "main",
                "slug": "main",
                "id": 139,
                "source_language": {
                    "id": 147,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 147,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://weblate.foundryvtt-hub.com/languages/en/",
                    "url": "https://weblate.foundryvtt-hub.com/api/languages/en/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Pause Customizer",
                    "slug": "pause-customizer",
                    "id": 62,
                    "web": "https://github.com/marcstraube/foundryvtt-pause-customizer",
                    "web_url": "https://weblate.foundryvtt-hub.com/projects/pause-customizer/",
                    "url": "https://weblate.foundryvtt-hub.com/api/projects/pause-customizer/?format=api",
                    "components_list_url": "https://weblate.foundryvtt-hub.com/api/projects/pause-customizer/components/?format=api",
                    "repository_url": "https://weblate.foundryvtt-hub.com/api/projects/pause-customizer/repository/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/projects/pause-customizer/statistics/?format=api",
                    "categories_url": "https://weblate.foundryvtt-hub.com/api/projects/pause-customizer/categories/?format=api",
                    "changes_list_url": "https://weblate.foundryvtt-hub.com/api/projects/pause-customizer/changes/?format=api",
                    "languages_url": "https://weblate.foundryvtt-hub.com/api/projects/pause-customizer/languages/?format=api",
                    "labels_url": "https://weblate.foundryvtt-hub.com/api/projects/pause-customizer/labels/?format=api",
                    "credits_url": "https://weblate.foundryvtt-hub.com/api/projects/pause-customizer/credits/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": "",
                    "enforced_2fa": false
                },
                "vcs": "github",
                "repo": "https://github.com/marcstraube/foundryvtt-pause-customizer.git",
                "git_export": "https://weblate.foundryvtt-hub.com/git/pause-customizer/main/",
                "branch": "master",
                "push_branch": "",
                "filemask": "lang/*.json",
                "screenshot_filemask": "",
                "template": "lang/en.json",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "json-nested",
                "license": "MIT",
                "license_url": "https://spdx.org/licenses/MIT.html",
                "agreement": "",
                "web_url": "https://weblate.foundryvtt-hub.com/projects/pause-customizer/main/",
                "url": "https://weblate.foundryvtt-hub.com/api/components/pause-customizer/main/?format=api",
                "repository_url": "https://weblate.foundryvtt-hub.com/api/components/pause-customizer/main/repository/?format=api",
                "translations_url": "https://weblate.foundryvtt-hub.com/api/components/pause-customizer/main/translations/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/components/pause-customizer/main/statistics/?format=api",
                "lock_url": "https://weblate.foundryvtt-hub.com/api/components/pause-customizer/main/lock/?format=api",
                "links_url": "https://weblate.foundryvtt-hub.com/api/components/pause-customizer/main/links/?format=api",
                "changes_list_url": "https://weblate.foundryvtt-hub.com/api/components/pause-customizer/main/changes/?format=api",
                "task_url": null,
                "credits_url": "https://weblate.foundryvtt-hub.com/api/components/pause-customizer/main/credits/?format=api",
                "new_lang": "add",
                "language_code_style": "",
                "push": "",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\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.foundryvtt-hub.com/api/addons/136/?format=api",
                    "https://weblate.foundryvtt-hub.com/api/addons/137/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "pt-br",
            "id": 1537,
            "filename": "lang/pt-br.json",
            "revision": "eeaa3fcbc6758d34ca81740aa6019920267bd86f,2b3345f52d8b57f5f578b0a12cdffa6e99dbce51",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/pause-customizer/main/pt-BR/",
            "share_url": "https://weblate.foundryvtt-hub.com/engage/pause-customizer/-/pt-BR/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/pause-customizer/main/pt-BR/",
            "url": "https://weblate.foundryvtt-hub.com/api/translations/pause-customizer/main/pt-BR/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 23,
            "total_words": 213,
            "translated": 23,
            "translated_words": 213,
            "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-09-08T12:14:51.266229Z",
            "last_author": "Marc Straube",
            "repository_url": "https://weblate.foundryvtt-hub.com/api/translations/pause-customizer/main/pt-BR/repository/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/translations/pause-customizer/main/pt-BR/file/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/translations/pause-customizer/main/pt-BR/statistics/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/translations/pause-customizer/main/pt-BR/changes/?format=api",
            "units_list_url": "https://weblate.foundryvtt-hub.com/api/translations/pause-customizer/main/pt-BR/units/?format=api"
        },
        {
            "language": {
                "id": 165,
                "code": "es",
                "name": "Spanish",
                "plural": {
                    "id": 165,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "es_la",
                    "esp",
                    "spa"
                ],
                "direction": "ltr",
                "population": 493528078,
                "web_url": "https://weblate.foundryvtt-hub.com/languages/es/",
                "url": "https://weblate.foundryvtt-hub.com/api/languages/es/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/languages/es/statistics/?format=api"
            },
            "component": {
                "name": "Pause Customizer",
                "slug": "glossary",
                "id": 140,
                "source_language": {
                    "id": 147,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 147,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://weblate.foundryvtt-hub.com/languages/en/",
                    "url": "https://weblate.foundryvtt-hub.com/api/languages/en/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Pause Customizer",
                    "slug": "pause-customizer",
                    "id": 62,
                    "web": "https://github.com/marcstraube/foundryvtt-pause-customizer",
                    "web_url": "https://weblate.foundryvtt-hub.com/projects/pause-customizer/",
                    "url": "https://weblate.foundryvtt-hub.com/api/projects/pause-customizer/?format=api",
                    "components_list_url": "https://weblate.foundryvtt-hub.com/api/projects/pause-customizer/components/?format=api",
                    "repository_url": "https://weblate.foundryvtt-hub.com/api/projects/pause-customizer/repository/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/projects/pause-customizer/statistics/?format=api",
                    "categories_url": "https://weblate.foundryvtt-hub.com/api/projects/pause-customizer/categories/?format=api",
                    "changes_list_url": "https://weblate.foundryvtt-hub.com/api/projects/pause-customizer/changes/?format=api",
                    "languages_url": "https://weblate.foundryvtt-hub.com/api/projects/pause-customizer/languages/?format=api",
                    "labels_url": "https://weblate.foundryvtt-hub.com/api/projects/pause-customizer/labels/?format=api",
                    "credits_url": "https://weblate.foundryvtt-hub.com/api/projects/pause-customizer/credits/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": "",
                    "enforced_2fa": false
                },
                "vcs": "local",
                "repo": "local:",
                "git_export": "https://weblate.foundryvtt-hub.com/git/pause-customizer/glossary/",
                "branch": "main",
                "push_branch": "",
                "filemask": "*.tbx",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "tbx",
                "license": "MIT",
                "license_url": "https://spdx.org/licenses/MIT.html",
                "agreement": "",
                "web_url": "https://weblate.foundryvtt-hub.com/projects/pause-customizer/glossary/",
                "url": "https://weblate.foundryvtt-hub.com/api/components/pause-customizer/glossary/?format=api",
                "repository_url": "https://weblate.foundryvtt-hub.com/api/components/pause-customizer/glossary/repository/?format=api",
                "translations_url": "https://weblate.foundryvtt-hub.com/api/components/pause-customizer/glossary/translations/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/components/pause-customizer/glossary/statistics/?format=api",
                "lock_url": "https://weblate.foundryvtt-hub.com/api/components/pause-customizer/glossary/lock/?format=api",
                "links_url": "https://weblate.foundryvtt-hub.com/api/components/pause-customizer/glossary/links/?format=api",
                "changes_list_url": "https://weblate.foundryvtt-hub.com/api/components/pause-customizer/glossary/changes/?format=api",
                "task_url": null,
                "credits_url": "https://weblate.foundryvtt-hub.com/api/components/pause-customizer/glossary/credits/?format=api",
                "new_lang": "none",
                "language_code_style": "",
                "push": "",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\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": false,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": true,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "es",
            "id": 1538,
            "filename": "es.tbx",
            "revision": "a707eb0b067f141dc98e77ff33c3d42e12c3d712",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/pause-customizer/glossary/es/",
            "share_url": "https://weblate.foundryvtt-hub.com/engage/pause-customizer/-/es/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/pause-customizer/glossary/es/",
            "url": "https://weblate.foundryvtt-hub.com/api/translations/pause-customizer/glossary/es/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 0,
            "total_words": 0,
            "translated": 0,
            "translated_words": 0,
            "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-09-08T12:14:54.061463Z",
            "last_author": null,
            "repository_url": "https://weblate.foundryvtt-hub.com/api/translations/pause-customizer/glossary/es/repository/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/translations/pause-customizer/glossary/es/file/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/translations/pause-customizer/glossary/es/statistics/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/translations/pause-customizer/glossary/es/changes/?format=api",
            "units_list_url": "https://weblate.foundryvtt-hub.com/api/translations/pause-customizer/glossary/es/units/?format=api"
        },
        {
            "language": {
                "id": 275,
                "code": "ja",
                "name": "Japanese",
                "plural": {
                    "id": 275,
                    "source": 0,
                    "number": 1,
                    "formula": "0",
                    "type": 0
                },
                "aliases": [
                    "jp",
                    "jp_jpn",
                    "ja_ja",
                    "jpn_jp",
                    "jpn"
                ],
                "direction": "ltr",
                "population": 119729025,
                "web_url": "https://weblate.foundryvtt-hub.com/languages/ja/",
                "url": "https://weblate.foundryvtt-hub.com/api/languages/ja/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/languages/ja/statistics/?format=api"
            },
            "component": {
                "name": "Pause Customizer",
                "slug": "glossary",
                "id": 140,
                "source_language": {
                    "id": 147,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 147,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://weblate.foundryvtt-hub.com/languages/en/",
                    "url": "https://weblate.foundryvtt-hub.com/api/languages/en/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Pause Customizer",
                    "slug": "pause-customizer",
                    "id": 62,
                    "web": "https://github.com/marcstraube/foundryvtt-pause-customizer",
                    "web_url": "https://weblate.foundryvtt-hub.com/projects/pause-customizer/",
                    "url": "https://weblate.foundryvtt-hub.com/api/projects/pause-customizer/?format=api",
                    "components_list_url": "https://weblate.foundryvtt-hub.com/api/projects/pause-customizer/components/?format=api",
                    "repository_url": "https://weblate.foundryvtt-hub.com/api/projects/pause-customizer/repository/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/projects/pause-customizer/statistics/?format=api",
                    "categories_url": "https://weblate.foundryvtt-hub.com/api/projects/pause-customizer/categories/?format=api",
                    "changes_list_url": "https://weblate.foundryvtt-hub.com/api/projects/pause-customizer/changes/?format=api",
                    "languages_url": "https://weblate.foundryvtt-hub.com/api/projects/pause-customizer/languages/?format=api",
                    "labels_url": "https://weblate.foundryvtt-hub.com/api/projects/pause-customizer/labels/?format=api",
                    "credits_url": "https://weblate.foundryvtt-hub.com/api/projects/pause-customizer/credits/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": "",
                    "enforced_2fa": false
                },
                "vcs": "local",
                "repo": "local:",
                "git_export": "https://weblate.foundryvtt-hub.com/git/pause-customizer/glossary/",
                "branch": "main",
                "push_branch": "",
                "filemask": "*.tbx",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "tbx",
                "license": "MIT",
                "license_url": "https://spdx.org/licenses/MIT.html",
                "agreement": "",
                "web_url": "https://weblate.foundryvtt-hub.com/projects/pause-customizer/glossary/",
                "url": "https://weblate.foundryvtt-hub.com/api/components/pause-customizer/glossary/?format=api",
                "repository_url": "https://weblate.foundryvtt-hub.com/api/components/pause-customizer/glossary/repository/?format=api",
                "translations_url": "https://weblate.foundryvtt-hub.com/api/components/pause-customizer/glossary/translations/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/components/pause-customizer/glossary/statistics/?format=api",
                "lock_url": "https://weblate.foundryvtt-hub.com/api/components/pause-customizer/glossary/lock/?format=api",
                "links_url": "https://weblate.foundryvtt-hub.com/api/components/pause-customizer/glossary/links/?format=api",
                "changes_list_url": "https://weblate.foundryvtt-hub.com/api/components/pause-customizer/glossary/changes/?format=api",
                "task_url": null,
                "credits_url": "https://weblate.foundryvtt-hub.com/api/components/pause-customizer/glossary/credits/?format=api",
                "new_lang": "none",
                "language_code_style": "",
                "push": "",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\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": false,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": true,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "ja",
            "id": 1539,
            "filename": "ja.tbx",
            "revision": "a707eb0b067f141dc98e77ff33c3d42e12c3d712",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/pause-customizer/glossary/ja/",
            "share_url": "https://weblate.foundryvtt-hub.com/engage/pause-customizer/-/ja/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/pause-customizer/glossary/ja/",
            "url": "https://weblate.foundryvtt-hub.com/api/translations/pause-customizer/glossary/ja/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 0,
            "total_words": 0,
            "translated": 0,
            "translated_words": 0,
            "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-09-08T12:14:54.135800Z",
            "last_author": null,
            "repository_url": "https://weblate.foundryvtt-hub.com/api/translations/pause-customizer/glossary/ja/repository/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/translations/pause-customizer/glossary/ja/file/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/translations/pause-customizer/glossary/ja/statistics/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/translations/pause-customizer/glossary/ja/changes/?format=api",
            "units_list_url": "https://weblate.foundryvtt-hub.com/api/translations/pause-customizer/glossary/ja/units/?format=api"
        },
        {
            "language": {
                "id": 448,
                "code": "pt-BR",
                "name": "Portuguese (Brazil)",
                "plural": {
                    "id": 448,
                    "source": 0,
                    "number": 2,
                    "formula": "n > 1",
                    "type": 1
                },
                "aliases": [],
                "direction": "ltr",
                "population": 19005077000,
                "web_url": "https://weblate.foundryvtt-hub.com/languages/pt-BR/",
                "url": "https://weblate.foundryvtt-hub.com/api/languages/pt-BR/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/languages/pt-BR/statistics/?format=api"
            },
            "component": {
                "name": "Pause Customizer",
                "slug": "glossary",
                "id": 140,
                "source_language": {
                    "id": 147,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 147,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://weblate.foundryvtt-hub.com/languages/en/",
                    "url": "https://weblate.foundryvtt-hub.com/api/languages/en/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Pause Customizer",
                    "slug": "pause-customizer",
                    "id": 62,
                    "web": "https://github.com/marcstraube/foundryvtt-pause-customizer",
                    "web_url": "https://weblate.foundryvtt-hub.com/projects/pause-customizer/",
                    "url": "https://weblate.foundryvtt-hub.com/api/projects/pause-customizer/?format=api",
                    "components_list_url": "https://weblate.foundryvtt-hub.com/api/projects/pause-customizer/components/?format=api",
                    "repository_url": "https://weblate.foundryvtt-hub.com/api/projects/pause-customizer/repository/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/projects/pause-customizer/statistics/?format=api",
                    "categories_url": "https://weblate.foundryvtt-hub.com/api/projects/pause-customizer/categories/?format=api",
                    "changes_list_url": "https://weblate.foundryvtt-hub.com/api/projects/pause-customizer/changes/?format=api",
                    "languages_url": "https://weblate.foundryvtt-hub.com/api/projects/pause-customizer/languages/?format=api",
                    "labels_url": "https://weblate.foundryvtt-hub.com/api/projects/pause-customizer/labels/?format=api",
                    "credits_url": "https://weblate.foundryvtt-hub.com/api/projects/pause-customizer/credits/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": "",
                    "enforced_2fa": false
                },
                "vcs": "local",
                "repo": "local:",
                "git_export": "https://weblate.foundryvtt-hub.com/git/pause-customizer/glossary/",
                "branch": "main",
                "push_branch": "",
                "filemask": "*.tbx",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "tbx",
                "license": "MIT",
                "license_url": "https://spdx.org/licenses/MIT.html",
                "agreement": "",
                "web_url": "https://weblate.foundryvtt-hub.com/projects/pause-customizer/glossary/",
                "url": "https://weblate.foundryvtt-hub.com/api/components/pause-customizer/glossary/?format=api",
                "repository_url": "https://weblate.foundryvtt-hub.com/api/components/pause-customizer/glossary/repository/?format=api",
                "translations_url": "https://weblate.foundryvtt-hub.com/api/components/pause-customizer/glossary/translations/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/components/pause-customizer/glossary/statistics/?format=api",
                "lock_url": "https://weblate.foundryvtt-hub.com/api/components/pause-customizer/glossary/lock/?format=api",
                "links_url": "https://weblate.foundryvtt-hub.com/api/components/pause-customizer/glossary/links/?format=api",
                "changes_list_url": "https://weblate.foundryvtt-hub.com/api/components/pause-customizer/glossary/changes/?format=api",
                "task_url": null,
                "credits_url": "https://weblate.foundryvtt-hub.com/api/components/pause-customizer/glossary/credits/?format=api",
                "new_lang": "none",
                "language_code_style": "",
                "push": "",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\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": false,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": true,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "pt-BR",
            "id": 1540,
            "filename": "pt-BR.tbx",
            "revision": "a707eb0b067f141dc98e77ff33c3d42e12c3d712",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/pause-customizer/glossary/pt-BR/",
            "share_url": "https://weblate.foundryvtt-hub.com/engage/pause-customizer/-/pt-BR/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/pause-customizer/glossary/pt-BR/",
            "url": "https://weblate.foundryvtt-hub.com/api/translations/pause-customizer/glossary/pt-BR/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 0,
            "total_words": 0,
            "translated": 0,
            "translated_words": 0,
            "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-09-08T12:14:54.179747Z",
            "last_author": null,
            "repository_url": "https://weblate.foundryvtt-hub.com/api/translations/pause-customizer/glossary/pt-BR/repository/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/translations/pause-customizer/glossary/pt-BR/file/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/translations/pause-customizer/glossary/pt-BR/statistics/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/translations/pause-customizer/glossary/pt-BR/changes/?format=api",
            "units_list_url": "https://weblate.foundryvtt-hub.com/api/translations/pause-customizer/glossary/pt-BR/units/?format=api"
        },
        {
            "language": {
                "id": 465,
                "code": "ru",
                "name": "Russian",
                "plural": {
                    "id": 465,
                    "source": 0,
                    "number": 3,
                    "formula": "n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2",
                    "type": 2
                },
                "aliases": [
                    "ru_r",
                    "ru_rr",
                    "rus"
                ],
                "direction": "ltr",
                "population": 195841151,
                "web_url": "https://weblate.foundryvtt-hub.com/languages/ru/",
                "url": "https://weblate.foundryvtt-hub.com/api/languages/ru/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/languages/ru/statistics/?format=api"
            },
            "component": {
                "name": "main",
                "slug": "main",
                "id": 29,
                "source_language": {
                    "id": 147,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 147,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://weblate.foundryvtt-hub.com/languages/en/",
                    "url": "https://weblate.foundryvtt-hub.com/api/languages/en/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Twodsix - Cepheus & Traveller (Unofficial)",
                    "slug": "twodsix",
                    "id": 15,
                    "web": "https://github.com/xdy/twodsix-foundryvtt",
                    "web_url": "https://weblate.foundryvtt-hub.com/projects/twodsix/",
                    "url": "https://weblate.foundryvtt-hub.com/api/projects/twodsix/?format=api",
                    "components_list_url": "https://weblate.foundryvtt-hub.com/api/projects/twodsix/components/?format=api",
                    "repository_url": "https://weblate.foundryvtt-hub.com/api/projects/twodsix/repository/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/projects/twodsix/statistics/?format=api",
                    "categories_url": "https://weblate.foundryvtt-hub.com/api/projects/twodsix/categories/?format=api",
                    "changes_list_url": "https://weblate.foundryvtt-hub.com/api/projects/twodsix/changes/?format=api",
                    "languages_url": "https://weblate.foundryvtt-hub.com/api/projects/twodsix/languages/?format=api",
                    "labels_url": "https://weblate.foundryvtt-hub.com/api/projects/twodsix/labels/?format=api",
                    "credits_url": "https://weblate.foundryvtt-hub.com/api/projects/twodsix/credits/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": "",
                    "enforced_2fa": false
                },
                "vcs": "github",
                "repo": "https://github.com/xdy/twodsix-foundryvtt.git",
                "git_export": "https://weblate.foundryvtt-hub.com/git/twodsix/main/",
                "branch": "master",
                "push_branch": "",
                "filemask": "static/lang/*.json",
                "screenshot_filemask": "",
                "template": "static/lang/en.json",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "json-nested",
                "license": "Apache-2.0",
                "license_url": "https://spdx.org/licenses/Apache-2.0.html",
                "agreement": "",
                "web_url": "https://weblate.foundryvtt-hub.com/projects/twodsix/main/",
                "url": "https://weblate.foundryvtt-hub.com/api/components/twodsix/main/?format=api",
                "repository_url": "https://weblate.foundryvtt-hub.com/api/components/twodsix/main/repository/?format=api",
                "translations_url": "https://weblate.foundryvtt-hub.com/api/components/twodsix/main/translations/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/components/twodsix/main/statistics/?format=api",
                "lock_url": "https://weblate.foundryvtt-hub.com/api/components/twodsix/main/lock/?format=api",
                "links_url": "https://weblate.foundryvtt-hub.com/api/components/twodsix/main/links/?format=api",
                "changes_list_url": "https://weblate.foundryvtt-hub.com/api/components/twodsix/main/changes/?format=api",
                "task_url": null,
                "credits_url": "https://weblate.foundryvtt-hub.com/api/components/twodsix/main/credits/?format=api",
                "new_lang": "add",
                "language_code_style": "",
                "push": "",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\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.foundryvtt-hub.com/api/addons/29/?format=api",
                    "https://weblate.foundryvtt-hub.com/api/addons/30/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "ru",
            "id": 1541,
            "filename": "static/lang/ru.json",
            "revision": "7985dd4648c56ae0cb37fb67af9cc7cb692a8211,0dbd59ab282638e530c827bfec8047d08f654234",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/twodsix/main/ru/",
            "share_url": "https://weblate.foundryvtt-hub.com/engage/twodsix/-/ru/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/twodsix/main/ru/",
            "url": "https://weblate.foundryvtt-hub.com/api/translations/twodsix/main/ru/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 1337,
            "total_words": 5607,
            "translated": 431,
            "translated_words": 733,
            "translated_percent": 32.2,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 20,
            "failing_checks_words": 41,
            "failing_checks_percent": 1.4,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-11-20T14:52:36.292015Z",
            "last_author": null,
            "repository_url": "https://weblate.foundryvtt-hub.com/api/translations/twodsix/main/ru/repository/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/translations/twodsix/main/ru/file/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/translations/twodsix/main/ru/statistics/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/translations/twodsix/main/ru/changes/?format=api",
            "units_list_url": "https://weblate.foundryvtt-hub.com/api/translations/twodsix/main/ru/units/?format=api"
        },
        {
            "language": {
                "id": 197,
                "code": "fr",
                "name": "French",
                "plural": {
                    "id": 197,
                    "source": 0,
                    "number": 2,
                    "formula": "n > 1",
                    "type": 1
                },
                "aliases": [
                    "fra_fr",
                    "fra",
                    "fre"
                ],
                "direction": "ltr",
                "population": 278611506,
                "web_url": "https://weblate.foundryvtt-hub.com/languages/fr/",
                "url": "https://weblate.foundryvtt-hub.com/api/languages/fr/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/languages/fr/statistics/?format=api"
            },
            "component": {
                "name": "main",
                "slug": "main",
                "id": 182,
                "source_language": {
                    "id": 147,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 147,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://weblate.foundryvtt-hub.com/languages/en/",
                    "url": "https://weblate.foundryvtt-hub.com/api/languages/en/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Scenery",
                    "slug": "scenery",
                    "id": 75,
                    "web": "https://github.com/marcstraube/foundryvtt-scenery/",
                    "web_url": "https://weblate.foundryvtt-hub.com/projects/scenery/",
                    "url": "https://weblate.foundryvtt-hub.com/api/projects/scenery/?format=api",
                    "components_list_url": "https://weblate.foundryvtt-hub.com/api/projects/scenery/components/?format=api",
                    "repository_url": "https://weblate.foundryvtt-hub.com/api/projects/scenery/repository/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/projects/scenery/statistics/?format=api",
                    "categories_url": "https://weblate.foundryvtt-hub.com/api/projects/scenery/categories/?format=api",
                    "changes_list_url": "https://weblate.foundryvtt-hub.com/api/projects/scenery/changes/?format=api",
                    "languages_url": "https://weblate.foundryvtt-hub.com/api/projects/scenery/languages/?format=api",
                    "labels_url": "https://weblate.foundryvtt-hub.com/api/projects/scenery/labels/?format=api",
                    "credits_url": "https://weblate.foundryvtt-hub.com/api/projects/scenery/credits/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": "",
                    "enforced_2fa": false
                },
                "vcs": "github",
                "repo": "https://github.com/marcstraube/foundryvtt-scenery.git",
                "git_export": "https://weblate.foundryvtt-hub.com/git/scenery/main/",
                "branch": "develop",
                "push_branch": "",
                "filemask": "languages/*.json",
                "screenshot_filemask": "",
                "template": "languages/en.json",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "json-nested",
                "license": "MIT",
                "license_url": "https://spdx.org/licenses/MIT.html",
                "agreement": "",
                "web_url": "https://weblate.foundryvtt-hub.com/projects/scenery/main/",
                "url": "https://weblate.foundryvtt-hub.com/api/components/scenery/main/?format=api",
                "repository_url": "https://weblate.foundryvtt-hub.com/api/components/scenery/main/repository/?format=api",
                "translations_url": "https://weblate.foundryvtt-hub.com/api/components/scenery/main/translations/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/components/scenery/main/statistics/?format=api",
                "lock_url": "https://weblate.foundryvtt-hub.com/api/components/scenery/main/lock/?format=api",
                "links_url": "https://weblate.foundryvtt-hub.com/api/components/scenery/main/links/?format=api",
                "changes_list_url": "https://weblate.foundryvtt-hub.com/api/components/scenery/main/changes/?format=api",
                "task_url": null,
                "credits_url": "https://weblate.foundryvtt-hub.com/api/components/scenery/main/credits/?format=api",
                "new_lang": "add",
                "language_code_style": "",
                "push": "",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": 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.foundryvtt-hub.com/api/addons/184/?format=api",
                    "https://weblate.foundryvtt-hub.com/api/addons/185/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "fr",
            "id": 1542,
            "filename": "languages/fr.json",
            "revision": "9c51556d2ed4898dcd0396ac0f25a43d5b63e6c8,2ab714afb177e8e8ff8787ff8cb09b280c877c37",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/scenery/main/fr/",
            "share_url": "https://weblate.foundryvtt-hub.com/engage/scenery/-/fr/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/scenery/main/fr/",
            "url": "https://weblate.foundryvtt-hub.com/api/translations/scenery/main/fr/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 12,
            "total_words": 46,
            "translated": 12,
            "translated_words": 46,
            "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-09-09T18:57:36.036364Z",
            "last_author": null,
            "repository_url": "https://weblate.foundryvtt-hub.com/api/translations/scenery/main/fr/repository/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/translations/scenery/main/fr/file/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/translations/scenery/main/fr/statistics/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/translations/scenery/main/fr/changes/?format=api",
            "units_list_url": "https://weblate.foundryvtt-hub.com/api/translations/scenery/main/fr/units/?format=api"
        },
        {
            "language": {
                "id": 275,
                "code": "ja",
                "name": "Japanese",
                "plural": {
                    "id": 275,
                    "source": 0,
                    "number": 1,
                    "formula": "0",
                    "type": 0
                },
                "aliases": [
                    "jp",
                    "jp_jpn",
                    "ja_ja",
                    "jpn_jp",
                    "jpn"
                ],
                "direction": "ltr",
                "population": 119729025,
                "web_url": "https://weblate.foundryvtt-hub.com/languages/ja/",
                "url": "https://weblate.foundryvtt-hub.com/api/languages/ja/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/languages/ja/statistics/?format=api"
            },
            "component": {
                "name": "main",
                "slug": "main",
                "id": 182,
                "source_language": {
                    "id": 147,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 147,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://weblate.foundryvtt-hub.com/languages/en/",
                    "url": "https://weblate.foundryvtt-hub.com/api/languages/en/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Scenery",
                    "slug": "scenery",
                    "id": 75,
                    "web": "https://github.com/marcstraube/foundryvtt-scenery/",
                    "web_url": "https://weblate.foundryvtt-hub.com/projects/scenery/",
                    "url": "https://weblate.foundryvtt-hub.com/api/projects/scenery/?format=api",
                    "components_list_url": "https://weblate.foundryvtt-hub.com/api/projects/scenery/components/?format=api",
                    "repository_url": "https://weblate.foundryvtt-hub.com/api/projects/scenery/repository/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/projects/scenery/statistics/?format=api",
                    "categories_url": "https://weblate.foundryvtt-hub.com/api/projects/scenery/categories/?format=api",
                    "changes_list_url": "https://weblate.foundryvtt-hub.com/api/projects/scenery/changes/?format=api",
                    "languages_url": "https://weblate.foundryvtt-hub.com/api/projects/scenery/languages/?format=api",
                    "labels_url": "https://weblate.foundryvtt-hub.com/api/projects/scenery/labels/?format=api",
                    "credits_url": "https://weblate.foundryvtt-hub.com/api/projects/scenery/credits/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": "",
                    "enforced_2fa": false
                },
                "vcs": "github",
                "repo": "https://github.com/marcstraube/foundryvtt-scenery.git",
                "git_export": "https://weblate.foundryvtt-hub.com/git/scenery/main/",
                "branch": "develop",
                "push_branch": "",
                "filemask": "languages/*.json",
                "screenshot_filemask": "",
                "template": "languages/en.json",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "json-nested",
                "license": "MIT",
                "license_url": "https://spdx.org/licenses/MIT.html",
                "agreement": "",
                "web_url": "https://weblate.foundryvtt-hub.com/projects/scenery/main/",
                "url": "https://weblate.foundryvtt-hub.com/api/components/scenery/main/?format=api",
                "repository_url": "https://weblate.foundryvtt-hub.com/api/components/scenery/main/repository/?format=api",
                "translations_url": "https://weblate.foundryvtt-hub.com/api/components/scenery/main/translations/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/components/scenery/main/statistics/?format=api",
                "lock_url": "https://weblate.foundryvtt-hub.com/api/components/scenery/main/lock/?format=api",
                "links_url": "https://weblate.foundryvtt-hub.com/api/components/scenery/main/links/?format=api",
                "changes_list_url": "https://weblate.foundryvtt-hub.com/api/components/scenery/main/changes/?format=api",
                "task_url": null,
                "credits_url": "https://weblate.foundryvtt-hub.com/api/components/scenery/main/credits/?format=api",
                "new_lang": "add",
                "language_code_style": "",
                "push": "",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": 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.foundryvtt-hub.com/api/addons/184/?format=api",
                    "https://weblate.foundryvtt-hub.com/api/addons/185/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "ja",
            "id": 1543,
            "filename": "languages/ja.json",
            "revision": "4ba63e1240f44caff26ad2ecec566b0e6d2ef837,2ab714afb177e8e8ff8787ff8cb09b280c877c37",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/scenery/main/ja/",
            "share_url": "https://weblate.foundryvtt-hub.com/engage/scenery/-/ja/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/scenery/main/ja/",
            "url": "https://weblate.foundryvtt-hub.com/api/translations/scenery/main/ja/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 12,
            "total_words": 46,
            "translated": 12,
            "translated_words": 46,
            "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-09-09T18:57:36.281564Z",
            "last_author": null,
            "repository_url": "https://weblate.foundryvtt-hub.com/api/translations/scenery/main/ja/repository/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/translations/scenery/main/ja/file/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/translations/scenery/main/ja/statistics/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/translations/scenery/main/ja/changes/?format=api",
            "units_list_url": "https://weblate.foundryvtt-hub.com/api/translations/scenery/main/ja/units/?format=api"
        },
        {
            "language": {
                "id": 448,
                "code": "pt-BR",
                "name": "Portuguese (Brazil)",
                "plural": {
                    "id": 448,
                    "source": 0,
                    "number": 2,
                    "formula": "n > 1",
                    "type": 1
                },
                "aliases": [],
                "direction": "ltr",
                "population": 19005077000,
                "web_url": "https://weblate.foundryvtt-hub.com/languages/pt-BR/",
                "url": "https://weblate.foundryvtt-hub.com/api/languages/pt-BR/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/languages/pt-BR/statistics/?format=api"
            },
            "component": {
                "name": "main",
                "slug": "main",
                "id": 182,
                "source_language": {
                    "id": 147,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 147,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://weblate.foundryvtt-hub.com/languages/en/",
                    "url": "https://weblate.foundryvtt-hub.com/api/languages/en/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Scenery",
                    "slug": "scenery",
                    "id": 75,
                    "web": "https://github.com/marcstraube/foundryvtt-scenery/",
                    "web_url": "https://weblate.foundryvtt-hub.com/projects/scenery/",
                    "url": "https://weblate.foundryvtt-hub.com/api/projects/scenery/?format=api",
                    "components_list_url": "https://weblate.foundryvtt-hub.com/api/projects/scenery/components/?format=api",
                    "repository_url": "https://weblate.foundryvtt-hub.com/api/projects/scenery/repository/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/projects/scenery/statistics/?format=api",
                    "categories_url": "https://weblate.foundryvtt-hub.com/api/projects/scenery/categories/?format=api",
                    "changes_list_url": "https://weblate.foundryvtt-hub.com/api/projects/scenery/changes/?format=api",
                    "languages_url": "https://weblate.foundryvtt-hub.com/api/projects/scenery/languages/?format=api",
                    "labels_url": "https://weblate.foundryvtt-hub.com/api/projects/scenery/labels/?format=api",
                    "credits_url": "https://weblate.foundryvtt-hub.com/api/projects/scenery/credits/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": "",
                    "enforced_2fa": false
                },
                "vcs": "github",
                "repo": "https://github.com/marcstraube/foundryvtt-scenery.git",
                "git_export": "https://weblate.foundryvtt-hub.com/git/scenery/main/",
                "branch": "develop",
                "push_branch": "",
                "filemask": "languages/*.json",
                "screenshot_filemask": "",
                "template": "languages/en.json",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "json-nested",
                "license": "MIT",
                "license_url": "https://spdx.org/licenses/MIT.html",
                "agreement": "",
                "web_url": "https://weblate.foundryvtt-hub.com/projects/scenery/main/",
                "url": "https://weblate.foundryvtt-hub.com/api/components/scenery/main/?format=api",
                "repository_url": "https://weblate.foundryvtt-hub.com/api/components/scenery/main/repository/?format=api",
                "translations_url": "https://weblate.foundryvtt-hub.com/api/components/scenery/main/translations/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/components/scenery/main/statistics/?format=api",
                "lock_url": "https://weblate.foundryvtt-hub.com/api/components/scenery/main/lock/?format=api",
                "links_url": "https://weblate.foundryvtt-hub.com/api/components/scenery/main/links/?format=api",
                "changes_list_url": "https://weblate.foundryvtt-hub.com/api/components/scenery/main/changes/?format=api",
                "task_url": null,
                "credits_url": "https://weblate.foundryvtt-hub.com/api/components/scenery/main/credits/?format=api",
                "new_lang": "add",
                "language_code_style": "",
                "push": "",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": 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.foundryvtt-hub.com/api/addons/184/?format=api",
                    "https://weblate.foundryvtt-hub.com/api/addons/185/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "pt-br",
            "id": 1544,
            "filename": "languages/pt-br.json",
            "revision": "2498ffb2be7f8d8aac732ca891ab80fcba0af3d1,2ab714afb177e8e8ff8787ff8cb09b280c877c37",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/scenery/main/pt-BR/",
            "share_url": "https://weblate.foundryvtt-hub.com/engage/scenery/-/pt-BR/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/scenery/main/pt-BR/",
            "url": "https://weblate.foundryvtt-hub.com/api/translations/scenery/main/pt-BR/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 12,
            "total_words": 46,
            "translated": 12,
            "translated_words": 46,
            "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-09-09T18:57:36.894850Z",
            "last_author": null,
            "repository_url": "https://weblate.foundryvtt-hub.com/api/translations/scenery/main/pt-BR/repository/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/translations/scenery/main/pt-BR/file/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/translations/scenery/main/pt-BR/statistics/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/translations/scenery/main/pt-BR/changes/?format=api",
            "units_list_url": "https://weblate.foundryvtt-hub.com/api/translations/scenery/main/pt-BR/units/?format=api"
        },
        {
            "language": {
                "id": 197,
                "code": "fr",
                "name": "French",
                "plural": {
                    "id": 197,
                    "source": 0,
                    "number": 2,
                    "formula": "n > 1",
                    "type": 1
                },
                "aliases": [
                    "fra_fr",
                    "fra",
                    "fre"
                ],
                "direction": "ltr",
                "population": 278611506,
                "web_url": "https://weblate.foundryvtt-hub.com/languages/fr/",
                "url": "https://weblate.foundryvtt-hub.com/api/languages/fr/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/languages/fr/statistics/?format=api"
            },
            "component": {
                "name": "Scenery",
                "slug": "glossary",
                "id": 183,
                "source_language": {
                    "id": 147,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 147,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://weblate.foundryvtt-hub.com/languages/en/",
                    "url": "https://weblate.foundryvtt-hub.com/api/languages/en/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Scenery",
                    "slug": "scenery",
                    "id": 75,
                    "web": "https://github.com/marcstraube/foundryvtt-scenery/",
                    "web_url": "https://weblate.foundryvtt-hub.com/projects/scenery/",
                    "url": "https://weblate.foundryvtt-hub.com/api/projects/scenery/?format=api",
                    "components_list_url": "https://weblate.foundryvtt-hub.com/api/projects/scenery/components/?format=api",
                    "repository_url": "https://weblate.foundryvtt-hub.com/api/projects/scenery/repository/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/projects/scenery/statistics/?format=api",
                    "categories_url": "https://weblate.foundryvtt-hub.com/api/projects/scenery/categories/?format=api",
                    "changes_list_url": "https://weblate.foundryvtt-hub.com/api/projects/scenery/changes/?format=api",
                    "languages_url": "https://weblate.foundryvtt-hub.com/api/projects/scenery/languages/?format=api",
                    "labels_url": "https://weblate.foundryvtt-hub.com/api/projects/scenery/labels/?format=api",
                    "credits_url": "https://weblate.foundryvtt-hub.com/api/projects/scenery/credits/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": "",
                    "enforced_2fa": false
                },
                "vcs": "local",
                "repo": "local:",
                "git_export": "https://weblate.foundryvtt-hub.com/git/scenery/glossary/",
                "branch": "main",
                "push_branch": "",
                "filemask": "*.tbx",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "tbx",
                "license": "MIT",
                "license_url": "https://spdx.org/licenses/MIT.html",
                "agreement": "",
                "web_url": "https://weblate.foundryvtt-hub.com/projects/scenery/glossary/",
                "url": "https://weblate.foundryvtt-hub.com/api/components/scenery/glossary/?format=api",
                "repository_url": "https://weblate.foundryvtt-hub.com/api/components/scenery/glossary/repository/?format=api",
                "translations_url": "https://weblate.foundryvtt-hub.com/api/components/scenery/glossary/translations/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/components/scenery/glossary/statistics/?format=api",
                "lock_url": "https://weblate.foundryvtt-hub.com/api/components/scenery/glossary/lock/?format=api",
                "links_url": "https://weblate.foundryvtt-hub.com/api/components/scenery/glossary/links/?format=api",
                "changes_list_url": "https://weblate.foundryvtt-hub.com/api/components/scenery/glossary/changes/?format=api",
                "task_url": null,
                "credits_url": "https://weblate.foundryvtt-hub.com/api/components/scenery/glossary/credits/?format=api",
                "new_lang": "none",
                "language_code_style": "",
                "push": "",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\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": false,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": true,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "fr",
            "id": 1545,
            "filename": "fr.tbx",
            "revision": "a707eb0b067f141dc98e77ff33c3d42e12c3d712",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/scenery/glossary/fr/",
            "share_url": "https://weblate.foundryvtt-hub.com/engage/scenery/-/fr/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/scenery/glossary/fr/",
            "url": "https://weblate.foundryvtt-hub.com/api/translations/scenery/glossary/fr/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 0,
            "total_words": 0,
            "translated": 0,
            "translated_words": 0,
            "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-09-09T18:57:39.688324Z",
            "last_author": null,
            "repository_url": "https://weblate.foundryvtt-hub.com/api/translations/scenery/glossary/fr/repository/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/translations/scenery/glossary/fr/file/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/translations/scenery/glossary/fr/statistics/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/translations/scenery/glossary/fr/changes/?format=api",
            "units_list_url": "https://weblate.foundryvtt-hub.com/api/translations/scenery/glossary/fr/units/?format=api"
        },
        {
            "language": {
                "id": 275,
                "code": "ja",
                "name": "Japanese",
                "plural": {
                    "id": 275,
                    "source": 0,
                    "number": 1,
                    "formula": "0",
                    "type": 0
                },
                "aliases": [
                    "jp",
                    "jp_jpn",
                    "ja_ja",
                    "jpn_jp",
                    "jpn"
                ],
                "direction": "ltr",
                "population": 119729025,
                "web_url": "https://weblate.foundryvtt-hub.com/languages/ja/",
                "url": "https://weblate.foundryvtt-hub.com/api/languages/ja/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/languages/ja/statistics/?format=api"
            },
            "component": {
                "name": "Scenery",
                "slug": "glossary",
                "id": 183,
                "source_language": {
                    "id": 147,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 147,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://weblate.foundryvtt-hub.com/languages/en/",
                    "url": "https://weblate.foundryvtt-hub.com/api/languages/en/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Scenery",
                    "slug": "scenery",
                    "id": 75,
                    "web": "https://github.com/marcstraube/foundryvtt-scenery/",
                    "web_url": "https://weblate.foundryvtt-hub.com/projects/scenery/",
                    "url": "https://weblate.foundryvtt-hub.com/api/projects/scenery/?format=api",
                    "components_list_url": "https://weblate.foundryvtt-hub.com/api/projects/scenery/components/?format=api",
                    "repository_url": "https://weblate.foundryvtt-hub.com/api/projects/scenery/repository/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/projects/scenery/statistics/?format=api",
                    "categories_url": "https://weblate.foundryvtt-hub.com/api/projects/scenery/categories/?format=api",
                    "changes_list_url": "https://weblate.foundryvtt-hub.com/api/projects/scenery/changes/?format=api",
                    "languages_url": "https://weblate.foundryvtt-hub.com/api/projects/scenery/languages/?format=api",
                    "labels_url": "https://weblate.foundryvtt-hub.com/api/projects/scenery/labels/?format=api",
                    "credits_url": "https://weblate.foundryvtt-hub.com/api/projects/scenery/credits/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": "",
                    "enforced_2fa": false
                },
                "vcs": "local",
                "repo": "local:",
                "git_export": "https://weblate.foundryvtt-hub.com/git/scenery/glossary/",
                "branch": "main",
                "push_branch": "",
                "filemask": "*.tbx",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "tbx",
                "license": "MIT",
                "license_url": "https://spdx.org/licenses/MIT.html",
                "agreement": "",
                "web_url": "https://weblate.foundryvtt-hub.com/projects/scenery/glossary/",
                "url": "https://weblate.foundryvtt-hub.com/api/components/scenery/glossary/?format=api",
                "repository_url": "https://weblate.foundryvtt-hub.com/api/components/scenery/glossary/repository/?format=api",
                "translations_url": "https://weblate.foundryvtt-hub.com/api/components/scenery/glossary/translations/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/components/scenery/glossary/statistics/?format=api",
                "lock_url": "https://weblate.foundryvtt-hub.com/api/components/scenery/glossary/lock/?format=api",
                "links_url": "https://weblate.foundryvtt-hub.com/api/components/scenery/glossary/links/?format=api",
                "changes_list_url": "https://weblate.foundryvtt-hub.com/api/components/scenery/glossary/changes/?format=api",
                "task_url": null,
                "credits_url": "https://weblate.foundryvtt-hub.com/api/components/scenery/glossary/credits/?format=api",
                "new_lang": "none",
                "language_code_style": "",
                "push": "",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\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": false,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": true,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "ja",
            "id": 1546,
            "filename": "ja.tbx",
            "revision": "a707eb0b067f141dc98e77ff33c3d42e12c3d712",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/scenery/glossary/ja/",
            "share_url": "https://weblate.foundryvtt-hub.com/engage/scenery/-/ja/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/scenery/glossary/ja/",
            "url": "https://weblate.foundryvtt-hub.com/api/translations/scenery/glossary/ja/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 0,
            "total_words": 0,
            "translated": 0,
            "translated_words": 0,
            "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-09-09T18:57:39.720306Z",
            "last_author": null,
            "repository_url": "https://weblate.foundryvtt-hub.com/api/translations/scenery/glossary/ja/repository/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/translations/scenery/glossary/ja/file/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/translations/scenery/glossary/ja/statistics/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/translations/scenery/glossary/ja/changes/?format=api",
            "units_list_url": "https://weblate.foundryvtt-hub.com/api/translations/scenery/glossary/ja/units/?format=api"
        },
        {
            "language": {
                "id": 448,
                "code": "pt-BR",
                "name": "Portuguese (Brazil)",
                "plural": {
                    "id": 448,
                    "source": 0,
                    "number": 2,
                    "formula": "n > 1",
                    "type": 1
                },
                "aliases": [],
                "direction": "ltr",
                "population": 19005077000,
                "web_url": "https://weblate.foundryvtt-hub.com/languages/pt-BR/",
                "url": "https://weblate.foundryvtt-hub.com/api/languages/pt-BR/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/languages/pt-BR/statistics/?format=api"
            },
            "component": {
                "name": "Scenery",
                "slug": "glossary",
                "id": 183,
                "source_language": {
                    "id": 147,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 147,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://weblate.foundryvtt-hub.com/languages/en/",
                    "url": "https://weblate.foundryvtt-hub.com/api/languages/en/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Scenery",
                    "slug": "scenery",
                    "id": 75,
                    "web": "https://github.com/marcstraube/foundryvtt-scenery/",
                    "web_url": "https://weblate.foundryvtt-hub.com/projects/scenery/",
                    "url": "https://weblate.foundryvtt-hub.com/api/projects/scenery/?format=api",
                    "components_list_url": "https://weblate.foundryvtt-hub.com/api/projects/scenery/components/?format=api",
                    "repository_url": "https://weblate.foundryvtt-hub.com/api/projects/scenery/repository/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/projects/scenery/statistics/?format=api",
                    "categories_url": "https://weblate.foundryvtt-hub.com/api/projects/scenery/categories/?format=api",
                    "changes_list_url": "https://weblate.foundryvtt-hub.com/api/projects/scenery/changes/?format=api",
                    "languages_url": "https://weblate.foundryvtt-hub.com/api/projects/scenery/languages/?format=api",
                    "labels_url": "https://weblate.foundryvtt-hub.com/api/projects/scenery/labels/?format=api",
                    "credits_url": "https://weblate.foundryvtt-hub.com/api/projects/scenery/credits/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": "",
                    "enforced_2fa": false
                },
                "vcs": "local",
                "repo": "local:",
                "git_export": "https://weblate.foundryvtt-hub.com/git/scenery/glossary/",
                "branch": "main",
                "push_branch": "",
                "filemask": "*.tbx",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "tbx",
                "license": "MIT",
                "license_url": "https://spdx.org/licenses/MIT.html",
                "agreement": "",
                "web_url": "https://weblate.foundryvtt-hub.com/projects/scenery/glossary/",
                "url": "https://weblate.foundryvtt-hub.com/api/components/scenery/glossary/?format=api",
                "repository_url": "https://weblate.foundryvtt-hub.com/api/components/scenery/glossary/repository/?format=api",
                "translations_url": "https://weblate.foundryvtt-hub.com/api/components/scenery/glossary/translations/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/components/scenery/glossary/statistics/?format=api",
                "lock_url": "https://weblate.foundryvtt-hub.com/api/components/scenery/glossary/lock/?format=api",
                "links_url": "https://weblate.foundryvtt-hub.com/api/components/scenery/glossary/links/?format=api",
                "changes_list_url": "https://weblate.foundryvtt-hub.com/api/components/scenery/glossary/changes/?format=api",
                "task_url": null,
                "credits_url": "https://weblate.foundryvtt-hub.com/api/components/scenery/glossary/credits/?format=api",
                "new_lang": "none",
                "language_code_style": "",
                "push": "",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\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": false,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": true,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "pt-BR",
            "id": 1547,
            "filename": "pt-BR.tbx",
            "revision": "a707eb0b067f141dc98e77ff33c3d42e12c3d712",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/scenery/glossary/pt-BR/",
            "share_url": "https://weblate.foundryvtt-hub.com/engage/scenery/-/pt-BR/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/scenery/glossary/pt-BR/",
            "url": "https://weblate.foundryvtt-hub.com/api/translations/scenery/glossary/pt-BR/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 0,
            "total_words": 0,
            "translated": 0,
            "translated_words": 0,
            "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-09-09T18:57:39.793658Z",
            "last_author": null,
            "repository_url": "https://weblate.foundryvtt-hub.com/api/translations/scenery/glossary/pt-BR/repository/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/translations/scenery/glossary/pt-BR/file/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/translations/scenery/glossary/pt-BR/statistics/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/translations/scenery/glossary/pt-BR/changes/?format=api",
            "units_list_url": "https://weblate.foundryvtt-hub.com/api/translations/scenery/glossary/pt-BR/units/?format=api"
        }
    ]
}