Translation components API.

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

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

{
    "count": 1175,
    "next": "https://weblate.foundryvtt-hub.com/api/translations/?format=api&page=18",
    "previous": "https://weblate.foundryvtt-hub.com/api/translations/?format=api&page=16",
    "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": 234,
                "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": "Bullseye NG",
                    "slug": "bullseye-ng",
                    "id": 106,
                    "web": "https://github.com/DrMcCoy/bullseye-ng/",
                    "web_url": "https://weblate.foundryvtt-hub.com/projects/bullseye-ng/",
                    "url": "https://weblate.foundryvtt-hub.com/api/projects/bullseye-ng/?format=api",
                    "components_list_url": "https://weblate.foundryvtt-hub.com/api/projects/bullseye-ng/components/?format=api",
                    "repository_url": "https://weblate.foundryvtt-hub.com/api/projects/bullseye-ng/repository/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/projects/bullseye-ng/statistics/?format=api",
                    "categories_url": "https://weblate.foundryvtt-hub.com/api/projects/bullseye-ng/categories/?format=api",
                    "changes_list_url": "https://weblate.foundryvtt-hub.com/api/projects/bullseye-ng/changes/?format=api",
                    "languages_url": "https://weblate.foundryvtt-hub.com/api/projects/bullseye-ng/languages/?format=api",
                    "labels_url": "https://weblate.foundryvtt-hub.com/api/projects/bullseye-ng/labels/?format=api",
                    "credits_url": "https://weblate.foundryvtt-hub.com/api/projects/bullseye-ng/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/DrMcCoy/bullseye-ng.git",
                "git_export": "https://weblate.foundryvtt-hub.com/git/bullseye-ng/main/",
                "branch": "main",
                "push_branch": "",
                "filemask": "lang/*.json",
                "screenshot_filemask": "",
                "template": "lang/en.json",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "json-nested",
                "license": "MIT",
                "license_url": "https://spdx.org/licenses/MIT.html",
                "agreement": "",
                "web_url": "https://weblate.foundryvtt-hub.com/projects/bullseye-ng/main/",
                "url": "https://weblate.foundryvtt-hub.com/api/components/bullseye-ng/main/?format=api",
                "repository_url": "https://weblate.foundryvtt-hub.com/api/components/bullseye-ng/main/repository/?format=api",
                "translations_url": "https://weblate.foundryvtt-hub.com/api/components/bullseye-ng/main/translations/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/components/bullseye-ng/main/statistics/?format=api",
                "lock_url": "https://weblate.foundryvtt-hub.com/api/components/bullseye-ng/main/lock/?format=api",
                "links_url": "https://weblate.foundryvtt-hub.com/api/components/bullseye-ng/main/links/?format=api",
                "changes_list_url": "https://weblate.foundryvtt-hub.com/api/components/bullseye-ng/main/changes/?format=api",
                "task_url": null,
                "credits_url": "https://weblate.foundryvtt-hub.com/api/components/bullseye-ng/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/230/?format=api",
                    "https://weblate.foundryvtt-hub.com/api/addons/231/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "en",
            "id": 1147,
            "filename": "lang/en.json",
            "revision": "1e661c067fb36f8ccf78e3b3f21be100c1618137,1e661c067fb36f8ccf78e3b3f21be100c1618137",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/bullseye-ng/main/en/",
            "share_url": "https://weblate.foundryvtt-hub.com/engage/bullseye-ng/-/en/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/bullseye-ng/main/en/",
            "url": "https://weblate.foundryvtt-hub.com/api/translations/bullseye-ng/main/en/?format=api",
            "is_template": true,
            "is_source": true,
            "total": 4,
            "total_words": 11,
            "translated": 4,
            "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": "2023-02-18T10:41:40.575018Z",
            "last_author": null,
            "repository_url": "https://weblate.foundryvtt-hub.com/api/translations/bullseye-ng/main/en/repository/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/translations/bullseye-ng/main/en/file/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/translations/bullseye-ng/main/en/statistics/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/translations/bullseye-ng/main/en/changes/?format=api",
            "units_list_url": "https://weblate.foundryvtt-hub.com/api/translations/bullseye-ng/main/en/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": 234,
                "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": "Bullseye NG",
                    "slug": "bullseye-ng",
                    "id": 106,
                    "web": "https://github.com/DrMcCoy/bullseye-ng/",
                    "web_url": "https://weblate.foundryvtt-hub.com/projects/bullseye-ng/",
                    "url": "https://weblate.foundryvtt-hub.com/api/projects/bullseye-ng/?format=api",
                    "components_list_url": "https://weblate.foundryvtt-hub.com/api/projects/bullseye-ng/components/?format=api",
                    "repository_url": "https://weblate.foundryvtt-hub.com/api/projects/bullseye-ng/repository/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/projects/bullseye-ng/statistics/?format=api",
                    "categories_url": "https://weblate.foundryvtt-hub.com/api/projects/bullseye-ng/categories/?format=api",
                    "changes_list_url": "https://weblate.foundryvtt-hub.com/api/projects/bullseye-ng/changes/?format=api",
                    "languages_url": "https://weblate.foundryvtt-hub.com/api/projects/bullseye-ng/languages/?format=api",
                    "labels_url": "https://weblate.foundryvtt-hub.com/api/projects/bullseye-ng/labels/?format=api",
                    "credits_url": "https://weblate.foundryvtt-hub.com/api/projects/bullseye-ng/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/DrMcCoy/bullseye-ng.git",
                "git_export": "https://weblate.foundryvtt-hub.com/git/bullseye-ng/main/",
                "branch": "main",
                "push_branch": "",
                "filemask": "lang/*.json",
                "screenshot_filemask": "",
                "template": "lang/en.json",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "json-nested",
                "license": "MIT",
                "license_url": "https://spdx.org/licenses/MIT.html",
                "agreement": "",
                "web_url": "https://weblate.foundryvtt-hub.com/projects/bullseye-ng/main/",
                "url": "https://weblate.foundryvtt-hub.com/api/components/bullseye-ng/main/?format=api",
                "repository_url": "https://weblate.foundryvtt-hub.com/api/components/bullseye-ng/main/repository/?format=api",
                "translations_url": "https://weblate.foundryvtt-hub.com/api/components/bullseye-ng/main/translations/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/components/bullseye-ng/main/statistics/?format=api",
                "lock_url": "https://weblate.foundryvtt-hub.com/api/components/bullseye-ng/main/lock/?format=api",
                "links_url": "https://weblate.foundryvtt-hub.com/api/components/bullseye-ng/main/links/?format=api",
                "changes_list_url": "https://weblate.foundryvtt-hub.com/api/components/bullseye-ng/main/changes/?format=api",
                "task_url": null,
                "credits_url": "https://weblate.foundryvtt-hub.com/api/components/bullseye-ng/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/230/?format=api",
                    "https://weblate.foundryvtt-hub.com/api/addons/231/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "de",
            "id": 1148,
            "filename": "lang/de.json",
            "revision": "e05a7ba7997e27667584df0f4dda72c98605dec2,1e661c067fb36f8ccf78e3b3f21be100c1618137",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/bullseye-ng/main/de/",
            "share_url": "https://weblate.foundryvtt-hub.com/engage/bullseye-ng/-/de/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/bullseye-ng/main/de/",
            "url": "https://weblate.foundryvtt-hub.com/api/translations/bullseye-ng/main/de/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 4,
            "total_words": 11,
            "translated": 4,
            "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": "2023-02-18T10:41:40.894725Z",
            "last_author": null,
            "repository_url": "https://weblate.foundryvtt-hub.com/api/translations/bullseye-ng/main/de/repository/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/translations/bullseye-ng/main/de/file/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/translations/bullseye-ng/main/de/statistics/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/translations/bullseye-ng/main/de/changes/?format=api",
            "units_list_url": "https://weblate.foundryvtt-hub.com/api/translations/bullseye-ng/main/de/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": "Bullseye NG",
                "slug": "glossary",
                "id": 235,
                "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": "Bullseye NG",
                    "slug": "bullseye-ng",
                    "id": 106,
                    "web": "https://github.com/DrMcCoy/bullseye-ng/",
                    "web_url": "https://weblate.foundryvtt-hub.com/projects/bullseye-ng/",
                    "url": "https://weblate.foundryvtt-hub.com/api/projects/bullseye-ng/?format=api",
                    "components_list_url": "https://weblate.foundryvtt-hub.com/api/projects/bullseye-ng/components/?format=api",
                    "repository_url": "https://weblate.foundryvtt-hub.com/api/projects/bullseye-ng/repository/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/projects/bullseye-ng/statistics/?format=api",
                    "categories_url": "https://weblate.foundryvtt-hub.com/api/projects/bullseye-ng/categories/?format=api",
                    "changes_list_url": "https://weblate.foundryvtt-hub.com/api/projects/bullseye-ng/changes/?format=api",
                    "languages_url": "https://weblate.foundryvtt-hub.com/api/projects/bullseye-ng/languages/?format=api",
                    "labels_url": "https://weblate.foundryvtt-hub.com/api/projects/bullseye-ng/labels/?format=api",
                    "credits_url": "https://weblate.foundryvtt-hub.com/api/projects/bullseye-ng/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/bullseye-ng/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/bullseye-ng/glossary/",
                "url": "https://weblate.foundryvtt-hub.com/api/components/bullseye-ng/glossary/?format=api",
                "repository_url": "https://weblate.foundryvtt-hub.com/api/components/bullseye-ng/glossary/repository/?format=api",
                "translations_url": "https://weblate.foundryvtt-hub.com/api/components/bullseye-ng/glossary/translations/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/components/bullseye-ng/glossary/statistics/?format=api",
                "lock_url": "https://weblate.foundryvtt-hub.com/api/components/bullseye-ng/glossary/lock/?format=api",
                "links_url": "https://weblate.foundryvtt-hub.com/api/components/bullseye-ng/glossary/links/?format=api",
                "changes_list_url": "https://weblate.foundryvtt-hub.com/api/components/bullseye-ng/glossary/changes/?format=api",
                "task_url": null,
                "credits_url": "https://weblate.foundryvtt-hub.com/api/components/bullseye-ng/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": 1149,
            "filename": "",
            "revision": "",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/bullseye-ng/glossary/en/",
            "share_url": "https://weblate.foundryvtt-hub.com/engage/bullseye-ng/-/en/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/bullseye-ng/glossary/en/",
            "url": "https://weblate.foundryvtt-hub.com/api/translations/bullseye-ng/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/bullseye-ng/glossary/en/repository/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/translations/bullseye-ng/glossary/en/file/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/translations/bullseye-ng/glossary/en/statistics/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/translations/bullseye-ng/glossary/en/changes/?format=api",
            "units_list_url": "https://weblate.foundryvtt-hub.com/api/translations/bullseye-ng/glossary/en/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": "Bullseye NG",
                "slug": "glossary",
                "id": 235,
                "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": "Bullseye NG",
                    "slug": "bullseye-ng",
                    "id": 106,
                    "web": "https://github.com/DrMcCoy/bullseye-ng/",
                    "web_url": "https://weblate.foundryvtt-hub.com/projects/bullseye-ng/",
                    "url": "https://weblate.foundryvtt-hub.com/api/projects/bullseye-ng/?format=api",
                    "components_list_url": "https://weblate.foundryvtt-hub.com/api/projects/bullseye-ng/components/?format=api",
                    "repository_url": "https://weblate.foundryvtt-hub.com/api/projects/bullseye-ng/repository/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/projects/bullseye-ng/statistics/?format=api",
                    "categories_url": "https://weblate.foundryvtt-hub.com/api/projects/bullseye-ng/categories/?format=api",
                    "changes_list_url": "https://weblate.foundryvtt-hub.com/api/projects/bullseye-ng/changes/?format=api",
                    "languages_url": "https://weblate.foundryvtt-hub.com/api/projects/bullseye-ng/languages/?format=api",
                    "labels_url": "https://weblate.foundryvtt-hub.com/api/projects/bullseye-ng/labels/?format=api",
                    "credits_url": "https://weblate.foundryvtt-hub.com/api/projects/bullseye-ng/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/bullseye-ng/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/bullseye-ng/glossary/",
                "url": "https://weblate.foundryvtt-hub.com/api/components/bullseye-ng/glossary/?format=api",
                "repository_url": "https://weblate.foundryvtt-hub.com/api/components/bullseye-ng/glossary/repository/?format=api",
                "translations_url": "https://weblate.foundryvtt-hub.com/api/components/bullseye-ng/glossary/translations/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/components/bullseye-ng/glossary/statistics/?format=api",
                "lock_url": "https://weblate.foundryvtt-hub.com/api/components/bullseye-ng/glossary/lock/?format=api",
                "links_url": "https://weblate.foundryvtt-hub.com/api/components/bullseye-ng/glossary/links/?format=api",
                "changes_list_url": "https://weblate.foundryvtt-hub.com/api/components/bullseye-ng/glossary/changes/?format=api",
                "task_url": null,
                "credits_url": "https://weblate.foundryvtt-hub.com/api/components/bullseye-ng/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": 1150,
            "filename": "de.tbx",
            "revision": "a707eb0b067f141dc98e77ff33c3d42e12c3d712",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/bullseye-ng/glossary/de/",
            "share_url": "https://weblate.foundryvtt-hub.com/engage/bullseye-ng/-/de/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/bullseye-ng/glossary/de/",
            "url": "https://weblate.foundryvtt-hub.com/api/translations/bullseye-ng/glossary/de/?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": "2023-02-18T10:41:41.903317Z",
            "last_author": null,
            "repository_url": "https://weblate.foundryvtt-hub.com/api/translations/bullseye-ng/glossary/de/repository/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/translations/bullseye-ng/glossary/de/file/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/translations/bullseye-ng/glossary/de/statistics/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/translations/bullseye-ng/glossary/de/changes/?format=api",
            "units_list_url": "https://weblate.foundryvtt-hub.com/api/translations/bullseye-ng/glossary/de/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": 143,
                "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": "Speaking As",
                    "slug": "speaking-as",
                    "id": 64,
                    "web": "https://github.com/MrVauxs/speaking-as",
                    "web_url": "https://weblate.foundryvtt-hub.com/projects/speaking-as/",
                    "url": "https://weblate.foundryvtt-hub.com/api/projects/speaking-as/?format=api",
                    "components_list_url": "https://weblate.foundryvtt-hub.com/api/projects/speaking-as/components/?format=api",
                    "repository_url": "https://weblate.foundryvtt-hub.com/api/projects/speaking-as/repository/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/projects/speaking-as/statistics/?format=api",
                    "categories_url": "https://weblate.foundryvtt-hub.com/api/projects/speaking-as/categories/?format=api",
                    "changes_list_url": "https://weblate.foundryvtt-hub.com/api/projects/speaking-as/changes/?format=api",
                    "languages_url": "https://weblate.foundryvtt-hub.com/api/projects/speaking-as/languages/?format=api",
                    "labels_url": "https://weblate.foundryvtt-hub.com/api/projects/speaking-as/labels/?format=api",
                    "credits_url": "https://weblate.foundryvtt-hub.com/api/projects/speaking-as/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/MrVauxs/speaking-as.git",
                "git_export": "https://weblate.foundryvtt-hub.com/git/speaking-as/main/",
                "branch": "master",
                "push_branch": "",
                "filemask": "languages/*.json",
                "screenshot_filemask": "",
                "template": "languages/en.json",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "json-nested",
                "license": "MIT",
                "license_url": "https://spdx.org/licenses/MIT.html",
                "agreement": "",
                "web_url": "https://weblate.foundryvtt-hub.com/projects/speaking-as/main/",
                "url": "https://weblate.foundryvtt-hub.com/api/components/speaking-as/main/?format=api",
                "repository_url": "https://weblate.foundryvtt-hub.com/api/components/speaking-as/main/repository/?format=api",
                "translations_url": "https://weblate.foundryvtt-hub.com/api/components/speaking-as/main/translations/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/components/speaking-as/main/statistics/?format=api",
                "lock_url": "https://weblate.foundryvtt-hub.com/api/components/speaking-as/main/lock/?format=api",
                "links_url": "https://weblate.foundryvtt-hub.com/api/components/speaking-as/main/links/?format=api",
                "changes_list_url": "https://weblate.foundryvtt-hub.com/api/components/speaking-as/main/changes/?format=api",
                "task_url": null,
                "credits_url": "https://weblate.foundryvtt-hub.com/api/components/speaking-as/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/140/?format=api",
                    "https://weblate.foundryvtt-hub.com/api/addons/141/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "fr",
            "id": 1152,
            "filename": "languages/fr.json",
            "revision": "8002c8e675c8a3843c74d69265ace1d351820229,c7426e9ba73d5c68374d813a9be273a976ed8f5d",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/speaking-as/main/fr/",
            "share_url": "https://weblate.foundryvtt-hub.com/engage/speaking-as/-/fr/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/speaking-as/main/fr/",
            "url": "https://weblate.foundryvtt-hub.com/api/translations/speaking-as/main/fr/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 7,
            "total_words": 104,
            "translated": 7,
            "translated_words": 104,
            "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-03-05T15:05:01.404919Z",
            "last_author": "vincent",
            "repository_url": "https://weblate.foundryvtt-hub.com/api/translations/speaking-as/main/fr/repository/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/translations/speaking-as/main/fr/file/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/translations/speaking-as/main/fr/statistics/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/translations/speaking-as/main/fr/changes/?format=api",
            "units_list_url": "https://weblate.foundryvtt-hub.com/api/translations/speaking-as/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": "Speaking As",
                "slug": "glossary",
                "id": 144,
                "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": "Speaking As",
                    "slug": "speaking-as",
                    "id": 64,
                    "web": "https://github.com/MrVauxs/speaking-as",
                    "web_url": "https://weblate.foundryvtt-hub.com/projects/speaking-as/",
                    "url": "https://weblate.foundryvtt-hub.com/api/projects/speaking-as/?format=api",
                    "components_list_url": "https://weblate.foundryvtt-hub.com/api/projects/speaking-as/components/?format=api",
                    "repository_url": "https://weblate.foundryvtt-hub.com/api/projects/speaking-as/repository/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/projects/speaking-as/statistics/?format=api",
                    "categories_url": "https://weblate.foundryvtt-hub.com/api/projects/speaking-as/categories/?format=api",
                    "changes_list_url": "https://weblate.foundryvtt-hub.com/api/projects/speaking-as/changes/?format=api",
                    "languages_url": "https://weblate.foundryvtt-hub.com/api/projects/speaking-as/languages/?format=api",
                    "labels_url": "https://weblate.foundryvtt-hub.com/api/projects/speaking-as/labels/?format=api",
                    "credits_url": "https://weblate.foundryvtt-hub.com/api/projects/speaking-as/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/speaking-as/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/speaking-as/glossary/",
                "url": "https://weblate.foundryvtt-hub.com/api/components/speaking-as/glossary/?format=api",
                "repository_url": "https://weblate.foundryvtt-hub.com/api/components/speaking-as/glossary/repository/?format=api",
                "translations_url": "https://weblate.foundryvtt-hub.com/api/components/speaking-as/glossary/translations/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/components/speaking-as/glossary/statistics/?format=api",
                "lock_url": "https://weblate.foundryvtt-hub.com/api/components/speaking-as/glossary/lock/?format=api",
                "links_url": "https://weblate.foundryvtt-hub.com/api/components/speaking-as/glossary/links/?format=api",
                "changes_list_url": "https://weblate.foundryvtt-hub.com/api/components/speaking-as/glossary/changes/?format=api",
                "task_url": null,
                "credits_url": "https://weblate.foundryvtt-hub.com/api/components/speaking-as/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": 1153,
            "filename": "fr.tbx",
            "revision": "a707eb0b067f141dc98e77ff33c3d42e12c3d712",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/speaking-as/glossary/fr/",
            "share_url": "https://weblate.foundryvtt-hub.com/engage/speaking-as/-/fr/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/speaking-as/glossary/fr/",
            "url": "https://weblate.foundryvtt-hub.com/api/translations/speaking-as/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": "2023-02-18T17:05:13.147028Z",
            "last_author": null,
            "repository_url": "https://weblate.foundryvtt-hub.com/api/translations/speaking-as/glossary/fr/repository/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/translations/speaking-as/glossary/fr/file/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/translations/speaking-as/glossary/fr/statistics/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/translations/speaking-as/glossary/fr/changes/?format=api",
            "units_list_url": "https://weblate.foundryvtt-hub.com/api/translations/speaking-as/glossary/fr/units/?format=api"
        },
        {
            "language": {
                "id": 610,
                "code": "zh_Hans",
                "name": "Chinese (Simplified Han script)",
                "plural": {
                    "id": 610,
                    "source": 0,
                    "number": 1,
                    "formula": "0",
                    "type": 0
                },
                "aliases": [
                    "chinese",
                    "chinese_chs",
                    "schinese",
                    "chinese_zh",
                    "cn",
                    "cmn",
                    "cmn_hans",
                    "zh",
                    "zh_chs",
                    "zh_cmn_hans",
                    "zh_cn",
                    "zh_hans_cn",
                    "zhcn",
                    "chs",
                    "chi"
                ],
                "direction": "ltr",
                "population": 1266066359,
                "web_url": "https://weblate.foundryvtt-hub.com/languages/zh_Hans/",
                "url": "https://weblate.foundryvtt-hub.com/api/languages/zh_Hans/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/languages/zh_Hans/statistics/?format=api"
            },
            "component": {
                "name": "main",
                "slug": "main",
                "id": 143,
                "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": "Speaking As",
                    "slug": "speaking-as",
                    "id": 64,
                    "web": "https://github.com/MrVauxs/speaking-as",
                    "web_url": "https://weblate.foundryvtt-hub.com/projects/speaking-as/",
                    "url": "https://weblate.foundryvtt-hub.com/api/projects/speaking-as/?format=api",
                    "components_list_url": "https://weblate.foundryvtt-hub.com/api/projects/speaking-as/components/?format=api",
                    "repository_url": "https://weblate.foundryvtt-hub.com/api/projects/speaking-as/repository/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/projects/speaking-as/statistics/?format=api",
                    "categories_url": "https://weblate.foundryvtt-hub.com/api/projects/speaking-as/categories/?format=api",
                    "changes_list_url": "https://weblate.foundryvtt-hub.com/api/projects/speaking-as/changes/?format=api",
                    "languages_url": "https://weblate.foundryvtt-hub.com/api/projects/speaking-as/languages/?format=api",
                    "labels_url": "https://weblate.foundryvtt-hub.com/api/projects/speaking-as/labels/?format=api",
                    "credits_url": "https://weblate.foundryvtt-hub.com/api/projects/speaking-as/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/MrVauxs/speaking-as.git",
                "git_export": "https://weblate.foundryvtt-hub.com/git/speaking-as/main/",
                "branch": "master",
                "push_branch": "",
                "filemask": "languages/*.json",
                "screenshot_filemask": "",
                "template": "languages/en.json",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "json-nested",
                "license": "MIT",
                "license_url": "https://spdx.org/licenses/MIT.html",
                "agreement": "",
                "web_url": "https://weblate.foundryvtt-hub.com/projects/speaking-as/main/",
                "url": "https://weblate.foundryvtt-hub.com/api/components/speaking-as/main/?format=api",
                "repository_url": "https://weblate.foundryvtt-hub.com/api/components/speaking-as/main/repository/?format=api",
                "translations_url": "https://weblate.foundryvtt-hub.com/api/components/speaking-as/main/translations/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/components/speaking-as/main/statistics/?format=api",
                "lock_url": "https://weblate.foundryvtt-hub.com/api/components/speaking-as/main/lock/?format=api",
                "links_url": "https://weblate.foundryvtt-hub.com/api/components/speaking-as/main/links/?format=api",
                "changes_list_url": "https://weblate.foundryvtt-hub.com/api/components/speaking-as/main/changes/?format=api",
                "task_url": null,
                "credits_url": "https://weblate.foundryvtt-hub.com/api/components/speaking-as/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/140/?format=api",
                    "https://weblate.foundryvtt-hub.com/api/addons/141/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "cn",
            "id": 1154,
            "filename": "languages/cn.json",
            "revision": "608b468c06e583db41216ddb1fea642e7682f82d,c7426e9ba73d5c68374d813a9be273a976ed8f5d",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/speaking-as/main/zh_Hans/",
            "share_url": "https://weblate.foundryvtt-hub.com/engage/speaking-as/-/zh_Hans/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/speaking-as/main/zh_Hans/",
            "url": "https://weblate.foundryvtt-hub.com/api/translations/speaking-as/main/zh_Hans/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 7,
            "total_words": 104,
            "translated": 7,
            "translated_words": 104,
            "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-03-07T18:53:47.378409Z",
            "last_author": null,
            "repository_url": "https://weblate.foundryvtt-hub.com/api/translations/speaking-as/main/zh_Hans/repository/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/translations/speaking-as/main/zh_Hans/file/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/translations/speaking-as/main/zh_Hans/statistics/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/translations/speaking-as/main/zh_Hans/changes/?format=api",
            "units_list_url": "https://weblate.foundryvtt-hub.com/api/translations/speaking-as/main/zh_Hans/units/?format=api"
        },
        {
            "language": {
                "id": 610,
                "code": "zh_Hans",
                "name": "Chinese (Simplified Han script)",
                "plural": {
                    "id": 610,
                    "source": 0,
                    "number": 1,
                    "formula": "0",
                    "type": 0
                },
                "aliases": [
                    "chinese",
                    "chinese_chs",
                    "schinese",
                    "chinese_zh",
                    "cn",
                    "cmn",
                    "cmn_hans",
                    "zh",
                    "zh_chs",
                    "zh_cmn_hans",
                    "zh_cn",
                    "zh_hans_cn",
                    "zhcn",
                    "chs",
                    "chi"
                ],
                "direction": "ltr",
                "population": 1266066359,
                "web_url": "https://weblate.foundryvtt-hub.com/languages/zh_Hans/",
                "url": "https://weblate.foundryvtt-hub.com/api/languages/zh_Hans/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/languages/zh_Hans/statistics/?format=api"
            },
            "component": {
                "name": "Speaking As",
                "slug": "glossary",
                "id": 144,
                "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": "Speaking As",
                    "slug": "speaking-as",
                    "id": 64,
                    "web": "https://github.com/MrVauxs/speaking-as",
                    "web_url": "https://weblate.foundryvtt-hub.com/projects/speaking-as/",
                    "url": "https://weblate.foundryvtt-hub.com/api/projects/speaking-as/?format=api",
                    "components_list_url": "https://weblate.foundryvtt-hub.com/api/projects/speaking-as/components/?format=api",
                    "repository_url": "https://weblate.foundryvtt-hub.com/api/projects/speaking-as/repository/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/projects/speaking-as/statistics/?format=api",
                    "categories_url": "https://weblate.foundryvtt-hub.com/api/projects/speaking-as/categories/?format=api",
                    "changes_list_url": "https://weblate.foundryvtt-hub.com/api/projects/speaking-as/changes/?format=api",
                    "languages_url": "https://weblate.foundryvtt-hub.com/api/projects/speaking-as/languages/?format=api",
                    "labels_url": "https://weblate.foundryvtt-hub.com/api/projects/speaking-as/labels/?format=api",
                    "credits_url": "https://weblate.foundryvtt-hub.com/api/projects/speaking-as/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/speaking-as/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/speaking-as/glossary/",
                "url": "https://weblate.foundryvtt-hub.com/api/components/speaking-as/glossary/?format=api",
                "repository_url": "https://weblate.foundryvtt-hub.com/api/components/speaking-as/glossary/repository/?format=api",
                "translations_url": "https://weblate.foundryvtt-hub.com/api/components/speaking-as/glossary/translations/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/components/speaking-as/glossary/statistics/?format=api",
                "lock_url": "https://weblate.foundryvtt-hub.com/api/components/speaking-as/glossary/lock/?format=api",
                "links_url": "https://weblate.foundryvtt-hub.com/api/components/speaking-as/glossary/links/?format=api",
                "changes_list_url": "https://weblate.foundryvtt-hub.com/api/components/speaking-as/glossary/changes/?format=api",
                "task_url": null,
                "credits_url": "https://weblate.foundryvtt-hub.com/api/components/speaking-as/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_Hans",
            "id": 1155,
            "filename": "zh_Hans.tbx",
            "revision": "a707eb0b067f141dc98e77ff33c3d42e12c3d712",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/speaking-as/glossary/zh_Hans/",
            "share_url": "https://weblate.foundryvtt-hub.com/engage/speaking-as/-/zh_Hans/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/speaking-as/glossary/zh_Hans/",
            "url": "https://weblate.foundryvtt-hub.com/api/translations/speaking-as/glossary/zh_Hans/?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": "2023-02-19T15:12:11.143187Z",
            "last_author": null,
            "repository_url": "https://weblate.foundryvtt-hub.com/api/translations/speaking-as/glossary/zh_Hans/repository/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/translations/speaking-as/glossary/zh_Hans/file/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/translations/speaking-as/glossary/zh_Hans/statistics/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/translations/speaking-as/glossary/zh_Hans/changes/?format=api",
            "units_list_url": "https://weblate.foundryvtt-hub.com/api/translations/speaking-as/glossary/zh_Hans/units/?format=api"
        },
        {
            "language": {
                "id": 610,
                "code": "zh_Hans",
                "name": "Chinese (Simplified Han script)",
                "plural": {
                    "id": 610,
                    "source": 0,
                    "number": 1,
                    "formula": "0",
                    "type": 0
                },
                "aliases": [
                    "chinese",
                    "chinese_chs",
                    "schinese",
                    "chinese_zh",
                    "cn",
                    "cmn",
                    "cmn_hans",
                    "zh",
                    "zh_chs",
                    "zh_cmn_hans",
                    "zh_cn",
                    "zh_hans_cn",
                    "zhcn",
                    "chs",
                    "chi"
                ],
                "direction": "ltr",
                "population": 1266066359,
                "web_url": "https://weblate.foundryvtt-hub.com/languages/zh_Hans/",
                "url": "https://weblate.foundryvtt-hub.com/api/languages/zh_Hans/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/languages/zh_Hans/statistics/?format=api"
            },
            "component": {
                "name": "main",
                "slug": "main",
                "id": 194,
                "source_language": {
                    "id": 147,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 147,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://weblate.foundryvtt-hub.com/languages/en/",
                    "url": "https://weblate.foundryvtt-hub.com/api/languages/en/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Quick Insert - Search Widget",
                    "slug": "quick-insert",
                    "id": 84,
                    "web": "https://gitlab.com/fvtt-modules-lab/quick-insert",
                    "web_url": "https://weblate.foundryvtt-hub.com/projects/quick-insert/",
                    "url": "https://weblate.foundryvtt-hub.com/api/projects/quick-insert/?format=api",
                    "components_list_url": "https://weblate.foundryvtt-hub.com/api/projects/quick-insert/components/?format=api",
                    "repository_url": "https://weblate.foundryvtt-hub.com/api/projects/quick-insert/repository/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/projects/quick-insert/statistics/?format=api",
                    "categories_url": "https://weblate.foundryvtt-hub.com/api/projects/quick-insert/categories/?format=api",
                    "changes_list_url": "https://weblate.foundryvtt-hub.com/api/projects/quick-insert/changes/?format=api",
                    "languages_url": "https://weblate.foundryvtt-hub.com/api/projects/quick-insert/languages/?format=api",
                    "labels_url": "https://weblate.foundryvtt-hub.com/api/projects/quick-insert/labels/?format=api",
                    "credits_url": "https://weblate.foundryvtt-hub.com/api/projects/quick-insert/credits/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": "",
                    "enforced_2fa": false
                },
                "vcs": "gitlab",
                "repo": "https://gitlab.com/fvtt-modules-lab/quick-insert",
                "git_export": "https://weblate.foundryvtt-hub.com/git/quick-insert/main/",
                "branch": "develop",
                "push_branch": "",
                "filemask": "lang/*.json",
                "screenshot_filemask": "",
                "template": "lang/en.json",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "json",
                "license": "MIT",
                "license_url": "https://spdx.org/licenses/MIT.html",
                "agreement": "",
                "web_url": "https://weblate.foundryvtt-hub.com/projects/quick-insert/main/",
                "url": "https://weblate.foundryvtt-hub.com/api/components/quick-insert/main/?format=api",
                "repository_url": "https://weblate.foundryvtt-hub.com/api/components/quick-insert/main/repository/?format=api",
                "translations_url": "https://weblate.foundryvtt-hub.com/api/components/quick-insert/main/translations/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/components/quick-insert/main/statistics/?format=api",
                "lock_url": "https://weblate.foundryvtt-hub.com/api/components/quick-insert/main/lock/?format=api",
                "links_url": "https://weblate.foundryvtt-hub.com/api/components/quick-insert/main/links/?format=api",
                "changes_list_url": "https://weblate.foundryvtt-hub.com/api/components/quick-insert/main/changes/?format=api",
                "task_url": null,
                "credits_url": "https://weblate.foundryvtt-hub.com/api/components/quick-insert/main/credits/?format=api",
                "new_lang": "add",
                "language_code_style": "",
                "push": "",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": true,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [
                    "https://weblate.foundryvtt-hub.com/api/addons/189/?format=api",
                    "https://weblate.foundryvtt-hub.com/api/addons/190/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "zh_Hans",
            "id": 1156,
            "filename": "lang/zh_Hans.json",
            "revision": "fa5f239ecce14e3acaf412f63e41dab6ae567501,b889ae0a1fff657293f9480e8a34354e23720e9a",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/quick-insert/main/zh_Hans/",
            "share_url": "https://weblate.foundryvtt-hub.com/engage/quick-insert/-/zh_Hans/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/quick-insert/main/zh_Hans/",
            "url": "https://weblate.foundryvtt-hub.com/api/translations/quick-insert/main/zh_Hans/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 139,
            "total_words": 790,
            "translated": 37,
            "translated_words": 160,
            "translated_percent": 26.6,
            "fuzzy": 7,
            "fuzzy_words": 55,
            "fuzzy_percent": 5.0,
            "failing_checks": 1,
            "failing_checks_words": 21,
            "failing_checks_percent": 0.7,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2025-07-18T17:21:24.508608Z",
            "last_author": null,
            "repository_url": "https://weblate.foundryvtt-hub.com/api/translations/quick-insert/main/zh_Hans/repository/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/translations/quick-insert/main/zh_Hans/file/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/translations/quick-insert/main/zh_Hans/statistics/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/translations/quick-insert/main/zh_Hans/changes/?format=api",
            "units_list_url": "https://weblate.foundryvtt-hub.com/api/translations/quick-insert/main/zh_Hans/units/?format=api"
        },
        {
            "language": {
                "id": 610,
                "code": "zh_Hans",
                "name": "Chinese (Simplified Han script)",
                "plural": {
                    "id": 610,
                    "source": 0,
                    "number": 1,
                    "formula": "0",
                    "type": 0
                },
                "aliases": [
                    "chinese",
                    "chinese_chs",
                    "schinese",
                    "chinese_zh",
                    "cn",
                    "cmn",
                    "cmn_hans",
                    "zh",
                    "zh_chs",
                    "zh_cmn_hans",
                    "zh_cn",
                    "zh_hans_cn",
                    "zhcn",
                    "chs",
                    "chi"
                ],
                "direction": "ltr",
                "population": 1266066359,
                "web_url": "https://weblate.foundryvtt-hub.com/languages/zh_Hans/",
                "url": "https://weblate.foundryvtt-hub.com/api/languages/zh_Hans/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/languages/zh_Hans/statistics/?format=api"
            },
            "component": {
                "name": "Quick Insert - Search Widget",
                "slug": "glossary",
                "id": 195,
                "source_language": {
                    "id": 147,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 147,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://weblate.foundryvtt-hub.com/languages/en/",
                    "url": "https://weblate.foundryvtt-hub.com/api/languages/en/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Quick Insert - Search Widget",
                    "slug": "quick-insert",
                    "id": 84,
                    "web": "https://gitlab.com/fvtt-modules-lab/quick-insert",
                    "web_url": "https://weblate.foundryvtt-hub.com/projects/quick-insert/",
                    "url": "https://weblate.foundryvtt-hub.com/api/projects/quick-insert/?format=api",
                    "components_list_url": "https://weblate.foundryvtt-hub.com/api/projects/quick-insert/components/?format=api",
                    "repository_url": "https://weblate.foundryvtt-hub.com/api/projects/quick-insert/repository/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/projects/quick-insert/statistics/?format=api",
                    "categories_url": "https://weblate.foundryvtt-hub.com/api/projects/quick-insert/categories/?format=api",
                    "changes_list_url": "https://weblate.foundryvtt-hub.com/api/projects/quick-insert/changes/?format=api",
                    "languages_url": "https://weblate.foundryvtt-hub.com/api/projects/quick-insert/languages/?format=api",
                    "labels_url": "https://weblate.foundryvtt-hub.com/api/projects/quick-insert/labels/?format=api",
                    "credits_url": "https://weblate.foundryvtt-hub.com/api/projects/quick-insert/credits/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": "",
                    "enforced_2fa": false
                },
                "vcs": "local",
                "repo": "local:",
                "git_export": "https://weblate.foundryvtt-hub.com/git/quick-insert/glossary/",
                "branch": "main",
                "push_branch": "",
                "filemask": "*.tbx",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "tbx",
                "license": "MIT",
                "license_url": "https://spdx.org/licenses/MIT.html",
                "agreement": "",
                "web_url": "https://weblate.foundryvtt-hub.com/projects/quick-insert/glossary/",
                "url": "https://weblate.foundryvtt-hub.com/api/components/quick-insert/glossary/?format=api",
                "repository_url": "https://weblate.foundryvtt-hub.com/api/components/quick-insert/glossary/repository/?format=api",
                "translations_url": "https://weblate.foundryvtt-hub.com/api/components/quick-insert/glossary/translations/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/components/quick-insert/glossary/statistics/?format=api",
                "lock_url": "https://weblate.foundryvtt-hub.com/api/components/quick-insert/glossary/lock/?format=api",
                "links_url": "https://weblate.foundryvtt-hub.com/api/components/quick-insert/glossary/links/?format=api",
                "changes_list_url": "https://weblate.foundryvtt-hub.com/api/components/quick-insert/glossary/changes/?format=api",
                "task_url": null,
                "credits_url": "https://weblate.foundryvtt-hub.com/api/components/quick-insert/glossary/credits/?format=api",
                "new_lang": "none",
                "language_code_style": "",
                "push": "",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
                "addon_message": "Update translation files\n\nUpdated by \"{{ addon_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": false,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": true,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "zh_Hans",
            "id": 1157,
            "filename": "zh_Hans.tbx",
            "revision": "a707eb0b067f141dc98e77ff33c3d42e12c3d712",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/quick-insert/glossary/zh_Hans/",
            "share_url": "https://weblate.foundryvtt-hub.com/engage/quick-insert/-/zh_Hans/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/quick-insert/glossary/zh_Hans/",
            "url": "https://weblate.foundryvtt-hub.com/api/translations/quick-insert/glossary/zh_Hans/?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": "2023-02-19T15:16:13.259401Z",
            "last_author": null,
            "repository_url": "https://weblate.foundryvtt-hub.com/api/translations/quick-insert/glossary/zh_Hans/repository/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/translations/quick-insert/glossary/zh_Hans/file/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/translations/quick-insert/glossary/zh_Hans/statistics/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/translations/quick-insert/glossary/zh_Hans/changes/?format=api",
            "units_list_url": "https://weblate.foundryvtt-hub.com/api/translations/quick-insert/glossary/zh_Hans/units/?format=api"
        },
        {
            "language": {
                "id": 610,
                "code": "zh_Hans",
                "name": "Chinese (Simplified Han script)",
                "plural": {
                    "id": 610,
                    "source": 0,
                    "number": 1,
                    "formula": "0",
                    "type": 0
                },
                "aliases": [
                    "chinese",
                    "chinese_chs",
                    "schinese",
                    "chinese_zh",
                    "cn",
                    "cmn",
                    "cmn_hans",
                    "zh",
                    "zh_chs",
                    "zh_cmn_hans",
                    "zh_cn",
                    "zh_hans_cn",
                    "zhcn",
                    "chs",
                    "chi"
                ],
                "direction": "ltr",
                "population": 1266066359,
                "web_url": "https://weblate.foundryvtt-hub.com/languages/zh_Hans/",
                "url": "https://weblate.foundryvtt-hub.com/api/languages/zh_Hans/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/languages/zh_Hans/statistics/?format=api"
            },
            "component": {
                "name": "main",
                "slug": "main",
                "id": 196,
                "source_language": {
                    "id": 147,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 147,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://weblate.foundryvtt-hub.com/languages/en/",
                    "url": "https://weblate.foundryvtt-hub.com/api/languages/en/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "PF2e Target Damage",
                    "slug": "pf2e-target-damage",
                    "id": 85,
                    "web": "https://github.com/MrVauxs/PF2e-Target-Damage",
                    "web_url": "https://weblate.foundryvtt-hub.com/projects/pf2e-target-damage/",
                    "url": "https://weblate.foundryvtt-hub.com/api/projects/pf2e-target-damage/?format=api",
                    "components_list_url": "https://weblate.foundryvtt-hub.com/api/projects/pf2e-target-damage/components/?format=api",
                    "repository_url": "https://weblate.foundryvtt-hub.com/api/projects/pf2e-target-damage/repository/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/projects/pf2e-target-damage/statistics/?format=api",
                    "categories_url": "https://weblate.foundryvtt-hub.com/api/projects/pf2e-target-damage/categories/?format=api",
                    "changes_list_url": "https://weblate.foundryvtt-hub.com/api/projects/pf2e-target-damage/changes/?format=api",
                    "languages_url": "https://weblate.foundryvtt-hub.com/api/projects/pf2e-target-damage/languages/?format=api",
                    "labels_url": "https://weblate.foundryvtt-hub.com/api/projects/pf2e-target-damage/labels/?format=api",
                    "credits_url": "https://weblate.foundryvtt-hub.com/api/projects/pf2e-target-damage/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/MrVauxs/PF2e-Target-Damage.git",
                "git_export": "https://weblate.foundryvtt-hub.com/git/pf2e-target-damage/main/",
                "branch": "master",
                "push_branch": "",
                "filemask": "languages/*.json",
                "screenshot_filemask": "",
                "template": "languages/en.json",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "json-nested",
                "license": "Apache-2.0",
                "license_url": "https://spdx.org/licenses/Apache-2.0.html",
                "agreement": "",
                "web_url": "https://weblate.foundryvtt-hub.com/projects/pf2e-target-damage/main/",
                "url": "https://weblate.foundryvtt-hub.com/api/components/pf2e-target-damage/main/?format=api",
                "repository_url": "https://weblate.foundryvtt-hub.com/api/components/pf2e-target-damage/main/repository/?format=api",
                "translations_url": "https://weblate.foundryvtt-hub.com/api/components/pf2e-target-damage/main/translations/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/components/pf2e-target-damage/main/statistics/?format=api",
                "lock_url": "https://weblate.foundryvtt-hub.com/api/components/pf2e-target-damage/main/lock/?format=api",
                "links_url": "https://weblate.foundryvtt-hub.com/api/components/pf2e-target-damage/main/links/?format=api",
                "changes_list_url": "https://weblate.foundryvtt-hub.com/api/components/pf2e-target-damage/main/changes/?format=api",
                "task_url": null,
                "credits_url": "https://weblate.foundryvtt-hub.com/api/components/pf2e-target-damage/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/191/?format=api",
                    "https://weblate.foundryvtt-hub.com/api/addons/192/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "cn",
            "id": 1158,
            "filename": "languages/cn.json",
            "revision": "fcf7e9470537a819fb0f54797a4b76d4aed61789,e4bafd5f3c390ff4e75fa621252a1612d72976e0",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/pf2e-target-damage/main/zh_Hans/",
            "share_url": "https://weblate.foundryvtt-hub.com/engage/pf2e-target-damage/-/zh_Hans/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/pf2e-target-damage/main/zh_Hans/",
            "url": "https://weblate.foundryvtt-hub.com/api/translations/pf2e-target-damage/main/zh_Hans/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 23,
            "total_words": 189,
            "translated": 23,
            "translated_words": 189,
            "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-03-07T18:55:22.012925Z",
            "last_author": null,
            "repository_url": "https://weblate.foundryvtt-hub.com/api/translations/pf2e-target-damage/main/zh_Hans/repository/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/translations/pf2e-target-damage/main/zh_Hans/file/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/translations/pf2e-target-damage/main/zh_Hans/statistics/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/translations/pf2e-target-damage/main/zh_Hans/changes/?format=api",
            "units_list_url": "https://weblate.foundryvtt-hub.com/api/translations/pf2e-target-damage/main/zh_Hans/units/?format=api"
        },
        {
            "language": {
                "id": 610,
                "code": "zh_Hans",
                "name": "Chinese (Simplified Han script)",
                "plural": {
                    "id": 610,
                    "source": 0,
                    "number": 1,
                    "formula": "0",
                    "type": 0
                },
                "aliases": [
                    "chinese",
                    "chinese_chs",
                    "schinese",
                    "chinese_zh",
                    "cn",
                    "cmn",
                    "cmn_hans",
                    "zh",
                    "zh_chs",
                    "zh_cmn_hans",
                    "zh_cn",
                    "zh_hans_cn",
                    "zhcn",
                    "chs",
                    "chi"
                ],
                "direction": "ltr",
                "population": 1266066359,
                "web_url": "https://weblate.foundryvtt-hub.com/languages/zh_Hans/",
                "url": "https://weblate.foundryvtt-hub.com/api/languages/zh_Hans/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/languages/zh_Hans/statistics/?format=api"
            },
            "component": {
                "name": "PF2e Target Damage",
                "slug": "glossary",
                "id": 197,
                "source_language": {
                    "id": 147,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 147,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://weblate.foundryvtt-hub.com/languages/en/",
                    "url": "https://weblate.foundryvtt-hub.com/api/languages/en/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "PF2e Target Damage",
                    "slug": "pf2e-target-damage",
                    "id": 85,
                    "web": "https://github.com/MrVauxs/PF2e-Target-Damage",
                    "web_url": "https://weblate.foundryvtt-hub.com/projects/pf2e-target-damage/",
                    "url": "https://weblate.foundryvtt-hub.com/api/projects/pf2e-target-damage/?format=api",
                    "components_list_url": "https://weblate.foundryvtt-hub.com/api/projects/pf2e-target-damage/components/?format=api",
                    "repository_url": "https://weblate.foundryvtt-hub.com/api/projects/pf2e-target-damage/repository/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/projects/pf2e-target-damage/statistics/?format=api",
                    "categories_url": "https://weblate.foundryvtt-hub.com/api/projects/pf2e-target-damage/categories/?format=api",
                    "changes_list_url": "https://weblate.foundryvtt-hub.com/api/projects/pf2e-target-damage/changes/?format=api",
                    "languages_url": "https://weblate.foundryvtt-hub.com/api/projects/pf2e-target-damage/languages/?format=api",
                    "labels_url": "https://weblate.foundryvtt-hub.com/api/projects/pf2e-target-damage/labels/?format=api",
                    "credits_url": "https://weblate.foundryvtt-hub.com/api/projects/pf2e-target-damage/credits/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": "",
                    "enforced_2fa": false
                },
                "vcs": "local",
                "repo": "local:",
                "git_export": "https://weblate.foundryvtt-hub.com/git/pf2e-target-damage/glossary/",
                "branch": "main",
                "push_branch": "",
                "filemask": "*.tbx",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "tbx",
                "license": "Apache-2.0",
                "license_url": "https://spdx.org/licenses/Apache-2.0.html",
                "agreement": "",
                "web_url": "https://weblate.foundryvtt-hub.com/projects/pf2e-target-damage/glossary/",
                "url": "https://weblate.foundryvtt-hub.com/api/components/pf2e-target-damage/glossary/?format=api",
                "repository_url": "https://weblate.foundryvtt-hub.com/api/components/pf2e-target-damage/glossary/repository/?format=api",
                "translations_url": "https://weblate.foundryvtt-hub.com/api/components/pf2e-target-damage/glossary/translations/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/components/pf2e-target-damage/glossary/statistics/?format=api",
                "lock_url": "https://weblate.foundryvtt-hub.com/api/components/pf2e-target-damage/glossary/lock/?format=api",
                "links_url": "https://weblate.foundryvtt-hub.com/api/components/pf2e-target-damage/glossary/links/?format=api",
                "changes_list_url": "https://weblate.foundryvtt-hub.com/api/components/pf2e-target-damage/glossary/changes/?format=api",
                "task_url": null,
                "credits_url": "https://weblate.foundryvtt-hub.com/api/components/pf2e-target-damage/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_Hans",
            "id": 1159,
            "filename": "zh_Hans.tbx",
            "revision": "a707eb0b067f141dc98e77ff33c3d42e12c3d712",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/pf2e-target-damage/glossary/zh_Hans/",
            "share_url": "https://weblate.foundryvtt-hub.com/engage/pf2e-target-damage/-/zh_Hans/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/pf2e-target-damage/glossary/zh_Hans/",
            "url": "https://weblate.foundryvtt-hub.com/api/translations/pf2e-target-damage/glossary/zh_Hans/?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": "2023-02-19T15:41:07.791286Z",
            "last_author": null,
            "repository_url": "https://weblate.foundryvtt-hub.com/api/translations/pf2e-target-damage/glossary/zh_Hans/repository/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/translations/pf2e-target-damage/glossary/zh_Hans/file/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/translations/pf2e-target-damage/glossary/zh_Hans/statistics/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/translations/pf2e-target-damage/glossary/zh_Hans/changes/?format=api",
            "units_list_url": "https://weblate.foundryvtt-hub.com/api/translations/pf2e-target-damage/glossary/zh_Hans/units/?format=api"
        },
        {
            "language": {
                "id": 610,
                "code": "zh_Hans",
                "name": "Chinese (Simplified Han script)",
                "plural": {
                    "id": 610,
                    "source": 0,
                    "number": 1,
                    "formula": "0",
                    "type": 0
                },
                "aliases": [
                    "chinese",
                    "chinese_chs",
                    "schinese",
                    "chinese_zh",
                    "cn",
                    "cmn",
                    "cmn_hans",
                    "zh",
                    "zh_chs",
                    "zh_cmn_hans",
                    "zh_cn",
                    "zh_hans_cn",
                    "zhcn",
                    "chs",
                    "chi"
                ],
                "direction": "ltr",
                "population": 1266066359,
                "web_url": "https://weblate.foundryvtt-hub.com/languages/zh_Hans/",
                "url": "https://weblate.foundryvtt-hub.com/api/languages/zh_Hans/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/languages/zh_Hans/statistics/?format=api"
            },
            "component": {
                "name": "main",
                "slug": "main",
                "id": 113,
                "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": "Terrain Ruler",
                    "slug": "terrain-ruler",
                    "id": 49,
                    "web": "https://github.com/manuelVo/foundryvtt-terrain-ruler",
                    "web_url": "https://weblate.foundryvtt-hub.com/projects/terrain-ruler/",
                    "url": "https://weblate.foundryvtt-hub.com/api/projects/terrain-ruler/?format=api",
                    "components_list_url": "https://weblate.foundryvtt-hub.com/api/projects/terrain-ruler/components/?format=api",
                    "repository_url": "https://weblate.foundryvtt-hub.com/api/projects/terrain-ruler/repository/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/projects/terrain-ruler/statistics/?format=api",
                    "categories_url": "https://weblate.foundryvtt-hub.com/api/projects/terrain-ruler/categories/?format=api",
                    "changes_list_url": "https://weblate.foundryvtt-hub.com/api/projects/terrain-ruler/changes/?format=api",
                    "languages_url": "https://weblate.foundryvtt-hub.com/api/projects/terrain-ruler/languages/?format=api",
                    "labels_url": "https://weblate.foundryvtt-hub.com/api/projects/terrain-ruler/labels/?format=api",
                    "credits_url": "https://weblate.foundryvtt-hub.com/api/projects/terrain-ruler/credits/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": "",
                    "enforced_2fa": false
                },
                "vcs": "github",
                "repo": "https://github.com/manuelVo/foundryvtt-terrain-ruler.git",
                "git_export": "https://weblate.foundryvtt-hub.com/git/terrain-ruler/main/",
                "branch": "develop",
                "push_branch": "",
                "filemask": "lang/*.json",
                "screenshot_filemask": "",
                "template": "lang/en.json",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "json-nested",
                "license": "MIT",
                "license_url": "https://spdx.org/licenses/MIT.html",
                "agreement": "",
                "web_url": "https://weblate.foundryvtt-hub.com/projects/terrain-ruler/main/",
                "url": "https://weblate.foundryvtt-hub.com/api/components/terrain-ruler/main/?format=api",
                "repository_url": "https://weblate.foundryvtt-hub.com/api/components/terrain-ruler/main/repository/?format=api",
                "translations_url": "https://weblate.foundryvtt-hub.com/api/components/terrain-ruler/main/translations/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/components/terrain-ruler/main/statistics/?format=api",
                "lock_url": "https://weblate.foundryvtt-hub.com/api/components/terrain-ruler/main/lock/?format=api",
                "links_url": "https://weblate.foundryvtt-hub.com/api/components/terrain-ruler/main/links/?format=api",
                "changes_list_url": "https://weblate.foundryvtt-hub.com/api/components/terrain-ruler/main/changes/?format=api",
                "task_url": null,
                "credits_url": "https://weblate.foundryvtt-hub.com/api/components/terrain-ruler/main/credits/?format=api",
                "new_lang": "add",
                "language_code_style": "",
                "push": "",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\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/110/?format=api",
                    "https://weblate.foundryvtt-hub.com/api/addons/111/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "zh_Hans",
            "id": 1160,
            "filename": "lang/zh_Hans.json",
            "revision": "a68f3bea0e4b16844f46ae031c24c207122b512b,3502bd821f62530239e4bf793b1caa660619a1b8",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/terrain-ruler/main/zh_Hans/",
            "share_url": "https://weblate.foundryvtt-hub.com/engage/terrain-ruler/-/zh_Hans/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/terrain-ruler/main/zh_Hans/",
            "url": "https://weblate.foundryvtt-hub.com/api/translations/terrain-ruler/main/zh_Hans/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 7,
            "total_words": 27,
            "translated": 6,
            "translated_words": 16,
            "translated_percent": 85.7,
            "fuzzy": 1,
            "fuzzy_words": 11,
            "fuzzy_percent": 14.2,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2025-08-11T01:53:40.286969Z",
            "last_author": "Demian Wright",
            "repository_url": "https://weblate.foundryvtt-hub.com/api/translations/terrain-ruler/main/zh_Hans/repository/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/translations/terrain-ruler/main/zh_Hans/file/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/translations/terrain-ruler/main/zh_Hans/statistics/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/translations/terrain-ruler/main/zh_Hans/changes/?format=api",
            "units_list_url": "https://weblate.foundryvtt-hub.com/api/translations/terrain-ruler/main/zh_Hans/units/?format=api"
        },
        {
            "language": {
                "id": 610,
                "code": "zh_Hans",
                "name": "Chinese (Simplified Han script)",
                "plural": {
                    "id": 610,
                    "source": 0,
                    "number": 1,
                    "formula": "0",
                    "type": 0
                },
                "aliases": [
                    "chinese",
                    "chinese_chs",
                    "schinese",
                    "chinese_zh",
                    "cn",
                    "cmn",
                    "cmn_hans",
                    "zh",
                    "zh_chs",
                    "zh_cmn_hans",
                    "zh_cn",
                    "zh_hans_cn",
                    "zhcn",
                    "chs",
                    "chi"
                ],
                "direction": "ltr",
                "population": 1266066359,
                "web_url": "https://weblate.foundryvtt-hub.com/languages/zh_Hans/",
                "url": "https://weblate.foundryvtt-hub.com/api/languages/zh_Hans/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/languages/zh_Hans/statistics/?format=api"
            },
            "component": {
                "name": "Terrain Ruler",
                "slug": "glossary",
                "id": 114,
                "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": "Terrain Ruler",
                    "slug": "terrain-ruler",
                    "id": 49,
                    "web": "https://github.com/manuelVo/foundryvtt-terrain-ruler",
                    "web_url": "https://weblate.foundryvtt-hub.com/projects/terrain-ruler/",
                    "url": "https://weblate.foundryvtt-hub.com/api/projects/terrain-ruler/?format=api",
                    "components_list_url": "https://weblate.foundryvtt-hub.com/api/projects/terrain-ruler/components/?format=api",
                    "repository_url": "https://weblate.foundryvtt-hub.com/api/projects/terrain-ruler/repository/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/projects/terrain-ruler/statistics/?format=api",
                    "categories_url": "https://weblate.foundryvtt-hub.com/api/projects/terrain-ruler/categories/?format=api",
                    "changes_list_url": "https://weblate.foundryvtt-hub.com/api/projects/terrain-ruler/changes/?format=api",
                    "languages_url": "https://weblate.foundryvtt-hub.com/api/projects/terrain-ruler/languages/?format=api",
                    "labels_url": "https://weblate.foundryvtt-hub.com/api/projects/terrain-ruler/labels/?format=api",
                    "credits_url": "https://weblate.foundryvtt-hub.com/api/projects/terrain-ruler/credits/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": "",
                    "enforced_2fa": false
                },
                "vcs": "local",
                "repo": "local:",
                "git_export": "https://weblate.foundryvtt-hub.com/git/terrain-ruler/glossary/",
                "branch": "main",
                "push_branch": "",
                "filemask": "*.tbx",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "tbx",
                "license": "MIT",
                "license_url": "https://spdx.org/licenses/MIT.html",
                "agreement": "",
                "web_url": "https://weblate.foundryvtt-hub.com/projects/terrain-ruler/glossary/",
                "url": "https://weblate.foundryvtt-hub.com/api/components/terrain-ruler/glossary/?format=api",
                "repository_url": "https://weblate.foundryvtt-hub.com/api/components/terrain-ruler/glossary/repository/?format=api",
                "translations_url": "https://weblate.foundryvtt-hub.com/api/components/terrain-ruler/glossary/translations/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/components/terrain-ruler/glossary/statistics/?format=api",
                "lock_url": "https://weblate.foundryvtt-hub.com/api/components/terrain-ruler/glossary/lock/?format=api",
                "links_url": "https://weblate.foundryvtt-hub.com/api/components/terrain-ruler/glossary/links/?format=api",
                "changes_list_url": "https://weblate.foundryvtt-hub.com/api/components/terrain-ruler/glossary/changes/?format=api",
                "task_url": null,
                "credits_url": "https://weblate.foundryvtt-hub.com/api/components/terrain-ruler/glossary/credits/?format=api",
                "new_lang": "none",
                "language_code_style": "",
                "push": "",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
                "addon_message": "Update translation files\n\nUpdated by \"{{ addon_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": false,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": true,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "zh_Hans",
            "id": 1161,
            "filename": "zh_Hans.tbx",
            "revision": "f98b0ec717cbd7ed9412f9f71922b6b46565024c",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/terrain-ruler/glossary/zh_Hans/",
            "share_url": "https://weblate.foundryvtt-hub.com/engage/terrain-ruler/-/zh_Hans/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/terrain-ruler/glossary/zh_Hans/",
            "url": "https://weblate.foundryvtt-hub.com/api/translations/terrain-ruler/glossary/zh_Hans/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 2,
            "total_words": 2,
            "translated": 2,
            "translated_words": 2,
            "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-08T08:14:06.186465Z",
            "last_author": "sakusenerio",
            "repository_url": "https://weblate.foundryvtt-hub.com/api/translations/terrain-ruler/glossary/zh_Hans/repository/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/translations/terrain-ruler/glossary/zh_Hans/file/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/translations/terrain-ruler/glossary/zh_Hans/statistics/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/translations/terrain-ruler/glossary/zh_Hans/changes/?format=api",
            "units_list_url": "https://weblate.foundryvtt-hub.com/api/translations/terrain-ruler/glossary/zh_Hans/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": 131,
                "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": "Damage Log",
                    "slug": "damage-log",
                    "id": 58,
                    "web": "https://github.com/cs96and/FoundryVTT-damage-log",
                    "web_url": "https://weblate.foundryvtt-hub.com/projects/damage-log/",
                    "url": "https://weblate.foundryvtt-hub.com/api/projects/damage-log/?format=api",
                    "components_list_url": "https://weblate.foundryvtt-hub.com/api/projects/damage-log/components/?format=api",
                    "repository_url": "https://weblate.foundryvtt-hub.com/api/projects/damage-log/repository/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/projects/damage-log/statistics/?format=api",
                    "categories_url": "https://weblate.foundryvtt-hub.com/api/projects/damage-log/categories/?format=api",
                    "changes_list_url": "https://weblate.foundryvtt-hub.com/api/projects/damage-log/changes/?format=api",
                    "languages_url": "https://weblate.foundryvtt-hub.com/api/projects/damage-log/languages/?format=api",
                    "labels_url": "https://weblate.foundryvtt-hub.com/api/projects/damage-log/labels/?format=api",
                    "credits_url": "https://weblate.foundryvtt-hub.com/api/projects/damage-log/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/cs96and/FoundryVTT-damage-log.git",
                "git_export": "https://weblate.foundryvtt-hub.com/git/damage-log/main/",
                "branch": "master",
                "push_branch": "",
                "filemask": "lang/*.json",
                "screenshot_filemask": "",
                "template": "lang/en.json",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "json",
                "license": "MIT",
                "license_url": "https://spdx.org/licenses/MIT.html",
                "agreement": "",
                "web_url": "https://weblate.foundryvtt-hub.com/projects/damage-log/main/",
                "url": "https://weblate.foundryvtt-hub.com/api/components/damage-log/main/?format=api",
                "repository_url": "https://weblate.foundryvtt-hub.com/api/components/damage-log/main/repository/?format=api",
                "translations_url": "https://weblate.foundryvtt-hub.com/api/components/damage-log/main/translations/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/components/damage-log/main/statistics/?format=api",
                "lock_url": "https://weblate.foundryvtt-hub.com/api/components/damage-log/main/lock/?format=api",
                "links_url": "https://weblate.foundryvtt-hub.com/api/components/damage-log/main/links/?format=api",
                "changes_list_url": "https://weblate.foundryvtt-hub.com/api/components/damage-log/main/changes/?format=api",
                "task_url": null,
                "credits_url": "https://weblate.foundryvtt-hub.com/api/components/damage-log/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/128/?format=api",
                    "https://weblate.foundryvtt-hub.com/api/addons/129/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "de",
            "id": 1162,
            "filename": "lang/de.json",
            "revision": "a1758b6e4a0a5ba017616b3a107c7d35b5733a7c,951ce43e611221045c8bca9158f36ccb77136e8d",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/damage-log/main/de/",
            "share_url": "https://weblate.foundryvtt-hub.com/engage/damage-log/-/de/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/damage-log/main/de/",
            "url": "https://weblate.foundryvtt-hub.com/api/translations/damage-log/main/de/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 59,
            "total_words": 277,
            "translated": 47,
            "translated_words": 227,
            "translated_percent": 79.6,
            "fuzzy": 2,
            "fuzzy_words": 2,
            "fuzzy_percent": 3.3,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2025-03-17T12:36:41.642983Z",
            "last_author": null,
            "repository_url": "https://weblate.foundryvtt-hub.com/api/translations/damage-log/main/de/repository/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/translations/damage-log/main/de/file/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/translations/damage-log/main/de/statistics/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/translations/damage-log/main/de/changes/?format=api",
            "units_list_url": "https://weblate.foundryvtt-hub.com/api/translations/damage-log/main/de/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": "Damage Log",
                "slug": "glossary",
                "id": 132,
                "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": "Damage Log",
                    "slug": "damage-log",
                    "id": 58,
                    "web": "https://github.com/cs96and/FoundryVTT-damage-log",
                    "web_url": "https://weblate.foundryvtt-hub.com/projects/damage-log/",
                    "url": "https://weblate.foundryvtt-hub.com/api/projects/damage-log/?format=api",
                    "components_list_url": "https://weblate.foundryvtt-hub.com/api/projects/damage-log/components/?format=api",
                    "repository_url": "https://weblate.foundryvtt-hub.com/api/projects/damage-log/repository/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/projects/damage-log/statistics/?format=api",
                    "categories_url": "https://weblate.foundryvtt-hub.com/api/projects/damage-log/categories/?format=api",
                    "changes_list_url": "https://weblate.foundryvtt-hub.com/api/projects/damage-log/changes/?format=api",
                    "languages_url": "https://weblate.foundryvtt-hub.com/api/projects/damage-log/languages/?format=api",
                    "labels_url": "https://weblate.foundryvtt-hub.com/api/projects/damage-log/labels/?format=api",
                    "credits_url": "https://weblate.foundryvtt-hub.com/api/projects/damage-log/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/damage-log/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/damage-log/glossary/",
                "url": "https://weblate.foundryvtt-hub.com/api/components/damage-log/glossary/?format=api",
                "repository_url": "https://weblate.foundryvtt-hub.com/api/components/damage-log/glossary/repository/?format=api",
                "translations_url": "https://weblate.foundryvtt-hub.com/api/components/damage-log/glossary/translations/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/components/damage-log/glossary/statistics/?format=api",
                "lock_url": "https://weblate.foundryvtt-hub.com/api/components/damage-log/glossary/lock/?format=api",
                "links_url": "https://weblate.foundryvtt-hub.com/api/components/damage-log/glossary/links/?format=api",
                "changes_list_url": "https://weblate.foundryvtt-hub.com/api/components/damage-log/glossary/changes/?format=api",
                "task_url": null,
                "credits_url": "https://weblate.foundryvtt-hub.com/api/components/damage-log/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": 1163,
            "filename": "de.tbx",
            "revision": "a707eb0b067f141dc98e77ff33c3d42e12c3d712",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/damage-log/glossary/de/",
            "share_url": "https://weblate.foundryvtt-hub.com/engage/damage-log/-/de/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/damage-log/glossary/de/",
            "url": "https://weblate.foundryvtt-hub.com/api/translations/damage-log/glossary/de/?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": "2023-02-27T11:21:45.782105Z",
            "last_author": null,
            "repository_url": "https://weblate.foundryvtt-hub.com/api/translations/damage-log/glossary/de/repository/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/translations/damage-log/glossary/de/file/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/translations/damage-log/glossary/de/statistics/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/translations/damage-log/glossary/de/changes/?format=api",
            "units_list_url": "https://weblate.foundryvtt-hub.com/api/translations/damage-log/glossary/de/units/?format=api"
        },
        {
            "language": {
                "id": 256,
                "code": "hu",
                "name": "Hungarian",
                "plural": {
                    "id": 256,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "hun"
                ],
                "direction": "ltr",
                "population": 12443429,
                "web_url": "https://weblate.foundryvtt-hub.com/languages/hu/",
                "url": "https://weblate.foundryvtt-hub.com/api/languages/hu/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/languages/hu/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": "hu",
            "id": 1178,
            "filename": "module/lang/hu.json",
            "revision": "6a0b1c2e665298c2b5dd25f0ffab4b1e41462eeb,887473694c0a3449afd67bc3b57fed5d2b8b2838",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/dice-so-nice/main/hu/",
            "share_url": "https://weblate.foundryvtt-hub.com/engage/dice-so-nice/-/hu/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/dice-so-nice/main/hu/",
            "url": "https://weblate.foundryvtt-hub.com/api/translations/dice-so-nice/main/hu/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 281,
            "total_words": 1316,
            "translated": 263,
            "translated_words": 1178,
            "translated_percent": 93.5,
            "fuzzy": 1,
            "fuzzy_words": 31,
            "fuzzy_percent": 0.3,
            "failing_checks": 15,
            "failing_checks_words": 60,
            "failing_checks_percent": 5.3,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-10-06T21:43:05.443402Z",
            "last_author": null,
            "repository_url": "https://weblate.foundryvtt-hub.com/api/translations/dice-so-nice/main/hu/repository/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/translations/dice-so-nice/main/hu/file/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/translations/dice-so-nice/main/hu/statistics/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/translations/dice-so-nice/main/hu/changes/?format=api",
            "units_list_url": "https://weblate.foundryvtt-hub.com/api/translations/dice-so-nice/main/hu/units/?format=api"
        },
        {
            "language": {
                "id": 256,
                "code": "hu",
                "name": "Hungarian",
                "plural": {
                    "id": 256,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "hun"
                ],
                "direction": "ltr",
                "population": 12443429,
                "web_url": "https://weblate.foundryvtt-hub.com/languages/hu/",
                "url": "https://weblate.foundryvtt-hub.com/api/languages/hu/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/languages/hu/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": "hu",
            "id": 1179,
            "filename": "hu.tbx",
            "revision": "87f1824f908b389613562084dc207390c3abceea",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/dice-so-nice/glossary/hu/",
            "share_url": "https://weblate.foundryvtt-hub.com/engage/dice-so-nice/-/hu/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/dice-so-nice/glossary/hu/",
            "url": "https://weblate.foundryvtt-hub.com/api/translations/dice-so-nice/glossary/hu/?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:57.641555Z",
            "last_author": null,
            "repository_url": "https://weblate.foundryvtt-hub.com/api/translations/dice-so-nice/glossary/hu/repository/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/translations/dice-so-nice/glossary/hu/file/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/translations/dice-so-nice/glossary/hu/statistics/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/translations/dice-so-nice/glossary/hu/changes/?format=api",
            "units_list_url": "https://weblate.foundryvtt-hub.com/api/translations/dice-so-nice/glossary/hu/units/?format=api"
        },
        {
            "language": {
                "id": 610,
                "code": "zh_Hans",
                "name": "Chinese (Simplified Han script)",
                "plural": {
                    "id": 610,
                    "source": 0,
                    "number": 1,
                    "formula": "0",
                    "type": 0
                },
                "aliases": [
                    "chinese",
                    "chinese_chs",
                    "schinese",
                    "chinese_zh",
                    "cn",
                    "cmn",
                    "cmn_hans",
                    "zh",
                    "zh_chs",
                    "zh_cmn_hans",
                    "zh_cn",
                    "zh_hans_cn",
                    "zhcn",
                    "chs",
                    "chi"
                ],
                "direction": "ltr",
                "population": 1266066359,
                "web_url": "https://weblate.foundryvtt-hub.com/languages/zh_Hans/",
                "url": "https://weblate.foundryvtt-hub.com/api/languages/zh_Hans/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/languages/zh_Hans/statistics/?format=api"
            },
            "component": {
                "name": "main",
                "slug": "main",
                "id": 204,
                "source_language": {
                    "id": 147,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 147,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://weblate.foundryvtt-hub.com/languages/en/",
                    "url": "https://weblate.foundryvtt-hub.com/api/languages/en/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "pf2E Extempore Effects",
                    "slug": "pf2e-extempore-effects",
                    "id": 90,
                    "web": "https://github.com/shemetz/pf2e-extempore-effects",
                    "web_url": "https://weblate.foundryvtt-hub.com/projects/pf2e-extempore-effects/",
                    "url": "https://weblate.foundryvtt-hub.com/api/projects/pf2e-extempore-effects/?format=api",
                    "components_list_url": "https://weblate.foundryvtt-hub.com/api/projects/pf2e-extempore-effects/components/?format=api",
                    "repository_url": "https://weblate.foundryvtt-hub.com/api/projects/pf2e-extempore-effects/repository/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/projects/pf2e-extempore-effects/statistics/?format=api",
                    "categories_url": "https://weblate.foundryvtt-hub.com/api/projects/pf2e-extempore-effects/categories/?format=api",
                    "changes_list_url": "https://weblate.foundryvtt-hub.com/api/projects/pf2e-extempore-effects/changes/?format=api",
                    "languages_url": "https://weblate.foundryvtt-hub.com/api/projects/pf2e-extempore-effects/languages/?format=api",
                    "labels_url": "https://weblate.foundryvtt-hub.com/api/projects/pf2e-extempore-effects/labels/?format=api",
                    "credits_url": "https://weblate.foundryvtt-hub.com/api/projects/pf2e-extempore-effects/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/shemetz/pf2e-extempore-effects.git",
                "git_export": "https://weblate.foundryvtt-hub.com/git/pf2e-extempore-effects/main/",
                "branch": "master",
                "push_branch": "",
                "filemask": "lang/*.json",
                "screenshot_filemask": "",
                "template": "lang/en.json",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "json-nested",
                "license": "MIT",
                "license_url": "https://spdx.org/licenses/MIT.html",
                "agreement": "",
                "web_url": "https://weblate.foundryvtt-hub.com/projects/pf2e-extempore-effects/main/",
                "url": "https://weblate.foundryvtt-hub.com/api/components/pf2e-extempore-effects/main/?format=api",
                "repository_url": "https://weblate.foundryvtt-hub.com/api/components/pf2e-extempore-effects/main/repository/?format=api",
                "translations_url": "https://weblate.foundryvtt-hub.com/api/components/pf2e-extempore-effects/main/translations/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/components/pf2e-extempore-effects/main/statistics/?format=api",
                "lock_url": "https://weblate.foundryvtt-hub.com/api/components/pf2e-extempore-effects/main/lock/?format=api",
                "links_url": "https://weblate.foundryvtt-hub.com/api/components/pf2e-extempore-effects/main/links/?format=api",
                "changes_list_url": "https://weblate.foundryvtt-hub.com/api/components/pf2e-extempore-effects/main/changes/?format=api",
                "task_url": null,
                "credits_url": "https://weblate.foundryvtt-hub.com/api/components/pf2e-extempore-effects/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/199/?format=api",
                    "https://weblate.foundryvtt-hub.com/api/addons/200/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "zh_Hans",
            "id": 1180,
            "filename": "lang/zh_Hans.json",
            "revision": "28a25663771159c0b269fce69b04b74ceab4afd0,181d6602ff6092887aeb736c0ff34c030ceb8502",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/pf2e-extempore-effects/main/zh_Hans/",
            "share_url": "https://weblate.foundryvtt-hub.com/engage/pf2e-extempore-effects/-/zh_Hans/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/pf2e-extempore-effects/main/zh_Hans/",
            "url": "https://weblate.foundryvtt-hub.com/api/translations/pf2e-extempore-effects/main/zh_Hans/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 29,
            "total_words": 225,
            "translated": 27,
            "translated_words": 205,
            "translated_percent": 93.1,
            "fuzzy": 1,
            "fuzzy_words": 18,
            "fuzzy_percent": 3.4,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-03-07T08:41:53.164520Z",
            "last_author": null,
            "repository_url": "https://weblate.foundryvtt-hub.com/api/translations/pf2e-extempore-effects/main/zh_Hans/repository/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/translations/pf2e-extempore-effects/main/zh_Hans/file/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/translations/pf2e-extempore-effects/main/zh_Hans/statistics/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/translations/pf2e-extempore-effects/main/zh_Hans/changes/?format=api",
            "units_list_url": "https://weblate.foundryvtt-hub.com/api/translations/pf2e-extempore-effects/main/zh_Hans/units/?format=api"
        },
        {
            "language": {
                "id": 610,
                "code": "zh_Hans",
                "name": "Chinese (Simplified Han script)",
                "plural": {
                    "id": 610,
                    "source": 0,
                    "number": 1,
                    "formula": "0",
                    "type": 0
                },
                "aliases": [
                    "chinese",
                    "chinese_chs",
                    "schinese",
                    "chinese_zh",
                    "cn",
                    "cmn",
                    "cmn_hans",
                    "zh",
                    "zh_chs",
                    "zh_cmn_hans",
                    "zh_cn",
                    "zh_hans_cn",
                    "zhcn",
                    "chs",
                    "chi"
                ],
                "direction": "ltr",
                "population": 1266066359,
                "web_url": "https://weblate.foundryvtt-hub.com/languages/zh_Hans/",
                "url": "https://weblate.foundryvtt-hub.com/api/languages/zh_Hans/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/languages/zh_Hans/statistics/?format=api"
            },
            "component": {
                "name": "pf2E Extempore Effects",
                "slug": "glossary",
                "id": 205,
                "source_language": {
                    "id": 147,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 147,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://weblate.foundryvtt-hub.com/languages/en/",
                    "url": "https://weblate.foundryvtt-hub.com/api/languages/en/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "pf2E Extempore Effects",
                    "slug": "pf2e-extempore-effects",
                    "id": 90,
                    "web": "https://github.com/shemetz/pf2e-extempore-effects",
                    "web_url": "https://weblate.foundryvtt-hub.com/projects/pf2e-extempore-effects/",
                    "url": "https://weblate.foundryvtt-hub.com/api/projects/pf2e-extempore-effects/?format=api",
                    "components_list_url": "https://weblate.foundryvtt-hub.com/api/projects/pf2e-extempore-effects/components/?format=api",
                    "repository_url": "https://weblate.foundryvtt-hub.com/api/projects/pf2e-extempore-effects/repository/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/projects/pf2e-extempore-effects/statistics/?format=api",
                    "categories_url": "https://weblate.foundryvtt-hub.com/api/projects/pf2e-extempore-effects/categories/?format=api",
                    "changes_list_url": "https://weblate.foundryvtt-hub.com/api/projects/pf2e-extempore-effects/changes/?format=api",
                    "languages_url": "https://weblate.foundryvtt-hub.com/api/projects/pf2e-extempore-effects/languages/?format=api",
                    "labels_url": "https://weblate.foundryvtt-hub.com/api/projects/pf2e-extempore-effects/labels/?format=api",
                    "credits_url": "https://weblate.foundryvtt-hub.com/api/projects/pf2e-extempore-effects/credits/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": "",
                    "enforced_2fa": false
                },
                "vcs": "local",
                "repo": "local:",
                "git_export": "https://weblate.foundryvtt-hub.com/git/pf2e-extempore-effects/glossary/",
                "branch": "main",
                "push_branch": "",
                "filemask": "*.tbx",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "tbx",
                "license": "MIT",
                "license_url": "https://spdx.org/licenses/MIT.html",
                "agreement": "",
                "web_url": "https://weblate.foundryvtt-hub.com/projects/pf2e-extempore-effects/glossary/",
                "url": "https://weblate.foundryvtt-hub.com/api/components/pf2e-extempore-effects/glossary/?format=api",
                "repository_url": "https://weblate.foundryvtt-hub.com/api/components/pf2e-extempore-effects/glossary/repository/?format=api",
                "translations_url": "https://weblate.foundryvtt-hub.com/api/components/pf2e-extempore-effects/glossary/translations/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/components/pf2e-extempore-effects/glossary/statistics/?format=api",
                "lock_url": "https://weblate.foundryvtt-hub.com/api/components/pf2e-extempore-effects/glossary/lock/?format=api",
                "links_url": "https://weblate.foundryvtt-hub.com/api/components/pf2e-extempore-effects/glossary/links/?format=api",
                "changes_list_url": "https://weblate.foundryvtt-hub.com/api/components/pf2e-extempore-effects/glossary/changes/?format=api",
                "task_url": null,
                "credits_url": "https://weblate.foundryvtt-hub.com/api/components/pf2e-extempore-effects/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_Hans",
            "id": 1181,
            "filename": "zh_Hans.tbx",
            "revision": "a707eb0b067f141dc98e77ff33c3d42e12c3d712",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/pf2e-extempore-effects/glossary/zh_Hans/",
            "share_url": "https://weblate.foundryvtt-hub.com/engage/pf2e-extempore-effects/-/zh_Hans/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/pf2e-extempore-effects/glossary/zh_Hans/",
            "url": "https://weblate.foundryvtt-hub.com/api/translations/pf2e-extempore-effects/glossary/zh_Hans/?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": "2023-03-03T17:19:53.186044Z",
            "last_author": null,
            "repository_url": "https://weblate.foundryvtt-hub.com/api/translations/pf2e-extempore-effects/glossary/zh_Hans/repository/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/translations/pf2e-extempore-effects/glossary/zh_Hans/file/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/translations/pf2e-extempore-effects/glossary/zh_Hans/statistics/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/translations/pf2e-extempore-effects/glossary/zh_Hans/changes/?format=api",
            "units_list_url": "https://weblate.foundryvtt-hub.com/api/translations/pf2e-extempore-effects/glossary/zh_Hans/units/?format=api"
        },
        {
            "language": {
                "id": 610,
                "code": "zh_Hans",
                "name": "Chinese (Simplified Han script)",
                "plural": {
                    "id": 610,
                    "source": 0,
                    "number": 1,
                    "formula": "0",
                    "type": 0
                },
                "aliases": [
                    "chinese",
                    "chinese_chs",
                    "schinese",
                    "chinese_zh",
                    "cn",
                    "cmn",
                    "cmn_hans",
                    "zh",
                    "zh_chs",
                    "zh_cmn_hans",
                    "zh_cn",
                    "zh_hans_cn",
                    "zhcn",
                    "chs",
                    "chi"
                ],
                "direction": "ltr",
                "population": 1266066359,
                "web_url": "https://weblate.foundryvtt-hub.com/languages/zh_Hans/",
                "url": "https://weblate.foundryvtt-hub.com/api/languages/zh_Hans/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/languages/zh_Hans/statistics/?format=api"
            },
            "component": {
                "name": "main",
                "slug": "main",
                "id": 90,
                "source_language": {
                    "id": 147,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 147,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://weblate.foundryvtt-hub.com/languages/en/",
                    "url": "https://weblate.foundryvtt-hub.com/api/languages/en/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Automated Animations",
                    "slug": "autoanimations",
                    "id": 44,
                    "web": "https://github.com/otigon/automated-jb2a-animations",
                    "web_url": "https://weblate.foundryvtt-hub.com/projects/autoanimations/",
                    "url": "https://weblate.foundryvtt-hub.com/api/projects/autoanimations/?format=api",
                    "components_list_url": "https://weblate.foundryvtt-hub.com/api/projects/autoanimations/components/?format=api",
                    "repository_url": "https://weblate.foundryvtt-hub.com/api/projects/autoanimations/repository/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/projects/autoanimations/statistics/?format=api",
                    "categories_url": "https://weblate.foundryvtt-hub.com/api/projects/autoanimations/categories/?format=api",
                    "changes_list_url": "https://weblate.foundryvtt-hub.com/api/projects/autoanimations/changes/?format=api",
                    "languages_url": "https://weblate.foundryvtt-hub.com/api/projects/autoanimations/languages/?format=api",
                    "labels_url": "https://weblate.foundryvtt-hub.com/api/projects/autoanimations/labels/?format=api",
                    "credits_url": "https://weblate.foundryvtt-hub.com/api/projects/autoanimations/credits/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": "",
                    "enforced_2fa": false
                },
                "vcs": "github",
                "repo": "https://github.com/otigon/automated-jb2a-animations.git",
                "git_export": "https://weblate.foundryvtt-hub.com/git/autoanimations/main/",
                "branch": "main",
                "push_branch": "",
                "filemask": "lang/*.json",
                "screenshot_filemask": "",
                "template": "lang/en.json",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "json-nested",
                "license": "MIT",
                "license_url": "https://spdx.org/licenses/MIT.html",
                "agreement": "",
                "web_url": "https://weblate.foundryvtt-hub.com/projects/autoanimations/main/",
                "url": "https://weblate.foundryvtt-hub.com/api/components/autoanimations/main/?format=api",
                "repository_url": "https://weblate.foundryvtt-hub.com/api/components/autoanimations/main/repository/?format=api",
                "translations_url": "https://weblate.foundryvtt-hub.com/api/components/autoanimations/main/translations/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/components/autoanimations/main/statistics/?format=api",
                "lock_url": "https://weblate.foundryvtt-hub.com/api/components/autoanimations/main/lock/?format=api",
                "links_url": "https://weblate.foundryvtt-hub.com/api/components/autoanimations/main/links/?format=api",
                "changes_list_url": "https://weblate.foundryvtt-hub.com/api/components/autoanimations/main/changes/?format=api",
                "task_url": null,
                "credits_url": "https://weblate.foundryvtt-hub.com/api/components/autoanimations/main/credits/?format=api",
                "new_lang": "add",
                "language_code_style": "",
                "push": "",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
                "addon_message": "Update translation files\n\nUpdated by \"{{ addon_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": true,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [
                    "https://weblate.foundryvtt-hub.com/api/addons/88/?format=api",
                    "https://weblate.foundryvtt-hub.com/api/addons/89/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "zh_Hans",
            "id": 1182,
            "filename": "lang/zh_Hans.json",
            "revision": "b5943bcac94fefeeada25e275477464cf48483fa,81579d2cd24c725cd18cc87fb1e1f912305aff45",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/autoanimations/main/zh_Hans/",
            "share_url": "https://weblate.foundryvtt-hub.com/engage/autoanimations/-/zh_Hans/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/autoanimations/main/zh_Hans/",
            "url": "https://weblate.foundryvtt-hub.com/api/translations/autoanimations/main/zh_Hans/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 717,
            "total_words": 1573,
            "translated": 707,
            "translated_words": 1541,
            "translated_percent": 98.6,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 1,
            "failing_checks_words": 2,
            "failing_checks_percent": 0.1,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2025-01-15T03:11:32.628150Z",
            "last_author": null,
            "repository_url": "https://weblate.foundryvtt-hub.com/api/translations/autoanimations/main/zh_Hans/repository/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/translations/autoanimations/main/zh_Hans/file/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/translations/autoanimations/main/zh_Hans/statistics/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/translations/autoanimations/main/zh_Hans/changes/?format=api",
            "units_list_url": "https://weblate.foundryvtt-hub.com/api/translations/autoanimations/main/zh_Hans/units/?format=api"
        },
        {
            "language": {
                "id": 610,
                "code": "zh_Hans",
                "name": "Chinese (Simplified Han script)",
                "plural": {
                    "id": 610,
                    "source": 0,
                    "number": 1,
                    "formula": "0",
                    "type": 0
                },
                "aliases": [
                    "chinese",
                    "chinese_chs",
                    "schinese",
                    "chinese_zh",
                    "cn",
                    "cmn",
                    "cmn_hans",
                    "zh",
                    "zh_chs",
                    "zh_cmn_hans",
                    "zh_cn",
                    "zh_hans_cn",
                    "zhcn",
                    "chs",
                    "chi"
                ],
                "direction": "ltr",
                "population": 1266066359,
                "web_url": "https://weblate.foundryvtt-hub.com/languages/zh_Hans/",
                "url": "https://weblate.foundryvtt-hub.com/api/languages/zh_Hans/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/languages/zh_Hans/statistics/?format=api"
            },
            "component": {
                "name": "Automated Animations",
                "slug": "glossary",
                "id": 91,
                "source_language": {
                    "id": 147,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 147,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://weblate.foundryvtt-hub.com/languages/en/",
                    "url": "https://weblate.foundryvtt-hub.com/api/languages/en/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Automated Animations",
                    "slug": "autoanimations",
                    "id": 44,
                    "web": "https://github.com/otigon/automated-jb2a-animations",
                    "web_url": "https://weblate.foundryvtt-hub.com/projects/autoanimations/",
                    "url": "https://weblate.foundryvtt-hub.com/api/projects/autoanimations/?format=api",
                    "components_list_url": "https://weblate.foundryvtt-hub.com/api/projects/autoanimations/components/?format=api",
                    "repository_url": "https://weblate.foundryvtt-hub.com/api/projects/autoanimations/repository/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/projects/autoanimations/statistics/?format=api",
                    "categories_url": "https://weblate.foundryvtt-hub.com/api/projects/autoanimations/categories/?format=api",
                    "changes_list_url": "https://weblate.foundryvtt-hub.com/api/projects/autoanimations/changes/?format=api",
                    "languages_url": "https://weblate.foundryvtt-hub.com/api/projects/autoanimations/languages/?format=api",
                    "labels_url": "https://weblate.foundryvtt-hub.com/api/projects/autoanimations/labels/?format=api",
                    "credits_url": "https://weblate.foundryvtt-hub.com/api/projects/autoanimations/credits/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": "",
                    "enforced_2fa": false
                },
                "vcs": "local",
                "repo": "local:",
                "git_export": "https://weblate.foundryvtt-hub.com/git/autoanimations/glossary/",
                "branch": "main",
                "push_branch": "",
                "filemask": "*.tbx",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "tbx",
                "license": "MIT",
                "license_url": "https://spdx.org/licenses/MIT.html",
                "agreement": "",
                "web_url": "https://weblate.foundryvtt-hub.com/projects/autoanimations/glossary/",
                "url": "https://weblate.foundryvtt-hub.com/api/components/autoanimations/glossary/?format=api",
                "repository_url": "https://weblate.foundryvtt-hub.com/api/components/autoanimations/glossary/repository/?format=api",
                "translations_url": "https://weblate.foundryvtt-hub.com/api/components/autoanimations/glossary/translations/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/components/autoanimations/glossary/statistics/?format=api",
                "lock_url": "https://weblate.foundryvtt-hub.com/api/components/autoanimations/glossary/lock/?format=api",
                "links_url": "https://weblate.foundryvtt-hub.com/api/components/autoanimations/glossary/links/?format=api",
                "changes_list_url": "https://weblate.foundryvtt-hub.com/api/components/autoanimations/glossary/changes/?format=api",
                "task_url": null,
                "credits_url": "https://weblate.foundryvtt-hub.com/api/components/autoanimations/glossary/credits/?format=api",
                "new_lang": "none",
                "language_code_style": "",
                "push": "",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
                "addon_message": "Update translation files\n\nUpdated by \"{{ addon_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": false,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": true,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "zh_Hans",
            "id": 1183,
            "filename": "zh_Hans.tbx",
            "revision": "a707eb0b067f141dc98e77ff33c3d42e12c3d712",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/autoanimations/glossary/zh_Hans/",
            "share_url": "https://weblate.foundryvtt-hub.com/engage/autoanimations/-/zh_Hans/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/autoanimations/glossary/zh_Hans/",
            "url": "https://weblate.foundryvtt-hub.com/api/translations/autoanimations/glossary/zh_Hans/?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": "2023-03-03T17:43:51.885624Z",
            "last_author": null,
            "repository_url": "https://weblate.foundryvtt-hub.com/api/translations/autoanimations/glossary/zh_Hans/repository/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/translations/autoanimations/glossary/zh_Hans/file/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/translations/autoanimations/glossary/zh_Hans/statistics/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/translations/autoanimations/glossary/zh_Hans/changes/?format=api",
            "units_list_url": "https://weblate.foundryvtt-hub.com/api/translations/autoanimations/glossary/zh_Hans/units/?format=api"
        },
        {
            "language": {
                "id": 621,
                "code": "pt_BR",
                "name": "Portuguese (Brazil)",
                "plural": {
                    "id": 652,
                    "source": 0,
                    "number": 2,
                    "formula": "n > 1",
                    "type": 1
                },
                "aliases": [
                    "braz_por",
                    "portuguese_br",
                    "bp",
                    "por_br",
                    "ptb"
                ],
                "direction": "ltr",
                "population": 192661560,
                "web_url": "https://weblate.foundryvtt-hub.com/languages/pt_BR/",
                "url": "https://weblate.foundryvtt-hub.com/api/languages/pt_BR/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/languages/pt_BR/statistics/?format=api"
            },
            "component": {
                "name": "Automated Animations",
                "slug": "glossary",
                "id": 91,
                "source_language": {
                    "id": 147,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 147,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://weblate.foundryvtt-hub.com/languages/en/",
                    "url": "https://weblate.foundryvtt-hub.com/api/languages/en/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Automated Animations",
                    "slug": "autoanimations",
                    "id": 44,
                    "web": "https://github.com/otigon/automated-jb2a-animations",
                    "web_url": "https://weblate.foundryvtt-hub.com/projects/autoanimations/",
                    "url": "https://weblate.foundryvtt-hub.com/api/projects/autoanimations/?format=api",
                    "components_list_url": "https://weblate.foundryvtt-hub.com/api/projects/autoanimations/components/?format=api",
                    "repository_url": "https://weblate.foundryvtt-hub.com/api/projects/autoanimations/repository/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/projects/autoanimations/statistics/?format=api",
                    "categories_url": "https://weblate.foundryvtt-hub.com/api/projects/autoanimations/categories/?format=api",
                    "changes_list_url": "https://weblate.foundryvtt-hub.com/api/projects/autoanimations/changes/?format=api",
                    "languages_url": "https://weblate.foundryvtt-hub.com/api/projects/autoanimations/languages/?format=api",
                    "labels_url": "https://weblate.foundryvtt-hub.com/api/projects/autoanimations/labels/?format=api",
                    "credits_url": "https://weblate.foundryvtt-hub.com/api/projects/autoanimations/credits/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": "",
                    "enforced_2fa": false
                },
                "vcs": "local",
                "repo": "local:",
                "git_export": "https://weblate.foundryvtt-hub.com/git/autoanimations/glossary/",
                "branch": "main",
                "push_branch": "",
                "filemask": "*.tbx",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "tbx",
                "license": "MIT",
                "license_url": "https://spdx.org/licenses/MIT.html",
                "agreement": "",
                "web_url": "https://weblate.foundryvtt-hub.com/projects/autoanimations/glossary/",
                "url": "https://weblate.foundryvtt-hub.com/api/components/autoanimations/glossary/?format=api",
                "repository_url": "https://weblate.foundryvtt-hub.com/api/components/autoanimations/glossary/repository/?format=api",
                "translations_url": "https://weblate.foundryvtt-hub.com/api/components/autoanimations/glossary/translations/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/components/autoanimations/glossary/statistics/?format=api",
                "lock_url": "https://weblate.foundryvtt-hub.com/api/components/autoanimations/glossary/lock/?format=api",
                "links_url": "https://weblate.foundryvtt-hub.com/api/components/autoanimations/glossary/links/?format=api",
                "changes_list_url": "https://weblate.foundryvtt-hub.com/api/components/autoanimations/glossary/changes/?format=api",
                "task_url": null,
                "credits_url": "https://weblate.foundryvtt-hub.com/api/components/autoanimations/glossary/credits/?format=api",
                "new_lang": "none",
                "language_code_style": "",
                "push": "",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
                "addon_message": "Update translation files\n\nUpdated by \"{{ addon_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": false,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": true,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "pt_BR",
            "id": 1184,
            "filename": "pt_BR.tbx",
            "revision": "a707eb0b067f141dc98e77ff33c3d42e12c3d712",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/autoanimations/glossary/pt_BR/",
            "share_url": "https://weblate.foundryvtt-hub.com/engage/autoanimations/-/pt_BR/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/autoanimations/glossary/pt_BR/",
            "url": "https://weblate.foundryvtt-hub.com/api/translations/autoanimations/glossary/pt_BR/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 0,
            "total_words": 0,
            "translated": 0,
            "translated_words": 0,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2023-03-03T17:43:51.859251Z",
            "last_author": null,
            "repository_url": "https://weblate.foundryvtt-hub.com/api/translations/autoanimations/glossary/pt_BR/repository/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/translations/autoanimations/glossary/pt_BR/file/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/translations/autoanimations/glossary/pt_BR/statistics/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/translations/autoanimations/glossary/pt_BR/changes/?format=api",
            "units_list_url": "https://weblate.foundryvtt-hub.com/api/translations/autoanimations/glossary/pt_BR/units/?format=api"
        },
        {
            "language": {
                "id": 448,
                "code": "pt-BR",
                "name": "Portuguese (Brazil)",
                "plural": {
                    "id": 448,
                    "source": 0,
                    "number": 2,
                    "formula": "n > 1",
                    "type": 1
                },
                "aliases": [],
                "direction": "ltr",
                "population": 19005077000,
                "web_url": "https://weblate.foundryvtt-hub.com/languages/pt-BR/",
                "url": "https://weblate.foundryvtt-hub.com/api/languages/pt-BR/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/languages/pt-BR/statistics/?format=api"
            },
            "component": {
                "name": "Automated Animations",
                "slug": "glossary",
                "id": 91,
                "source_language": {
                    "id": 147,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 147,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://weblate.foundryvtt-hub.com/languages/en/",
                    "url": "https://weblate.foundryvtt-hub.com/api/languages/en/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Automated Animations",
                    "slug": "autoanimations",
                    "id": 44,
                    "web": "https://github.com/otigon/automated-jb2a-animations",
                    "web_url": "https://weblate.foundryvtt-hub.com/projects/autoanimations/",
                    "url": "https://weblate.foundryvtt-hub.com/api/projects/autoanimations/?format=api",
                    "components_list_url": "https://weblate.foundryvtt-hub.com/api/projects/autoanimations/components/?format=api",
                    "repository_url": "https://weblate.foundryvtt-hub.com/api/projects/autoanimations/repository/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/projects/autoanimations/statistics/?format=api",
                    "categories_url": "https://weblate.foundryvtt-hub.com/api/projects/autoanimations/categories/?format=api",
                    "changes_list_url": "https://weblate.foundryvtt-hub.com/api/projects/autoanimations/changes/?format=api",
                    "languages_url": "https://weblate.foundryvtt-hub.com/api/projects/autoanimations/languages/?format=api",
                    "labels_url": "https://weblate.foundryvtt-hub.com/api/projects/autoanimations/labels/?format=api",
                    "credits_url": "https://weblate.foundryvtt-hub.com/api/projects/autoanimations/credits/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": "",
                    "enforced_2fa": false
                },
                "vcs": "local",
                "repo": "local:",
                "git_export": "https://weblate.foundryvtt-hub.com/git/autoanimations/glossary/",
                "branch": "main",
                "push_branch": "",
                "filemask": "*.tbx",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "tbx",
                "license": "MIT",
                "license_url": "https://spdx.org/licenses/MIT.html",
                "agreement": "",
                "web_url": "https://weblate.foundryvtt-hub.com/projects/autoanimations/glossary/",
                "url": "https://weblate.foundryvtt-hub.com/api/components/autoanimations/glossary/?format=api",
                "repository_url": "https://weblate.foundryvtt-hub.com/api/components/autoanimations/glossary/repository/?format=api",
                "translations_url": "https://weblate.foundryvtt-hub.com/api/components/autoanimations/glossary/translations/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/components/autoanimations/glossary/statistics/?format=api",
                "lock_url": "https://weblate.foundryvtt-hub.com/api/components/autoanimations/glossary/lock/?format=api",
                "links_url": "https://weblate.foundryvtt-hub.com/api/components/autoanimations/glossary/links/?format=api",
                "changes_list_url": "https://weblate.foundryvtt-hub.com/api/components/autoanimations/glossary/changes/?format=api",
                "task_url": null,
                "credits_url": "https://weblate.foundryvtt-hub.com/api/components/autoanimations/glossary/credits/?format=api",
                "new_lang": "none",
                "language_code_style": "",
                "push": "",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
                "addon_message": "Update translation files\n\nUpdated by \"{{ addon_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": false,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": true,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "pt-BR",
            "id": 1185,
            "filename": "pt-BR.tbx",
            "revision": "a707eb0b067f141dc98e77ff33c3d42e12c3d712",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/autoanimations/glossary/pt-BR/",
            "share_url": "https://weblate.foundryvtt-hub.com/engage/autoanimations/-/pt-BR/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/autoanimations/glossary/pt-BR/",
            "url": "https://weblate.foundryvtt-hub.com/api/translations/autoanimations/glossary/pt-BR/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 0,
            "total_words": 0,
            "translated": 0,
            "translated_words": 0,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2023-03-03T17:43:52.618441Z",
            "last_author": null,
            "repository_url": "https://weblate.foundryvtt-hub.com/api/translations/autoanimations/glossary/pt-BR/repository/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/translations/autoanimations/glossary/pt-BR/file/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/translations/autoanimations/glossary/pt-BR/statistics/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/translations/autoanimations/glossary/pt-BR/changes/?format=api",
            "units_list_url": "https://weblate.foundryvtt-hub.com/api/translations/autoanimations/glossary/pt-BR/units/?format=api"
        },
        {
            "language": {
                "id": 610,
                "code": "zh_Hans",
                "name": "Chinese (Simplified Han script)",
                "plural": {
                    "id": 610,
                    "source": 0,
                    "number": 1,
                    "formula": "0",
                    "type": 0
                },
                "aliases": [
                    "chinese",
                    "chinese_chs",
                    "schinese",
                    "chinese_zh",
                    "cn",
                    "cmn",
                    "cmn_hans",
                    "zh",
                    "zh_chs",
                    "zh_cmn_hans",
                    "zh_cn",
                    "zh_hans_cn",
                    "zhcn",
                    "chs",
                    "chi"
                ],
                "direction": "ltr",
                "population": 1266066359,
                "web_url": "https://weblate.foundryvtt-hub.com/languages/zh_Hans/",
                "url": "https://weblate.foundryvtt-hub.com/api/languages/zh_Hans/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/languages/zh_Hans/statistics/?format=api"
            },
            "component": {
                "name": "main",
                "slug": "main",
                "id": 82,
                "source_language": {
                    "id": 147,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 147,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://weblate.foundryvtt-hub.com/languages/en/",
                    "url": "https://weblate.foundryvtt-hub.com/api/languages/en/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "PF2e Dorako UI",
                    "slug": "pf2e-dorako-ui",
                    "id": 40,
                    "web": "https://github.com/Dorako/pf2e-dorako-ui",
                    "web_url": "https://weblate.foundryvtt-hub.com/projects/pf2e-dorako-ui/",
                    "url": "https://weblate.foundryvtt-hub.com/api/projects/pf2e-dorako-ui/?format=api",
                    "components_list_url": "https://weblate.foundryvtt-hub.com/api/projects/pf2e-dorako-ui/components/?format=api",
                    "repository_url": "https://weblate.foundryvtt-hub.com/api/projects/pf2e-dorako-ui/repository/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/projects/pf2e-dorako-ui/statistics/?format=api",
                    "categories_url": "https://weblate.foundryvtt-hub.com/api/projects/pf2e-dorako-ui/categories/?format=api",
                    "changes_list_url": "https://weblate.foundryvtt-hub.com/api/projects/pf2e-dorako-ui/changes/?format=api",
                    "languages_url": "https://weblate.foundryvtt-hub.com/api/projects/pf2e-dorako-ui/languages/?format=api",
                    "labels_url": "https://weblate.foundryvtt-hub.com/api/projects/pf2e-dorako-ui/labels/?format=api",
                    "credits_url": "https://weblate.foundryvtt-hub.com/api/projects/pf2e-dorako-ui/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/Dorako/pf2e-dorako-ui.git",
                "git_export": "https://weblate.foundryvtt-hub.com/git/pf2e-dorako-ui/main/",
                "branch": "main",
                "push_branch": "",
                "filemask": "languages/*.json",
                "screenshot_filemask": "",
                "template": "languages/en.json",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "json",
                "license": "MIT",
                "license_url": "https://spdx.org/licenses/MIT.html",
                "agreement": "",
                "web_url": "https://weblate.foundryvtt-hub.com/projects/pf2e-dorako-ui/main/",
                "url": "https://weblate.foundryvtt-hub.com/api/components/pf2e-dorako-ui/main/?format=api",
                "repository_url": "https://weblate.foundryvtt-hub.com/api/components/pf2e-dorako-ui/main/repository/?format=api",
                "translations_url": "https://weblate.foundryvtt-hub.com/api/components/pf2e-dorako-ui/main/translations/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/components/pf2e-dorako-ui/main/statistics/?format=api",
                "lock_url": "https://weblate.foundryvtt-hub.com/api/components/pf2e-dorako-ui/main/lock/?format=api",
                "links_url": "https://weblate.foundryvtt-hub.com/api/components/pf2e-dorako-ui/main/links/?format=api",
                "changes_list_url": "https://weblate.foundryvtt-hub.com/api/components/pf2e-dorako-ui/main/changes/?format=api",
                "task_url": null,
                "credits_url": "https://weblate.foundryvtt-hub.com/api/components/pf2e-dorako-ui/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/80/?format=api",
                    "https://weblate.foundryvtt-hub.com/api/addons/81/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "zh_Hans",
            "id": 1186,
            "filename": "languages/zh_Hans.json",
            "revision": "92c93221cf477e52badca2aa0073114fac24cafd,35f6a389fc94e7a6f80c74af345625ad0b50b544",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/pf2e-dorako-ui/main/zh_Hans/",
            "share_url": "https://weblate.foundryvtt-hub.com/engage/pf2e-dorako-ui/-/zh_Hans/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/pf2e-dorako-ui/main/zh_Hans/",
            "url": "https://weblate.foundryvtt-hub.com/api/translations/pf2e-dorako-ui/main/zh_Hans/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 97,
            "total_words": 431,
            "translated": 33,
            "translated_words": 105,
            "translated_percent": 34.0,
            "fuzzy": 9,
            "fuzzy_words": 91,
            "fuzzy_percent": 9.2,
            "failing_checks": 12,
            "failing_checks_words": 144,
            "failing_checks_percent": 12.3,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2025-07-06T21:08:34.616897Z",
            "last_author": null,
            "repository_url": "https://weblate.foundryvtt-hub.com/api/translations/pf2e-dorako-ui/main/zh_Hans/repository/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/translations/pf2e-dorako-ui/main/zh_Hans/file/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/translations/pf2e-dorako-ui/main/zh_Hans/statistics/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/translations/pf2e-dorako-ui/main/zh_Hans/changes/?format=api",
            "units_list_url": "https://weblate.foundryvtt-hub.com/api/translations/pf2e-dorako-ui/main/zh_Hans/units/?format=api"
        },
        {
            "language": {
                "id": 610,
                "code": "zh_Hans",
                "name": "Chinese (Simplified Han script)",
                "plural": {
                    "id": 610,
                    "source": 0,
                    "number": 1,
                    "formula": "0",
                    "type": 0
                },
                "aliases": [
                    "chinese",
                    "chinese_chs",
                    "schinese",
                    "chinese_zh",
                    "cn",
                    "cmn",
                    "cmn_hans",
                    "zh",
                    "zh_chs",
                    "zh_cmn_hans",
                    "zh_cn",
                    "zh_hans_cn",
                    "zhcn",
                    "chs",
                    "chi"
                ],
                "direction": "ltr",
                "population": 1266066359,
                "web_url": "https://weblate.foundryvtt-hub.com/languages/zh_Hans/",
                "url": "https://weblate.foundryvtt-hub.com/api/languages/zh_Hans/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/languages/zh_Hans/statistics/?format=api"
            },
            "component": {
                "name": "PF2e Dorako UI",
                "slug": "glossary",
                "id": 83,
                "source_language": {
                    "id": 147,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 147,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://weblate.foundryvtt-hub.com/languages/en/",
                    "url": "https://weblate.foundryvtt-hub.com/api/languages/en/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "PF2e Dorako UI",
                    "slug": "pf2e-dorako-ui",
                    "id": 40,
                    "web": "https://github.com/Dorako/pf2e-dorako-ui",
                    "web_url": "https://weblate.foundryvtt-hub.com/projects/pf2e-dorako-ui/",
                    "url": "https://weblate.foundryvtt-hub.com/api/projects/pf2e-dorako-ui/?format=api",
                    "components_list_url": "https://weblate.foundryvtt-hub.com/api/projects/pf2e-dorako-ui/components/?format=api",
                    "repository_url": "https://weblate.foundryvtt-hub.com/api/projects/pf2e-dorako-ui/repository/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/projects/pf2e-dorako-ui/statistics/?format=api",
                    "categories_url": "https://weblate.foundryvtt-hub.com/api/projects/pf2e-dorako-ui/categories/?format=api",
                    "changes_list_url": "https://weblate.foundryvtt-hub.com/api/projects/pf2e-dorako-ui/changes/?format=api",
                    "languages_url": "https://weblate.foundryvtt-hub.com/api/projects/pf2e-dorako-ui/languages/?format=api",
                    "labels_url": "https://weblate.foundryvtt-hub.com/api/projects/pf2e-dorako-ui/labels/?format=api",
                    "credits_url": "https://weblate.foundryvtt-hub.com/api/projects/pf2e-dorako-ui/credits/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": "",
                    "enforced_2fa": false
                },
                "vcs": "local",
                "repo": "local:",
                "git_export": "https://weblate.foundryvtt-hub.com/git/pf2e-dorako-ui/glossary/",
                "branch": "main",
                "push_branch": "",
                "filemask": "*.tbx",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "tbx",
                "license": "MIT",
                "license_url": "https://spdx.org/licenses/MIT.html",
                "agreement": "",
                "web_url": "https://weblate.foundryvtt-hub.com/projects/pf2e-dorako-ui/glossary/",
                "url": "https://weblate.foundryvtt-hub.com/api/components/pf2e-dorako-ui/glossary/?format=api",
                "repository_url": "https://weblate.foundryvtt-hub.com/api/components/pf2e-dorako-ui/glossary/repository/?format=api",
                "translations_url": "https://weblate.foundryvtt-hub.com/api/components/pf2e-dorako-ui/glossary/translations/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/components/pf2e-dorako-ui/glossary/statistics/?format=api",
                "lock_url": "https://weblate.foundryvtt-hub.com/api/components/pf2e-dorako-ui/glossary/lock/?format=api",
                "links_url": "https://weblate.foundryvtt-hub.com/api/components/pf2e-dorako-ui/glossary/links/?format=api",
                "changes_list_url": "https://weblate.foundryvtt-hub.com/api/components/pf2e-dorako-ui/glossary/changes/?format=api",
                "task_url": null,
                "credits_url": "https://weblate.foundryvtt-hub.com/api/components/pf2e-dorako-ui/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_Hans",
            "id": 1187,
            "filename": "zh_Hans.tbx",
            "revision": "a707eb0b067f141dc98e77ff33c3d42e12c3d712",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/pf2e-dorako-ui/glossary/zh_Hans/",
            "share_url": "https://weblate.foundryvtt-hub.com/engage/pf2e-dorako-ui/-/zh_Hans/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/pf2e-dorako-ui/glossary/zh_Hans/",
            "url": "https://weblate.foundryvtt-hub.com/api/translations/pf2e-dorako-ui/glossary/zh_Hans/?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": "2023-03-03T17:44:18.727265Z",
            "last_author": null,
            "repository_url": "https://weblate.foundryvtt-hub.com/api/translations/pf2e-dorako-ui/glossary/zh_Hans/repository/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/translations/pf2e-dorako-ui/glossary/zh_Hans/file/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/translations/pf2e-dorako-ui/glossary/zh_Hans/statistics/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/translations/pf2e-dorako-ui/glossary/zh_Hans/changes/?format=api",
            "units_list_url": "https://weblate.foundryvtt-hub.com/api/translations/pf2e-dorako-ui/glossary/zh_Hans/units/?format=api"
        },
        {
            "language": {
                "id": 465,
                "code": "ru",
                "name": "Russian",
                "plural": {
                    "id": 465,
                    "source": 0,
                    "number": 3,
                    "formula": "n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2",
                    "type": 2
                },
                "aliases": [
                    "ru_r",
                    "ru_rr",
                    "rus"
                ],
                "direction": "ltr",
                "population": 195841151,
                "web_url": "https://weblate.foundryvtt-hub.com/languages/ru/",
                "url": "https://weblate.foundryvtt-hub.com/api/languages/ru/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/languages/ru/statistics/?format=api"
            },
            "component": {
                "name": "PF2e Giveth",
                "slug": "glossary",
                "id": 211,
                "source_language": {
                    "id": 147,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 147,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://weblate.foundryvtt-hub.com/languages/en/",
                    "url": "https://weblate.foundryvtt-hub.com/api/languages/en/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "PF2e Giveth",
                    "slug": "pf2e-giveth",
                    "id": 93,
                    "web": "https://github.com/reonZ/pf2e-giveth",
                    "web_url": "https://weblate.foundryvtt-hub.com/projects/pf2e-giveth/",
                    "url": "https://weblate.foundryvtt-hub.com/api/projects/pf2e-giveth/?format=api",
                    "components_list_url": "https://weblate.foundryvtt-hub.com/api/projects/pf2e-giveth/components/?format=api",
                    "repository_url": "https://weblate.foundryvtt-hub.com/api/projects/pf2e-giveth/repository/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/projects/pf2e-giveth/statistics/?format=api",
                    "categories_url": "https://weblate.foundryvtt-hub.com/api/projects/pf2e-giveth/categories/?format=api",
                    "changes_list_url": "https://weblate.foundryvtt-hub.com/api/projects/pf2e-giveth/changes/?format=api",
                    "languages_url": "https://weblate.foundryvtt-hub.com/api/projects/pf2e-giveth/languages/?format=api",
                    "labels_url": "https://weblate.foundryvtt-hub.com/api/projects/pf2e-giveth/labels/?format=api",
                    "credits_url": "https://weblate.foundryvtt-hub.com/api/projects/pf2e-giveth/credits/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": "",
                    "enforced_2fa": false
                },
                "vcs": "local",
                "repo": "local:",
                "git_export": "https://weblate.foundryvtt-hub.com/git/pf2e-giveth/glossary/",
                "branch": "main",
                "push_branch": "",
                "filemask": "*.tbx",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "tbx",
                "license": "MIT",
                "license_url": "https://spdx.org/licenses/MIT.html",
                "agreement": "",
                "web_url": "https://weblate.foundryvtt-hub.com/projects/pf2e-giveth/glossary/",
                "url": "https://weblate.foundryvtt-hub.com/api/components/pf2e-giveth/glossary/?format=api",
                "repository_url": "https://weblate.foundryvtt-hub.com/api/components/pf2e-giveth/glossary/repository/?format=api",
                "translations_url": "https://weblate.foundryvtt-hub.com/api/components/pf2e-giveth/glossary/translations/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/components/pf2e-giveth/glossary/statistics/?format=api",
                "lock_url": "https://weblate.foundryvtt-hub.com/api/components/pf2e-giveth/glossary/lock/?format=api",
                "links_url": "https://weblate.foundryvtt-hub.com/api/components/pf2e-giveth/glossary/links/?format=api",
                "changes_list_url": "https://weblate.foundryvtt-hub.com/api/components/pf2e-giveth/glossary/changes/?format=api",
                "task_url": null,
                "credits_url": "https://weblate.foundryvtt-hub.com/api/components/pf2e-giveth/glossary/credits/?format=api",
                "new_lang": "none",
                "language_code_style": "",
                "push": "",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
                "addon_message": "Update translation files\n\nUpdated by \"{{ addon_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": false,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": true,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "ru",
            "id": 1191,
            "filename": "ru.tbx",
            "revision": "a707eb0b067f141dc98e77ff33c3d42e12c3d712",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/pf2e-giveth/glossary/ru/",
            "share_url": "https://weblate.foundryvtt-hub.com/engage/pf2e-giveth/-/ru/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/pf2e-giveth/glossary/ru/",
            "url": "https://weblate.foundryvtt-hub.com/api/translations/pf2e-giveth/glossary/ru/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 0,
            "total_words": 0,
            "translated": 0,
            "translated_words": 0,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2023-03-05T01:04:34.924945Z",
            "last_author": null,
            "repository_url": "https://weblate.foundryvtt-hub.com/api/translations/pf2e-giveth/glossary/ru/repository/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/translations/pf2e-giveth/glossary/ru/file/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/translations/pf2e-giveth/glossary/ru/statistics/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/translations/pf2e-giveth/glossary/ru/changes/?format=api",
            "units_list_url": "https://weblate.foundryvtt-hub.com/api/translations/pf2e-giveth/glossary/ru/units/?format=api"
        },
        {
            "language": {
                "id": 465,
                "code": "ru",
                "name": "Russian",
                "plural": {
                    "id": 465,
                    "source": 0,
                    "number": 3,
                    "formula": "n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2",
                    "type": 2
                },
                "aliases": [
                    "ru_r",
                    "ru_rr",
                    "rus"
                ],
                "direction": "ltr",
                "population": 195841151,
                "web_url": "https://weblate.foundryvtt-hub.com/languages/ru/",
                "url": "https://weblate.foundryvtt-hub.com/api/languages/ru/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/languages/ru/statistics/?format=api"
            },
            "component": {
                "name": "PF2e Dailies",
                "slug": "glossary",
                "id": 209,
                "source_language": {
                    "id": 147,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 147,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://weblate.foundryvtt-hub.com/languages/en/",
                    "url": "https://weblate.foundryvtt-hub.com/api/languages/en/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "PF2e Dailies",
                    "slug": "pf2e-dailies",
                    "id": 92,
                    "web": "https://github.com/reonZ/pf2e-dailies",
                    "web_url": "https://weblate.foundryvtt-hub.com/projects/pf2e-dailies/",
                    "url": "https://weblate.foundryvtt-hub.com/api/projects/pf2e-dailies/?format=api",
                    "components_list_url": "https://weblate.foundryvtt-hub.com/api/projects/pf2e-dailies/components/?format=api",
                    "repository_url": "https://weblate.foundryvtt-hub.com/api/projects/pf2e-dailies/repository/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/projects/pf2e-dailies/statistics/?format=api",
                    "categories_url": "https://weblate.foundryvtt-hub.com/api/projects/pf2e-dailies/categories/?format=api",
                    "changes_list_url": "https://weblate.foundryvtt-hub.com/api/projects/pf2e-dailies/changes/?format=api",
                    "languages_url": "https://weblate.foundryvtt-hub.com/api/projects/pf2e-dailies/languages/?format=api",
                    "labels_url": "https://weblate.foundryvtt-hub.com/api/projects/pf2e-dailies/labels/?format=api",
                    "credits_url": "https://weblate.foundryvtt-hub.com/api/projects/pf2e-dailies/credits/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": "",
                    "enforced_2fa": false
                },
                "vcs": "local",
                "repo": "local:",
                "git_export": "https://weblate.foundryvtt-hub.com/git/pf2e-dailies/glossary/",
                "branch": "main",
                "push_branch": "",
                "filemask": "*.tbx",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "tbx",
                "license": "MIT",
                "license_url": "https://spdx.org/licenses/MIT.html",
                "agreement": "",
                "web_url": "https://weblate.foundryvtt-hub.com/projects/pf2e-dailies/glossary/",
                "url": "https://weblate.foundryvtt-hub.com/api/components/pf2e-dailies/glossary/?format=api",
                "repository_url": "https://weblate.foundryvtt-hub.com/api/components/pf2e-dailies/glossary/repository/?format=api",
                "translations_url": "https://weblate.foundryvtt-hub.com/api/components/pf2e-dailies/glossary/translations/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/components/pf2e-dailies/glossary/statistics/?format=api",
                "lock_url": "https://weblate.foundryvtt-hub.com/api/components/pf2e-dailies/glossary/lock/?format=api",
                "links_url": "https://weblate.foundryvtt-hub.com/api/components/pf2e-dailies/glossary/links/?format=api",
                "changes_list_url": "https://weblate.foundryvtt-hub.com/api/components/pf2e-dailies/glossary/changes/?format=api",
                "task_url": null,
                "credits_url": "https://weblate.foundryvtt-hub.com/api/components/pf2e-dailies/glossary/credits/?format=api",
                "new_lang": "none",
                "language_code_style": "",
                "push": "",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
                "addon_message": "Update translation files\n\nUpdated by \"{{ addon_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": false,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": true,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "ru",
            "id": 1193,
            "filename": "ru.tbx",
            "revision": "a707eb0b067f141dc98e77ff33c3d42e12c3d712",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/pf2e-dailies/glossary/ru/",
            "share_url": "https://weblate.foundryvtt-hub.com/engage/pf2e-dailies/-/ru/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/pf2e-dailies/glossary/ru/",
            "url": "https://weblate.foundryvtt-hub.com/api/translations/pf2e-dailies/glossary/ru/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 0,
            "total_words": 0,
            "translated": 0,
            "translated_words": 0,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2023-03-05T01:23:13.995998Z",
            "last_author": null,
            "repository_url": "https://weblate.foundryvtt-hub.com/api/translations/pf2e-dailies/glossary/ru/repository/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/translations/pf2e-dailies/glossary/ru/file/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/translations/pf2e-dailies/glossary/ru/statistics/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/translations/pf2e-dailies/glossary/ru/changes/?format=api",
            "units_list_url": "https://weblate.foundryvtt-hub.com/api/translations/pf2e-dailies/glossary/ru/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": 238,
                "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": "Hey, Wait!",
                    "slug": "hey-wait",
                    "id": 108,
                    "web": "https://github.com/Couls/hey-wait",
                    "web_url": "https://weblate.foundryvtt-hub.com/projects/hey-wait/",
                    "url": "https://weblate.foundryvtt-hub.com/api/projects/hey-wait/?format=api",
                    "components_list_url": "https://weblate.foundryvtt-hub.com/api/projects/hey-wait/components/?format=api",
                    "repository_url": "https://weblate.foundryvtt-hub.com/api/projects/hey-wait/repository/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/projects/hey-wait/statistics/?format=api",
                    "categories_url": "https://weblate.foundryvtt-hub.com/api/projects/hey-wait/categories/?format=api",
                    "changes_list_url": "https://weblate.foundryvtt-hub.com/api/projects/hey-wait/changes/?format=api",
                    "languages_url": "https://weblate.foundryvtt-hub.com/api/projects/hey-wait/languages/?format=api",
                    "labels_url": "https://weblate.foundryvtt-hub.com/api/projects/hey-wait/labels/?format=api",
                    "credits_url": "https://weblate.foundryvtt-hub.com/api/projects/hey-wait/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/Couls/hey-wait.git",
                "git_export": "https://weblate.foundryvtt-hub.com/git/hey-wait/main/",
                "branch": "V10-Support",
                "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/hey-wait/main/",
                "url": "https://weblate.foundryvtt-hub.com/api/components/hey-wait/main/?format=api",
                "repository_url": "https://weblate.foundryvtt-hub.com/api/components/hey-wait/main/repository/?format=api",
                "translations_url": "https://weblate.foundryvtt-hub.com/api/components/hey-wait/main/translations/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/components/hey-wait/main/statistics/?format=api",
                "lock_url": "https://weblate.foundryvtt-hub.com/api/components/hey-wait/main/lock/?format=api",
                "links_url": "https://weblate.foundryvtt-hub.com/api/components/hey-wait/main/links/?format=api",
                "changes_list_url": "https://weblate.foundryvtt-hub.com/api/components/hey-wait/main/changes/?format=api",
                "task_url": null,
                "credits_url": "https://weblate.foundryvtt-hub.com/api/components/hey-wait/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/236/?format=api",
                    "https://weblate.foundryvtt-hub.com/api/addons/237/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "en",
            "id": 1197,
            "filename": "src/lang/en.json",
            "revision": "1009594e34329c64b5df3eac5e2d19be687f6ce4,1009594e34329c64b5df3eac5e2d19be687f6ce4",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/hey-wait/main/en/",
            "share_url": "https://weblate.foundryvtt-hub.com/engage/hey-wait/-/en/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/hey-wait/main/en/",
            "url": "https://weblate.foundryvtt-hub.com/api/translations/hey-wait/main/en/?format=api",
            "is_template": true,
            "is_source": true,
            "total": 22,
            "total_words": 140,
            "translated": 22,
            "translated_words": 140,
            "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-04-21T04:17:24.591407Z",
            "last_author": "Couls",
            "repository_url": "https://weblate.foundryvtt-hub.com/api/translations/hey-wait/main/en/repository/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/translations/hey-wait/main/en/file/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/translations/hey-wait/main/en/statistics/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/translations/hey-wait/main/en/changes/?format=api",
            "units_list_url": "https://weblate.foundryvtt-hub.com/api/translations/hey-wait/main/en/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": 238,
                "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": "Hey, Wait!",
                    "slug": "hey-wait",
                    "id": 108,
                    "web": "https://github.com/Couls/hey-wait",
                    "web_url": "https://weblate.foundryvtt-hub.com/projects/hey-wait/",
                    "url": "https://weblate.foundryvtt-hub.com/api/projects/hey-wait/?format=api",
                    "components_list_url": "https://weblate.foundryvtt-hub.com/api/projects/hey-wait/components/?format=api",
                    "repository_url": "https://weblate.foundryvtt-hub.com/api/projects/hey-wait/repository/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/projects/hey-wait/statistics/?format=api",
                    "categories_url": "https://weblate.foundryvtt-hub.com/api/projects/hey-wait/categories/?format=api",
                    "changes_list_url": "https://weblate.foundryvtt-hub.com/api/projects/hey-wait/changes/?format=api",
                    "languages_url": "https://weblate.foundryvtt-hub.com/api/projects/hey-wait/languages/?format=api",
                    "labels_url": "https://weblate.foundryvtt-hub.com/api/projects/hey-wait/labels/?format=api",
                    "credits_url": "https://weblate.foundryvtt-hub.com/api/projects/hey-wait/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/Couls/hey-wait.git",
                "git_export": "https://weblate.foundryvtt-hub.com/git/hey-wait/main/",
                "branch": "V10-Support",
                "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/hey-wait/main/",
                "url": "https://weblate.foundryvtt-hub.com/api/components/hey-wait/main/?format=api",
                "repository_url": "https://weblate.foundryvtt-hub.com/api/components/hey-wait/main/repository/?format=api",
                "translations_url": "https://weblate.foundryvtt-hub.com/api/components/hey-wait/main/translations/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/components/hey-wait/main/statistics/?format=api",
                "lock_url": "https://weblate.foundryvtt-hub.com/api/components/hey-wait/main/lock/?format=api",
                "links_url": "https://weblate.foundryvtt-hub.com/api/components/hey-wait/main/links/?format=api",
                "changes_list_url": "https://weblate.foundryvtt-hub.com/api/components/hey-wait/main/changes/?format=api",
                "task_url": null,
                "credits_url": "https://weblate.foundryvtt-hub.com/api/components/hey-wait/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/236/?format=api",
                    "https://weblate.foundryvtt-hub.com/api/addons/237/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "ja",
            "id": 1198,
            "filename": "src/lang/ja.json",
            "revision": "9fecc93839643348e6db50f749b7edf443491cc8,1009594e34329c64b5df3eac5e2d19be687f6ce4",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/hey-wait/main/ja/",
            "share_url": "https://weblate.foundryvtt-hub.com/engage/hey-wait/-/ja/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/hey-wait/main/ja/",
            "url": "https://weblate.foundryvtt-hub.com/api/translations/hey-wait/main/ja/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 22,
            "total_words": 140,
            "translated": 22,
            "translated_words": 140,
            "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-04-21T04:17:24.716903Z",
            "last_author": "Couls",
            "repository_url": "https://weblate.foundryvtt-hub.com/api/translations/hey-wait/main/ja/repository/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/translations/hey-wait/main/ja/file/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/translations/hey-wait/main/ja/statistics/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/translations/hey-wait/main/ja/changes/?format=api",
            "units_list_url": "https://weblate.foundryvtt-hub.com/api/translations/hey-wait/main/ja/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": "Hey, Wait!",
                "slug": "glossary",
                "id": 239,
                "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": "Hey, Wait!",
                    "slug": "hey-wait",
                    "id": 108,
                    "web": "https://github.com/Couls/hey-wait",
                    "web_url": "https://weblate.foundryvtt-hub.com/projects/hey-wait/",
                    "url": "https://weblate.foundryvtt-hub.com/api/projects/hey-wait/?format=api",
                    "components_list_url": "https://weblate.foundryvtt-hub.com/api/projects/hey-wait/components/?format=api",
                    "repository_url": "https://weblate.foundryvtt-hub.com/api/projects/hey-wait/repository/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/projects/hey-wait/statistics/?format=api",
                    "categories_url": "https://weblate.foundryvtt-hub.com/api/projects/hey-wait/categories/?format=api",
                    "changes_list_url": "https://weblate.foundryvtt-hub.com/api/projects/hey-wait/changes/?format=api",
                    "languages_url": "https://weblate.foundryvtt-hub.com/api/projects/hey-wait/languages/?format=api",
                    "labels_url": "https://weblate.foundryvtt-hub.com/api/projects/hey-wait/labels/?format=api",
                    "credits_url": "https://weblate.foundryvtt-hub.com/api/projects/hey-wait/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/hey-wait/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/hey-wait/glossary/",
                "url": "https://weblate.foundryvtt-hub.com/api/components/hey-wait/glossary/?format=api",
                "repository_url": "https://weblate.foundryvtt-hub.com/api/components/hey-wait/glossary/repository/?format=api",
                "translations_url": "https://weblate.foundryvtt-hub.com/api/components/hey-wait/glossary/translations/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/components/hey-wait/glossary/statistics/?format=api",
                "lock_url": "https://weblate.foundryvtt-hub.com/api/components/hey-wait/glossary/lock/?format=api",
                "links_url": "https://weblate.foundryvtt-hub.com/api/components/hey-wait/glossary/links/?format=api",
                "changes_list_url": "https://weblate.foundryvtt-hub.com/api/components/hey-wait/glossary/changes/?format=api",
                "task_url": null,
                "credits_url": "https://weblate.foundryvtt-hub.com/api/components/hey-wait/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": 1199,
            "filename": "",
            "revision": "",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/hey-wait/glossary/en/",
            "share_url": "https://weblate.foundryvtt-hub.com/engage/hey-wait/-/en/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/hey-wait/glossary/en/",
            "url": "https://weblate.foundryvtt-hub.com/api/translations/hey-wait/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/hey-wait/glossary/en/repository/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/translations/hey-wait/glossary/en/file/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/translations/hey-wait/glossary/en/statistics/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/translations/hey-wait/glossary/en/changes/?format=api",
            "units_list_url": "https://weblate.foundryvtt-hub.com/api/translations/hey-wait/glossary/en/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": "Hey, Wait!",
                "slug": "glossary",
                "id": 239,
                "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": "Hey, Wait!",
                    "slug": "hey-wait",
                    "id": 108,
                    "web": "https://github.com/Couls/hey-wait",
                    "web_url": "https://weblate.foundryvtt-hub.com/projects/hey-wait/",
                    "url": "https://weblate.foundryvtt-hub.com/api/projects/hey-wait/?format=api",
                    "components_list_url": "https://weblate.foundryvtt-hub.com/api/projects/hey-wait/components/?format=api",
                    "repository_url": "https://weblate.foundryvtt-hub.com/api/projects/hey-wait/repository/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/projects/hey-wait/statistics/?format=api",
                    "categories_url": "https://weblate.foundryvtt-hub.com/api/projects/hey-wait/categories/?format=api",
                    "changes_list_url": "https://weblate.foundryvtt-hub.com/api/projects/hey-wait/changes/?format=api",
                    "languages_url": "https://weblate.foundryvtt-hub.com/api/projects/hey-wait/languages/?format=api",
                    "labels_url": "https://weblate.foundryvtt-hub.com/api/projects/hey-wait/labels/?format=api",
                    "credits_url": "https://weblate.foundryvtt-hub.com/api/projects/hey-wait/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/hey-wait/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/hey-wait/glossary/",
                "url": "https://weblate.foundryvtt-hub.com/api/components/hey-wait/glossary/?format=api",
                "repository_url": "https://weblate.foundryvtt-hub.com/api/components/hey-wait/glossary/repository/?format=api",
                "translations_url": "https://weblate.foundryvtt-hub.com/api/components/hey-wait/glossary/translations/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/components/hey-wait/glossary/statistics/?format=api",
                "lock_url": "https://weblate.foundryvtt-hub.com/api/components/hey-wait/glossary/lock/?format=api",
                "links_url": "https://weblate.foundryvtt-hub.com/api/components/hey-wait/glossary/links/?format=api",
                "changes_list_url": "https://weblate.foundryvtt-hub.com/api/components/hey-wait/glossary/changes/?format=api",
                "task_url": null,
                "credits_url": "https://weblate.foundryvtt-hub.com/api/components/hey-wait/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": 1200,
            "filename": "ja.tbx",
            "revision": "a707eb0b067f141dc98e77ff33c3d42e12c3d712",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/hey-wait/glossary/ja/",
            "share_url": "https://weblate.foundryvtt-hub.com/engage/hey-wait/-/ja/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/hey-wait/glossary/ja/",
            "url": "https://weblate.foundryvtt-hub.com/api/translations/hey-wait/glossary/ja/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 0,
            "total_words": 0,
            "translated": 0,
            "translated_words": 0,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2023-04-21T04:17:24.963050Z",
            "last_author": "Couls",
            "repository_url": "https://weblate.foundryvtt-hub.com/api/translations/hey-wait/glossary/ja/repository/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/translations/hey-wait/glossary/ja/file/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/translations/hey-wait/glossary/ja/statistics/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/translations/hey-wait/glossary/ja/changes/?format=api",
            "units_list_url": "https://weblate.foundryvtt-hub.com/api/translations/hey-wait/glossary/ja/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": 240,
                "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": "Français [Pathfinder 2] (fan made)",
                    "slug": "pf2-fr",
                    "id": 109,
                    "web": "https://gitlab.com/pathfinder-fr/foundryvtt-pathfinder2-fr",
                    "web_url": "https://weblate.foundryvtt-hub.com/projects/pf2-fr/",
                    "url": "https://weblate.foundryvtt-hub.com/api/projects/pf2-fr/?format=api",
                    "components_list_url": "https://weblate.foundryvtt-hub.com/api/projects/pf2-fr/components/?format=api",
                    "repository_url": "https://weblate.foundryvtt-hub.com/api/projects/pf2-fr/repository/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/projects/pf2-fr/statistics/?format=api",
                    "categories_url": "https://weblate.foundryvtt-hub.com/api/projects/pf2-fr/categories/?format=api",
                    "changes_list_url": "https://weblate.foundryvtt-hub.com/api/projects/pf2-fr/changes/?format=api",
                    "languages_url": "https://weblate.foundryvtt-hub.com/api/projects/pf2-fr/languages/?format=api",
                    "labels_url": "https://weblate.foundryvtt-hub.com/api/projects/pf2-fr/labels/?format=api",
                    "credits_url": "https://weblate.foundryvtt-hub.com/api/projects/pf2-fr/credits/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": "",
                    "enforced_2fa": false
                },
                "vcs": "gitlab",
                "repo": "https://gitlab.com/pathfinder-fr/foundryvtt-pathfinder2-fr.git",
                "git_export": "https://weblate.foundryvtt-hub.com/git/pf2-fr/main/",
                "branch": "master",
                "push_branch": "",
                "filemask": "lang/*.json",
                "screenshot_filemask": "",
                "template": "lang/en.json",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "json-nested",
                "license": "MIT",
                "license_url": "https://spdx.org/licenses/MIT.html",
                "agreement": "",
                "web_url": "https://weblate.foundryvtt-hub.com/projects/pf2-fr/main/",
                "url": "https://weblate.foundryvtt-hub.com/api/components/pf2-fr/main/?format=api",
                "repository_url": "https://weblate.foundryvtt-hub.com/api/components/pf2-fr/main/repository/?format=api",
                "translations_url": "https://weblate.foundryvtt-hub.com/api/components/pf2-fr/main/translations/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/components/pf2-fr/main/statistics/?format=api",
                "lock_url": "https://weblate.foundryvtt-hub.com/api/components/pf2-fr/main/lock/?format=api",
                "links_url": "https://weblate.foundryvtt-hub.com/api/components/pf2-fr/main/links/?format=api",
                "changes_list_url": "https://weblate.foundryvtt-hub.com/api/components/pf2-fr/main/changes/?format=api",
                "task_url": null,
                "credits_url": "https://weblate.foundryvtt-hub.com/api/components/pf2-fr/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/238/?format=api",
                    "https://weblate.foundryvtt-hub.com/api/addons/239/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "en",
            "id": 1202,
            "filename": "lang/en.json",
            "revision": "536fd1d30f3af302b6fe12e87a421ebd0e150db3,536fd1d30f3af302b6fe12e87a421ebd0e150db3",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/pf2-fr/main/en/",
            "share_url": "https://weblate.foundryvtt-hub.com/engage/pf2-fr/-/en/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/pf2-fr/main/en/",
            "url": "https://weblate.foundryvtt-hub.com/api/translations/pf2-fr/main/en/?format=api",
            "is_template": true,
            "is_source": true,
            "total": 4936,
            "total_words": 42364,
            "translated": 4936,
            "translated_words": 42364,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 6,
            "failing_checks_words": 818,
            "failing_checks_percent": 0.1,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2025-03-29T05:16:13.461305Z",
            "last_author": null,
            "repository_url": "https://weblate.foundryvtt-hub.com/api/translations/pf2-fr/main/en/repository/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/translations/pf2-fr/main/en/file/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/translations/pf2-fr/main/en/statistics/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/translations/pf2-fr/main/en/changes/?format=api",
            "units_list_url": "https://weblate.foundryvtt-hub.com/api/translations/pf2-fr/main/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": 240,
                "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": "Français [Pathfinder 2] (fan made)",
                    "slug": "pf2-fr",
                    "id": 109,
                    "web": "https://gitlab.com/pathfinder-fr/foundryvtt-pathfinder2-fr",
                    "web_url": "https://weblate.foundryvtt-hub.com/projects/pf2-fr/",
                    "url": "https://weblate.foundryvtt-hub.com/api/projects/pf2-fr/?format=api",
                    "components_list_url": "https://weblate.foundryvtt-hub.com/api/projects/pf2-fr/components/?format=api",
                    "repository_url": "https://weblate.foundryvtt-hub.com/api/projects/pf2-fr/repository/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/projects/pf2-fr/statistics/?format=api",
                    "categories_url": "https://weblate.foundryvtt-hub.com/api/projects/pf2-fr/categories/?format=api",
                    "changes_list_url": "https://weblate.foundryvtt-hub.com/api/projects/pf2-fr/changes/?format=api",
                    "languages_url": "https://weblate.foundryvtt-hub.com/api/projects/pf2-fr/languages/?format=api",
                    "labels_url": "https://weblate.foundryvtt-hub.com/api/projects/pf2-fr/labels/?format=api",
                    "credits_url": "https://weblate.foundryvtt-hub.com/api/projects/pf2-fr/credits/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": "",
                    "enforced_2fa": false
                },
                "vcs": "gitlab",
                "repo": "https://gitlab.com/pathfinder-fr/foundryvtt-pathfinder2-fr.git",
                "git_export": "https://weblate.foundryvtt-hub.com/git/pf2-fr/main/",
                "branch": "master",
                "push_branch": "",
                "filemask": "lang/*.json",
                "screenshot_filemask": "",
                "template": "lang/en.json",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "json-nested",
                "license": "MIT",
                "license_url": "https://spdx.org/licenses/MIT.html",
                "agreement": "",
                "web_url": "https://weblate.foundryvtt-hub.com/projects/pf2-fr/main/",
                "url": "https://weblate.foundryvtt-hub.com/api/components/pf2-fr/main/?format=api",
                "repository_url": "https://weblate.foundryvtt-hub.com/api/components/pf2-fr/main/repository/?format=api",
                "translations_url": "https://weblate.foundryvtt-hub.com/api/components/pf2-fr/main/translations/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/components/pf2-fr/main/statistics/?format=api",
                "lock_url": "https://weblate.foundryvtt-hub.com/api/components/pf2-fr/main/lock/?format=api",
                "links_url": "https://weblate.foundryvtt-hub.com/api/components/pf2-fr/main/links/?format=api",
                "changes_list_url": "https://weblate.foundryvtt-hub.com/api/components/pf2-fr/main/changes/?format=api",
                "task_url": null,
                "credits_url": "https://weblate.foundryvtt-hub.com/api/components/pf2-fr/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/238/?format=api",
                    "https://weblate.foundryvtt-hub.com/api/addons/239/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "fr",
            "id": 1203,
            "filename": "lang/fr.json",
            "revision": "53c8b594bd92bef3072e986a33388a00cb2cf8ec,536fd1d30f3af302b6fe12e87a421ebd0e150db3",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/pf2-fr/main/fr/",
            "share_url": "https://weblate.foundryvtt-hub.com/engage/pf2-fr/-/fr/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/pf2-fr/main/fr/",
            "url": "https://weblate.foundryvtt-hub.com/api/translations/pf2-fr/main/fr/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 4936,
            "total_words": 42364,
            "translated": 4915,
            "translated_words": 42016,
            "translated_percent": 99.5,
            "fuzzy": 14,
            "fuzzy_words": 229,
            "fuzzy_percent": 0.2,
            "failing_checks": 169,
            "failing_checks_words": 1784,
            "failing_checks_percent": 3.4,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2025-03-29T05:16:24.275722Z",
            "last_author": null,
            "repository_url": "https://weblate.foundryvtt-hub.com/api/translations/pf2-fr/main/fr/repository/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/translations/pf2-fr/main/fr/file/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/translations/pf2-fr/main/fr/statistics/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/translations/pf2-fr/main/fr/changes/?format=api",
            "units_list_url": "https://weblate.foundryvtt-hub.com/api/translations/pf2-fr/main/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": "Rule Element",
                "slug": "rule-element",
                "id": 241,
                "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": "Français [Pathfinder 2] (fan made)",
                    "slug": "pf2-fr",
                    "id": 109,
                    "web": "https://gitlab.com/pathfinder-fr/foundryvtt-pathfinder2-fr",
                    "web_url": "https://weblate.foundryvtt-hub.com/projects/pf2-fr/",
                    "url": "https://weblate.foundryvtt-hub.com/api/projects/pf2-fr/?format=api",
                    "components_list_url": "https://weblate.foundryvtt-hub.com/api/projects/pf2-fr/components/?format=api",
                    "repository_url": "https://weblate.foundryvtt-hub.com/api/projects/pf2-fr/repository/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/projects/pf2-fr/statistics/?format=api",
                    "categories_url": "https://weblate.foundryvtt-hub.com/api/projects/pf2-fr/categories/?format=api",
                    "changes_list_url": "https://weblate.foundryvtt-hub.com/api/projects/pf2-fr/changes/?format=api",
                    "languages_url": "https://weblate.foundryvtt-hub.com/api/projects/pf2-fr/languages/?format=api",
                    "labels_url": "https://weblate.foundryvtt-hub.com/api/projects/pf2-fr/labels/?format=api",
                    "credits_url": "https://weblate.foundryvtt-hub.com/api/projects/pf2-fr/credits/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": "",
                    "enforced_2fa": false
                },
                "vcs": "gitlab",
                "repo": "https://gitlab.com/pathfinder-fr/foundryvtt-pathfinder2-fr.git",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "lang/re/*.json",
                "screenshot_filemask": "",
                "template": "lang/re/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/pf2-fr/rule-element/",
                "url": "https://weblate.foundryvtt-hub.com/api/components/pf2-fr/rule-element/?format=api",
                "repository_url": "https://weblate.foundryvtt-hub.com/api/components/pf2-fr/rule-element/repository/?format=api",
                "translations_url": "https://weblate.foundryvtt-hub.com/api/components/pf2-fr/rule-element/translations/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/components/pf2-fr/rule-element/statistics/?format=api",
                "lock_url": "https://weblate.foundryvtt-hub.com/api/components/pf2-fr/rule-element/lock/?format=api",
                "links_url": "https://weblate.foundryvtt-hub.com/api/components/pf2-fr/rule-element/links/?format=api",
                "changes_list_url": "https://weblate.foundryvtt-hub.com/api/components/pf2-fr/rule-element/changes/?format=api",
                "task_url": null,
                "credits_url": "https://weblate.foundryvtt-hub.com/api/components/pf2-fr/rule-element/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 }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": true,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": "https://weblate.foundryvtt-hub.com/api/components/pf2-fr/main/?format=api"
            },
            "language_code": "en",
            "id": 1204,
            "filename": "lang/re/en.json",
            "revision": "147d9fa73034fe1d2c5a3107522e159aa155c7b1,147d9fa73034fe1d2c5a3107522e159aa155c7b1",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/pf2-fr/rule-element/en/",
            "share_url": "https://weblate.foundryvtt-hub.com/engage/pf2-fr/-/en/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/pf2-fr/rule-element/en/",
            "url": "https://weblate.foundryvtt-hub.com/api/translations/pf2-fr/rule-element/en/?format=api",
            "is_template": true,
            "is_source": true,
            "total": 3481,
            "total_words": 40495,
            "translated": 3481,
            "translated_words": 40495,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 4,
            "failing_checks_words": 181,
            "failing_checks_percent": 0.1,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2025-03-29T05:17:18.522088Z",
            "last_author": null,
            "repository_url": "https://weblate.foundryvtt-hub.com/api/translations/pf2-fr/rule-element/en/repository/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/translations/pf2-fr/rule-element/en/file/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/translations/pf2-fr/rule-element/en/statistics/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/translations/pf2-fr/rule-element/en/changes/?format=api",
            "units_list_url": "https://weblate.foundryvtt-hub.com/api/translations/pf2-fr/rule-element/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": "Français [Pathfinder 2] (fan made)",
                "slug": "glossary",
                "id": 242,
                "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": "Français [Pathfinder 2] (fan made)",
                    "slug": "pf2-fr",
                    "id": 109,
                    "web": "https://gitlab.com/pathfinder-fr/foundryvtt-pathfinder2-fr",
                    "web_url": "https://weblate.foundryvtt-hub.com/projects/pf2-fr/",
                    "url": "https://weblate.foundryvtt-hub.com/api/projects/pf2-fr/?format=api",
                    "components_list_url": "https://weblate.foundryvtt-hub.com/api/projects/pf2-fr/components/?format=api",
                    "repository_url": "https://weblate.foundryvtt-hub.com/api/projects/pf2-fr/repository/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/projects/pf2-fr/statistics/?format=api",
                    "categories_url": "https://weblate.foundryvtt-hub.com/api/projects/pf2-fr/categories/?format=api",
                    "changes_list_url": "https://weblate.foundryvtt-hub.com/api/projects/pf2-fr/changes/?format=api",
                    "languages_url": "https://weblate.foundryvtt-hub.com/api/projects/pf2-fr/languages/?format=api",
                    "labels_url": "https://weblate.foundryvtt-hub.com/api/projects/pf2-fr/labels/?format=api",
                    "credits_url": "https://weblate.foundryvtt-hub.com/api/projects/pf2-fr/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/pf2-fr/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/pf2-fr/glossary/",
                "url": "https://weblate.foundryvtt-hub.com/api/components/pf2-fr/glossary/?format=api",
                "repository_url": "https://weblate.foundryvtt-hub.com/api/components/pf2-fr/glossary/repository/?format=api",
                "translations_url": "https://weblate.foundryvtt-hub.com/api/components/pf2-fr/glossary/translations/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/components/pf2-fr/glossary/statistics/?format=api",
                "lock_url": "https://weblate.foundryvtt-hub.com/api/components/pf2-fr/glossary/lock/?format=api",
                "links_url": "https://weblate.foundryvtt-hub.com/api/components/pf2-fr/glossary/links/?format=api",
                "changes_list_url": "https://weblate.foundryvtt-hub.com/api/components/pf2-fr/glossary/changes/?format=api",
                "task_url": null,
                "credits_url": "https://weblate.foundryvtt-hub.com/api/components/pf2-fr/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": 1205,
            "filename": "",
            "revision": "",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/pf2-fr/glossary/en/",
            "share_url": "https://weblate.foundryvtt-hub.com/engage/pf2-fr/-/en/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/pf2-fr/glossary/en/",
            "url": "https://weblate.foundryvtt-hub.com/api/translations/pf2-fr/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/pf2-fr/glossary/en/repository/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/translations/pf2-fr/glossary/en/file/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/translations/pf2-fr/glossary/en/statistics/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/translations/pf2-fr/glossary/en/changes/?format=api",
            "units_list_url": "https://weblate.foundryvtt-hub.com/api/translations/pf2-fr/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": "Français [Pathfinder 2] (fan made)",
                "slug": "glossary",
                "id": 242,
                "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": "Français [Pathfinder 2] (fan made)",
                    "slug": "pf2-fr",
                    "id": 109,
                    "web": "https://gitlab.com/pathfinder-fr/foundryvtt-pathfinder2-fr",
                    "web_url": "https://weblate.foundryvtt-hub.com/projects/pf2-fr/",
                    "url": "https://weblate.foundryvtt-hub.com/api/projects/pf2-fr/?format=api",
                    "components_list_url": "https://weblate.foundryvtt-hub.com/api/projects/pf2-fr/components/?format=api",
                    "repository_url": "https://weblate.foundryvtt-hub.com/api/projects/pf2-fr/repository/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/projects/pf2-fr/statistics/?format=api",
                    "categories_url": "https://weblate.foundryvtt-hub.com/api/projects/pf2-fr/categories/?format=api",
                    "changes_list_url": "https://weblate.foundryvtt-hub.com/api/projects/pf2-fr/changes/?format=api",
                    "languages_url": "https://weblate.foundryvtt-hub.com/api/projects/pf2-fr/languages/?format=api",
                    "labels_url": "https://weblate.foundryvtt-hub.com/api/projects/pf2-fr/labels/?format=api",
                    "credits_url": "https://weblate.foundryvtt-hub.com/api/projects/pf2-fr/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/pf2-fr/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/pf2-fr/glossary/",
                "url": "https://weblate.foundryvtt-hub.com/api/components/pf2-fr/glossary/?format=api",
                "repository_url": "https://weblate.foundryvtt-hub.com/api/components/pf2-fr/glossary/repository/?format=api",
                "translations_url": "https://weblate.foundryvtt-hub.com/api/components/pf2-fr/glossary/translations/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/components/pf2-fr/glossary/statistics/?format=api",
                "lock_url": "https://weblate.foundryvtt-hub.com/api/components/pf2-fr/glossary/lock/?format=api",
                "links_url": "https://weblate.foundryvtt-hub.com/api/components/pf2-fr/glossary/links/?format=api",
                "changes_list_url": "https://weblate.foundryvtt-hub.com/api/components/pf2-fr/glossary/changes/?format=api",
                "task_url": null,
                "credits_url": "https://weblate.foundryvtt-hub.com/api/components/pf2-fr/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": 1206,
            "filename": "fr.tbx",
            "revision": "a707eb0b067f141dc98e77ff33c3d42e12c3d712",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/pf2-fr/glossary/fr/",
            "share_url": "https://weblate.foundryvtt-hub.com/engage/pf2-fr/-/fr/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/pf2-fr/glossary/fr/",
            "url": "https://weblate.foundryvtt-hub.com/api/translations/pf2-fr/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": "2023-10-21T15:01:35.361579Z",
            "last_author": "Dwim",
            "repository_url": "https://weblate.foundryvtt-hub.com/api/translations/pf2-fr/glossary/fr/repository/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/translations/pf2-fr/glossary/fr/file/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/translations/pf2-fr/glossary/fr/statistics/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/translations/pf2-fr/glossary/fr/changes/?format=api",
            "units_list_url": "https://weblate.foundryvtt-hub.com/api/translations/pf2-fr/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": "Rule Element",
                "slug": "rule-element",
                "id": 241,
                "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": "Français [Pathfinder 2] (fan made)",
                    "slug": "pf2-fr",
                    "id": 109,
                    "web": "https://gitlab.com/pathfinder-fr/foundryvtt-pathfinder2-fr",
                    "web_url": "https://weblate.foundryvtt-hub.com/projects/pf2-fr/",
                    "url": "https://weblate.foundryvtt-hub.com/api/projects/pf2-fr/?format=api",
                    "components_list_url": "https://weblate.foundryvtt-hub.com/api/projects/pf2-fr/components/?format=api",
                    "repository_url": "https://weblate.foundryvtt-hub.com/api/projects/pf2-fr/repository/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/projects/pf2-fr/statistics/?format=api",
                    "categories_url": "https://weblate.foundryvtt-hub.com/api/projects/pf2-fr/categories/?format=api",
                    "changes_list_url": "https://weblate.foundryvtt-hub.com/api/projects/pf2-fr/changes/?format=api",
                    "languages_url": "https://weblate.foundryvtt-hub.com/api/projects/pf2-fr/languages/?format=api",
                    "labels_url": "https://weblate.foundryvtt-hub.com/api/projects/pf2-fr/labels/?format=api",
                    "credits_url": "https://weblate.foundryvtt-hub.com/api/projects/pf2-fr/credits/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": "",
                    "enforced_2fa": false
                },
                "vcs": "gitlab",
                "repo": "https://gitlab.com/pathfinder-fr/foundryvtt-pathfinder2-fr.git",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "lang/re/*.json",
                "screenshot_filemask": "",
                "template": "lang/re/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/pf2-fr/rule-element/",
                "url": "https://weblate.foundryvtt-hub.com/api/components/pf2-fr/rule-element/?format=api",
                "repository_url": "https://weblate.foundryvtt-hub.com/api/components/pf2-fr/rule-element/repository/?format=api",
                "translations_url": "https://weblate.foundryvtt-hub.com/api/components/pf2-fr/rule-element/translations/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/components/pf2-fr/rule-element/statistics/?format=api",
                "lock_url": "https://weblate.foundryvtt-hub.com/api/components/pf2-fr/rule-element/lock/?format=api",
                "links_url": "https://weblate.foundryvtt-hub.com/api/components/pf2-fr/rule-element/links/?format=api",
                "changes_list_url": "https://weblate.foundryvtt-hub.com/api/components/pf2-fr/rule-element/changes/?format=api",
                "task_url": null,
                "credits_url": "https://weblate.foundryvtt-hub.com/api/components/pf2-fr/rule-element/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 }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": true,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": "https://weblate.foundryvtt-hub.com/api/components/pf2-fr/main/?format=api"
            },
            "language_code": "fr",
            "id": 1207,
            "filename": "lang/re/fr.json",
            "revision": "3ba8f252a7ab8e423fe106932c8066e23a5f6f96,147d9fa73034fe1d2c5a3107522e159aa155c7b1",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/pf2-fr/rule-element/fr/",
            "share_url": "https://weblate.foundryvtt-hub.com/engage/pf2-fr/-/fr/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/pf2-fr/rule-element/fr/",
            "url": "https://weblate.foundryvtt-hub.com/api/translations/pf2-fr/rule-element/fr/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 3481,
            "total_words": 40495,
            "translated": 3457,
            "translated_words": 40044,
            "translated_percent": 99.3,
            "fuzzy": 3,
            "fuzzy_words": 53,
            "fuzzy_percent": 0.1,
            "failing_checks": 119,
            "failing_checks_words": 1242,
            "failing_checks_percent": 3.4,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2025-03-29T05:17:29.735665Z",
            "last_author": null,
            "repository_url": "https://weblate.foundryvtt-hub.com/api/translations/pf2-fr/rule-element/fr/repository/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/translations/pf2-fr/rule-element/fr/file/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/translations/pf2-fr/rule-element/fr/statistics/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/translations/pf2-fr/rule-element/fr/changes/?format=api",
            "units_list_url": "https://weblate.foundryvtt-hub.com/api/translations/pf2-fr/rule-element/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": 238,
                "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": "Hey, Wait!",
                    "slug": "hey-wait",
                    "id": 108,
                    "web": "https://github.com/Couls/hey-wait",
                    "web_url": "https://weblate.foundryvtt-hub.com/projects/hey-wait/",
                    "url": "https://weblate.foundryvtt-hub.com/api/projects/hey-wait/?format=api",
                    "components_list_url": "https://weblate.foundryvtt-hub.com/api/projects/hey-wait/components/?format=api",
                    "repository_url": "https://weblate.foundryvtt-hub.com/api/projects/hey-wait/repository/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/projects/hey-wait/statistics/?format=api",
                    "categories_url": "https://weblate.foundryvtt-hub.com/api/projects/hey-wait/categories/?format=api",
                    "changes_list_url": "https://weblate.foundryvtt-hub.com/api/projects/hey-wait/changes/?format=api",
                    "languages_url": "https://weblate.foundryvtt-hub.com/api/projects/hey-wait/languages/?format=api",
                    "labels_url": "https://weblate.foundryvtt-hub.com/api/projects/hey-wait/labels/?format=api",
                    "credits_url": "https://weblate.foundryvtt-hub.com/api/projects/hey-wait/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/Couls/hey-wait.git",
                "git_export": "https://weblate.foundryvtt-hub.com/git/hey-wait/main/",
                "branch": "V10-Support",
                "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/hey-wait/main/",
                "url": "https://weblate.foundryvtt-hub.com/api/components/hey-wait/main/?format=api",
                "repository_url": "https://weblate.foundryvtt-hub.com/api/components/hey-wait/main/repository/?format=api",
                "translations_url": "https://weblate.foundryvtt-hub.com/api/components/hey-wait/main/translations/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/components/hey-wait/main/statistics/?format=api",
                "lock_url": "https://weblate.foundryvtt-hub.com/api/components/hey-wait/main/lock/?format=api",
                "links_url": "https://weblate.foundryvtt-hub.com/api/components/hey-wait/main/links/?format=api",
                "changes_list_url": "https://weblate.foundryvtt-hub.com/api/components/hey-wait/main/changes/?format=api",
                "task_url": null,
                "credits_url": "https://weblate.foundryvtt-hub.com/api/components/hey-wait/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/236/?format=api",
                    "https://weblate.foundryvtt-hub.com/api/addons/237/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "fr",
            "id": 1208,
            "filename": "src/lang/fr.json",
            "revision": "af713b5e2df031e5c8f2013850d0bc4692500930,1009594e34329c64b5df3eac5e2d19be687f6ce4",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/hey-wait/main/fr/",
            "share_url": "https://weblate.foundryvtt-hub.com/engage/hey-wait/-/fr/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/hey-wait/main/fr/",
            "url": "https://weblate.foundryvtt-hub.com/api/translations/hey-wait/main/fr/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 22,
            "total_words": 140,
            "translated": 22,
            "translated_words": 140,
            "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-04-21T04:17:24.654554Z",
            "last_author": "Couls",
            "repository_url": "https://weblate.foundryvtt-hub.com/api/translations/hey-wait/main/fr/repository/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/translations/hey-wait/main/fr/file/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/translations/hey-wait/main/fr/statistics/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/translations/hey-wait/main/fr/changes/?format=api",
            "units_list_url": "https://weblate.foundryvtt-hub.com/api/translations/hey-wait/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": "Hey, Wait!",
                "slug": "glossary",
                "id": 239,
                "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": "Hey, Wait!",
                    "slug": "hey-wait",
                    "id": 108,
                    "web": "https://github.com/Couls/hey-wait",
                    "web_url": "https://weblate.foundryvtt-hub.com/projects/hey-wait/",
                    "url": "https://weblate.foundryvtt-hub.com/api/projects/hey-wait/?format=api",
                    "components_list_url": "https://weblate.foundryvtt-hub.com/api/projects/hey-wait/components/?format=api",
                    "repository_url": "https://weblate.foundryvtt-hub.com/api/projects/hey-wait/repository/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/projects/hey-wait/statistics/?format=api",
                    "categories_url": "https://weblate.foundryvtt-hub.com/api/projects/hey-wait/categories/?format=api",
                    "changes_list_url": "https://weblate.foundryvtt-hub.com/api/projects/hey-wait/changes/?format=api",
                    "languages_url": "https://weblate.foundryvtt-hub.com/api/projects/hey-wait/languages/?format=api",
                    "labels_url": "https://weblate.foundryvtt-hub.com/api/projects/hey-wait/labels/?format=api",
                    "credits_url": "https://weblate.foundryvtt-hub.com/api/projects/hey-wait/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/hey-wait/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/hey-wait/glossary/",
                "url": "https://weblate.foundryvtt-hub.com/api/components/hey-wait/glossary/?format=api",
                "repository_url": "https://weblate.foundryvtt-hub.com/api/components/hey-wait/glossary/repository/?format=api",
                "translations_url": "https://weblate.foundryvtt-hub.com/api/components/hey-wait/glossary/translations/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/components/hey-wait/glossary/statistics/?format=api",
                "lock_url": "https://weblate.foundryvtt-hub.com/api/components/hey-wait/glossary/lock/?format=api",
                "links_url": "https://weblate.foundryvtt-hub.com/api/components/hey-wait/glossary/links/?format=api",
                "changes_list_url": "https://weblate.foundryvtt-hub.com/api/components/hey-wait/glossary/changes/?format=api",
                "task_url": null,
                "credits_url": "https://weblate.foundryvtt-hub.com/api/components/hey-wait/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": 1209,
            "filename": "fr.tbx",
            "revision": "a707eb0b067f141dc98e77ff33c3d42e12c3d712",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/hey-wait/glossary/fr/",
            "share_url": "https://weblate.foundryvtt-hub.com/engage/hey-wait/-/fr/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/hey-wait/glossary/fr/",
            "url": "https://weblate.foundryvtt-hub.com/api/translations/hey-wait/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": "2023-04-21T04:17:24.930102Z",
            "last_author": "Couls",
            "repository_url": "https://weblate.foundryvtt-hub.com/api/translations/hey-wait/glossary/fr/repository/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/translations/hey-wait/glossary/fr/file/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/translations/hey-wait/glossary/fr/statistics/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/translations/hey-wait/glossary/fr/changes/?format=api",
            "units_list_url": "https://weblate.foundryvtt-hub.com/api/translations/hey-wait/glossary/fr/units/?format=api"
        },
        {
            "language": {
                "id": 621,
                "code": "pt_BR",
                "name": "Portuguese (Brazil)",
                "plural": {
                    "id": 652,
                    "source": 0,
                    "number": 2,
                    "formula": "n > 1",
                    "type": 1
                },
                "aliases": [
                    "braz_por",
                    "portuguese_br",
                    "bp",
                    "por_br",
                    "ptb"
                ],
                "direction": "ltr",
                "population": 192661560,
                "web_url": "https://weblate.foundryvtt-hub.com/languages/pt_BR/",
                "url": "https://weblate.foundryvtt-hub.com/api/languages/pt_BR/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/languages/pt_BR/statistics/?format=api"
            },
            "component": {
                "name": "main",
                "slug": "main",
                "id": 131,
                "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": "Damage Log",
                    "slug": "damage-log",
                    "id": 58,
                    "web": "https://github.com/cs96and/FoundryVTT-damage-log",
                    "web_url": "https://weblate.foundryvtt-hub.com/projects/damage-log/",
                    "url": "https://weblate.foundryvtt-hub.com/api/projects/damage-log/?format=api",
                    "components_list_url": "https://weblate.foundryvtt-hub.com/api/projects/damage-log/components/?format=api",
                    "repository_url": "https://weblate.foundryvtt-hub.com/api/projects/damage-log/repository/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/projects/damage-log/statistics/?format=api",
                    "categories_url": "https://weblate.foundryvtt-hub.com/api/projects/damage-log/categories/?format=api",
                    "changes_list_url": "https://weblate.foundryvtt-hub.com/api/projects/damage-log/changes/?format=api",
                    "languages_url": "https://weblate.foundryvtt-hub.com/api/projects/damage-log/languages/?format=api",
                    "labels_url": "https://weblate.foundryvtt-hub.com/api/projects/damage-log/labels/?format=api",
                    "credits_url": "https://weblate.foundryvtt-hub.com/api/projects/damage-log/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/cs96and/FoundryVTT-damage-log.git",
                "git_export": "https://weblate.foundryvtt-hub.com/git/damage-log/main/",
                "branch": "master",
                "push_branch": "",
                "filemask": "lang/*.json",
                "screenshot_filemask": "",
                "template": "lang/en.json",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "json",
                "license": "MIT",
                "license_url": "https://spdx.org/licenses/MIT.html",
                "agreement": "",
                "web_url": "https://weblate.foundryvtt-hub.com/projects/damage-log/main/",
                "url": "https://weblate.foundryvtt-hub.com/api/components/damage-log/main/?format=api",
                "repository_url": "https://weblate.foundryvtt-hub.com/api/components/damage-log/main/repository/?format=api",
                "translations_url": "https://weblate.foundryvtt-hub.com/api/components/damage-log/main/translations/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/components/damage-log/main/statistics/?format=api",
                "lock_url": "https://weblate.foundryvtt-hub.com/api/components/damage-log/main/lock/?format=api",
                "links_url": "https://weblate.foundryvtt-hub.com/api/components/damage-log/main/links/?format=api",
                "changes_list_url": "https://weblate.foundryvtt-hub.com/api/components/damage-log/main/changes/?format=api",
                "task_url": null,
                "credits_url": "https://weblate.foundryvtt-hub.com/api/components/damage-log/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/128/?format=api",
                    "https://weblate.foundryvtt-hub.com/api/addons/129/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "pt_BR",
            "id": 1210,
            "filename": "lang/pt_BR.json",
            "revision": "e29413656a5ebb7adcf5c9d32f6213099aefd28b,951ce43e611221045c8bca9158f36ccb77136e8d",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/damage-log/main/pt_BR/",
            "share_url": "https://weblate.foundryvtt-hub.com/engage/damage-log/-/pt_BR/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/damage-log/main/pt_BR/",
            "url": "https://weblate.foundryvtt-hub.com/api/translations/damage-log/main/pt_BR/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 59,
            "total_words": 277,
            "translated": 46,
            "translated_words": 258,
            "translated_percent": 77.9,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 2,
            "failing_checks_words": 2,
            "failing_checks_percent": 3.3,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2025-01-12T19:47:32.409415Z",
            "last_author": null,
            "repository_url": "https://weblate.foundryvtt-hub.com/api/translations/damage-log/main/pt_BR/repository/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/translations/damage-log/main/pt_BR/file/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/translations/damage-log/main/pt_BR/statistics/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/translations/damage-log/main/pt_BR/changes/?format=api",
            "units_list_url": "https://weblate.foundryvtt-hub.com/api/translations/damage-log/main/pt_BR/units/?format=api"
        },
        {
            "language": {
                "id": 621,
                "code": "pt_BR",
                "name": "Portuguese (Brazil)",
                "plural": {
                    "id": 652,
                    "source": 0,
                    "number": 2,
                    "formula": "n > 1",
                    "type": 1
                },
                "aliases": [
                    "braz_por",
                    "portuguese_br",
                    "bp",
                    "por_br",
                    "ptb"
                ],
                "direction": "ltr",
                "population": 192661560,
                "web_url": "https://weblate.foundryvtt-hub.com/languages/pt_BR/",
                "url": "https://weblate.foundryvtt-hub.com/api/languages/pt_BR/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/languages/pt_BR/statistics/?format=api"
            },
            "component": {
                "name": "Damage Log",
                "slug": "glossary",
                "id": 132,
                "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": "Damage Log",
                    "slug": "damage-log",
                    "id": 58,
                    "web": "https://github.com/cs96and/FoundryVTT-damage-log",
                    "web_url": "https://weblate.foundryvtt-hub.com/projects/damage-log/",
                    "url": "https://weblate.foundryvtt-hub.com/api/projects/damage-log/?format=api",
                    "components_list_url": "https://weblate.foundryvtt-hub.com/api/projects/damage-log/components/?format=api",
                    "repository_url": "https://weblate.foundryvtt-hub.com/api/projects/damage-log/repository/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/projects/damage-log/statistics/?format=api",
                    "categories_url": "https://weblate.foundryvtt-hub.com/api/projects/damage-log/categories/?format=api",
                    "changes_list_url": "https://weblate.foundryvtt-hub.com/api/projects/damage-log/changes/?format=api",
                    "languages_url": "https://weblate.foundryvtt-hub.com/api/projects/damage-log/languages/?format=api",
                    "labels_url": "https://weblate.foundryvtt-hub.com/api/projects/damage-log/labels/?format=api",
                    "credits_url": "https://weblate.foundryvtt-hub.com/api/projects/damage-log/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/damage-log/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/damage-log/glossary/",
                "url": "https://weblate.foundryvtt-hub.com/api/components/damage-log/glossary/?format=api",
                "repository_url": "https://weblate.foundryvtt-hub.com/api/components/damage-log/glossary/repository/?format=api",
                "translations_url": "https://weblate.foundryvtt-hub.com/api/components/damage-log/glossary/translations/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/components/damage-log/glossary/statistics/?format=api",
                "lock_url": "https://weblate.foundryvtt-hub.com/api/components/damage-log/glossary/lock/?format=api",
                "links_url": "https://weblate.foundryvtt-hub.com/api/components/damage-log/glossary/links/?format=api",
                "changes_list_url": "https://weblate.foundryvtt-hub.com/api/components/damage-log/glossary/changes/?format=api",
                "task_url": null,
                "credits_url": "https://weblate.foundryvtt-hub.com/api/components/damage-log/glossary/credits/?format=api",
                "new_lang": "none",
                "language_code_style": "",
                "push": "",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
                "addon_message": "Update translation files\n\nUpdated by \"{{ addon_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": false,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": true,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "pt_BR",
            "id": 1211,
            "filename": "pt_BR.tbx",
            "revision": "a707eb0b067f141dc98e77ff33c3d42e12c3d712",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/damage-log/glossary/pt_BR/",
            "share_url": "https://weblate.foundryvtt-hub.com/engage/damage-log/-/pt_BR/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/damage-log/glossary/pt_BR/",
            "url": "https://weblate.foundryvtt-hub.com/api/translations/damage-log/glossary/pt_BR/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 0,
            "total_words": 0,
            "translated": 0,
            "translated_words": 0,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2023-03-09T20:42:57.673294Z",
            "last_author": null,
            "repository_url": "https://weblate.foundryvtt-hub.com/api/translations/damage-log/glossary/pt_BR/repository/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/translations/damage-log/glossary/pt_BR/file/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/translations/damage-log/glossary/pt_BR/statistics/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/translations/damage-log/glossary/pt_BR/changes/?format=api",
            "units_list_url": "https://weblate.foundryvtt-hub.com/api/translations/damage-log/glossary/pt_BR/units/?format=api"
        },
        {
            "language": {
                "id": 621,
                "code": "pt_BR",
                "name": "Portuguese (Brazil)",
                "plural": {
                    "id": 652,
                    "source": 0,
                    "number": 2,
                    "formula": "n > 1",
                    "type": 1
                },
                "aliases": [
                    "braz_por",
                    "portuguese_br",
                    "bp",
                    "por_br",
                    "ptb"
                ],
                "direction": "ltr",
                "population": 192661560,
                "web_url": "https://weblate.foundryvtt-hub.com/languages/pt_BR/",
                "url": "https://weblate.foundryvtt-hub.com/api/languages/pt_BR/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/languages/pt_BR/statistics/?format=api"
            },
            "component": {
                "name": "main",
                "slug": "main",
                "id": 117,
                "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": "Stairways (Teleporter)",
                    "slug": "stairways",
                    "id": 51,
                    "web": "https://gitlab.com/SWW13/foundryvtt-stairways",
                    "web_url": "https://weblate.foundryvtt-hub.com/projects/stairways/",
                    "url": "https://weblate.foundryvtt-hub.com/api/projects/stairways/?format=api",
                    "components_list_url": "https://weblate.foundryvtt-hub.com/api/projects/stairways/components/?format=api",
                    "repository_url": "https://weblate.foundryvtt-hub.com/api/projects/stairways/repository/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/projects/stairways/statistics/?format=api",
                    "categories_url": "https://weblate.foundryvtt-hub.com/api/projects/stairways/categories/?format=api",
                    "changes_list_url": "https://weblate.foundryvtt-hub.com/api/projects/stairways/changes/?format=api",
                    "languages_url": "https://weblate.foundryvtt-hub.com/api/projects/stairways/languages/?format=api",
                    "labels_url": "https://weblate.foundryvtt-hub.com/api/projects/stairways/labels/?format=api",
                    "credits_url": "https://weblate.foundryvtt-hub.com/api/projects/stairways/credits/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": "",
                    "enforced_2fa": false
                },
                "vcs": "gitlab",
                "repo": "https://gitlab.com/SWW13/foundryvtt-stairways.git",
                "git_export": "https://weblate.foundryvtt-hub.com/git/stairways/main/",
                "branch": "main",
                "push_branch": "",
                "filemask": "lang/*.json",
                "screenshot_filemask": "",
                "template": "lang/en.json",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "json-nested",
                "license": "MIT",
                "license_url": "https://spdx.org/licenses/MIT.html",
                "agreement": "",
                "web_url": "https://weblate.foundryvtt-hub.com/projects/stairways/main/",
                "url": "https://weblate.foundryvtt-hub.com/api/components/stairways/main/?format=api",
                "repository_url": "https://weblate.foundryvtt-hub.com/api/components/stairways/main/repository/?format=api",
                "translations_url": "https://weblate.foundryvtt-hub.com/api/components/stairways/main/translations/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/components/stairways/main/statistics/?format=api",
                "lock_url": "https://weblate.foundryvtt-hub.com/api/components/stairways/main/lock/?format=api",
                "links_url": "https://weblate.foundryvtt-hub.com/api/components/stairways/main/links/?format=api",
                "changes_list_url": "https://weblate.foundryvtt-hub.com/api/components/stairways/main/changes/?format=api",
                "task_url": null,
                "credits_url": "https://weblate.foundryvtt-hub.com/api/components/stairways/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/114/?format=api",
                    "https://weblate.foundryvtt-hub.com/api/addons/115/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "pt_BR",
            "id": 1212,
            "filename": "lang/pt_BR.json",
            "revision": "b0b149e7c716d46207442700cfb268902c656de7,9eea0bcd392c280d84de286a099ea0880d6bb9b1",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/stairways/main/pt_BR/",
            "share_url": "https://weblate.foundryvtt-hub.com/engage/stairways/-/pt_BR/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/stairways/main/pt_BR/",
            "url": "https://weblate.foundryvtt-hub.com/api/translations/stairways/main/pt_BR/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 53,
            "total_words": 167,
            "translated": 49,
            "translated_words": 150,
            "translated_percent": 92.4,
            "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-08-12T21:36:51.863610Z",
            "last_author": null,
            "repository_url": "https://weblate.foundryvtt-hub.com/api/translations/stairways/main/pt_BR/repository/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/translations/stairways/main/pt_BR/file/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/translations/stairways/main/pt_BR/statistics/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/translations/stairways/main/pt_BR/changes/?format=api",
            "units_list_url": "https://weblate.foundryvtt-hub.com/api/translations/stairways/main/pt_BR/units/?format=api"
        },
        {
            "language": {
                "id": 621,
                "code": "pt_BR",
                "name": "Portuguese (Brazil)",
                "plural": {
                    "id": 652,
                    "source": 0,
                    "number": 2,
                    "formula": "n > 1",
                    "type": 1
                },
                "aliases": [
                    "braz_por",
                    "portuguese_br",
                    "bp",
                    "por_br",
                    "ptb"
                ],
                "direction": "ltr",
                "population": 192661560,
                "web_url": "https://weblate.foundryvtt-hub.com/languages/pt_BR/",
                "url": "https://weblate.foundryvtt-hub.com/api/languages/pt_BR/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/languages/pt_BR/statistics/?format=api"
            },
            "component": {
                "name": "Stairways (Teleporter)",
                "slug": "glossary",
                "id": 118,
                "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": "Stairways (Teleporter)",
                    "slug": "stairways",
                    "id": 51,
                    "web": "https://gitlab.com/SWW13/foundryvtt-stairways",
                    "web_url": "https://weblate.foundryvtt-hub.com/projects/stairways/",
                    "url": "https://weblate.foundryvtt-hub.com/api/projects/stairways/?format=api",
                    "components_list_url": "https://weblate.foundryvtt-hub.com/api/projects/stairways/components/?format=api",
                    "repository_url": "https://weblate.foundryvtt-hub.com/api/projects/stairways/repository/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/projects/stairways/statistics/?format=api",
                    "categories_url": "https://weblate.foundryvtt-hub.com/api/projects/stairways/categories/?format=api",
                    "changes_list_url": "https://weblate.foundryvtt-hub.com/api/projects/stairways/changes/?format=api",
                    "languages_url": "https://weblate.foundryvtt-hub.com/api/projects/stairways/languages/?format=api",
                    "labels_url": "https://weblate.foundryvtt-hub.com/api/projects/stairways/labels/?format=api",
                    "credits_url": "https://weblate.foundryvtt-hub.com/api/projects/stairways/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/stairways/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/stairways/glossary/",
                "url": "https://weblate.foundryvtt-hub.com/api/components/stairways/glossary/?format=api",
                "repository_url": "https://weblate.foundryvtt-hub.com/api/components/stairways/glossary/repository/?format=api",
                "translations_url": "https://weblate.foundryvtt-hub.com/api/components/stairways/glossary/translations/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/components/stairways/glossary/statistics/?format=api",
                "lock_url": "https://weblate.foundryvtt-hub.com/api/components/stairways/glossary/lock/?format=api",
                "links_url": "https://weblate.foundryvtt-hub.com/api/components/stairways/glossary/links/?format=api",
                "changes_list_url": "https://weblate.foundryvtt-hub.com/api/components/stairways/glossary/changes/?format=api",
                "task_url": null,
                "credits_url": "https://weblate.foundryvtt-hub.com/api/components/stairways/glossary/credits/?format=api",
                "new_lang": "none",
                "language_code_style": "",
                "push": "",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
                "addon_message": "Update translation files\n\nUpdated by \"{{ addon_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": false,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": true,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "pt_BR",
            "id": 1213,
            "filename": "pt_BR.tbx",
            "revision": "832799cb9f280287396aa8cbb1346a85b3a426cb",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/stairways/glossary/pt_BR/",
            "share_url": "https://weblate.foundryvtt-hub.com/engage/stairways/-/pt_BR/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/stairways/glossary/pt_BR/",
            "url": "https://weblate.foundryvtt-hub.com/api/translations/stairways/glossary/pt_BR/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 6,
            "total_words": 6,
            "translated": 6,
            "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-19T02:23:53.680273Z",
            "last_author": null,
            "repository_url": "https://weblate.foundryvtt-hub.com/api/translations/stairways/glossary/pt_BR/repository/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/translations/stairways/glossary/pt_BR/file/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/translations/stairways/glossary/pt_BR/statistics/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/translations/stairways/glossary/pt_BR/changes/?format=api",
            "units_list_url": "https://weblate.foundryvtt-hub.com/api/translations/stairways/glossary/pt_BR/units/?format=api"
        },
        {
            "language": {
                "id": 88,
                "code": "ceb",
                "name": "Cebuano",
                "plural": {
                    "id": 88,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1 && n != 2 && n != 3 && (n % 10 == 4 || n % 10 == 6 || n % 10 == 9)",
                    "type": 1
                },
                "aliases": [],
                "direction": "ltr",
                "population": 26203440,
                "web_url": "https://weblate.foundryvtt-hub.com/languages/ceb/",
                "url": "https://weblate.foundryvtt-hub.com/api/languages/ceb/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/languages/ceb/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": "ceb",
            "id": 1214,
            "filename": "src/lang/ceb.json",
            "revision": "0967ef424bce6791893e9a57bb952f80fd536e93,04fa8d8fe1bf9107d06b0dc6a462a485aa1fc22e",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/simple-calendar/main/ceb/",
            "share_url": "https://weblate.foundryvtt-hub.com/engage/simple-calendar/-/ceb/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/simple-calendar/main/ceb/",
            "url": "https://weblate.foundryvtt-hub.com/api/translations/simple-calendar/main/ceb/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 504,
            "total_words": 3127,
            "translated": 0,
            "translated_words": 0,
            "translated_percent": 0.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-05-20T06:35:09.068120Z",
            "last_author": null,
            "repository_url": "https://weblate.foundryvtt-hub.com/api/translations/simple-calendar/main/ceb/repository/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/translations/simple-calendar/main/ceb/file/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/translations/simple-calendar/main/ceb/statistics/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/translations/simple-calendar/main/ceb/changes/?format=api",
            "units_list_url": "https://weblate.foundryvtt-hub.com/api/translations/simple-calendar/main/ceb/units/?format=api"
        },
        {
            "language": {
                "id": 88,
                "code": "ceb",
                "name": "Cebuano",
                "plural": {
                    "id": 88,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1 && n != 2 && n != 3 && (n % 10 == 4 || n % 10 == 6 || n % 10 == 9)",
                    "type": 1
                },
                "aliases": [],
                "direction": "ltr",
                "population": 26203440,
                "web_url": "https://weblate.foundryvtt-hub.com/languages/ceb/",
                "url": "https://weblate.foundryvtt-hub.com/api/languages/ceb/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/languages/ceb/statistics/?format=api"
            },
            "component": {
                "name": "Simple Calendar",
                "slug": "glossary",
                "id": 12,
                "source_language": {
                    "id": 147,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 147,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://weblate.foundryvtt-hub.com/languages/en/",
                    "url": "https://weblate.foundryvtt-hub.com/api/languages/en/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Simple Calendar",
                    "slug": "simple-calendar",
                    "id": 6,
                    "web": "https://github.com/vigoren/foundryvtt-simple-calendar/",
                    "web_url": "https://weblate.foundryvtt-hub.com/projects/simple-calendar/",
                    "url": "https://weblate.foundryvtt-hub.com/api/projects/simple-calendar/?format=api",
                    "components_list_url": "https://weblate.foundryvtt-hub.com/api/projects/simple-calendar/components/?format=api",
                    "repository_url": "https://weblate.foundryvtt-hub.com/api/projects/simple-calendar/repository/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/projects/simple-calendar/statistics/?format=api",
                    "categories_url": "https://weblate.foundryvtt-hub.com/api/projects/simple-calendar/categories/?format=api",
                    "changes_list_url": "https://weblate.foundryvtt-hub.com/api/projects/simple-calendar/changes/?format=api",
                    "languages_url": "https://weblate.foundryvtt-hub.com/api/projects/simple-calendar/languages/?format=api",
                    "labels_url": "https://weblate.foundryvtt-hub.com/api/projects/simple-calendar/labels/?format=api",
                    "credits_url": "https://weblate.foundryvtt-hub.com/api/projects/simple-calendar/credits/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": "",
                    "enforced_2fa": false
                },
                "vcs": "local",
                "repo": "local:",
                "git_export": "https://weblate.foundryvtt-hub.com/git/simple-calendar/glossary/",
                "branch": "main",
                "push_branch": "",
                "filemask": "*.tbx",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "tbx",
                "license": "MIT",
                "license_url": "https://spdx.org/licenses/MIT.html",
                "agreement": "",
                "web_url": "https://weblate.foundryvtt-hub.com/projects/simple-calendar/glossary/",
                "url": "https://weblate.foundryvtt-hub.com/api/components/simple-calendar/glossary/?format=api",
                "repository_url": "https://weblate.foundryvtt-hub.com/api/components/simple-calendar/glossary/repository/?format=api",
                "translations_url": "https://weblate.foundryvtt-hub.com/api/components/simple-calendar/glossary/translations/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/components/simple-calendar/glossary/statistics/?format=api",
                "lock_url": "https://weblate.foundryvtt-hub.com/api/components/simple-calendar/glossary/lock/?format=api",
                "links_url": "https://weblate.foundryvtt-hub.com/api/components/simple-calendar/glossary/links/?format=api",
                "changes_list_url": "https://weblate.foundryvtt-hub.com/api/components/simple-calendar/glossary/changes/?format=api",
                "task_url": null,
                "credits_url": "https://weblate.foundryvtt-hub.com/api/components/simple-calendar/glossary/credits/?format=api",
                "new_lang": "none",
                "language_code_style": "",
                "push": "",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
                "addon_message": "Update translation files\n\nUpdated by \"{{ addon_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": false,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": true,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "ceb",
            "id": 1215,
            "filename": "ceb.tbx",
            "revision": "46ca0bdaae2cdcd9223219649faf295199514130",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/simple-calendar/glossary/ceb/",
            "share_url": "https://weblate.foundryvtt-hub.com/engage/simple-calendar/-/ceb/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/simple-calendar/glossary/ceb/",
            "url": "https://weblate.foundryvtt-hub.com/api/translations/simple-calendar/glossary/ceb/?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:53.630084Z",
            "last_author": null,
            "repository_url": "https://weblate.foundryvtt-hub.com/api/translations/simple-calendar/glossary/ceb/repository/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/translations/simple-calendar/glossary/ceb/file/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/translations/simple-calendar/glossary/ceb/statistics/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/translations/simple-calendar/glossary/ceb/changes/?format=api",
            "units_list_url": "https://weblate.foundryvtt-hub.com/api/translations/simple-calendar/glossary/ceb/units/?format=api"
        },
        {
            "language": {
                "id": 610,
                "code": "zh_Hans",
                "name": "Chinese (Simplified Han script)",
                "plural": {
                    "id": 610,
                    "source": 0,
                    "number": 1,
                    "formula": "0",
                    "type": 0
                },
                "aliases": [
                    "chinese",
                    "chinese_chs",
                    "schinese",
                    "chinese_zh",
                    "cn",
                    "cmn",
                    "cmn_hans",
                    "zh",
                    "zh_chs",
                    "zh_cmn_hans",
                    "zh_cn",
                    "zh_hans_cn",
                    "zhcn",
                    "chs",
                    "chi"
                ],
                "direction": "ltr",
                "population": 1266066359,
                "web_url": "https://weblate.foundryvtt-hub.com/languages/zh_Hans/",
                "url": "https://weblate.foundryvtt-hub.com/api/languages/zh_Hans/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/languages/zh_Hans/statistics/?format=api"
            },
            "component": {
                "name": "main",
                "slug": "main",
                "id": 210,
                "source_language": {
                    "id": 147,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 147,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://weblate.foundryvtt-hub.com/languages/en/",
                    "url": "https://weblate.foundryvtt-hub.com/api/languages/en/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "PF2e Giveth",
                    "slug": "pf2e-giveth",
                    "id": 93,
                    "web": "https://github.com/reonZ/pf2e-giveth",
                    "web_url": "https://weblate.foundryvtt-hub.com/projects/pf2e-giveth/",
                    "url": "https://weblate.foundryvtt-hub.com/api/projects/pf2e-giveth/?format=api",
                    "components_list_url": "https://weblate.foundryvtt-hub.com/api/projects/pf2e-giveth/components/?format=api",
                    "repository_url": "https://weblate.foundryvtt-hub.com/api/projects/pf2e-giveth/repository/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/projects/pf2e-giveth/statistics/?format=api",
                    "categories_url": "https://weblate.foundryvtt-hub.com/api/projects/pf2e-giveth/categories/?format=api",
                    "changes_list_url": "https://weblate.foundryvtt-hub.com/api/projects/pf2e-giveth/changes/?format=api",
                    "languages_url": "https://weblate.foundryvtt-hub.com/api/projects/pf2e-giveth/languages/?format=api",
                    "labels_url": "https://weblate.foundryvtt-hub.com/api/projects/pf2e-giveth/labels/?format=api",
                    "credits_url": "https://weblate.foundryvtt-hub.com/api/projects/pf2e-giveth/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/reonZ/pf2e-giveth.git",
                "git_export": "https://weblate.foundryvtt-hub.com/git/pf2e-giveth/main/",
                "branch": "master",
                "push_branch": "",
                "filemask": "lang/*.json",
                "screenshot_filemask": "",
                "template": "lang/en.json",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "json-nested",
                "license": "MIT",
                "license_url": "https://spdx.org/licenses/MIT.html",
                "agreement": "",
                "web_url": "https://weblate.foundryvtt-hub.com/projects/pf2e-giveth/main/",
                "url": "https://weblate.foundryvtt-hub.com/api/components/pf2e-giveth/main/?format=api",
                "repository_url": "https://weblate.foundryvtt-hub.com/api/components/pf2e-giveth/main/repository/?format=api",
                "translations_url": "https://weblate.foundryvtt-hub.com/api/components/pf2e-giveth/main/translations/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/components/pf2e-giveth/main/statistics/?format=api",
                "lock_url": "https://weblate.foundryvtt-hub.com/api/components/pf2e-giveth/main/lock/?format=api",
                "links_url": "https://weblate.foundryvtt-hub.com/api/components/pf2e-giveth/main/links/?format=api",
                "changes_list_url": "https://weblate.foundryvtt-hub.com/api/components/pf2e-giveth/main/changes/?format=api",
                "task_url": null,
                "credits_url": "https://weblate.foundryvtt-hub.com/api/components/pf2e-giveth/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/205/?format=api",
                    "https://weblate.foundryvtt-hub.com/api/addons/206/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "zh_Hans",
            "id": 1216,
            "filename": "lang/zh_Hans.json",
            "revision": "6672744cefa40eaeea51bf7af63f777c09826a1b,d673883b9c106115db1e60ecd6ebe37eb1423668",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/pf2e-giveth/main/zh_Hans/",
            "share_url": "https://weblate.foundryvtt-hub.com/engage/pf2e-giveth/-/zh_Hans/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/pf2e-giveth/main/zh_Hans/",
            "url": "https://weblate.foundryvtt-hub.com/api/translations/pf2e-giveth/main/zh_Hans/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 6,
            "total_words": 37,
            "translated": 6,
            "translated_words": 37,
            "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-03-11T15:40:54.877959Z",
            "last_author": "liyu",
            "repository_url": "https://weblate.foundryvtt-hub.com/api/translations/pf2e-giveth/main/zh_Hans/repository/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/translations/pf2e-giveth/main/zh_Hans/file/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/translations/pf2e-giveth/main/zh_Hans/statistics/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/translations/pf2e-giveth/main/zh_Hans/changes/?format=api",
            "units_list_url": "https://weblate.foundryvtt-hub.com/api/translations/pf2e-giveth/main/zh_Hans/units/?format=api"
        },
        {
            "language": {
                "id": 610,
                "code": "zh_Hans",
                "name": "Chinese (Simplified Han script)",
                "plural": {
                    "id": 610,
                    "source": 0,
                    "number": 1,
                    "formula": "0",
                    "type": 0
                },
                "aliases": [
                    "chinese",
                    "chinese_chs",
                    "schinese",
                    "chinese_zh",
                    "cn",
                    "cmn",
                    "cmn_hans",
                    "zh",
                    "zh_chs",
                    "zh_cmn_hans",
                    "zh_cn",
                    "zh_hans_cn",
                    "zhcn",
                    "chs",
                    "chi"
                ],
                "direction": "ltr",
                "population": 1266066359,
                "web_url": "https://weblate.foundryvtt-hub.com/languages/zh_Hans/",
                "url": "https://weblate.foundryvtt-hub.com/api/languages/zh_Hans/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/languages/zh_Hans/statistics/?format=api"
            },
            "component": {
                "name": "PF2e Giveth",
                "slug": "glossary",
                "id": 211,
                "source_language": {
                    "id": 147,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 147,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://weblate.foundryvtt-hub.com/languages/en/",
                    "url": "https://weblate.foundryvtt-hub.com/api/languages/en/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "PF2e Giveth",
                    "slug": "pf2e-giveth",
                    "id": 93,
                    "web": "https://github.com/reonZ/pf2e-giveth",
                    "web_url": "https://weblate.foundryvtt-hub.com/projects/pf2e-giveth/",
                    "url": "https://weblate.foundryvtt-hub.com/api/projects/pf2e-giveth/?format=api",
                    "components_list_url": "https://weblate.foundryvtt-hub.com/api/projects/pf2e-giveth/components/?format=api",
                    "repository_url": "https://weblate.foundryvtt-hub.com/api/projects/pf2e-giveth/repository/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/projects/pf2e-giveth/statistics/?format=api",
                    "categories_url": "https://weblate.foundryvtt-hub.com/api/projects/pf2e-giveth/categories/?format=api",
                    "changes_list_url": "https://weblate.foundryvtt-hub.com/api/projects/pf2e-giveth/changes/?format=api",
                    "languages_url": "https://weblate.foundryvtt-hub.com/api/projects/pf2e-giveth/languages/?format=api",
                    "labels_url": "https://weblate.foundryvtt-hub.com/api/projects/pf2e-giveth/labels/?format=api",
                    "credits_url": "https://weblate.foundryvtt-hub.com/api/projects/pf2e-giveth/credits/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": "",
                    "enforced_2fa": false
                },
                "vcs": "local",
                "repo": "local:",
                "git_export": "https://weblate.foundryvtt-hub.com/git/pf2e-giveth/glossary/",
                "branch": "main",
                "push_branch": "",
                "filemask": "*.tbx",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "tbx",
                "license": "MIT",
                "license_url": "https://spdx.org/licenses/MIT.html",
                "agreement": "",
                "web_url": "https://weblate.foundryvtt-hub.com/projects/pf2e-giveth/glossary/",
                "url": "https://weblate.foundryvtt-hub.com/api/components/pf2e-giveth/glossary/?format=api",
                "repository_url": "https://weblate.foundryvtt-hub.com/api/components/pf2e-giveth/glossary/repository/?format=api",
                "translations_url": "https://weblate.foundryvtt-hub.com/api/components/pf2e-giveth/glossary/translations/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/components/pf2e-giveth/glossary/statistics/?format=api",
                "lock_url": "https://weblate.foundryvtt-hub.com/api/components/pf2e-giveth/glossary/lock/?format=api",
                "links_url": "https://weblate.foundryvtt-hub.com/api/components/pf2e-giveth/glossary/links/?format=api",
                "changes_list_url": "https://weblate.foundryvtt-hub.com/api/components/pf2e-giveth/glossary/changes/?format=api",
                "task_url": null,
                "credits_url": "https://weblate.foundryvtt-hub.com/api/components/pf2e-giveth/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_Hans",
            "id": 1217,
            "filename": "zh_Hans.tbx",
            "revision": "a707eb0b067f141dc98e77ff33c3d42e12c3d712",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/pf2e-giveth/glossary/zh_Hans/",
            "share_url": "https://weblate.foundryvtt-hub.com/engage/pf2e-giveth/-/zh_Hans/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/pf2e-giveth/glossary/zh_Hans/",
            "url": "https://weblate.foundryvtt-hub.com/api/translations/pf2e-giveth/glossary/zh_Hans/?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": "2023-03-11T15:36:48.469139Z",
            "last_author": null,
            "repository_url": "https://weblate.foundryvtt-hub.com/api/translations/pf2e-giveth/glossary/zh_Hans/repository/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/translations/pf2e-giveth/glossary/zh_Hans/file/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/translations/pf2e-giveth/glossary/zh_Hans/statistics/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/translations/pf2e-giveth/glossary/zh_Hans/changes/?format=api",
            "units_list_url": "https://weblate.foundryvtt-hub.com/api/translations/pf2e-giveth/glossary/zh_Hans/units/?format=api"
        },
        {
            "language": {
                "id": 610,
                "code": "zh_Hans",
                "name": "Chinese (Simplified Han script)",
                "plural": {
                    "id": 610,
                    "source": 0,
                    "number": 1,
                    "formula": "0",
                    "type": 0
                },
                "aliases": [
                    "chinese",
                    "chinese_chs",
                    "schinese",
                    "chinese_zh",
                    "cn",
                    "cmn",
                    "cmn_hans",
                    "zh",
                    "zh_chs",
                    "zh_cmn_hans",
                    "zh_cn",
                    "zh_hans_cn",
                    "zhcn",
                    "chs",
                    "chi"
                ],
                "direction": "ltr",
                "population": 1266066359,
                "web_url": "https://weblate.foundryvtt-hub.com/languages/zh_Hans/",
                "url": "https://weblate.foundryvtt-hub.com/api/languages/zh_Hans/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/languages/zh_Hans/statistics/?format=api"
            },
            "component": {
                "name": "main",
                "slug": "main",
                "id": 208,
                "source_language": {
                    "id": 147,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 147,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://weblate.foundryvtt-hub.com/languages/en/",
                    "url": "https://weblate.foundryvtt-hub.com/api/languages/en/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "PF2e Dailies",
                    "slug": "pf2e-dailies",
                    "id": 92,
                    "web": "https://github.com/reonZ/pf2e-dailies",
                    "web_url": "https://weblate.foundryvtt-hub.com/projects/pf2e-dailies/",
                    "url": "https://weblate.foundryvtt-hub.com/api/projects/pf2e-dailies/?format=api",
                    "components_list_url": "https://weblate.foundryvtt-hub.com/api/projects/pf2e-dailies/components/?format=api",
                    "repository_url": "https://weblate.foundryvtt-hub.com/api/projects/pf2e-dailies/repository/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/projects/pf2e-dailies/statistics/?format=api",
                    "categories_url": "https://weblate.foundryvtt-hub.com/api/projects/pf2e-dailies/categories/?format=api",
                    "changes_list_url": "https://weblate.foundryvtt-hub.com/api/projects/pf2e-dailies/changes/?format=api",
                    "languages_url": "https://weblate.foundryvtt-hub.com/api/projects/pf2e-dailies/languages/?format=api",
                    "labels_url": "https://weblate.foundryvtt-hub.com/api/projects/pf2e-dailies/labels/?format=api",
                    "credits_url": "https://weblate.foundryvtt-hub.com/api/projects/pf2e-dailies/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/reonZ/pf2e-dailies.git",
                "git_export": "https://weblate.foundryvtt-hub.com/git/pf2e-dailies/main/",
                "branch": "master",
                "push_branch": "",
                "filemask": "lang/*.json",
                "screenshot_filemask": "",
                "template": "lang/en.json",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "json-nested",
                "license": "MIT",
                "license_url": "https://spdx.org/licenses/MIT.html",
                "agreement": "",
                "web_url": "https://weblate.foundryvtt-hub.com/projects/pf2e-dailies/main/",
                "url": "https://weblate.foundryvtt-hub.com/api/components/pf2e-dailies/main/?format=api",
                "repository_url": "https://weblate.foundryvtt-hub.com/api/components/pf2e-dailies/main/repository/?format=api",
                "translations_url": "https://weblate.foundryvtt-hub.com/api/components/pf2e-dailies/main/translations/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/components/pf2e-dailies/main/statistics/?format=api",
                "lock_url": "https://weblate.foundryvtt-hub.com/api/components/pf2e-dailies/main/lock/?format=api",
                "links_url": "https://weblate.foundryvtt-hub.com/api/components/pf2e-dailies/main/links/?format=api",
                "changes_list_url": "https://weblate.foundryvtt-hub.com/api/components/pf2e-dailies/main/changes/?format=api",
                "task_url": null,
                "credits_url": "https://weblate.foundryvtt-hub.com/api/components/pf2e-dailies/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/203/?format=api",
                    "https://weblate.foundryvtt-hub.com/api/addons/204/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "zh_Hans",
            "id": 1218,
            "filename": "lang/zh_Hans.json",
            "revision": "5dc13c6a08f1608daded4887ee97727ac0708da4,940c9a6934eb4541954aad8dc8993f6d680c396e",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/pf2e-dailies/main/zh_Hans/",
            "share_url": "https://weblate.foundryvtt-hub.com/engage/pf2e-dailies/-/zh_Hans/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/pf2e-dailies/main/zh_Hans/",
            "url": "https://weblate.foundryvtt-hub.com/api/translations/pf2e-dailies/main/zh_Hans/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 130,
            "total_words": 1203,
            "translated": 130,
            "translated_words": 1203,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 1,
            "failing_checks_words": 32,
            "failing_checks_percent": 0.7,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2023-03-19T10:10:22.758787Z",
            "last_author": "sakusenerio",
            "repository_url": "https://weblate.foundryvtt-hub.com/api/translations/pf2e-dailies/main/zh_Hans/repository/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/translations/pf2e-dailies/main/zh_Hans/file/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/translations/pf2e-dailies/main/zh_Hans/statistics/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/translations/pf2e-dailies/main/zh_Hans/changes/?format=api",
            "units_list_url": "https://weblate.foundryvtt-hub.com/api/translations/pf2e-dailies/main/zh_Hans/units/?format=api"
        },
        {
            "language": {
                "id": 621,
                "code": "pt_BR",
                "name": "Portuguese (Brazil)",
                "plural": {
                    "id": 652,
                    "source": 0,
                    "number": 2,
                    "formula": "n > 1",
                    "type": 1
                },
                "aliases": [
                    "braz_por",
                    "portuguese_br",
                    "bp",
                    "por_br",
                    "ptb"
                ],
                "direction": "ltr",
                "population": 192661560,
                "web_url": "https://weblate.foundryvtt-hub.com/languages/pt_BR/",
                "url": "https://weblate.foundryvtt-hub.com/api/languages/pt_BR/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/languages/pt_BR/statistics/?format=api"
            },
            "component": {
                "name": "main",
                "slug": "main",
                "id": 107,
                "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": "Drag Ruler",
                    "slug": "drag-ruler",
                    "id": 47,
                    "web": "https://github.com/manuelVo/foundryvtt-drag-ruler",
                    "web_url": "https://weblate.foundryvtt-hub.com/projects/drag-ruler/",
                    "url": "https://weblate.foundryvtt-hub.com/api/projects/drag-ruler/?format=api",
                    "components_list_url": "https://weblate.foundryvtt-hub.com/api/projects/drag-ruler/components/?format=api",
                    "repository_url": "https://weblate.foundryvtt-hub.com/api/projects/drag-ruler/repository/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/projects/drag-ruler/statistics/?format=api",
                    "categories_url": "https://weblate.foundryvtt-hub.com/api/projects/drag-ruler/categories/?format=api",
                    "changes_list_url": "https://weblate.foundryvtt-hub.com/api/projects/drag-ruler/changes/?format=api",
                    "languages_url": "https://weblate.foundryvtt-hub.com/api/projects/drag-ruler/languages/?format=api",
                    "labels_url": "https://weblate.foundryvtt-hub.com/api/projects/drag-ruler/labels/?format=api",
                    "credits_url": "https://weblate.foundryvtt-hub.com/api/projects/drag-ruler/credits/?format=api",
                    "translation_review": false,
                    "source_review": true,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": "",
                    "enforced_2fa": false
                },
                "vcs": "github",
                "repo": "https://github.com/manuelVo/foundryvtt-drag-ruler.git",
                "git_export": "https://weblate.foundryvtt-hub.com/git/drag-ruler/main/",
                "branch": "develop",
                "push_branch": "",
                "filemask": "lang/*.json",
                "screenshot_filemask": "",
                "template": "lang/en.json",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "json-nested",
                "license": "MIT",
                "license_url": "https://spdx.org/licenses/MIT.html",
                "agreement": "",
                "web_url": "https://weblate.foundryvtt-hub.com/projects/drag-ruler/main/",
                "url": "https://weblate.foundryvtt-hub.com/api/components/drag-ruler/main/?format=api",
                "repository_url": "https://weblate.foundryvtt-hub.com/api/components/drag-ruler/main/repository/?format=api",
                "translations_url": "https://weblate.foundryvtt-hub.com/api/components/drag-ruler/main/translations/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/components/drag-ruler/main/statistics/?format=api",
                "lock_url": "https://weblate.foundryvtt-hub.com/api/components/drag-ruler/main/lock/?format=api",
                "links_url": "https://weblate.foundryvtt-hub.com/api/components/drag-ruler/main/links/?format=api",
                "changes_list_url": "https://weblate.foundryvtt-hub.com/api/components/drag-ruler/main/changes/?format=api",
                "task_url": null,
                "credits_url": "https://weblate.foundryvtt-hub.com/api/components/drag-ruler/main/credits/?format=api",
                "new_lang": "add",
                "language_code_style": "",
                "push": "",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\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/105/?format=api",
                    "https://weblate.foundryvtt-hub.com/api/addons/106/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "pt_BR",
            "id": 1219,
            "filename": "lang/pt_BR.json",
            "revision": "b6c658977404d903deb5040ec5779a2cab96efe8,b8261cf760b957315e26e925013542d035d5f8e9",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/drag-ruler/main/pt_BR/",
            "share_url": "https://weblate.foundryvtt-hub.com/engage/drag-ruler/-/pt_BR/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/drag-ruler/main/pt_BR/",
            "url": "https://weblate.foundryvtt-hub.com/api/translations/drag-ruler/main/pt_BR/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 59,
            "total_words": 577,
            "translated": 59,
            "translated_words": 577,
            "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-12T19:43:15.332011Z",
            "last_author": "Manuel Vögele",
            "repository_url": "https://weblate.foundryvtt-hub.com/api/translations/drag-ruler/main/pt_BR/repository/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/translations/drag-ruler/main/pt_BR/file/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/translations/drag-ruler/main/pt_BR/statistics/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/translations/drag-ruler/main/pt_BR/changes/?format=api",
            "units_list_url": "https://weblate.foundryvtt-hub.com/api/translations/drag-ruler/main/pt_BR/units/?format=api"
        }
    ]
}