Translation components API.

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

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

{
    "count": 1170,
    "next": "https://weblate.foundryvtt-hub.com/api/translations/?format=api&page=2",
    "previous": null,
    "results": [
        {
            "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"
            },
            "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": "en",
            "id": 1,
            "filename": "module/lang/en.json",
            "revision": "887473694c0a3449afd67bc3b57fed5d2b8b2838,887473694c0a3449afd67bc3b57fed5d2b8b2838",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/dice-so-nice/main/en/",
            "share_url": "https://weblate.foundryvtt-hub.com/engage/dice-so-nice/-/en/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/dice-so-nice/main/en/",
            "url": "https://weblate.foundryvtt-hub.com/api/translations/dice-so-nice/main/en/?format=api",
            "is_template": true,
            "is_source": true,
            "total": 281,
            "total_words": 1316,
            "translated": 281,
            "translated_words": 1316,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 11,
            "failing_checks_words": 62,
            "failing_checks_percent": 3.9,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-10-06T21:43:00.979948Z",
            "last_author": null,
            "repository_url": "https://weblate.foundryvtt-hub.com/api/translations/dice-so-nice/main/en/repository/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/translations/dice-so-nice/main/en/file/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/translations/dice-so-nice/main/en/statistics/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/translations/dice-so-nice/main/en/changes/?format=api",
            "units_list_url": "https://weblate.foundryvtt-hub.com/api/translations/dice-so-nice/main/en/units/?format=api"
        },
        {
            "language": {
                "id": 81,
                "code": "ca",
                "name": "Catalan",
                "plural": {
                    "id": 81,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "ca_ps",
                    "ca_ca",
                    "cat"
                ],
                "direction": "ltr",
                "population": 8679138,
                "web_url": "https://weblate.foundryvtt-hub.com/languages/ca/",
                "url": "https://weblate.foundryvtt-hub.com/api/languages/ca/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/languages/ca/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": "ca",
            "id": 2,
            "filename": "module/lang/ca.json",
            "revision": "a4703cddfd8f668d920e5d09826b15326b1200c5,887473694c0a3449afd67bc3b57fed5d2b8b2838",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/dice-so-nice/main/ca/",
            "share_url": "https://weblate.foundryvtt-hub.com/engage/dice-so-nice/-/ca/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/dice-so-nice/main/ca/",
            "url": "https://weblate.foundryvtt-hub.com/api/translations/dice-so-nice/main/ca/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 281,
            "total_words": 1316,
            "translated": 189,
            "translated_words": 612,
            "translated_percent": 67.2,
            "fuzzy": 4,
            "fuzzy_words": 39,
            "fuzzy_percent": 1.4,
            "failing_checks": 10,
            "failing_checks_words": 20,
            "failing_checks_percent": 3.5,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-10-06T21:43:01.569913Z",
            "last_author": null,
            "repository_url": "https://weblate.foundryvtt-hub.com/api/translations/dice-so-nice/main/ca/repository/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/translations/dice-so-nice/main/ca/file/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/translations/dice-so-nice/main/ca/statistics/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/translations/dice-so-nice/main/ca/changes/?format=api",
            "units_list_url": "https://weblate.foundryvtt-hub.com/api/translations/dice-so-nice/main/ca/units/?format=api"
        },
        {
            "language": {
                "id": 113,
                "code": "cs",
                "name": "Czech",
                "plural": {
                    "id": 113,
                    "source": 0,
                    "number": 3,
                    "formula": "(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2",
                    "type": 2
                },
                "aliases": [
                    "cs_cs",
                    "cz",
                    "csy",
                    "ces",
                    "cze"
                ],
                "direction": "ltr",
                "population": 13045532,
                "web_url": "https://weblate.foundryvtt-hub.com/languages/cs/",
                "url": "https://weblate.foundryvtt-hub.com/api/languages/cs/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/languages/cs/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": "cs",
            "id": 3,
            "filename": "module/lang/cs.json",
            "revision": "c844730385d465bb1ac52f25b660f3ed57682e1f,887473694c0a3449afd67bc3b57fed5d2b8b2838",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/dice-so-nice/main/cs/",
            "share_url": "https://weblate.foundryvtt-hub.com/engage/dice-so-nice/-/cs/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/dice-so-nice/main/cs/",
            "url": "https://weblate.foundryvtt-hub.com/api/translations/dice-so-nice/main/cs/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 281,
            "total_words": 1316,
            "translated": 281,
            "translated_words": 1316,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 1,
            "failing_checks_words": 1,
            "failing_checks_percent": 0.3,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-10-14T15:36:40.339036Z",
            "last_author": null,
            "repository_url": "https://weblate.foundryvtt-hub.com/api/translations/dice-so-nice/main/cs/repository/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/translations/dice-so-nice/main/cs/file/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/translations/dice-so-nice/main/cs/statistics/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/translations/dice-so-nice/main/cs/changes/?format=api",
            "units_list_url": "https://weblate.foundryvtt-hub.com/api/translations/dice-so-nice/main/cs/units/?format=api"
        },
        {
            "language": {
                "id": 121,
                "code": "de",
                "name": "German",
                "plural": {
                    "id": 121,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "deu_de",
                    "deu",
                    "ger"
                ],
                "direction": "ltr",
                "population": 136350226,
                "web_url": "https://weblate.foundryvtt-hub.com/languages/de/",
                "url": "https://weblate.foundryvtt-hub.com/api/languages/de/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/languages/de/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": "de",
            "id": 4,
            "filename": "module/lang/de.json",
            "revision": "d885c7a529d97c609ebdb68cf9e57cbc088ae55c,887473694c0a3449afd67bc3b57fed5d2b8b2838",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/dice-so-nice/main/de/",
            "share_url": "https://weblate.foundryvtt-hub.com/engage/dice-so-nice/-/de/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/dice-so-nice/main/de/",
            "url": "https://weblate.foundryvtt-hub.com/api/translations/dice-so-nice/main/de/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 281,
            "total_words": 1316,
            "translated": 281,
            "translated_words": 1316,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 1,
            "have_comment": 0,
            "last_change": "2025-03-16T12:46:27.927092Z",
            "last_author": null,
            "repository_url": "https://weblate.foundryvtt-hub.com/api/translations/dice-so-nice/main/de/repository/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/translations/dice-so-nice/main/de/file/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/translations/dice-so-nice/main/de/statistics/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/translations/dice-so-nice/main/de/changes/?format=api",
            "units_list_url": "https://weblate.foundryvtt-hub.com/api/translations/dice-so-nice/main/de/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": 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": "es",
            "id": 5,
            "filename": "module/lang/es.json",
            "revision": "26357c33ed75e37c3b0660ab146899d75594507e,887473694c0a3449afd67bc3b57fed5d2b8b2838",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/dice-so-nice/main/es/",
            "share_url": "https://weblate.foundryvtt-hub.com/engage/dice-so-nice/-/es/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/dice-so-nice/main/es/",
            "url": "https://weblate.foundryvtt-hub.com/api/translations/dice-so-nice/main/es/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 281,
            "total_words": 1316,
            "translated": 281,
            "translated_words": 1316,
            "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-12-24T16:16:14.051542Z",
            "last_author": null,
            "repository_url": "https://weblate.foundryvtt-hub.com/api/translations/dice-so-nice/main/es/repository/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/translations/dice-so-nice/main/es/file/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/translations/dice-so-nice/main/es/statistics/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/translations/dice-so-nice/main/es/changes/?format=api",
            "units_list_url": "https://weblate.foundryvtt-hub.com/api/translations/dice-so-nice/main/es/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": 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": "fr",
            "id": 6,
            "filename": "module/lang/fr.json",
            "revision": "aa4405813e00c8973d6f011a41577d6c3fb21abe,887473694c0a3449afd67bc3b57fed5d2b8b2838",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/dice-so-nice/main/fr/",
            "share_url": "https://weblate.foundryvtt-hub.com/engage/dice-so-nice/-/fr/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/dice-so-nice/main/fr/",
            "url": "https://weblate.foundryvtt-hub.com/api/translations/dice-so-nice/main/fr/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 281,
            "total_words": 1316,
            "translated": 281,
            "translated_words": 1316,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 2,
            "failing_checks_words": 4,
            "failing_checks_percent": 0.7,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-10-06T21:45:18.837231Z",
            "last_author": null,
            "repository_url": "https://weblate.foundryvtt-hub.com/api/translations/dice-so-nice/main/fr/repository/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/translations/dice-so-nice/main/fr/file/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/translations/dice-so-nice/main/fr/statistics/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/translations/dice-so-nice/main/fr/changes/?format=api",
            "units_list_url": "https://weblate.foundryvtt-hub.com/api/translations/dice-so-nice/main/fr/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": 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": "it",
            "id": 7,
            "filename": "module/lang/it.json",
            "revision": "6d3eb92363ef354e4740594115d78a8b4f477e1e,887473694c0a3449afd67bc3b57fed5d2b8b2838",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/dice-so-nice/main/it/",
            "share_url": "https://weblate.foundryvtt-hub.com/engage/dice-so-nice/-/it/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/dice-so-nice/main/it/",
            "url": "https://weblate.foundryvtt-hub.com/api/translations/dice-so-nice/main/it/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 281,
            "total_words": 1316,
            "translated": 281,
            "translated_words": 1316,
            "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-11-03T23:36:40.543171Z",
            "last_author": null,
            "repository_url": "https://weblate.foundryvtt-hub.com/api/translations/dice-so-nice/main/it/repository/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/translations/dice-so-nice/main/it/file/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/translations/dice-so-nice/main/it/statistics/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/translations/dice-so-nice/main/it/changes/?format=api",
            "units_list_url": "https://weblate.foundryvtt-hub.com/api/translations/dice-so-nice/main/it/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": 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": "ja",
            "id": 8,
            "filename": "module/lang/ja.json",
            "revision": "267c2f99021e4e5d5a010daa238e450c07a22371,887473694c0a3449afd67bc3b57fed5d2b8b2838",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/dice-so-nice/main/ja/",
            "share_url": "https://weblate.foundryvtt-hub.com/engage/dice-so-nice/-/ja/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/dice-so-nice/main/ja/",
            "url": "https://weblate.foundryvtt-hub.com/api/translations/dice-so-nice/main/ja/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 281,
            "total_words": 1316,
            "translated": 202,
            "translated_words": 768,
            "translated_percent": 71.8,
            "fuzzy": 17,
            "fuzzy_words": 156,
            "fuzzy_percent": 6.0,
            "failing_checks": 16,
            "failing_checks_words": 143,
            "failing_checks_percent": 5.6,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-10-06T21:43:06.822829Z",
            "last_author": null,
            "repository_url": "https://weblate.foundryvtt-hub.com/api/translations/dice-so-nice/main/ja/repository/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/translations/dice-so-nice/main/ja/file/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/translations/dice-so-nice/main/ja/statistics/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/translations/dice-so-nice/main/ja/changes/?format=api",
            "units_list_url": "https://weblate.foundryvtt-hub.com/api/translations/dice-so-nice/main/ja/units/?format=api"
        },
        {
            "language": {
                "id": 309,
                "code": "ko",
                "name": "Korean",
                "plural": {
                    "id": 309,
                    "source": 0,
                    "number": 1,
                    "formula": "0",
                    "type": 0
                },
                "aliases": [
                    "ko_ko",
                    "kor_kr",
                    "kor"
                ],
                "direction": "ltr",
                "population": 78357047,
                "web_url": "https://weblate.foundryvtt-hub.com/languages/ko/",
                "url": "https://weblate.foundryvtt-hub.com/api/languages/ko/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/languages/ko/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": "ko",
            "id": 9,
            "filename": "module/lang/ko.json",
            "revision": "062eecf9defcdff53acf9f3b02f017c209ba044d,887473694c0a3449afd67bc3b57fed5d2b8b2838",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/dice-so-nice/main/ko/",
            "share_url": "https://weblate.foundryvtt-hub.com/engage/dice-so-nice/-/ko/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/dice-so-nice/main/ko/",
            "url": "https://weblate.foundryvtt-hub.com/api/translations/dice-so-nice/main/ko/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 281,
            "total_words": 1316,
            "translated": 164,
            "translated_words": 484,
            "translated_percent": 58.3,
            "fuzzy": 11,
            "fuzzy_words": 96,
            "fuzzy_percent": 3.9,
            "failing_checks": 10,
            "failing_checks_words": 132,
            "failing_checks_percent": 3.5,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-10-06T21:43:07.293875Z",
            "last_author": null,
            "repository_url": "https://weblate.foundryvtt-hub.com/api/translations/dice-so-nice/main/ko/repository/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/translations/dice-so-nice/main/ko/file/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/translations/dice-so-nice/main/ko/statistics/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/translations/dice-so-nice/main/ko/changes/?format=api",
            "units_list_url": "https://weblate.foundryvtt-hub.com/api/translations/dice-so-nice/main/ko/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": 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": "pt-BR",
            "id": 10,
            "filename": "module/lang/pt-BR.json",
            "revision": "5671d1db9ec9244aedf38ad2f554338bbcac6749,887473694c0a3449afd67bc3b57fed5d2b8b2838",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/dice-so-nice/main/pt-BR/",
            "share_url": "https://weblate.foundryvtt-hub.com/engage/dice-so-nice/-/pt-BR/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/dice-so-nice/main/pt-BR/",
            "url": "https://weblate.foundryvtt-hub.com/api/translations/dice-so-nice/main/pt-BR/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 281,
            "total_words": 1316,
            "translated": 274,
            "translated_words": 1268,
            "translated_percent": 97.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": "2024-10-08T18:01:27.808807Z",
            "last_author": null,
            "repository_url": "https://weblate.foundryvtt-hub.com/api/translations/dice-so-nice/main/pt-BR/repository/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/translations/dice-so-nice/main/pt-BR/file/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/translations/dice-so-nice/main/pt-BR/statistics/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/translations/dice-so-nice/main/pt-BR/changes/?format=api",
            "units_list_url": "https://weblate.foundryvtt-hub.com/api/translations/dice-so-nice/main/pt-BR/units/?format=api"
        },
        {
            "language": {
                "id": 612,
                "code": "zh_Hant",
                "name": "Chinese (Traditional Han script)",
                "plural": {
                    "id": 612,
                    "source": 0,
                    "number": 1,
                    "formula": "0",
                    "type": 0
                },
                "aliases": [
                    "tchinese",
                    "cmn_hant",
                    "zh_cht",
                    "zh_cmn_hant",
                    "zh_hant_tw",
                    "zh_hant@zh",
                    "zh_tw",
                    "zhtw",
                    "cht",
                    "zho"
                ],
                "direction": "ltr",
                "population": 38612556,
                "web_url": "https://weblate.foundryvtt-hub.com/languages/zh_Hant/",
                "url": "https://weblate.foundryvtt-hub.com/api/languages/zh_Hant/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/languages/zh_Hant/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": "zh-tw",
            "id": 11,
            "filename": "module/lang/zh-tw.json",
            "revision": "97d4bc8fb0def86436a7cebcd4af49fd1fa6350c,887473694c0a3449afd67bc3b57fed5d2b8b2838",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/dice-so-nice/main/zh_Hant/",
            "share_url": "https://weblate.foundryvtt-hub.com/engage/dice-so-nice/-/zh_Hant/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/dice-so-nice/main/zh_Hant/",
            "url": "https://weblate.foundryvtt-hub.com/api/translations/dice-so-nice/main/zh_Hant/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 281,
            "total_words": 1316,
            "translated": 147,
            "translated_words": 478,
            "translated_percent": 52.3,
            "fuzzy": 6,
            "fuzzy_words": 69,
            "fuzzy_percent": 2.1,
            "failing_checks": 3,
            "failing_checks_words": 43,
            "failing_checks_percent": 1.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-10-06T21:43:11.541285Z",
            "last_author": null,
            "repository_url": "https://weblate.foundryvtt-hub.com/api/translations/dice-so-nice/main/zh_Hant/repository/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/translations/dice-so-nice/main/zh_Hant/file/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/translations/dice-so-nice/main/zh_Hant/statistics/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/translations/dice-so-nice/main/zh_Hant/changes/?format=api",
            "units_list_url": "https://weblate.foundryvtt-hub.com/api/translations/dice-so-nice/main/zh_Hant/units/?format=api"
        },
        {
            "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"
            },
            "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": "en",
            "id": 12,
            "filename": "",
            "revision": "",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/dice-so-nice/glossary/en/",
            "share_url": "https://weblate.foundryvtt-hub.com/engage/dice-so-nice/-/en/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/dice-so-nice/glossary/en/",
            "url": "https://weblate.foundryvtt-hub.com/api/translations/dice-so-nice/glossary/en/?format=api",
            "is_template": false,
            "is_source": true,
            "total": 135,
            "total_words": 156,
            "translated": 135,
            "translated_words": 156,
            "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-12-24T00:30:43.264599Z",
            "last_author": null,
            "repository_url": "https://weblate.foundryvtt-hub.com/api/translations/dice-so-nice/glossary/en/repository/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/translations/dice-so-nice/glossary/en/file/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/translations/dice-so-nice/glossary/en/statistics/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/translations/dice-so-nice/glossary/en/changes/?format=api",
            "units_list_url": "https://weblate.foundryvtt-hub.com/api/translations/dice-so-nice/glossary/en/units/?format=api"
        },
        {
            "language": {
                "id": 612,
                "code": "zh_Hant",
                "name": "Chinese (Traditional Han script)",
                "plural": {
                    "id": 612,
                    "source": 0,
                    "number": 1,
                    "formula": "0",
                    "type": 0
                },
                "aliases": [
                    "tchinese",
                    "cmn_hant",
                    "zh_cht",
                    "zh_cmn_hant",
                    "zh_hant_tw",
                    "zh_hant@zh",
                    "zh_tw",
                    "zhtw",
                    "cht",
                    "zho"
                ],
                "direction": "ltr",
                "population": 38612556,
                "web_url": "https://weblate.foundryvtt-hub.com/languages/zh_Hant/",
                "url": "https://weblate.foundryvtt-hub.com/api/languages/zh_Hant/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/languages/zh_Hant/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": "zh_Hant",
            "id": 13,
            "filename": "zh_Hant.tbx",
            "revision": "6fe3ce06b597f1bb35a1e055a6dff2a7690fa078",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/dice-so-nice/glossary/zh_Hant/",
            "share_url": "https://weblate.foundryvtt-hub.com/engage/dice-so-nice/-/zh_Hant/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/dice-so-nice/glossary/zh_Hant/",
            "url": "https://weblate.foundryvtt-hub.com/api/translations/dice-so-nice/glossary/zh_Hant/?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": "2023-07-08T12:23:55.224766Z",
            "last_author": null,
            "repository_url": "https://weblate.foundryvtt-hub.com/api/translations/dice-so-nice/glossary/zh_Hant/repository/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/translations/dice-so-nice/glossary/zh_Hant/file/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/translations/dice-so-nice/glossary/zh_Hant/statistics/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/translations/dice-so-nice/glossary/zh_Hant/changes/?format=api",
            "units_list_url": "https://weblate.foundryvtt-hub.com/api/translations/dice-so-nice/glossary/zh_Hant/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": "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": "es",
            "id": 15,
            "filename": "es.tbx",
            "revision": "e54f8203db1bbf442ca925d6ffecf83f545cd7dc",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/dice-so-nice/glossary/es/",
            "share_url": "https://weblate.foundryvtt-hub.com/engage/dice-so-nice/-/es/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/dice-so-nice/glossary/es/",
            "url": "https://weblate.foundryvtt-hub.com/api/translations/dice-so-nice/glossary/es/?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-12-24T00:30:43.256067Z",
            "last_author": null,
            "repository_url": "https://weblate.foundryvtt-hub.com/api/translations/dice-so-nice/glossary/es/repository/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/translations/dice-so-nice/glossary/es/file/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/translations/dice-so-nice/glossary/es/statistics/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/translations/dice-so-nice/glossary/es/changes/?format=api",
            "units_list_url": "https://weblate.foundryvtt-hub.com/api/translations/dice-so-nice/glossary/es/units/?format=api"
        },
        {
            "language": {
                "id": 81,
                "code": "ca",
                "name": "Catalan",
                "plural": {
                    "id": 81,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "ca_ps",
                    "ca_ca",
                    "cat"
                ],
                "direction": "ltr",
                "population": 8679138,
                "web_url": "https://weblate.foundryvtt-hub.com/languages/ca/",
                "url": "https://weblate.foundryvtt-hub.com/api/languages/ca/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/languages/ca/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": "ca",
            "id": 17,
            "filename": "ca.tbx",
            "revision": "5594b9a9d8d2159dea01e0b4c9eec5578b2e7279",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/dice-so-nice/glossary/ca/",
            "share_url": "https://weblate.foundryvtt-hub.com/engage/dice-so-nice/-/ca/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/dice-so-nice/glossary/ca/",
            "url": "https://weblate.foundryvtt-hub.com/api/translations/dice-so-nice/glossary/ca/?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": "2023-07-08T12:23:55.508779Z",
            "last_author": null,
            "repository_url": "https://weblate.foundryvtt-hub.com/api/translations/dice-so-nice/glossary/ca/repository/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/translations/dice-so-nice/glossary/ca/file/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/translations/dice-so-nice/glossary/ca/statistics/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/translations/dice-so-nice/glossary/ca/changes/?format=api",
            "units_list_url": "https://weblate.foundryvtt-hub.com/api/translations/dice-so-nice/glossary/ca/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": "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": "it",
            "id": 19,
            "filename": "it.tbx",
            "revision": "a5cf287b1fab35e0762979ee5d9ea422b152990b",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/dice-so-nice/glossary/it/",
            "share_url": "https://weblate.foundryvtt-hub.com/engage/dice-so-nice/-/it/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/dice-so-nice/glossary/it/",
            "url": "https://weblate.foundryvtt-hub.com/api/translations/dice-so-nice/glossary/it/?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": "2025-03-16T12:46:27.989895Z",
            "last_author": null,
            "repository_url": "https://weblate.foundryvtt-hub.com/api/translations/dice-so-nice/glossary/it/repository/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/translations/dice-so-nice/glossary/it/file/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/translations/dice-so-nice/glossary/it/statistics/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/translations/dice-so-nice/glossary/it/changes/?format=api",
            "units_list_url": "https://weblate.foundryvtt-hub.com/api/translations/dice-so-nice/glossary/it/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": "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": "ja",
            "id": 21,
            "filename": "ja.tbx",
            "revision": "6b140771d3531df0d8a87403b0736646b7332e30",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/dice-so-nice/glossary/ja/",
            "share_url": "https://weblate.foundryvtt-hub.com/engage/dice-so-nice/-/ja/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/dice-so-nice/glossary/ja/",
            "url": "https://weblate.foundryvtt-hub.com/api/translations/dice-so-nice/glossary/ja/?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": "2023-07-08T12:23:55.720305Z",
            "last_author": null,
            "repository_url": "https://weblate.foundryvtt-hub.com/api/translations/dice-so-nice/glossary/ja/repository/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/translations/dice-so-nice/glossary/ja/file/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/translations/dice-so-nice/glossary/ja/statistics/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/translations/dice-so-nice/glossary/ja/changes/?format=api",
            "units_list_url": "https://weblate.foundryvtt-hub.com/api/translations/dice-so-nice/glossary/ja/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": "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": "fr",
            "id": 25,
            "filename": "fr.tbx",
            "revision": "4d6d6710933bbaa5a737c6263ffea1819b267078",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/dice-so-nice/glossary/fr/",
            "share_url": "https://weblate.foundryvtt-hub.com/engage/dice-so-nice/-/fr/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/dice-so-nice/glossary/fr/",
            "url": "https://weblate.foundryvtt-hub.com/api/translations/dice-so-nice/glossary/fr/?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": "2023-07-08T12:23:55.811645Z",
            "last_author": null,
            "repository_url": "https://weblate.foundryvtt-hub.com/api/translations/dice-so-nice/glossary/fr/repository/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/translations/dice-so-nice/glossary/fr/file/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/translations/dice-so-nice/glossary/fr/statistics/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/translations/dice-so-nice/glossary/fr/changes/?format=api",
            "units_list_url": "https://weblate.foundryvtt-hub.com/api/translations/dice-so-nice/glossary/fr/units/?format=api"
        },
        {
            "language": {
                "id": 121,
                "code": "de",
                "name": "German",
                "plural": {
                    "id": 121,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "deu_de",
                    "deu",
                    "ger"
                ],
                "direction": "ltr",
                "population": 136350226,
                "web_url": "https://weblate.foundryvtt-hub.com/languages/de/",
                "url": "https://weblate.foundryvtt-hub.com/api/languages/de/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/languages/de/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": "de",
            "id": 27,
            "filename": "de.tbx",
            "revision": "e592a9c81efa31baf2332fb73074296840474443",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/dice-so-nice/glossary/de/",
            "share_url": "https://weblate.foundryvtt-hub.com/engage/dice-so-nice/-/de/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/dice-so-nice/glossary/de/",
            "url": "https://weblate.foundryvtt-hub.com/api/translations/dice-so-nice/glossary/de/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 12,
            "total_words": 17,
            "translated": 12,
            "translated_words": 17,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2023-07-08T12:23:55.944384Z",
            "last_author": null,
            "repository_url": "https://weblate.foundryvtt-hub.com/api/translations/dice-so-nice/glossary/de/repository/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/translations/dice-so-nice/glossary/de/file/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/translations/dice-so-nice/glossary/de/statistics/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/translations/dice-so-nice/glossary/de/changes/?format=api",
            "units_list_url": "https://weblate.foundryvtt-hub.com/api/translations/dice-so-nice/glossary/de/units/?format=api"
        },
        {
            "language": {
                "id": 113,
                "code": "cs",
                "name": "Czech",
                "plural": {
                    "id": 113,
                    "source": 0,
                    "number": 3,
                    "formula": "(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2",
                    "type": 2
                },
                "aliases": [
                    "cs_cs",
                    "cz",
                    "csy",
                    "ces",
                    "cze"
                ],
                "direction": "ltr",
                "population": 13045532,
                "web_url": "https://weblate.foundryvtt-hub.com/languages/cs/",
                "url": "https://weblate.foundryvtt-hub.com/api/languages/cs/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/languages/cs/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": "cs",
            "id": 29,
            "filename": "cs.tbx",
            "revision": "3bdd1ec126beb7fea4bc9125f68a8442e5aa5735",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/dice-so-nice/glossary/cs/",
            "share_url": "https://weblate.foundryvtt-hub.com/engage/dice-so-nice/-/cs/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/dice-so-nice/glossary/cs/",
            "url": "https://weblate.foundryvtt-hub.com/api/translations/dice-so-nice/glossary/cs/?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": "2023-07-08T12:23:56.074344Z",
            "last_author": null,
            "repository_url": "https://weblate.foundryvtt-hub.com/api/translations/dice-so-nice/glossary/cs/repository/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/translations/dice-so-nice/glossary/cs/file/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/translations/dice-so-nice/glossary/cs/statistics/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/translations/dice-so-nice/glossary/cs/changes/?format=api",
            "units_list_url": "https://weblate.foundryvtt-hub.com/api/translations/dice-so-nice/glossary/cs/units/?format=api"
        },
        {
            "language": {
                "id": 309,
                "code": "ko",
                "name": "Korean",
                "plural": {
                    "id": 309,
                    "source": 0,
                    "number": 1,
                    "formula": "0",
                    "type": 0
                },
                "aliases": [
                    "ko_ko",
                    "kor_kr",
                    "kor"
                ],
                "direction": "ltr",
                "population": 78357047,
                "web_url": "https://weblate.foundryvtt-hub.com/languages/ko/",
                "url": "https://weblate.foundryvtt-hub.com/api/languages/ko/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/languages/ko/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": "ko",
            "id": 31,
            "filename": "ko.tbx",
            "revision": "58556d04098fe1b4238cafacb31f1993ff02f864",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/dice-so-nice/glossary/ko/",
            "share_url": "https://weblate.foundryvtt-hub.com/engage/dice-so-nice/-/ko/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/dice-so-nice/glossary/ko/",
            "url": "https://weblate.foundryvtt-hub.com/api/translations/dice-so-nice/glossary/ko/?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": "2023-07-08T12:23:56.164715Z",
            "last_author": null,
            "repository_url": "https://weblate.foundryvtt-hub.com/api/translations/dice-so-nice/glossary/ko/repository/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/translations/dice-so-nice/glossary/ko/file/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/translations/dice-so-nice/glossary/ko/statistics/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/translations/dice-so-nice/glossary/ko/changes/?format=api",
            "units_list_url": "https://weblate.foundryvtt-hub.com/api/translations/dice-so-nice/glossary/ko/units/?format=api"
        },
        {
            "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"
            },
            "component": {
                "name": "main",
                "slug": "main",
                "id": 3,
                "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": "VuePort!",
                    "slug": "vueport",
                    "id": 2,
                    "web": "https://github.com/ForgeVTT/fvtt-module-vueport",
                    "web_url": "https://weblate.foundryvtt-hub.com/projects/vueport/",
                    "url": "https://weblate.foundryvtt-hub.com/api/projects/vueport/?format=api",
                    "components_list_url": "https://weblate.foundryvtt-hub.com/api/projects/vueport/components/?format=api",
                    "repository_url": "https://weblate.foundryvtt-hub.com/api/projects/vueport/repository/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/projects/vueport/statistics/?format=api",
                    "categories_url": "https://weblate.foundryvtt-hub.com/api/projects/vueport/categories/?format=api",
                    "changes_list_url": "https://weblate.foundryvtt-hub.com/api/projects/vueport/changes/?format=api",
                    "languages_url": "https://weblate.foundryvtt-hub.com/api/projects/vueport/languages/?format=api",
                    "labels_url": "https://weblate.foundryvtt-hub.com/api/projects/vueport/labels/?format=api",
                    "credits_url": "https://weblate.foundryvtt-hub.com/api/projects/vueport/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/fvtt-module-vueport.git",
                "git_export": "https://weblate.foundryvtt-hub.com/git/vueport/main/",
                "branch": "master",
                "push_branch": "",
                "filemask": "lang/*.json",
                "screenshot_filemask": "",
                "template": "lang/en.json",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "json",
                "license": "CC-BY-NC-2.0",
                "license_url": "https://spdx.org/licenses/CC-BY-NC-2.0.html",
                "agreement": "",
                "web_url": "https://weblate.foundryvtt-hub.com/projects/vueport/main/",
                "url": "https://weblate.foundryvtt-hub.com/api/components/vueport/main/?format=api",
                "repository_url": "https://weblate.foundryvtt-hub.com/api/components/vueport/main/repository/?format=api",
                "translations_url": "https://weblate.foundryvtt-hub.com/api/components/vueport/main/translations/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/components/vueport/main/statistics/?format=api",
                "lock_url": "https://weblate.foundryvtt-hub.com/api/components/vueport/main/lock/?format=api",
                "links_url": "https://weblate.foundryvtt-hub.com/api/components/vueport/main/links/?format=api",
                "changes_list_url": "https://weblate.foundryvtt-hub.com/api/components/vueport/main/changes/?format=api",
                "task_url": null,
                "credits_url": "https://weblate.foundryvtt-hub.com/api/components/vueport/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/4/?format=api",
                    "https://weblate.foundryvtt-hub.com/api/addons/5/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "en",
            "id": 33,
            "filename": "lang/en.json",
            "revision": "3c762b561deee8d54b88f4eea7725b93f7f3a80d,3c762b561deee8d54b88f4eea7725b93f7f3a80d",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/vueport/main/en/",
            "share_url": "https://weblate.foundryvtt-hub.com/engage/vueport/-/en/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/vueport/main/en/",
            "url": "https://weblate.foundryvtt-hub.com/api/translations/vueport/main/en/?format=api",
            "is_template": true,
            "is_source": true,
            "total": 2,
            "total_words": 11,
            "translated": 2,
            "translated_words": 11,
            "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": 1,
            "last_change": "2022-09-03T17:00:53.499146Z",
            "last_author": "Demian Wright",
            "repository_url": "https://weblate.foundryvtt-hub.com/api/translations/vueport/main/en/repository/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/translations/vueport/main/en/file/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/translations/vueport/main/en/statistics/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/translations/vueport/main/en/changes/?format=api",
            "units_list_url": "https://weblate.foundryvtt-hub.com/api/translations/vueport/main/en/units/?format=api"
        },
        {
            "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"
            },
            "component": {
                "name": "VuePort!",
                "slug": "glossary",
                "id": 4,
                "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": "VuePort!",
                    "slug": "vueport",
                    "id": 2,
                    "web": "https://github.com/ForgeVTT/fvtt-module-vueport",
                    "web_url": "https://weblate.foundryvtt-hub.com/projects/vueport/",
                    "url": "https://weblate.foundryvtt-hub.com/api/projects/vueport/?format=api",
                    "components_list_url": "https://weblate.foundryvtt-hub.com/api/projects/vueport/components/?format=api",
                    "repository_url": "https://weblate.foundryvtt-hub.com/api/projects/vueport/repository/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/projects/vueport/statistics/?format=api",
                    "categories_url": "https://weblate.foundryvtt-hub.com/api/projects/vueport/categories/?format=api",
                    "changes_list_url": "https://weblate.foundryvtt-hub.com/api/projects/vueport/changes/?format=api",
                    "languages_url": "https://weblate.foundryvtt-hub.com/api/projects/vueport/languages/?format=api",
                    "labels_url": "https://weblate.foundryvtt-hub.com/api/projects/vueport/labels/?format=api",
                    "credits_url": "https://weblate.foundryvtt-hub.com/api/projects/vueport/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/vueport/glossary/",
                "branch": "main",
                "push_branch": "",
                "filemask": "*.tbx",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "tbx",
                "license": "",
                "license_url": null,
                "agreement": "",
                "web_url": "https://weblate.foundryvtt-hub.com/projects/vueport/glossary/",
                "url": "https://weblate.foundryvtt-hub.com/api/components/vueport/glossary/?format=api",
                "repository_url": "https://weblate.foundryvtt-hub.com/api/components/vueport/glossary/repository/?format=api",
                "translations_url": "https://weblate.foundryvtt-hub.com/api/components/vueport/glossary/translations/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/components/vueport/glossary/statistics/?format=api",
                "lock_url": "https://weblate.foundryvtt-hub.com/api/components/vueport/glossary/lock/?format=api",
                "links_url": "https://weblate.foundryvtt-hub.com/api/components/vueport/glossary/links/?format=api",
                "changes_list_url": "https://weblate.foundryvtt-hub.com/api/components/vueport/glossary/changes/?format=api",
                "task_url": null,
                "credits_url": "https://weblate.foundryvtt-hub.com/api/components/vueport/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": "en",
            "id": 34,
            "filename": "",
            "revision": "",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/vueport/glossary/en/",
            "share_url": "https://weblate.foundryvtt-hub.com/engage/vueport/-/en/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/vueport/glossary/en/",
            "url": "https://weblate.foundryvtt-hub.com/api/translations/vueport/glossary/en/?format=api",
            "is_template": false,
            "is_source": true,
            "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": null,
            "last_author": null,
            "repository_url": "https://weblate.foundryvtt-hub.com/api/translations/vueport/glossary/en/repository/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/translations/vueport/glossary/en/file/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/translations/vueport/glossary/en/statistics/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/translations/vueport/glossary/en/changes/?format=api",
            "units_list_url": "https://weblate.foundryvtt-hub.com/api/translations/vueport/glossary/en/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": 3,
                "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": "VuePort!",
                    "slug": "vueport",
                    "id": 2,
                    "web": "https://github.com/ForgeVTT/fvtt-module-vueport",
                    "web_url": "https://weblate.foundryvtt-hub.com/projects/vueport/",
                    "url": "https://weblate.foundryvtt-hub.com/api/projects/vueport/?format=api",
                    "components_list_url": "https://weblate.foundryvtt-hub.com/api/projects/vueport/components/?format=api",
                    "repository_url": "https://weblate.foundryvtt-hub.com/api/projects/vueport/repository/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/projects/vueport/statistics/?format=api",
                    "categories_url": "https://weblate.foundryvtt-hub.com/api/projects/vueport/categories/?format=api",
                    "changes_list_url": "https://weblate.foundryvtt-hub.com/api/projects/vueport/changes/?format=api",
                    "languages_url": "https://weblate.foundryvtt-hub.com/api/projects/vueport/languages/?format=api",
                    "labels_url": "https://weblate.foundryvtt-hub.com/api/projects/vueport/labels/?format=api",
                    "credits_url": "https://weblate.foundryvtt-hub.com/api/projects/vueport/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/fvtt-module-vueport.git",
                "git_export": "https://weblate.foundryvtt-hub.com/git/vueport/main/",
                "branch": "master",
                "push_branch": "",
                "filemask": "lang/*.json",
                "screenshot_filemask": "",
                "template": "lang/en.json",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "json",
                "license": "CC-BY-NC-2.0",
                "license_url": "https://spdx.org/licenses/CC-BY-NC-2.0.html",
                "agreement": "",
                "web_url": "https://weblate.foundryvtt-hub.com/projects/vueport/main/",
                "url": "https://weblate.foundryvtt-hub.com/api/components/vueport/main/?format=api",
                "repository_url": "https://weblate.foundryvtt-hub.com/api/components/vueport/main/repository/?format=api",
                "translations_url": "https://weblate.foundryvtt-hub.com/api/components/vueport/main/translations/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/components/vueport/main/statistics/?format=api",
                "lock_url": "https://weblate.foundryvtt-hub.com/api/components/vueport/main/lock/?format=api",
                "links_url": "https://weblate.foundryvtt-hub.com/api/components/vueport/main/links/?format=api",
                "changes_list_url": "https://weblate.foundryvtt-hub.com/api/components/vueport/main/changes/?format=api",
                "task_url": null,
                "credits_url": "https://weblate.foundryvtt-hub.com/api/components/vueport/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/4/?format=api",
                    "https://weblate.foundryvtt-hub.com/api/addons/5/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "fr",
            "id": 35,
            "filename": "lang/fr.json",
            "revision": "34bc90e611be3c718e50ec63e2f0ab97a72acb8d,3c762b561deee8d54b88f4eea7725b93f7f3a80d",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/vueport/main/fr/",
            "share_url": "https://weblate.foundryvtt-hub.com/engage/vueport/-/fr/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/vueport/main/fr/",
            "url": "https://weblate.foundryvtt-hub.com/api/translations/vueport/main/fr/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 2,
            "total_words": 11,
            "translated": 2,
            "translated_words": 11,
            "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": "2022-08-28T22:39:20.455186Z",
            "last_author": "JDW",
            "repository_url": "https://weblate.foundryvtt-hub.com/api/translations/vueport/main/fr/repository/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/translations/vueport/main/fr/file/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/translations/vueport/main/fr/statistics/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/translations/vueport/main/fr/changes/?format=api",
            "units_list_url": "https://weblate.foundryvtt-hub.com/api/translations/vueport/main/fr/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": "VuePort!",
                "slug": "glossary",
                "id": 4,
                "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": "VuePort!",
                    "slug": "vueport",
                    "id": 2,
                    "web": "https://github.com/ForgeVTT/fvtt-module-vueport",
                    "web_url": "https://weblate.foundryvtt-hub.com/projects/vueport/",
                    "url": "https://weblate.foundryvtt-hub.com/api/projects/vueport/?format=api",
                    "components_list_url": "https://weblate.foundryvtt-hub.com/api/projects/vueport/components/?format=api",
                    "repository_url": "https://weblate.foundryvtt-hub.com/api/projects/vueport/repository/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/projects/vueport/statistics/?format=api",
                    "categories_url": "https://weblate.foundryvtt-hub.com/api/projects/vueport/categories/?format=api",
                    "changes_list_url": "https://weblate.foundryvtt-hub.com/api/projects/vueport/changes/?format=api",
                    "languages_url": "https://weblate.foundryvtt-hub.com/api/projects/vueport/languages/?format=api",
                    "labels_url": "https://weblate.foundryvtt-hub.com/api/projects/vueport/labels/?format=api",
                    "credits_url": "https://weblate.foundryvtt-hub.com/api/projects/vueport/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/vueport/glossary/",
                "branch": "main",
                "push_branch": "",
                "filemask": "*.tbx",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "tbx",
                "license": "",
                "license_url": null,
                "agreement": "",
                "web_url": "https://weblate.foundryvtt-hub.com/projects/vueport/glossary/",
                "url": "https://weblate.foundryvtt-hub.com/api/components/vueport/glossary/?format=api",
                "repository_url": "https://weblate.foundryvtt-hub.com/api/components/vueport/glossary/repository/?format=api",
                "translations_url": "https://weblate.foundryvtt-hub.com/api/components/vueport/glossary/translations/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/components/vueport/glossary/statistics/?format=api",
                "lock_url": "https://weblate.foundryvtt-hub.com/api/components/vueport/glossary/lock/?format=api",
                "links_url": "https://weblate.foundryvtt-hub.com/api/components/vueport/glossary/links/?format=api",
                "changes_list_url": "https://weblate.foundryvtt-hub.com/api/components/vueport/glossary/changes/?format=api",
                "task_url": null,
                "credits_url": "https://weblate.foundryvtt-hub.com/api/components/vueport/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": 36,
            "filename": "fr.tbx",
            "revision": "a707eb0b067f141dc98e77ff33c3d42e12c3d712",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/vueport/glossary/fr/",
            "share_url": "https://weblate.foundryvtt-hub.com/engage/vueport/-/fr/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/vueport/glossary/fr/",
            "url": "https://weblate.foundryvtt-hub.com/api/translations/vueport/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": "2022-08-28T22:37:59.392744Z",
            "last_author": null,
            "repository_url": "https://weblate.foundryvtt-hub.com/api/translations/vueport/glossary/fr/repository/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/translations/vueport/glossary/fr/file/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/translations/vueport/glossary/fr/statistics/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/translations/vueport/glossary/fr/changes/?format=api",
            "units_list_url": "https://weblate.foundryvtt-hub.com/api/translations/vueport/glossary/fr/units/?format=api"
        },
        {
            "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"
            },
            "component": {
                "name": "main",
                "slug": "main",
                "id": 5,
                "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": "dlopen",
                    "slug": "dlopen",
                    "id": 3,
                    "web": "https://github.com/ForgeVTT/fvtt-module-dlopen",
                    "web_url": "https://weblate.foundryvtt-hub.com/projects/dlopen/",
                    "url": "https://weblate.foundryvtt-hub.com/api/projects/dlopen/?format=api",
                    "components_list_url": "https://weblate.foundryvtt-hub.com/api/projects/dlopen/components/?format=api",
                    "repository_url": "https://weblate.foundryvtt-hub.com/api/projects/dlopen/repository/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/projects/dlopen/statistics/?format=api",
                    "categories_url": "https://weblate.foundryvtt-hub.com/api/projects/dlopen/categories/?format=api",
                    "changes_list_url": "https://weblate.foundryvtt-hub.com/api/projects/dlopen/changes/?format=api",
                    "languages_url": "https://weblate.foundryvtt-hub.com/api/projects/dlopen/languages/?format=api",
                    "labels_url": "https://weblate.foundryvtt-hub.com/api/projects/dlopen/labels/?format=api",
                    "credits_url": "https://weblate.foundryvtt-hub.com/api/projects/dlopen/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/fvtt-module-dlopen.git",
                "git_export": "https://weblate.foundryvtt-hub.com/git/dlopen/main/",
                "branch": "master",
                "push_branch": "",
                "filemask": "lang/*.json",
                "screenshot_filemask": "",
                "template": "lang/en.json",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "json",
                "license": "CC-BY-NC-2.0",
                "license_url": "https://spdx.org/licenses/CC-BY-NC-2.0.html",
                "agreement": "",
                "web_url": "https://weblate.foundryvtt-hub.com/projects/dlopen/main/",
                "url": "https://weblate.foundryvtt-hub.com/api/components/dlopen/main/?format=api",
                "repository_url": "https://weblate.foundryvtt-hub.com/api/components/dlopen/main/repository/?format=api",
                "translations_url": "https://weblate.foundryvtt-hub.com/api/components/dlopen/main/translations/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/components/dlopen/main/statistics/?format=api",
                "lock_url": "https://weblate.foundryvtt-hub.com/api/components/dlopen/main/lock/?format=api",
                "links_url": "https://weblate.foundryvtt-hub.com/api/components/dlopen/main/links/?format=api",
                "changes_list_url": "https://weblate.foundryvtt-hub.com/api/components/dlopen/main/changes/?format=api",
                "task_url": null,
                "credits_url": "https://weblate.foundryvtt-hub.com/api/components/dlopen/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/8/?format=api",
                    "https://weblate.foundryvtt-hub.com/api/addons/9/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "en",
            "id": 37,
            "filename": "lang/en.json",
            "revision": "d300693ac41eb7f0566620907e921cdc0b5916e5,d300693ac41eb7f0566620907e921cdc0b5916e5",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/dlopen/main/en/",
            "share_url": "https://weblate.foundryvtt-hub.com/engage/dlopen/-/en/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/dlopen/main/en/",
            "url": "https://weblate.foundryvtt-hub.com/api/translations/dlopen/main/en/?format=api",
            "is_template": true,
            "is_source": true,
            "total": 2,
            "total_words": 26,
            "translated": 2,
            "translated_words": 26,
            "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": "2022-08-28T22:41:24.151184Z",
            "last_author": null,
            "repository_url": "https://weblate.foundryvtt-hub.com/api/translations/dlopen/main/en/repository/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/translations/dlopen/main/en/file/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/translations/dlopen/main/en/statistics/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/translations/dlopen/main/en/changes/?format=api",
            "units_list_url": "https://weblate.foundryvtt-hub.com/api/translations/dlopen/main/en/units/?format=api"
        },
        {
            "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"
            },
            "component": {
                "name": "dlopen",
                "slug": "glossary",
                "id": 6,
                "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": "dlopen",
                    "slug": "dlopen",
                    "id": 3,
                    "web": "https://github.com/ForgeVTT/fvtt-module-dlopen",
                    "web_url": "https://weblate.foundryvtt-hub.com/projects/dlopen/",
                    "url": "https://weblate.foundryvtt-hub.com/api/projects/dlopen/?format=api",
                    "components_list_url": "https://weblate.foundryvtt-hub.com/api/projects/dlopen/components/?format=api",
                    "repository_url": "https://weblate.foundryvtt-hub.com/api/projects/dlopen/repository/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/projects/dlopen/statistics/?format=api",
                    "categories_url": "https://weblate.foundryvtt-hub.com/api/projects/dlopen/categories/?format=api",
                    "changes_list_url": "https://weblate.foundryvtt-hub.com/api/projects/dlopen/changes/?format=api",
                    "languages_url": "https://weblate.foundryvtt-hub.com/api/projects/dlopen/languages/?format=api",
                    "labels_url": "https://weblate.foundryvtt-hub.com/api/projects/dlopen/labels/?format=api",
                    "credits_url": "https://weblate.foundryvtt-hub.com/api/projects/dlopen/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/dlopen/glossary/",
                "branch": "main",
                "push_branch": "",
                "filemask": "*.tbx",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "tbx",
                "license": "CC-BY-NC-2.0",
                "license_url": "https://spdx.org/licenses/CC-BY-NC-2.0.html",
                "agreement": "",
                "web_url": "https://weblate.foundryvtt-hub.com/projects/dlopen/glossary/",
                "url": "https://weblate.foundryvtt-hub.com/api/components/dlopen/glossary/?format=api",
                "repository_url": "https://weblate.foundryvtt-hub.com/api/components/dlopen/glossary/repository/?format=api",
                "translations_url": "https://weblate.foundryvtt-hub.com/api/components/dlopen/glossary/translations/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/components/dlopen/glossary/statistics/?format=api",
                "lock_url": "https://weblate.foundryvtt-hub.com/api/components/dlopen/glossary/lock/?format=api",
                "links_url": "https://weblate.foundryvtt-hub.com/api/components/dlopen/glossary/links/?format=api",
                "changes_list_url": "https://weblate.foundryvtt-hub.com/api/components/dlopen/glossary/changes/?format=api",
                "task_url": null,
                "credits_url": "https://weblate.foundryvtt-hub.com/api/components/dlopen/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": "en",
            "id": 38,
            "filename": "",
            "revision": "",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/dlopen/glossary/en/",
            "share_url": "https://weblate.foundryvtt-hub.com/engage/dlopen/-/en/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/dlopen/glossary/en/",
            "url": "https://weblate.foundryvtt-hub.com/api/translations/dlopen/glossary/en/?format=api",
            "is_template": false,
            "is_source": true,
            "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": "2022-09-03T16:48:44.403626Z",
            "last_author": "Demian Wright",
            "repository_url": "https://weblate.foundryvtt-hub.com/api/translations/dlopen/glossary/en/repository/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/translations/dlopen/glossary/en/file/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/translations/dlopen/glossary/en/statistics/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/translations/dlopen/glossary/en/changes/?format=api",
            "units_list_url": "https://weblate.foundryvtt-hub.com/api/translations/dlopen/glossary/en/units/?format=api"
        },
        {
            "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"
            },
            "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": "en",
            "id": 39,
            "filename": "lang/en.json",
            "revision": "62f43c875f74756fc4fc2b850b993e2517a5f2f9,62f43c875f74756fc4fc2b850b993e2517a5f2f9",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/forge-compendium-library/main/en/",
            "share_url": "https://weblate.foundryvtt-hub.com/engage/forge-compendium-library/-/en/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/forge-compendium-library/main/en/",
            "url": "https://weblate.foundryvtt-hub.com/api/translations/forge-compendium-library/main/en/?format=api",
            "is_template": true,
            "is_source": true,
            "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": 1,
            "failing_checks_words": 31,
            "failing_checks_percent": 1.8,
            "have_suggestion": 0,
            "have_comment": 3,
            "last_change": "2023-09-21T18:12:44.269027Z",
            "last_author": null,
            "repository_url": "https://weblate.foundryvtt-hub.com/api/translations/forge-compendium-library/main/en/repository/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/translations/forge-compendium-library/main/en/file/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/translations/forge-compendium-library/main/en/statistics/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/translations/forge-compendium-library/main/en/changes/?format=api",
            "units_list_url": "https://weblate.foundryvtt-hub.com/api/translations/forge-compendium-library/main/en/units/?format=api"
        },
        {
            "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"
            },
            "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": "en",
            "id": 40,
            "filename": "",
            "revision": "",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/forge-compendium-library/glossary/en/",
            "share_url": "https://weblate.foundryvtt-hub.com/engage/forge-compendium-library/-/en/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/forge-compendium-library/glossary/en/",
            "url": "https://weblate.foundryvtt-hub.com/api/translations/forge-compendium-library/glossary/en/?format=api",
            "is_template": false,
            "is_source": true,
            "total": 5,
            "total_words": 5,
            "translated": 5,
            "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": "2023-06-24T20:09:12.577961Z",
            "last_author": "Demian Wright",
            "repository_url": "https://weblate.foundryvtt-hub.com/api/translations/forge-compendium-library/glossary/en/repository/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/translations/forge-compendium-library/glossary/en/file/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/translations/forge-compendium-library/glossary/en/statistics/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/translations/forge-compendium-library/glossary/en/changes/?format=api",
            "units_list_url": "https://weblate.foundryvtt-hub.com/api/translations/forge-compendium-library/glossary/en/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": 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": "fr",
            "id": 41,
            "filename": "lang/fr.json",
            "revision": "52295b64c172a9f14b9dbb9793f449deab849d11,62f43c875f74756fc4fc2b850b993e2517a5f2f9",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/forge-compendium-library/main/fr/",
            "share_url": "https://weblate.foundryvtt-hub.com/engage/forge-compendium-library/-/fr/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/forge-compendium-library/main/fr/",
            "url": "https://weblate.foundryvtt-hub.com/api/translations/forge-compendium-library/main/fr/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 53,
            "total_words": 191,
            "translated": 28,
            "translated_words": 58,
            "translated_percent": 52.8,
            "fuzzy": 1,
            "fuzzy_words": 31,
            "fuzzy_percent": 1.8,
            "failing_checks": 1,
            "failing_checks_words": 31,
            "failing_checks_percent": 1.8,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2023-09-21T18:12:44.875091Z",
            "last_author": null,
            "repository_url": "https://weblate.foundryvtt-hub.com/api/translations/forge-compendium-library/main/fr/repository/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/translations/forge-compendium-library/main/fr/file/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/translations/forge-compendium-library/main/fr/statistics/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/translations/forge-compendium-library/main/fr/changes/?format=api",
            "units_list_url": "https://weblate.foundryvtt-hub.com/api/translations/forge-compendium-library/main/fr/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": "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": "fr",
            "id": 42,
            "filename": "fr.tbx",
            "revision": "a707eb0b067f141dc98e77ff33c3d42e12c3d712",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/forge-compendium-library/glossary/fr/",
            "share_url": "https://weblate.foundryvtt-hub.com/engage/forge-compendium-library/-/fr/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/forge-compendium-library/glossary/fr/",
            "url": "https://weblate.foundryvtt-hub.com/api/translations/forge-compendium-library/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": "2022-09-01T23:59:23.257179Z",
            "last_author": null,
            "repository_url": "https://weblate.foundryvtt-hub.com/api/translations/forge-compendium-library/glossary/fr/repository/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/translations/forge-compendium-library/glossary/fr/file/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/translations/forge-compendium-library/glossary/fr/statistics/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/translations/forge-compendium-library/glossary/fr/changes/?format=api",
            "units_list_url": "https://weblate.foundryvtt-hub.com/api/translations/forge-compendium-library/glossary/fr/units/?format=api"
        },
        {
            "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"
            },
            "component": {
                "name": "main",
                "slug": "main",
                "id": 9,
                "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": "Module Compatibility Checker",
                    "slug": "mcc",
                    "id": 5,
                    "web": "https://github.com/arcanistzed/mcc",
                    "web_url": "https://weblate.foundryvtt-hub.com/projects/mcc/",
                    "url": "https://weblate.foundryvtt-hub.com/api/projects/mcc/?format=api",
                    "components_list_url": "https://weblate.foundryvtt-hub.com/api/projects/mcc/components/?format=api",
                    "repository_url": "https://weblate.foundryvtt-hub.com/api/projects/mcc/repository/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/projects/mcc/statistics/?format=api",
                    "categories_url": "https://weblate.foundryvtt-hub.com/api/projects/mcc/categories/?format=api",
                    "changes_list_url": "https://weblate.foundryvtt-hub.com/api/projects/mcc/changes/?format=api",
                    "languages_url": "https://weblate.foundryvtt-hub.com/api/projects/mcc/languages/?format=api",
                    "labels_url": "https://weblate.foundryvtt-hub.com/api/projects/mcc/labels/?format=api",
                    "credits_url": "https://weblate.foundryvtt-hub.com/api/projects/mcc/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/arcanistzed/mcc.git",
                "git_export": "https://weblate.foundryvtt-hub.com/git/mcc/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/mcc/main/",
                "url": "https://weblate.foundryvtt-hub.com/api/components/mcc/main/?format=api",
                "repository_url": "https://weblate.foundryvtt-hub.com/api/components/mcc/main/repository/?format=api",
                "translations_url": "https://weblate.foundryvtt-hub.com/api/components/mcc/main/translations/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/components/mcc/main/statistics/?format=api",
                "lock_url": "https://weblate.foundryvtt-hub.com/api/components/mcc/main/lock/?format=api",
                "links_url": "https://weblate.foundryvtt-hub.com/api/components/mcc/main/links/?format=api",
                "changes_list_url": "https://weblate.foundryvtt-hub.com/api/components/mcc/main/changes/?format=api",
                "task_url": null,
                "credits_url": "https://weblate.foundryvtt-hub.com/api/components/mcc/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": "feat: updated ({{ language_name }}) translations using Weblate\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "feat: added ({{ language_name }}) translations using Weblate\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "delete_message": "feat: deleted ({{ language_name }}) translations using Weblate\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "merge_message": "refactor: merge branch '{{ component_remote_branch }}' into Weblate",
                "addon_message": "feat: 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: 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": 0,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [
                    "https://weblate.foundryvtt-hub.com/api/addons/2/?format=api",
                    "https://weblate.foundryvtt-hub.com/api/addons/3/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "en",
            "id": 43,
            "filename": "languages/en.json",
            "revision": "2f9ff2ff3c52fadf8f8c305fbbfac8e34aed8ee8,2f9ff2ff3c52fadf8f8c305fbbfac8e34aed8ee8",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/mcc/main/en/",
            "share_url": "https://weblate.foundryvtt-hub.com/engage/mcc/-/en/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/mcc/main/en/",
            "url": "https://weblate.foundryvtt-hub.com/api/translations/mcc/main/en/?format=api",
            "is_template": true,
            "is_source": true,
            "total": 40,
            "total_words": 222,
            "translated": 40,
            "translated_words": 222,
            "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": "2022-11-07T02:36:59.099919Z",
            "last_author": "Daniel Thorp",
            "repository_url": "https://weblate.foundryvtt-hub.com/api/translations/mcc/main/en/repository/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/translations/mcc/main/en/file/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/translations/mcc/main/en/statistics/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/translations/mcc/main/en/changes/?format=api",
            "units_list_url": "https://weblate.foundryvtt-hub.com/api/translations/mcc/main/en/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": 9,
                "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": "Module Compatibility Checker",
                    "slug": "mcc",
                    "id": 5,
                    "web": "https://github.com/arcanistzed/mcc",
                    "web_url": "https://weblate.foundryvtt-hub.com/projects/mcc/",
                    "url": "https://weblate.foundryvtt-hub.com/api/projects/mcc/?format=api",
                    "components_list_url": "https://weblate.foundryvtt-hub.com/api/projects/mcc/components/?format=api",
                    "repository_url": "https://weblate.foundryvtt-hub.com/api/projects/mcc/repository/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/projects/mcc/statistics/?format=api",
                    "categories_url": "https://weblate.foundryvtt-hub.com/api/projects/mcc/categories/?format=api",
                    "changes_list_url": "https://weblate.foundryvtt-hub.com/api/projects/mcc/changes/?format=api",
                    "languages_url": "https://weblate.foundryvtt-hub.com/api/projects/mcc/languages/?format=api",
                    "labels_url": "https://weblate.foundryvtt-hub.com/api/projects/mcc/labels/?format=api",
                    "credits_url": "https://weblate.foundryvtt-hub.com/api/projects/mcc/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/arcanistzed/mcc.git",
                "git_export": "https://weblate.foundryvtt-hub.com/git/mcc/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/mcc/main/",
                "url": "https://weblate.foundryvtt-hub.com/api/components/mcc/main/?format=api",
                "repository_url": "https://weblate.foundryvtt-hub.com/api/components/mcc/main/repository/?format=api",
                "translations_url": "https://weblate.foundryvtt-hub.com/api/components/mcc/main/translations/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/components/mcc/main/statistics/?format=api",
                "lock_url": "https://weblate.foundryvtt-hub.com/api/components/mcc/main/lock/?format=api",
                "links_url": "https://weblate.foundryvtt-hub.com/api/components/mcc/main/links/?format=api",
                "changes_list_url": "https://weblate.foundryvtt-hub.com/api/components/mcc/main/changes/?format=api",
                "task_url": null,
                "credits_url": "https://weblate.foundryvtt-hub.com/api/components/mcc/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": "feat: updated ({{ language_name }}) translations using Weblate\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "feat: added ({{ language_name }}) translations using Weblate\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "delete_message": "feat: deleted ({{ language_name }}) translations using Weblate\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "merge_message": "refactor: merge branch '{{ component_remote_branch }}' into Weblate",
                "addon_message": "feat: 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: 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": 0,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [
                    "https://weblate.foundryvtt-hub.com/api/addons/2/?format=api",
                    "https://weblate.foundryvtt-hub.com/api/addons/3/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "es",
            "id": 44,
            "filename": "languages/es.json",
            "revision": "475061dbf54457c813ec49ab9571be7f13af8421,2f9ff2ff3c52fadf8f8c305fbbfac8e34aed8ee8",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/mcc/main/es/",
            "share_url": "https://weblate.foundryvtt-hub.com/engage/mcc/-/es/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/mcc/main/es/",
            "url": "https://weblate.foundryvtt-hub.com/api/translations/mcc/main/es/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 40,
            "total_words": 222,
            "translated": 38,
            "translated_words": 174,
            "translated_percent": 95.0,
            "fuzzy": 2,
            "fuzzy_words": 48,
            "fuzzy_percent": 5.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 2,
            "have_comment": 0,
            "last_change": "2022-11-16T23:07:57.375650Z",
            "last_author": "Raul Castaño",
            "repository_url": "https://weblate.foundryvtt-hub.com/api/translations/mcc/main/es/repository/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/translations/mcc/main/es/file/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/translations/mcc/main/es/statistics/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/translations/mcc/main/es/changes/?format=api",
            "units_list_url": "https://weblate.foundryvtt-hub.com/api/translations/mcc/main/es/units/?format=api"
        },
        {
            "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"
            },
            "component": {
                "name": "Module Compatibility Checker",
                "slug": "glossary",
                "id": 10,
                "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": "Module Compatibility Checker",
                    "slug": "mcc",
                    "id": 5,
                    "web": "https://github.com/arcanistzed/mcc",
                    "web_url": "https://weblate.foundryvtt-hub.com/projects/mcc/",
                    "url": "https://weblate.foundryvtt-hub.com/api/projects/mcc/?format=api",
                    "components_list_url": "https://weblate.foundryvtt-hub.com/api/projects/mcc/components/?format=api",
                    "repository_url": "https://weblate.foundryvtt-hub.com/api/projects/mcc/repository/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/projects/mcc/statistics/?format=api",
                    "categories_url": "https://weblate.foundryvtt-hub.com/api/projects/mcc/categories/?format=api",
                    "changes_list_url": "https://weblate.foundryvtt-hub.com/api/projects/mcc/changes/?format=api",
                    "languages_url": "https://weblate.foundryvtt-hub.com/api/projects/mcc/languages/?format=api",
                    "labels_url": "https://weblate.foundryvtt-hub.com/api/projects/mcc/labels/?format=api",
                    "credits_url": "https://weblate.foundryvtt-hub.com/api/projects/mcc/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/mcc/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/mcc/glossary/",
                "url": "https://weblate.foundryvtt-hub.com/api/components/mcc/glossary/?format=api",
                "repository_url": "https://weblate.foundryvtt-hub.com/api/components/mcc/glossary/repository/?format=api",
                "translations_url": "https://weblate.foundryvtt-hub.com/api/components/mcc/glossary/translations/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/components/mcc/glossary/statistics/?format=api",
                "lock_url": "https://weblate.foundryvtt-hub.com/api/components/mcc/glossary/lock/?format=api",
                "links_url": "https://weblate.foundryvtt-hub.com/api/components/mcc/glossary/links/?format=api",
                "changes_list_url": "https://weblate.foundryvtt-hub.com/api/components/mcc/glossary/changes/?format=api",
                "task_url": null,
                "credits_url": "https://weblate.foundryvtt-hub.com/api/components/mcc/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": "en",
            "id": 45,
            "filename": "",
            "revision": "",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/mcc/glossary/en/",
            "share_url": "https://weblate.foundryvtt-hub.com/engage/mcc/-/en/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/mcc/glossary/en/",
            "url": "https://weblate.foundryvtt-hub.com/api/translations/mcc/glossary/en/?format=api",
            "is_template": false,
            "is_source": true,
            "total": 13,
            "total_words": 18,
            "translated": 13,
            "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": "2023-05-05T19:35:37.423645Z",
            "last_author": "Jakub",
            "repository_url": "https://weblate.foundryvtt-hub.com/api/translations/mcc/glossary/en/repository/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/translations/mcc/glossary/en/file/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/translations/mcc/glossary/en/statistics/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/translations/mcc/glossary/en/changes/?format=api",
            "units_list_url": "https://weblate.foundryvtt-hub.com/api/translations/mcc/glossary/en/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": "Module Compatibility Checker",
                "slug": "glossary",
                "id": 10,
                "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": "Module Compatibility Checker",
                    "slug": "mcc",
                    "id": 5,
                    "web": "https://github.com/arcanistzed/mcc",
                    "web_url": "https://weblate.foundryvtt-hub.com/projects/mcc/",
                    "url": "https://weblate.foundryvtt-hub.com/api/projects/mcc/?format=api",
                    "components_list_url": "https://weblate.foundryvtt-hub.com/api/projects/mcc/components/?format=api",
                    "repository_url": "https://weblate.foundryvtt-hub.com/api/projects/mcc/repository/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/projects/mcc/statistics/?format=api",
                    "categories_url": "https://weblate.foundryvtt-hub.com/api/projects/mcc/categories/?format=api",
                    "changes_list_url": "https://weblate.foundryvtt-hub.com/api/projects/mcc/changes/?format=api",
                    "languages_url": "https://weblate.foundryvtt-hub.com/api/projects/mcc/languages/?format=api",
                    "labels_url": "https://weblate.foundryvtt-hub.com/api/projects/mcc/labels/?format=api",
                    "credits_url": "https://weblate.foundryvtt-hub.com/api/projects/mcc/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/mcc/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/mcc/glossary/",
                "url": "https://weblate.foundryvtt-hub.com/api/components/mcc/glossary/?format=api",
                "repository_url": "https://weblate.foundryvtt-hub.com/api/components/mcc/glossary/repository/?format=api",
                "translations_url": "https://weblate.foundryvtt-hub.com/api/components/mcc/glossary/translations/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/components/mcc/glossary/statistics/?format=api",
                "lock_url": "https://weblate.foundryvtt-hub.com/api/components/mcc/glossary/lock/?format=api",
                "links_url": "https://weblate.foundryvtt-hub.com/api/components/mcc/glossary/links/?format=api",
                "changes_list_url": "https://weblate.foundryvtt-hub.com/api/components/mcc/glossary/changes/?format=api",
                "task_url": null,
                "credits_url": "https://weblate.foundryvtt-hub.com/api/components/mcc/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": 46,
            "filename": "es.tbx",
            "revision": "ba6be3a65368248cc9c705d7ba87af2b2ba39c5a",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/mcc/glossary/es/",
            "share_url": "https://weblate.foundryvtt-hub.com/engage/mcc/-/es/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/mcc/glossary/es/",
            "url": "https://weblate.foundryvtt-hub.com/api/translations/mcc/glossary/es/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 2,
            "total_words": 4,
            "translated": 1,
            "translated_words": 3,
            "translated_percent": 50.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2023-05-05T19:35:38.074692Z",
            "last_author": null,
            "repository_url": "https://weblate.foundryvtt-hub.com/api/translations/mcc/glossary/es/repository/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/translations/mcc/glossary/es/file/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/translations/mcc/glossary/es/statistics/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/translations/mcc/glossary/es/changes/?format=api",
            "units_list_url": "https://weblate.foundryvtt-hub.com/api/translations/mcc/glossary/es/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": 9,
                "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": "Module Compatibility Checker",
                    "slug": "mcc",
                    "id": 5,
                    "web": "https://github.com/arcanistzed/mcc",
                    "web_url": "https://weblate.foundryvtt-hub.com/projects/mcc/",
                    "url": "https://weblate.foundryvtt-hub.com/api/projects/mcc/?format=api",
                    "components_list_url": "https://weblate.foundryvtt-hub.com/api/projects/mcc/components/?format=api",
                    "repository_url": "https://weblate.foundryvtt-hub.com/api/projects/mcc/repository/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/projects/mcc/statistics/?format=api",
                    "categories_url": "https://weblate.foundryvtt-hub.com/api/projects/mcc/categories/?format=api",
                    "changes_list_url": "https://weblate.foundryvtt-hub.com/api/projects/mcc/changes/?format=api",
                    "languages_url": "https://weblate.foundryvtt-hub.com/api/projects/mcc/languages/?format=api",
                    "labels_url": "https://weblate.foundryvtt-hub.com/api/projects/mcc/labels/?format=api",
                    "credits_url": "https://weblate.foundryvtt-hub.com/api/projects/mcc/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/arcanistzed/mcc.git",
                "git_export": "https://weblate.foundryvtt-hub.com/git/mcc/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/mcc/main/",
                "url": "https://weblate.foundryvtt-hub.com/api/components/mcc/main/?format=api",
                "repository_url": "https://weblate.foundryvtt-hub.com/api/components/mcc/main/repository/?format=api",
                "translations_url": "https://weblate.foundryvtt-hub.com/api/components/mcc/main/translations/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/components/mcc/main/statistics/?format=api",
                "lock_url": "https://weblate.foundryvtt-hub.com/api/components/mcc/main/lock/?format=api",
                "links_url": "https://weblate.foundryvtt-hub.com/api/components/mcc/main/links/?format=api",
                "changes_list_url": "https://weblate.foundryvtt-hub.com/api/components/mcc/main/changes/?format=api",
                "task_url": null,
                "credits_url": "https://weblate.foundryvtt-hub.com/api/components/mcc/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": "feat: updated ({{ language_name }}) translations using Weblate\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "feat: added ({{ language_name }}) translations using Weblate\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "delete_message": "feat: deleted ({{ language_name }}) translations using Weblate\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "merge_message": "refactor: merge branch '{{ component_remote_branch }}' into Weblate",
                "addon_message": "feat: 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: 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": 0,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [
                    "https://weblate.foundryvtt-hub.com/api/addons/2/?format=api",
                    "https://weblate.foundryvtt-hub.com/api/addons/3/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "fr",
            "id": 47,
            "filename": "languages/fr.json",
            "revision": "b0c777aace495d87b0c965008f831bc05d77cdd9,2f9ff2ff3c52fadf8f8c305fbbfac8e34aed8ee8",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/mcc/main/fr/",
            "share_url": "https://weblate.foundryvtt-hub.com/engage/mcc/-/fr/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/mcc/main/fr/",
            "url": "https://weblate.foundryvtt-hub.com/api/translations/mcc/main/fr/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 40,
            "total_words": 222,
            "translated": 40,
            "translated_words": 222,
            "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": "2022-11-07T02:37:54.788559Z",
            "last_author": "Daniel Thorp",
            "repository_url": "https://weblate.foundryvtt-hub.com/api/translations/mcc/main/fr/repository/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/translations/mcc/main/fr/file/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/translations/mcc/main/fr/statistics/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/translations/mcc/main/fr/changes/?format=api",
            "units_list_url": "https://weblate.foundryvtt-hub.com/api/translations/mcc/main/fr/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": "Module Compatibility Checker",
                "slug": "glossary",
                "id": 10,
                "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": "Module Compatibility Checker",
                    "slug": "mcc",
                    "id": 5,
                    "web": "https://github.com/arcanistzed/mcc",
                    "web_url": "https://weblate.foundryvtt-hub.com/projects/mcc/",
                    "url": "https://weblate.foundryvtt-hub.com/api/projects/mcc/?format=api",
                    "components_list_url": "https://weblate.foundryvtt-hub.com/api/projects/mcc/components/?format=api",
                    "repository_url": "https://weblate.foundryvtt-hub.com/api/projects/mcc/repository/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/projects/mcc/statistics/?format=api",
                    "categories_url": "https://weblate.foundryvtt-hub.com/api/projects/mcc/categories/?format=api",
                    "changes_list_url": "https://weblate.foundryvtt-hub.com/api/projects/mcc/changes/?format=api",
                    "languages_url": "https://weblate.foundryvtt-hub.com/api/projects/mcc/languages/?format=api",
                    "labels_url": "https://weblate.foundryvtt-hub.com/api/projects/mcc/labels/?format=api",
                    "credits_url": "https://weblate.foundryvtt-hub.com/api/projects/mcc/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/mcc/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/mcc/glossary/",
                "url": "https://weblate.foundryvtt-hub.com/api/components/mcc/glossary/?format=api",
                "repository_url": "https://weblate.foundryvtt-hub.com/api/components/mcc/glossary/repository/?format=api",
                "translations_url": "https://weblate.foundryvtt-hub.com/api/components/mcc/glossary/translations/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/components/mcc/glossary/statistics/?format=api",
                "lock_url": "https://weblate.foundryvtt-hub.com/api/components/mcc/glossary/lock/?format=api",
                "links_url": "https://weblate.foundryvtt-hub.com/api/components/mcc/glossary/links/?format=api",
                "changes_list_url": "https://weblate.foundryvtt-hub.com/api/components/mcc/glossary/changes/?format=api",
                "task_url": null,
                "credits_url": "https://weblate.foundryvtt-hub.com/api/components/mcc/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": 48,
            "filename": "fr.tbx",
            "revision": "74be07376b90a95f22d42912233ba77ec797ac4b",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/mcc/glossary/fr/",
            "share_url": "https://weblate.foundryvtt-hub.com/engage/mcc/-/fr/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/mcc/glossary/fr/",
            "url": "https://weblate.foundryvtt-hub.com/api/translations/mcc/glossary/fr/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 3,
            "total_words": 6,
            "translated": 3,
            "translated_words": 6,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2023-07-08T12:23:56.466275Z",
            "last_author": null,
            "repository_url": "https://weblate.foundryvtt-hub.com/api/translations/mcc/glossary/fr/repository/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/translations/mcc/glossary/fr/file/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/translations/mcc/glossary/fr/statistics/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/translations/mcc/glossary/fr/changes/?format=api",
            "units_list_url": "https://weblate.foundryvtt-hub.com/api/translations/mcc/glossary/fr/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": 5,
                "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": "dlopen",
                    "slug": "dlopen",
                    "id": 3,
                    "web": "https://github.com/ForgeVTT/fvtt-module-dlopen",
                    "web_url": "https://weblate.foundryvtt-hub.com/projects/dlopen/",
                    "url": "https://weblate.foundryvtt-hub.com/api/projects/dlopen/?format=api",
                    "components_list_url": "https://weblate.foundryvtt-hub.com/api/projects/dlopen/components/?format=api",
                    "repository_url": "https://weblate.foundryvtt-hub.com/api/projects/dlopen/repository/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/projects/dlopen/statistics/?format=api",
                    "categories_url": "https://weblate.foundryvtt-hub.com/api/projects/dlopen/categories/?format=api",
                    "changes_list_url": "https://weblate.foundryvtt-hub.com/api/projects/dlopen/changes/?format=api",
                    "languages_url": "https://weblate.foundryvtt-hub.com/api/projects/dlopen/languages/?format=api",
                    "labels_url": "https://weblate.foundryvtt-hub.com/api/projects/dlopen/labels/?format=api",
                    "credits_url": "https://weblate.foundryvtt-hub.com/api/projects/dlopen/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/fvtt-module-dlopen.git",
                "git_export": "https://weblate.foundryvtt-hub.com/git/dlopen/main/",
                "branch": "master",
                "push_branch": "",
                "filemask": "lang/*.json",
                "screenshot_filemask": "",
                "template": "lang/en.json",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "json",
                "license": "CC-BY-NC-2.0",
                "license_url": "https://spdx.org/licenses/CC-BY-NC-2.0.html",
                "agreement": "",
                "web_url": "https://weblate.foundryvtt-hub.com/projects/dlopen/main/",
                "url": "https://weblate.foundryvtt-hub.com/api/components/dlopen/main/?format=api",
                "repository_url": "https://weblate.foundryvtt-hub.com/api/components/dlopen/main/repository/?format=api",
                "translations_url": "https://weblate.foundryvtt-hub.com/api/components/dlopen/main/translations/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/components/dlopen/main/statistics/?format=api",
                "lock_url": "https://weblate.foundryvtt-hub.com/api/components/dlopen/main/lock/?format=api",
                "links_url": "https://weblate.foundryvtt-hub.com/api/components/dlopen/main/links/?format=api",
                "changes_list_url": "https://weblate.foundryvtt-hub.com/api/components/dlopen/main/changes/?format=api",
                "task_url": null,
                "credits_url": "https://weblate.foundryvtt-hub.com/api/components/dlopen/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/8/?format=api",
                    "https://weblate.foundryvtt-hub.com/api/addons/9/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "fr",
            "id": 49,
            "filename": "lang/fr.json",
            "revision": "71afdaf00a51a875c02e30983cff9494fec98e4f,d300693ac41eb7f0566620907e921cdc0b5916e5",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/dlopen/main/fr/",
            "share_url": "https://weblate.foundryvtt-hub.com/engage/dlopen/-/fr/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/dlopen/main/fr/",
            "url": "https://weblate.foundryvtt-hub.com/api/translations/dlopen/main/fr/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 2,
            "total_words": 26,
            "translated": 2,
            "translated_words": 26,
            "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": "2022-09-02T01:43:58.101885Z",
            "last_author": "JDW",
            "repository_url": "https://weblate.foundryvtt-hub.com/api/translations/dlopen/main/fr/repository/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/translations/dlopen/main/fr/file/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/translations/dlopen/main/fr/statistics/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/translations/dlopen/main/fr/changes/?format=api",
            "units_list_url": "https://weblate.foundryvtt-hub.com/api/translations/dlopen/main/fr/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": "dlopen",
                "slug": "glossary",
                "id": 6,
                "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": "dlopen",
                    "slug": "dlopen",
                    "id": 3,
                    "web": "https://github.com/ForgeVTT/fvtt-module-dlopen",
                    "web_url": "https://weblate.foundryvtt-hub.com/projects/dlopen/",
                    "url": "https://weblate.foundryvtt-hub.com/api/projects/dlopen/?format=api",
                    "components_list_url": "https://weblate.foundryvtt-hub.com/api/projects/dlopen/components/?format=api",
                    "repository_url": "https://weblate.foundryvtt-hub.com/api/projects/dlopen/repository/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/projects/dlopen/statistics/?format=api",
                    "categories_url": "https://weblate.foundryvtt-hub.com/api/projects/dlopen/categories/?format=api",
                    "changes_list_url": "https://weblate.foundryvtt-hub.com/api/projects/dlopen/changes/?format=api",
                    "languages_url": "https://weblate.foundryvtt-hub.com/api/projects/dlopen/languages/?format=api",
                    "labels_url": "https://weblate.foundryvtt-hub.com/api/projects/dlopen/labels/?format=api",
                    "credits_url": "https://weblate.foundryvtt-hub.com/api/projects/dlopen/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/dlopen/glossary/",
                "branch": "main",
                "push_branch": "",
                "filemask": "*.tbx",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "tbx",
                "license": "CC-BY-NC-2.0",
                "license_url": "https://spdx.org/licenses/CC-BY-NC-2.0.html",
                "agreement": "",
                "web_url": "https://weblate.foundryvtt-hub.com/projects/dlopen/glossary/",
                "url": "https://weblate.foundryvtt-hub.com/api/components/dlopen/glossary/?format=api",
                "repository_url": "https://weblate.foundryvtt-hub.com/api/components/dlopen/glossary/repository/?format=api",
                "translations_url": "https://weblate.foundryvtt-hub.com/api/components/dlopen/glossary/translations/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/components/dlopen/glossary/statistics/?format=api",
                "lock_url": "https://weblate.foundryvtt-hub.com/api/components/dlopen/glossary/lock/?format=api",
                "links_url": "https://weblate.foundryvtt-hub.com/api/components/dlopen/glossary/links/?format=api",
                "changes_list_url": "https://weblate.foundryvtt-hub.com/api/components/dlopen/glossary/changes/?format=api",
                "task_url": null,
                "credits_url": "https://weblate.foundryvtt-hub.com/api/components/dlopen/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": 50,
            "filename": "fr.tbx",
            "revision": "a707eb0b067f141dc98e77ff33c3d42e12c3d712",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/dlopen/glossary/fr/",
            "share_url": "https://weblate.foundryvtt-hub.com/engage/dlopen/-/fr/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/dlopen/glossary/fr/",
            "url": "https://weblate.foundryvtt-hub.com/api/translations/dlopen/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": "2022-09-02T01:39:24.868950Z",
            "last_author": null,
            "repository_url": "https://weblate.foundryvtt-hub.com/api/translations/dlopen/glossary/fr/repository/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/translations/dlopen/glossary/fr/file/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/translations/dlopen/glossary/fr/statistics/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/translations/dlopen/glossary/fr/changes/?format=api",
            "units_list_url": "https://weblate.foundryvtt-hub.com/api/translations/dlopen/glossary/fr/units/?format=api"
        },
        {
            "language": {
                "id": 192,
                "code": "fi",
                "name": "Finnish",
                "plural": {
                    "id": 192,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "fin_fi",
                    "fin"
                ],
                "direction": "ltr",
                "population": 5736841,
                "web_url": "https://weblate.foundryvtt-hub.com/languages/fi/",
                "url": "https://weblate.foundryvtt-hub.com/api/languages/fi/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/languages/fi/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": "fi",
            "id": 51,
            "filename": "module/lang/fi.json",
            "revision": "cb999e6d05e74d27983beb3722dd0fe3f021dc4c,887473694c0a3449afd67bc3b57fed5d2b8b2838",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/dice-so-nice/main/fi/",
            "share_url": "https://weblate.foundryvtt-hub.com/engage/dice-so-nice/-/fi/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/dice-so-nice/main/fi/",
            "url": "https://weblate.foundryvtt-hub.com/api/translations/dice-so-nice/main/fi/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 281,
            "total_words": 1316,
            "translated": 265,
            "translated_words": 1182,
            "translated_percent": 94.3,
            "fuzzy": 1,
            "fuzzy_words": 31,
            "fuzzy_percent": 0.3,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-10-06T21:43:04.375556Z",
            "last_author": null,
            "repository_url": "https://weblate.foundryvtt-hub.com/api/translations/dice-so-nice/main/fi/repository/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/translations/dice-so-nice/main/fi/file/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/translations/dice-so-nice/main/fi/statistics/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/translations/dice-so-nice/main/fi/changes/?format=api",
            "units_list_url": "https://weblate.foundryvtt-hub.com/api/translations/dice-so-nice/main/fi/units/?format=api"
        },
        {
            "language": {
                "id": 192,
                "code": "fi",
                "name": "Finnish",
                "plural": {
                    "id": 192,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "fin_fi",
                    "fin"
                ],
                "direction": "ltr",
                "population": 5736841,
                "web_url": "https://weblate.foundryvtt-hub.com/languages/fi/",
                "url": "https://weblate.foundryvtt-hub.com/api/languages/fi/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/languages/fi/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": "fi",
            "id": 52,
            "filename": "fi.tbx",
            "revision": "73df3006b10e8c821d9a696cbd351efe8075e6a6",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/dice-so-nice/glossary/fi/",
            "share_url": "https://weblate.foundryvtt-hub.com/engage/dice-so-nice/-/fi/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/dice-so-nice/glossary/fi/",
            "url": "https://weblate.foundryvtt-hub.com/api/translations/dice-so-nice/glossary/fi/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 127,
            "total_words": 144,
            "translated": 127,
            "translated_words": 144,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2023-07-08T12:23:56.689756Z",
            "last_author": null,
            "repository_url": "https://weblate.foundryvtt-hub.com/api/translations/dice-so-nice/glossary/fi/repository/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/translations/dice-so-nice/glossary/fi/file/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/translations/dice-so-nice/glossary/fi/statistics/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/translations/dice-so-nice/glossary/fi/changes/?format=api",
            "units_list_url": "https://weblate.foundryvtt-hub.com/api/translations/dice-so-nice/glossary/fi/units/?format=api"
        },
        {
            "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"
            },
            "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": "en",
            "id": 53,
            "filename": "src/lang/en.json",
            "revision": "04fa8d8fe1bf9107d06b0dc6a462a485aa1fc22e,04fa8d8fe1bf9107d06b0dc6a462a485aa1fc22e",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/simple-calendar/main/en/",
            "share_url": "https://weblate.foundryvtt-hub.com/engage/simple-calendar/-/en/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/simple-calendar/main/en/",
            "url": "https://weblate.foundryvtt-hub.com/api/translations/simple-calendar/main/en/?format=api",
            "is_template": true,
            "is_source": true,
            "total": 504,
            "total_words": 3127,
            "translated": 504,
            "translated_words": 3127,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 8,
            "failing_checks_words": 22,
            "failing_checks_percent": 1.5,
            "have_suggestion": 0,
            "have_comment": 22,
            "last_change": "2024-05-20T06:35:07.784755Z",
            "last_author": null,
            "repository_url": "https://weblate.foundryvtt-hub.com/api/translations/simple-calendar/main/en/repository/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/translations/simple-calendar/main/en/file/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/translations/simple-calendar/main/en/statistics/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/translations/simple-calendar/main/en/changes/?format=api",
            "units_list_url": "https://weblate.foundryvtt-hub.com/api/translations/simple-calendar/main/en/units/?format=api"
        },
        {
            "language": {
                "id": 113,
                "code": "cs",
                "name": "Czech",
                "plural": {
                    "id": 113,
                    "source": 0,
                    "number": 3,
                    "formula": "(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2",
                    "type": 2
                },
                "aliases": [
                    "cs_cs",
                    "cz",
                    "csy",
                    "ces",
                    "cze"
                ],
                "direction": "ltr",
                "population": 13045532,
                "web_url": "https://weblate.foundryvtt-hub.com/languages/cs/",
                "url": "https://weblate.foundryvtt-hub.com/api/languages/cs/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/languages/cs/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": "cs",
            "id": 54,
            "filename": "src/lang/cs.json",
            "revision": "fb066925892a4be6928e6918e2d5dc41add59b82,04fa8d8fe1bf9107d06b0dc6a462a485aa1fc22e",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/simple-calendar/main/cs/",
            "share_url": "https://weblate.foundryvtt-hub.com/engage/simple-calendar/-/cs/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/simple-calendar/main/cs/",
            "url": "https://weblate.foundryvtt-hub.com/api/translations/simple-calendar/main/cs/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 504,
            "total_words": 3127,
            "translated": 503,
            "translated_words": 3125,
            "translated_percent": 99.8,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 11,
            "failing_checks_words": 22,
            "failing_checks_percent": 2.1,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-05-20T06:35:11.918338Z",
            "last_author": null,
            "repository_url": "https://weblate.foundryvtt-hub.com/api/translations/simple-calendar/main/cs/repository/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/translations/simple-calendar/main/cs/file/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/translations/simple-calendar/main/cs/statistics/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/translations/simple-calendar/main/cs/changes/?format=api",
            "units_list_url": "https://weblate.foundryvtt-hub.com/api/translations/simple-calendar/main/cs/units/?format=api"
        },
        {
            "language": {
                "id": 121,
                "code": "de",
                "name": "German",
                "plural": {
                    "id": 121,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "deu_de",
                    "deu",
                    "ger"
                ],
                "direction": "ltr",
                "population": 136350226,
                "web_url": "https://weblate.foundryvtt-hub.com/languages/de/",
                "url": "https://weblate.foundryvtt-hub.com/api/languages/de/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/languages/de/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": "de",
            "id": 55,
            "filename": "src/lang/de.json",
            "revision": "38eb542585c4bcd89c81f1df458e58000a38e0dc,04fa8d8fe1bf9107d06b0dc6a462a485aa1fc22e",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/simple-calendar/main/de/",
            "share_url": "https://weblate.foundryvtt-hub.com/engage/simple-calendar/-/de/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/simple-calendar/main/de/",
            "url": "https://weblate.foundryvtt-hub.com/api/translations/simple-calendar/main/de/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 504,
            "total_words": 3127,
            "translated": 503,
            "translated_words": 3125,
            "translated_percent": 99.8,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-05-20T06:35:13.399596Z",
            "last_author": null,
            "repository_url": "https://weblate.foundryvtt-hub.com/api/translations/simple-calendar/main/de/repository/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/translations/simple-calendar/main/de/file/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/translations/simple-calendar/main/de/statistics/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/translations/simple-calendar/main/de/changes/?format=api",
            "units_list_url": "https://weblate.foundryvtt-hub.com/api/translations/simple-calendar/main/de/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": 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": "es",
            "id": 56,
            "filename": "src/lang/es.json",
            "revision": "265d9cd3176d25028d1d25789d4c3f2616f549af,04fa8d8fe1bf9107d06b0dc6a462a485aa1fc22e",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/simple-calendar/main/es/",
            "share_url": "https://weblate.foundryvtt-hub.com/engage/simple-calendar/-/es/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/simple-calendar/main/es/",
            "url": "https://weblate.foundryvtt-hub.com/api/translations/simple-calendar/main/es/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 504,
            "total_words": 3127,
            "translated": 483,
            "translated_words": 2924,
            "translated_percent": 95.8,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 6,
            "failing_checks_words": 9,
            "failing_checks_percent": 1.1,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-05-20T06:35:14.984479Z",
            "last_author": null,
            "repository_url": "https://weblate.foundryvtt-hub.com/api/translations/simple-calendar/main/es/repository/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/translations/simple-calendar/main/es/file/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/translations/simple-calendar/main/es/statistics/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/translations/simple-calendar/main/es/changes/?format=api",
            "units_list_url": "https://weblate.foundryvtt-hub.com/api/translations/simple-calendar/main/es/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": 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": "fr",
            "id": 57,
            "filename": "src/lang/fr.json",
            "revision": "31333955b8db806e13a7112b8db4fd311e71cf43,04fa8d8fe1bf9107d06b0dc6a462a485aa1fc22e",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/simple-calendar/main/fr/",
            "share_url": "https://weblate.foundryvtt-hub.com/engage/simple-calendar/-/fr/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/simple-calendar/main/fr/",
            "url": "https://weblate.foundryvtt-hub.com/api/translations/simple-calendar/main/fr/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 504,
            "total_words": 3127,
            "translated": 503,
            "translated_words": 3125,
            "translated_percent": 99.8,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 2,
            "failing_checks_words": 2,
            "failing_checks_percent": 0.3,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-05-20T06:35:18.148717Z",
            "last_author": null,
            "repository_url": "https://weblate.foundryvtt-hub.com/api/translations/simple-calendar/main/fr/repository/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/translations/simple-calendar/main/fr/file/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/translations/simple-calendar/main/fr/statistics/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/translations/simple-calendar/main/fr/changes/?format=api",
            "units_list_url": "https://weblate.foundryvtt-hub.com/api/translations/simple-calendar/main/fr/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": 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": "it",
            "id": 58,
            "filename": "src/lang/it.json",
            "revision": "fa3bb2a7ca72f87a35b1181204d08fef7010ef36,04fa8d8fe1bf9107d06b0dc6a462a485aa1fc22e",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/simple-calendar/main/it/",
            "share_url": "https://weblate.foundryvtt-hub.com/engage/simple-calendar/-/it/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/simple-calendar/main/it/",
            "url": "https://weblate.foundryvtt-hub.com/api/translations/simple-calendar/main/it/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 504,
            "total_words": 3127,
            "translated": 401,
            "translated_words": 2167,
            "translated_percent": 79.5,
            "fuzzy": 48,
            "fuzzy_words": 471,
            "fuzzy_percent": 9.5,
            "failing_checks": 3,
            "failing_checks_words": 7,
            "failing_checks_percent": 0.5,
            "have_suggestion": 2,
            "have_comment": 0,
            "last_change": "2024-05-20T06:35:19.772878Z",
            "last_author": null,
            "repository_url": "https://weblate.foundryvtt-hub.com/api/translations/simple-calendar/main/it/repository/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/translations/simple-calendar/main/it/file/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/translations/simple-calendar/main/it/statistics/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/translations/simple-calendar/main/it/changes/?format=api",
            "units_list_url": "https://weblate.foundryvtt-hub.com/api/translations/simple-calendar/main/it/units/?format=api"
        },
        {
            "language": {
                "id": 309,
                "code": "ko",
                "name": "Korean",
                "plural": {
                    "id": 309,
                    "source": 0,
                    "number": 1,
                    "formula": "0",
                    "type": 0
                },
                "aliases": [
                    "ko_ko",
                    "kor_kr",
                    "kor"
                ],
                "direction": "ltr",
                "population": 78357047,
                "web_url": "https://weblate.foundryvtt-hub.com/languages/ko/",
                "url": "https://weblate.foundryvtt-hub.com/api/languages/ko/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/languages/ko/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": "ko",
            "id": 59,
            "filename": "src/lang/ko.json",
            "revision": "563d3773f9e5e653298f3156c81aaff0f115ecb5,04fa8d8fe1bf9107d06b0dc6a462a485aa1fc22e",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/simple-calendar/main/ko/",
            "share_url": "https://weblate.foundryvtt-hub.com/engage/simple-calendar/-/ko/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/simple-calendar/main/ko/",
            "url": "https://weblate.foundryvtt-hub.com/api/translations/simple-calendar/main/ko/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 504,
            "total_words": 3127,
            "translated": 304,
            "translated_words": 1488,
            "translated_percent": 60.3,
            "fuzzy": 27,
            "fuzzy_words": 157,
            "fuzzy_percent": 5.3,
            "failing_checks": 3,
            "failing_checks_words": 19,
            "failing_checks_percent": 0.5,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-05-20T06:35:21.240846Z",
            "last_author": null,
            "repository_url": "https://weblate.foundryvtt-hub.com/api/translations/simple-calendar/main/ko/repository/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/translations/simple-calendar/main/ko/file/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/translations/simple-calendar/main/ko/statistics/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/translations/simple-calendar/main/ko/changes/?format=api",
            "units_list_url": "https://weblate.foundryvtt-hub.com/api/translations/simple-calendar/main/ko/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": 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": "pt-BR",
            "id": 60,
            "filename": "src/lang/pt-BR.json",
            "revision": "cf07e36dd8df142b303161b76842e90214c49cec,04fa8d8fe1bf9107d06b0dc6a462a485aa1fc22e",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/simple-calendar/main/pt-BR/",
            "share_url": "https://weblate.foundryvtt-hub.com/engage/simple-calendar/-/pt-BR/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/simple-calendar/main/pt-BR/",
            "url": "https://weblate.foundryvtt-hub.com/api/translations/simple-calendar/main/pt-BR/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 504,
            "total_words": 3127,
            "translated": 504,
            "translated_words": 3127,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 8,
            "failing_checks_words": 47,
            "failing_checks_percent": 1.5,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-05-25T05:49:57.982641Z",
            "last_author": null,
            "repository_url": "https://weblate.foundryvtt-hub.com/api/translations/simple-calendar/main/pt-BR/repository/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/translations/simple-calendar/main/pt-BR/file/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/translations/simple-calendar/main/pt-BR/statistics/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/translations/simple-calendar/main/pt-BR/changes/?format=api",
            "units_list_url": "https://weblate.foundryvtt-hub.com/api/translations/simple-calendar/main/pt-BR/units/?format=api"
        },
        {
            "language": {
                "id": 612,
                "code": "zh_Hant",
                "name": "Chinese (Traditional Han script)",
                "plural": {
                    "id": 612,
                    "source": 0,
                    "number": 1,
                    "formula": "0",
                    "type": 0
                },
                "aliases": [
                    "tchinese",
                    "cmn_hant",
                    "zh_cht",
                    "zh_cmn_hant",
                    "zh_hant_tw",
                    "zh_hant@zh",
                    "zh_tw",
                    "zhtw",
                    "cht",
                    "zho"
                ],
                "direction": "ltr",
                "population": 38612556,
                "web_url": "https://weblate.foundryvtt-hub.com/languages/zh_Hant/",
                "url": "https://weblate.foundryvtt-hub.com/api/languages/zh_Hant/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/languages/zh_Hant/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": "zh-tw",
            "id": 61,
            "filename": "src/lang/zh-tw.json",
            "revision": "0b1eac442a97391746c37fbf528f7e964a1aee10,04fa8d8fe1bf9107d06b0dc6a462a485aa1fc22e",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/simple-calendar/main/zh_Hant/",
            "share_url": "https://weblate.foundryvtt-hub.com/engage/simple-calendar/-/zh_Hant/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/simple-calendar/main/zh_Hant/",
            "url": "https://weblate.foundryvtt-hub.com/api/translations/simple-calendar/main/zh_Hant/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 504,
            "total_words": 3127,
            "translated": 341,
            "translated_words": 1695,
            "translated_percent": 67.6,
            "fuzzy": 26,
            "fuzzy_words": 151,
            "fuzzy_percent": 5.1,
            "failing_checks": 4,
            "failing_checks_words": 14,
            "failing_checks_percent": 0.7,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-05-20T06:35:30.151527Z",
            "last_author": null,
            "repository_url": "https://weblate.foundryvtt-hub.com/api/translations/simple-calendar/main/zh_Hant/repository/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/translations/simple-calendar/main/zh_Hant/file/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/translations/simple-calendar/main/zh_Hant/statistics/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/translations/simple-calendar/main/zh_Hant/changes/?format=api",
            "units_list_url": "https://weblate.foundryvtt-hub.com/api/translations/simple-calendar/main/zh_Hant/units/?format=api"
        }
    ]
}